:root {
  --navy: #10233f;
  --navy-2: #172f50;
  --ink: #13223a;
  --blue: #2367f2;
  --blue-dark: #1755d3;
  --cyan: #22bde6;
  --lime: #d9f25f;
  --paper: #f4f6f8;
  --white: #fff;
  --muted: #607087;
  --line: #dbe1e8;
  --shadow: 0 24px 70px rgba(16, 35, 63, .14);
  --radius: 22px;
  --font-head: 'Manrope', 'Segoe UI', sans-serif;
  --font-body: 'DM Sans', 'Segoe UI', sans-serif;
  --font-ar: 'Noto Kufi Arabic', 'Tahoma', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); font-family: var(--font-body); background: var(--white); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; left: 16px; top: -80px; background: var(--white); color: var(--navy); z-index: 999; padding: 12px 18px; border-radius: 10px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; display: flex; align-items: center; color: var(--white); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { background: rgba(16, 35, 63, .96); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0, 0, 0, .12); height: 72px; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: var(--lime); }
.brand-mark svg { width: 30px; fill: currentColor; }
.brand strong { font-family: var(--font-head); font-size: 19px; line-height: 1; letter-spacing: .13em; display: block; }
.brand small { display: block; margin-top: 5px; font-size: 8px; font-weight: 700; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.main-nav { display: flex; align-items: center; gap: 29px; }
.main-nav > a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.78); transition: color .2s; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: var(--white); }
.main-nav .nav-call { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); background: var(--lime); padding: 12px 17px; border-radius: 12px; font-weight: 800; }
.main-nav .lang-switch { color: var(--lime); padding: 7px 10px; border: 1px solid rgba(217,242,95,.28); border-radius: 9px; font-family: var(--font-ar); line-height: 1.2; }
.nav-call svg { width: 17px; fill: currentColor; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-button span:not(.sr-only) { display: block; height: 2px; width: 100%; margin: 4px 0; background: white; border-radius: 99px; transition: transform .2s, opacity .2s; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 30%, rgba(35,103,242,.3), transparent 38%), linear-gradient(125deg, #0b1b31 0%, #112844 52%, #132f50 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-road { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -160px; top: -220px; box-shadow: 0 0 0 100px rgba(255,255,255,.015), 0 0 0 220px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; padding-top: 90px; }
.hero-grid > * { min-width: 0; }
.hero-copy { padding: 55px 0 70px; max-width: 590px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .18em; font-weight: 800; color: var(--blue); }
.eyebrow { color: var(--lime); }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.hero h1 { font-family: var(--font-head); font-size: clamp(54px, 6.1vw, 84px); line-height: 1.02; letter-spacing: -.055em; margin: 23px 0 26px; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-copy > p { max-width: 550px; font-size: 18px; color: rgba(255,255,255,.7); }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 28px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 13px 30px rgba(35,103,242,.3); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(35,103,242,.38); }
.button-primary svg, .button-dark svg, .button-white svg { fill: currentColor; }
.button-ghost { border: 1px solid rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.11); }
.button-ghost svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-copy .hero-note { font-size: 13px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); }
.hero-note svg { width: 17px; fill: none; stroke: var(--lime); stroke-width: 1.8; }

