:root {
  --navy-950: #06111f;
  --navy-900: #081526;
  --navy-800: #0e2037;
  --navy-700: #183553;
  --blue: #2056b3;
  --orange: #f9732d;
  --orange-2: #ff8b48;
  --sand: #f4efe7;
  --paper: #faf9f6;
  --white: #ffffff;
  --ink: #102033;
  --muted: #667383;
  --line: #dce2e8;
  --green: #39c278;
  --danger: #c94343;
  --shadow: 0 24px 70px rgba(7, 21, 38, 0.14);
  --shadow-soft: 0 12px 34px rgba(7, 21, 38, 0.08);
  --radius: 18px;
  --shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 14px; top: 14px; transform: translateY(-160%); padding: 10px 15px; background: var(--orange); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.topline { position: relative; z-index: 80; color: rgba(255,255,255,.72); background: var(--navy-950); font-size: .73rem; }
.topline__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline__inner span { display: inline-flex; align-items: center; gap: 8px; }
.topline__inner b { color: rgba(255,255,255,.28); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(57,194,120,.12); }

.site-header { position: sticky; z-index: 70; top: 0; color: var(--white); background: rgba(8,21,38,.96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.nav-shell { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--orange); border-radius: 12px 12px 2px 12px; box-shadow: 0 9px 26px rgba(249,115,45,.2); }
.brand-mark svg { width: 35px; height: 35px; stroke: var(--navy-950); fill: var(--navy-950); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Sora", sans-serif; font-size: 1.03rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 6px; color: rgba(255,255,255,.55); font-size: .57rem; font-weight: 700; letter-spacing: .26em; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; color: rgba(255,255,255,.7); font-size: .86rem; font-weight: 600; transition: color .18s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--orange); transition: right .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: transparent; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 4px auto; background: white; transition: transform .2s, opacity .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px 12px 3px 12px; font-family: "Sora", sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: -.01em; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, .menu-toggle:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(249,115,45,.35); outline-offset: 3px; }
.button--sm { min-height: 43px; padding-inline: 16px; font-size: .74rem; }
.button--orange { color: var(--navy-950); background: var(--orange); box-shadow: 0 12px 28px rgba(249,115,45,.18); }
.button--orange:hover { background: var(--orange-2); box-shadow: 0 16px 36px rgba(249,115,45,.26); }
.button--navy { color: var(--white); background: var(--navy-900); }
.button--white { color: var(--navy-900); background: var(--white); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.03); }
.button--line { color: var(--navy-900); border-color: var(--navy-900); background: transparent; }
.button--wide { width: 100%; }
.button svg, .icon svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--blue); font-family: "Sora", sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--orange); }
.eyebrow--light { color: rgba(255,255,255,.7); }
h1, h2, h3, h4 { margin: 0; font-family: "Sora", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem, 6.2vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.35rem); }
h3 { font-size: 1.25rem; }
p { margin: 0; }
.accent { color: var(--orange); }
.section { position: relative; padding: 112px 0; }
.section-head { max-width: 740px; margin-bottom: 52px; }
.section-head p:last-child { max-width: 650px; margin-top: 20px; color: var(--muted); font-size: 1.03rem; }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; }
.section-head--split p:last-child { margin-bottom: 7px; }
.surface-grid { background-image: linear-gradient(rgba(32,86,179,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(32,86,179,.055) 1px, transparent 1px); background-size: 48px 48px; }

.hero { position: relative; min-height: 720px; overflow: hidden; display: flex; align-items: stretch; color: var(--white); background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url('/assets/hawa-najd-riders.jpg'); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,17,31,.98) 0%, rgba(6,17,31,.9) 37%, rgba(6,17,31,.22) 72%), linear-gradient(180deg, transparent 62%, rgba(6,17,31,.75)); }
.hero-route { position: absolute; z-index: 2; inset: 0; opacity: .22; background-image: radial-gradient(circle at 18% 36%, var(--orange) 0 4px, transparent 5px), radial-gradient(circle at 49% 73%, white 0 3px, transparent 4px); }
.hero-route::before { content: ""; position: absolute; left: 18%; top: 37%; width: 31%; height: 37%; border-left: 1px dashed rgba(255,255,255,.55); border-bottom: 1px dashed rgba(255,255,255,.55); border-radius: 0 0 0 70px; }
.hero .shell { position: relative; z-index: 3; display: flex; align-items: center; }
.hero-copy { width: min(680px, 58%); padding: 92px 0 112px; }
.hero-copy h1 { max-width: 670px; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin-top: 25px; color: rgba(255,255,255,.69); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 37px; color: rgba(255,255,255,.75); font-size: .82rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--orange); font-style: normal; font-weight: 900; }
.hero-note { position: absolute; z-index: 4; right: max(24px, calc((100vw - var(--shell)) / 2)); bottom: 34px; width: 330px; display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 19px; color: var(--navy-900); background: rgba(255,255,255,.95); border-radius: 16px 16px 4px 16px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-note .icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 13px; }
.hero-note small, .hero-note strong { display: block; }
.hero-note small { color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-note strong { margin-top: 3px; font-family: "Sora", sans-serif; font-size: .97rem; }
.hero-note a { display: inline-block; margin-top: 7px; color: var(--blue); font-size: .78rem; font-weight: 700; }

.platform-bar { background: var(--sand); border-bottom: 1px solid #ded8cf; }
.platform-inner { min-height: 142px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; gap: 30px; }
.platform-intro { padding-right: 34px; border-right: 1px solid #d6cfc5; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.platform-name { justify-self: center; text-align: center; }
.platform-name strong { display: block; color: var(--navy-900); font-family: "Sora", sans-serif; font-size: 1.2rem; letter-spacing: -.05em; }
.platform-name span { display: block; margin-top: 3px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.platform-name--orange strong { color: #d85f20; }
.platform-name--blue strong { color: var(--blue); }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.visual-panel { position: relative; min-height: 540px; overflow: hidden; border-radius: 22px 22px 5px 22px; background: var(--navy-800); box-shadow: var(--shadow); }
.visual-panel img { height: 100%; min-height: 540px; object-fit: cover; object-position: 68% center; opacity: .88; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,17,31,.8)); }
.visual-stamp { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 22px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(8,21,38,.72); backdrop-filter: blur(10px); }
.visual-stamp strong { max-width: 260px; font-family: "Sora", sans-serif; font-size: 1.12rem; }
.visual-stamp span { color: var(--orange); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.intro-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.value-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 32px; }
.value-row div { padding: 20px 16px; border: 1px solid var(--line); border-radius: 12px 12px 3px 12px; }
.value-row strong, .value-row span { display: block; }
.value-row strong { font-family: "Sora", sans-serif; }
.value-row span { margin-top: 4px; color: var(--muted); font-size: .76rem; }

.services-block { overflow: hidden; color: var(--white); background: var(--navy-900); }
.services-block::before { content: ""; position: absolute; right: -160px; top: -140px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.services-block .section-head p:last-child { color: rgba(255,255,255,.56); }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 345px; position: relative; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.13); transition: transform .25s, background .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: var(--blue); }
.service-card .icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 70px; color: var(--navy-950); background: var(--orange); border-radius: 14px 14px 3px 14px; }
.service-card small { position: absolute; right: 24px; top: 24px; color: rgba(255,255,255,.34); font-family: "Sora", sans-serif; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { color: rgba(255,255,255,.53); font-size: .86rem; }
.service-card:hover p { color: rgba(255,255,255,.76); }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-step { position: relative; padding: 0 28px; text-align: center; }
.process-step:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 37px; left: calc(50% + 42px); width: calc(100% - 84px); border-top: 1px dashed #aeb9c3; }
.process-circle { position: relative; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 23px; color: var(--navy-900); border: 1px solid #c8d0d8; border-radius: 50%; background: var(--white); font-family: "Sora", sans-serif; font-weight: 800; }
.process-step:last-child .process-circle { color: var(--navy-950); border-color: var(--orange); background: var(--orange); }
.process-step h3 { font-size: 1.04rem; }
.process-step p { margin-top: 9px; color: var(--muted); font-size: .81rem; }

.cta-band { overflow: hidden; color: var(--white); background: var(--blue); }
.cta-band::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(110deg, transparent 28%, rgba(255,255,255,.25) 28.2%, transparent 28.6%), radial-gradient(circle at 82% 40%, transparent 0 90px, rgba(255,255,255,.25) 91px 92px, transparent 93px); }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 80px; }
.cta-inner p { max-width: 650px; margin-top: 18px; color: rgba(255,255,255,.7); }
.cta-actions { display: flex; gap: 10px; }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 92px; color: var(--white); background: var(--navy-900); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, black); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -200px; border: 1px solid rgba(249,115,45,.36); border-radius: 50%; box-shadow: 0 0 0 85px rgba(249,115,45,.05), 0 0 0 170px rgba(249,115,45,.025); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.9rem, 5.7vw, 5.4rem); }
.page-hero p:last-child { max-width: 680px; margin-top: 24px; color: rgba(255,255,255,.63); font-size: 1.07rem; }

