/* NOVA Başakşehir — light editorial · port of basaksehir-landing-light, scoped to .ot */

/* Lightbox */
.ot-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 9999; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.ot-lightbox-inner { position: relative; max-width: 96vw; max-height: 92vh; cursor: default; }
.ot-lightbox-inner img { display: block; max-width: 100%; max-height: 92vh; object-fit: contain; border-radius: 6px; }
.ot-lightbox-close { position: absolute; top: -44px; right: 0; background: none; border: none; color: #fff; font-size: 38px; line-height: 1; cursor: pointer; opacity: 0.85; }
.ot-lightbox-close:hover { opacity: 1; }
.ot-lightbox-download { display: inline-block; margin-top: 14px; padding: 10px 24px; background: #fff; color: #082547; font-weight: 700; font-size: 14px; border-radius: 6px; text-decoration: none; letter-spacing: 1px; }
.ot-lightbox-download:hover { background: #e8edf2; }

.ot, .ot *, .ot *::before, .ot *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Tek font: Montserrat (Gotham benzeri) — tüm sayfada uygulanır */
.ot, .ot *, .ot *::before, .ot *::after {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
}

/* Normal mouse cursor — özel kürsör kapalı */
.ot, .ot * { cursor: auto !important; }
.ot a, .ot button, .ot [role="button"], .ot .feature-card, .ot .mosaic-item, .ot .testimonial-card, .ot .pay-card, .ot .trust-item, .ot .slider-arrow, .ot .slider-dot, .ot .form-submit, .ot .nav-cta, .ot .nav-logo, .ot label { cursor: pointer !important; }
.ot input[type="text"], .ot input[type="tel"], .ot input[type="email"], .ot input[type="password"], .ot textarea { cursor: text !important; }
.ot select, .ot input[type="checkbox"], .ot input[type="radio"] { cursor: pointer !important; }
.ot .cursor, .ot .cursor-ring { display: none !important; }

/* === GLOBAL app.css OVERRIDES within .ot === */
.ot a { color: inherit; text-decoration: none; transition: none; }
.ot a:hover { color: inherit; }
.ot h1, .ot h2, .ot h3, .ot h4, .ot h5, .ot h6 { font-size: inherit; font-weight: inherit; margin: 0; color: inherit; line-height: inherit; }
.ot ul, .ot ol { list-style: none; }

.ot input[type=text],
.ot input[type=email],
.ot input[type=tel],
.ot input[type=number],
.ot input[type=date],
.ot input[type=datetime-local],
.ot input[type=password],
.ot input[type=search],
.ot textarea,
.ot select {
    width: auto; padding: 0; height: auto;
    border: none; border-radius: 0;
    font-size: inherit; background: transparent; color: inherit;
    transition: none;
    -webkit-appearance: none; appearance: none;
    box-shadow: none; outline: none;
}
.ot input:hover, .ot textarea:hover, .ot select:hover { border-color: inherit; }
.ot input:focus, .ot textarea:focus, .ot select:focus { outline: 0; border-color: inherit; box-shadow: none; }
.ot input:disabled, .ot textarea:disabled, .ot select:disabled { background: inherit; border-color: inherit; color: inherit; cursor: inherit; }
.ot input[type=checkbox] { width: auto; height: auto; margin: 0; }

.ot button {
    font: inherit; cursor: pointer;
    padding: 0; height: auto; border-radius: 0; border: none;
    background: transparent; color: inherit; box-shadow: none; transition: none;
    font-size: inherit; display: inline-flex; align-items: center; justify-content: center;
}

/* App.css'teki .hero kuralının NOVA hero'ya sızmasını engelle */
.ot .hero { max-width: none; margin: 0; border-radius: 0; box-shadow: none; text-align: left; }

.ot {
    --gold:        #033569;
    --gold-light:  #1F5294;
    --gold-pale:   #D4E1EE;
    --gold-bg:     #F0F5FA;
    --ink:         #0F1A2A;
    --ink-soft:    #2A3950;
    --stone:       #5C6B82;
    --pebble:      #99A7BC;
    --linen:       #F4F7FA;
    --white:       #FFFFFF;
    --cloud:       #EAF0F7;
    --border:      #CFD9E6;
    --border-gold: rgba(3,53,105,0.25);

    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    overflow-x: hidden;
    cursor: none;
}
html { scroll-behavior: smooth; }

/* CURSOR */
.ot .cursor { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 10000; transform: translate(-50%,-50%); }
.ot .cursor-ring { width: 32px; height: 32px; border: 1.5px solid var(--gold); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: all 0.15s ease; opacity: 0.5; }

/* NAV */
.ot nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 60px; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0); transition: background 0.4s, box-shadow 0.4s; }
.ot nav.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 1px 0 var(--border); }
.ot .nav-logo { display: inline-flex; align-items: center; line-height: 0; text-decoration: none; }
.ot .nav-logo-img { height: 92px; width: auto; transition: opacity 0.3s ease; display: block; }
.ot .nav-logo-img.navy { display: none; }
.ot nav.scrolled .nav-logo-img.white { display: none; }
.ot nav.scrolled .nav-logo-img.navy { display: block; }
.ot .nav-links { display: flex; gap: 32px; align-items: center; }
.ot .nav-links a { font-size: 16px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
.ot nav:not(.scrolled) .nav-links a:not(.nav-cta) { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.ot .nav-links a:hover { color: var(--gold); }
.ot .nav-cta { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fff !important; background: #E11D2A; padding: 13px 28px; text-decoration: none; transition: all 0.3s; border: none; }
.ot .nav-cta:hover { background: #b91623; color: #fff !important; }

/* HERO */
.ot .hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center;
    overflow: hidden;
    padding: 120px 60px 80px 60px;
    background-size: cover;
    background-position: center;
    background-color: var(--linen);
}
.ot .hero::before {
    content: ''; position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 70% 50% at 70% 40%, rgba(3,53,105,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 60% at 20% 80%, rgba(3,53,105,0.10) 0%, transparent 50%),
        linear-gradient(135deg, #F0F5FA 0%, #D4E1EE 40%, #B3CBE3 100%);
}
.ot .hero::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(3,53,105,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(3,53,105,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
}
.ot .hero-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg, rgba(255,253,248,0.92) 0%, rgba(255,253,248,0.78) 35%, rgba(255,253,248,0.35) 65%, rgba(255,253,248,0.15) 100%);
}
.ot .hero-placeholder-art { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); z-index: 1; opacity: 0.6; }

/* Varsayılan: mobil (≤768px) */
.ot .hero.has-bg { background-image: url('/images/project/hero-mobile-new.jpg'); align-items: flex-end; padding-bottom: 24px; background-size: cover; background-position: top center; background-repeat: no-repeat; background-color: #082547; }
/* Tablet (769px+) */
@media (min-width: 769px) {
    .ot .hero.has-bg { background-image: url('/images/project/aerial-ipad.jpg') !important; background-position: center center !important; }
}
/* Desktop (1367px+) */
@media (min-width: 1367px) {
    .ot .hero.has-bg { background-image: url('/images/project/aerial-main-2.jpg') !important; background-position: center center !important; padding-bottom: 24px !important; padding-left: 280px !important; }
}
.ot .hero.has-bg .hero-content { padding-bottom: 0; padding-left: 48px; }
.ot .hero.has-bg .hero-actions { justify-content: flex-start !important; align-items: flex-start !important; }
.ot .hero.has-bg .hero-scroll { display: none; }

.ot .hero .btn-primary,
.ot .hero .btn-outline {
    font-family: 'Montserrat', 'Gotham', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 16px 28px;
    white-space: nowrap;
}
.ot .hero .hero-actions {
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
}

/* Hero buton renkleri: kırmızı CTA + beyaz outline */
.ot .hero .btn-primary {
    background: #E11D2A;
    color: #fff;
    border: 1.5px solid #E11D2A;
}
.ot .hero .btn-primary::after { display: none; }
.ot .hero .btn-primary:hover {
    background: #b91623;
    border-color: #b91623;
    color: #fff;
}
.ot .hero .btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.85);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.ot .hero .btn-outline:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
}
.ot .hero.has-bg::before,
.ot .hero.has-bg::after,
.ot .hero.has-bg .hero-placeholder-art,
.ot .hero.has-bg .hero-info-card,
.ot .hero.has-bg .hero-overlay,
.ot .hero.has-bg .hero-badge,
.ot .hero.has-bg .hero-eyebrow,
.ot .hero.has-bg .hero-title,
.ot .hero.has-bg .hero-subtitle,
.ot .hero.has-bg .hero-mini-stats { display: none; }

.ot .hero-content { position: relative; z-index: 3; max-width: 640px; animation: ot-fadeUp 1s ease 0.3s both; }
.ot .hero-badge { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.ot .hero-badge::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.ot .hero-eyebrow { font-size: 11px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; color: var(--stone); margin-bottom: 14px; animation: ot-fadeUp 1s ease 0.5s both; }
.ot .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(44px, 6vw, 84px); line-height: 1.02; font-weight: 700; color: var(--ink); margin-bottom: 20px; animation: ot-fadeUp 1s ease 0.65s both; text-shadow: 0 1px 30px rgba(255,255,255,0.5); }
.ot .hero-title em { font-style: italic; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.05em; font-weight: 400; }
.ot .hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; font-style: italic; color: var(--ink-soft); margin-bottom: 36px; line-height: 1.55; max-width: 480px; animation: ot-fadeUp 1s ease 0.8s both; }
.ot .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; animation: ot-fadeUp 1s ease 0.95s both; }
.ot .hero-mini-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 36px; padding-top: 28px; border-top: 1px solid var(--border-gold); animation: ot-fadeUp 1s ease 1.1s both; }
.ot .hero-mini-stat .v { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--ink); display: block; line-height: 1; }
.ot .hero-mini-stat .v em { color: var(--gold); font-style: italic; font-family: 'Cormorant Garamond', serif; font-weight: 400; }
.ot .hero-mini-stat .l { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--stone); margin-top: 6px; display: block; }