.hero-visual { height: 590px; position: relative; align-self: end; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(44,123,255,.33), transparent 68%); top: 10px; right: -30px; filter: blur(5px); }
.road-svg { position: absolute; width: 620px; height: 560px; bottom: -15px; right: -70px; overflow: visible; }
.road-svg path { fill: none; stroke-linecap: round; }
.road-edge { stroke: rgba(255,255,255,.14); stroke-width: 144; }
.road-main { stroke: #192e47; stroke-width: 126; }
.road-dash { stroke: rgba(217,242,95,.55); stroke-width: 3; stroke-dasharray: 28 27; }
.sign-card { position: absolute; z-index: 3; width: 360px; min-height: 273px; top: 72px; right: 75px; color: var(--navy); background: var(--lime); border-radius: 26px; padding: 24px 27px; transform: rotate(-2deg); box-shadow: 0 32px 80px rgba(0,0,0,.27); }
.sign-card::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(16,35,63,.16); border-radius: 20px; pointer-events: none; }
.sign-top { display: flex; align-items: center; justify-content: space-between; position: relative; }
.sign-top small { font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.signal { display: flex; gap: 4px; border: 2px solid var(--navy); padding: 4px; border-radius: 9px; }
.signal i { width: 6px; height: 6px; border-radius: 50%; background: var(--navy); opacity: .25; }
.signal i:last-child { opacity: 1; }
.sign-number { position: relative; font-family: var(--font-head); font-size: 48px; line-height: 1; font-weight: 800; letter-spacing: -.05em; margin-top: 25px; }
.sign-label { position: relative; font-size: 12px; letter-spacing: .22em; font-weight: 800; margin-top: 10px; }
.sign-line { height: 1px; background: rgba(16,35,63,.24); margin: 23px 0 16px; }
.sign-footer { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; }
.sign-footer span:first-child { display: flex; align-items: center; gap: 8px; }
.sign-footer svg { width: 24px; fill: var(--navy); }
.business-photo { position: absolute; z-index: 3; width: 370px; height: 505px; top: 18px; right: 70px; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.95); border-radius: 27px; background: var(--white); box-shadow: 0 34px 90px rgba(0,0,0,.35); transform: rotate(1.4deg); }
.business-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(6,20,38,.82), transparent 30%); }
.business-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.business-photo figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.78); transform: rotate(-1.4deg); }
.business-photo figcaption a { color: var(--lime); white-space: nowrap; }
.photo-source { position: absolute; z-index: 5; top: 15px; left: 35px; display: flex; align-items: center; gap: 7px; padding: 10px 13px; border-radius: 12px; color: var(--navy); background: rgba(255,255,255,.95); box-shadow: var(--shadow); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.photo-source svg { width: 16px; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.route-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); color: var(--navy); padding: 13px 17px 13px 13px; border-radius: 16px; box-shadow: var(--shadow); }
.route-card small, .route-card strong { display: block; }
.route-card small { font-size: 8px; font-weight: 800; letter-spacing: .14em; color: #718096; }
.route-card strong { margin-top: 2px; font-size: 13px; }
.route-icon { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: #eaf0fe; color: var(--blue); }
.route-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.route-phone .route-icon svg { fill: currentColor; stroke: none; }
.route-location { left: 13px; top: 270px; }
.route-phone { right: -4px; bottom: 95px; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 116px; }
.trust-grid > div, .trust-grid > a { display: flex; align-items: center; gap: 16px; padding: 26px 35px; border-right: 1px solid var(--line); }
.trust-grid > :first-child { padding-left: 0; }
.trust-grid > :last-child { border-right: 0; }
.trust-review { transition: background .2s; }
.trust-review:hover { background: #f8faff; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #edf2ff; color: var(--blue); flex: none; }
.trust-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.trust-icon svg path[d^="M7.1"] { fill: currentColor; stroke: none; }
.trust-grid small, .trust-grid strong { display: block; }
.trust-grid small { font-size: 9px; letter-spacing: .16em; color: #8893a3; font-weight: 800; }
.trust-grid strong { font-size: 16px; margin-top: 3px; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section h2, .final-cta h2 { font-family: var(--font-head); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; margin: 18px 0 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.formation { background: var(--paper); }
.formation-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.feature-card, .info-panel { min-height: 370px; border-radius: var(--radius); padding: 36px; }
.feature-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid #e7ebf0; }
.feature-card::after { content: ''; position: absolute; z-index: 0; width: 260px; height: 260px; border: 46px solid #f2f5f8; border-radius: 50%; right: -105px; bottom: -128px; pointer-events: none; }
.feature-card > * { position: relative; z-index: 1; }
.feature-number { position: absolute; top: 30px; right: 32px; font-family: var(--font-head); font-size: 12px; font-weight: 800; color: #a7b0bc; }
.feature-icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--blue); background: #edf2ff; border-radius: 18px; }
.feature-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.feature-card h3, .info-panel h3 { font-family: var(--font-head); font-size: 28px; line-height: 1.2; letter-spacing: -.03em; margin: 43px 0 13px; }
.feature-card p, .info-panel p { color: var(--muted); max-width: 460px; }
.feature-card a { position: absolute; z-index: 2; bottom: 35px; left: 36px; right: 36px; font-weight: 800; font-size: 14px; color: var(--blue); }
.feature-card a span { margin-left: 7px; transition: margin .2s; }
.feature-card a:hover span { margin-left: 12px; }
.info-panel { position: relative; color: var(--white); background: linear-gradient(145deg, var(--blue), #174cc3); overflow: hidden; }
.info-panel::before { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -190px; top: -160px; box-shadow: 0 0 0 70px rgba(255,255,255,.03); }
.mini-kicker { font-size: 10px; font-weight: 800; letter-spacing: .18em; color: var(--lime); }
.info-panel h3 { max-width: 380px; margin-top: 24px; }
.info-panel p { color: rgba(255,255,255,.7); max-width: 400px; }
.button-dark { position: absolute; bottom: 35px; color: var(--white); background: var(--navy); }

.process { color: var(--white); background: var(--navy); position: relative; overflow: hidden; }
.process::after { content: ''; position: absolute; width: 570px; height: 570px; right: -350px; bottom: -320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.02); }
.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; position: relative; z-index: 2; }
.kicker-light { color: var(--lime); }
.process-copy p { color: rgba(255,255,255,.59); font-size: 17px; margin: 26px 0; max-width: 400px; }
.text-link-light { color: var(--white); font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 7px; }
.text-link-light span { color: var(--lime); margin-left: 5px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:first-child { padding-top: 0; }
.steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); border: 1px solid rgba(217,242,95,.36); font-size: 11px; font-weight: 800; }
.steps h3 { margin: 0 0 3px; font-size: 19px; font-family: var(--font-head); }
.steps p { margin: 0; color: rgba(255,255,255,.57); }

.location { background: var(--paper); }
.location-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 570px; border-radius: 26px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.location-content { padding: 62px; }
.address-block { display: flex; gap: 16px; margin: 36px 0; padding-top: 27px; border-top: 1px solid var(--line); }
.address-block svg { width: 25px; height: 25px; flex: none; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.address-block p { margin: 0; color: var(--muted); line-height: 1.75; }
.address-block strong { color: var(--ink); }
.location-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.location-phone small, .location-phone strong { display: block; }
.location-phone small { font-size: 8px; font-weight: 800; letter-spacing: .17em; color: #8a95a4; }
.location-phone strong { font-size: 15px; margin-top: 2px; }
.map-wrap { position: relative; min-height: 570px; background: #dfe5e9; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 570px; border: 0; filter: saturate(.65) contrast(1.05); }
.map-link { position: absolute; right: 18px; bottom: 18px; padding: 13px 17px; border-radius: 12px; background: var(--white); color: var(--navy); box-shadow: 0 10px 30px rgba(16,35,63,.19); font-size: 13px; font-weight: 800; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { font-size: clamp(36px, 4vw, 52px); }
.faq-intro p { color: var(--muted); margin: 25px 0 12px; }
.faq-intro > a { color: var(--blue); font-weight: 800; font-size: 18px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 15px 0; background: none; border: 0; color: var(--ink); text-align: left; cursor: pointer; font-family: var(--font-head); font-size: 18px; font-weight: 700; }
.faq-item i { width: 28px; height: 28px; flex: none; border-radius: 50%; background: #edf2ff; position: relative; }
.faq-item i::before, .faq-item i::after { content: ''; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; background: var(--blue); transition: transform .2s; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer p { margin: -3px 50px 26px 0; color: var(--muted); }

.final-cta { padding: 80px 0; color: var(--white); background: var(--blue); overflow: hidden; position: relative; }
.final-cta::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); top: -325px; left: 36%; box-shadow: 0 0 0 90px rgba(255,255,255,.04); }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(40px, 5vw, 61px); }
.final-cta-inner > div:last-child p { color: rgba(255,255,255,.74); font-size: 17px; margin: 0 0 25px; }
.button-white { background: var(--white); color: var(--blue); }

.site-footer { color: rgba(255,255,255,.62); background: #0b192c; padding: 75px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand-footer { color: var(--white); }
.footer-brand p { margin: 22px 0 0; font-size: 14px; }
.footer-grid h3 { color: var(--white); font-family: var(--font-head); font-size: 12px; letter-spacing: .08em; margin: 4px 0 20px; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 0 0 11px; font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-bar { display: none; }

html[dir="rtl"] body { font-family: var(--font-ar); line-height: 1.85; }
html[dir="rtl"] .brand strong,
html[dir="rtl"] .section h2,
html[dir="rtl"] .final-cta h2,
html[dir="rtl"] .feature-card h3,
html[dir="rtl"] .info-panel h3,
html[dir="rtl"] .steps h3,
html[dir="rtl"] .faq-item button { font-family: var(--font-ar); letter-spacing: 0; }
html[dir="rtl"] .brand strong { font-size: 18px; letter-spacing: 0; }
html[dir="rtl"] .brand small { letter-spacing: 0; margin-top: 3px; }
html[dir="rtl"] .main-nav > a { font-family: var(--font-ar); }
html[dir="rtl"] .main-nav .lang-switch { font-family: var(--font-head); }
html[dir="rtl"] .hero h1 { font-family: var(--font-ar); letter-spacing: -.025em; line-height: 1.25; }
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .kicker,
html[dir="rtl"] .mini-kicker { letter-spacing: .04em; }
html[dir="rtl"] .button-ghost svg { transform: rotate(180deg); }
html[dir="rtl"] .feature-number { right: auto; left: 32px; }
html[dir="rtl"] .feature-card a span { display: inline-block; }
html[dir="rtl"] .feature-card a { left: 36px; right: 36px; }
html[dir="rtl"] .business-photo figcaption { font-family: var(--font-ar); }
html[dir="rtl"] .route-card,
html[dir="rtl"] .photo-source { direction: rtl; }
html[dir="rtl"] .address-block { text-align: right; }
html[dir="rtl"] .faq-item button { text-align: right; }
html[dir="rtl"] .faq-answer p { margin: -3px 0 26px 50px; }
html[dir="rtl"] .map-link span,
html[dir="rtl"] .text-link-light span { display: inline-block; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: 13px; }
  .main-nav > a:not(.nav-call):nth-child(3) { display: none; }
  .hero-grid { grid-template-columns: 1fr .9fr; }
  .sign-card { right: 10px; width: 330px; }
  .business-photo { right: 10px; }
  .route-location { left: -30px; }
  .route-phone { right: -25px; }
  .section-heading { gap: 45px; }
  .process-wrap { gap: 60px; }
  .location-content { padding: 45px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 30px, 680px); }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: 62px; left: 15px; right: 15px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(11,27,49,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a, .main-nav > a:not(.nav-call):nth-child(3) { display: block; padding: 13px 12px; }
  .main-nav .nav-call { justify-content: center; margin-top: 5px; color: var(--navy); }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 95px; }
  .hero-copy { padding: 45px 0 10px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { height: 500px; width: 100%; min-width: 0; max-width: 580px; justify-self: center; }
  .sign-card { top: 55px; right: 8%; width: 335px; }
  .business-photo { top: 18px; right: 8%; width: 355px; height: 455px; }
  .photo-source { left: 5%; }
  .road-svg { right: -80px; }
  .route-location { left: 5%; }
  .route-phone { right: 3%; bottom: 70px; }
  .trust-grid { grid-template-columns: 1fr; padding: 15px 0; }
  .trust-grid > div, .trust-grid > a, .trust-grid > :first-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .trust-grid > :last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading, .formation-grid, .process-wrap, .location-card, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; margin-bottom: 38px; }
  .formation-grid { gap: 17px; }
  .process-wrap { gap: 55px; }
  .location-card { min-height: auto; }
  .location-content { padding: 43px 30px; }
  .map-wrap, .map-wrap iframe { min-height: 410px; }
  .faq-grid { gap: 35px; }
  .faq-intro { position: static; }
  .final-cta-inner { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); position: fixed; z-index: 120; inset: auto 0 0; width: 100%; height: 70px; background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(16,35,63,.09); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-bar a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
  .mobile-bar a:first-child { background: var(--blue); color: var(--white); }
  .mobile-bar svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-bar a:first-child svg { fill: currentColor; stroke: none; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 32px); }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .hero-copy { padding-top: 30px; }
  .hero h1 { margin-top: 18px; font-size: 52px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 410px; margin-top: 5px; }
  .sign-card { width: 280px; min-height: 235px; top: 45px; right: 4%; padding: 21px 23px; }
  .business-photo { width: 280px; height: 370px; top: 18px; right: 4%; border-width: 6px; border-radius: 22px; }
  .business-photo figcaption { left: 13px; right: 13px; bottom: 12px; font-size: 9px; }
  .photo-source { top: 0; left: 0; max-width: 175px; line-height: 1.3; }
  .sign-number { font-size: 39px; margin-top: 20px; }
  .sign-line { margin: 19px 0 12px; }
  .road-svg { width: 530px; height: 480px; right: -100px; bottom: -15px; }
  .route-card { padding: 10px 12px 10px 10px; }
  .route-icon { width: 32px; height: 32px; }
  .route-location { top: 248px; left: 0; }
  .route-phone { bottom: 28px; right: 0; }
  .section { padding: 68px 0; }
  .section h2 { font-size: 38px; }
  .feature-card, .info-panel { padding: 28px; min-height: 360px; }
  .feature-card a, html[dir="rtl"] .feature-card a { left: 28px; right: 28px; }
  .info-panel .button-dark { left: 28px; right: 28px; padding-inline: 10px; }
  .steps li { grid-template-columns: 51px 1fr; gap: 12px; }
  .steps p { font-size: 14px; }
  .location-content { padding: 38px 24px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-phone { padding-left: 5px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .faq-item button { font-size: 16px; min-height: 76px; }
  .final-cta { padding: 65px 0; }
  .final-cta h2 { font-size: 40px; }
  .button-white { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 15px; flex-direction: column; }
}