.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.detail-card { min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 18px 18px 5px 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.detail-card .icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 45px; color: var(--white); border-radius: 14px 14px 3px 14px; background: var(--navy-900); }
.detail-card:nth-child(2n) .icon { color: var(--navy-900); background: var(--orange); }
.detail-card h3 { font-size: 1.35rem; }
.detail-card p { margin-top: 13px; color: var(--muted); }
.detail-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .85rem; }
.detail-card li { display: flex; gap: 9px; margin-top: 8px; }
.detail-card li::before { content: "✓"; color: var(--orange); font-weight: 800; }

.career-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.career-side { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px 20px 5px 20px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.career-side > span { color: var(--orange); font-family: "Sora", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.career-side h2 { margin-top: 14px; font-size: 1.6rem; }
.career-side ul { margin: 24px 0 0; padding: 0; list-style: none; }
.career-side li { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); font-size: .88rem; }
.career-side li i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--orange); font-style: normal; font-weight: 900; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.benefit-card { padding: 28px 24px; border-radius: 15px 15px 4px 15px; background: var(--sand); }
.benefit-card > span { display: block; margin-bottom: 42px; color: var(--orange); font-family: "Sora", sans-serif; font-size: .72rem; font-weight: 800; }
.benefit-card h3 { font-size: 1.03rem; }
.benefit-card p { margin-top: 10px; color: var(--muted); font-size: .82rem; }
.requirements-bar { margin-top: 18px; display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: center; padding: 24px 28px; color: var(--white); border-radius: 14px 14px 3px 14px; background: var(--navy-800); }
.requirements-bar > strong { color: var(--orange); font-family: "Sora", sans-serif; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.requirements-bar ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; color: rgba(255,255,255,.72); font-size: .82rem; }
.requirements-bar li::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 900; }
.platform-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.platform-card { min-height: 190px; display: grid; align-content: end; padding: 24px; color: var(--white); border-radius: 16px 16px 4px 16px; background: var(--navy-900); }
.platform-card:nth-child(2) { background: var(--blue); }
.platform-card:nth-child(3) { color: var(--navy-900); background: var(--orange); }
.platform-card:nth-child(4) { background: var(--navy-700); }
.platform-card small { opacity: .55; text-transform: uppercase; letter-spacing: .12em; }
.platform-card strong { margin-top: 3px; font-family: "Sora", sans-serif; font-size: 1.3rem; }
.platform-note { margin-top: 18px; color: var(--muted); font-size: .8rem; }

