@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#fff;--surface:#f7f8fa;--surface-2:#f0f3f7;--text:#15191e;--text-muted:#667085;--line:#e4e8ee;--accent:#0766ff;--accent-hover:#0056e5;--green:#16a36a;--dark:#0d1725;--white:#fff;--shadow-sm:0 4px 18px #0f172a0d;--shadow-md:0 14px 35px #0f172a17;--font-sans:"Inter", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.site-shell{flex-direction:column;min-height:100vh;display:flex}.page-shell{width:min(1200px,100% - 48px);margin:0 auto}.page-main{flex:1;padding:54px 0 90px}h1,h2,h3{letter-spacing:-.04em;line-height:1.14}h1{font-size:clamp(2.65rem,5.4vw,4.55rem);font-weight:700}h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700}h3{letter-spacing:-.025em;font-size:1.2rem;font-weight:600}.lead{color:var(--text-muted);font-size:1.02rem;line-height:1.75}.eyebrow{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px;font-size:.74rem;font-weight:700}.text-link{color:var(--accent);font-weight:600}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;align-items:center;height:78px;display:flex;position:sticky;top:0}.header-inner{align-items:center;gap:44px;width:min(1200px,100% - 48px);margin:0 auto;display:flex}.brand{letter-spacing:-.03em;white-space:nowrap;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#0868ff,#25b1f2);border-radius:11px;place-items:center;width:37px;height:37px;font-size:1.22rem;display:inline-grid}.main-nav{flex:1;justify-content:center;align-items:center;gap:30px;display:flex}.nav-link{color:#4d5768;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--accent)}.nav-actions{display:flex}.small-button{height:43px!important;padding:0 22px!important;font-size:.9rem!important}.button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 28px;font-size:.95rem;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary,.button.accent{background:var(--accent);color:#fff}.button.primary:hover,.button.accent:hover{background:var(--accent-hover)}.button.outline,.button.secondary{color:#283141;background:#fff;border-color:#d6dce5}.button.outline:hover,.button.secondary:hover{background:var(--surface);border-color:#bac4d1}.cta-row{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero{padding:64px 0 72px;overflow:hidden}.hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:55px;display:grid}.hero-copy .lead{max-width:540px;margin-top:22px}.hero-visual{background:#eff4fc;border-radius:22px;min-height:500px;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;width:100%;height:100%;min-height:500px}.home-section{padding:72px 0}.section-heading{text-align:center;max-width:650px;margin:0 auto 45px}.section-heading p{color:var(--text-muted);margin-top:10px}.section-heading.left{text-align:left;max-width:none}.service-cards{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:11px;overflow:hidden}.service-image{background:#f4f6f9;height:193px;padding:26px}.service-image img{object-fit:contain;width:100%;height:100%}.service-content{padding:23px 20px 22px}.service-content p{color:var(--text-muted);min-height:88px;margin:12px 0 20px;font-size:.88rem;line-height:1.65}.service-content a{color:var(--accent);font-size:.88rem;font-weight:600}.products-section{background:var(--surface)}.products-title{justify-content:space-between;align-items:end;margin-bottom:34px;display:flex}.products-title .eyebrow{margin-bottom:8px}.filter-bar{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:repeat(3,1fr) 150px;align-items:center;gap:12px;min-height:66px;margin-bottom:36px;padding:10px 14px;display:grid}.filter-bar span{color:#596579;border-right:1px solid var(--line);padding:10px 17px;font-size:.9rem}.filter-bar strong{color:var(--accent)}.filter-bar button{color:var(--accent);background:0 0;border:0;font-weight:600}.product-grid,.grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);background:#fff;border-radius:11px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-img-wrap{background:#f5f7fb;justify-content:center;align-items:center;height:267px;padding:28px;display:flex}.card-img{object-fit:contain;width:100%;height:100%}.card-content{flex-direction:column;flex:1;gap:7px;padding:21px;display:flex}.card-content .eyebrow{margin:0 0 3px}.card-content .lead{color:var(--text-muted)}.why-section{padding:72px 0}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:38px;display:grid}.benefit-grid article{padding-right:20px}.benefit-icon{width:42px;height:42px;color:var(--accent);background:#e7f0ff;border-radius:50%;place-items:center;margin-bottom:23px;font-weight:700;display:grid}.benefit-grid p{color:var(--text-muted);margin-top:12px;font-size:.9rem}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-grid blockquote{border:1px solid var(--line);color:#4e596d;border-radius:10px;padding:27px}.testimonial-grid blockquote p{min-height:76px;margin:13px 0 19px;line-height:1.7}.testimonial-grid footer{color:var(--text);font-style:normal;font-weight:600}.stars{color:#ffb223;letter-spacing:3px}.contact-section{background:var(--surface);padding:76px 0}.contact-grid{grid-template-columns:.86fr 1.14fr;gap:74px;display:grid}.contact-section h2{margin-bottom:16px}.contact-details{gap:22px;margin-top:37px;display:grid}.contact-details p{color:var(--text-muted);flex-direction:column;gap:5px;display:flex}.contact-details strong{color:var(--text);font-size:.9rem}.contact-form{border:1px solid var(--line);background:#fff;border-radius:11px;gap:18px;padding:31px;display:grid}.form-columns{grid-template-columns:repeat(2,1fr);gap:17px;display:grid}.contact-form label{color:#3d4757;gap:8px;font-size:.84rem;font-weight:500;display:grid}.contact-form input:not([type=checkbox]),.contact-form textarea,.input{border:1px solid var(--line);background:#fff;border-radius:6px;outline:none;padding:13px 14px}.contact-form input:focus,.contact-form textarea:focus,.input:focus{border-color:var(--accent)}.consent{flex-direction:row;align-items:center;color:var(--text-muted)!important;gap:9px!important;display:flex!important}.consent a{color:var(--accent)}.faq-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:64px;display:grid}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;justify-content:space-between;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--accent);font-size:1.3rem}.faq-list details p{color:var(--text-muted);padding:15px 30px 0 0;font-size:.92rem}.inner-hero{text-align:center;padding:25px 0 48px}.inner-hero .lead{max-width:680px;margin:18px auto 0}.page-title{margin-bottom:18px;font-size:clamp(2.25rem,4vw,3.35rem)}.process-banner{background:#eaf1fc;border-radius:14px;justify-content:center;align-items:center;width:100%;height:245px;margin-bottom:34px;display:flex;overflow:hidden}.process-banner img{object-fit:cover;width:100%;height:100%}.notice{color:#5f4a11;background:#fff7df;border:1px solid #f3df99;border-radius:8px;margin-bottom:31px;padding:15px 18px;font-size:.91rem}.wizard{border:1px solid var(--line);border-radius:12px;max-width:860px;margin:0 auto;padding:34px}.step-track{justify-content:space-between;margin-bottom:43px;display:flex;position:relative}.step-track:before{content:"";background:var(--line);height:2px;position:absolute;top:15px;left:14px;right:14px}.step{z-index:1;color:var(--text-muted);justify-items:center;gap:8px;font-size:.85rem;display:grid;position:relative}.step b{color:#fff;background:#bcc5d2;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.step.active b{background:var(--accent)}.step.active{color:var(--text);font-weight:600}.wizard-field{gap:8px;max-width:500px;margin:0 auto 34px;display:grid}.wizard-field select{border:1px solid var(--line);background:#fff;border-radius:6px;min-height:54px;padding:0 16px}.wizard-controls{border-top:1px solid var(--line);justify-content:space-between;padding-top:25px;display:flex}.legal-page{max-width:850px}.legal-page h1{margin-bottom:18px}.legal-page>p{color:var(--text-muted);margin-bottom:38px}.legal-section{border-bottom:1px solid var(--line);margin-bottom:27px;padding:0 0 27px}.legal-section h2{margin-bottom:13px;font-size:1.25rem}.legal-section p,.legal-section li{color:#536174;font-size:.94rem;line-height:1.7}.legal-section ul{gap:8px;padding-left:21px;display:grid}.product-split{grid-template-columns:1fr 1fr;align-items:start;gap:55px;display:grid}.product-gallery{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;min-height:500px;padding:35px;display:flex;position:sticky;top:100px}.product-gallery img{object-fit:contain;max-height:450px}.product-info{flex-direction:column;gap:22px;display:flex}.price-large{color:var(--accent);font-size:2.15rem;font-weight:700}.checkout-layout{grid-template-columns:1fr 400px;gap:42px;max-width:1000px;margin:0 auto;display:grid}.order-summary{border:1px solid var(--line);background:#fff;border-radius:11px;height:fit-content;padding:30px;position:sticky;top:100px}.summary-item{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:12px 0;display:flex}.summary-total{border-bottom:0;margin-top:12px;font-size:1.15rem;font-weight:700}.section{padding:58px 0}.text-center{text-align:center}.site-footer{background:var(--dark);color:#c6d0df;margin-top:auto;padding:64px 0 22px}.footer-grid{grid-template-columns:1.65fr 1fr 1.2fr 1.25fr;gap:48px;padding-bottom:55px;display:grid}.footer-logo{color:#fff;margin-bottom:22px}.footer-brand p{color:#aeb8c8;max-width:275px;font-size:.9rem}.footer-column{flex-direction:column;gap:13px;font-size:.9rem;display:flex}.footer-column h3{color:#fff;letter-spacing:0;margin-bottom:9px;font-size:.92rem}.footer-column a:hover{color:#fff}.subscribe-row{border:1px solid #334053;border-radius:5px;height:47px;display:flex;overflow:hidden}.subscribe-row input{color:#fff;background:0 0;border:0;width:100%;padding:0 13px}.subscribe-row button{background:var(--accent);color:#fff;border:0;width:48px}.footer-copy{text-align:center;color:#8692a5;border-top:1px solid #273447;padding-top:22px;font-size:.84rem}@media (max-width:1000px){.header-inner{gap:18px}.main-nav{gap:15px}.hero-grid,.contact-grid,.faq-grid,.product-split,.checkout-layout{grid-template-columns:1fr}.hero-visual{order:-1;min-height:360px}.hero-visual img{min-height:360px}.service-cards,.benefit-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.order-summary,.product-gallery{position:static}}@media (max-width:720px){.page-shell,.header-inner{width:min(100% - 32px,1200px)}.site-header{height:auto;padding:14px 0}.header-inner{flex-wrap:wrap;justify-content:space-between}.main-nav{flex-basis:100%;order:3;justify-content:flex-start;padding-top:12px;overflow-x:auto}.nav-actions{display:none}.hero{padding:35px 0 52px}.home-section,.contact-section,.why-section{padding:52px 0}.service-cards,.product-grid,.grid-cols-2,.grid-cols-3,.benefit-grid,.testimonial-grid,.footer-grid,.form-columns,.filter-bar{grid-template-columns:1fr}.filter-bar span{border-right:0;border-bottom:1px solid var(--line)}.footer-grid{gap:36px}}
