:root {
--deep-space: #091333;
--deep-space-2: #0b1740;
--bg-elevated: #0E1A42;
--bg-card: #111e4d;
--mahara-teal: #00CFC8;
--teal-bright: #1BD9D2;
--royal-blue: #2E5BD6;
--fg: #f4f6fb;
--fg-muted: #aab3d1;
--fg-faint: #6b7497;
--border: rgba(255,255,255,0.09);
--mahara-gradient: linear-gradient(135deg, #2E5BD6 0%, #00CFC8 100%);
--ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
--font-en: "Geist", "Helvetica Neue", system-ui, sans-serif;
--font-ar: "Rubik", "Geist", system-ui, sans-serif;
--font-mono: "Geist Mono", ui-monospace, monospace;
--content-max: 1100px;
--pad: clamp(20px, 5vw, 48px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
margin: 0;
background: var(--deep-space);
color: var(--fg);
font-family: var(--font-ar);
font-size: 17px;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
overflow-x: clip;
}
body[data-lang="en"] { font-family: var(--font-en); direction: ltr; }
::selection { background: var(--mahara-teal); color: var(--deep-space); }
[data-only="ar"], [data-only="en"] { display: none; }
body[data-lang="ar"] [data-only="ar"] { display: revert; }
body[data-lang="en"] [data-only="en"] { display: revert; }
body::before {
content: "";
position: fixed; inset: 0; z-index: 0; pointer-events: none;
background:
radial-gradient(ellipse 80% 50% at 50% -10%, rgba(46,91,214,0.16), transparent 60%),
radial-gradient(ellipse 60% 40% at 90% 40%, rgba(0,207,200,0.07), transparent 60%);
}
body::after {
content: "";
position: fixed; inset: 0; z-index: 0; pointer-events: none;
background-image:
linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
background-size: 56px 56px;
mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 80%);
-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 80%);
}
h1, h2, h3 { margin: 0 0 18px; font-weight: 800; line-height: 1.25; letter-spacing: -0.02em; }
body[data-lang="ar"] :is(h1,h2,h3) { letter-spacing: 0; line-height: 1.35; }
h1 { font-size: clamp(32px, 5vw, 54px); }
h2 { font-size: clamp(26px, 3.4vw, 38px); }
p { margin: 0 0 16px; }
.muted { color: var(--fg-muted); }
.lead { font-size: clamp(16px, 1.8vw, 19px); line-height: 1.7; color: var(--fg-muted); }
.lead b { color: var(--fg); font-weight: 700; }
main { position: relative; z-index: 1; }
.wrap { max-width: var(--content-max); margin: 0 auto; padding-inline: var(--pad); }
.topbar {
position: sticky; top: 0; z-index: 60;
display: flex; align-items: center; justify-content: space-between;
padding: 12px var(--pad);
background: rgba(9,19,51,0.8);
backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
border-bottom: 1px solid var(--border);
}
.brand {
display: inline-flex; align-items: center; gap: 10px;
font-family: var(--font-mono); font-size: 11px; font-weight: 600;
letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-muted);
}
body[data-lang="ar"] .brand { font-family: var(--font-ar); letter-spacing: 0.06em; }
.brand .pip { width: 8px; height: 8px; border-radius: 2px; background: var(--mahara-gradient); box-shadow: 0 0 10px rgba(0,207,200,0.6); }
.brand-logo { height: 18px; width: auto; display: block; }
.brand-sep { width: 1px; height: 15px; background: rgba(255,255,255,0.2); }
.lang-toggle {
display: inline-flex; background: rgba(9,19,51,0.65);
border: 1px solid var(--border); border-radius: 999px; padding: 3px;
font-family: var(--font-en); font-size: 11px; font-weight: 600; position: relative;
}
.lang-toggle button {
background: transparent; border: 0; color: #d6dcee; padding: 6px 12px;
border-radius: 999px; cursor: pointer; z-index: 2; position: relative; font: inherit;
transition: color 200ms;
}
.lang-toggle button.active { color: var(--deep-space); }
.lang-toggle .pill {
position: absolute; top: 3px; bottom: 3px; width: calc(50% - 3px);
background: var(--mahara-teal); border-radius: 999px; z-index: 1;
transition: transform 300ms var(--ease-out-quart);
box-shadow: 0 0 14px rgba(0,207,200,0.4);
}
body[dir="rtl"][data-lang="ar"] .lang-toggle .pill { right: 3px; transform: translateX(0); }
body[dir="rtl"][data-lang="en"] .lang-toggle .pill { right: 3px; transform: translateX(100%); }
body[dir="ltr"][data-lang="en"] .lang-toggle .pill { left: 3px; transform: translateX(100%); }
body[dir="ltr"][data-lang="ar"] .lang-toggle .pill { left: 3px; transform: translateX(0); }
.hero { padding: clamp(70px, 10vw, 130px) 0 clamp(30px, 5vw, 60px); text-align: center; }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-family: var(--font-en); font-size: 11px; font-weight: 600;
letter-spacing: 0.16em; text-transform: uppercase;
color: var(--mahara-teal); margin-bottom: 18px;
padding: 6px 14px; border: 1px solid rgba(0,207,200,0.3);
border-radius: 999px; background: rgba(0,207,200,0.05);
}
body[data-lang="ar"] .eyebrow { font-family: var(--font-ar); letter-spacing: 0.06em; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mahara-teal); box-shadow: 0 0 8px var(--mahara-teal); }
.hero h1 {
background: linear-gradient(180deg, #fff 0%, #cfd6f0 100%);
-webkit-background-clip: text; background-clip: text; color: transparent;
max-width: 820px; margin-inline: auto;
}
.hero h1 .pop {
background: var(--mahara-gradient);
-webkit-background-clip: text; background-clip: text; color: transparent;
padding-bottom: 0.22em;
}
.hero .lead { max-width: 640px; margin: 0 auto; }
.think { padding: clamp(56px, 8vw, 110px) 0; border-top: 1px solid var(--border); }
.think-head { text-align: center; max-width: 760px; margin: 0 auto clamp(32px, 5vw, 48px); }
.ad-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 860px; margin: 0 auto; }
@media (max-width: 700px) { .ad-compare { grid-template-columns: 1fr; } }
.ad-card {
border-radius: 18px; padding: 26px 24px; position: relative;
border: 1px solid var(--border); background: rgba(255,255,255,0.02);
}
.ad-card.theirs { opacity: 0.75; }
.ad-card.ours {
border-color: rgba(0,207,200,0.45);
background: linear-gradient(180deg, rgba(0,207,200,0.08), rgba(46,91,214,0.03));
box-shadow: 0 24px 60px -24px rgba(0,207,200,0.25);
}
.ad-label {
font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
margin-bottom: 14px; display: inline-block; padding: 4px 10px; border-radius: 999px;
}
body[data-lang="ar"] .ad-label { font-family: var(--font-ar); letter-spacing: 0.04em; font-size: 11px; }
.ad-card.theirs .ad-label { color: var(--fg-faint); border: 1px solid var(--border); }
.ad-card.ours .ad-label { color: var(--mahara-teal); border: 1px solid rgba(0,207,200,0.4); background: rgba(0,207,200,0.08); }
.ad-line { font-size: clamp(16px, 2vw, 19px); font-weight: 700; line-height: 1.6; margin-bottom: 10px; }
.ad-card.theirs .ad-line { color: var(--fg-muted); }
.ad-note { font-size: 13px; color: var(--fg-faint); margin: 0; line-height: 1.6; }
.think-punch {
text-align: center; max-width: 640px; margin: clamp(28px, 4vw, 40px) auto 0;
font-size: clamp(16px, 2vw, 20px); font-weight: 700; line-height: 1.6;
}
.aud { padding: clamp(56px, 8vw, 110px) 0; border-top: 1px solid var(--border); }
.aud-head { text-align: center; max-width: 760px; margin: 0 auto clamp(12px, 2vw, 20px); }
.stat-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 clamp(32px, 5vw, 44px); }
.aud-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 860px) { .aud-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .aud-grid { grid-template-columns: 1fr; } }
.aud-card {
background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 16px;
padding: 22px; transition: border-color 260ms, transform 260ms var(--ease-out-quart);
display: flex; flex-direction: column; gap: 10px;
}
.aud-card:hover { border-color: rgba(0,207,200,0.35); transform: translateY(-3px); }
.aud-card h3 { font-size: 16.5px; margin: 0; }
.aud-pain { font-size: 13.5px; color: var(--fg-muted); line-height: 1.6; margin: 0; }
.aud-hook {
margin-top: auto; border-inline-start: 3px solid var(--mahara-teal);
padding: 10px 14px; background: rgba(0,207,200,0.06); border-radius: 0 10px 10px 0;
font-size: 14px; font-weight: 600; line-height: 1.55;
}
body[dir="rtl"] .aud-hook { border-radius: 10px 0 0 10px; }
.aud-hook .hook-type {
display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
text-transform: uppercase; color: var(--mahara-teal); margin-bottom: 4px; font-weight: 600;
}
body[data-lang="ar"] .aud-hook .hook-type { font-family: var(--font-ar); letter-spacing: 0.03em; }
.aud-close { text-align: center; margin: clamp(28px, 4vw, 40px) auto 0; max-width: 620px;
font-size: clamp(16px, 2vw, 20px); font-weight: 700; line-height: 1.6;
background: var(--mahara-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.usp { padding: clamp(56px, 8vw, 110px) 0; border-top: 1px solid var(--border); }
.usp-head { text-align: center; max-width: 780px; margin: 0 auto clamp(32px, 5vw, 44px); }
.usp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 980px; margin: 0 auto; }
@media (max-width: 860px) { .usp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .usp-grid { grid-template-columns: 1fr; } }
.usp-card {
display: flex; align-items: flex-start; gap: 12px;
background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 14px;
padding: 18px; font-size: 14px; font-weight: 600; line-height: 1.55;
transition: border-color 260ms;
}
.usp-card:hover { border-color: rgba(0,207,200,0.35); }
.usp-card .tick {
flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px;
background: rgba(0,207,200,0.12); border: 1px solid rgba(0,207,200,0.4);
display: flex; align-items: center; justify-content: center; color: var(--mahara-teal);
}
.usp-note {
text-align: center; max-width: 680px; margin: clamp(28px, 4vw, 40px) auto 0;
font-size: 15px; color: var(--fg-muted); line-height: 1.75;
}
.usp-note b { color: var(--fg); }
.usp-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 860px; margin: clamp(24px, 4vw, 36px) auto 0; }
@media (max-width: 640px) { .usp-duo { grid-template-columns: 1fr; } }
.usp-size {
border-radius: 16px; padding: 20px 22px;
border: 1px solid rgba(0,207,200,0.3); background: rgba(0,207,200,0.05);
font-size: 14.5px; line-height: 1.7; color: var(--fg-muted);
}
.usp-size b { color: var(--mahara-teal); }
.format { padding: clamp(56px, 8vw, 110px) 0; }
.format + .format { border-top: 1px solid var(--border); }
.format-grid {
display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
gap: clamp(32px, 5vw, 72px); align-items: center;
}
.format:nth-of-type(even) .format-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
.format:nth-of-type(even) .format-copy { order: -1; }
@media (max-width: 860px) {
.format-grid, .format:nth-of-type(even) .format-grid { grid-template-columns: 1fr; }
.format:nth-of-type(even) .format-copy { order: 0; }
.phone-col { order: 1; }
}
.format-tag {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em;
text-transform: uppercase; color: var(--mahara-teal);
border: 1px solid rgba(0,207,200,0.35); border-radius: 999px;
padding: 6px 14px; margin-bottom: 18px; background: rgba(0,207,200,0.05);
}
body[data-lang="ar"] .format-tag { font-family: var(--font-ar); letter-spacing: 0.05em; }
.format h2 { margin-bottom: 6px; }
.format .sub-title { font-size: clamp(16px, 2vw, 20px); color: var(--fg-muted); font-weight: 500; margin-bottom: 18px; }
.format .desc { font-size: 15px; line-height: 1.75; color: var(--fg-muted); margin-bottom: 22px; }
.spec-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
display: inline-flex; align-items: baseline; gap: 7px;
background: rgba(255,255,255,0.04); border: 1px solid var(--border);
border-radius: 10px; padding: 7px 12px;
font-family: var(--font-mono); font-size: 11px; color: var(--fg-muted);
letter-spacing: 0.04em;
}
body[data-lang="ar"] .chip { font-family: var(--font-ar); letter-spacing: 0.01em; font-size: 12px; }
.chip b { color: var(--fg); font-weight: 600; }
.chip.chip-svc { border-color: rgba(0,207,200,0.4); background: rgba(0,207,200,0.07); }
.chip.chip-svc b { color: var(--mahara-teal); }
.phone-col { display: flex; justify-content: center; }
.phone {
width: clamp(240px, 30vw, 300px);
aspect-ratio: 9 / 18.5;
background: #05070f;
border-radius: 44px;
border: 3px solid #1a2350;
box-shadow:
0 50px 110px -30px rgba(0,0,0,0.75),
0 0 70px -20px rgba(0,207,200,0.22),
inset 0 0 0 2px rgba(255,255,255,0.04);
position: relative;
overflow: hidden;
cursor: pointer;
}
.phone .island {
position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
width: 26%; height: 20px; background: #000; border-radius: 12px; z-index: 8;
}
.phone .screen { position: absolute; inset: 0; background: #000; }
.phone .screen .wistia_embed, .phone .screen video { width: 100% !important; height: 100% !important; }
.phone .screen > div { width: 100% !important; height: 100% !important; }
.reels-ui { position: absolute; inset: 0; z-index: 6; pointer-events: none; direction: ltr; }
.reels-top {
position: absolute; top: 42px; left: 16px; right: 16px;
display: flex; justify-content: space-between; align-items: center;
color: #fff; font-family: var(--font-en); font-weight: 700; font-size: 15px;
text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}
.reels-rail {
position: absolute; right: 10px; bottom: 118px;
display: flex; flex-direction: column; align-items: center; gap: 16px;
color: #fff;
}
.rail-item { display: flex; flex-direction: column; align-items: center; gap: 3px; filter: drop-shadow(0 1px 6px rgba(0,0,0,0.55)); }
.rail-item span { font-family: var(--font-en); font-size: 10px; font-weight: 600; }
.reels-bottom {
position: absolute; left: 12px; right: 60px; bottom: 18px;
color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}
.reels-user { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.reels-avatar {
width: 28px; height: 28px; border-radius: 50%;
background: var(--mahara-gradient);
display: flex; align-items: center; justify-content: center;
font-family: var(--font-en); font-weight: 800; font-size: 12px; color: var(--deep-space);
flex-shrink: 0;
}
.reels-handle { font-family: var(--font-en); font-size: 12.5px; font-weight: 700; }
.reels-user .uinfo { display: flex; flex-direction: column; line-height: 1.25; }
.reels-sponsored { font-family: var(--font-en); font-size: 10px; font-weight: 500; opacity: 0.85; }
body[data-lang="ar"] .reels-sponsored { font-family: var(--font-ar); }
.reels-cta {
display: flex; align-items: center; justify-content: space-between; gap: 8px;
background: rgba(255,255,255,0.22); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
border-radius: 8px; padding: 8px 12px; margin-top: 8px;
font-family: var(--font-en); font-size: 12px; font-weight: 600; color: #fff;
}
body[data-lang="ar"] .reels-cta { font-family: var(--font-ar); }
.reels-caption { font-size: 11.5px; line-height: 1.45; font-family: var(--font-en); opacity: 0.95; }
body[data-lang="ar"] .reels-caption { font-family: var(--font-ar); }
.reels-music { display: flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--font-en); font-size: 10.5px; opacity: 0.85; overflow: hidden; white-space: nowrap; }
.mute-chip {
position: absolute; top: 42px; left: 50%; transform: translateX(-50%);
z-index: 7; pointer-events: none;
display: inline-flex; align-items: center; gap: 6px;
background: rgba(0,0,0,0.55); backdrop-filter: blur(6px);
color: #fff; border-radius: 999px; padding: 5px 12px;
font-size: 11px; font-weight: 600;
opacity: 0; transition: opacity 240ms;
}
.phone.is-muted .mute-chip.show, .phone .mute-chip.flash { opacity: 1; }
.progress {
position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
background: rgba(255,255,255,0.15); z-index: 7;
}
.progress .bar { height: 100%; width: 0%; background: var(--mahara-teal); transition: width 300ms linear; }
.data { padding: clamp(56px, 8vw, 110px) 0; border-top: 1px solid var(--border); }
.data-head { text-align: center; max-width: 780px; margin: 0 auto clamp(32px, 5vw, 48px); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 32px); max-width: 980px; margin: 0 auto; align-items: start; }
@media (max-width: 760px) { .proof-grid { grid-template-columns: 1fr; } }
.proof-card { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.proof-copy { font-size: 14.5px; line-height: 1.7; color: var(--fg-muted); margin: 0; }
.proof-copy b { color: var(--fg); }
.proof-cap { font-size: 12px; color: var(--fg-faint); margin: 0; }
.shot {
border-radius: 14px; overflow: hidden; border: 1px solid var(--border);
box-shadow: 0 30px 70px -30px rgba(0,0,0,0.65);
min-width: 0; max-width: 100%;
background: #0a0f24;
}
.shot img { display: block; width: 100%; height: auto; }
.spend {
display: flex; flex-direction: column; gap: 14px;
max-width: 780px; margin: clamp(44px, 6vw, 72px) auto 0;
text-align: center;
}
.spend-stat {
margin: 0; line-height: 1.1;
font-family: var(--font-en); font-weight: 800;
font-size: clamp(46px, 7vw, 76px); letter-spacing: -0.02em;
background: var(--mahara-gradient);
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.spend-copy { font-size: 15px; color: var(--fg-muted); line-height: 1.75; margin: 0; max-width: 640px; margin-inline: auto; }
.spend-copy b { color: var(--fg); }
.proof-wide { max-width: 980px; margin: clamp(36px, 5vw, 56px) auto 0; display: flex; flex-direction: column; gap: 14px; }
.proof-wide .proof-copy { max-width: 720px; margin-inline: auto; text-align: center; }
.proof-wide .proof-cap { text-align: center; }
.proof-pages { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2.5vw, 24px); align-items: start; }
.proof-pages.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 600px) { .proof-pages, .proof-pages.three { grid-template-columns: 1fr; } }
.doc-block { display: flex; flex-direction: column; gap: 14px; }
.doc-block + .doc-block { margin-top: clamp(22px, 3.5vw, 36px); }
.doc-label { margin: 0; text-align: center; color: var(--mahara-teal); font-weight: 700; font-size: 12.5px; }
.doc-label [data-only="en"] { text-transform: uppercase; letter-spacing: 0.08em; }
.doc-link { position: relative; display: block; text-decoration: none; color: inherit; border-radius: 14px; }
.doc-overlay {
position: absolute; inset: 0; z-index: 2; border-radius: 14px;
display: flex; align-items: center; justify-content: center;
background: rgba(9,19,51,0.5); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
opacity: 0; transition: opacity 240ms;
}
.doc-link:hover .doc-overlay, .doc-link:focus-visible .doc-overlay { opacity: 1; }
.doc-pill {
display: inline-flex; align-items: center; gap: 8px;
background: var(--mahara-teal); color: var(--deep-space);
font-weight: 700; font-size: 14px; border-radius: 999px; padding: 10px 18px;
}
.doc-cta {
display: inline-flex; align-items: center; gap: 7px; margin: 0 auto;
color: var(--mahara-teal); font-weight: 600; font-size: 14.5px; text-decoration: none;
}
.doc-cta .arr { display: inline-block; transition: transform 200ms; }
.doc-cta:hover .arr { transform: translateX(4px); }
body[dir="rtl"] .doc-cta:hover .arr { transform: translateX(-4px); }
.psy { max-width: 860px; margin: clamp(36px, 5vw, 56px) auto 0; text-align: center; }
.psy-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 980px; margin: clamp(28px, 4vw, 40px) auto 0; }
@media (max-width: 700px) { .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.svc-card {
position: relative; border-radius: 16px; overflow: hidden;
aspect-ratio: 4 / 3; border: 1px solid var(--border);
transition: border-color 260ms, transform 260ms var(--ease-out-quart);
}
.svc-card:hover { border-color: rgba(0,207,200,0.4); transform: translateY(-3px); }
.svc-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.svc-name {
position: absolute; inset-inline: 0; bottom: 0; padding: 26px 14px 12px;
background: linear-gradient(0deg, rgba(5,9,24,0.88), transparent);
font-size: 14.5px; font-weight: 700; color: #fff; text-align: center;
}
.fmt-intro { padding: clamp(56px, 8vw, 110px) 0 0; border-top: 1px solid var(--border); }
.fmt-intro-head { text-align: center; max-width: 760px; margin: 0 auto; }
.send { padding: clamp(64px, 9vw, 120px) 0; border-top: 1px solid var(--border); }
.send-head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 5vw, 56px); }
.send-grid {
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
@media (max-width: 860px) { .send-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .send-grid { grid-template-columns: 1fr; } }
.send-card {
background: rgba(255,255,255,0.03);
border: 1px solid var(--border);
border-radius: 16px;
padding: 22px;
transition: border-color 260ms, transform 260ms var(--ease-out-quart);
}
.send-card:hover { border-color: rgba(0,207,200,0.35); transform: translateY(-3px); }
.send-num { font-family: var(--font-mono); font-size: 11px; color: var(--mahara-teal); letter-spacing: 0.14em; display: block; margin-bottom: 10px; }
.send-card h3 { font-size: 16px; margin-bottom: 6px; }
.send-card p { font-size: 13.5px; line-height: 1.65; color: var(--fg-muted); margin: 0; }
.closer {
text-align: center;
font-size: clamp(17px, 2.4vw, 24px); font-weight: 700;
max-width: 700px; margin: clamp(40px, 6vw, 64px) auto 0;
background: var(--mahara-gradient);
-webkit-background-clip: text; background-clip: text; color: transparent;
line-height: 1.5;
}
.site-footer {
padding: 36px var(--pad);
border-top: 1px solid var(--border);
text-align: center;
color: var(--fg-faint); font-size: 12px; line-height: 1.7;
}
.footer-legal { font-size: 11px; opacity: 0.5; margin-top: 4px; }
.reveal { transition: transform 900ms var(--ease-out-expo), opacity 1000ms var(--ease-out-expo); }
.js-reveal .reveal { transform: translate3d(0, 32px, 0); opacity: 0; }
.reveal.in, .js-reveal .reveal.in { transform: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) {
.reveal { transition: none !important; opacity: 1 !important; transform: none !important; }
}
