:root { --ink:#172737; --muted:#40576b; --paper:#fff; --blue:#0c72b5; --cyan:#18c5d9; --orange:#f25b22; --orange-dark:#d94714; --navy:#1d2d3a; --line:#e8edf4; }
* { box-sizing:border-box; }
html { color-scheme:light; background:#091726; }
body { min-width:320px; height:100vh; height:100svh; margin:0; padding:0; overflow:hidden; color:var(--ink); background:var(--paper); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; }
.landing { display:grid; grid-template-columns:minmax(0,56%) minmax(380px,44%); width:100%; height:100vh; height:100svh; min-height:0; margin:0; overflow:hidden; }
.visual { position:relative; height:100%; min-height:0; overflow:hidden; isolation:isolate; background:#091726; }
.visual>img { width:100%; height:100%; object-fit:cover; object-position:center 58%; transition:transform 700ms cubic-bezier(.2,.7,.2,1); }
.visual__overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(9,23,38,.02) 45%,rgba(9,23,38,.78) 100%),linear-gradient(90deg,transparent 80%,rgba(12,114,181,.14)); }
.visual__caption { position:absolute; z-index:2; left:clamp(24px,4vw,64px); bottom:clamp(26px,5vh,58px); margin:0; color:rgba(255,255,255,.92); font-size:clamp(13px,1.1vw,16px); line-height:1.5; letter-spacing:.02em; }
.visual__caption span { color:#fff; font-size:clamp(19px,2vw,30px); font-weight:800; letter-spacing:-.02em; }
.content { position:relative; display:flex; flex-direction:column; min-width:0; height:100%; min-height:0; padding:clamp(28px,5vw,76px) clamp(24px,5vw,76px) 22px; overflow:hidden; background:radial-gradient(circle at 100% 0,rgba(24,197,217,.12),transparent 34%),var(--paper); }
.content::before { position:absolute; top:0; left:0; width:6px; height:100%; content:""; background:linear-gradient(180deg,var(--cyan),var(--blue),var(--orange)); }
.content__inner { width:min(100%,560px); margin:auto; }
.brand { width:min(100%,355px); height:auto; margin:0 auto clamp(18px,3vh,32px); }
.intro { max-width:480px; margin:0 auto clamp(25px,4vh,40px); color:var(--muted); font-size:clamp(14px,1.15vw,17px); line-height:1.65; text-align:center; }
.actions { display:grid; gap:14px; }
.button { position:relative; display:flex; align-items:center; justify-content:space-between; min-height:76px; padding:17px 20px 17px 24px; overflow:hidden; color:#fff; border:1px solid transparent; border-radius:13px; box-shadow:0 10px 24px rgba(0,0,0,.12); font-size:clamp(14px,1.2vw,17px); font-weight:750; line-height:1.35; text-decoration:none; transition:transform 180ms ease,box-shadow 180ms ease,background-color 180ms ease; }
.button::before { position:absolute; inset:0 auto 0 0; width:5px; content:""; background:rgba(255,255,255,.72); }
.button--primary { background:linear-gradient(135deg,var(--blue),var(--cyan)); }
.button--secondary { background:linear-gradient(135deg,var(--orange),var(--orange-dark)); }
.button__arrow { display:grid; flex:0 0 38px; width:38px; height:38px; margin-left:16px; place-items:center; border:1px solid rgba(255,255,255,.35); border-radius:50%; background:rgba(255,255,255,.12); font-size:18px; }
.button:hover { transform:translateY(-2px); box-shadow:0 15px 31px rgba(0,0,0,.18); }
.button:focus-visible,.socials a:focus-visible { outline:3px solid #ffbe29; outline-offset:4px; }
.socials { display:flex; align-items:center; justify-content:center; gap:18px; margin-top:clamp(27px,5vh,48px); padding-top:24px; border-top:1px solid var(--line); }
.socials p { margin:0; color:var(--muted); font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.socials__links { display:flex; gap:10px; }
.socials a { display:grid; width:43px; height:43px; place-items:center; border-radius:50%; background:var(--navy); box-shadow:0 7px 16px rgba(9,23,38,.18); transition:transform 180ms ease,background-color 180ms ease; }
.socials a:first-child:hover { background:#c13584; }
.socials a:nth-child(2):hover { background:#1877f2; }
.socials a:nth-child(3):hover { background:#f00; }
.socials a:hover { transform:translateY(-2px); }
.socials img { width:21px; height:21px; }
footer { margin-top:auto; padding-top:clamp(25px,4vh,46px); color:#9a9da3; font-size:11px; text-align:center; }
.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; }
@media (max-width:1000px) { .landing { grid-template-columns:minmax(0,48%) minmax(360px,52%); } .content { padding-inline:clamp(28px,4vw,48px); } }
@media (max-width:720px) { body { display:block; height:auto; min-height:100svh; padding:0; overflow:auto; background:var(--paper); } .landing { display:block; width:100%; height:auto; min-height:100svh; margin:0; overflow:visible; border-radius:0; box-shadow:none; } .visual { height:clamp(200px,28svh,300px); min-height:0; } .visual>img { object-position:center 58%; } .visual__caption { left:22px; bottom:17px; } .content { height:auto; min-height:0; padding:28px 22px 16px; overflow:visible; } .content::before { width:100%; height:5px; } .brand { width:min(74vw,280px); margin-bottom:14px; } .intro { margin-bottom:20px; } .button { min-height:64px; padding-block:13px; border-radius:11px; } .socials { margin-top:24px; padding-top:19px; } footer { padding-top:24px; } }
@media (max-width:390px) { .visual { height:clamp(190px,25svh,240px); } .content { padding-inline:17px; } .button { padding-left:20px; font-size:13.5px; } .socials { gap:13px; } }
@media (max-height:640px) and (min-width:721px) { .content { padding-block:24px 14px; } .brand { width:260px; margin-bottom:13px; } .intro { margin-bottom:17px; line-height:1.45; } .button { min-height:64px; padding-block:12px; } .socials { margin-top:19px; padding-top:16px; } footer { padding-top:15px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } }
