:root{
  --navy:#0a3a79; --blue:#0668d8; --blue2:#0b5fc0; --green:#43a447;
  --ink:#18314f; --muted:#5f6f82; --line:#dce6f1; --soft:#f6f9fd; --soft2:#edf5ff;
  --shadow:0 10px 30px rgba(13,52,95,.10); --radius:14px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Avenir Next","Trebuchet MS",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.45}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.container{width:min(1120px,calc(100% - 48px));margin:0 auto}.topbar{height:34px;background:#f7f9fc;border-bottom:1px solid #edf1f6;font-size:12px;color:#24466f}.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:28px}.topbar span{display:inline-flex;align-items:center;gap:7px}.ico{width:18px;height:18px;display:inline-flex;color:var(--navy)}.ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mainnav{height:74px;background:#fff;border-bottom:1px solid #eef2f7;position:sticky;top:0;z-index:30}.navinner{height:100%;display:flex;align-items:center}.brand img{width:190px;height:58px;object-fit:contain;object-position:left center}.navlinks{margin-left:auto;display:flex;align-items:center;gap:38px;font-size:14px;color:#1c3557}.navlinks a{padding:26px 0;position:relative}.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:2px;background:var(--blue)}.nav-cta{margin-left:38px;background:var(--green);color:white!important;padding:13px 26px!important;border-radius:8px;box-shadow:0 8px 20px rgba(67,164,71,.20)}.nav-cta:after{display:none}.menu-btn{display:none;margin-left:auto;background:none;border:0;color:var(--navy);font-size:26px}.hero{background:linear-gradient(90deg,#f8fbff 0%,#fff 50%,#eef5fb 100%);overflow:hidden}.hero-grid{min-height:470px;display:grid;grid-template-columns:42% 58%;align-items:stretch}.hero-copy{padding:82px 0 64px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.02em;font-weight:700;color:var(--blue);margin-bottom:12px}.hero h1,.hero-title{font-size:54px;line-height:1.02;letter-spacing:-1.5px;margin:0 0 18px;color:var(--navy);font-weight:700}.hero .lead{font-size:17px;line-height:1.55;color:#40526a;max-width:520px;margin:0 0 26px}.hero-media{min-height:470px;background-size:cover;background-position:center;position:relative}.hero-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.12) 22%,transparent 42%)}.button-row{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 22px;border-radius:7px;border:1.6px solid var(--blue);font-weight:700;font-size:14px;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#006bdc,#045dbd);color:white;border-color:transparent;box-shadow:0 8px 18px rgba(5,102,210,.16)}.btn-outline{background:white;color:var(--blue)}.btn-green{background:var(--green);color:#fff;border-color:transparent}.checklist{list-style:none;padding:0;margin:14px 0 24px;display:grid;gap:10px}.checklist li{position:relative;padding-left:27px;color:#43566c}.checklist li:before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;border:1px solid #78bd82;border-radius:50%;color:#3d9e4a;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.section{padding:54px 0}.section.soft{background:#f8fbff}.section-title{text-align:center;color:var(--navy);font-size:30px;margin:0 0 8px;letter-spacing:-.4px}.section-sub{text-align:center;color:var(--muted);margin:0 auto 30px;max-width:680px}.steps-strip{background:#fbfdff;border-top:1px solid #eef4fb;border-bottom:1px solid #eef4fb}.steps3{display:grid;grid-template-columns:repeat(3,1fr)}.step3{display:grid;grid-template-columns:60px 1fr;gap:17px;padding:28px 34px;position:relative}.step3:not(:last-child):after{content:"";position:absolute;right:0;top:25%;bottom:25%;width:1px;background:#dbe7f2}.step-num{width:30px;height:30px;border-radius:50%;background:#075db7;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px;position:absolute;left:34px;top:22px}.icon-circle{width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#0869d4}.icon-circle svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.step3 .icon-circle{margin-top:18px}.step3 h3{font-size:16px;color:var(--navy);margin:7px 0 7px}.step3 p{font-size:13px;color:#5f6f82;margin:0;line-height:1.6}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid #dfe8f2;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(25,55,90,.06);display:flex;flex-direction:column}.product-image{height:220px;background:#f5f8fb;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-card.featured{border:2px solid #0d67ca}.badge{position:absolute;left:14px;top:13px;background:linear-gradient(135deg,#0b62cb,#034b9e);color:#fff;font-size:11px;font-weight:800;padding:6px 12px;border-radius:6px}.badge.green{background:#51a83e}.product-body{padding:18px 20px 20px;display:flex;flex:1;flex-direction:column}.product-body h3{margin:0 0 4px;font-size:20px;color:var(--navy)}.price{font-size:27px;color:#0b54a2;font-weight:800;margin:3px 0 7px}.price small{font-size:13px;color:#5f6f82;font-weight:500}.product-body p{margin:0 0 10px;color:#586a7f;font-size:13px}.mini-checks{list-style:none;padding:0;margin:4px 0 18px;display:grid;gap:7px;font-size:12px;color:#53677e}.mini-checks li:before{content:"✓";color:#41a85f;margin-right:8px;font-weight:900}.product-body .btn{margin-top:auto;width:100%}.feature-strip{background:#f2f7fd;border-top:1px solid #e6eef7;border-bottom:1px solid #e6eef7}.features4{display:grid;grid-template-columns:repeat(4,1fr)}.feature-item{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:26px 30px;align-items:center;position:relative}.feature-item:not(:last-child):after{content:"";position:absolute;right:0;top:24%;bottom:24%;width:1px;background:#dce7f2}.feature-item h4{margin:0 0 4px;color:var(--navy);font-size:14px}.feature-item p{margin:0;color:#5c6f85;font-size:12px}.testimonial{display:grid;grid-template-columns:140px 1fr 54px;gap:25px;align-items:center;padding:30px 40px;background:#fff;border-radius:18px}.testimonial .avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}.quote{font-size:17px;color:#41526a;line-height:1.6;position:relative}.quote:before{content:"“";color:#b7d7f9;font-size:72px;line-height:.6;position:absolute;left:-32px;top:10px}.stars{color:#ffb400;font-size:20px;letter-spacing:2px;margin:9px 0}.customer{font-weight:700;color:#334a67;font-size:13px}.verified{font-size:11px;color:#76869a;margin-top:3px}.process5{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:28px}.process-item{text-align:center;position:relative}.process-item:not(:last-child):after{content:"";position:absolute;top:35px;right:-27px;width:54px;border-top:2px dashed #bed2ea}.process-item .icon-circle{margin:0 auto 10px;background:#eff6ff;border-radius:50%;width:72px;height:72px}.process-item h4{font-size:13px;color:var(--navy);margin:6px 0}.process-item p{font-size:11px;color:#5f6f82;margin:0}.center{text-align:center}.footer{background:linear-gradient(135deg,#073c79,#003a73 55%,#013260);color:#fff;padding:36px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1.35fr;gap:50px}.footer-logo img{width:180px;filter:brightness(0) invert(1)}.footer p{font-size:12px;line-height:1.55;color:#d3e2f2}.footer h5{font-size:13px;margin:2px 0 14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:6px;font-size:12px;color:#eef6ff}.social{display:flex;gap:10px;margin-top:12px}.social span{width:28px;height:28px;border:2px solid #e6f0fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.newsletter{display:flex;margin-top:14px}.newsletter input{height:38px;border:0;border-radius:4px 0 0 4px;padding:0 12px;width:100%}.newsletter button{height:38px;border:0;background:#4ca943;color:#fff;padding:0 18px;border-radius:0 4px 4px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:14px;display:flex;justify-content:space-between;font-size:11px;color:#cdddee}.shop-hero .hero-grid{min-height:300px;grid-template-columns:44% 56%}.shop-hero .hero-copy{padding:55px 0}.shop-hero .hero-media{min-height:300px}.shop-hero .hero h1,.shop-hero h1{font-size:45px}.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:18px;font-size:12px;color:#52677e}.trust-row span{display:inline-flex;gap:6px;align-items:center}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.tab{background:#fff;border:1px solid #dfe8f3;padding:14px 15px;border-radius:10px;text-align:center;font-weight:700;font-size:13px}.tab.active{background:linear-gradient(135deg,#0868d5,#0458b5);color:#fff;border-color:transparent}.shop-head{display:flex;justify-content:space-between;align-items:center;margin:22px 0 15px}.shop-head h2{margin:0;color:var(--navy);font-size:21px}.sort{font-size:12px;color:#667b93;border:1px solid #dfe7f1;padding:8px 12px;border-radius:6px}.products6{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.products6 .product-image{height:190px}.rating{font-size:12px;color:#79899b;margin:3px 0 12px}.rating b{color:#f6af00;letter-spacing:2px}.included3{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:20px}.included3 .item{display:grid;grid-template-columns:60px 1fr;gap:15px;align-items:center}.included3 h4{margin:0 0 5px;color:var(--navy)}.included3 p{margin:0;color:#5e7084;font-size:12px}.faq-wrap{display:grid;grid-template-columns:1.7fr .9fr;gap:30px;align-items:start}.faq-list{display:grid;gap:8px}.faq-item{border:1px solid #dfe7f0;border-radius:8px;background:#fff;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;padding:13px 16px;text-align:left;color:#23466f;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}.faq-a{display:none;padding:0 16px 14px;font-size:13px;color:#637489}.faq-item.open .faq-a{display:block}.support-card{border:1px solid #dce7f2;border-radius:12px;padding:25px;background:#fff;display:flex;align-items:center;gap:20px}.how-hero .hero-grid{grid-template-columns:39% 61%;min-height:400px}.how-hero .hero-copy{padding:60px 0}.how-hero .hero-media{min-height:400px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{border:1px solid #dfe7ef;border-radius:12px;background:#fff;padding:16px;box-shadow:0 7px 18px rgba(18,50,90,.07)}.guide-top{display:flex;gap:10px;align-items:center;margin-bottom:11px}.guide-number{width:30px;height:30px;border-radius:50%;background:#075eb9;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}.guide-card h3{margin:0;color:var(--navy);font-size:16px}.guide-content{display:grid;grid-template-columns:115px 1fr;gap:14px}.guide-content img{width:115px;height:120px;object-fit:cover;border-radius:8px}.guide-content ul{padding-left:18px;margin:0;display:grid;gap:8px;font-size:12px;color:#56697f}.help-banner{display:grid;grid-template-columns:70px 1fr auto auto;gap:25px;align-items:center;border:1px solid #dce8f3;background:#f8fbff;border-radius:12px;padding:20px 28px}.buy-hero .hero-grid{grid-template-columns:36% 34% 30%;min-height:485px}.buy-hero .hero-copy{padding:55px 0}.buy-hero .hero-media{min-height:485px;background-size:cover;background-position:center}.journey-card{margin:30px 0 30px 15px;padding:26px;background:#fff;border-radius:14px;box-shadow:var(--shadow);align-self:center;position:relative;z-index:3}.journey-card h3{font-size:19px;color:var(--navy);margin:0 0 14px}.journey-step{display:grid;grid-template-columns:46px 1fr;gap:13px;padding:10px 0;position:relative}.journey-step:not(:last-child):after{content:"";position:absolute;left:22px;top:55px;height:27px;border-left:2px dashed #b9d0ea}.journey-step .icon-circle{width:46px;height:46px;border-radius:50%;background:#eef6ff}.journey-step .icon-circle svg{width:28px;height:28px}.journey-step h4{margin:0 0 4px;font-size:13px;color:var(--navy)}.journey-step p{margin:0;font-size:11px;color:#5f7187}.price-box{display:flex;gap:18px;align-items:stretch;border:1px solid #dbe6f1;background:#fff;border-radius:10px;padding:13px 16px;margin:10px 0 8px}.price-box .big{font-size:27px;color:#0b4e9c;font-weight:800}.price-box .split{border-left:1px solid #dfe7ef;padding-left:16px;font-size:12px;color:#566a80;display:flex;align-items:center}.buy-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:24px 0}.buy-trust .item{display:grid;grid-template-columns:48px 1fr;gap:12px}.buy-trust h4{margin:0 0 3px;color:var(--navy);font-size:13px}.buy-trust p{margin:0;font-size:11px;color:#64758a}.two-cards{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.plain-card{border:1px solid #dce6ef;border-radius:12px;background:#fff;padding:25px}.plain-card h3{margin:0 0 12px;color:var(--navy)}.resource-search{margin-top:10px;display:flex;align-items:center;background:white;border:1px solid #cedaea;border-radius:11px;overflow:hidden;max-width:430px}.resource-search input{border:0;outline:0;padding:13px 15px;width:100%}.resource-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.resource-card{border:1px solid #dbe6ef;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 4px 13px rgba(12,53,100,.05)}.resource-card img{width:100%;height:132px;object-fit:cover}.resource-card .body{padding:12px}.resource-card h4{margin:0 0 6px;color:var(--navy);font-size:14px;line-height:1.18}.resource-card p{margin:0;color:#66768a;font-size:10.5px;line-height:1.5}.meta{margin-top:10px;font-size:9.5px;color:#637a94;display:flex;justify-content:space-between}.resource-feature{display:grid;grid-template-columns:1.03fr .97fr;gap:30px}.guide-promo{min-height:320px;background:linear-gradient(145deg,#063d80,#034c9d);border-radius:12px;color:white;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;box-shadow:var(--shadow)}.guide-promo .copy{padding:28px}.guide-promo h3{font-size:27px;line-height:1.15;margin:5px 0 10px}.guide-promo p{font-size:12px;color:#dcecff}.guide-promo img{width:100%;height:100%;object-fit:cover;object-position:center}.download-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.download{display:grid;grid-template-columns:90px 1fr;gap:10px;border:1px solid #dbe6ef;border-radius:9px;background:#fff;overflow:hidden;align-items:center}.download img{width:90px;height:82px;object-fit:cover}.download h5{margin:0 0 4px;font-size:11px;color:var(--navy)}.download small{font-size:9px;color:#73859a}.support-wide{border:1px solid #dce7f1;border-radius:12px;background:#f8fbff;display:grid;grid-template-columns:100px 1fr 170px;align-items:center;gap:24px;min-height:160px;padding:20px 30px;overflow:hidden}.support-wide .agent{height:165px;align-self:end}.contact-hero .hero-grid{grid-template-columns:55% 45%;min-height:530px}.contact-visual{background-image:var(--contact-img);background-size:cover;background-position:center;position:relative;min-height:530px}.contact-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.75) 25%,transparent 57%)}.contact-copy{position:absolute;left:calc((100vw - min(1120px,calc(100vw - 48px)))/2);top:76px;width:310px;z-index:2}.contact-copy h1{font-size:51px;line-height:1.02;color:var(--navy);margin:10px 0 16px}.contact-copy p{font-size:14px;color:#576a80}.contact-points{display:grid;gap:18px;margin-top:26px;font-size:13px;font-weight:700}.contact-form-card{margin:28px 0;padding:28px 28px 24px;background:#fff;border-radius:14px;box-shadow:0 12px 35px rgba(12,47,87,.13);z-index:3}.contact-form-card h2{margin:0 0 6px;color:var(--navy)}.contact-form-card p{margin:0 0 17px;color:#66778a;font-size:12px}.form-grid{display:grid;gap:10px}.form-grid label{font-size:11px;color:#345474;font-weight:700}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #d3deea;border-radius:5px;padding:10px 11px;outline:0}.form-grid textarea{height:70px;resize:vertical}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.contact-card{border:1px solid #dce6ef;border-radius:12px;padding:22px 15px;text-align:center;background:#fff;box-shadow:0 7px 18px rgba(20,50,85,.05)}.contact-card .icon-circle{margin:0 auto 12px}.contact-card h4{margin:0 0 9px;color:var(--navy);font-size:16px}.contact-card p{margin:0 0 12px;font-size:11px;color:#5f7186;min-height:55px}.contact-card a{color:var(--blue);font-size:11px;font-weight:700}.location-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px}.location-card{border:1px solid #dce6ef;border-radius:12px;display:grid;grid-template-columns:42% 58%;overflow:hidden;background:#fff}.location-info{padding:25px}.location-card img{width:100%;height:100%;object-fit:cover;min-height:220px}.shipping-banner{border:1px solid #dce7f1;background:#f7fbff;border-radius:12px;padding:20px 40px;display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:28px}.provider-hero .hero-grid{grid-template-columns:47% 53%;min-height:360px}.provider-hero .hero-copy{padding:55px 0}.provider-hero .hero-media{min-height:360px}.practice-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:26px}.practice-step{text-align:center;position:relative}.practice-step:not(:last-child):after{content:"";position:absolute;top:38px;right:-33px;width:66px;border-top:2px dashed #a9c8e8}.practice-step .icon-circle{width:74px;height:74px;border-radius:50%;background:#eef5fd;margin:0 auto 8px}.practice-step h4{margin:3px 0;color:var(--navy);font-size:12px}.practice-step p{margin:0;color:#607287;font-size:10.5px}.provider-cards{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:24px}.provider-cards .plain-card{min-height:255px}.portal-preview{padding:10px;border:1px solid #dce6ef;border-radius:12px;background:#f7fbff;box-shadow:var(--shadow)}.portal-preview img{height:250px;width:100%;object-fit:cover;border-radius:8px}.specialties{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.specialty{border:1px solid #dce6ef;border-radius:12px;overflow:hidden;background:#fff;display:grid;grid-template-columns:45% 55%;min-height:160px}.specialty img{width:100%;height:100%;object-fit:cover}.specialty .copy{padding:18px}.specialty h4{margin:0 0 9px;color:var(--navy);font-size:14px}.specialty p{font-size:11px;line-height:1.7;margin:0;color:#5c6e84}.benefits4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefit{border:1px solid #dce6ef;border-radius:12px;background:#fff;padding:18px;display:grid;grid-template-columns:48px 1fr;gap:12px}.benefit h4{margin:0 0 3px;color:var(--navy);font-size:12px}.benefit p{margin:0;color:#62748a;font-size:10.5px}.provider-cta{display:grid;grid-template-columns:70px 1fr auto auto;gap:18px;align-items:center;padding:18px 40px;background:#f4f9ff;border-top:1px solid #dce7f2}.cart-toast{position:fixed;right:20px;bottom:20px;background:#073b79;color:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow);z-index:80;opacity:0;transform:translateY(15px);pointer-events:none;transition:.2s}.cart-toast.show{opacity:1;transform:translateY(0)}
@media screen and (max-width:900px){.container{width:min(100% - 30px,760px)}.topbar{display:none}.mainnav{height:66px}.brand img{width:155px}.navlinks{display:none;position:absolute;left:0;right:0;top:66px;background:#fff;border-bottom:1px solid #dce6ef;box-shadow:var(--shadow);padding:14px 20px;flex-direction:column;align-items:stretch;gap:0}.navlinks.open{display:flex}.navlinks a{padding:12px 3px}.navlinks a.active:after{display:none}.nav-cta{margin:8px 0 4px;text-align:center}.menu-btn{display:block}.hero-grid,.shop-hero .hero-grid,.how-hero .hero-grid,.provider-hero .hero-grid{grid-template-columns:1fr}.hero-copy{padding:45px 0 30px}.hero h1,.hero-title{font-size:43px}.hero-media{min-height:360px}.steps3,.features4,.cards3,.products6,.guide-grid,.process5,.contact-cards,.practice-steps,.specialties,.benefits4,.resource-cards,.download-row,.buy-trust{grid-template-columns:repeat(2,1fr)}.step3:nth-child(2):after{display:none}.feature-item:nth-child(2):after{display:none}.process-item:after,.practice-step:after{display:none!important}.footer-grid{grid-template-columns:1fr 1fr}.buy-hero .hero-grid{grid-template-columns:1fr}.buy-hero .hero-media{min-height:410px;background-size:contain;background-repeat:no-repeat;background-position:center}.journey-card{margin:15px 0 35px}.provider-cards,.resource-feature,.location-grid,.faq-wrap,.two-cards{grid-template-columns:1fr}.resource-cards{grid-template-columns:repeat(3,1fr)}.support-wide{grid-template-columns:80px 1fr}.support-wide .agent{display:none}.contact-hero .hero-grid{grid-template-columns:1fr}.contact-visual{min-height:540px}.contact-form-card{margin:30px 15px}.location-card{grid-template-columns:1fr}.shipping-banner{grid-template-columns:90px 1fr}.shipping-banner .btn{grid-column:1/-1}.provider-cta,.help-banner{grid-template-columns:60px 1fr}.provider-cta .btn,.help-banner .btn{grid-column:auto}.resource-feature{gap:18px}.guide-promo{min-height:300px}}
@media screen and (max-width:600px){.container{width:calc(100% - 24px)}.hero h1,.hero-title,.contact-copy h1{font-size:36px}.hero .lead{font-size:15px}.hero-media{min-height:300px}.steps3,.features4,.cards3,.products6,.guide-grid,.process5,.contact-cards,.practice-steps,.specialties,.benefits4,.resource-cards,.download-row,.included3,.buy-trust{grid-template-columns:1fr}.step3:after,.feature-item:after{display:none}.step3{padding:22px}.step-num{left:22px}.products6 .product-image,.product-image{height:210px}.testimonial{grid-template-columns:80px 1fr;padding:24px 18px;gap:15px}.testimonial .avatar{width:72px;height:72px}.testimonial>div:last-child{display:none}.quote{font-size:14px}.process-item{padding-bottom:5px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.resource-cards{grid-template-columns:1fr 1fr}.guide-promo{grid-template-columns:1fr}.guide-promo img{height:250px}.support-wide{grid-template-columns:1fr;text-align:center}.resource-search{max-width:none}.contact-copy{left:22px;top:40px;width:260px}.contact-form-card{margin-top:0}.contact-visual{min-height:500px;background-position:56% center}.location-grid{gap:22px}.shipping-banner{grid-template-columns:1fr;text-align:center}.shipping-banner .icon-circle{margin:auto}.provider-cards{gap:16px}.specialty{grid-template-columns:40% 60%}.provider-cta,.help-banner{grid-template-columns:1fr;text-align:center}.provider-cta .icon-circle,.help-banner .icon-circle{margin:auto}.tabs{grid-template-columns:1fr 1fr}.shop-head{align-items:flex-start;gap:12px;flex-direction:column}.topbar-left{display:none}.buy-hero .hero-media{min-height:350px}.resource-feature .faq-list{margin-top:8px}.guide-content{grid-template-columns:90px 1fr}.guide-content img{width:90px;height:100px}}
/* ===== ISO Metrik Dental Labs — exact front-page rebuild from 2026-08-17 reference ===== */
.home-page, body.home{--home-navy:#0a3d7c;--home-blue:#0869d8;--home-green:#43a047;--home-text:#223b5b;--home-muted:#586b82}
@media screen and (min-width:901px){
  .home-page .container, body.home .container{width:min(1180px,calc(100% - 90px));}
  .home-page .topbar, body.home .topbar{height:31px;font-size:10.5px;background:#f7f9fc}
  .home-page .topbar-left, .home-page .topbar-right, body.home .topbar-left, body.home .topbar-right{gap:27px}
  .home-page .topbar a, body.home .topbar a{display:inline-flex;align-items:center;color:#24466f}
  .home-page .topbar .ico, body.home .topbar .ico{width:14px;height:14px}
  .home-page .mainnav, body.home .mainnav{height:69px;position:relative;top:auto}
  .home-page .brand img, body.home .brand img{width:151px;height:52px}
  .home-page .navlinks, body.home .navlinks{gap:27px;font-size:11.2px}
  .home-page .navlinks a, body.home .navlinks a{padding:24px 0}
  .home-page .nav-cta, body.home .nav-cta{margin-left:17px;padding:10px 23px!important;border-radius:6px;min-width:101px;text-align:center;box-shadow:0 5px 15px rgba(67,164,71,.17)}
}
.home-v2-hero{height:470px;position:relative;overflow:hidden;background:linear-gradient(90deg,#f8fbff 0%,#fff 53%,#f7fbff 100%)}
.home-v2-hero-photo{position:absolute;right:0;top:0;width:57.07%;height:100%;object-fit:cover;object-position:left top;z-index:1}
.home-v2-ghost{position:absolute;left:0;bottom:0;width:34.01%;height:132px;object-fit:cover;object-position:left bottom;z-index:1;pointer-events:none}
.home-v2-hero-inner{height:100%;position:relative;z-index:2}
.home-v2-copy{padding-top:76px;width:345px}
.home-v2-eyebrow{color:#0670dc;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.01em;margin-bottom:12px}
.home-v2-copy h1{font-size:45px;line-height:1.08;letter-spacing:-1.1px;margin:0 0 17px;color:#0a3b78;font-weight:700}
.home-v2-copy>p{font-size:13px;line-height:1.52;color:#334b68;margin:0 0 18px}
.home-v2-buttons{display:flex;gap:15px}
.home-v2-btn{height:35px;min-width:122px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:11.2px;font-weight:700;border:1.2px solid #0868d4;transition:.18s ease}
.home-v2-btn.primary{background:#0868d4;color:#fff;border-color:#0868d4}
.home-v2-btn.outline{background:#fff;color:#075fbf}
.home-v2-btn:hover,.home-v2-process-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,91,190,.16)}
.home-v2-icon{display:flex;align-items:center;justify-content:center;color:#0567cf;flex:none}
.home-v2-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.home-v2-steps{height:140px;background:#fbfdff;border-top:1px solid #eef3f9;border-bottom:1px solid #eef3f9}
.home-v2-steps-grid{height:100%;display:grid;grid-template-columns:repeat(3,1fr)}
.home-v2-step{height:100%;display:grid;grid-template-columns:67px 1fr;align-items:center;position:relative;padding:0 14px 0 12px}
.home-v2-step:not(:last-child):after{content:"";position:absolute;right:0;top:28px;bottom:28px;width:1px;background:#dbe5ef}
.home-v2-step>.home-v2-icon{width:49px;height:49px;margin-top:15px}
.home-v2-num{position:absolute;left:12px;top:27px;width:23px;height:23px;border-radius:50%;background:#0760bd;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:2}
.home-v2-step h3{font-size:11.4px;line-height:1.25;color:#083c7a;margin:0 0 9px;font-weight:700;white-space:nowrap}
.home-v2-step p{font-size:9.75px;line-height:1.65;color:#52657b;margin:0}
.home-v2-products{height:230px;background:#fff;padding:31px 0 29px}
.home-v2-product-grid{height:170px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.home-v2-product{height:160px;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 5px 13px rgba(30,55,88,.08);display:grid;grid-template-columns:42% 58%;overflow:hidden;transition:.17s ease;color:inherit}
.home-v2-product:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(30,55,88,.12)}
.home-v2-product-image{height:160px;background:#f6f8fb;overflow:hidden}
.home-v2-product-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-v2-product-copy{padding:10px 8px 8px 11px;min-width:0}
.home-v2-product-copy h3{margin:0 0 7px;color:#093b78;font-size:12px;line-height:1.2}
.home-v2-product-copy p{margin:0 0 7px;font-size:8.75px;line-height:1.48;color:#53657b}
.home-v2-product-copy ul{margin:0 0 6px;padding:0;list-style:none;font-size:8.55px;line-height:1.62;color:#4c6076}
.home-v2-product-copy li:before{content:"✓";color:#3ea85b;font-weight:900;margin-right:5px}
.home-v2-product-copy strong{display:block;color:#0764c9;font-size:9px;line-height:1.25;white-space:nowrap}
.home-v2-features{height:98px;background:#f3f8fd;border-top:1px solid #e7eef6;border-bottom:1px solid #e7eef6}
.home-v2-feature-grid{height:100%;display:grid;grid-template-columns:repeat(4,1fr)}
.home-v2-feature{height:100%;display:grid;grid-template-columns:47px 1fr;gap:11px;align-items:center;padding:0 14px;position:relative}
.home-v2-feature:not(:last-child):after{content:"";position:absolute;right:0;top:22px;bottom:22px;width:1px;background:#dce6f0}
.home-v2-feature>.home-v2-icon{width:43px;height:43px}
.home-v2-feature.green>.home-v2-icon{color:#239254}
.home-v2-feature h4{margin:0 0 3px;color:#083c7a;font-size:10px;line-height:1.2}
.home-v2-feature p{margin:0;font-size:8.4px;line-height:1.52;color:#54677d}
.home-v2-testimonial-wrap{height:173px;background:#fff}
.home-v2-testimonial{height:100%;display:grid;grid-template-columns:47px 122px 1fr 47px;column-gap:17px;align-items:center;padding:0 42px}
.home-v2-arrow{width:30px;height:30px;border-radius:50%;border:0;background:#f1f6fc;color:#0c60bc;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s ease}
.home-v2-arrow:hover{background:#e5f0fb;transform:scale(1.05)}
.home-v2-avatar{width:118px;height:118px;border-radius:50%;object-fit:cover}
.home-v2-quote-block{position:relative;padding-left:14px;min-width:0}
.home-v2-quote-mark{position:absolute;left:-13px;top:-13px;color:#c9def5;font-size:51px;font-weight:700;line-height:1}
.home-v2-quote{font-size:11.1px;line-height:1.52;color:#40536b;margin:0 0 8px;white-space:nowrap}
.home-v2-stars{color:#ffb000;letter-spacing:1.5px;font-size:18px;line-height:1;margin-bottom:6px}
.home-v2-customer{font-size:9.3px;font-weight:700;color:#354b66;margin-bottom:2px}
.home-v2-verified{font-size:8.3px;color:#75869a}
.home-v2-dots{display:flex;gap:5px;justify-content:center;margin-top:2px}
.home-v2-dots button{width:5px;height:5px;border:0;border-radius:50%;background:#ccd8e7;padding:0;cursor:pointer}
.home-v2-dots button.active{background:#0870dd}
.home-v2-process{height:270px;background:#fbfdff;border-top:1px solid #edf2f8;padding-top:16px;text-align:center}
.home-v2-process-eyebrow{text-transform:uppercase;color:#0768d1;font-size:9.6px;font-weight:800;margin-bottom:3px}
.home-v2-process h2{margin:0;color:#0a3b78;font-size:21px;line-height:1.2;font-weight:700}
.home-v2-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px;margin-top:18px}
.home-v2-process-item{position:relative;text-align:center}
.home-v2-process-item:not(:last-child):after{content:"";position:absolute;top:31px;right:-20px;width:41px;border-top:1.5px dashed #b9cfe7}
.home-v2-process-item>.home-v2-icon{width:62px;height:62px;border-radius:50%;background:#eef6ff;margin:0 auto 7px;padding:10px}
.home-v2-process-item h4{margin:0 0 4px;color:#0a3c79;font-size:9.5px;line-height:1.25}
.home-v2-process-item p{margin:0;color:#53667c;font-size:8.2px;line-height:1.47}
.home-v2-process-btn{height:35px;min-width:190px;padding:0 19px;background:#0867d1;color:#fff;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;margin-top:14px;font-size:9.4px;font-weight:700;transition:.18s ease}
.home-v2-footer{height:191px;padding:20px 0 11px;background:linear-gradient(125deg,#073c79 0%,#043870 55%,#073366 100%)}
.home-v2-footer .footer-grid, body.home .footer-grid{grid-template-columns:1.25fr .78fr .82fr 1.25fr;gap:43px}
.home-v2-footer .footer-logo img, body.home .footer-logo img{width:137px;height:auto;filter:brightness(0) invert(1)}
.home-v2-footer .footer-logo p, body.home .footer-logo p{font-size:8.8px;line-height:1.45;margin:10px 0 0}
.home-v2-footer .footer h5, body.home .footer h5{font-size:9.4px;margin:0 0 8px}
.home-v2-footer ul, body.home .footer ul{gap:3px;font-size:8.7px}
.home-v2-footer .social, body.home .social{gap:7px;margin-top:9px}
.home-v2-footer .social a, body.home .social a{width:21px;height:21px;border:1.5px solid #e6f0fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;color:#fff}
.home-v2-footer .footer-grid>div:last-child p, body.home .footer-grid>div:last-child p{font-size:8.7px;line-height:1.45;margin:0}
.home-v2-footer .newsletter, body.home .newsletter{margin-top:8px;height:28px}
.home-v2-footer .newsletter input, body.home .newsletter input{height:28px;font-size:8px;padding:0 9px}
.home-v2-footer .newsletter button, body.home .newsletter button{height:28px;font-size:8px;padding:0 13px}
.home-v2-footer .footer-bottom, body.home .footer-bottom{margin-top:12px;padding-top:8px;font-size:7.8px}
.footer-text-link{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}
.home-v2-info-modal{position:fixed;inset:0;background:rgba(6,30,58,.55);z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}
.home-v2-info-modal[hidden]{display:none}
.home-v2-info-dialog{width:min(460px,100%);background:#fff;border-radius:12px;padding:28px;position:relative;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.home-v2-info-dialog h3{margin:0 0 9px;color:#0a3b78}.home-v2-info-dialog p{margin:0;color:#566a80;font-size:13px;line-height:1.55}.home-v2-info-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:26px;color:#31506f;cursor:pointer}
@media screen and (min-width:1100px){
  .home-v2-copy{width:390px}.home-v2-copy h1{font-size:50px}.home-v2-copy>p{font-size:14px}.home-v2-step h3{font-size:12px}.home-v2-step p{font-size:10px}.home-v2-product-copy h3{font-size:13px}.home-v2-product-copy p,.home-v2-product-copy ul{font-size:9px}
}
@media screen and (max-width:900px){
  .home-v2-hero{height:auto;min-height:650px;padding-bottom:0}.home-v2-hero-photo{position:relative;display:block;width:100%;height:auto;min-height:360px;object-fit:cover;object-position:center top;margin-top:300px}.home-v2-ghost{display:none}.home-v2-hero-inner{position:absolute;inset:0 auto auto 0;width:100%;height:300px}.home-v2-copy{padding-top:44px;width:auto}.home-v2-copy h1{font-size:42px}.home-v2-copy>p br{display:none}.home-v2-steps,.home-v2-products,.home-v2-features,.home-v2-testimonial-wrap,.home-v2-process,.home-v2-footer{height:auto}.home-v2-steps-grid,.home-v2-product-grid,.home-v2-feature-grid,.home-v2-process-grid{grid-template-columns:1fr}.home-v2-step{min-height:120px}.home-v2-step:not(:last-child):after,.home-v2-feature:not(:last-child):after,.home-v2-process-item:not(:last-child):after{display:none}.home-v2-products{padding:24px 0}.home-v2-product-grid{height:auto;gap:14px}.home-v2-product{height:180px;grid-template-columns:40% 60%}.home-v2-product-image{height:180px}.home-v2-product-copy{padding:15px}.home-v2-product-copy h3{font-size:16px}.home-v2-product-copy p,.home-v2-product-copy ul{font-size:11px}.home-v2-product-copy strong{font-size:11px}.home-v2-feature{min-height:90px}.home-v2-testimonial{grid-template-columns:34px 82px 1fr 34px;padding:25px 0;gap:12px}.home-v2-avatar{width:78px;height:78px}.home-v2-quote{white-space:normal;font-size:12px}.home-v2-quote br{display:none}.home-v2-process{padding:30px 0}.home-v2-process-grid{gap:25px}.home-v2-process-item p{font-size:10px}.home-v2-process-item h4{font-size:12px}.home-v2-process-btn{margin-bottom:5px}.home-v2-footer{padding:28px 0 16px}.home-v2-footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.home-v2-footer .footer-logo img{width:150px}.home-v2-footer .footer-logo p,.home-v2-footer .footer-grid>div:last-child p{font-size:10px}.home-v2-footer ul{font-size:10px}.home-v2-footer h5{font-size:11px}.home-v2-footer .footer-bottom{font-size:9px}}
@media screen and (max-width:600px){
  .home-v2-copy h1{font-size:37px}.home-v2-copy{padding-top:35px}.home-v2-buttons{gap:9px}.home-v2-btn{min-width:0;flex:1}.home-v2-hero-photo{margin-top:285px;min-height:320px}.home-v2-product{height:auto;grid-template-columns:1fr}.home-v2-product-image{height:210px}.home-v2-product-copy{padding:16px}.home-v2-testimonial{grid-template-columns:34px 72px 1fr}.home-v2-testimonial .next{display:none}.home-v2-avatar{width:70px;height:70px}.home-v2-quote-block{padding-left:8px}.home-v2-quote-mark{font-size:38px;left:-9px}.home-v2-stars{font-size:15px}.home-v2-footer .footer-grid{grid-template-columns:1fr}.home-v2-footer .footer-bottom{gap:7px}}
/* Desktop header/container lock for the supplied 941px reference; mobile overrides immediately below. */
.home-page .container, body.home .container{width:min(1180px,calc(100% - 90px));}
.home-page .topbar, body.home .topbar{height:31px;font-size:10.5px;background:#f7f9fc}
.home-page .topbar-left, .home-page .topbar-right, body.home .topbar-left, body.home .topbar-right{gap:27px}
.home-page .topbar a, body.home .topbar a{display:inline-flex;align-items:center;color:#24466f}
.home-page .topbar .ico, body.home .topbar .ico{width:14px;height:14px}
.home-page .mainnav, body.home .mainnav{height:69px;position:relative;top:auto}
.home-page .brand img, body.home .brand img{width:151px;height:52px}
.home-page .navlinks, body.home .navlinks{gap:27px;font-size:11.2px}
.home-page .navlinks a, body.home .navlinks a{padding:24px 0}
.home-page .nav-cta, body.home .nav-cta{margin-left:17px;padding:10px 23px!important;border-radius:6px;min-width:101px;text-align:center;box-shadow:0 5px 15px rgba(67,164,71,.17)}
@media screen and (max-width:900px){
  .home-page .container, body.home .container{width:min(100% - 30px,760px)}
  .home-page .topbar, body.home .topbar{display:none}
  .home-page .mainnav, body.home .mainnav{height:66px;position:sticky;top:0}
  .home-page .brand img, body.home .brand img{width:155px;height:54px}
  .home-page .navlinks, body.home .navlinks{gap:0;font-size:14px}
  .home-page .navlinks a, body.home .navlinks a{padding:12px 3px}
  .home-page .nav-cta, body.home .nav-cta{margin:8px 0 4px;padding:12px 20px!important}
}
@media screen and (max-width:600px){.home-page .container,body.home .container{width:calc(100% - 24px)}}
.home-page .topbar a,body.home .topbar a,.home-page .navlinks a,body.home .navlinks a{white-space:nowrap}
.home-page .navlinks,body.home .navlinks{margin-left:104px;flex:1;justify-content:space-between;gap:0}
.home-page .nav-cta,body.home .nav-cta{margin-left:14px;flex:none}
.home-v2-process-btn{width:190px;min-width:190px}
.home-v2-footer .newsletter,body.home .newsletter{width:100%;display:flex}
.home-v2-footer .newsletter input,body.home .newsletter input{display:block;min-width:0;flex:1}
@media screen and (max-width:900px){.home-page .navlinks,body.home .navlinks{margin-left:0;display:none;justify-content:flex-start}.home-page .navlinks.open,body.home .navlinks.open{display:flex}.home-page .nav-cta,body.home .nav-cta{margin:8px 0 4px}}


/* ISO Metrik Dental Labs — exact front-page composition based on supplied reference */
body.home-page, body.home {font-family:"Inter", Arial, sans-serif; color:#243a56; background:#fff; overflow-x:hidden;}
body.home-page .container, body.home .container {width:calc(100% - 104px); max-width:1060px; margin:0 auto;}
body.home-page .topbar .container, body.home .topbar .container,
body.home-page .mainnav .container, body.home .mainnav .container {width:calc(100% - 78px); max-width:1120px;}
body.home-page .topbar, body.home .topbar{height:31px;background:#f7f9fc;border-bottom:1px solid #edf2f7;font-size:9.6px;color:#163c6d;}
body.home-page .topbar .container, body.home .topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between;}
body.home-page .topbar-left,body.home-page .topbar-right,body.home .topbar-left,body.home .topbar-right{gap:27px;display:flex;align-items:center;white-space:nowrap;}
body.home-page .topbar a,body.home .topbar a{display:inline-flex;align-items:center;gap:6px;color:#163c6d;white-space:nowrap;}
body.home-page .topbar .ico,body.home .topbar .ico{width:14px;height:14px;color:#0d467f;}
body.home-page .topbar svg,body.home .topbar svg{width:100%;height:100%;stroke:#0d467f !important;fill:none !important;stroke-width:1.75;}
body.home-page .mainnav,body.home .mainnav{height:72px;position:relative;top:auto;border-bottom:1px solid #f1f4f7;background:#fff;z-index:30;}
body.home-page .navinner,body.home .navinner{height:100%;display:flex;align-items:center;}
body.home-page .brand img,body.home .brand img{width:145px;height:48px;object-fit:contain;object-position:left center;}
body.home-page .navlinks,body.home .navlinks{margin-left:auto;display:flex;align-items:center;gap:31px;font-size:10.5px;color:#1c314f;white-space:nowrap;}
body.home-page .navlinks a,body.home .navlinks a{padding:28px 0 25px;white-space:nowrap;line-height:1;}
body.home-page .nav-cta,body.home .nav-cta{margin-left:29px !important;min-width:103px;height:36px;padding:0 18px !important;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#43a447;color:#fff!important;box-shadow:none;font-size:10.4px;}
body.home-page .menu-btn,body.home .menu-btn{display:none;}

body.home-page .home-v2-hero,body.home .home-v2-hero{height:474px;position:relative;overflow:hidden;background:linear-gradient(90deg,#f8fbff 0%,#fff 50%,#f5f9fd 100%);}
body.home-page .home-v2-hero-photo,body.home .home-v2-hero-photo{position:absolute;right:0;top:0;width:58.9%;height:100%;object-fit:cover;object-position:left top;z-index:1;}
body.home-page .home-v2-ghost,body.home .home-v2-ghost{position:absolute;left:0;bottom:0;width:36.0%;height:126px;object-fit:cover;object-position:left bottom;opacity:.90;z-index:1;pointer-events:none;}
body.home-page .home-v2-hero-inner,body.home .home-v2-hero-inner{height:100%;position:relative;z-index:2;}
body.home-page .home-v2-copy,body.home .home-v2-copy{padding-top:84px;width:325px;}
body.home-page .home-v2-eyebrow,body.home .home-v2-eyebrow{font-size:11.3px;line-height:1.2;font-weight:800;color:#0470db;text-transform:uppercase;margin-bottom:15px;letter-spacing:.01em;}
body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-size:45px;line-height:1.05;letter-spacing:-1.35px;font-weight:650;color:#0a3b78;margin:0 0 17px;}
body.home-page .home-v2-copy>p,body.home .home-v2-copy>p{font-size:12px;line-height:1.62;color:#344c68;margin:0 0 17px;}
body.home-page .home-v2-buttons,body.home .home-v2-buttons{display:flex;gap:15px;}
body.home-page .home-v2-btn,body.home .home-v2-btn{height:34px;min-width:121px;padding:0 16px;border-radius:6px;font-size:10.2px;line-height:1;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;transition:.18s ease;}
body.home-page .home-v2-btn.primary,body.home .home-v2-btn.primary{background:#0868d4;color:#fff;border:1px solid #0868d4;}
body.home-page .home-v2-btn.outline,body.home .home-v2-btn.outline{background:#fff;color:#075fbf;border:1px solid #0868d4;}
body.home-page .home-v2-btn:hover,body.home .home-v2-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,91,190,.16);}

body.home-page .home-v2-steps,body.home .home-v2-steps{height:136px;background:#fbfdff;border-top:1px solid #eff4f9;border-bottom:1px solid #eff4f9;}
body.home-page .home-v2-steps-grid,body.home .home-v2-steps-grid{height:100%;display:grid;grid-template-columns:repeat(3,1fr);}
body.home-page .home-v2-step,body.home .home-v2-step{height:100%;display:grid;grid-template-columns:64px 1fr;align-items:center;position:relative;padding:0 14px 0 12px;}
body.home-page .home-v2-step:not(:last-child):after,body.home .home-v2-step:not(:last-child):after{content:"";position:absolute;right:0;top:25px;bottom:24px;width:1px;background:#d9e4ef;}
body.home-page .home-v2-num,body.home .home-v2-num{position:absolute;left:11px;top:25px;width:23px;height:23px;border-radius:50%;background:#075fba;color:#fff;font-size:10.5px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:2;}
body.home-page .home-v2-step>.home-v2-icon,body.home .home-v2-step>.home-v2-icon{width:48px;height:48px;margin-top:16px;color:#0867d3;}
body.home-page .home-v2-icon svg,body.home .home-v2-icon svg{width:100%;height:100%;stroke:#0867d3 !important;fill:none !important;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;}
body.home-page .home-v2-feature.green .home-v2-icon svg,body.home .home-v2-feature.green .home-v2-icon svg{stroke:#249459 !important;}
body.home-page .home-v2-step h3,body.home .home-v2-step h3{font-size:11.1px;line-height:1.25;color:#083b78;margin:0 0 8px;font-weight:700;white-space:nowrap;}
body.home-page .home-v2-step p,body.home .home-v2-step p{font-size:8.9px;line-height:1.7;color:#53667b;margin:0;}

body.home-page .home-v2-products,body.home .home-v2-products{height:212px;background:#fff;padding:30px 0 22px;}
body.home-page .home-v2-product-grid,body.home .home-v2-product-grid{height:160px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
body.home-page .home-v2-product,body.home .home-v2-product{height:160px;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:0 5px 13px rgba(30,55,88,.08);display:grid;grid-template-columns:42% 58%;overflow:hidden;transition:.17s ease;color:inherit;}
body.home-page .home-v2-product:hover,body.home .home-v2-product:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(30,55,88,.12);}
body.home-page .home-v2-product-image,body.home .home-v2-product-image{height:160px;background:#f6f8fb;overflow:hidden;}
body.home-page .home-v2-product-image img,body.home .home-v2-product-image img{width:100%;height:100%;object-fit:cover;object-position:center;}
body.home-page .home-v2-product-copy,body.home .home-v2-product-copy{padding:10px 8px 8px 11px;min-width:0;}
body.home-page .home-v2-product-copy h3,body.home .home-v2-product-copy h3{margin:0 0 7px;color:#093b78;font-size:11.9px;line-height:1.2;font-weight:700;}
body.home-page .home-v2-product-copy p,body.home .home-v2-product-copy p{margin:0 0 7px;font-size:8.25px;line-height:1.5;color:#53657b;}
body.home-page .home-v2-product-copy ul,body.home .home-v2-product-copy ul{margin:0 0 6px;padding:0;list-style:none;font-size:8.15px;line-height:1.65;color:#4c6076;}
body.home-page .home-v2-product-copy li:before,body.home .home-v2-product-copy li:before{content:"✓";color:#3ea85b;font-weight:900;margin-right:5px;}
body.home-page .home-v2-product-copy strong,body.home .home-v2-product-copy strong{display:block;color:#0764c9;font-size:8.5px;line-height:1.25;white-space:nowrap;}

body.home-page .home-v2-features,body.home .home-v2-features{height:99px;background:#f3f8fd;border-top:1px solid #e7eef6;border-bottom:1px solid #e7eef6;}
body.home-page .home-v2-feature-grid,body.home .home-v2-feature-grid{height:100%;display:grid;grid-template-columns:repeat(4,1fr);}
body.home-page .home-v2-feature,body.home .home-v2-feature{height:100%;display:grid;grid-template-columns:46px 1fr;gap:11px;align-items:center;padding:0 13px;position:relative;}
body.home-page .home-v2-feature:not(:last-child):after,body.home .home-v2-feature:not(:last-child):after{content:"";position:absolute;right:0;top:22px;bottom:22px;width:1px;background:#dce6f0;}
body.home-page .home-v2-feature>.home-v2-icon,body.home .home-v2-feature>.home-v2-icon{width:42px;height:42px;}
body.home-page .home-v2-feature h4,body.home .home-v2-feature h4{margin:0 0 3px;color:#083c7a;font-size:9.5px;line-height:1.2;}
body.home-page .home-v2-feature p,body.home .home-v2-feature p{margin:0;font-size:7.9px;line-height:1.5;color:#54677d;}

body.home-page .home-v2-testimonial-wrap,body.home .home-v2-testimonial-wrap{height:178px;background:#fff;}
body.home-page .home-v2-testimonial,body.home .home-v2-testimonial{height:100%;display:grid;grid-template-columns:45px 120px 1fr 45px;column-gap:17px;align-items:center;padding:0 42px;}
body.home-page .home-v2-arrow,body.home .home-v2-arrow{width:30px;height:30px;border-radius:50%;border:0;background:#f1f6fc;color:#0c60bc;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s ease;padding:0;}
body.home-page .home-v2-arrow:hover,body.home .home-v2-arrow:hover{background:#e5f0fb;transform:scale(1.05);}
body.home-page .home-v2-avatar,body.home .home-v2-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;}
body.home-page .home-v2-quote-block,body.home .home-v2-quote-block{position:relative;padding-left:12px;min-width:0;}
body.home-page .home-v2-quote-mark,body.home .home-v2-quote-mark{position:absolute;left:-13px;top:-14px;color:#c9def5;font-size:50px;font-weight:700;line-height:1;}
body.home-page .home-v2-quote,body.home .home-v2-quote{font-size:10.4px;line-height:1.52;color:#40536b;margin:0 0 8px;white-space:nowrap;}
body.home-page .home-v2-stars,body.home .home-v2-stars{color:#ffb000;letter-spacing:1.5px;font-size:17px;line-height:1;margin-bottom:6px;}
body.home-page .home-v2-customer,body.home .home-v2-customer{font-size:8.8px;font-weight:700;color:#354b66;margin-bottom:2px;}
body.home-page .home-v2-verified,body.home .home-v2-verified{font-size:7.7px;color:#75869a;}
body.home-page .home-v2-dots,body.home .home-v2-dots{display:flex;gap:5px;justify-content:center;margin-top:4px;}
body.home-page .home-v2-dots button,body.home .home-v2-dots button{width:5px;height:5px;border:0;border-radius:50%;background:#ccd8e7;padding:0;cursor:pointer;}
body.home-page .home-v2-dots button.active,body.home .home-v2-dots button.active{background:#0870dd;}

body.home-page .home-v2-process,body.home .home-v2-process{height:268px;background:#fbfdff;border-top:1px solid #edf2f8;padding-top:17px;text-align:center;}
body.home-page .home-v2-process-eyebrow,body.home .home-v2-process-eyebrow{text-transform:uppercase;color:#0768d1;font-size:9px;font-weight:800;margin-bottom:3px;}
body.home-page .home-v2-process h2,body.home .home-v2-process h2{margin:0;color:#0a3b78;font-size:20px;line-height:1.2;font-weight:700;}
body.home-page .home-v2-process-grid,body.home .home-v2-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px;margin-top:18px;}
body.home-page .home-v2-process-item,body.home .home-v2-process-item{position:relative;text-align:center;}
body.home-page .home-v2-process-item:not(:last-child):after,body.home .home-v2-process-item:not(:last-child):after{content:"";position:absolute;top:31px;right:-19px;width:39px;border-top:1.5px dashed #b9cfe7;}
body.home-page .home-v2-process-item>.home-v2-icon,body.home .home-v2-process-item>.home-v2-icon{width:62px;height:62px;border-radius:50%;background:#eef6ff;margin:0 auto 7px;padding:10px;color:#0867d3;}
body.home-page .home-v2-process-item h4,body.home .home-v2-process-item h4{margin:0 0 4px;color:#0a3c79;font-size:8.9px;line-height:1.25;}
body.home-page .home-v2-process-item p,body.home .home-v2-process-item p{margin:0;color:#53667c;font-size:7.7px;line-height:1.48;}
body.home-page .home-v2-process-btn,body.home .home-v2-process-btn{height:35px;min-width:191px;padding:0 19px;background:#0867d1;color:#fff;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;margin-top:13px;font-size:8.7px;font-weight:700;transition:.18s ease;}

body.home-page .home-v2-footer,body.home .footer{height:213px;min-height:213px;padding:21px 0 10px;background:linear-gradient(125deg,#073c79 0%,#043870 55%,#073366 100%);color:#fff;}
body.home-page .home-v2-footer .container,body.home .footer .container{width:calc(100% - 128px);max-width:1030px;}
body.home-page .footer-grid,body.home .footer-grid{display:grid;grid-template-columns:1.35fr .78fr .82fr 1.28fr;gap:42px;}
body.home-page .footer-logo img,body.home .footer-logo img{width:136px;height:auto;filter:brightness(0) invert(1);}
body.home-page .footer-logo p,body.home .footer-logo p{font-size:8.2px;line-height:1.5;margin:10px 0 0;color:#d8e7f5;}
body.home-page .footer h5,body.home .footer h5{font-size:9px;margin:0 0 8px;color:#fff;}
body.home-page .footer ul,body.home .footer ul{gap:3px;font-size:8.1px;line-height:1.35;color:#eef6ff;}
body.home-page .social,body.home .social{gap:7px;margin-top:9px;display:flex;}
body.home-page .social a,body.home .social a{width:21px;height:21px;border:1.4px solid #e6f0fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;color:#fff;}
body.home-page .footer-grid>div:last-child p,body.home .footer-grid>div:last-child p{font-size:8px;line-height:1.45;margin:0;color:#d8e7f5;}
body.home-page .newsletter,body.home .newsletter{display:flex;margin-top:8px;height:28px;}
body.home-page .newsletter input,body.home .newsletter input{height:28px;font-size:7.6px;padding:0 9px;border:0;border-radius:4px 0 0 4px;min-width:0;}
body.home-page .newsletter button,body.home .newsletter button{height:28px;font-size:7.6px;padding:0 13px;background:#4ca943;color:#fff;border:0;border-radius:0 4px 4px 0;}
body.home-page .footer-bottom,body.home .footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:12px;padding-top:8px;font-size:7.5px;color:#cdddee;display:flex;justify-content:space-between;}
body.home-page .footer-text-link,body.home .footer-text-link{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left;}

/* Exact design scales down/up fluidly until the mobile breakpoint. */
@media (min-width:936px){
  body.home-page .home-v2-copy,body.home .home-v2-copy{width:350px;}
}
@media (max-width:900px){
 body.home-page .container,body.home .container,body.home-page .topbar .container,body.home .topbar .container,body.home-page .mainnav .container,body.home .mainnav .container{width:calc(100% - 34px);}
 body.home-page .topbar,body.home .topbar{height:auto;min-height:34px;padding:7px 0;}
 body.home-page .topbar-right,body.home .topbar-right{display:none;}
 body.home-page .mainnav,body.home .mainnav{height:68px;}
 body.home-page .brand img,body.home .brand img{width:142px;}
 body.home-page .menu-btn,body.home .menu-btn{display:block;margin-left:auto;background:none;border:0;color:#0a3b78;font-size:25px;}
 body.home-page .navlinks,body.home .navlinks{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;box-shadow:0 10px 24px rgba(10,48,84,.12);padding:15px 22px;z-index:60;gap:0;flex-direction:column;align-items:stretch;font-size:13px;}
 body.home-page .navlinks.open,body.home .navlinks.open{display:flex;}
 body.home-page .navlinks a,body.home .navlinks a{padding:12px 0;border-bottom:1px solid #edf2f7;}
 body.home-page .nav-cta,body.home .nav-cta{margin:12px 0 2px!important;width:100%;height:42px;}
 body.home-page .home-v2-hero,body.home .home-v2-hero{height:auto;display:flex;flex-direction:column;}
 body.home-page .home-v2-hero-inner,body.home .home-v2-hero-inner{height:auto;order:1;}
 body.home-page .home-v2-copy,body.home .home-v2-copy{padding:48px 0 35px;width:auto;}
 body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-size:44px;}
 body.home-page .home-v2-hero-photo,body.home .home-v2-hero-photo{position:relative;order:2;width:100%;height:auto;aspect-ratio:1.18/1;object-fit:cover;object-position:center top;}
 body.home-page .home-v2-ghost,body.home .home-v2-ghost{display:none;}
 body.home-page .home-v2-steps,body.home .home-v2-steps,body.home-page .home-v2-products,body.home .home-v2-products,body.home-page .home-v2-features,body.home .home-v2-features,body.home-page .home-v2-testimonial-wrap,body.home .home-v2-testimonial-wrap,body.home-page .home-v2-process,body.home .home-v2-process,body.home-page .home-v2-footer,body.home .footer{height:auto;min-height:0;}
 body.home-page .home-v2-steps-grid,body.home .home-v2-steps-grid{grid-template-columns:1fr;}
 body.home-page .home-v2-step,body.home .home-v2-step{min-height:126px;padding:18px 8px 18px 58px;grid-template-columns:55px 1fr;}
 body.home-page .home-v2-step:not(:last-child):after,body.home .home-v2-step:not(:last-child):after{left:0;right:0;top:auto;bottom:0;width:auto;height:1px;}
 body.home-page .home-v2-num,body.home .home-v2-num{left:5px;top:23px;}
 body.home-page .home-v2-step h3,body.home .home-v2-step h3{white-space:normal;font-size:13px;}
 body.home-page .home-v2-step p,body.home .home-v2-step p{font-size:10.5px;}
 body.home-page .home-v2-products,body.home .home-v2-products{padding:25px 0;}
 body.home-page .home-v2-product-grid,body.home .home-v2-product-grid{height:auto;grid-template-columns:1fr;}
 body.home-page .home-v2-product,body.home .home-v2-product{height:190px;grid-template-columns:42% 58%;}
 body.home-page .home-v2-product-image,body.home .home-v2-product-image{height:190px;}
 body.home-page .home-v2-product-copy h3,body.home .home-v2-product-copy h3{font-size:15px;}
 body.home-page .home-v2-product-copy p,body.home .home-v2-product-copy p,body.home-page .home-v2-product-copy ul,body.home .home-v2-product-copy ul{font-size:10px;}
 body.home-page .home-v2-feature-grid,body.home .home-v2-feature-grid{grid-template-columns:1fr 1fr;}
 body.home-page .home-v2-feature,body.home .home-v2-feature{min-height:100px;}
 body.home-page .home-v2-feature:nth-child(2):after,body.home .home-v2-feature:nth-child(2):after{display:none;}
 body.home-page .home-v2-testimonial,body.home .home-v2-testimonial{grid-template-columns:36px 82px 1fr 36px;padding:28px 0;column-gap:10px;}
 body.home-page .home-v2-avatar,body.home .home-v2-avatar{width:78px;height:78px;}
 body.home-page .home-v2-quote,body.home .home-v2-quote{white-space:normal;font-size:10px;}
 body.home-page .home-v2-process,body.home .home-v2-process{padding:28px 0 34px;}
 body.home-page .home-v2-process-grid,body.home .home-v2-process-grid{grid-template-columns:1fr 1fr;gap:26px 12px;}
 body.home-page .home-v2-process-item:not(:last-child):after,body.home .home-v2-process-item:not(:last-child):after{display:none;}
 body.home-page .home-v2-process-item:last-child,body.home .home-v2-process-item:last-child{grid-column:1/-1;}
 body.home-page .home-v2-process-item h4,body.home .home-v2-process-item h4{font-size:10px;}
 body.home-page .home-v2-process-item p,body.home .home-v2-process-item p{font-size:8.8px;}
 body.home-page .home-v2-process-btn,body.home .home-v2-process-btn{margin-top:22px;}
 body.home-page .home-v2-footer,body.home .footer{padding:30px 0 18px;}
 body.home-page .home-v2-footer .container,body.home .footer .container{width:calc(100% - 34px);}
 body.home-page .footer-grid,body.home .footer-grid{grid-template-columns:1fr 1fr;gap:28px;}
 body.home-page .footer-bottom,body.home .footer-bottom{flex-direction:column;gap:8px;}
}
@media (max-width:560px){
 body.home-page .topbar-left a:nth-child(2),body.home .topbar-left a:nth-child(2){display:none;}
 body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-size:38px;}
 body.home-page .home-v2-feature-grid,body.home .home-v2-feature-grid{grid-template-columns:1fr;}
 body.home-page .home-v2-feature:after,body.home .home-v2-feature:after{left:0;right:0;top:auto;bottom:0;width:auto;height:1px;}
 body.home-page .home-v2-testimonial,body.home .home-v2-testimonial{grid-template-columns:28px 64px 1fr 28px;}
 body.home-page .home-v2-avatar,body.home .home-v2-avatar{width:62px;height:62px;}
 body.home-page .home-v2-stars,body.home .home-v2-stars{font-size:14px;}
 body.home-page .footer-grid,body.home .footer-grid{grid-template-columns:1fr;}
}

/* ================================================================
   ISO METRIK DENTAL LABS — V4 LAYERED SITE / TYPOGRAPHY REBUILD
   All copy remains live HTML. Photos/product renders remain separate
   image layers. Homepage desktop measurements follow the supplied
   941px reference image.
   ================================================================ */
:root{
  --imd-font:'Poppins','Avenir Next','Helvetica Neue',Arial,sans-serif;
  --imd-navy:#0a3d79;
  --imd-blue:#0669d7;
  --imd-green:#45a447;
  --imd-copy:#334b67;
}
html,body,button,input,textarea,select{font-family:var(--imd-font)!important}
body{font-weight:400;letter-spacing:0}

/* Layering baseline for every page */
.hero,.shop-hero,.buy-hero,.resource-hero,.provider-hero,.contact-hero{position:relative;isolation:isolate}
.hero-copy,.journey-card,.contact-form-card,.provider-portal,.product-body,.resource-card-body{position:relative;z-index:3}
.hero-media,.product-image,.article-card img,.guide-thumb img,.specialty-card img{position:relative;z-index:1}

/* ===== HOME PAGE EXACT DESKTOP COMPOSITION ===== */
@media (min-width:901px){
  body.home-page{font-size:12px;color:#1f3552}
  body.home-page .container{width:calc(100% - 72px);max-width:1080px;margin-left:auto;margin-right:auto}
  body.home-page .topbar{height:31px;min-height:31px;background:#f8fafc;border-bottom:1px solid #e9eef4;font-size:9.7px;color:#173e70}
  body.home-page .topbar .container{width:calc(100% - 80px);max-width:none}
  body.home-page .topbar-left,body.home-page .topbar-right{gap:27px}
  body.home-page .topbar .ico{width:13px;height:13px}
  body.home-page .mainnav{height:70px;position:relative;top:auto;border-bottom:1px solid #edf1f5}
  body.home-page .mainnav .container{width:calc(100% - 74px);max-width:none}
  body.home-page .brand img{width:145px;height:54px;object-fit:contain;object-position:left center}
  body.home-page .navlinks{gap:39px;font-size:10.8px;font-weight:500;color:#172d49}
  body.home-page .navlinks a{padding:25px 0}
  body.home-page .navlinks a.active:after{bottom:13px;height:2px}
  body.home-page .nav-cta{margin-left:5px!important;width:102px;height:35px;min-height:35px;padding:0 12px!important;border-radius:6px;font-size:10.6px;box-shadow:none;display:inline-flex;align-items:center;justify-content:center}

  body.home-page .home-v2-hero{height:50vw;min-height:450px;max-height:510px;position:relative;overflow:hidden;background:#f8fbff}
  body.home-page .home-v2-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:1}
  body.home-page .home-v2-hero-inner{height:100%;width:calc(100% - 96px);max-width:none;position:relative;z-index:2;margin:0 auto}
  body.home-page .home-v2-copy{width:315px;padding-top:78px}
  body.home-page .home-v2-eyebrow{font-size:11.4px;line-height:1.2;font-weight:700;color:#006ddd;margin:0 0 15px;text-transform:uppercase;letter-spacing:0}
  body.home-page .home-v2-copy h1{font-family:var(--imd-font)!important;font-size:45.5px;line-height:1.08;letter-spacing:-1.7px;font-weight:600;color:#0b3d79;margin:0 0 18px}
  body.home-page .home-v2-copy>p{font-size:12.2px;line-height:1.62;font-weight:400;color:#304963;margin:0 0 17px}
  body.home-page .home-v2-buttons{gap:15px}
  body.home-page .home-v2-btn{height:35px;min-width:123px;padding:0 16px;border-radius:6px;font-size:10.2px;line-height:1;font-weight:600}

  body.home-page .home-v2-steps{height:141px;background:#fbfdff;border-top:1px solid #eef3f8;border-bottom:1px solid #edf3f8}
  body.home-page .home-v2-steps .container{width:calc(100% - 75px);max-width:none}
  body.home-page .home-v2-steps-grid{grid-template-columns:repeat(3,1fr)}
  body.home-page .home-v2-step{grid-template-columns:64px 1fr;padding:0 17px 0 11px}
  body.home-page .home-v2-step:not(:last-child):after{top:29px;bottom:29px;background:#d7e2ed}
  body.home-page .home-v2-num{left:12px;top:27px;width:23px;height:23px;font-size:10px;font-weight:700}
  body.home-page .home-v2-step>.home-v2-icon{width:48px;height:48px;margin-top:15px}
  body.home-page .home-v2-step h3{font-size:11px;line-height:1.28;font-weight:600;letter-spacing:-.18px;margin:0 0 8px;white-space:nowrap;color:#0a3b77}
  body.home-page .home-v2-step p{font-size:8.75px;line-height:1.68;color:#4e647b}

  body.home-page .home-v2-products{height:228px;padding:31px 0 28px;background:#fff}
  body.home-page .home-v2-products .container{width:calc(100% - 68px);max-width:none}
  body.home-page .home-v2-product-grid{height:163px;grid-template-columns:repeat(3,1fr);gap:13px}
  body.home-page .home-v2-product{height:163px;grid-template-columns:42.8% 57.2%;border-radius:10px;border-color:#dce4ed;box-shadow:0 4px 12px rgba(34,62,95,.08)}
  body.home-page .home-v2-product-image{height:163px}
  body.home-page .home-v2-product-image img{object-fit:cover;width:100%;height:100%}
  body.home-page .home-v2-product-copy{padding:10px 8px 8px 11px}
  body.home-page .home-v2-product-copy h3{font-size:11.9px;line-height:1.2;font-weight:600;margin:0 0 7px;letter-spacing:-.15px}
  body.home-page .home-v2-product-copy p{font-size:8.1px;line-height:1.48;margin:0 0 7px}
  body.home-page .home-v2-product-copy ul{font-size:7.95px;line-height:1.66;margin:0 0 6px}
  body.home-page .home-v2-product-copy strong{font-size:8.45px;font-weight:600}

  body.home-page .home-v2-features{height:98px;background:#f2f7fc}
  body.home-page .home-v2-features .container{width:calc(100% - 99px);max-width:none}
  body.home-page .home-v2-feature{grid-template-columns:44px 1fr;gap:10px;padding:0 13px}
  body.home-page .home-v2-feature>.home-v2-icon{width:41px;height:41px}
  body.home-page .home-v2-feature h4{font-size:9.35px;line-height:1.2;font-weight:600;margin:0 0 3px}
  body.home-page .home-v2-feature p{font-size:7.7px;line-height:1.5}

  body.home-page .home-v2-testimonial-wrap{height:177px;background:#fff}
  body.home-page .home-v2-testimonial-wrap .container{width:calc(100% - 106px);max-width:none}
  body.home-page .home-v2-testimonial{grid-template-columns:42px 117px 1fr 42px;column-gap:15px;padding:0 18px}
  body.home-page .home-v2-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;object-position:center center}
  body.home-page .home-v2-arrow{width:29px;height:29px;font-size:23px}
  body.home-page .home-v2-quote-block{padding-left:13px}
  body.home-page .home-v2-quote-mark{left:-11px;top:-13px;font-size:48px}
  body.home-page .home-v2-quote{font-size:10.25px;line-height:1.55;font-weight:400;color:#3e536b;margin:0 0 7px;white-space:nowrap}
  body.home-page .home-v2-stars{font-size:17.5px;margin-bottom:6px}
  body.home-page .home-v2-customer{font-size:8.5px;font-weight:600}
  body.home-page .home-v2-verified{font-size:7.55px}

  body.home-page .home-v2-process{height:268px;padding-top:17px;background:#fbfdff}
  body.home-page .home-v2-process .container{width:calc(100% - 126px);max-width:none}
  body.home-page .home-v2-process-eyebrow{font-size:8.9px;font-weight:700;margin-bottom:3px}
  body.home-page .home-v2-process h2{font-size:20.2px;line-height:1.2;font-weight:600;letter-spacing:-.35px}
  body.home-page .home-v2-process-grid{gap:16px;margin-top:18px}
  body.home-page .home-v2-process-item>.home-v2-icon{width:62px;height:62px;padding:10px;margin-bottom:7px}
  body.home-page .home-v2-process-item h4{font-size:8.7px;line-height:1.25;font-weight:600;margin:0 0 4px}
  body.home-page .home-v2-process-item p{font-size:7.55px;line-height:1.48}
  body.home-page .home-v2-process-btn{height:35px;min-width:191px;margin-top:13px;font-size:8.65px;font-weight:600}

  body.home-page .footer{height:202px;min-height:202px;padding:21px 0 10px;background:linear-gradient(115deg,#063b77 0%,#06366c 56%,#073164 100%)}
  body.home-page .footer .container{width:calc(100% - 122px);max-width:none}
  body.home-page .footer-grid{grid-template-columns:1.35fr .78fr .82fr 1.28fr;gap:42px}
  body.home-page .footer-logo img{width:138px;height:auto;filter:none}
  body.home-page .footer-logo p{font-size:8px;line-height:1.5;margin:10px 0 0}
  body.home-page .footer h5{font-size:8.8px;font-weight:600;margin:0 0 8px}
  body.home-page .footer ul{gap:3px;font-size:7.95px;line-height:1.38}
  body.home-page .social{gap:7px;margin-top:9px}
  body.home-page .social a{width:21px;height:21px;font-size:7px}
  body.home-page .footer-grid>div:last-child p{font-size:7.8px;line-height:1.48}
  body.home-page .newsletter{height:28px;margin-top:8px}
  body.home-page .newsletter input,body.home-page .newsletter button{height:28px;font-size:7.5px}
  body.home-page .footer-bottom{margin-top:12px;padding-top:8px;font-size:7.35px}
}

/* Mobile remains layered: copy and photography stack rather than flattening. */
@media (max-width:900px){
  body.home-page .home-v2-hero{height:auto;min-height:0;display:grid;grid-template-columns:1fr}
  body.home-page .home-v2-hero-inner{position:relative;order:1;height:auto;width:calc(100% - 34px);margin:0 auto}
  body.home-page .home-v2-copy{padding:42px 0 30px;width:auto}
  body.home-page .home-v2-copy h1{font-size:clamp(36px,9vw,46px);line-height:1.08}
  body.home-page .home-v2-copy>p{font-size:13px}
  body.home-page .home-v2-hero-photo{position:relative;order:2;width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;object-position:center center}
  body.home-page .home-v2-steps,body.home-page .home-v2-products,body.home-page .home-v2-features,body.home-page .home-v2-testimonial-wrap,body.home-page .home-v2-process,body.home-page .footer{height:auto;min-height:0}
}

/* ===== BUY NOW — COMPLETE PURCHASE FLOW ===== */
.order-builder{background:#f7faff;border-top:1px solid #e6edf5;border-bottom:1px solid #e6edf5;padding:56px 0}
.order-builder .builder-head{text-align:center;max-width:720px;margin:0 auto 28px}
.order-builder .builder-head .eyebrow{margin-bottom:7px;font-size:12px}
.order-builder .builder-head h2{margin:0 0 8px;color:var(--imd-navy);font-size:30px;line-height:1.2;font-weight:600;letter-spacing:-.5px}
.order-builder .builder-head p{margin:0;color:#5b6f85;font-size:13px}
.purchase-progress{display:grid;grid-template-columns:repeat(4,1fr);max-width:820px;margin:0 auto 30px;position:relative}
.purchase-progress:before{content:"";position:absolute;left:12.5%;right:12.5%;top:17px;height:2px;background:#d8e5f2;z-index:0}
.purchase-stage{position:relative;z-index:1;text-align:center;color:#7a8da1;font-size:11px;font-weight:600}
.purchase-stage .bubble{width:35px;height:35px;border-radius:50%;background:#fff;border:2px solid #c8d9eb;display:flex;align-items:center;justify-content:center;margin:0 auto 7px;color:#6f8499}
.purchase-stage.active,.purchase-stage.done{color:#075fc2}
.purchase-stage.active .bubble,.purchase-stage.done .bubble{background:#0768d3;border-color:#0768d3;color:#fff}
.purchase-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.75fr);gap:24px;align-items:start}
.purchase-panel,.purchase-summary{background:#fff;border:1px solid #dde7f1;border-radius:14px;box-shadow:0 8px 24px rgba(20,57,97,.07)}
.purchase-panel{padding:26px}
.purchase-step[hidden]{display:none}
.purchase-step h3{margin:0 0 5px;color:var(--imd-navy);font-size:21px;font-weight:600}
.purchase-step>.step-note{margin:0 0 20px;color:#64778c;font-size:12px}
.purchase-products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.purchase-product{border:1.5px solid #dbe6f1;border-radius:11px;background:#fff;padding:10px;text-align:left;cursor:pointer;transition:.18s ease;color:#253d5b}
.purchase-product:hover{border-color:#8dbce9;transform:translateY(-1px)}
.purchase-product.selected{border-color:#0767cf;box-shadow:0 0 0 2px rgba(7,103,207,.09)}
.purchase-product img{width:100%;height:115px;object-fit:cover;border-radius:8px;background:#f5f8fb}
.purchase-product strong{display:block;color:#0a3c78;font-size:13px;margin-top:10px}
.purchase-product span{display:block;color:#62758a;font-size:11px;margin-top:2px}
.builder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.builder-field{display:grid;gap:6px}
.builder-field.full{grid-column:1/-1}
.builder-field label{font-size:11px;font-weight:600;color:#294867}
.builder-field input,.builder-field select{height:43px;border:1px solid #ccd9e7;border-radius:7px;padding:0 12px;background:#fff;color:#223b58;outline:none}
.builder-field input:focus,.builder-field select:focus{border-color:#0870dc;box-shadow:0 0 0 3px rgba(8,112,220,.08)}
.builder-actions{display:flex;justify-content:space-between;gap:12px;margin-top:23px}
.builder-actions .btn{min-width:130px}
.purchase-summary{padding:22px;position:sticky;top:20px}
.purchase-summary h3{margin:0 0 17px;color:#0a3c78;font-size:18px;font-weight:600}
.summary-product{display:flex;gap:12px;align-items:center;padding-bottom:15px;border-bottom:1px solid #e5edf5}
.summary-product img{width:72px;height:72px;object-fit:cover;border-radius:9px;background:#f5f8fb}
.summary-product strong{display:block;color:#123f77;font-size:12px}
.summary-product small{display:block;color:#6c7d91;font-size:10px;margin-top:3px}
.summary-lines{display:grid;gap:9px;padding:15px 0;border-bottom:1px solid #e5edf5;font-size:11px;color:#5e7187}
.summary-lines div,.summary-total{display:flex;justify-content:space-between;gap:12px}
.summary-total{padding-top:15px;align-items:end;color:#173a62}
.summary-total b{font-size:20px;color:#0a4e9e}
.summary-secure{margin-top:14px;padding:12px;border-radius:8px;background:#f3f8fd;font-size:10px;line-height:1.5;color:#5a6d82}
.review-box{border:1px solid #dbe6f1;border-radius:10px;padding:16px;margin-top:14px;background:#fbfdff}
.review-box h4{margin:0 0 9px;color:#0a3d78;font-size:13px}
.review-box p{margin:4px 0;color:#53677d;font-size:11px}
.payment-preview{border:1px solid #dbe6f1;border-radius:10px;padding:16px;margin-top:14px}
.payment-preview .payment-badges{display:flex;gap:7px;margin-bottom:12px}
.payment-preview .payment-badges span{font-size:9px;padding:4px 7px;border:1px solid #d7e3ef;border-radius:5px;background:#fff;color:#39536f;font-weight:600}
.payment-preview .stripe-note{font-size:10px;color:#65798f;line-height:1.55;margin:0}
.order-confirmation{padding:28px;text-align:center;border:1px solid #cde6d2;background:#f6fff8;border-radius:12px}
.order-confirmation .checkmark{width:50px;height:50px;border-radius:50%;background:#43a75a;color:#fff;margin:0 auto 13px;display:flex;align-items:center;justify-content:center;font-size:25px}
.order-confirmation h3{font-size:22px;margin-bottom:8px}

/* WooCommerce cart / checkout styling in the WordPress build */
.woocommerce .woocommerce-breadcrumb{display:none}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border:1px solid #cdd9e6;border-radius:7px;min-height:43px;padding:10px 12px;background:#fff}
.woocommerce-checkout #payment{background:#f5f8fc;border-radius:12px;border:1px solid #dde7f1}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:8px}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#0768d3;border-radius:7px;font-weight:600}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#055bb8}

@media(max-width:820px){
  .purchase-shell{grid-template-columns:1fr}
  .purchase-summary{position:relative;top:auto}
  .purchase-products{grid-template-columns:1fr}
  .purchase-product{display:grid;grid-template-columns:120px 1fr;column-gap:13px;align-items:center}
  .purchase-product img{grid-row:1/3;height:90px}
  .builder-grid{grid-template-columns:1fr}
  .builder-field.full{grid-column:auto}
}
@media(max-width:560px){
  .purchase-progress{grid-template-columns:repeat(4,1fr)}
  .purchase-stage{font-size:8.5px}
  .purchase-stage .bubble{width:30px;height:30px}
  .purchase-progress:before{top:14px}
  .purchase-panel{padding:18px}
  .builder-actions{flex-direction:column-reverse}
  .builder-actions .btn{width:100%}
}
/* V4 desktop band calibration from the supplied 941 × 1672 homepage reference. */
@media (min-width:901px) and (max-width:1200px){
  body.home-page .home-v2-hero{height:50.69vw;min-height:0;max-height:none}
  body.home-page .home-v2-steps{height:146px}
  body.home-page .home-v2-products{height:229px;padding:31px 0 28px}
  body.home-page .home-v2-features{height:96px}
  body.home-page .home-v2-testimonial-wrap{height:178px}
  body.home-page .home-v2-process{height:274px}
  body.home-page .footer{height:171px;min-height:171px;padding:17px 0 7px}
  body.home-page .footer-logo img{width:127px}
  body.home-page .footer-logo p{font-size:7.45px;line-height:1.45;margin-top:7px}
  body.home-page .footer h5{font-size:8.2px;margin-bottom:6px}
  body.home-page .footer ul{font-size:7.35px;gap:2px}
  body.home-page .social{margin-top:7px}
  body.home-page .social a{width:19px;height:19px;font-size:6.5px}
  body.home-page .footer-grid>div:last-child p{font-size:7.25px;line-height:1.42}
  body.home-page .newsletter{height:25px;margin-top:6px}
  body.home-page .newsletter input,body.home-page .newsletter button{height:25px;font-size:7px}
  body.home-page .footer-bottom{margin-top:8px;padding-top:6px;font-size:6.9px}
}


/* All photography remains an independent DOM layer; text/buttons stay live HTML above/beside it. */
.layered-site .hero-media.layered-image{position:relative;overflow:hidden;background:#f4f8fc}
.layered-site .hero-media.layered-image>img{display:block;position:relative;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.layered-site .hero-media.layered-image:before{z-index:1;pointer-events:none}
.layered-site .hero-copy,.layered-site .journey-card,.layered-site .product-body,.layered-site .article-body,.layered-site .testimonial>div{position:relative;z-index:2}
.layered-site img{max-width:100%}

.layered-site .contact-visual.layered-contact{position:relative;overflow:hidden;background:none}
.layered-site .contact-photo-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.layered-site .contact-visual.layered-contact:before{z-index:1}
.layered-site .contact-visual.layered-contact .contact-copy{z-index:2}

.demo-card-fields{display:grid;gap:12px;margin-top:14px}.demo-card-fields>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demo-card-fields label{display:grid;gap:6px;color:#3a5572;font-size:11px;font-weight:600}.demo-card-fields input{width:100%;height:42px;border:1px solid #d7e1ec;border-radius:7px;padding:0 12px;background:#fff}.payment-choice{border:1px solid #cad9e9;background:#fff;color:#27537e;border-radius:7px;padding:8px 11px;font-size:10px;font-weight:600}.payment-choice.active{border-color:#0869d4;color:#0869d4;box-shadow:0 0 0 1px #0869d4 inset}@media(max-width:600px){.demo-card-fields>div{grid-template-columns:1fr}}


/* ========================================================================
   V5 HOME PAGE — FINAL REFERENCE CALIBRATION
   Calibrated against the supplied 941 × 1672 homepage artwork.
   The photo is one full independent image layer; all copy/buttons remain HTML.
   ======================================================================== */
body.home-page, body.home{
  --imd-font:'Lato','Avenir Next','Helvetica Neue',Arial,sans-serif;
  font-family:var(--imd-font)!important;
  color:#243a56;
}
body.home-page *, body.home *{font-family:inherit}

@media (min-width:901px){
  /* exact vertical bands at the 941px reference width */
  body.home-page .topbar, body.home .topbar{height:31px!important;min-height:31px!important;font-size:10.2px!important}
  body.home-page .mainnav, body.home .mainnav{height:70px!important;min-height:70px!important}
  body.home-page .home-v2-hero, body.home .home-v2-hero{height:50.69vw!important;min-height:0!important;max-height:none!important}
  body.home-page .home-v2-steps, body.home .home-v2-steps{height:146px!important}
  body.home-page .home-v2-products, body.home .home-v2-products{height:229px!important;padding:31px 0 28px!important}
  body.home-page .home-v2-features, body.home .home-v2-features{height:96px!important}
  body.home-page .home-v2-testimonial-wrap, body.home .home-v2-testimonial-wrap{height:178px!important}
  body.home-page .home-v2-process, body.home .home-v2-process{height:274px!important;padding-top:17px!important}
  body.home-page .footer, body.home .footer{height:171px!important;min-height:171px!important;padding:17px 0 7px!important}

  /* header */
  body.home-page .topbar .container, body.home .topbar .container,
  body.home-page .mainnav .container, body.home .mainnav .container{width:calc(100% - 78px)!important;max-width:none!important}
  body.home-page .topbar-left,body.home-page .topbar-right,body.home .topbar-left,body.home .topbar-right{gap:27px!important}
  body.home-page .topbar .ico,body.home .topbar .ico{width:14px!important;height:14px!important}
  body.home-page .brand img,body.home .brand img{width:145px!important;height:50px!important;object-fit:contain!important;object-position:left center!important}
  body.home-page .navlinks,body.home .navlinks{margin-left:auto!important;gap:36px!important;font-size:11.1px!important;font-weight:400!important;color:#1b304d!important}
  body.home-page .navlinks a,body.home .navlinks a{padding:27px 0 25px!important}
  body.home-page .nav-cta,body.home .nav-cta{margin-left:6px!important;width:102px!important;min-width:102px!important;height:35px!important;padding:0 12px!important;border-radius:6px!important;font-size:10.8px!important;font-weight:700!important}

  /* hero — exact supplied banner stretched into the exact reference hero band */
  body.home-page .home-v2-hero-photo,body.home .home-v2-hero-photo{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    object-fit:fill!important;object-position:center center!important;z-index:1!important;
  }
  body.home-page .home-v2-hero-inner,body.home .home-v2-hero-inner{width:calc(100% - 98px)!important;max-width:none!important;height:100%!important;margin:0 auto!important;position:relative!important;z-index:2!important}
  body.home-page .home-v2-copy,body.home .home-v2-copy{width:330px!important;padding-top:78px!important}
  body.home-page .home-v2-eyebrow,body.home .home-v2-eyebrow{font-size:13px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:.02em!important;color:#006bd9!important;margin:0 0 14px!important}
  body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-family:var(--imd-font)!important;font-size:44px!important;line-height:1.075!important;font-weight:700!important;letter-spacing:0!important;color:#0a3b78!important;margin:0 0 17px!important}
  body.home-page .home-v2-copy>p,body.home .home-v2-copy>p{font-size:14px!important;line-height:1.55!important;font-weight:400!important;letter-spacing:0!important;color:#34465c!important;margin:0 0 17px!important}
  body.home-page .home-v2-buttons,body.home .home-v2-buttons{gap:15px!important}
  body.home-page .home-v2-btn,body.home .home-v2-btn{height:35px!important;min-width:124px!important;padding:0 17px!important;border-radius:6px!important;font-size:11.3px!important;line-height:1!important;font-weight:700!important}
  body.home-page .home-v2-btn.outline,body.home .home-v2-btn.outline{min-width:119px!important}

  /* 3-step band */
  body.home-page .home-v2-steps .container,body.home .home-v2-steps .container{width:calc(100% - 77px)!important;max-width:none!important}
  body.home-page .home-v2-step,body.home .home-v2-step{grid-template-columns:65px 1fr!important;padding:0 16px 0 11px!important}
  body.home-page .home-v2-num,body.home .home-v2-num{left:11px!important;top:27px!important;width:24px!important;height:24px!important;font-size:11px!important;font-weight:700!important}
  body.home-page .home-v2-step>.home-v2-icon,body.home .home-v2-step>.home-v2-icon{width:49px!important;height:49px!important;margin-top:16px!important}
  body.home-page .home-v2-step h3,body.home .home-v2-step h3{font-size:11.7px!important;line-height:1.24!important;font-weight:700!important;letter-spacing:0!important;margin:0 0 8px!important}
  body.home-page .home-v2-step p,body.home .home-v2-step p{font-size:9.35px!important;line-height:1.62!important;font-weight:400!important;color:#52657b!important}

  /* product cards */
  body.home-page .home-v2-products .container,body.home .home-v2-products .container{width:calc(100% - 77px)!important;max-width:none!important}
  body.home-page .home-v2-product-grid,body.home .home-v2-product-grid{height:163px!important;gap:13px!important}
  body.home-page .home-v2-product,body.home .home-v2-product{height:163px!important;grid-template-columns:42.7% 57.3%!important}
  body.home-page .home-v2-product-image,body.home .home-v2-product-image{height:163px!important}
  body.home-page .home-v2-product-copy,body.home .home-v2-product-copy{padding:10px 8px 8px 11px!important}
  body.home-page .home-v2-product-copy h3,body.home .home-v2-product-copy h3{font-size:12.1px!important;line-height:1.2!important;font-weight:700!important;margin:0 0 7px!important}
  body.home-page .home-v2-product-copy p,body.home .home-v2-product-copy p{font-size:8.45px!important;line-height:1.48!important;margin:0 0 7px!important}
  body.home-page .home-v2-product-copy ul,body.home .home-v2-product-copy ul{font-size:8.25px!important;line-height:1.62!important;margin:0 0 6px!important}
  body.home-page .home-v2-product-copy strong,body.home .home-v2-product-copy strong{font-size:8.8px!important;font-weight:700!important}

  /* 4-feature band */
  body.home-page .home-v2-features .container,body.home .home-v2-features .container{width:calc(100% - 98px)!important;max-width:none!important}
  body.home-page .home-v2-feature,body.home .home-v2-feature{grid-template-columns:45px 1fr!important;gap:11px!important;padding:0 13px!important}
  body.home-page .home-v2-feature>.home-v2-icon,body.home .home-v2-feature>.home-v2-icon{width:42px!important;height:42px!important}
  body.home-page .home-v2-feature h4,body.home .home-v2-feature h4{font-size:9.7px!important;line-height:1.2!important;font-weight:700!important;margin:0 0 3px!important}
  body.home-page .home-v2-feature p,body.home .home-v2-feature p{font-size:8px!important;line-height:1.48!important}

  /* testimonial */
  body.home-page .home-v2-testimonial-wrap .container,body.home .home-v2-testimonial-wrap .container{width:calc(100% - 104px)!important;max-width:none!important}
  body.home-page .home-v2-testimonial,body.home .home-v2-testimonial{grid-template-columns:45px 120px 1fr 45px!important;column-gap:16px!important;padding:0 18px!important}
  body.home-page .home-v2-avatar,body.home .home-v2-avatar{width:116px!important;height:116px!important;object-fit:cover!important;object-position:center!important}
  body.home-page .home-v2-quote,body.home .home-v2-quote{font-size:10.7px!important;line-height:1.5!important;font-weight:400!important;margin:0 0 8px!important}
  body.home-page .home-v2-quote-mark,body.home .home-v2-quote-mark{font-family:Georgia,serif!important;left:-13px!important;top:-15px!important;font-size:52px!important}
  body.home-page .home-v2-stars,body.home .home-v2-stars{font-size:18px!important;letter-spacing:1px!important;margin-bottom:6px!important}
  body.home-page .home-v2-customer,body.home .home-v2-customer{font-size:9px!important;font-weight:700!important}
  body.home-page .home-v2-verified,body.home .home-v2-verified{font-size:7.9px!important}

  /* 5-step process */
  body.home-page .home-v2-process .container,body.home .home-v2-process .container{width:calc(100% - 124px)!important;max-width:none!important}
  body.home-page .home-v2-process-eyebrow,body.home .home-v2-process-eyebrow{font-size:9.3px!important;font-weight:700!important}
  body.home-page .home-v2-process h2,body.home .home-v2-process h2{font-size:20.7px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:0!important}
  body.home-page .home-v2-process-grid,body.home .home-v2-process-grid{gap:16px!important;margin-top:18px!important}
  body.home-page .home-v2-process-item h4,body.home .home-v2-process-item h4{font-size:9px!important;font-weight:700!important;margin:0 0 4px!important}
  body.home-page .home-v2-process-item p,body.home .home-v2-process-item p{font-size:7.85px!important;line-height:1.48!important}
  body.home-page .home-v2-process-btn,body.home .home-v2-process-btn{height:35px!important;min-width:191px!important;margin-top:13px!important;font-size:8.9px!important;font-weight:700!important}

  /* footer */
  body.home-page .footer .container,body.home .footer .container{width:calc(100% - 122px)!important;max-width:none!important}
  body.home-page .footer-grid,body.home .footer-grid{grid-template-columns:1.35fr .78fr .82fr 1.28fr!important;gap:42px!important}
  body.home-page .footer-logo img,body.home .footer-logo img{width:127px!important;filter:none!important}
  body.home-page .footer-logo p,body.home .footer-logo p{font-size:7.6px!important;line-height:1.45!important;margin:7px 0 0!important}
  body.home-page .footer h5,body.home .footer h5{font-size:8.4px!important;font-weight:700!important;margin:0 0 6px!important}
  body.home-page .footer ul,body.home .footer ul{font-size:7.5px!important;line-height:1.35!important;gap:2px!important}
  body.home-page .social,body.home .social{margin-top:7px!important;gap:7px!important}
  body.home-page .social a,body.home .social a{width:19px!important;height:19px!important;font-size:6.5px!important}
  body.home-page .footer-grid>div:last-child p,body.home .footer-grid>div:last-child p{font-size:7.45px!important;line-height:1.42!important}
  body.home-page .newsletter,body.home .newsletter{height:25px!important;margin-top:6px!important}
  body.home-page .newsletter input,body.home .newsletter input,body.home-page .newsletter button,body.home .newsletter button{height:25px!important;font-size:7.2px!important}
  body.home-page .footer-bottom,body.home .footer-bottom{margin-top:8px!important;padding-top:6px!important;font-size:7px!important}
}

@media (max-width:900px){
  body.home-page,body.home{font-family:var(--imd-font)!important}
  body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-family:var(--imd-font)!important;font-weight:700!important;letter-spacing:0!important}
  body.home-page .home-v2-eyebrow,body.home .home-v2-eyebrow{font-weight:700!important}
  body.home-page .home-v2-hero-photo,body.home .home-v2-hero-photo{object-fit:cover!important;object-position:center top!important}
}

/* V5.1 visual-size correction after direct side-by-side comparison */
@media (min-width:901px){
  body.home-page .navlinks,body.home .navlinks{font-size:11.3px!important}
  body.home-page .home-v2-hero-photo,body.home .home-v2-hero-photo{left:-.96%!important;right:auto!important;top:-.84%!important;width:101.92%!important;height:101.68%!important}
  body.home-page .home-v2-copy h1,body.home .home-v2-copy h1{font-size:46px!important;line-height:1.095!important;font-weight:700!important;letter-spacing:-.1px!important;transform:scaleX(.975);transform-origin:left top}
  body.home-page .home-v2-eyebrow,body.home .home-v2-eyebrow{font-size:13.2px!important}
  body.home-page .home-v2-copy>p,body.home .home-v2-copy>p{font-size:14.2px!important;line-height:1.53!important;margin-top:-1px!important}

  body.home-page .home-v2-step h3,body.home .home-v2-step h3{font-size:12.3px!important}
  body.home-page .home-v2-step p,body.home .home-v2-step p{font-size:9.8px!important;line-height:1.58!important}

  body.home-page .home-v2-product-copy h3,body.home .home-v2-product-copy h3{font-size:12.5px!important}
  body.home-page .home-v2-product-copy p,body.home .home-v2-product-copy p{font-size:8.9px!important;line-height:1.44!important}
  body.home-page .home-v2-product-copy ul,body.home .home-v2-product-copy ul{font-size:8.6px!important;line-height:1.58!important}
  body.home-page .home-v2-product-copy strong,body.home .home-v2-product-copy strong{font-size:9.2px!important}

  body.home-page .home-v2-feature h4,body.home .home-v2-feature h4{font-size:10.2px!important}
  body.home-page .home-v2-feature p,body.home .home-v2-feature p{font-size:8.4px!important}

  body.home-page .home-v2-quote,body.home .home-v2-quote{font-size:11.2px!important}
  body.home-page .home-v2-customer,body.home .home-v2-customer{font-size:9.3px!important}
  body.home-page .home-v2-verified,body.home .home-v2-verified{font-size:8.1px!important}

  body.home-page .home-v2-process-eyebrow,body.home .home-v2-process-eyebrow{font-size:9.7px!important}
  body.home-page .home-v2-process h2,body.home .home-v2-process h2{font-size:21.5px!important}
  body.home-page .home-v2-process-item h4,body.home .home-v2-process-item h4{font-size:9.4px!important}
  body.home-page .home-v2-process-item p,body.home .home-v2-process-item p{font-size:8.15px!important}
  body.home-page .home-v2-process-btn,body.home .home-v2-process-btn{font-size:9.2px!important}

  body.home-page .footer-logo img,body.home .footer-logo img{width:137px!important}
  body.home-page .footer-logo p,body.home .footer-logo p{font-size:8.3px!important;line-height:1.42!important}
  body.home-page .footer h5,body.home .footer h5{font-size:9.2px!important}
  body.home-page .footer ul,body.home .footer ul{font-size:8.3px!important;line-height:1.3!important}
  body.home-page .social a,body.home .social a{width:21px!important;height:21px!important;font-size:7px!important}
  body.home-page .footer-grid>div:last-child p,body.home .footer-grid>div:last-child p{font-size:8.2px!important}
  body.home-page .newsletter input,body.home .newsletter input,body.home-page .newsletter button,body.home .newsletter button{font-size:7.8px!important}
  body.home-page .footer-bottom,body.home .footer-bottom{font-size:7.7px!important}
}

/* V5.2 alignment correction from reference overlay */
@media (min-width:901px){
  body.home-page .home-v2-step > *,body.home .home-v2-step > *{transform:translateY(-6px)}
  body.home-page .home-v2-products,body.home .home-v2-products{padding:23px 0 36px!important}
  body.home-page .home-v2-testimonial-wrap .container,body.home .home-v2-testimonial-wrap .container{width:calc(100% - 164px)!important;max-width:none!important}
  body.home-page .home-v2-testimonial,body.home .home-v2-testimonial{grid-template-columns:45px 126px 1fr 45px!important;column-gap:16px!important;padding:0 18px!important}
  body.home-page .home-v2-avatar,body.home .home-v2-avatar{width:124px!important;height:124px!important}
  body.home-page .home-v2-process,body.home .home-v2-process{padding-top:24px!important}
  body.home-page .footer-grid,body.home .footer-grid{grid-template-columns:1.25fr .8fr .92fr 1.55fr!important;gap:36px!important}
  body.home-page .footer-logo img,body.home .footer-logo img{width:145px!important}
  body.home-page .footer-logo p,body.home .footer-logo p{font-size:8.7px!important}
  body.home-page .footer h5,body.home .footer h5{font-size:9.7px!important}
  body.home-page .footer ul,body.home .footer ul{font-size:8.7px!important}
  body.home-page .footer-grid>div:last-child p,body.home .footer-grid>div:last-child p{font-size:8.6px!important}
  body.home-page .footer-bottom,body.home .footer-bottom{font-size:7.8px!important}
}


/* V6 SITE-WIDE HEADER CONSISTENCY — HOW IT WORKS IS THE SOURCE OF TRUTH
   Every page now uses the same topbar, logo scale, menu type, spacing,
   Order Now button, active underline, and mobile navigation. The homepage
   content below the header remains calibrated to the supplied 941×1672
   homepage reference and continues to use Lato. */
.layered-site .topbar,
.layered-site .mainnav,
.layered-site .topbar *,
.layered-site .mainnav *{
  font-family:'Poppins','Avenir Next','Helvetica Neue',Arial,sans-serif!important;
}
@media (min-width:901px){
  body.layered-site .topbar{
    height:34px!important;min-height:34px!important;padding:0!important;
    background:#f7f9fc!important;border-bottom:1px solid #edf1f6!important;
    font-size:12px!important;color:#24466f!important;
  }
  body.layered-site .topbar .container,
  body.layered-site .mainnav .container{
    width:min(1120px,calc(100% - 48px))!important;max-width:1120px!important;margin:0 auto!important;
  }
  body.layered-site .topbar .container{height:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
  body.layered-site .topbar-left,body.layered-site .topbar-right{display:flex!important;align-items:center!important;gap:28px!important}
  body.layered-site .topbar a{display:inline-flex!important;align-items:center!important;color:#24466f!important;white-space:nowrap!important}
  body.layered-site .topbar a>span{display:inline-flex!important;align-items:center!important;gap:7px!important}
  body.layered-site .topbar .ico{width:18px!important;height:18px!important;color:#0a3a79!important}
  body.layered-site .topbar .ico svg{width:100%!important;height:100%!important;stroke:currentColor!important;fill:none!important;stroke-width:1.8!important}

  body.layered-site .mainnav{
    height:74px!important;min-height:74px!important;background:#fff!important;
    border-bottom:1px solid #eef2f7!important;position:sticky!important;top:0!important;z-index:30!important;
  }
  body.layered-site .navinner{height:100%!important;display:flex!important;align-items:center!important}
  body.layered-site .brand img{width:190px!important;height:58px!important;object-fit:contain!important;object-position:left center!important}
  body.layered-site .navlinks{
    margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
    gap:38px!important;font-size:14px!important;font-weight:400!important;color:#1c3557!important;white-space:nowrap!important;
  }
  body.layered-site .navlinks a{padding:26px 0!important;position:relative!important;line-height:1.45!important;white-space:nowrap!important}
  body.layered-site .navlinks a.active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:15px!important;height:2px!important;background:#0668d8!important}
  body.layered-site .nav-cta{
    margin-left:38px!important;width:auto!important;min-width:0!important;height:auto!important;
    background:#43a447!important;color:#fff!important;padding:13px 26px!important;border-radius:8px!important;
    box-shadow:0 8px 20px rgba(67,164,71,.20)!important;font-size:14px!important;font-weight:600!important;line-height:1.45!important;
  }
  body.layered-site .nav-cta:after{display:none!important}
  body.layered-site .menu-btn{display:none!important}
}
@media (max-width:900px){
  body.layered-site .topbar{display:none!important}
  body.layered-site .mainnav{height:66px!important;min-height:66px!important;position:sticky!important;top:0!important;background:#fff!important;z-index:60!important}
  body.layered-site .mainnav .container{width:min(100% - 30px,760px)!important;max-width:760px!important;margin:0 auto!important}
  body.layered-site .brand img{width:155px!important;height:54px!important;object-fit:contain!important;object-position:left center!important}
  body.layered-site .menu-btn{display:block!important;margin-left:auto!important;background:none!important;border:0!important;color:#0a3a79!important;font-size:26px!important}
  body.layered-site .navlinks{
    display:none!important;position:absolute!important;left:0!important;right:0!important;top:66px!important;
    background:#fff!important;border-bottom:1px solid #dce6ef!important;box-shadow:0 10px 30px rgba(13,52,95,.10)!important;
    padding:14px 20px!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;
    margin-left:0!important;font-size:14px!important;font-weight:400!important;color:#1c3557!important;
  }
  body.layered-site .navlinks.open{display:flex!important}
  body.layered-site .navlinks a{padding:12px 3px!important;line-height:1.45!important;border-bottom:0!important}
  body.layered-site .navlinks a.active:after{display:none!important}
  body.layered-site .nav-cta{margin:8px 0 4px!important;padding:12px 20px!important;text-align:center!important;height:auto!important;width:auto!important;font-size:14px!important}
}
