@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--r:#ff1e2d;--rd:#df1020;--ink:#0b0e12;--muted:#69727d;--line:#e8ebef;--soft:#f6f7f8;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait}.shell{width:min(var(--max),calc(100% - 48px));margin:auto}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:10}.brand{font-weight:800;letter-spacing:-1.8px;font-size:27px;white-space:nowrap;display:inline-block;flex:none}.brand span{color:var(--r)}.desktop-nav{display:flex;gap:30px;font-size:12px;font-weight:600}.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover{color:var(--r)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--r);color:#fff;border:1px solid var(--r);border-radius:7px;padding:15px 22px;font-size:13px;font-weight:700;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;transform:none}.button:hover{background:var(--rd);border-color:var(--rd);box-shadow:0 8px 22px rgba(255,30,45,.18);transform:none}.button:focus-visible,.outline:focus-visible,.text-link:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(255,30,45,.22);outline-offset:3px}.hero{min-height:650px;position:relative;overflow:hidden;background:#080b0f;color:#fff}.hero-art{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,8,11,.97),rgba(5,8,11,.86) 38%,rgba(5,8,11,.34) 72%,rgba(5,8,11,.58)),url(https://images.unsplash.com/photo-1754039985001-ccafee437736?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000);background-size:cover;background-position:100%}.hero-art:after,.hero-art:before{content:"";position:absolute;border:2px solid rgba(255,30,45,.55);border-radius:50%;width:900px;height:420px;right:-190px;top:95px;transform:rotate(-18deg);box-shadow:0 0 35px rgba(255,30,45,.18)}.hero-art:after{width:820px;height:350px;right:-110px;top:170px;border-color:rgba(230,235,240,.16);box-shadow:none}.grid{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 0);background-size:70px 70px}.hero-content{position:relative;z-index:1;padding-top:120px;padding-bottom:90px}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;margin:0 0 22px}.eyebrow span{display:inline-block;width:24px;height:2px;background:var(--r);vertical-align:middle;margin-right:8px}.red{color:#626b75}.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-4px;margin:0 0 25px;max-width:920px}.hero h1 em{font-style:normal;color:var(--r)}.hero-copy{font-size:18px;line-height:1.55;color:#d1d6dc;max-width:640px;margin:0 0 34px}.hero-actions{display:flex;align-items:center;gap:25px}.text-link{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.play{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid #7e858e;border-radius:50%;font-size:11px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.value{text-align:left;padding:30px 24px 34px;border-right:1px solid var(--line)}.value:last-child{border:0}.value-index{font-size:10px;font-weight:700;letter-spacing:1px;color:var(--r);margin-bottom:18px}.value h3{font-size:14px;margin:0 0 8px}.value p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.section{padding:105px 0}.about,.approach,.contact,.why-us{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.about-visual{height:460px;background-image:linear-gradient(145deg,rgba(8,12,16,.58),rgba(8,12,16,.15) 60%,rgba(8,12,16,.72)),url(https://images.unsplash.com/photo-1758873268745-dd2cf0d677b5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000);background-size:cover;background-position:50%;position:relative;overflow:hidden;border-radius:12px}.about-visual:after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(transparent,rgba(8,12,16,.72));opacity:.9}.about-visual span{position:absolute;left:28px;top:26px;color:#fff;font-size:9px;letter-spacing:1.5px;font-weight:700;z-index:1}.about-copy>p:not(.eyebrow),.contact-intro>p:not(.eyebrow),.section-copy{font-size:13px;line-height:1.7;color:var(--muted)}h2{font-size:clamp(38px,4.3vw,58px);line-height:1.02;letter-spacing:-2.8px;margin:0 0 22px}.outline{display:inline-flex;margin-top:18px;border:1px solid #d6dbe0;border-radius:7px;padding:13px 18px;font-size:13px;font-weight:700;gap:10px;transition:border-color .2s ease,background .2s ease,color .2s ease}.outline:hover{border-color:var(--r);color:var(--r);background:#fff8f9}.solutions{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:46px}.section-intro{max-width:420px;font-size:13px;line-height:1.7;color:var(--muted);margin:0}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.cap-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px;min-height:290px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cap-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(10,20,30,.08);border-color:#dfe3e7}.cap-top{display:flex;justify-content:space-between;color:#9aa2aa;font-size:11px}.cap-icon{width:45px;height:45px;border-radius:50%;background:#fff0f1;color:var(--r);display:grid;place-items:center;font-size:23px}.cap-card h3{font-size:19px;margin:28px 0 10px}.cap-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.cap-card a{margin-top:auto;padding-top:25px;font-size:12px;font-weight:700;display:inline-flex;gap:8px}.problems{padding-top:90px;padding-bottom:90px}.problems-head{margin-bottom:34px}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.problem-card{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.problem-card>span{font-size:10px;font-weight:700;letter-spacing:1px;color:var(--r)}.problem-card h3{font-size:18px;line-height:1.25;margin:18px 0 9px}.problem-card p{font-size:12px;line-height:1.65;color:var(--muted);margin:0;max-width:460px}.why-us{align-items:start}.reason-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.reason-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:10px}.reason-card h3{font-size:14px;margin:0 0 8px}.reason-card p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}.why-us .section-copy{max-width:500px}.steps{display:flex;flex-direction:column;gap:25px}.step{display:flex;gap:20px}.step>span{width:42px;height:42px;border-radius:50%;background:#f0f2f4;display:grid;place-items:center;font-size:11px;font-weight:700;flex:none}.step h3{margin:2px 0 5px;font-size:15px}.step p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.cta{position:relative;overflow:hidden;background:#090c10;color:#fff;min-height:480px;display:flex;align-items:center}.cta-art{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,7,9,.96),rgba(5,7,9,.65) 48%,rgba(5,7,9,.38)),url(https://images.unsplash.com/photo-1760129744728-740e32a95f73?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000);background-size:cover;background-position:50%}.cta-content{position:relative;z-index:1}.cta h2{font-size:clamp(45px,5.5vw,70px);color:#fff}.cta p:not(.eyebrow){max-width:560px;color:#c6ccd2;line-height:1.6;font-size:14px;margin-bottom:28px}.contact{align-items:start}.contact-details{margin-top:38px;font-size:13px}.contact-details,.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form{border:1px solid var(--line);border-radius:10px;padding:30px;box-shadow:0 16px 45px rgba(10,20,30,.05)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.contact-form label{font-size:10px;font-weight:700;color:#68717b;display:flex;flex-direction:column;gap:8px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #dfe3e7;border-radius:5px;padding:13px 14px;outline:none;color:var(--ink);background:#fff}.contact-form textarea{resize:vertical;min-height:132px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--r);box-shadow:0 0 0 3px rgba(255,30,45,.08)}.contact-form .button{width:100%}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin:2px 0 0;color:#2f6f44;font-size:13px;line-height:1.5;gap:3px}.form-success strong{font-weight:700}.form-error{margin:0;text-align:center;color:#a12b36;font-size:12px;line-height:1.5}.footer{background:#090c10;color:#fff;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.3fr;grid-gap:45px;gap:45px;padding-bottom:60px}.footer-grid>div>p{color:#9da5ad;font-size:12px;line-height:1.6;max-width:260px}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:1.3px;color:#737b84;margin:3px 0 18px}.footer-grid a,.footer-grid span{display:block;color:#c4cad0;font-size:12px;margin-bottom:11px}.footer-grid .brand span{display:inline;color:var(--r);margin:0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #242930;padding-top:20px;display:flex;justify-content:space-between;color:#707780;font-size:10px}.footer-bottom span:last-child{color:var(--r)}@media(max-width:960px){.desktop-nav{display:none}.value-grid{grid-template-columns:1fr 1fr}.value:nth-child(2){border-right:0}.about,.approach,.contact,.why-us{grid-template-columns:1fr;gap:50px}.cap-grid{grid-template-columns:1fr}.reason-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-intro{margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.shell{width:min(var(--max),calc(100% - 32px))}.nav{height:72px}.nav .button{padding:10px 13px;font-size:11px}.brand{font-size:23px}.hero{min-height:700px}.hero-content{padding-top:82px}.hero h1{font-size:48px;letter-spacing:-2.8px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.value-grid{grid-template-columns:1fr}.value{border-right:0!important;border-bottom:1px solid var(--line)}.section{padding:76px 0}.about-visual{height:290px}.problem-grid,.reason-grid{grid-template-columns:1fr}.cta{min-height:520px}.contact-form{padding:20px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:10px}}