:root{--bg:#0D0E11;--bg-2:#131519;--bg-3:#181B20;--paper:#F5F4F0;--card:#FFFFFF;--line:#E5E3DD;--line-d:#23262C;--text:#15171B;--muted:#6A6E77;--muted-d:#9298A2;--faint-d:#5A6069;--red:#E5342B;--red-2:#FF5A45;--red-deep:#B3201A;--red-soft:#FBE7E5;--ok:#1F9D57;--r:16px;--mono:"IBM Plex Mono",monospace;--disp:"Bricolage Grotesque",sans-serif;--body:"IBM Plex Sans",sans-serif;--maxw:1200px}.gw *{box-sizing:border-box;margin:0;padding:0}.gw{font-family:var(--body);color:var(--text);background:var(--paper);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}.gw a{color:inherit;text-decoration:none}.gw ::selection{background:var(--red);color:#fff}.gw .wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}.gw .mono{font-family:var(--mono)}.gw .disp,.gw h1,.gw h2,.gw h3{font-family:var(--disp)}.gw h1,.gw h2,.gw h3{letter-spacing:-.02em;line-height:1.02;font-weight:700}.gw .kicker{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--red);font-weight:600}.gw .kicker.d{color:var(--red-2)}.gw .btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:14.5px;border-radius:11px;padding:13px 22px;cursor:pointer;border:none;transition:.18s;font-family:var(--body);white-space:nowrap}.gw .btn svg{width:17px;height:17px;stroke-width:2.2}.gw .btn-red{background:var(--red);color:#fff;box-shadow:0 8px 24px -6px rgba(229,52,43,.5)}.gw .btn-red:hover{background:var(--red-deep);transform:translateY(-2px);box-shadow:0 14px 32px -8px rgba(229,52,43,.6)}.gw .btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.22)}.gw .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}.gw .btn-dark{background:var(--text);color:#fff}.gw .btn-dark:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(0,0,0,.4)}.gw .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.gw .reveal.in{opacity:1;transform:none}.gw nav{position:fixed;top:0;left:0;right:0;z-index:60;transition:.3s}.gw nav .bar{max-width:var(--maxw);margin:0 auto;padding:16px 26px;display:flex;align-items:center;gap:30px}.gw nav.scrolled{background:rgba(13,14,17,.78);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.gw nav.scrolled .bar{padding:11px 26px}.gw .logo{gap:11px}.gw .logo,.gw .logo .mk{display:flex;align-items:center}.gw .logo .mk{width:34px;height:34px;border-radius:9px;background:var(--red);justify-content:center;flex:0 0 34px}.gw .logo .mk svg{width:20px;height:20px}.gw .logo .nm{font-family:var(--disp);font-weight:800;font-size:18px;color:#fff;letter-spacing:-.02em;line-height:1}.gw .logo .sub{font-family:var(--mono);font-size:8.5px;letter-spacing:.26em;color:var(--red-2);text-transform:uppercase;margin-top:3px}.gw .nlinks{display:flex;gap:26px;margin-left:14px}.gw .nlinks a{color:rgba(255,255,255,.74);font-size:14px;font-weight:500;transition:.15s}.gw .nlinks a:hover{color:#fff}.gw nav .right{margin-left:auto;display:flex;align-items:center;gap:14px}.gw .navbtn{background:#fff;color:var(--text);padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px;transition:.18s}.gw .navbtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px -8px rgba(0,0,0,.5)}@media(max-width:860px){.gw .nlinks{display:none}}.gw .hero{position:relative;background:var(--bg);color:#fff;padding:148px 0 70px;overflow:hidden}.gw .hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:54px 54px;mask-image:radial-gradient(ellipse 90% 70% at 60% 0,#000 30%,transparent 75%)}.gw .hero:after{content:"";top:-160px;right:-120px;width:720px;height:720px;background:radial-gradient(circle,rgba(229,52,43,.3),transparent 62%);filter:blur(8px)}.gw .grain,.gw .hero:after{position:absolute;pointer-events:none}.gw .grain{inset:0;opacity:.5;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.gw .hero .wrap{position:relative;display:grid;grid-template-columns:1.02fr 1.1fr;gap:54px;align-items:center}.gw .hero-l{max-width:560px}.gw .h-badge{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:7px 14px;font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:#D8DBE0;text-transform:uppercase;margin-bottom:24px}.gw .h-badge i{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 9px var(--ok)}.gw .hero h1{font-size:clamp(40px,5.4vw,66px);font-weight:800;line-height:.98}.gw .hero h1 .em{color:var(--red-2);font-style:italic;font-weight:700}.gw .hero p.sub{font-size:18px;line-height:1.6;color:#B9BEC6;margin:24px 0 32px;max-width:520px}.gw .hero p.sub b{color:#fff;font-weight:600}.gw .hero .cta{display:flex;gap:14px;flex-wrap:wrap}.gw .hero .trust{margin-top:26px;font-family:var(--mono);font-size:12px;color:var(--muted-d);letter-spacing:.02em;display:flex;flex-wrap:wrap;gap:8px 16px}.gw .hero .trust span{display:inline-flex;align-items:center;gap:7px}.gw .hero .trust b{color:var(--red-2);font-weight:600}.gw .win{border-radius:14px;overflow:hidden;background:#0b0c0f;border:1px solid var(--line-d);box-shadow:0 40px 90px -30px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.04)}.gw .win-bar{height:40px;display:flex;align-items:center;gap:9px;padding:0 14px;background:#1a1d22;border-bottom:1px solid #0a0b0d;flex:0 0 40px}.gw .win-bar .dots{display:flex;gap:7px}.gw .win-bar .dots i{width:11px;height:11px;border-radius:50%}.gw .win-bar .url{margin:0 auto;font-family:var(--mono);font-size:11px;color:#8b919b;background:#0f1115;border:1px solid #272b31;border-radius:7px;padding:4px 16px;display:flex;align-items:center;gap:8px}.gw .win-bar .url svg{width:11px;height:11px;color:var(--ok)}.gw .win-stage{position:relative;overflow:hidden;background:#0b0c0f;width:100%}.gw .win-stage iframe{border:0;position:absolute;top:0;left:0;transform-origin:top left;background:#F6F5F2}.gw .win.deco .win-stage{pointer-events:none}.gw .win-stage .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#3a3f47;font-family:var(--mono);font-size:12px;letter-spacing:.1em}.gw .hero-r{position:relative;perspective:1600px}.gw .hero-r .win{transform:rotateY(-9deg) rotateX(3deg);transition:transform .6s cubic-bezier(.2,.8,.2,1)}.gw .hero-r:hover .win{transform:rotateY(-4deg) rotateX(1deg)}.gw .float-tag{position:absolute;z-index:3;background:#fff;color:var(--text);border-radius:11px;padding:11px 14px;box-shadow:0 22px 50px -18px rgba(0,0,0,.6);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:10px}.gw .float-tag .ic{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:0 0 30px}.gw .float-tag .ic svg{width:16px;height:16px;stroke-width:2.2}.gw .float-tag small{display:block;color:var(--muted);font-weight:500;font-size:11px;margin-top:1px}.gw .ft-1{top:-22px;left:-30px;animation:bob 5s ease-in-out infinite}.gw .ft-2{bottom:-24px;right:-22px;animation:bob 6s ease-in-out .8s infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media(max-width:980px){.gw .hero .wrap{grid-template-columns:1fr;gap:40px}.gw .hero-r .win{transform:none}.gw .hero{padding:128px 0 56px}.gw .ft-1{left:0}.gw .ft-2{right:0}}.gw .marq{background:var(--bg);border-top:1px solid rgba(255,255,255,.07);overflow:hidden;padding:18px 0;position:relative}.gw .marq:after,.gw .marq:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2}.gw .marq:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.gw .marq:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.gw .marq .track{display:flex;gap:46px;width:max-content;animation:scroll 28s linear infinite}.gw .marq .track span{font-family:var(--disp);font-weight:600;font-size:20px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:46px;white-space:nowrap}.gw .marq .track span:after{content:"●";color:var(--red);font-size:8px}@keyframes scroll{to{transform:translateX(-50%)}}.gw section.block{padding:96px 0}.gw .sec-head{max-width:680px;margin-bottom:54px}.gw .sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.gw .sec-head h2{font-size:clamp(30px,4vw,46px);font-weight:800;margin-top:16px}.gw .sec-head p{font-size:17px;line-height:1.6;color:var(--muted);margin-top:18px}.gw .dark{background:var(--bg);color:#fff}.gw .dark .sec-head p{color:var(--muted-d)}.gw .dark h2,.gw .dark h3{color:#fff}.gw .prob-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gw .prob{background:var(--bg-2);border:1px solid var(--line-d);border-radius:var(--r);padding:24px 22px;position:relative;overflow:hidden}.gw .prob .x{width:38px;height:38px;border-radius:10px;background:rgba(229,52,43,.13);color:var(--red-2);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.gw .prob .x svg{width:19px;height:19px;stroke-width:2}.gw .prob h3{font-size:16.5px;font-weight:700;color:#fff;margin-bottom:8px}.gw .prob p{font-size:13.5px;line-height:1.6;color:var(--muted-d)}@media(max-width:900px){.gw .prob-grid{grid-template-columns:1fr 1fr}}.gw .shift{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.gw .shift .big{font-family:var(--disp);font-weight:800;font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:-.02em}.gw .shift .big .strike{color:var(--muted-2,#9aa0a8);position:relative;white-space:nowrap}.gw .shift .big .strike:after{content:"";position:absolute;left:-2px;right:-2px;top:54%;height:4px;background:var(--red);border-radius:3px;transform:rotate(-2deg)}.gw .shift .big em{color:var(--red);font-style:normal}.gw .shift p{font-size:16px;line-height:1.7;color:var(--muted);margin-top:0}.gw .shift .lead{font-size:18px;color:var(--text);font-weight:500;margin-bottom:16px}.gw .blueprint{background:var(--bg);border-radius:20px;padding:30px;position:relative;overflow:hidden;border:1px solid var(--line-d)}.gw .blueprint:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(229,52,43,.1) 1px,transparent 0),linear-gradient(90deg,rgba(229,52,43,.1) 1px,transparent 0);background-size:30px 30px}.gw .bp-row{position:relative;display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px dashed rgba(255,255,255,.1)}.gw .bp-row:last-child{border-bottom:none}.gw .bp-row .n{font-family:var(--mono);font-size:11px;color:var(--red-2);width:34px;flex:0 0 34px}.gw .bp-row .t{color:#fff;font-weight:600;font-size:14.5px}.gw .bp-row .t small{display:block;color:var(--muted-d);font-weight:400;font-size:12px;margin-top:3px}.gw .bp-row .chk{margin-left:auto;color:var(--ok)}.gw .bp-row .chk svg{width:18px;height:18px;stroke-width:2.4}@media(max-width:900px){.gw .shift{grid-template-columns:1fr;gap:34px}}.gw .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gw .feat{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:24px 22px;transition:.2s;position:relative;overflow:hidden}.gw .feat:hover{transform:translateY(-4px);box-shadow:0 20px 44px -22px rgba(0,0,0,.22);border-color:#d8d5cd}.gw .feat .ic{width:42px;height:42px;border-radius:11px;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.gw .feat .ic svg{width:21px;height:21px;stroke-width:2}.gw .feat h3{font-size:16.5px;font-weight:700;margin-bottom:7px}.gw .feat p{font-size:13.5px;line-height:1.6;color:var(--muted)}.gw .incl-note{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:13px;flex-wrap:wrap;text-align:center}.gw .incl-note .pill{font-family:var(--mono);font-size:12px;letter-spacing:.04em;background:var(--text);color:#fff;border-radius:30px;padding:9px 18px}.gw .incl-note span{color:var(--muted);font-size:14.5px}@media(max-width:900px){.gw .feat-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.gw .feat-grid{grid-template-columns:1fr}}.gw .dive{display:grid;grid-template-columns:1fr 1.18fr;gap:56px;align-items:center;margin-bottom:30px}.gw .dive.flip{grid-template-columns:1.18fr 1fr}.gw .dive.flip .dive-copy{order:2}.gw .dive-copy h3{font-size:clamp(24px,3vw,34px);font-weight:800;margin:14px 0 16px}.gw .dive-copy p{font-size:16px;line-height:1.65}.gw .dark .dive-copy p,.gw .dive-copy p{color:var(--muted-d)}.gw .dive-list{margin-top:22px;display:flex;flex-direction:column;gap:13px}.gw .dive-list .li{display:flex;gap:12px;align-items:flex-start}.gw .dive-list .li .d{width:22px;height:22px;border-radius:7px;background:rgba(229,52,43,.16);color:var(--red-2);flex:0 0 22px;display:flex;align-items:center;justify-content:center;margin-top:1px}.gw .dive-list .li .d svg{width:13px;height:13px;stroke-width:2.6}.gw .dive-list .li .tx{font-size:14.5px;line-height:1.5;color:#E7E9EC}.gw .dive-list .li .tx b{color:#fff;font-weight:600}@media(max-width:980px){.gw .dive,.gw .dive.flip{grid-template-columns:1fr;gap:30px}.gw .dive.flip .dive-copy{order:0}}.gw .demo-tabs{display:inline-flex;background:var(--bg-2);border:1px solid var(--line-d);border-radius:13px;padding:5px;gap:4px;margin:0 auto 26px;position:relative}.gw .demo-tabs button{border:none;background:none;color:var(--muted-d);font-family:var(--body);font-weight:600;font-size:14px;padding:10px 20px;border-radius:9px;cursor:pointer;transition:.18s;display:flex;align-items:center;gap:9px}.gw .demo-tabs button .dot{width:8px;height:8px;border-radius:50%}.gw .demo-tabs button.on{background:#fff;color:var(--text)}.gw .demo-stage-wrap{max-width:1060px;margin:0 auto}.gw .demo-actions{display:flex;align-items:center;justify-content:space-between;margin-top:16px;flex-wrap:wrap;gap:12px}.gw .demo-actions .hint{font-family:var(--mono);font-size:12px;color:var(--muted-d)}.gw .demo-actions .hint b{color:#fff}.gw .openlive{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:10px 16px;transition:.18s}.gw .openlive:hover{background:rgba(255,255,255,.12)}.gw .openlive svg{width:15px;height:15px;stroke-width:2.2}.gw .cmp{max-width:920px;margin:0 auto;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--card);box-shadow:0 24px 60px -34px rgba(0,0,0,.25)}.gw .cmp-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;align-items:stretch}.gw .cmp-row+.cmp-row{border-top:1px solid var(--line)}.gw .cmp-row .c{padding:17px 22px;display:flex;align-items:center;font-size:14.5px}.gw .cmp-row .lbl{font-weight:600;color:var(--text)}.gw .cmp-row .us{background:linear-gradient(180deg,rgba(229,52,43,.05),rgba(229,52,43,.02));border-left:1px solid var(--line);border-right:1px solid var(--line);font-weight:600;gap:10px}.gw .cmp-row .them{color:var(--muted);gap:10px}.gw .cmp-row .us svg{color:var(--ok)}.gw .cmp-row .them svg,.gw .cmp-row .us svg{width:18px;height:18px;stroke-width:2.6;flex:0 0 18px}.gw .cmp-row .them svg{color:#C2454A}.gw .cmp-head .c{padding:18px 22px;font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.gw .cmp-head{border-bottom:1px solid var(--line)}.gw .cmp-head .us{color:var(--red);font-weight:700;background:rgba(229,52,43,.07)}.gw .cmp-head .lbl,.gw .cmp-head .them{color:var(--muted)}@media(max-width:700px){.gw .cmp-row{grid-template-columns:1fr}.gw .cmp-row .c{padding:12px 18px}.gw .cmp-row .them,.gw .cmp-row .us{border:none}.gw .cmp-row .lbl{padding-bottom:2px;font-size:13px;color:var(--muted)}.gw .cmp-head{display:none}}.gw .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:s}.gw .step{background:var(--bg-2);border:1px solid var(--line-d);border-radius:var(--r);padding:26px 22px;position:relative}.gw .step .n{font-family:var(--mono);font-size:12px;color:var(--red-2);letter-spacing:.1em}.gw .step h3{font-size:18px;font-weight:700;color:#fff;margin:14px 0 9px}.gw .step p{font-size:13.5px;line-height:1.6;color:var(--muted-d)}.gw .step .when{margin-top:14px;font-family:var(--mono);font-size:11px;color:var(--ok);background:rgba(31,157,87,.12);border-radius:6px;padding:4px 9px;display:inline-block}@media(max-width:900px){.gw .steps{grid-template-columns:1fr 1fr}}@media(max-width:520px){.gw .steps{grid-template-columns:1fr}}.gw .price-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;max-width:980px;margin:0 auto;align-items:stretch}.gw .price-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:34px;position:relative;overflow:hidden}.gw .price-card.feat-card{background:var(--bg);color:#fff;border:1px solid var(--line-d)}.gw .price-card.feat-card:after{content:"";position:absolute;top:-90px;right:-70px;width:280px;height:280px;background:radial-gradient(circle,rgba(229,52,43,.28),transparent 65%)}.gw .price-card .tag{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--red);position:relative}.gw .price-card.feat-card .tag{color:var(--red-2)}.gw .price-card .amt{font-family:var(--disp);font-weight:800;font-size:46px;letter-spacing:-.03em;margin:14px 0 4px;position:relative}.gw .price-card .amt small{font-size:18px;color:var(--muted);font-weight:600}.gw .price-card.feat-card .amt small{color:var(--muted-d)}.gw .price-card .desc{font-size:14.5px;color:var(--muted);line-height:1.6;position:relative}.gw .price-card.feat-card .desc{color:var(--muted-d)}.gw .plist{margin:22px 0;display:flex;flex-direction:column;gap:11px;position:relative}.gw .plist .pi{display:flex;align-items:center;gap:11px;font-size:14px}.gw .plist .pi svg{width:17px;height:17px;color:var(--ok);stroke-width:2.6;flex:0 0 17px}.gw .guarantee{margin-top:18px;display:flex;align-items:center;gap:11px;font-size:13px;color:var(--muted);position:relative}.gw .guarantee .g{width:34px;height:34px;border-radius:9px;background:rgba(31,157,87,.12);color:var(--ok);display:flex;align-items:center;justify-content:center;flex:0 0 34px}.gw .guarantee .g svg{width:18px;height:18px;stroke-width:2.2}@media(max-width:820px){.gw .price-wrap{grid-template-columns:1fr}}.gw .price-note{max-width:680px;margin:30px auto 0;text-align:center;font-size:14.5px;line-height:1.6;color:var(--muted)}.gw .faq{max-width:780px;margin:0 auto}.gw .qa{border-bottom:1px solid var(--line)}.gw .qa .q{width:100%;text-align:left;background:none;border:none;padding:22px 4px;font-family:var(--disp);font-weight:700;font-size:18px;color:var(--text);cursor:pointer;gap:14px}.gw .qa .q,.gw .qa .q .pm{display:flex;align-items:center}.gw .qa .q .pm{margin-left:auto;width:26px;height:26px;flex:0 0 26px;border-radius:50%;border:1.5px solid var(--line);justify-content:center;transition:.25s;position:relative}.gw .qa .q .pm:after,.gw .qa .q .pm:before{content:"";position:absolute;background:var(--red);border-radius:2px}.gw .qa .q .pm:before{width:11px;height:2px}.gw .qa .q .pm:after{width:2px;height:11px;transition:.25s}.gw .qa.open .q .pm{background:var(--red);border-color:var(--red)}.gw .qa.open .q .pm:after,.gw .qa.open .q .pm:before{background:#fff}.gw .qa.open .q .pm:after{transform:scaleY(0)}.gw .qa .a{max-height:0;overflow:hidden;transition:max-height .3s ease}.gw .qa .a p{padding:0 4px 22px;font-size:15px;line-height:1.7;color:var(--muted)}.gw .final{position:relative;background:var(--bg);color:#fff;text-align:center;padding:104px 0;overflow:hidden}.gw .final:before{inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:54px 54px;mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,#000,transparent 75%)}.gw .final:after,.gw .final:before{content:"";position:absolute;pointer-events:none}.gw .final:after{left:50%;top:50%;transform:translate(-50%,-50%);width:760px;height:420px;background:radial-gradient(ellipse,rgba(229,52,43,.26),transparent 65%)}.gw .final h2{font-size:clamp(32px,5vw,56px);font-weight:800;position:relative;line-height:1.02}.gw .final p{position:relative;color:var(--muted-d);font-size:18px;margin:20px auto 32px;max-width:540px;line-height:1.6}.gw .final .cta{position:relative;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.gw .cal-wrap{position:relative;max-width:760px;margin:40px auto 0;border-radius:16px;overflow:hidden;border:1px solid var(--line-d);box-shadow:0 30px 70px -30px rgba(0,0,0,.6);background:var(--bg)}.gw .cal{width:100%;min-width:320px;height:700px}@media(max-width:640px){.gw .cal{height:1000px}}.gw footer{background:#0a0b0d;color:#fff;padding:54px 0 30px}.gw .foot{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:flex-start}.gw .foot .fl{max-width:300px}.gw .foot p{color:var(--faint-d);font-size:13.5px;line-height:1.6;margin-top:14px}.gw .foot .cols{display:flex;gap:60px;flex-wrap:wrap}.gw .foot .col h4{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-d);margin-bottom:14px}.gw .foot .col a{display:block;color:rgba(255,255,255,.66);font-size:14px;margin-bottom:10px;transition:.15s}.gw .foot .col a:hover{color:#fff}.gw .foot-b{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--faint-d);font-family:var(--mono);font-size:11.5px;letter-spacing:.04em}