.hero{min-height:calc(100vh - 128px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 8vw;position:relative;overflow:hidden;border-radius:20px;margin-bottom:32px;background:var(--bg)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(25,75,90,.4) 0%,transparent 60%);pointer-events:none}.hero-text{position:relative;z-index:1}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:20px}.hero-title{font-size:clamp(34px,4.5vw,62px);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:12px;color:var(--white)}.hero-tagline{font-size:clamp(16px,1.8vw,22px);font-weight:300;color:var(--muted);margin-bottom:28px;letter-spacing:.04em}.hero-desc{font-size:15px;line-height:1.7;color:var(--muted);max-width:480px;margin-bottom:44px}.hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:56px}.hero-badges{display:flex;gap:24px;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.hero-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:flex-end}.hero-phone{width:min(280px,37vw);filter:drop-shadow(0 40px 60px rgba(0,0,0,.5))}.hero-phone img{width:100%;height:auto;display:block;border-radius:32px}section{padding:120px 8vw;border-radius:24px;margin-bottom:24px;min-height:calc(100vh - 128px);display:flex;flex-direction:column;justify-content:center}.section-light{background:#f5f3ef;color:#0e2328}.section-label{font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:16px}.section-light .section-label{color:var(--gold-dim)}.section-title{font-size:clamp(23px,3vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px;color:var(--white)}.section-light .section-title{color:#0e2328}.section-sub{font-size:16px;color:var(--muted);line-height:1.7;max-width:560px}.section-light .section-sub{color:#0e232899}.section-header{margin-bottom:64px}.module-showcase{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.module-tabs{display:flex;flex-direction:column;gap:4px}.module-tab{display:flex;align-items:flex-start;gap:20px;padding:22px 24px;border-radius:16px;cursor:pointer;border:1px solid transparent;transition:background .25s,border-color .25s}.module-tab:hover{background:#0e23280d}.module-tab.active{background:#0e23280f;border-color:#a0855059;border-left-width:2px}.module-tab-num{font-size:12px;font-weight:700;color:#0e232840;letter-spacing:.08em;padding-top:4px;flex-shrink:0;width:24px}.module-tab.active .module-tab-num{color:var(--gold-dim)}.module-tab-content{flex:1}.module-tab-name{font-size:18px;font-weight:700;margin-bottom:6px;color:#0e232873;transition:color .2s}.module-tab.active .module-tab-name{color:#0e2328;font-size:19px}.module-tab-desc{font-size:13px;color:#0e23288c;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s;opacity:0}.module-tab.active .module-tab-desc{max-height:120px;opacity:1}.module-visual{display:flex;justify-content:center}.module-phone{width:min(280px,36vw);position:relative;filter:drop-shadow(0 32px 48px rgba(0,0,0,.18))}.module-phone-inner{position:relative}.module-phone img{width:100%;display:block;border-radius:32px;position:absolute;left:0;top:0;transition:opacity .4s ease}.module-phone img.hidden{opacity:0;pointer-events:none}.module-phone img.visible{opacity:1;position:relative}.promises-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.promise-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:40px 32px 36px;transition:border-color .3s,transform .2s,background .3s;position:relative;overflow:hidden}.promise-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,169,110,.08) 0%,transparent 70%);opacity:0;transition:opacity .3s}.promise-card:hover{border-color:#c9a96e59;transform:translateY(-4px);background:#ffffff12}.promise-card:hover:before{opacity:1}.promise-icon{width:56px;height:56px;background:#c9a96e1a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border:1px solid rgba(201,169,110,.15)}.promise-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.8;stroke-linecap:round}.promise-title{font-size:18px;font-weight:700;margin-bottom:10px;line-height:1.2;color:var(--white)}.promise-desc{font-size:14px;color:var(--muted);line-height:1.65}.versions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.version-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:40px 32px;position:relative;overflow:hidden;transition:transform .2s,border-color .25s}.version-card:hover{transform:translateY(-4px);border-color:#c9a96e4d}.version-card.featured{border-color:#c9a96e80;background:linear-gradient(135deg,#c9a96e14,#c9a96e05)}.section-light .version-card{background:#0e23280d;border-color:#0e23281a;color:#0e2328}.section-light .version-card:hover{border-color:#a0855080}.section-light .version-card.featured{background:#c9a96e1f;border-color:#c9a96e66}.version-tier{font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--gold);text-transform:uppercase;margin-bottom:12px}.section-light .version-tier{color:var(--gold-dim)}.version-name{font-size:22px;font-weight:800;margin-bottom:8px;color:var(--white)}.section-light .version-name{color:#0e2328}.version-vehicles{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:10px}.version-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:16px}.version-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.section-light .version-features li{color:#0e2328a6}.version-features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.version-coming{font-size:11px;opacity:.6;margin-left:4px}@media(max-width:1024px){.promises-grid{grid-template-columns:repeat(2,1fr)}.versions-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.module-showcase{grid-template-columns:1fr;gap:40px}.module-visual{order:-1}.module-phone{width:min(240px,60vw)}}@media(max-width:768px){.hero{grid-template-columns:1fr;padding-top:100px;text-align:center;gap:40px;min-height:auto}.hero-desc{margin:0 auto 44px}.hero-btns,.hero-badges{justify-content:center}.hero-visual{order:-1}.hero-phone{width:min(230px,60vw)}.section-header{margin-bottom:40px}.promises-grid{grid-template-columns:1fr 1fr}.versions-grid{grid-template-columns:1fr}}@media(max-width:480px){.promises-grid{grid-template-columns:1fr}section{padding:72px 5vw}}