.ot .hero-info-card { position: absolute; top: 110px; right: 60px; z-index: 4; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 18px 22px; border: 1px solid var(--border); box-shadow: 0 8px 32px rgba(3,53,105,0.12); display: flex; align-items: center; gap: 14px; max-width: 280px; animation: ot-fadeUp 1s ease 1.3s both; }
.ot .hero-info-icon { width: 38px; height: 38px; flex-shrink: 0; background: var(--gold-bg); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.ot .hero-info-text { line-height: 1.4; }
.ot .hero-info-text strong { display: block; font-size: 12px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.ot .hero-info-text span { font-size: 10px; color: var(--stone); font-weight: 300; }

.ot .hero-scroll { position: absolute; bottom: 30px; left: 60px; display: flex; align-items: center; gap: 14px; animation: ot-fadeUp 1s ease 1.4s both; z-index: 5; }
.ot .scroll-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: ot-pulse 2s infinite; }
@keyframes ot-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(1.4)} }
.ot .scroll-text { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--stone); }
@keyframes ot-fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* BUTTONS */
.ot .btn-primary { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--white); background: var(--ink); padding: 17px 36px; border: none; cursor: none; transition: all 0.3s; text-decoration: none; display: inline-block; position: relative; overflow: hidden; }
.ot .btn-primary::after { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); transition: transform 0.35s ease; z-index: 0; }
.ot .btn-primary:hover::after { transform: translateX(0); }
.ot .btn-primary,
.ot .btn-primary:hover,
.ot .btn-primary:focus,
.ot .btn-primary:active { color: #ffffff !important; }
.ot .btn-primary span { position: relative; z-index: 2; color: #ffffff !important; }
.ot .btn-outline { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--ink); background: rgba(255,255,255,0.6); padding: 17px 36px; border: 1.5px solid var(--ink); cursor: none; transition: all 0.3s; text-decoration: none; display: inline-block; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.ot .btn-outline:hover { background: var(--ink); color: var(--white); }

/* STATS BANNER */
.ot .stats-banner { width: 100%; line-height: 0; }
.ot .stats-banner img { width: 100%; height: auto; display: block; }

/* STATS */
.ot .stats-strip { background: var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); }
.ot .stat-item { padding: 36px 30px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); opacity: 0; transform: translateY(16px); transition: all 0.6s ease; }
.ot .stat-item:last-child { border-right: none; }
.ot .stat-item.visible { opacity: 1; transform: translateY(0); }
.ot .stat-number { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: var(--gold-light); line-height: 1; display: block; }
.ot .stat-label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 8px; display: block; }

