:root {
  --ink: #06101e;
  --navy: #071525;
  --navy-2: #0a1d31;
  --navy-3: #102b45;
  --blue: #0b7cff;
  --cyan: #55d7ff;
  --ice: #eaf7ff;
  --white: #ffffff;
  --muted: #67778b;
  --line: #dce6ef;
  --soft: #f3f8fc;
  --danger: #ff4b3e;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(4, 20, 37, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; padding: 12px 18px; background: white; color: var(--ink); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.sale-bar { background: var(--danger); color: var(--white); position: relative; z-index: 60; }
.sale-bar__inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 20px; font-size: .88rem; }
.sale-bar__label { padding: 4px 9px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-weight: 800; font-size: .7rem; letter-spacing: .12em; white-space: nowrap; }
.sale-bar p { margin: 0; letter-spacing: .01em; }
.sale-bar a { font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.7); }

.site-header { height: 84px; position: relative; z-index: 50; background: rgba(7,21,37,.93); border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: linear-gradient(145deg, var(--cyan), var(--blue)); color: white; border-radius: 12px 4px 12px 4px; font-size: 1.55rem; font-weight: 900; box-shadow: 0 9px 24px rgba(11,124,255,.28); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: #9fb2c6; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; font-size: .86rem; font-weight: 700; color: #c7d4df; transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-call { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; line-height: 1.2; }
.header-call span { color: #8fa7bb; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.header-call strong { margin-top: 4px; font-size: 1rem; color: var(--cyan); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 790px; color: white; background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("images/bursa-beyaz-esya-hero.webp") center right / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,15,27,.99) 0%, rgba(4,15,27,.95) 35%, rgba(4,15,27,.66) 56%, rgba(4,15,27,.05) 84%), linear-gradient(0deg, rgba(5,18,32,.78), transparent 32%); }
.hero::before { content: ""; position: absolute; z-index: 2; width: 520px; height: 520px; border-radius: 50%; left: -340px; top: 90px; border: 1px solid rgba(85,215,255,.18); box-shadow: 0 0 0 100px rgba(85,215,255,.025), 0 0 0 200px rgba(85,215,255,.018); }
.hero-inner { position: relative; z-index: 3; min-height: 700px; padding: 92px 0 120px; display: grid; grid-template-columns: minmax(0, 1fr) 355px; align-items: center; gap: 70px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #bcd4e8; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.25rem, 6.7vw, 6.1rem); line-height: .93; letter-spacing: -.065em; font-weight: 850; }
.hero h1 em { display: block; margin-bottom: 14px; color: var(--cyan); font-size: .36em; line-height: 1.2; letter-spacing: -.02em; font-style: normal; word-break: break-word; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #c6d5e1; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border-radius: 10px; font-size: .86rem; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--blue); box-shadow: 0 12px 34px rgba(11,124,255,.34); }
.button--primary:hover { background: #2b8dff; }
.button--ghost { color: #dae7f0; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.hero-proof { margin-top: 44px; display: flex; gap: 30px; }
.hero-proof div { min-width: 115px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; }
.hero-proof strong { color: white; font-size: 1.5rem; line-height: 1; }
.hero-proof span { max-width: 90px; color: #8fa7bb; font-size: .68rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }

.sale-card { align-self: end; margin-bottom: 32px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-top: 3px solid var(--danger); border-radius: 2px 2px 24px 2px; background: rgba(7,21,37,.81); backdrop-filter: blur(18px); box-shadow: 0 25px 60px rgba(0,0,0,.27); }
.sale-card__top { display: inline-block; color: #ff8177; font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.sale-card__domain { margin: 20px 0 16px; color: white; font-size: 1.75rem; font-weight: 800; line-height: 1.03; letter-spacing: -.035em; }
.sale-card > p:not(.sale-card__domain) { margin: 0 0 24px; color: #aebfcd; font-size: .88rem; }
.sale-card a { display: flex; flex-direction: column; padding: 16px 18px; background: var(--blue); border-radius: 10px; line-height: 1.2; }
.sale-card a small { font-size: .62rem; letter-spacing: .14em; opacity: .8; }
.sale-card a strong { margin-top: 4px; font-size: 1.25rem; letter-spacing: .03em; }
.sale-card__note { display: block; margin-top: 16px; color: #7990a4; font-size: .7rem; }

.keyword-rail { position: absolute; z-index: 4; bottom: 0; left: 0; width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); background: rgba(5,18,32,.84); }
.keyword-track { width: max-content; min-height: 90px; display: flex; align-items: center; gap: 26px; padding: 0 26px; animation: rail 32s linear infinite; }
.keyword-track span { color: #c9d8e4; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.keyword-track i { width: 6px; height: 6px; border: 1px solid var(--cyan); border-radius: 50%; }
@keyframes rail { to { transform: translateX(-50%); } }

.section-label { display: block; margin-bottom: 16px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.intro { background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%); }
.intro-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.intro-image { position: relative; }
.intro-image::before { content: ""; position: absolute; left: -24px; top: -24px; width: 130px; height: 130px; border-top: 1px solid var(--cyan); border-left: 1px solid var(--cyan); }
.intro-image img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: 2px 40px 2px 2px; box-shadow: var(--shadow); }
.image-badge { position: absolute; left: -28px; bottom: -28px; min-width: 250px; padding: 21px 24px; display: flex; flex-direction: column; background: var(--navy); color: white; box-shadow: 0 20px 50px rgba(4,20,37,.24); }
.image-badge strong { color: var(--cyan); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.image-badge span { margin-top: 5px; font-size: 1rem; font-weight: 800; }
.intro-copy h2, .section-heading h2, .domain-cta h2, .faq-heading h2, .slogan-intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.intro-copy > p { margin: 26px 0 0; color: var(--muted); font-size: 1.03rem; }
.intro-copy .demo-note { padding: 15px 18px; border-left: 3px solid var(--danger); background: white; color: #4c6073; font-size: .88rem; box-shadow: 0 8px 25px rgba(6,26,44,.06); }
.feature-list { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list span { padding: 14px 0; border-top: 1px solid var(--line); color: #34485a; font-size: .83rem; font-weight: 750; }
.feature-list b { margin-right: 10px; color: var(--blue); font-size: .68rem; }

.services { background: white; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); }
.featured-service { position: relative; min-height: 280px; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 35px; padding: 40px 48px; overflow: hidden; color: white; background: linear-gradient(110deg, var(--navy), #0d3152); border-radius: 3px 32px 3px 3px; }
.featured-service::after { content: ""; position: absolute; right: -100px; top: -180px; width: 420px; height: 420px; border: 1px solid rgba(85,215,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(85,215,255,.025), 0 0 0 140px rgba(85,215,255,.018); }
.featured-service__number { position: relative; z-index: 1; color: transparent; -webkit-text-stroke: 1px rgba(85,215,255,.5); font-size: 6rem; font-weight: 900; line-height: 1; }
.featured-service > div:nth-child(2) { position: relative; z-index: 1; }
.featured-service span { color: var(--cyan); font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.featured-service h3 { margin: 7px 0 10px; font-size: 2rem; line-height: 1.1; }
.featured-service p { max-width: 650px; margin: 0; color: #b4c7d6; font-size: .9rem; }
.featured-service > a { position: relative; z-index: 2; min-width: 190px; padding: 16px; border: 1px solid rgba(255,255,255,.24); font-size: .78rem; font-weight: 800; }
.featured-service > a span { float: right; color: var(--cyan); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: 34px; }
.service-card { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); background: white; box-shadow: 0 22px 60px rgba(5,24,42,.1); }
.service-card > span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 30px 0 10px; font-size: 1.18rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.all-services { margin-top: 24px; border: 1px solid var(--line); border-radius: 4px 20px 4px 4px; background: var(--soft); }
.all-services summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; color: var(--navy); font-weight: 850; }
.all-services summary::-webkit-details-marker { display: none; }
.all-services summary span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 1.3rem; transition: transform .2s; }
.all-services[open] summary span { transform: rotate(45deg); }
.all-services__grid { padding: 6px 28px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 22px; }
.all-services__grid p { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); color: #405467; font-size: .82rem; }
.all-services__grid b { color: var(--blue); }

.domain-cta { padding: 0 0 110px; background: white; }
.domain-cta__inner { position: relative; display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 70px; padding: 65px 70px; overflow: hidden; background: linear-gradient(135deg, #eaf8ff 0%, #f6fbff 58%, #e2f3ff 100%); border: 1px solid #d1eafb; border-radius: 3px 38px 3px 3px; }
.domain-cta__inner::before { content: "SATILIK"; position: absolute; left: -20px; bottom: -72px; color: rgba(11,124,255,.045); font-size: 10rem; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.domain-cta h2 { position: relative; z-index: 1; max-width: 710px; font-size: clamp(2rem, 3.6vw, 3.2rem); }
.domain-cta p { position: relative; z-index: 1; max-width: 680px; margin: 20px 0 0; color: var(--muted); }
.domain-phone { position: relative; z-index: 1; padding: 28px; display: flex; flex-direction: column; color: white; background: var(--blue); border-radius: 2px 20px 2px 2px; box-shadow: 0 18px 45px rgba(11,124,255,.26); transition: transform .2s; }
.domain-phone:hover { transform: translateY(-4px); }
.domain-phone small { font-size: .66rem; font-weight: 800; letter-spacing: .13em; opacity: .8; }
.domain-phone strong { margin: 8px 0 15px; font-size: 1.75rem; line-height: 1; }
.domain-phone span { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.24); font-size: .78rem; }

.seo-block { position: relative; overflow: hidden; color: white; background: var(--navy); }
.seo-block::before { content: ""; position: absolute; right: -160px; top: -200px; width: 520px; height: 520px; border: 1px solid rgba(85,215,255,.1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(85,215,255,.018), 0 0 0 200px rgba(85,215,255,.012); }
.section-heading--light { position: relative; z-index: 1; }
.section-heading--light h2 { color: white; }
.section-heading--light > p { color: #97aec1; }
.districts { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 60px; }
.districts span { padding: 9px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #b9ccda; background: rgba(255,255,255,.035); font-size: .76rem; font-weight: 750; }
.seo-columns { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.seo-columns article { min-height: 300px; padding: 40px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.seo-columns article > span { color: var(--cyan); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.seo-columns h3 { margin: 55px 0 16px; font-size: 1.4rem; }
.seo-columns p { margin: 0; color: #9fb3c3; font-size: .88rem; }

.slogans { background: linear-gradient(180deg, #f5faff, #fff); }
.slogan-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.slogan-intro h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.slogan-controls { display: flex; gap: 8px; margin-top: 30px; }
.slogan-controls button { width: 48px; height: 48px; border: 1px solid var(--line); background: white; color: var(--navy); cursor: pointer; font-size: 1.2rem; transition: color .2s, background .2s; }
.slogan-controls button:hover { color: white; background: var(--blue); border-color: var(--blue); }
.slogan-stage { position: relative; min-height: 360px; padding: 65px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: white; background: linear-gradient(140deg, var(--navy), #0d3152); border-radius: 2px 34px 2px 2px; box-shadow: var(--shadow); }
.quote-mark { position: absolute; top: 15px; left: 42px; color: rgba(85,215,255,.3); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.slogan-stage p { position: relative; z-index: 1; margin: 0; color: white; font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; line-height: 1.4; letter-spacing: -.025em; transition: opacity .2s, transform .2s; }
.slogan-stage p.is-changing { opacity: 0; transform: translateY(8px); }
.slogan-meta { position: absolute; right: 30px; bottom: 22px; display: flex; align-items: baseline; gap: 4px; }
.slogan-meta strong { color: var(--cyan); font-size: 1.2rem; }
.slogan-meta span { color: #7791a6; font-size: .75rem; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 30px; align-self: start; }
.faq-heading h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.faq-heading p { max-width: 360px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 1.02rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 45px 26px 0; color: var(--muted); }

.final-cta { position: relative; padding: 120px 0; overflow: hidden; color: white; text-align: center; background: linear-gradient(135deg, #0877ed, #00a6ef); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.final-cta::before { left: -180px; top: -250px; box-shadow: 0 0 0 75px rgba(255,255,255,.035), 0 0 0 150px rgba(255,255,255,.02); }
.final-cta::after { right: -210px; bottom: -290px; box-shadow: 0 0 0 75px rgba(255,255,255,.035), 0 0 0 150px rgba(255,255,255,.02); }
.final-cta__inner { position: relative; z-index: 1; }
.final-cta span { font-size: .72rem; font-weight: 900; letter-spacing: .2em; opacity: .8; }
.final-cta h2 { margin: 10px 0 0; font-size: clamp(4.5rem, 11vw, 9rem); line-height: .9; letter-spacing: -.07em; }
.final-cta p { margin: 24px 0 12px; font-size: 1.05rem; }
.final-cta a { display: inline-block; font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 900; border-bottom: 2px solid rgba(255,255,255,.65); letter-spacing: -.025em; }

.footer { padding: 70px 0 24px; color: #9fb2c3; background: #04101c; }
.footer-top { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 65px; padding-bottom: 55px; }
.brand--footer { color: white; }
.footer-top > p { margin: 0; max-width: 560px; font-size: .8rem; }
.footer-top > p strong { color: white; }
.footer-phone { display: flex; flex-direction: column; }
.footer-phone small { color: #738a9d; font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.footer-phone strong { margin-top: 5px; color: var(--cyan); font-size: 1.25rem; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: .7rem; }
.floating-call { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 12px 17px 12px 13px; color: white; background: var(--blue); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 14px 40px rgba(4,26,48,.32); transition: transform .2s; }
.floating-call:hover { transform: translateY(-3px); }
.floating-call svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.floating-call span { display: flex; flex-direction: column; line-height: 1.1; }
.floating-call small { font-size: .55rem; letter-spacing: .1em; opacity: .75; }
.floating-call strong { margin-top: 3px; font-size: .87rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .header-inner { gap: 22px; }
  .site-nav { gap: 18px; }
  .header-call { display: none; }
  .hero-inner { grid-template-columns: 1fr 310px; gap: 35px; }
  .hero h1 { font-size: clamp(3.4rem, 7vw, 5.1rem); }
  .intro-grid { gap: 50px; }
  .domain-cta__inner { padding: 55px; grid-template-columns: 1fr 330px; gap: 40px; }
  .slogan-layout, .faq-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 80px 0; }
  .sale-bar__inner { min-height: 58px; gap: 10px; justify-content: space-between; }
  .sale-bar p { display: none; }
  .site-header { height: 74px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 132px 0 0; display: none; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 30px 24px; background: rgba(4,16,28,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: white; font-size: 1rem; }
  .hero { min-height: auto; }
  .hero-media { background-position: 67% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,15,27,.98), rgba(4,15,27,.86) 65%, rgba(4,15,27,.55)); }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 80px 0 140px; }
  .hero-copy { max-width: 650px; }
  .hero h1 { max-width: 650px; font-size: clamp(3.4rem, 11vw, 5.2rem); }
  .hero-lead { max-width: 580px; }
  .sale-card { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 70px; }
  .intro-image { max-width: 650px; }
  .intro-copy { max-width: 650px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .featured-service { grid-template-columns: 90px 1fr; }
  .featured-service > a { grid-column: 2; width: fit-content; }
  .featured-service__number { font-size: 4.5rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .all-services__grid { grid-template-columns: 1fr 1fr; }
  .domain-cta { padding-bottom: 80px; }
  .domain-cta__inner { grid-template-columns: 1fr; }
  .domain-phone { max-width: 380px; }
  .slogan-layout, .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .seo-columns { grid-template-columns: 1fr; }
  .seo-columns article { min-height: 240px; }
  .seo-columns h3 { margin-top: 36px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .sale-bar__inner { width: calc(100% - 20px); }
  .sale-bar__label { font-size: .6rem; }
  .sale-bar a { font-size: .78rem; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .57rem; }
  .site-nav { inset: 132px 0 0; }
  .hero-media { background-position: 62% center; opacity: .6; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,15,27,.99), rgba(4,15,27,.82)); }
  .hero-inner { padding: 65px 0 135px; }
  .eyebrow { font-size: .63rem; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.2rem); }
  .hero h1 em { font-size: .3em; line-height: 1.25; }
  .hero-lead { margin-top: 24px; font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 56px; padding: 0 16px; }
  .hero-proof { gap: 10px; justify-content: space-between; }
  .hero-proof div { min-width: 0; display: block; width: 31%; }
  .hero-proof strong { display: block; margin-bottom: 6px; }
  .hero-proof span { display: block; max-width: 100%; font-size: .57rem; }
  .keyword-track { min-height: 76px; }
  .intro-image::before { display: none; }
  .intro-image img { border-radius: 2px 25px 2px 2px; aspect-ratio: .95; }
  .image-badge { left: 12px; right: 12px; bottom: -30px; min-width: 0; }
  .intro-copy h2, .section-heading h2, .domain-cta h2, .faq-heading h2, .slogan-intro h2 { font-size: 2.15rem; }
  .feature-list { grid-template-columns: 1fr; gap: 0; }
  .featured-service { display: block; min-height: 0; padding: 34px 26px; }
  .featured-service__number { margin-bottom: 20px; font-size: 4rem; }
  .featured-service h3 { font-size: 1.6rem; }
  .featured-service > a { display: block; margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .all-services__grid { grid-template-columns: 1fr; }
  .domain-cta { padding-bottom: 66px; }
  .domain-cta__inner { padding: 38px 24px; border-radius: 2px 24px 2px 2px; }
  .domain-phone strong { font-size: 1.5rem; }
  .districts { margin-bottom: 42px; }
  .seo-columns article { min-height: auto; padding: 30px 24px; }
  .slogan-layout { gap: 38px; }
  .slogan-stage { min-height: 350px; padding: 48px 28px; }
  .quote-mark { left: 20px; }
  .slogan-stage p { font-size: 1.35rem; }
  .faq-grid { gap: 40px; }
  .final-cta { padding: 90px 0; }
  .footer { padding-bottom: 90px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .floating-call { left: 12px; right: 12px; bottom: 12px; justify-content: center; border-radius: 12px; }
}