.agreement-preview { color: var(--white); background: var(--navy-900); }
.agreement-preview__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.agreement-version { display: inline-block; margin-bottom: 16px; padding: 7px 10px; color: var(--navy-950); border-radius: 7px; background: var(--orange); font-family: "Sora", sans-serif; font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.agreement-preview p { margin-top: 22px; color: rgba(255,255,255,.58); }
.agreement-points { border-top: 1px solid rgba(255,255,255,.15); }
.agreement-points div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.agreement-points span { color: var(--orange); font-family: "Sora", sans-serif; font-size: .78rem; }
.agreement-points h3 { margin-bottom: 6px; font-size: 1rem; }
.agreement-points p { margin: 0; font-size: .8rem; }

.application-section { background: var(--paper); }
.application-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.application-copy { position: sticky; top: 120px; }
.application-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.support-card { margin-top: 28px; padding: 22px; border-radius: 14px 14px 3px 14px; color: var(--white); background: var(--navy-800); }
.support-card small, .support-card a { display: block; }
.support-card small { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; }
.support-card a { margin-top: 5px; font-family: "Sora", sans-serif; }
.rider-form { padding: 38px; border: 1px solid var(--line); border-radius: 22px 22px 6px 22px; background: var(--white); box-shadow: var(--shadow); }
.form-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-header h2 { font-size: 1.5rem; }
.form-header span { color: var(--muted); font-size: .78rem; }
.form-section { margin-top: 30px; }
.form-section__title { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--navy-900); font-family: "Sora", sans-serif; font-size: .82rem; font-weight: 800; }
.form-section__title span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy-950); border-radius: 8px; background: var(--orange); font-size: .7rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid .full { grid-column: 1 / -1; }
.field-label { display: grid; gap: 7px; color: var(--navy-900); font-size: .77rem; font-weight: 700; }
.field-label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid #cbd3db; border-radius: 10px; background: #fff; }
textarea { min-height: 112px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #9aa5af; }
.file-field { position: relative; min-height: 120px; display: grid; place-items: center; gap: 7px; padding: 16px; text-align: center; border: 1px dashed #aeb8c2; border-radius: 12px; background: var(--paper); transition: border-color .2s, background .2s; }
.file-field:hover { border-color: var(--orange); background: #fff8f4; }
.file-field input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-field .icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); }
.file-field strong { font-size: .8rem; }
.file-field small { color: var(--muted); font-size: .68rem; }
.file-field.has-file { border-color: var(--green); background: #f2fbf6; }
.radio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.radio-card { position: relative; padding: 15px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--orange); background: #fff8f4; }
.radio-card input { width: auto; min-height: 0; margin-right: 7px; accent-color: var(--orange); }
.radio-card strong, .radio-card small { display: block; }
.radio-card strong { font-size: .79rem; }
.radio-card small { margin: 5px 0 0 22px; color: var(--muted); font-size: .67rem; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--muted); font-size: .76rem; }
.form-consent input { width: 17px; min-height: 17px; margin-top: 3px; accent-color: var(--orange); }
.form-consent a { color: var(--blue); text-decoration: underline; }
.form-actions { display: grid; gap: 12px; margin-top: 24px; }
.form-note { color: var(--muted); font-size: .7rem; text-align: center; }
.form-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; font-size: .82rem; }
.form-alert--error { color: #7e2424; border: 1px solid #efc2c2; background: #fff1f1; }
.form-alert--success { color: #195d3d; border: 1px solid #b9e2cc; background: #effaf4; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; }
.legal-toc { position: sticky; top: 112px; padding: 24px; border-radius: 15px 15px 4px 15px; background: var(--sand); }
.legal-toc strong { display: block; margin-bottom: 13px; font-family: "Sora", sans-serif; }
.legal-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .77rem; }
.legal-toc a:hover { color: var(--blue); }
.legal-document { max-width: 830px; }
.legal-notice { margin-bottom: 30px; padding: 20px; color: var(--navy-800); border-left: 4px solid var(--orange); background: #fff6f0; font-weight: 600; }
.clause { scroll-margin-top: 110px; padding: 30px 0; border-top: 1px solid var(--line); }
.clause:first-of-type { border-top: 0; }
.clause-heading { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.clause-heading span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); border-radius: 9px 9px 2px 9px; background: var(--blue); font-family: "Sora", sans-serif; font-size: .72rem; font-weight: 800; }
.clause h2 { font-size: 1.35rem; letter-spacing: -.025em; }
.clause p { margin: 15px 0 0 56px; color: var(--muted); }
.legal-footer { margin-top: 30px; padding: 26px; border-radius: 14px; color: var(--white); background: var(--navy-900); }
.legal-footer p { color: rgba(255,255,255,.6); }
.legal-footer .button { margin-top: 18px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-stack { display: grid; gap: 12px; margin-top: 30px; }
.contact-card { display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px 14px 4px 14px; background: var(--white); }
.contact-card .icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); border-radius: 12px; background: var(--navy-900); }
.contact-card strong, .contact-card span { display: block; }
.contact-card span { color: var(--muted); font-size: .76rem; }
.contact-card > b { color: var(--orange); font-size: 1.2rem; }
.contact-panel { padding: 36px; color: var(--white); border-radius: 20px 20px 5px 20px; background: var(--blue); box-shadow: var(--shadow); }
.contact-panel h2 { font-size: 2.2rem; }
.contact-panel > p { margin-top: 16px; color: rgba(255,255,255,.7); }
.contact-panel .button { margin-top: 26px; }
.contact-divider { height: 1px; margin: 30px 0; background: rgba(255,255,255,.18); }
.contact-panel h3 { margin-bottom: 10px; }
.contact-panel ul { margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: .86rem; }
.contact-panel li { margin-top: 8px; }