/* SECTIONS */
.ot section { padding: 96px 60px; }
.ot .section-tag { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }
.ot .section-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.8vw, 50px); font-weight: 700; color: var(--ink); line-height: 1.15; }
.ot .section-title em { font-style: italic; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-weight: 400; }
.ot .section-sub { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--stone); line-height: 1.75; max-width: 480px; }
.ot .reveal { opacity: 0; transform: translateY(36px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.ot .reveal.visible { opacity: 1; transform: translateY(0); }

/* INTRO */
.ot .intro { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-top: 56px !important; padding-bottom: 56px !important; }
.ot .intro-visual { position: relative; height: 480px; }
.ot .intro-card-main { position: absolute; inset: 0; background: transparent; border: none; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ot .intro-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ot .intro-card-main::before { display: none; }
.ot .intro-card-accent { display: none; }
.ot .card-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: var(--white); line-height: 1; }
.ot .card-stat-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.ot .gold-line { width: 48px; height: 2px; background: var(--gold); margin: 20px 0; }
.ot .intro-features { list-style: none; margin-top: 20px; }
.ot .intro-features li { font-size: 13px; font-weight: 400; color: var(--ink-soft); padding: 13px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 14px; }
.ot .intro-features li::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--gold); flex-shrink: 0; }

/* FEATURES */
.ot .features { background: var(--linen); padding-top: 56px !important; padding-bottom: 56px !important; }
.ot .features-header { text-align: center; margin-bottom: 32px; }
.ot .features-header .section-sub { margin: 10px auto 0; text-align: center; }
.ot .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1320px; margin: 0 auto; }
@media (max-width: 1200px) { .ot .features-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .ot .features-grid { grid-template-columns: repeat(2, 1fr); } }
.ot .feature-card { background: var(--white); padding: 28px 24px; border: 1px solid var(--border); position: relative; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; cursor: none; }
.ot .feature-card:hover { box-shadow: 0 12px 40px rgba(3,53,105,0.1); transform: translateY(-4px); border-color: var(--border-gold); }
.ot .feature-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.ot .feature-card:hover::after { transform: scaleX(1); }
.ot .feature-icon { width: 36px; height: 36px; color: var(--gold); margin-bottom: 14px; }
.ot .feature-num { position: absolute; top: 14px; right: 18px; font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--border); line-height: 1; }
.ot .feature-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.ot .feature-text { font-size: 12px; font-weight: 300; color: var(--stone); line-height: 1.65; }

/* URGENCY */
.ot .urgency { background: #033569; padding: 18px 32px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.ot .urgency-text { text-align: center; width: 100%; max-width: none; }
.ot .urgency-text h3 { white-space: normal; }
.ot .urgency-text .label { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff; display: block; margin-bottom: 6px; }
.ot .urgency-text h3 { font-size: clamp(18px, 1.85vw, 28px); color: var(--white); font-weight: 700; letter-spacing: 0.3px; line-height: 1.4; white-space: nowrap; }
@media (max-width: 1100px) { .ot .urgency-text h3 { white-space: normal; font-size: clamp(15px, 1.9vw, 22px); } }
.ot .urgency-countdown { display: flex; gap: 16px; }
.ot .countdown-unit { text-align: center; padding: 16px 18px; min-width: 68px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); }
.ot .countdown-num { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: var(--gold-light); display: block; line-height: 1; }
.ot .countdown-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.35); display: block; margin-top: 5px; }
.ot .btn-gold { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: #E11D2A; padding: 17px 36px; border: none; cursor: none; text-decoration: none; display: inline-block; transition: all 0.3s; }
.ot .btn-gold:hover { background: #b91623; color: #fff; }

/* GALLERY SLIDER */
.ot .gallery { background: var(--white); padding-left: 0 !important; padding-right: 0 !important; }
.ot .gallery-header { margin-bottom: 40px; padding: 0 60px; }
.ot .gallery-slider { position: relative; max-width: 1100px; margin: 0 auto; overflow: hidden; }
.ot .gallery-track-wrap { position: relative; }
.ot .gallery-track { display: flex; gap: 28px; transition: transform 0.55s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
.ot .gallery-slide { flex: 0 0 calc(100% - 280px); aspect-ratio: 16/9; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 4px; }
.ot .gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; background: rgba(255,255,255,0.92); border: 1.5px solid var(--border); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink); transition: all 0.2s; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.ot .gallery-arrow:hover { background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.15); border-color: var(--border-gold); }
.ot .gallery-prev { left: 16px; }
.ot .gallery-next { right: 16px; }
.ot .gallery-dots { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.ot .gallery-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: all 0.3s; }
.ot .gallery-dot.active { background: var(--gold); transform: scale(1.3); }
.ot .mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px; gap: 8px; max-width: 1200px; margin: 0 auto; }
.ot .mosaic-item:first-child { grid-row: auto; grid-column: auto; }
.ot .mosaic-item { background-color: var(--cloud); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; position: relative; transition: all 0.4s; }
.ot .mosaic-item:first-child { grid-row: 1 / 3; }
.ot .mosaic-item:hover .mosaic-overlay { display: none; }
.ot .mosaic-item:hover .mosaic-img { transform: none; }
.ot .mosaic-visual { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.ot .mosaic-item { position: relative; overflow: hidden; }
.ot .mosaic-img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center; display: block; transition: none; }
.ot .mosaic-overlay { z-index: 2; }
.ot .mosaic-overlay { display: none; }
.ot .mosaic-label { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: var(--white); font-weight: 300; letter-spacing: 2px; }

/* FORM SECTION */
.ot .lead-section { background: var(--linen); padding: 96px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; position: relative; }
.ot .lead-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, transparent 10%, var(--gold) 50%, transparent 90%); }
.ot .lead-info { position: sticky; top: 100px; }
.ot .lead-info .section-sub { margin-top: 18px; }
.ot .trust-items { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.ot .trust-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: var(--white); border: 1px solid var(--border); transition: border-color 0.3s, box-shadow 0.3s; }
.ot .trust-item:hover { border-color: var(--border-gold); box-shadow: 0 4px 16px rgba(3,53,105,0.08); }
.ot .trust-icon { width: 36px; height: 36px; color: var(--gold); flex-shrink: 0; }
.ot .trust-text strong { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; }
.ot .trust-text span { font-size: 11px; color: var(--stone); font-weight: 300; }

