/* FVT Coming Soon — brand: Navy #020B6E · Sky #00A8E8 · Deep #010F29 · Gray #8A8A8A
   Type: IBM Plex Sans Arabic (AR) + Sora (EN). Mobile-first, 4 device classes, 8 breakpoints. */

:root {
	--bg: #010F29;
	--bg-2: #03173D;
	--navy: #020B6E;
	--sky: #00A8E8;
	--sky-2: #33BAED;
	--sky-soft: rgba(0, 168, 232, .14);
	--ink: #FFFFFF;
	--muted: #A9B6CC;
	--line: rgba(255, 255, 255, .10);
	--card: #FFFFFF;
	--card-ink: #0A1433;
	--card-muted: #5B6680;
	--field: #F3F7FC;
	--field-line: #D9E3F0;
	--err: #D93A3A;
	--ok: #0E9F6E;
	--r: 14px;
	--r-lg: 22px;
	--gutter: 16px;
	--maxw: 1200px;
	--ar: "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
	--en: "Sora", "IBM Plex Sans Arabic", system-ui, sans-serif;
	--fs-h1: clamp(2rem, 1.35rem + 3.2vw, 4.25rem);
	--fs-h2: clamp(1.4rem, 1.1rem + 1.4vw, 2.25rem);
	--fs-lead: clamp(1rem, .94rem + .35vw, 1.2rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body.fvt {
	margin: 0;
	min-height: 100vh;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--ar);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-bottom: 84px; /* room for sticky bar on mobile */
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
[lang="en"] { font-family: var(--en); }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- background (architectural lines from the identity cover) ---------- */
.bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bg__grid {
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1.2px);
	background-size: 22px 22px;
	mask-image: linear-gradient(115deg, transparent 35%, #000 85%);
	-webkit-mask-image: linear-gradient(115deg, transparent 35%, #000 85%);
	opacity: .5;
}
.bg__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.bg__lines path, .bg__lines circle { fill: none; stroke: rgba(170, 200, 235, .18); stroke-width: 1; }
.bg__lines .l2 { stroke: rgba(170, 200, 235, .35); stroke-width: 1.4; }
.bg__lines .c1 { stroke-dasharray: 2 6; animation: spin 90s linear infinite; transform-origin: 1030px 560px; }
.bg__lines .c3 { stroke: rgba(170, 200, 235, .5); }
.bg__glow {
	position: absolute; width: 70vmax; height: 70vmax; inset-inline-start: -25vmax; top: -30vmax;
	background: radial-gradient(closest-side, rgba(0, 168, 232, .16), transparent 70%);
}
@keyframes spin { to { transform: rotate(360deg); } }

header, main, footer { position: relative; z-index: 1; }

/* ---------- top bar ---------- */
.top { padding-block: 14px; }
.top__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: inline-flex; background: #fff; border-radius: 12px; padding: 8px 12px; } /* white plate: logo rule 07 (no low-contrast bg) */
.brand img { width: 128px; height: auto; }
.top__meta { display: flex; align-items: center; gap: 10px; }
.pill {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .78rem; font-weight: 600; color: var(--ink);
	padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04);
	white-space: nowrap;
}
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 0 rgba(0,168,232,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(0,168,232,0); } 100% { box-shadow: 0 0 0 0 rgba(0,168,232,0); } }
.top__wa { display: none; font-size: .9rem; font-weight: 600; text-decoration: none; color: var(--sky-2); }

/* ---------- hero ---------- */
.hero { display: grid; gap: 28px; padding-block: 18px 40px; }
.kicker { text-align: right; margin: 0 0 8px; font-family: var(--en); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sky-2); font-weight: 600; }
.h1 { text-wrap: balance; margin: 0 0 14px; font-size: var(--fs-h1); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
.lead { margin: 0 0 22px; font-size: var(--fs-lead); color: var(--muted); max-width: 40ch; }

.count { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 22px; max-width: 420px; }
.count__cell { text-align: center; padding: 10px 4px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(255,255,255,.03); }
.count__cell b { display: block; font-family: var(--en); font-size: clamp(1.35rem, 1rem + 1.4vw, 2rem); font-weight: 600; line-height: 1.2; font-variant-numeric: tabular-nums; }
.count__cell span { font-size: .75rem; color: var(--muted); }

.aud { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.aud__label { font-size: .8rem; color: var(--muted); }
.aud__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.aud__list li { font-size: .78rem; padding: 4px 10px; border-radius: 999px; background: var(--sky-soft); color: #CFEFFC; }

/* ---------- form card ---------- */
.card {
	background: var(--card); color: var(--card-ink);
	border-radius: var(--r-lg); padding: 22px 16px;
	box-shadow: 0 30px 60px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06);
	scroll-margin-top: 16px;
}
.card__title { margin: 0 0 4px; font-size: 1.35rem; font-weight: 700; line-height: 1.4; color: var(--navy); }
.card__sub { margin: 0 0 18px; font-size: .92rem; color: var(--card-muted); }

.form { position: relative; display: grid; gap: 14px; }
.f { display: grid; gap: 6px; margin: 0; padding: 0; border: 0; min-width: 0; }
.f label, .f legend { font-size: .88rem; font-weight: 600; color: var(--card-ink); padding: 0; margin-bottom: 2px; }
.f em { color: var(--err); font-style: normal; }
.f input, .f select, .f textarea {
	width: 100%; font: inherit; font-size: 16px; /* prevents iOS zoom */
	color: var(--card-ink); background: var(--field);
	border: 1.5px solid var(--field-line); border-radius: 12px;
	padding: 12px 14px; min-height: 50px;
	transition: border-color .15s, box-shadow .15s, background .15s;
	-webkit-appearance: none; appearance: none;
}
.f select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%235B6680' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: left 14px center; background-size: 12px 8px; background-repeat: no-repeat; padding-inline-end: 14px; padding-left: 36px; }
.f input::placeholder, .f textarea::placeholder { color: #98A3B8; }
.f input[dir="ltr"] { text-align: right; }
.f input[dir="ltr"]:not(:placeholder-shown) { text-align: left; }
.f input:focus, .f select:focus, .f textarea:focus { outline: none; border-color: var(--sky); background: #fff; box-shadow: 0 0 0 4px rgba(0,168,232,.18); }
.f.is-err input, .f.is-err select { border-color: var(--err); }
.f__err { color: var(--err); font-size: .8rem; min-height: 0; }
.f__err:empty { display: none; }

.row2 { display: grid; gap: 14px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span {
	display: inline-flex; align-items: center; min-height: 42px; padding: 8px 14px;
	font-size: .86rem; font-weight: 500; line-height: 1.4;
	border: 1.5px solid var(--field-line); border-radius: 999px; background: var(--field); color: var(--card-ink);
	transition: all .15s;
}
.chip:hover span { border-color: #B7C6DA; }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(0,168,232,.25); }
.chip input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.chips--radio .chip input:checked + span { background: var(--navy); }
.f.is-err .chip span { border-color: #F1B7B7; }

.more { border: 1.5px dashed var(--field-line); border-radius: 12px; padding: 0 14px; }
.more summary { cursor: pointer; padding: 12px 0; font-size: .88rem; font-weight: 600; color: var(--navy); list-style: none; }
.more summary::-webkit-details-marker { display: none; }
.more summary::before { content: "+"; display: inline-block; width: 1.2em; font-weight: 700; color: var(--sky); }
.more[open] summary::before { content: "−"; }
.more[open] { padding-bottom: 14px; }
.more[open] .f + .f { margin-top: 12px; }

.hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; opacity: 0; pointer-events: none; }

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 54px; padding: 12px 22px; border: 0; border-radius: 12px;
	font: inherit; font-size: 1.02rem; font-weight: 700; text-decoration: none; cursor: pointer;
	transition: transform .12s, background .15s, box-shadow .15s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--sky); color: var(--navy); box-shadow: 0 10px 24px -12px rgba(0,168,232,.8); }
.btn--primary:hover { background: #1DB4EE; }
.btn--primary:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.card .btn--primary:focus-visible { outline-color: var(--navy); }
.btn--ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--field-line); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--wa { background: #25D366; color: #fff; min-width: 54px; padding: 0 14px; }
.btn--wa svg { width: 26px; height: 26px; }
.form .btn { width: 100%; margin-top: 4px; }
.btn__spin { width: 18px; height: 18px; border: 2.5px solid rgba(2,11,110,.3); border-top-color: var(--navy); border-radius: 50%; display: none; animation: spin .7s linear infinite; }
.is-loading .btn__spin { display: inline-block; }
.is-loading .btn { pointer-events: none; opacity: .85; }

.form__msg { margin: 0; font-size: .88rem; color: var(--err); }
.form__msg:empty { display: none; }
.form__legal { margin: 0; font-size: .76rem; color: var(--card-muted); line-height: 1.6; }

.card__panel--done { text-align: center; padding-block: 12px; outline: none; }
.done__icon { width: 64px; height: 64px; margin: 0 auto 14px; }
.done__icon svg { width: 100%; height: 100%; animation: pop .45s cubic-bezier(.2,1.4,.4,1); }
@keyframes pop { from { transform: scale(.4); opacity: 0; } }
.done__actions { display: grid; gap: 10px; margin-top: 6px; }

/* ---------- divisions ---------- */
.sec-head { margin-bottom: 18px; }
.h2 { text-wrap: balance; margin: 0; font-size: var(--fs-h2); line-height: 1.35; font-weight: 700; }
.divs { padding-block: 24px 36px; }
.divs__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tile {
	display: grid; justify-items: center; text-align: center; gap: 4px;
	padding: 18px 10px; border-radius: var(--r);
	background: #F4F8FD; color: var(--card-ink); /* light tiles, per the identity icon system */
}
.tile:last-child:nth-child(odd) { grid-column: 1 / -1; }
.tile__ico { width: 48px; height: 48px; margin-bottom: 4px; }
.tile__ico svg { width: 100%; height: 100%; }
.tile__en { font-family: var(--en); font-size: .95rem; font-weight: 600; color: var(--navy); }
.tile__ar { font-size: .82rem; color: var(--card-muted); }

/* ---------- perks ---------- */
.perks { padding-block: 12px 48px; }
.perks__box { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 18px; background: linear-gradient(160deg, rgba(0,168,232,.10), rgba(255,255,255,.02) 55%); }
.perks__list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 10px; }
.perks__list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-radius: var(--r); background: rgba(255,255,255,.04); border: 1px solid var(--line); font-weight: 500; }
.perks__n { flex: none; font-family: var(--en); font-size: .82rem; font-weight: 700; color: var(--sky-2); padding-top: 2px; }
.perks__cta { width: 100%; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--line); padding-block: 22px; }
.foot__in { display: grid; gap: 10px; justify-items: center; text-align: center; font-size: .85rem; color: var(--muted); }
.foot__in p { margin: 0; }
.foot__brand span { font-weight: 600; color: var(--ink); }
.foot__links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; }
.foot__links a { text-decoration: none; color: var(--ink); opacity: .85; }
.foot__links a:hover { opacity: 1; color: var(--sky-2); }
.foot__copy { font-size: .78rem; opacity: .8; }

/* ---------- sticky mobile CTA ---------- */
.sticky {
	position: fixed; inset-inline: 0; bottom: 0; z-index: 20;
	display: flex; gap: 8px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
	background: rgba(1, 15, 41, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border-top: 1px solid var(--line);
	transform: translateY(110%); transition: transform .25s ease;
}
.sticky.is-on { transform: none; }
.sticky .btn--primary { flex: 1; }

/* =========================================================
   Breakpoints
   Mobile S 360 · Mobile L 400 · Phablet 600 · Tablet 768
   Laptop 1024 · Laptop L 1280 · Desktop 1440 · Desktop XL 1920
   ========================================================= */

/* Mobile S (≤359): tighten */
@media (max-width: 359px) {
	:root { --gutter: 12px; }
	.brand img { width: 108px; }
	.pill { font-size: .7rem; padding: 5px 9px; }
	.card { padding: 18px 12px; }
	.chip span { padding: 7px 11px; font-size: .8rem; }
}

/* Mobile L */
@media (min-width: 400px) {
	.brand img { width: 140px; }
	.card { padding: 24px 20px; }
}

/* Phablet / small tablet */
@media (min-width: 600px) {
	:root { --gutter: 24px; }
	.row2 { grid-template-columns: 1fr 1fr; }
	.divs__grid { grid-template-columns: repeat(3, 1fr); }
	.tile:last-child:nth-child(odd) { grid-column: auto; }
	.divs__grid .tile:nth-child(4) { grid-column: 1 / 2; }
	.divs__grid { grid-template-columns: repeat(6, 1fr); }
	.divs__grid .tile { grid-column: span 2; }
	.divs__grid .tile:nth-child(4) { grid-column: 2 / span 2; }
	.done__actions { grid-template-columns: 1fr 1fr; }
	.perks__cta { width: auto; }
	.top__wa { display: inline; }
}

/* Tablet */
@media (min-width: 768px) {
	:root { --gutter: 32px; }
	.top { padding-block: 20px; }
	.brand img { width: 160px; }
	.hero { padding-block: 28px 56px; gap: 36px; }
	.card { padding: 30px 28px; max-width: 640px; }
	.perks__box { padding: 34px 32px; }
	.perks__list { grid-template-columns: 1fr 1fr; }
	.foot__in { grid-template-columns: 1fr auto; justify-items: start; text-align: start; }
	.foot__links { justify-content: flex-start; }
	.foot__copy { grid-column: 1 / -1; }
}

/* Laptop — two-column hero, form above the fold, sticky bar off */
@media (min-width: 1024px) {
	body.fvt { padding-bottom: 0; }
	.sticky { display: none; }
	.hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 48px; min-height: calc(100vh - 110px); padding-block: 24px 64px; }
	.card { max-width: none; }
	.divs__grid { grid-template-columns: repeat(5, 1fr); }
	.divs__grid .tile, .divs__grid .tile:nth-child(4) { grid-column: auto; }
	.tile { padding: 24px 12px; transition: transform .2s; }
	.tile:hover { transform: translateY(-3px); }
	.perks__box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12px 40px; align-items: start; }
	.perks__list { grid-template-columns: 1fr; margin: 0; grid-row: span 2; }
	.perks__cta { justify-self: start; }
}

/* Laptop L */
@media (min-width: 1280px) {
	:root { --maxw: 1240px; }
	.brand img { width: 176px; }
	.card { padding: 34px 32px; }
	.lead { max-width: 44ch; }
}

/* Desktop */
@media (min-width: 1440px) {
	:root { --maxw: 1320px; }
	.hero { gap: 72px; }
	.tile__ico { width: 56px; height: 56px; }
}

/* Desktop XL */
@media (min-width: 1920px) {
	:root { --maxw: 1520px; }
	body.fvt { font-size: 17px; }
	.brand img { width: 200px; }
	.card { padding: 40px 38px; }
}

/* Short landscape phones: don't force full-height hero */
@media (max-height: 520px) and (orientation: landscape) {
	.hero { min-height: 0; }
}
