:root{color-scheme:light;--ink: #181c20;--muted: #59636f;--line: #d9dee6;--surface: #ffffff;--wash: #f7f8fb;--teal: #008c78;--teal-dark: #006b5c;--coral: #d9435f;--gold: #f0bd38;--shadow: 0 22px 60px rgba(24, 28, 32, .13);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--wash);color:var(--ink);line-height:1.6}body,button,input,select,textarea{font:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0;overflow-wrap:anywhere}h1{max-width:11ch;font-size:4rem;line-height:.98;letter-spacing:0}h2{max-width:15ch;font-size:2.65rem;line-height:1.06;letter-spacing:0}h3{font-size:1.18rem;line-height:1.25;letter-spacing:0}p{color:var(--muted)}.site-header{position:sticky;z-index:10;top:0;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;min-height:76px;padding:0 6vw;border-bottom:1px solid rgba(217,222,230,.86);background:#f7f8fbeb;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;color:var(--ink);font-size:1.08rem;font-weight:800}.brand:before{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.65rem;border-radius:4px;background:linear-gradient(135deg,var(--teal),var(--coral));content:""}.site-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem 1rem;color:#30373f;font-size:.94rem;font-weight:700}.site-nav a,.language-link{position:relative;border-radius:8px;padding:.75rem 1rem;transition:background .16s ease,color .16s ease,transform .16s ease}.site-nav a:before{position:absolute;right:1rem;bottom:.52rem;left:1rem;height:2px;border-radius:999px;background:var(--teal);content:"";opacity:0;transform:scaleX(.4);transform-origin:center;transition:opacity .16s ease,transform .18s ease}.site-nav a:hover,.language-link:hover{background:#e9edf2}.site-nav a:hover{color:var(--teal-dark);transform:translateY(-1px)}.site-nav a:hover:before{opacity:1;transform:scaleX(1)}.language-link{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);color:var(--teal-dark);font-size:.92rem;font-weight:800}.mobile-header-actions,.menu-toggle{display:none}.mobile-header-actions{align-items:center;gap:.5rem}.menu-toggle{position:relative;width:48px;height:48px;padding:0;border:1px solid var(--line);background:#fff;box-shadow:none;color:var(--ink)}.menu-toggle:hover{background:#eef2f5;box-shadow:none;transform:none}.menu-toggle:before{display:none}.menu-toggle span{position:absolute;left:13px;width:20px;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .16s ease,top .22s ease}.menu-toggle span:nth-child(1){top:15px}.menu-toggle span:nth-child(2){top:22px}.menu-toggle span:nth-child(3){top:29px}[data-menu-open] .menu-toggle span:nth-child(1){top:22px;transform:rotate(45deg)}[data-menu-open] .menu-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}[data-menu-open] .menu-toggle span:nth-child(3){top:22px;transform:rotate(-45deg)}.flag-language-link{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;background:#fff;font-size:1.4rem;line-height:1}.hero{display:flex;align-items:center;justify-content:center;min-height:74svh;padding:6rem 6vw;background-image:linear-gradient(90deg,#000000a8,#00000094,#0003),url(https://images.pexels.com/photos/12899162/pexels-photo-12899162.jpeg?auto=compress&cs=tinysrgb&w=2200);background-position:center;background-size:cover}.hero-copy{width:min(760px,100%)}.eyebrow{margin-bottom:1rem;color:var(--coral);font-size:.84rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero h1,.hero .lead{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.36);margin:3rem 0}.hero h1{max-width:14ch}.lead{max-width:620px;margin-top:1.25rem;font-size:1.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button,button{position:relative;display:inline-flex;min-height:48px;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;padding:.8rem 1.1rem;border:1px solid transparent;cursor:pointer;font-weight:900;isolation:isolate;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.button:before,button:before{position:absolute;inset:-2px;z-index:-1;background:linear-gradient(105deg,transparent 0%,transparent 36%,rgba(255,255,255,.36) 48%,transparent 62%,transparent 100%);content:"";transform:translate(-125%);transition:none}.button.primary,button{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;box-shadow:0 14px 34px #006b5c47}.button.primary:hover,button:hover{box-shadow:0 18px 44px #006b5c5c;transform:translateY(-2px)}.button:hover:before,button:hover:before{transform:translate(125%);transition:transform .92s ease}.button.secondary{border-color:#ffffff9e;background:#ffffff42;color:#fff}.button.secondary:hover{background:#ffffff5c;border-color:#ffffffe0;box-shadow:0 18px 44px #0000003d}.proof-list{display:flex;flex-wrap:wrap;gap:.65rem;padding:0;margin:2rem 0 0;list-style:none}.proof-list li{border:1px solid rgba(255,255,255,.42);border-radius:8px;padding:.45rem .7rem;background:#ffffff1f;color:#fff;font-size:.92rem;font-weight:800}.section{padding:6rem 6vw}.section-intro,.contact-section{background:var(--surface)}.section-copy{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:2rem;align-items:end;max-width:1180px;margin:0 auto 3rem}.section-copy h2{grid-column:1 / -1;max-width:22ch}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1180px;margin:0 auto}.card{min-height:250px;border:1px solid var(--line);border-radius:8px;padding:1.45rem;background:var(--surface);box-shadow:0 12px 34px #181c2012}.card h3,.step-list h3{margin-bottom:.75rem}.card h3:after{display:block;width:2.3rem;height:.22rem;margin-top:.75rem;border-radius:4px;background:var(--gold);content:""}.product-band{background:#eef2f5}.product-band-copy,.product-band-list{max-width:1180px;margin-inline:auto}.product-band-copy{margin-bottom:1.5rem}.product-band-list{display:flex;flex-direction:column;gap:1.5rem}.featured-product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.featured-product.reverse .featured-product-media{order:2}.featured-product.reverse .featured-product-copy{order:1}.featured-product.reverse{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr)}.featured-product-media{display:flex;align-items:center;justify-content:center;padding:1.75rem;background:radial-gradient(circle at top left,rgba(0,140,120,.14),transparent 42%),linear-gradient(135deg,#dbe8e4,#eef3f6)}.browser-frame{width:100%;overflow:hidden;border:1px solid rgba(15,30,36,.12);border-radius:18px;background:#fff;box-shadow:0 18px 40px #181c201f,0 1px #ffffffe6 inset}.browser-frame-top{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;background:linear-gradient(180deg,#eff4f8,#e4ebf1);border-bottom:1px solid rgba(15,30,36,.08)}.browser-dots{display:inline-flex;gap:.45rem}.browser-dots span{width:.72rem;height:.72rem;border-radius:999px}.browser-dots span:nth-child(1){background:#ff8b7b}.browser-dots span:nth-child(2){background:#f0bd38}.browser-dots span:nth-child(3){background:#58c98c}.browser-address-bar{flex:1;height:.9rem;border-radius:999px;background:#0f1e2414}.browser-frame-screen{aspect-ratio:16 / 10;background:linear-gradient(180deg,#0f1e2405,#0f1e240a),#fff}.featured-product-image{width:100%;height:100%;object-fit:contain;display:block}.featured-product-image.is-cover{object-fit:cover;object-position:center top}.featured-product-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:2rem;background:var(--surface)}.featured-product-copy h2{margin-bottom:1rem;max-width:14ch;font-size:2.2rem}.featured-product-copy h2:after{display:block;width:2.3rem;height:.22rem;margin-top:.75rem;border-radius:4px;background:var(--gold);content:""}.featured-product-copy p{max-width:38ch}.featured-product-link{margin-top:1.5rem;align-self:flex-start}.approach{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1fr);gap:4rem;align-items:center;max-width:1320px;margin:0 auto;background:var(--wash)}.image-panel{overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}.image-panel img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.approach-copy>p:not(.eyebrow){max-width:680px;margin-top:1.1rem;font-size:1.08rem}.step-list{display:grid;gap:1rem;padding:0;margin:2rem 0 0;list-style:none;counter-reset:step}.step-list li{position:relative;min-height:132px;padding:1.25rem 1.25rem 1.25rem 4rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);counter-increment:step}.step-list li:before{position:absolute;top:1.25rem;left:1.25rem;display:grid;width:2rem;height:2rem;place-items:center;border-radius:8px;background:var(--coral);color:#fff;content:counter(step);font-weight:900}.contact-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);gap:3rem;padding:6rem 6vw}.contact-copy{max-width:520px}.contact-copy>h2+p{margin-top:1.1rem;font-size:1.08rem}.contact-extra{margin-top:3rem}.contact-extra h2{max-width:14ch;font-size:2.2rem}.contact-extra p{margin-top:1.1rem;font-size:1.08rem}.contact-form{display:grid;gap:1rem;width:100%;max-width:760px;padding:1.5rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label{display:grid;gap:.4rem;color:#30373f;font-size:.95rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #bfc7d1;border-radius:8px;padding:.8rem .85rem;background:#fff;color:var(--ink);font-weight:400}input:focus,select:focus,textarea:focus{outline:3px solid rgba(0,140,120,.22);border-color:var(--teal)}textarea{resize:vertical}.hidden-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem 6vw;background:#181c20;color:#fff}footer p{color:#fff;font-weight:900}footer a{color:#8de3d6;font-weight:800}@media(max-width:920px){h1{font-size:3.1rem}.hero h1{max-width:13ch}h2{font-size:2.1rem}.site-header{grid-template-columns:1fr auto;gap:.75rem;min-height:68px;padding:.7rem 5vw}.desktop-language-link{display:none}.mobile-header-actions,.menu-toggle{display:inline-flex}.site-nav{grid-column:1 / -1;display:grid;grid-template-rows:repeat(4,auto);justify-content:stretch;gap:.35rem;max-height:0;padding:0 .35rem;margin-top:-.35rem;overflow:hidden;order:3;border:1px solid transparent;border-radius:8px;background:#ffffffb8;opacity:0;transform:translateY(-12px) scale(.98);transform-origin:top center;transition:max-height .36s ease,padding .26s ease,margin .26s ease,border-color .26s ease,opacity .22s ease,transform .26s ease}[data-menu-open] .site-nav{max-height:380px;padding:.55rem;margin-top:0;border-color:var(--line);opacity:1;transform:translateY(0) scale(1)}.site-nav a{display:flex;min-height:44px;align-items:center;justify-content:space-between;padding:.75rem .85rem;background:#ffffffd1;opacity:0;transform:translateY(-8px);transition:opacity .22s ease,transform .26s ease,background .16s ease}.site-nav a:after{width:.48rem;height:.48rem;border-top:2px solid var(--teal);border-right:2px solid var(--teal);content:"";transform:rotate(45deg);transition:transform .16s ease}.site-nav a:hover:after{transform:translate(3px) rotate(45deg)}.site-nav a:before{display:none}[data-menu-open] .site-nav a{opacity:1;transform:translateY(0)}[data-menu-open] .site-nav a:nth-child(1){transition-delay:40ms}[data-menu-open] .site-nav a:nth-child(2){transition-delay:80ms}[data-menu-open] .site-nav a:nth-child(3){transition-delay:.12s}[data-menu-open] .site-nav a:nth-child(4){transition-delay:.16s}.hero{min-height:68svh;padding:4.5rem 5vw}.section,.contact-section{padding:4.5rem 5vw}.section-copy,.approach,.contact-section,.card-grid{grid-template-columns:1fr}.card{min-height:190px}.featured-product-media{padding:1rem}.featured-product.reverse .featured-product-media,.featured-product.reverse .featured-product-copy{order:initial}.approach{gap:2.5rem}.image-panel img{aspect-ratio:16 / 9}}@media(max-width:620px){h1{font-size:2.45rem}.hero h1{max-width:12ch}h2{max-width:12ch;font-size:1.8rem}.lead{font-size:1.08rem}.hero-actions,footer{flex-direction:column;align-items:stretch}.button,button{width:100%}.menu-toggle{width:48px}.featured-product,.featured-product.reverse,.field-grid{grid-template-columns:1fr}.featured-product-copy{padding:1.5rem 1rem}.browser-frame-top{padding:.75rem .85rem}.contact-form{padding:1rem}.step-list li{padding:4rem 1rem 1rem}.step-list li:before{top:1rem;left:1rem}}