/* FORM */
.ot .form-wrapper { background: var(--white); border: 1px solid var(--border); padding: 48px 44px; box-shadow: 0 8px 48px rgba(3,53,105,0.08); position: relative; }
.ot .form-wrapper::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.ot .form-header { margin-bottom: 32px; }
.ot .form-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.ot .form-header p { font-size: 12px; color: var(--stone); font-weight: 300; line-height: 1.6; }
.ot .form-group { margin-bottom: 18px; }
.ot .form-group label { display: block; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #000000 !important; margin-bottom: 7px; font-weight: 600; }
.ot .form-group label .opt { color: var(--pebble); font-size: 9px; letter-spacing: 1px; text-transform: none; font-weight: 400; }
.ot .form-group input, .ot .form-group select, .ot .form-group textarea { width: 100%; background: var(--linen); border: 1.5px solid var(--border); color: #000000 !important; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 400; padding: 13px 16px; outline: none; transition: border-color 0.3s, background 0.3s; appearance: none; -webkit-appearance: none; cursor: none; border-radius: 0; }
.ot .form-group input[type="checkbox"],
.float-drawer-body .form-group input[type="checkbox"] { width: auto; height: auto; padding: 0; background: transparent; border: 1px solid #aaa; appearance: auto; -webkit-appearance: auto; cursor: pointer; flex-shrink: 0; }
.ot .form-group input::placeholder,
.ot .form-group textarea::placeholder { color: #000000 !important; opacity: 1 !important; font-weight: 400 !important; }
.ot .form-group input::-webkit-input-placeholder,
.ot .form-group textarea::-webkit-input-placeholder { color: #000000 !important; opacity: 1 !important; }
.ot .form-group input::-moz-placeholder,
.ot .form-group textarea::-moz-placeholder { color: #000000 !important; opacity: 1 !important; }
.ot .form-group input:-ms-input-placeholder,
.ot .form-group textarea:-ms-input-placeholder { color: #000000 !important; opacity: 1 !important; }
.ot .form-group input:focus, .ot .form-group select:focus, .ot .form-group textarea:focus { border-color: var(--gold); background: var(--white); }
.ot .form-group select option { background: var(--white); color: var(--ink); }
.ot .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ot .form-submit { width: 100%; background: var(--gold); border: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 3px; padding: 18px; cursor: none; margin-top: 6px; position: relative; overflow: hidden; transition: all 0.3s; }
.ot .form-submit::after { content: ''; position: absolute; inset: 0; background: var(--ink); transform: translateX(-100%); transition: transform 0.3s; }
.ot .form-submit:hover::after { transform: translateX(0); }
.ot .form-submit span { position: relative; z-index: 1; }
.ot .form-note { font-size: 10.5px; color: var(--pebble); text-align: center; margin-top: 14px; font-weight: 300; line-height: 1.6; }
.ot .form-note a { color: var(--gold); text-decoration: none; }
.ot .social-proof { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 12px 16px; background: #F0FDF4; border: 1px solid #BBF7D0; }
.ot .sp-dot { width: 7px; height: 7px; background: #22C55E; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 6px rgba(34,197,94,0.4); animation: ot-pulse 2s infinite; }
.ot .sp-text { font-size: 11px; color: #166534; font-weight: 400; }
.ot .sp-text strong { font-weight: 600; }

/* SUCCESS */
.ot .form-success { display: none; text-align: center; padding: 40px 20px; }
.ot .form-success.show { display: block; }
.ot .form-success-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.ot .form-success h4 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--ink); margin-bottom: 10px; }
.ot .form-success p { font-size: 13px; color: var(--stone); font-weight: 300; line-height: 1.7; }

/* PAYMENT */
.ot .payment-section { background: var(--cloud); text-align: center; padding: 96px 60px; }
.ot .payment-header { margin-bottom: 52px; }
.ot .payment-header .section-sub { margin: 12px auto 0; text-align: center; }
.ot .pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1080px; margin: 0 auto; text-align: left; }
.ot .pay-banner { max-width: 1320px; margin: 0 auto; line-height: 0; }
.ot .pay-banner img { width: 100%; height: auto; display: block; }
.ot .pay-card { background: var(--white); padding: 38px 30px; border: 1px solid var(--border); position: relative; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
.ot .pay-card:hover { box-shadow: 0 12px 40px rgba(3,53,105,0.10); transform: translateY(-4px); border-color: var(--border-gold); }
.ot .pay-num { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold-light); margin-bottom: 24px; font-weight: 700; font-family: 'DM Sans', sans-serif; font-size: 14px; letter-spacing: 1px; }
.ot .pay-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 12px; }
.ot .pay-text { font-size: 13px; color: var(--stone); line-height: 1.75; font-weight: 300; }

/* TESTIMONIALS (kept for backward-compat) */
.ot .testimonials { background: var(--cloud); text-align: center; }
.ot .testimonials-header { margin-bottom: 52px; }
.ot .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1080px; margin: 0 auto; }
.ot .testimonial-card { background: var(--white); padding: 36px 28px; border: 1px solid var(--border); text-align: left; position: relative; transition: box-shadow 0.3s, transform 0.3s; }
.ot .testimonial-card:hover { box-shadow: 0 8px 32px rgba(3,53,105,0.1); transform: translateY(-3px); }
.ot .testimonial-quote { position: absolute; top: 16px; right: 24px; font-family: 'Cormorant Garamond', serif; font-size: 72px; color: var(--gold-pale); line-height: 1; }
.ot .testimonial-stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 16px; }
.ot .testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 300; font-style: italic; color: var(--ink-soft); line-height: 1.7; margin-bottom: 22px; }
.ot .testimonial-author { display: flex; align-items: center; gap: 12px; }
.ot .author-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 17px; color: var(--gold); border: 1px solid var(--border-gold); }
.ot .author-name { font-size: 13px; font-weight: 500; color: var(--ink); display: block; }
.ot .author-role { font-size: 11px; color: var(--stone); font-weight: 300; display: block; }

/* LOCATION */
.ot .location { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ot .location-map { height: 400px; background: var(--linen); border: 1px solid var(--border); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ot .location-list { margin-top: 28px; }
.ot .location-banner { margin-top: 28px; line-height: 0; }
.ot .location-banner img { width: 100%; height: auto; display: block; }
.ot .location-item { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--border); }
.ot .location-name { font-size: 13px; font-weight: 400; color: var(--ink-soft); }
.ot .location-dist { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; color: var(--gold); }

/* FOOTER CTA */
.ot .footer-cta { background: var(--gold-bg); padding: 96px 60px; text-align: center; border-top: 2px solid var(--border-gold); position: relative; overflow: hidden; }
.ot .footer-cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4.5vw, 56px); color: var(--ink); margin-bottom: 14px; }
.ot .footer-cta h2 em { font-style: italic; color: var(--gold); font-family: 'Cormorant Garamond', serif; }
.ot .footer-cta p { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 300; color: var(--stone); margin-bottom: 40px; }
.ot .footer-divider { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent); margin: 0 auto 36px; display: block; }

.ot footer { background: var(--ink); padding: 36px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.ot footer .logo { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 300; letter-spacing: 6px; color: rgba(255,255,255,0.55); text-transform: uppercase; }
.ot footer .copyright { font-size: 11px; color: rgba(255,255,255,0.3); font-weight: 300; }
.ot footer .links { display: flex; gap: 24px; }
.ot footer .links a { font-size: 11px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.ot footer .links a:hover { color: var(--gold); }

/* APARTMENT SLIDER */
.ot .apt-slider-section { background: var(--white); padding: 56px 0 56px 0; overflow: hidden; }
.ot .apt-slider-header { text-align: center; padding: 0 60px; margin-bottom: 24px; }
.ot .apt-slider-header .section-sub { margin: 8px auto 0; text-align: center; }

.ot .slider-wrapper { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 60px; }
.ot .slider-track-container { overflow: hidden; background: var(--linen); border: 1px solid var(--border); position: relative; }
.ot .slider-track-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, transparent, var(--gold), transparent); z-index: 5; }
.ot .slider-track { display: flex; transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; }
.ot .slide { min-width: 100%; display: block; padding: 24px 32px 28px; }
.ot .slide-visual {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--linen);
    border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    margin-bottom: 24px;
}
.ot .slide-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-bg) 0%, var(--white) 60%); opacity: 0.35; pointer-events: none; }
.ot .slide-visual svg { position: relative; z-index: 1; max-width: 85%; max-height: 85%; }
.ot .slide-img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform 0.6s cubic-bezier(.2,.7,.2,1); }
.ot .slide-visual:hover .slide-img { transform: scale(1.03); }

.ot .slide-content { max-width: 880px; margin: 0 auto; text-align: center; padding: 0; }
.ot .slide-meta { justify-content: center; }
.ot .slide-features { text-align: left; max-width: 560px; margin: 0 auto 28px; }
.ot .slide-cta { justify-content: center; }
.ot .slide-tag { position: absolute; top: 16px; left: 16px; background: var(--ink); color: var(--white); padding: 6px 12px; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; z-index: 2; }
.ot .slide-tag.popular { background: var(--gold); }

.ot .slide-content { padding: 8px 0; }
.ot .slide-num { font-family: 'Cormorant Garamond', serif; font-size: 12px; color: var(--gold); letter-spacing: 3.5px; margin-bottom: 8px; display: block; }
.ot .slide-title { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.4vw, 28px); font-weight: 700; color: var(--ink); line-height: 1.15; margin-bottom: 4px; }
.ot .slide-title em { font-style: italic; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-weight: 400; }
.ot .slide-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-weight: 300; font-style: italic; color: var(--stone); margin-bottom: 18px; }
.ot .slide-meta { display: grid; grid-template-columns: repeat(3, auto); gap: 28px; margin-bottom: 22px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ot .slide-meta-item .v { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); display: block; line-height: 1; }
.ot .slide-meta-item .l { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--stone); margin-top: 6px; display: block; }
.ot .slide-features { list-style: none; margin-bottom: 22px; }
.ot .slide-features li { font-size: 13px; color: var(--ink-soft); font-weight: 300; padding: 6px 0; display: flex; align-items: center; gap: 10px; }
.ot .slide-features li::before { content: ''; display: block; width: 12px; height: 1.5px; background: var(--gold); flex-shrink: 0; }
.ot .slide-price { font-family: 'Cormorant Garamond', serif; font-size: 13px; color: var(--stone); margin-bottom: 4px; letter-spacing: 1px; text-transform: uppercase; }
.ot .slide-price-value { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--gold); margin-bottom: 20px; }
.ot .slide-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* SLIDER CONTROLS */
.ot .slider-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 0 12px; }
.ot .slider-controls.slider-controls-top { margin-top: 0; margin-bottom: 12px; justify-content: flex-end; gap: 18px; }
.ot .slider-arrows { display: flex; gap: 10px; }
.ot .slider-arrow { width: 44px; height: 44px; background: var(--white); border: 1.5px solid var(--gold); color: var(--ink); cursor: none; display: flex; align-items: center; justify-content: center; transition: all 0.3s; box-shadow: 0 4px 16px rgba(3,53,105,0.12); }
.ot .slider-arrow:hover { background: var(--gold); color: var(--white); border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(3,53,105,0.28); }
.ot .slider-arrow svg { width: 22px; height: 22px; }
.ot .slider-arrow:disabled { opacity: 0.3; cursor: not-allowed; }
.ot .slider-dots { display: flex; gap: 10px; align-items: center; }
.ot .slider-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); cursor: none; border: none; transition: all 0.3s; padding: 0; }
.ot .slider-dot.active { background: var(--gold); transform: scale(1.3); }
.ot .slider-counter { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--ink); letter-spacing: 2px; }
.ot .slider-counter .total { color: var(--stone); font-size: 14px; }

