:root{--bg:#07101f;--panel:#0e1a30;--panel2:#13243d;--cyan:#22d3ee;--mint:#5eead4;--gold:#fbbf24;--text:#f8fafc;--muted:#a8b3c7;--line:#23415d;--radius:28px;--shadow:0 28px 80px #0008}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}body:before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(#07101fe8,#07101ff8),url("background.png") center top/cover no-repeat}a{color:inherit}img{display:block;max-width:100%}.header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:16px max(20px,calc((100vw - 1180px)/2));background:#07101fdd;border-bottom:1px solid #1e3954;backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:11px;color:#fff;font-weight:900;text-decoration:none}.brand-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--mint);border-radius:14px;background:linear-gradient(145deg,#18385b,#0b1b30);color:var(--cyan);font-size:12px;letter-spacing:.08em}.header nav{display:flex;gap:28px}.header nav a{color:var(--muted);font-size:14px;font-weight:750;text-decoration:none}.header nav a:hover{color:var(--cyan)}main{overflow:hidden}.hero{min-height:820px;display:grid;grid-template-columns:1.1fr .72fr;align-items:center;gap:70px;max-width:1180px;margin:auto;padding:80px 28px 110px}.eyebrow{color:var(--cyan);font-size:12px;font-weight:950;letter-spacing:.16em}.hero h1,.section-head h2,.theme-copy h2,.cta h2{margin:16px 0 24px;font-size:clamp(46px,6.4vw,82px);line-height:1.03;letter-spacing:-.045em}.hero h1 em{color:var(--gold);font-style:normal}.hero-copy>p{max-width:650px;color:var(--muted);font-size:19px}.actions{display:flex;align-items:center;gap:22px;margin:34px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:17px;background:linear-gradient(115deg,#ffd978,#f59e0b 52%,#2dd4bf);color:#07101f;font-weight:900;text-decoration:none;box-shadow:0 14px 34px #f59e0b2d}.ghost{color:var(--cyan);font-weight:850;text-decoration:none}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:38px 0 0;padding:0;list-style:none}.chips li,.theme-tags span{padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#0c1b30cc;color:#c9d5e7;font-size:13px}.hero-visual{position:relative;min-height:650px;display:grid;place-items:center}.glow{position:absolute;width:430px;height:430px;border-radius:50%;background:#22d3ee26;filter:blur(60px)}.phone{position:relative;overflow:hidden;border:8px solid #14233a;border-radius:38px;background:#111827;box-shadow:var(--shadow)}.phone img{width:100%;height:auto}.hero-visual>.phone{width:320px;z-index:2;transform:rotate(2deg)}.floating-card{position:absolute;z-index:3;width:110px;padding:5px;border-radius:22px;background:linear-gradient(145deg,#ffeaa8,#b47b13);box-shadow:0 22px 50px #000a}.floating-card img{border-radius:17px}.card-a{left:0;top:120px;transform:rotate(-12deg)}.card-b{right:-10px;bottom:80px;transform:rotate(11deg)}.section{max-width:1180px;margin:auto;padding:110px 28px}.section-head{max-width:760px;margin-bottom:52px}.section-head h2,.theme-copy h2,.cta h2{font-size:clamp(38px,5vw,64px)}.section-head p,.theme-copy p,.cta p{color:var(--muted);font-size:18px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.features article{min-height:290px;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(155deg,#142640ee,#091425ee)}.features b{color:var(--gold);font-size:13px}.features h3{margin:54px 0 10px;font-size:21px}.features p{margin:0;color:var(--muted);font-size:15px}.showcase{padding:110px max(22px,calc((100vw - 1180px)/2));background:#050b15e8;border-block:1px solid #172b43}.light{margin-left:auto;margin-right:auto;text-align:center}.screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;align-items:start}.screen-grid figure{margin:0;padding:22px}.screen-grid .phone{margin-bottom:24px}.screen-grid .featured{transform:translateY(-30px)}figcaption{display:flex;flex-direction:column;gap:4px;color:var(--muted)}figcaption strong{color:#fff;font-size:20px}.themes{display:grid;grid-template-columns:1fr .55fr;align-items:center;gap:100px}.theme-copy p{max-width:640px}.theme-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.theme-phone{width:310px;justify-self:center}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.gallery-grid figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:var(--shadow)}.gallery-grid img{width:100%;aspect-ratio:9/15.8;object-fit:cover;object-position:top}.gallery-grid figcaption{padding:18px;color:#dce6f4;font-weight:750}.cta{max-width:1080px;margin:30px auto 110px;padding:84px 30px;border:1px solid #6b5419;border-radius:36px;background:linear-gradient(135deg,#2b210d,#0c1c30 70%);text-align:center}.cta p{margin:0 auto 30px;max-width:650px}.cta h2{max-width:800px;margin-left:auto;margin-right:auto}footer{display:grid;grid-template-columns:1fr auto;gap:24px;max-width:1180px;margin:auto;padding:46px 28px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}footer>div:first-child p{margin:10px 0}.footer-links{display:flex;gap:24px;align-items:center}.footer-links a{text-decoration:none}.copyright{grid-column:1/-1;margin:8px 0 0}@media(max-width:900px){.header nav a:nth-child(-n+3){display:none}.hero{grid-template-columns:1fr;text-align:center}.hero-copy>p{margin-inline:auto}.actions,.chips{justify-content:center}.hero-visual{min-height:auto}.card-a{left:8%}.card-b{right:8%}.features{grid-template-columns:1fr 1fr}.screen-grid{grid-template-columns:1fr;max-width:400px;margin:auto}.screen-grid .featured{transform:none}.themes{grid-template-columns:1fr;text-align:center}.theme-copy p{margin-inline:auto}.theme-tags{justify-content:center}.gallery-grid{grid-template-columns:1fr;max-width:400px;margin:auto}}@media(max-width:560px){.header{padding:13px 16px}.header nav a{font-size:12px}.hero{padding:62px 18px 85px;gap:48px}.hero h1{font-size:47px}.actions{flex-direction:column}.hero-visual>.phone{width:278px}.floating-card{width:82px}.card-a{left:-2%}.card-b{right:-2%}.section{padding:78px 18px}.features{grid-template-columns:1fr}.features article{min-height:230px}.features h3{margin-top:30px}.showcase{padding:78px 6px}.themes{gap:50px}.cta{margin:20px 14px 80px;padding:60px 18px}footer{grid-template-columns:1fr;padding:38px 20px}.footer-links{flex-direction:column;align-items:flex-start;gap:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