.privacy-copy { max-width: 850px; }
.privacy-copy section { padding: 27px 0; border-top: 1px solid var(--line); }
.privacy-copy section:first-child { border-top: 0; }
.privacy-copy h2 { font-size: 1.4rem; }
.privacy-copy p, .privacy-copy ul { color: var(--muted); }
.privacy-copy p { margin-top: 12px; }

.success-page { min-height: 68vh; display: grid; place-items: center; padding: 90px 0; background: var(--paper); }
.success-card { max-width: 720px; padding: 48px; text-align: center; border: 1px solid var(--line); border-radius: 22px 22px 5px 22px; background: var(--white); box-shadow: var(--shadow); }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: #166b43; background: #e7f8ef; font-size: 2rem; }
.success-card h1 { font-size: 2.5rem; }
.success-card p { margin-top: 14px; color: var(--muted); }
.reference { display: inline-block; margin: 22px 0; padding: 10px 14px; color: var(--navy-900); border-radius: 8px; background: var(--sand); font-family: "Sora", sans-serif; font-weight: 800; }

.footer { position: relative; overflow: hidden; padding-top: 80px; color: rgba(255,255,255,.55); background: var(--navy-950); }
.route-line { position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, var(--orange) 0 28%, transparent 28% 31%, var(--blue) 31% 68%, transparent 68% 71%, var(--orange) 71%); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr 1.05fr; gap: 55px; padding-bottom: 58px; }
.footer section { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer h2 { margin-bottom: 10px; color: var(--white); font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.footer a, .footer span { font-size: .78rem; }
.footer a:hover { color: var(--orange); }
.brand--footer { margin-bottom: 13px; }
.footer-brand p { max-width: 300px; font-size: .82rem; }
.footer-cta h2 { font-size: 1.35rem; letter-spacing: -.035em; text-transform: none; }
.text-arrow { display: flex; align-items: center; gap: 17px; margin-top: 8px; padding-bottom: 4px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 700; }
.text-arrow span { color: var(--orange); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom div { display: flex; gap: 20px; }
.mobile-apply { display: none; }

.admin-body { min-height: 100vh; background: var(--paper); }
.admin-auth { min-height: 100vh; display: grid; place-items: center; padding: 30px 15px; background: var(--navy-950); }
.admin-auth-card { width: min(100%, 480px); display: grid; gap: 17px; padding: 38px; border-radius: 20px 20px 5px 20px; background: var(--white); box-shadow: var(--shadow); }
.admin-auth-card h1 { font-size: 2rem; }
.admin-auth-card > p { margin-top: -7px; color: var(--muted); }
.admin-header { color: white; background: var(--navy-950); }
.admin-header .shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; }
.admin-header strong, .admin-header span { display: block; }
.admin-header strong { font-family: "Sora", sans-serif; }
.admin-header span { color: rgba(255,255,255,.5); font-size: .75rem; }
.admin-header a { color: var(--orange); font-size: .8rem; font-weight: 700; }
.admin-main { padding-top: 55px; padding-bottom: 80px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.admin-title h1 { font-size: 2.7rem; }
.admin-title p { color: var(--muted); }
.admin-empty { padding: 50px; text-align: center; border: 1px dashed #b9c2ca; border-radius: 18px; background: white; }
.admin-empty h2 { font-size: 1.3rem; }
.admin-empty p { margin-top: 8px; color: var(--muted); }
.admin-list { display: grid; gap: 17px; }
.admin-application { padding: 28px; border: 1px solid var(--line); border-radius: 18px 18px 5px 18px; background: white; box-shadow: var(--shadow-soft); }
.admin-application__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.admin-application__head span { color: #16724a; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-application__head h2 { margin-top: 5px; font-size: 1.35rem; }
.admin-application__head p { margin-top: 4px; color: var(--muted); font-size: .74rem; }
.admin-application__head > strong { padding: 7px 10px; border-radius: 8px; color: var(--navy-900); background: var(--sand); font-family: "Sora", sans-serif; font-size: .72rem; }
.admin-data { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin: 22px 0; }
.admin-data div { min-width: 0; }
.admin-data dt { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-data dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: .8rem; font-weight: 600; }
.admin-files { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.admin-files > strong { font-size: .78rem; }
.admin-files div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.admin-files a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--blue); font-size: .7rem; font-weight: 700; }

@media (max-width: 860px) {
  .admin-data { grid-template-columns: repeat(2,1fr); }
}

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

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

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .nav-actions .button--ghost { display: none; }
  .hero-copy { width: 68%; }
  .intro-grid { gap: 55px; }
  .service-grid, .benefit-grid, .platform-cards { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card { border-bottom: 1px solid rgba(255,255,255,.13); }
  .service-card:nth-child(3), .service-card:nth-child(4) { border-bottom: 0; }
  .application-layout { gap: 45px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-cta { grid-column: 1 / -1; margin-top: 10px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-actions { display: none; }
  .main-nav { position: absolute; inset: auto 0 auto; top: 100%; z-index: 69; height: calc(100vh - 80px); height: calc(100dvh - 80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 18px 28px 96px; overflow-y: auto; color: white; background: var(--navy-950); transform: translateX(100%); transition: transform .25s; }
  .main-nav.open { transform: none; }
  .main-nav a { width: 100%; padding: 12px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "Sora", sans-serif; font-size: 1.55rem; font-weight: 700; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
  .main-nav a:hover, .main-nav a.active { color: var(--orange); }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 780px; }
  .hero::before { background-position: 64% center; }
  .hero::after { background: linear-gradient(90deg, rgba(6,17,31,.97), rgba(6,17,31,.63)); }
  .hero-copy { width: 75%; }
  .hero-note { right: 18px; }
  .platform-inner { grid-template-columns: repeat(4,1fr); min-height: 190px; }
  .platform-intro { grid-column: 1 / -1; padding: 24px 0 14px; border-right: 0; border-bottom: 1px solid #d6cfc5; text-align: center; }
  .intro-grid, .career-hero, .agreement-preview__grid, .contact-grid, .application-layout { grid-template-columns: 1fr; }
  .intro-copy { order: -1; }
  .section-head--split { grid-template-columns: 1fr; gap: 20px; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 35px 0; }
  .process-step:nth-child(2)::after { display: none; }
  .cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .application-copy { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 20px; }
  .legal-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
  body { padding-bottom: 61px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topline__inner { justify-content: center; }
  .topline__inner > span:last-child { display: none; }
  .nav-shell { min-height: 70px; }
  .main-nav { height: calc(100vh - 70px); height: calc(100dvh - 70px); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .9rem; }
  .hero { min-height: 810px; align-items: flex-start; }
  .hero::before { background-position: 70% center; }
  .hero::after { background: linear-gradient(180deg, rgba(6,17,31,.3) 0%, rgba(6,17,31,.97) 55%); }
  .hero .shell { align-items: flex-end; }
  .hero-copy { width: 100%; padding: 250px 0 205px; }
  .hero-copy h1 { font-size: 3rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .96rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 280px; }
  .hero-note { left: 14px; right: 14px; bottom: 20px; width: auto; }
  .platform-inner { grid-template-columns: repeat(2,1fr); gap: 20px; padding-bottom: 28px; }
  .platform-intro { grid-column: 1 / -1; }
  .section { padding: 78px 0; }
  h2 { font-size: 2.35rem; }
  .visual-panel, .visual-panel img { min-height: 440px; }
  .value-row { grid-template-columns: 1fr; }
  .service-grid, .detail-grid, .benefit-grid, .platform-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .service-card .icon { margin-bottom: 42px; }
  .process-grid { grid-template-columns: 1fr; gap: 25px; }
  .process-step::after { display: none; }
  .cta-actions { flex-direction: column; }
  .page-hero { padding: 76px 0 70px; }
  .page-hero h1 { font-size: 2.75rem; }
  .requirements-bar { grid-template-columns: 1fr; gap: 12px; }
  .rider-form { padding: 25px 18px; border-radius: 16px 16px 4px 16px; }
  .form-header { align-items: flex-start; flex-direction: column; }
  .form-grid, .radio-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .legal-toc { grid-template-columns: 1fr; }
  .clause-heading { grid-template-columns: 36px 1fr; }
  .clause p { margin-left: 0; }
  .contact-card { grid-template-columns: 46px 1fr; }
  .contact-card > b { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .mobile-apply { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: 61px; display: flex; align-items: center; justify-content: center; gap: 15px; color: var(--navy-950); background: var(--orange); font-family: "Sora", sans-serif; font-size: .88rem; font-weight: 800; }
  .admin-auth-card { padding: 28px 20px; }
  .admin-title, .admin-application__head, .admin-files { align-items: flex-start; flex-direction: column; }
  .admin-data { grid-template-columns: 1fr; }
  .admin-files div { justify-content: flex-start; }
}