/* RESPONSIVE */
@media (max-width: 960px) {
    .ot nav { padding: 18px 24px; }
    .ot .nav-links a:not(.nav-cta) { display: none; }
    .ot section { padding: 64px 24px; }
    .ot .stats-strip { grid-template-columns: repeat(2,1fr); }
    .ot .intro, .ot .lead-section, .ot .location { grid-template-columns: 1fr; gap: 40px; }
    .ot .intro-visual { height: 360px; }
    .ot .features-grid { grid-template-columns: 1fr; gap: 14px; }
    .ot .testimonials-grid { grid-template-columns: 1fr; }
    .ot .payment-section { padding: 64px 24px; }
    .ot .pay-grid { grid-template-columns: 1fr; }
    .ot .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .ot .mosaic-item:first-child { grid-row: auto; grid-column: 1/3; height: 220px; }
    .ot .mosaic-item { height: 170px; }
    .ot .urgency { flex-direction: column; }
    .ot .form-row { grid-template-columns: 1fr; }
    .ot .form-wrapper { padding: 32px 22px; }
    .ot .lead-info { position: static; }
    .ot .hero { padding: 100px 24px 80px 24px; }
    .ot .hero-content { max-width: 100%; }
    .ot .hero-info-card { top: 100px; right: 24px; padding: 12px 16px; max-width: 200px; }
    .ot .hero-info-card .hero-info-icon { width: 32px; height: 32px; }
    .ot .hero-info-text strong { font-size: 11px; }
    .ot .hero-info-text span { font-size: 9px; }
    .ot .hero-mini-stats { gap: 20px; }
    .ot .hero-scroll { display: none; }
    .ot .hero-placeholder-art { right: -10%; opacity: 0.35; }
    .ot footer { flex-direction: column; text-align: center; }
    .ot .cursor, .ot .cursor-ring { display: none; }
    .ot { cursor: auto; }
    .ot .btn-primary, .ot .btn-outline, .ot .btn-gold, .ot .form-submit, .ot .form-group input, .ot .form-group select, .ot .form-group textarea { cursor: auto; }
    .ot .feature-card, .ot .mosaic-item, .ot .testimonial-card { cursor: auto; }
    .ot .slider-arrow, .ot .slider-dot { cursor: pointer; }
    .ot .slide { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
    .ot .slider-wrapper { padding: 0 24px; }
    .ot .apt-slider-header { padding: 0 24px; }
    .ot .slide-meta { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (max-width: 560px) {
    .ot .hero-actions { flex-direction: column; align-items: center; }
    .ot .urgency-countdown { gap: 10px; }
    .ot .footer-cta { padding: 64px 24px; }
}

/* === FLOATING TALEP FORMU === */
.ot .float-cta {
    position: fixed; right: 0; top: 50%; transform: translateY(-50%);
    z-index: 1000; background: #E11D2A; color: #fff;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    padding: 18px 10px; border-radius: 8px 0 0 8px;
    box-shadow: -2px 0 20px rgba(3,53,105,0.22);
    border: none; cursor: pointer; transition: background 0.2s;
}
.ot .float-cta:hover { background: #b91623; }
.ot .float-cta-text {
    writing-mode: vertical-rl; transform: rotate(180deg);
    font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
}
.ot .float-drawer-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 1001;
}
.ot .float-drawer {
    position: fixed; right: 0; top: 0; bottom: 0; width: 420px; max-width: 100vw;
    background: var(--white); z-index: 1002; display: flex; flex-direction: column;
    box-shadow: -4px 0 40px rgba(3,53,105,0.18);
    animation: ot-drawer-in 0.3s cubic-bezier(0.16,1,0.3,1);
}
@keyframes ot-drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.ot .float-drawer-header {
    padding: 20px 24px; background: var(--ink); display: flex;
    justify-content: space-between; align-items: center; flex-shrink: 0;
}
.ot .float-drawer-close {
    background: none; border: none; color: rgba(255,255,255,0.7); font-size: 28px;
    line-height: 1; cursor: pointer; padding: 0 4px; transition: color 0.2s;
}
.ot .float-drawer-close:hover { color: #fff; }
.ot .float-drawer-body {
    flex: 1; overflow-y: auto; padding: 24px 24px 32px;
}
.ot .float-drawer-body .form-group { margin-bottom: 14px; }
.ot .float-drawer-body .form-group label {
    display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
    color: #000; font-weight: 600; margin-bottom: 6px;
}
.ot .float-drawer-body .form-group input,
.ot .float-drawer-body .form-group textarea {
    width: 100%; background: var(--linen); border: 1.5px solid var(--border);
    color: #000; font-family: 'Montserrat', sans-serif; font-size: 13px;
    padding: 11px 14px; outline: none; border-radius: 0;
    transition: border-color 0.2s; appearance: none; -webkit-appearance: none;
}
.ot .float-drawer-body .form-group input:focus,
.ot .float-drawer-body .form-group textarea:focus { border-color: var(--gold); background: #fff; }
.ot .float-drawer-body .form-group input[type="checkbox"] { width: auto !important; height: auto; padding: 0; background: transparent; border: 1px solid #aaa; appearance: auto !important; -webkit-appearance: auto !important; cursor: pointer; flex-shrink: 0; }
.ot .float-drawer-body .form-submit {
    width: 100%; background: var(--gold); border: none; color: #fff;
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 2px; padding: 16px; cursor: pointer;
    transition: background 0.2s; margin-top: 4px;
}
.ot .float-drawer-body .form-submit:hover { background: #E11D2A; }
.ot .float-drawer-body .form-submit:disabled { background: #B0B7C2; cursor: not-allowed; }
@media (max-width: 768px) {
    .ot .float-cta { padding: 14px 8px; gap: 8px; }
    .ot .float-cta svg { width: 17px; height: 17px; }
    .ot .float-cta-text { font-size: 10px; letter-spacing: 1.5px; }
    .ot .float-drawer { width: 100vw; }
}

/* === SMS GATE (Site Giriş Doğrulama) === */
.ot.ot-locked { overflow: hidden !important; height: 100vh !important; }
.ot.ot-locked > *:not(.ot-gate):not(.cursor):not(.cursor-ring) { display: none !important; }

.ot .ot-gate {
    position: fixed; inset: 0; z-index: 99999;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    padding: 42vh 24px 24px;
    overflow-y: auto;
}
.ot .ot-gate-bg {
    position: absolute; inset: 0; z-index: 0;
    background: #0a1729;
    overflow: hidden;
}
.ot .ot-gate-bg::before,
.ot .ot-gate-bg::after,
.ot .ot-gate-bg-slide {
    content: ''; position: absolute; inset: 0;
    background-size: cover !important; background-position: center center !important;
    background-repeat: no-repeat;
    opacity: 0;
    animation: ot-gate-bg-cycle 30s ease-in-out infinite;
    will-change: opacity;
}
.ot .ot-gate-bg::before {
    background-image: url('/images/gate/bg-1.jpg');
    animation-delay: 0s;
}
.ot .ot-gate-bg-slide {
    background-image: url('/images/gate/bg-2.jpg');
    animation-delay: -20s;
}
.ot .ot-gate-bg::after {
    background-image: url('/images/gate/bg-3.jpg');
    animation-delay: -10s;
}
@keyframes ot-gate-bg-cycle {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    33%  { opacity: 1; }
    43%  { opacity: 0; }
    100% { opacity: 0; }
}
.ot .ot-gate-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: rgba(3,15,35,0.48);
}
.ot .ot-gate-card {
    position: relative; z-index: 2;
    width: 100%; max-width: 380px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    border: 1px solid var(--border);
    box-shadow: 0 14px 40px rgba(3,53,105,0.22);
    padding: 22px 24px 18px;
    border-radius: 0;
}
.ot .ot-gate-card::before { content: none; }
.ot .ot-gate-logo { text-align: center; margin-bottom: 10px; }
.ot .ot-gate-logo img { height: 42px; width: auto; }
.ot .ot-gate-title {
    font-size: 13px; font-weight: 800; color: #033569;
    text-align: center; line-height: 1.25; margin-bottom: 8px;
    letter-spacing: 0.2px;
}
.ot .ot-gate-title span {
    display: inline-block; margin-top: 1px;
    color: #033569; font-weight: 700;
    font-size: 11.5px;
}
.ot .ot-gate-sub {
    font-size: 10.5px; color: var(--ink-soft); font-weight: 400;
    text-align: center; line-height: 1.5; margin-bottom: 12px;
}
.ot .ot-gate-steps {
    display: flex; gap: 0; list-style: none;
    margin: 0 0 12px; padding: 0;
    border: 1px solid var(--border);
    background: var(--linen);
}
.ot .ot-gate-steps li {
    flex: 1; text-align: center;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 8px 6px;
    color: var(--pebble);
    border-right: 1px solid var(--border);
    transition: all 0.3s;
}
.ot .ot-gate-steps li:last-child { border-right: none; }
.ot .ot-gate-steps li.active { background: #033569; color: #fff; }
.ot .ot-gate-steps li.done { background: #E11D2A; color: #fff; }

.ot .ot-gate-alert {
    padding: 8px 10px; margin-bottom: 10px;
    font-size: 11.5px; line-height: 1.4;
    border: 1px solid;
}
.ot .ot-gate-alert.error { background: #FEF2F2; border-color: #FCA5A5; color: #991B1B; }
.ot .ot-gate-alert.info { background: #EFF6FF; border-color: #BFDBFE; color: #1E3A8A; }

.ot .ot-gate-field { margin-bottom: 12px; }
.ot .ot-gate-field label {
    display: block; font-size: 10px; letter-spacing: 1.2px;
    text-transform: uppercase; color: #000; font-weight: 700;
    margin-bottom: 5px;
}
.ot .ot-gate-field input {
    width: 100%; background: var(--linen);
    border: 1.5px solid var(--border); color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; font-weight: 500;
    padding: 10px 12px; outline: none;
    border-radius: 0; transition: border-color 0.2s, background 0.2s;
    letter-spacing: 0.8px;
}
.ot .ot-gate-field input::placeholder { color: #999 !important; opacity: 1 !important; }
.ot .ot-gate-field input:focus { border-color: #033569; background: #fff; }
.ot .ot-gate-field input:disabled { opacity: 0.6; cursor: not-allowed; }
.ot .ot-gate-field small {
    display: block; margin-top: 4px;
    font-size: 10px; color: var(--stone); line-height: 1.4;
}
.ot .ot-gate-field small strong { color: var(--ink); font-weight: 600; }

.ot .ot-gate-captcha {
    display: flex; justify-content: center;
    margin: 12px 0 10px;
    transform-origin: center;
}
.ot .ot-gate-btn {
    width: 100%; padding: 11px 18px;
    background: #E11D2A; color: #fff;
    border: none; cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; transition: background 0.25s;
}
.ot .ot-gate-btn:hover:not(:disabled) { background: #b91623; }
.ot .ot-gate-btn:disabled { background: #B0B7C2; cursor: not-allowed; }
.ot .ot-gate-row { display: flex; flex-direction: column; gap: 6px; margin-top: 2px; }
.ot .ot-gate-link {
    background: transparent; border: none;
    color: #033569; font-size: 11px; font-weight: 600;
    letter-spacing: 0.4px; text-decoration: underline;
    cursor: pointer; padding: 4px;
}
.ot .ot-gate-link:hover:not(:disabled) { color: #E11D2A; }
.ot .ot-gate-link:disabled { color: var(--pebble); cursor: not-allowed; text-decoration: none; }
.ot .ot-gate-foot {
    text-align: center; font-size: 9px; color: var(--pebble);
    letter-spacing: 0.8px; text-transform: uppercase;
    margin-top: 12px; padding-top: 10px;
    border-top: 1px solid var(--border);
}

/* === MOBILE REFINEMENTS === */
@media (max-width: 768px) {
    .ot nav { padding: 10px 14px; }
    .ot .nav-logo-img { height: 48px; }
    .ot .nav-cta { padding: 5px 8px; font-size: 8px; letter-spacing: 1px; }

    .ot .hero { min-height: 78vh; padding: 90px 18px 60px 18px; }
    .ot .hero-content { max-width: 100%; width: 100%; }
    .ot .hero-title { font-size: clamp(34px, 8vw, 52px); }
    .ot .hero-subtitle { font-size: 16px; }
    .ot .hero-info-card { display: none; }
    .ot .hero .hero-actions {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .ot .hero .btn-primary,
    .ot .hero .btn-outline {
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        padding: 10px 14px !important;
        font-size: 11px !important;
        letter-spacing: 1.5px !important;
        display: block !important;
    }

    .ot section { padding: 56px 18px; }
    .ot .lead-section { padding: 56px 18px; }
    .ot .payment-section { padding: 56px 18px; }
    .ot .footer-cta { padding: 56px 18px; }

    .ot .section-title { font-size: clamp(26px, 6vw, 36px); }
    .ot .section-sub { font-size: 16px; }

    .ot .features-grid { grid-template-columns: 1fr; gap: 12px; }
    .ot .feature-card { padding: 28px 22px; }
    .ot .feature-num { font-size: 42px; top: 14px; right: 16px; }

    .ot .urgency { padding: 22px 18px; gap: 14px; }
    .ot .urgency-text h3 { white-space: normal !important; font-size: 16px !important; line-height: 1.45 !important; }
    .ot .urgency-text .label { font-size: 11px; letter-spacing: 2px; }
    .ot .btn-gold { padding: 14px 24px; font-size: 12px; }

    .ot .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 6px; }
    .ot .mosaic-item:first-child { grid-row: auto; grid-column: 1 / -1; height: 220px; }
    .ot .mosaic-item { height: 150px; }

    .ot .pay-grid { grid-template-columns: 1fr; gap: 14px; }
    .ot .pay-card { padding: 28px 22px; }

    .ot .lead-section { grid-template-columns: 1fr; gap: 28px; }
    .ot .lead-info { position: static; }
    .ot .form-wrapper { padding: 28px 20px; }
    .ot .form-header h3 { font-size: 22px; }
    .ot .form-row { grid-template-columns: 1fr; gap: 0; }
    .ot .form-group input, .ot .form-group select, .ot .form-group textarea { font-size: 16px !important; padding: 12px 14px; }
    .ot .form-group label { font-size: 11px; }
    .ot .form-submit { padding: 16px; font-size: 12px; }

    .ot .location { grid-template-columns: 1fr; gap: 28px; padding: 56px 18px; }
    .ot .location-map { height: 300px; }
    .ot .location-banner img { border-radius: 0; }

    .ot .apt-slider-section { padding: 56px 0; }
    .ot .apt-slider-header { padding: 0 18px; margin-bottom: 36px; }
    .ot .slider-wrapper { padding: 0 18px; }
    .ot .slide { padding: 22px 18px; display: flex; flex-direction: column; }
    .ot .slide-content { order: 1; }
    .ot .slide-visual { order: 2; }
    .ot .slide-title { font-size: clamp(22px, 5vw, 32px); }
    .ot .slide-subtitle { font-size: 15px; }
    .ot .slide-meta { grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 14px 0; }
    .ot .slide-meta-item .v { font-size: 18px; }
    .ot .slide-meta-item .l { font-size: 8px; letter-spacing: 1.5px; }
    .ot .slider-arrow { width: 44px; height: 44px; }
    .ot .slider-arrow svg { width: 18px; height: 18px; }
    .ot .slider-counter { font-size: 14px; }
    .ot .slider-controls { flex-wrap: wrap; gap: 12px; }

    .ot footer { padding: 28px 18px; flex-direction: column; gap: 10px; text-align: center; }
    .ot footer .links { gap: 14px; flex-wrap: wrap; justify-content: center; }

    /* GALLERY SLIDER on mobile */
    .ot .gallery-header { padding: 0 18px; }
    .ot .gallery-slide { flex: 0 0 calc(100% - 90px); }
    .ot .gallery-arrow { width: 38px; height: 38px; }
    .ot .gallery-prev { left: 8px; }
    .ot .gallery-next { right: 8px; }

    /* INTRO on mobile — reduce white gap below hero */
    .ot .intro { padding-top: 24px !important; padding-bottom: 28px !important; gap: 20px !important; }
    .ot .intro-visual { height: 200px; }

    /* GATE on mobile */
    .ot .ot-gate { padding: 38vh 16px 16px; justify-content: flex-start; }
    .ot .ot-gate-card { max-width: 100%; padding: 18px 18px 14px; }
    .ot .ot-gate-logo img { height: 38px; }
    .ot .ot-gate-title { font-size: 12px; margin-bottom: 6px; }
    .ot .ot-gate-title span { font-size: 10.5px; }
    .ot .ot-gate-sub { font-size: 11px; line-height: 1.45; margin-bottom: 12px; }
    .ot .ot-gate-steps li { font-size: 9.5px; padding: 7px 4px; letter-spacing: 0.8px; }
    .ot .ot-gate-field input { font-size: 16px !important; padding: 10px 12px; }
    .ot .ot-gate-btn { padding: 12px 16px; font-size: 11.5px; letter-spacing: 1.2px; }
    .ot .ot-gate-foot { font-size: 8.5px; margin-top: 10px; padding-top: 8px; }

}

@media (max-width: 420px) {
    .ot .hero-title { font-size: clamp(28px, 9vw, 42px); line-height: 1.05; }
    .ot .urgency-countdown .countdown-unit { padding: 12px; min-width: 56px; }
    .ot .countdown-num { font-size: 28px; }
    .ot .stats-strip { grid-template-columns: 1fr 1fr; }
    .ot .stat-number { font-size: 36px; }
    .ot .ot-gate-card { padding: 14px 14px 12px; }
    .ot .ot-gate-logo { margin-bottom: 6px; }
    .ot .ot-gate-logo img { height: 32px; }
    .ot .ot-gate-title { font-size: 11.5px; }
    .ot .ot-gate-title span { font-size: 10px; }
}

@media (max-width: 480px) {
    .ot .ot-gate-card { padding: 16px 16px 12px; }
    .ot .intro-visual { height: 200px; }
    .ot .intro { padding-top: 20px !important; padding-bottom: 20px !important; gap: 16px !important; }
}

/* Tablet: kart yazının altında */
@media (min-width: 769px) and (max-width: 1024px) {
    .ot .ot-gate { padding: 44vh 24px 24px; }
}

/* Tablet + mobil: dikey görseller (gate 1080x1920, hero 1080x1440) */
@media (max-width: 1024px) {
    .ot .ot-gate-bg::before { background-image: url('/images/gate/bg-1-mobile.jpg'); background-position: center center !important; }
    .ot .ot-gate-bg-slide   { background-image: url('/images/gate/bg-2-mobile.jpg'); background-position: center center !important; }
    .ot .ot-gate-bg::after  { background-image: url('/images/gate/bg-3-mobile.jpg'); background-position: center center !important; }
    .ot .ot-gate-bg::before,
    .ot .ot-gate-bg-slide,
    .ot .ot-gate-bg::after  { background-size: cover !important; }

    .ot .hero.has-bg {
        display: block !important;
        width: 100% !important;
        height: 100vh !important;
        min-height: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        background-size: cover !important;
        background-position: center center !important;
        background-color: #082547 !important;
        background-repeat: no-repeat !important;
        position: relative !important;
        box-shadow: none !important;
    }
    .ot .hero.has-bg .hero-content {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 3 !important;
        background: linear-gradient(to bottom, transparent, rgba(8,37,71,0.97) 38%, #082547 62%) !important;
        padding: 80px 32px 28px !important;
        text-align: center !important;
    }
    .ot .hero.has-bg .hero-actions { justify-content: center !important; align-items: center !important; }
    .ot .hero.has-bg .hero-badge,
    .ot .hero.has-bg .hero-eyebrow,
    .ot .hero.has-bg .hero-title,
    .ot .hero.has-bg .hero-subtitle,
    .ot .hero.has-bg .hero-mini-stats { display: none !important; }
}

/* ======================================================
   KATMAN 3 — Tum telefonlar (<=480px)
   padding-top = gorsel yuksekligi → hero-content dogal akisla
   gorsel hemen altina dusuyor, calc() height yok
   ====================================================== */
@media (max-width: 480px) {
    .ot .hero.has-bg {
        display: block !important;
        height: 100vh !important;
        min-height: unset !important;
        padding: 0 !important;
        background-size: cover !important;
        background-position: center center !important;
        background-color: #082547 !important;
        background-repeat: no-repeat !important;
        position: relative !important;
        box-shadow: none !important;
    }
    .ot .hero.has-bg .hero-content {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 3 !important;
        background: linear-gradient(to bottom, transparent, rgba(8,37,71,0.88) 35%, rgba(8,37,71,0.98) 65%) !important;
        padding: 60px 18px 24px !important;
    }
    .ot .hero .hero-actions { margin-top: 0 !important; margin-bottom: 0 !important; }
    .ot .hero .btn-primary,
    .ot .hero .btn-outline {
        padding: 9px 12px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }
}

/* ======================================================
   iPhone SE override (<=375px)
   Gorsel tam ekrani doldurur — absolute+gradient yaklasimi
   ====================================================== */
@media (width: 375px) {
    .ot .hero.has-bg {
        height: 100vh !important;
        padding: 0 !important;
        align-items: flex-end !important;
    }
    .ot .hero.has-bg .hero-content {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: linear-gradient(to bottom, transparent, rgba(8,37,71,0.97) 38%, #082547 62%) !important;
        padding: 64px 18px 18px !important;
    }
}
