: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}
}


/* ================================================================
   VERSION 6 — SITE-WIDE ORDER NOW BUTTON FIX
   ================================================================ */
@media (min-width:901px){
  body.layered-site .nav-cta{
    box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    flex:0 0 104px!important;width:104px!important;min-width:104px!important;max-width:104px!important;height:36px!important;min-height:36px!important;
    margin-left:29px!important;padding:0 12px!important;border:0!important;border-radius:6px!important;background:#43a447!important;color:#fff!important;
    box-shadow:none!important;font-size:10.4px!important;font-weight:600!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;
  }
  body.layered-site .nav-cta:hover{background:#3b963f!important;color:#fff!important;}
  body.layered-site .nav-cta:after{display:none!important;}
}
@media (max-width:900px){
  body.layered-site .nav-cta{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;
    height:44px!important;min-height:44px!important;margin:10px 0 4px!important;padding:0 18px!important;border:0!important;border-radius:6px!important;
    background:#43a447!important;color:#fff!important;box-shadow:none!important;font-size:14px!important;font-weight:600!important;line-height:1!important;text-align:center!important;
  }
  body.layered-site .nav-cta:after{display:none!important;}
}

/* ================================================================
   VERSION 6 — LOGO / PRIMARY MENU SPACING FIX
   Keeps the logo from collapsing into the Shop menu on desktop.
   Applies identically across Home, Shop, How It Works, Buy Now,
   Provider, Resources, Contact, and support pages.
   ================================================================ */
@media (min-width:901px){
  body.layered-site .brand{
    display:flex!important;
    align-items:center!important;
    flex:0 0 190px!important;
    width:190px!important;
    min-width:190px!important;
    max-width:190px!important;
    margin:0 clamp(42px,5vw,82px) 0 0!important;
    padding:0!important;
  }

  body.layered-site .brand img{
    width:190px!important;
    height:58px!important;
    max-width:190px!important;
    flex:none!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  body.layered-site .navlinks{
    flex:1 1 auto!important;
    min-width:0!important;
    margin-left:0!important;
    gap:clamp(22px,2.2vw,38px)!important;
  }

  /* Push Order Now toward the right without stealing the logo-to-Shop gap. */
  body.layered-site .navlinks .nav-cta{
    margin-left:auto!important;
    flex:0 0 104px!important;
  }
}

/* ================================================================
   V2.0.1 — HOME REGISTRATION BUTTON
   Additive only. Existing Home buttons and layout remain unchanged.
   ================================================================ */
body.home-page .home-v2-register-row,
body.home .home-v2-register-row{
  display:flex;
  margin-top:10px;
}
body.home-page .home-v2-btn.register,
body.home .home-v2-btn.register{
  width:124px;
  min-width:124px;
  height:35px;
  background:#43a447;
  border:1px solid #43a447;
  color:#fff;
  border-radius:6px;
  font-size:11.3px;
  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.register:hover,
body.home .home-v2-btn.register:hover{
  background:#3b963f;
  border-color:#3b963f;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(67,164,71,.18);
}
@media(max-width:900px){
  body.home-page .home-v2-register-row,
  body.home .home-v2-register-row{
    margin-top:10px;
  }
  body.home-page .home-v2-btn.register,
  body.home .home-v2-btn.register{
    width:124px;
    min-width:124px;
  }
}

/* ================================================================
   V2.0.2 — PROVIDER REGISTRATION BUTTON
   Additive only. Existing Provider buttons and layout remain unchanged.
   ================================================================ */
.provider-hero .provider-register-row{
  display:flex;
  margin-top:10px;
}
.provider-hero .provider-register-btn{
  width:164px;
  min-width:164px;
  height:36px;
  background:#43a447;
  border:1px solid #43a447;
  color:#fff;
  border-radius:6px;
  font-size:11.3px;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  transition:.18s ease;
}
.provider-hero .provider-register-btn:hover{
  background:#3b963f;
  border-color:#3b963f;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(67,164,71,.18);
}
@media(max-width:900px){
  .provider-hero .provider-register-row{
    margin-top:10px;
  }
  .provider-hero .provider-register-btn{
    width:164px;
    min-width:164px;
  }
}

/* =====================================================================
   HOW IT WORKS HEADER STANDARD — ALL PAGES
   This is intentionally the final shared header rule.
   It mirrors the current How It Works desktop/mobile header values and
   overrides older page-specific header sizing without changing page bodies.
   ===================================================================== */
html body.layered-site .topbar,
html body.layered-site .mainnav,
html body.layered-site .topbar *,
html body.layered-site .mainnav *{
  font-family:'Poppins','Avenir Next','Helvetica Neue',Arial,sans-serif!important;
}

@media (min-width:901px){
  html 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;
    font-weight:400!important;
    color:#24466f!important;
  }

  html body.layered-site .topbar .container,
  html body.layered-site .mainnav .container{
    width:min(1120px,calc(100% - 48px))!important;
    max-width:1120px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  html body.layered-site .topbar .container{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
  }

  html body.layered-site .topbar-left,
  html body.layered-site .topbar-right{
    display:flex!important;
    align-items:center!important;
    gap:28px!important;
  }

  html body.layered-site .topbar a{
    display:inline-flex!important;
    align-items:center!important;
    color:#24466f!important;
    font-size:12px!important;
    font-weight:400!important;
    white-space:nowrap!important;
  }

  html body.layered-site .topbar a > span{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
  }

  html body.layered-site .topbar .ico{
    width:18px!important;
    height:18px!important;
    color:#0a3a79!important;
  }

  html 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:60!important;
  }

  html body.layered-site .navinner{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
  }

  html body.layered-site .brand{
    display:flex!important;
    align-items:center!important;
    flex:0 0 190px!important;
    width:190px!important;
    min-width:190px!important;
    max-width:190px!important;
    margin:0 clamp(42px,5vw,82px) 0 0!important;
    padding:0!important;
  }

  html body.layered-site .brand img{
    display:block!important;
    width:190px!important;
    height:58px!important;
    max-width:190px!important;
    max-height:58px!important;
    flex:none!important;
    object-fit:contain!important;
    object-position:left center!important;
    image-rendering:auto!important;
  }

  html body.layered-site .navlinks{
    flex:1 1 auto!important;
    min-width:0!important;
    margin-left:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:clamp(22px,2.2vw,38px)!important;
    font-size:14px!important;
    font-weight:400!important;
    color:#1c3557!important;
    white-space:nowrap!important;
  }

  html body.layered-site .navlinks > a{
    padding:26px 0!important;
    position:relative!important;
    line-height:1.45!important;
    font-size:14px!important;
    font-weight:400!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }

  html 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;
  }

  /* Preserve the current How It Works Order Now treatment. */
  html body.layered-site .navlinks > .nav-cta{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 104px!important;
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
    height:36px!important;
    min-height:36px!important;
    margin-left:auto!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:6px!important;
    background:#43a447!important;
    color:#fff!important;
    box-shadow:none!important;
    font-size:10.4px!important;
    font-weight:600!important;
    line-height:1!important;
    text-align:center!important;
    white-space:nowrap!important;
  }

  html body.layered-site .navlinks > .nav-cta:after{
    display:none!important;
  }

  html body.layered-site .menu-btn{
    display:none!important;
  }
}

@media (max-width:900px){
  html body.layered-site .topbar{
    display:none!important;
  }

  html body.layered-site .mainnav{
    height:66px!important;
    min-height:66px!important;
    position:sticky!important;
    top:0!important;
    background:#fff!important;
    border-bottom:1px solid #eef2f7!important;
    z-index:60!important;
  }

  html body.layered-site .mainnav .container{
    width:min(100% - 30px,760px)!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  html body.layered-site .brand{
    display:flex!important;
    align-items:center!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }

  html body.layered-site .brand img{
    width:155px!important;
    height:54px!important;
    max-width:155px!important;
    object-fit:contain!important;
    object-position:left center!important;
    image-rendering:auto!important;
  }

  html 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;
  }

  html 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;
  }

  html body.layered-site .navlinks.open{
    display:flex!important;
  }

  html body.layered-site .navlinks > a{
    padding:12px 3px!important;
    line-height:1.45!important;
    font-size:14px!important;
    font-weight:400!important;
    border-bottom:0!important;
  }

  html body.layered-site .navlinks > a.active:after{
    display:none!important;
  }

  html body.layered-site .navlinks > .nav-cta{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
    margin:10px 0 4px!important;
    padding:0 18px!important;
    border:0!important;
    border-radius:6px!important;
    background:#43a447!important;
    color:#fff!important;
    box-shadow:none!important;
    font-size:14px!important;
    font-weight:600!important;
    line-height:1!important;
    text-align:center!important;
  }
}
/* =====================================================================
   HOME PAGE CONSISTENCY STANDARD
   Home-page content only. Aligns Home to the shared site design system
   used by Shop, How It Works, Buy Now, Provider, Resources and Contact.
   ===================================================================== */
html body.home-page,
html body.home{
  font-family:"Avenir Next","Trebuchet MS",Arial,sans-serif!important;
  color:var(--ink)!important;
  background:#fff!important;
}

/* Same 1120px content system used by the rest of the site. */
html body.home-page .imd-home-v2 .container,
html body.home .imd-home-v2 .container{
  width:min(1120px,calc(100% - 48px))!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* HERO — same scale/rhythm as the shared .hero system. */
html body.home-page .home-v2-hero,
html body.home .home-v2-hero{
  height:auto!important;
  min-height:470px!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#f8fbff 0%,#fff 50%,#eef5fb 100%)!important;
}
html body.home-page .home-v2-hero-photo,
html body.home .home-v2-hero-photo{
  position:absolute!important;
  right:0!important;
  top:0!important;
  width:58%!important;
  height:100%!important;
  min-height:470px!important;
  object-fit:cover!important;
  object-position:left top!important;
  margin:0!important;
  z-index:1!important;
}
html body.home-page .home-v2-hero-inner,
html body.home .home-v2-hero-inner{
  min-height:470px!important;
  height:auto!important;
  position:relative!important;
  z-index:2!important;
}
html body.home-page .home-v2-copy,
html body.home .home-v2-copy{
  width:42%!important;
  max-width:470px!important;
  padding:82px 0 64px!important;
}
html body.home-page .home-v2-eyebrow,
html body.home .home-v2-eyebrow{
  margin:0 0 12px!important;
  color:var(--blue)!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
html body.home-page .home-v2-copy h1,
html body.home .home-v2-copy h1{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:54px!important;
  line-height:1.02!important;
  letter-spacing:-1.5px!important;
  font-weight:700!important;
}
html body.home-page .home-v2-copy>p,
html body.home .home-v2-copy>p{
  max-width:520px!important;
  margin:0 0 26px!important;
  color:#40526a!important;
  font-size:17px!important;
  line-height:1.55!important;
}
html body.home-page .home-v2-buttons,
html body.home .home-v2-buttons{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
}
html body.home-page .home-v2-btn,
html body.home .home-v2-btn{
  min-width:145px!important;
  height:auto!important;
  min-height:44px!important;
  padding:10px 22px!important;
  border-radius:7px!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
html body.home-page .home-v2-btn.primary,
html body.home .home-v2-btn.primary{
  background:linear-gradient(135deg,#006bdc,#045dbd)!important;
  color:#fff!important;
  border:1.6px solid transparent!important;
  box-shadow:0 8px 18px rgba(5,102,210,.16)!important;
}
html body.home-page .home-v2-btn.outline,
html body.home .home-v2-btn.outline{
  background:#fff!important;
  color:var(--blue)!important;
  border:1.6px solid var(--blue)!important;
  box-shadow:none!important;
}
html body.home-page .home-v2-register-row,
html body.home .home-v2-register-row{
  display:flex!important;
  margin-top:12px!important;
}
html body.home-page .home-v2-btn.register,
html body.home .home-v2-btn.register{
  min-width:145px!important;
  width:auto!important;
  height:auto!important;
  min-height:44px!important;
  padding:10px 22px!important;
  border-radius:7px!important;
  background:var(--green)!important;
  border:1.6px solid transparent!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:0 8px 18px rgba(67,164,71,.14)!important;
}

/* THREE STEPS — same dimensions and type scale as .steps3 / .step3. */
html body.home-page .home-v2-steps,
html body.home .home-v2-steps{
  height:auto!important;
  background:#fbfdff!important;
  border-top:1px solid #eef4fb!important;
  border-bottom:1px solid #eef4fb!important;
}
html body.home-page .home-v2-steps-grid,
html body.home .home-v2-steps-grid{
  height:auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
}
html body.home-page .home-v2-step,
html body.home .home-v2-step{
  height:auto!important;
  min-height:128px!important;
  display:grid!important;
  grid-template-columns:60px 1fr!important;
  gap:17px!important;
  align-items:center!important;
  position:relative!important;
  padding:28px 34px!important;
}
html body.home-page .home-v2-step:not(:last-child):after,
html body.home .home-v2-step:not(:last-child):after{
  right:0!important;
  top:25%!important;
  bottom:25%!important;
  left:auto!important;
  width:1px!important;
  height:auto!important;
  background:#dbe7f2!important;
}
html body.home-page .home-v2-num,
html body.home .home-v2-num{
  left:34px!important;
  top:22px!important;
  width:30px!important;
  height:30px!important;
  font-size:14px!important;
  font-weight:800!important;
}
html body.home-page .home-v2-step>.home-v2-icon,
html body.home .home-v2-step>.home-v2-icon{
  width:60px!important;
  height:60px!important;
  margin-top:18px!important;
}
html body.home-page .home-v2-step h3,
html body.home .home-v2-step h3{
  margin:7px 0 7px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.3!important;
  font-weight:700!important;
  white-space:normal!important;
}
html body.home-page .home-v2-step p,
html body.home .home-v2-step p{
  margin:0!important;
  color:#5f6f82!important;
  font-size:13px!important;
  line-height:1.6!important;
}

/* PRODUCT CARDS — same card scale, radius, border and typography family. */
html body.home-page .home-v2-products,
html body.home .home-v2-products{
  height:auto!important;
  background:#fff!important;
  padding:54px 0!important;
}
html body.home-page .home-v2-product-grid,
html body.home .home-v2-product-grid{
  height:auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:18px!important;
}
html body.home-page .home-v2-product,
html body.home .home-v2-product{
  height:220px!important;
  display:grid!important;
  grid-template-columns:42% 58%!important;
  overflow:hidden!important;
  border:1px solid #dfe8f2!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(25,55,90,.06)!important;
}
html body.home-page .home-v2-product-image,
html body.home .home-v2-product-image{
  height:220px!important;
  background:#f5f8fb!important;
}
html body.home-page .home-v2-product-copy,
html body.home .home-v2-product-copy{
  padding:18px 16px 18px 18px!important;
}
html body.home-page .home-v2-product-copy h3,
html body.home .home-v2-product-copy h3{
  margin:0 0 7px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
html body.home-page .home-v2-product-copy p,
html body.home .home-v2-product-copy p{
  margin:0 0 10px!important;
  color:#586a7f!important;
  font-size:12px!important;
  line-height:1.55!important;
}
html body.home-page .home-v2-product-copy ul,
html body.home .home-v2-product-copy ul{
  margin:4px 0 12px!important;
  color:#53677e!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}
html body.home-page .home-v2-product-copy strong,
html body.home .home-v2-product-copy strong{
  color:var(--blue)!important;
  font-size:11.5px!important;
  line-height:1.4!important;
}

/* FEATURE STRIP — same as shared feature-strip / features4 scale. */
html body.home-page .home-v2-features,
html body.home .home-v2-features{
  height:auto!important;
  background:#f2f7fd!important;
  border-top:1px solid #e6eef7!important;
  border-bottom:1px solid #e6eef7!important;
}
html body.home-page .home-v2-feature-grid,
html body.home .home-v2-feature-grid{
  height:auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
}
html body.home-page .home-v2-feature,
html body.home .home-v2-feature{
  min-height:110px!important;
  display:grid!important;
  grid-template-columns:54px 1fr!important;
  gap:16px!important;
  align-items:center!important;
  padding:26px 30px!important;
}
html body.home-page .home-v2-feature:not(:last-child):after,
html body.home .home-v2-feature:not(:last-child):after{
  right:0!important;
  top:24%!important;
  bottom:24%!important;
  left:auto!important;
  width:1px!important;
  height:auto!important;
  background:#dce7f2!important;
}
html body.home-page .home-v2-feature>.home-v2-icon,
html body.home .home-v2-feature>.home-v2-icon{
  width:54px!important;
  height:54px!important;
}
html body.home-page .home-v2-feature h4,
html body.home .home-v2-feature h4{
  margin:0 0 4px!important;
  color:var(--navy)!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
html body.home-page .home-v2-feature p,
html body.home .home-v2-feature p{
  margin:0!important;
  color:#5c6f85!important;
  font-size:12px!important;
  line-height:1.55!important;
}

/* TESTIMONIAL — same readable scale/rhythm as the rest of the site. */
html body.home-page .home-v2-testimonial-wrap,
html body.home .home-v2-testimonial-wrap{
  height:auto!important;
  background:#fff!important;
  padding:54px 0!important;
}
html body.home-page .home-v2-testimonial,
html body.home .home-v2-testimonial{
  height:auto!important;
  display:grid!important;
  grid-template-columns:54px 140px 1fr 54px!important;
  gap:25px!important;
  align-items:center!important;
  padding:30px 40px!important;
  background:#fff!important;
  border-radius:18px!important;
}
html body.home-page .home-v2-arrow,
html body.home .home-v2-arrow{
  width:42px!important;
  height:42px!important;
  font-size:28px!important;
}
html body.home-page .home-v2-avatar,
html body.home .home-v2-avatar{
  width:120px!important;
  height:120px!important;
}
html body.home-page .home-v2-quote-block,
html body.home .home-v2-quote-block{
  padding-left:18px!important;
}
html body.home-page .home-v2-quote-mark,
html body.home .home-v2-quote-mark{
  left:-20px!important;
  top:3px!important;
  font-size:72px!important;
}
html body.home-page .home-v2-quote,
html body.home .home-v2-quote{
  margin:0 0 9px!important;
  color:#41526a!important;
  font-size:17px!important;
  line-height:1.6!important;
  white-space:normal!important;
}
html body.home-page .home-v2-stars,
html body.home .home-v2-stars{
  margin:9px 0!important;
  font-size:20px!important;
  letter-spacing:2px!important;
}
html body.home-page .home-v2-customer,
html body.home .home-v2-customer{
  color:#334a67!important;
  font-size:13px!important;
  font-weight:700!important;
}
html body.home-page .home-v2-verified,
html body.home .home-v2-verified{
  color:#76869a!important;
  font-size:11px!important;
}
html body.home-page .home-v2-dots,
html body.home .home-v2-dots{
  margin-top:8px!important;
  gap:6px!important;
}
html body.home-page .home-v2-dots button,
html body.home .home-v2-dots button{
  width:7px!important;
  height:7px!important;
}

/* FIVE-STEP PROCESS — same section/title/process scale as shared site. */
html body.home-page .home-v2-process,
html body.home .home-v2-process{
  height:auto!important;
  background:#fbfdff!important;
  border-top:1px solid #edf2f8!important;
  padding:54px 0!important;
  text-align:center!important;
}
html body.home-page .home-v2-process-eyebrow,
html body.home .home-v2-process-eyebrow{
  margin:0 0 8px!important;
  color:var(--blue)!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}
html body.home-page .home-v2-process h2,
html body.home .home-v2-process h2{
  margin:0 0 8px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:-.4px!important;
}
html body.home-page .home-v2-process-grid,
html body.home .home-v2-process-grid{
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:24px!important;
  margin-top:28px!important;
}
html body.home-page .home-v2-process-item:not(:last-child):after,
html body.home .home-v2-process-item:not(:last-child):after{
  top:35px!important;
  right:-27px!important;
  width:54px!important;
  border-top:2px dashed #bed2ea!important;
}
html body.home-page .home-v2-process-item>.home-v2-icon,
html body.home .home-v2-process-item>.home-v2-icon{
  width:72px!important;
  height:72px!important;
  margin:0 auto 10px!important;
  padding:14px!important;
}
html body.home-page .home-v2-process-item h4,
html body.home .home-v2-process-item h4{
  margin:6px 0!important;
  color:var(--navy)!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
html body.home-page .home-v2-process-item p,
html body.home .home-v2-process-item p{
  margin:0!important;
  color:#5f6f82!important;
  font-size:11px!important;
  line-height:1.55!important;
}
html body.home-page .home-v2-process-btn,
html body.home .home-v2-process-btn{
  min-width:0!important;
  min-height:44px!important;
  height:auto!important;
  margin-top:30px!important;
  padding:10px 22px!important;
  border-radius:7px!important;
  background:linear-gradient(135deg,#006bdc,#045dbd)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:0 8px 18px rgba(5,102,210,.16)!important;
}

/* FOOTER — remove the old Home-only miniaturized footer treatment. */
html body.home-page .footer,
html body.home .footer{
  height:auto!important;
  min-height:0!important;
  padding:36px 0 18px!important;
  background:linear-gradient(135deg,#073c79,#003a73 55%,#013260)!important;
}
html body.home-page .footer .container,
html body.home .footer .container{
  width:min(1120px,calc(100% - 48px))!important;
  max-width:1120px!important;
}
html body.home-page .footer-grid,
html body.home .footer-grid{
  grid-template-columns:1.4fr .8fr .8fr 1.35fr!important;
  gap:50px!important;
}
html body.home-page .footer-logo img,
html body.home .footer-logo img{
  width:180px!important;
  height:auto!important;
}
html body.home-page .footer p,
html body.home .footer p,
html body.home-page .footer-logo p,
html body.home .footer-logo p,
html body.home-page .footer-grid>div:last-child p,
html body.home .footer-grid>div:last-child p{
  margin:0!important;
  color:#d3e2f2!important;
  font-size:12px!important;
  line-height:1.55!important;
}
html body.home-page .footer h5,
html body.home .footer h5{
  margin:2px 0 14px!important;
  color:#fff!important;
  font-size:13px!important;
}
html body.home-page .footer ul,
html body.home .footer ul{
  gap:6px!important;
  color:#eef6ff!important;
  font-size:12px!important;
  line-height:1.45!important;
}
html body.home-page .social,
html body.home .social{
  gap:10px!important;
  margin-top:12px!important;
}
html body.home-page .social a,
html body.home .social a{
  width:28px!important;
  height:28px!important;
  font-size:12px!important;
  border-width:2px!important;
}
html body.home-page .newsletter,
html body.home .newsletter{
  height:auto!important;
  margin-top:14px!important;
}
html body.home-page .newsletter input,
html body.home .newsletter input{
  height:38px!important;
  padding:0 12px!important;
  font-size:12px!important;
}
html body.home-page .newsletter button,
html body.home .newsletter button{
  height:38px!important;
  padding:0 18px!important;
  font-size:12px!important;
}
html body.home-page .footer-bottom,
html body.home .footer-bottom{
  margin-top:28px!important;
  padding-top:14px!important;
  color:#cdddee!important;
  font-size:11px!important;
}

/* TABLET — follows the same breakpoint/grid behavior as shared pages. */
@media (max-width:900px){
  html body.home-page .imd-home-v2 .container,
  html body.home .imd-home-v2 .container{
    width:min(100% - 30px,760px)!important;
  }

  html body.home-page .home-v2-hero,
  html body.home .home-v2-hero{
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  html body.home-page .home-v2-hero-inner,
  html body.home .home-v2-hero-inner{
    position:relative!important;
    inset:auto!important;
    order:1!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
  }
  html body.home-page .home-v2-copy,
  html body.home .home-v2-copy{
    width:auto!important;
    max-width:600px!important;
    padding:45px 0 30px!important;
  }
  html body.home-page .home-v2-copy h1,
  html body.home .home-v2-copy h1{
    font-size:43px!important;
  }
  html body.home-page .home-v2-copy>p,
  html body.home .home-v2-copy>p{
    font-size:15px!important;
  }
  html body.home-page .home-v2-copy>p br,
  html body.home .home-v2-copy>p br{
    display:none!important;
  }
  html body.home-page .home-v2-hero-photo,
  html body.home .home-v2-hero-photo{
    position:relative!important;
    right:auto!important;
    top:auto!important;
    order:2!important;
    width:100%!important;
    height:auto!important;
    min-height:360px!important;
    aspect-ratio:1.65/1!important;
    object-fit:cover!important;
    object-position:70% center!important;
    margin:0!important;
  }

  html body.home-page .home-v2-steps-grid,
  html body.home .home-v2-steps-grid,
  html body.home-page .home-v2-product-grid,
  html body.home .home-v2-product-grid,
  html body.home-page .home-v2-feature-grid,
  html body.home .home-v2-feature-grid,
  html body.home-page .home-v2-process-grid,
  html body.home .home-v2-process-grid{
    grid-template-columns:repeat(2,1fr)!important;
  }

  html body.home-page .home-v2-step:nth-child(2):after,
  html body.home .home-v2-step:nth-child(2):after,
  html body.home-page .home-v2-feature:nth-child(2):after,
  html body.home .home-v2-feature:nth-child(2):after{
    display:none!important;
  }

  html body.home-page .home-v2-product,
  html body.home .home-v2-product{
    height:220px!important;
  }
  html body.home-page .home-v2-product-grid>a:last-child,
  html body.home .home-v2-product-grid>a:last-child{
    grid-column:1/-1!important;
  }

  html body.home-page .home-v2-testimonial,
  html body.home .home-v2-testimonial{
    grid-template-columns:42px 100px 1fr 42px!important;
    gap:18px!important;
    padding:28px 18px!important;
  }
  html body.home-page .home-v2-avatar,
  html body.home .home-v2-avatar{
    width:92px!important;
    height:92px!important;
  }
  html body.home-page .home-v2-quote,
  html body.home .home-v2-quote{
    font-size:14px!important;
  }

  html body.home-page .home-v2-process-item:not(:last-child):after,
  html body.home .home-v2-process-item:not(:last-child):after{
    display:none!important;
  }
  html body.home-page .home-v2-process-item:last-child,
  html body.home .home-v2-process-item:last-child{
    grid-column:1/-1!important;
  }

  html body.home-page .footer .container,
  html body.home .footer .container{
    width:min(100% - 30px,760px)!important;
  }
  html body.home-page .footer-grid,
  html body.home .footer-grid{
    grid-template-columns:1fr 1fr!important;
    gap:30px!important;
  }
}

/* MOBILE — same single-column rhythm as the rest of the site. */
@media (max-width:600px){
  html body.home-page .imd-home-v2 .container,
  html body.home .imd-home-v2 .container,
  html body.home-page .footer .container,
  html body.home .footer .container{
    width:calc(100% - 24px)!important;
  }
  html body.home-page .home-v2-copy h1,
  html body.home .home-v2-copy h1{
    font-size:36px!important;
  }
  html body.home-page .home-v2-buttons,
  html body.home .home-v2-buttons{
    gap:10px!important;
  }
  html body.home-page .home-v2-btn,
  html body.home .home-v2-btn{
    min-width:0!important;
    flex:1 1 0!important;
  }
  html body.home-page .home-v2-btn.register,
  html body.home .home-v2-btn.register{
    min-width:145px!important;
    flex:0 0 auto!important;
  }
  html body.home-page .home-v2-hero-photo,
  html body.home .home-v2-hero-photo{
    min-height:300px!important;
    aspect-ratio:1.15/1!important;
    object-position:72% center!important;
  }
  html body.home-page .home-v2-steps-grid,
  html body.home .home-v2-steps-grid,
  html body.home-page .home-v2-product-grid,
  html body.home .home-v2-product-grid,
  html body.home-page .home-v2-feature-grid,
  html body.home .home-v2-feature-grid,
  html body.home-page .home-v2-process-grid,
  html body.home .home-v2-process-grid{
    grid-template-columns:1fr!important;
  }
  html body.home-page .home-v2-step:after,
  html body.home .home-v2-step:after,
  html body.home-page .home-v2-feature:after,
  html body.home .home-v2-feature:after{
    display:none!important;
  }
  html body.home-page .home-v2-product-grid>a:last-child,
  html body.home .home-v2-product-grid>a:last-child,
  html body.home-page .home-v2-process-item:last-child,
  html body.home .home-v2-process-item:last-child{
    grid-column:auto!important;
  }
  html body.home-page .home-v2-product,
  html body.home .home-v2-product{
    height:auto!important;
    grid-template-columns:1fr!important;
  }
  html body.home-page .home-v2-product-image,
  html body.home .home-v2-product-image{
    height:220px!important;
  }
  html body.home-page .home-v2-testimonial,
  html body.home .home-v2-testimonial{
    grid-template-columns:36px 78px 1fr!important;
    gap:12px!important;
    padding:24px 0!important;
  }
  html body.home-page .home-v2-testimonial .next,
  html body.home .home-v2-testimonial .next{
    display:none!important;
  }
  html body.home-page .home-v2-avatar,
  html body.home .home-v2-avatar{
    width:72px!important;
    height:72px!important;
  }
  html body.home-page .home-v2-quote,
  html body.home .home-v2-quote{
    font-size:13px!important;
  }
  html body.home-page .home-v2-process h2,
  html body.home .home-v2-process h2{
    font-size:27px!important;
  }
  html body.home-page .footer-grid,
  html body.home .footer-grid{
    grid-template-columns:1fr!important;
  }
  html body.home-page .footer-bottom,
  html body.home .footer-bottom{
    flex-direction:column!important;
    gap:8px!important;
  }
}

/* =====================================================================
   HOME BANNER ONLY FIX
   The 1774x887 source already contains the woman, man, and lower-left
   retainer. Display the complete source across the desktop hero instead
   of squeezing it into only the right portion of the hero.
   ===================================================================== */
@media (min-width:901px){
  html body.home-page .home-v2-hero-photo,
  html body.home .home-v2-hero-photo{
    position:absolute!important;
    inset:0!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center center!important;
    z-index:1!important;
  }
}


/* v2.5.8 — public WooCommerce Shop catalog */
.imd-shop-tabs{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.imd-shop-tabs .tab{
  text-decoration:none;
}
.imd-shop-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:auto;
}
.imd-shop-card-actions .btn{
  width:100%;
  min-width:0;
  margin:0;
  text-align:center;
}
.imd-shop-add-to-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0a3a79!important;
  border:1px solid #0a3a79!important;
  color:#fff!important;
  text-decoration:none!important;
}
.imd-shop-add-to-cart:hover{
  background:#072f66!important;
  border-color:#072f66!important;
  color:#fff!important;
}
.products6 .product-card .product-body{
  display:flex;
  flex-direction:column;
}
.products6 .product-card .product-body p{
  flex:0 0 auto;
}
@media(max-width:650px){
  .imd-shop-card-actions{
    grid-template-columns:1fr;
  }
}


/* v2.5.9 — dedicated /shop/ product rendering */
.imd-shop-page .shop-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.imd-shop-count{
  color:#6e8194;
  font-size:13px;
  font-weight:700;
}
.imd-shop-product-grid{
  margin-top:18px;
}
.imd-shop-setup-message{
  margin-top:18px;
}
.imd-shop-setup-message h3{
  margin-top:0;
  color:#0a3a79;
}


/* ============================================================
   v2.6.0 — SHOP PAGE REDESIGN ONLY
   Every selector below is scoped to .imd-shop-redesign.
   ============================================================ */

.imd-shop-redesign{
  --imd-shop-blue:#0b4383;
  --imd-shop-blue-dark:#07346a;
  --imd-shop-bright:#0b6de8;
  --imd-shop-green:#49a844;
  --imd-shop-ink:#173a60;
  --imd-shop-muted:#61768d;
  --imd-shop-border:#dce6f0;
  --imd-shop-soft:#f5f9fd;
  background:#fff;
  color:var(--imd-shop-ink);
}

.imd-shop-redesign .ico{
  display:inline-flex;
  width:20px;
  height:20px;
}
.imd-shop-redesign .ico svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.imd-shop-redesign-hero{
  position:relative;
  overflow:hidden;
  min-height:390px;
  background:
    radial-gradient(circle at 74% 44%, rgba(184,218,246,.38), transparent 31%),
    linear-gradient(115deg,#ffffff 0%,#fbfdff 44%,#eef6fd 100%);
  border-bottom:1px solid #e4edf5;
}

.imd-shop-redesign-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(480px,1.35fr);
  align-items:center;
  min-height:390px;
  gap:34px;
}

.imd-shop-redesign-copy{
  position:relative;
  z-index:4;
  padding:54px 0 52px;
}

.imd-shop-redesign-copy h1{
  margin:0;
  color:var(--imd-shop-blue);
  font-family:Poppins,Arial,sans-serif;
  font-size:clamp(44px,4vw,64px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:800;
}

.imd-shop-redesign-copy>p{
  max-width:550px;
  margin:22px 0 0;
  color:#506983;
  font-size:18px;
  line-height:1.65;
}

.imd-shop-redesign-benefits{
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
  margin-top:31px;
}

.imd-shop-redesign-benefits span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#445d76;
  font-size:14px;
  font-weight:600;
}

.imd-shop-redesign-benefits .ico{
  width:19px;
  height:19px;
  color:var(--imd-shop-green);
}

.imd-shop-redesign-hero-media{
  position:relative;
  align-self:stretch;
  min-height:390px;
}

.imd-shop-hero-hex{
  position:absolute;
  top:58px;
  right:15%;
  width:315px;
  height:275px;
  opacity:.45;
}
.imd-shop-hero-hex::before{
  content:"";
  position:absolute;
  inset:0;
  clip-path:polygon(25% 4%,75% 4%,98% 50%,75% 96%,25% 96%,2% 50%);
  background:linear-gradient(135deg,rgba(69,181,96,.35),rgba(30,117,229,.40));
}
.imd-shop-hero-hex::after{
  content:"";
  position:absolute;
  inset:5px;
  clip-path:polygon(25% 4%,75% 4%,98% 50%,75% 96%,25% 96%,2% 50%);
  background:#f4f9fd;
}

.imd-shop-hero-product{
  position:absolute;
  display:block;
  object-fit:contain;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 18px 28px rgba(16,61,103,.13));
}
.imd-shop-hero-product-a{
  width:68%;
  height:70%;
  right:3%;
  top:5%;
  z-index:3;
  transform:rotate(3deg);
}
.imd-shop-hero-product-b{
  width:57%;
  height:57%;
  right:29%;
  bottom:1%;
  z-index:2;
  transform:rotate(-5deg);
  opacity:.85;
}

.imd-shop-redesign-catalog{
  padding:0 0 46px;
  background:linear-gradient(#fff,#fcfdff);
}

.imd-shop-redesign-controls{
  position:relative;
  z-index:8;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  min-height:62px;
  margin-top:-1px;
  padding:8px 12px;
  border:1px solid var(--imd-shop-border);
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 22px rgba(20,62,101,.055);
}

.imd-shop-redesign-tabs{
  display:flex;
  align-items:center;
  gap:5px;
  flex:1;
  min-width:0;
}

.imd-shop-redesign-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:10px 22px;
  border:1px solid transparent;
  border-radius:8px;
  color:#445d77;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition:.18s ease;
}
.imd-shop-redesign-tabs a .ico{
  width:18px;
  height:18px;
  color:#7189a2;
}
.imd-shop-redesign-tabs a:hover{
  background:#f4f8fc;
  color:var(--imd-shop-blue);
}
.imd-shop-redesign-tabs a.active{
  background:var(--imd-shop-blue);
  border-color:var(--imd-shop-blue);
  color:#fff;
  box-shadow:0 5px 13px rgba(11,67,131,.18);
}
.imd-shop-redesign-tabs a.active .ico{
  color:#fff;
}

.imd-shop-redesign-sort{
  flex:0 0 184px;
}
.imd-shop-redesign-sort select{
  width:100%;
  min-height:44px;
  padding:0 40px 0 14px;
  border:1px solid #d7e2ed;
  border-radius:8px;
  background:#fff;
  color:#425c76;
  font-size:12px;
  font-weight:600;
}

.imd-shop-redesign-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:27px;
}

.imd-shop-redesign-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid #dce5ee;
  border-radius:13px;
  background:#fff;
  box-shadow:0 10px 28px rgba(21,62,99,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.imd-shop-redesign-card:hover{
  transform:translateY(-3px);
  border-color:#c9d9e8;
  box-shadow:0 16px 34px rgba(21,62,99,.09);
}

.imd-shop-redesign-image{
  position:relative;
  display:block;
  height:238px;
  overflow:hidden;
  background:#f8fafc;
  text-decoration:none;
}
.imd-shop-redesign-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .28s ease;
}
.imd-shop-redesign-card:hover .imd-shop-redesign-image img{
  transform:scale(1.025);
}

.imd-shop-redesign-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 10px;
  border-radius:5px;
  background:var(--imd-shop-green);
  color:#fff;
  font-size:10px;
  font-weight:800;
  box-shadow:0 4px 12px rgba(47,126,62,.18);
}

.imd-shop-redesign-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px 21px 18px;
}
.imd-shop-redesign-body h2{
  margin:0 0 7px;
  color:#0e3767;
  font-size:19px;
  line-height:1.25;
  font-weight:800;
}
.imd-shop-redesign-body h2 a{
  color:inherit;
  text-decoration:none;
}

.imd-shop-redesign-price{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:4px;
  margin-bottom:10px;
  color:var(--imd-shop-green);
}
.imd-shop-redesign-price>span{
  font-size:12px;
  font-weight:600;
}
.imd-shop-redesign-price strong{
  font-size:16px;
  font-weight:800;
}
.imd-shop-redesign-price strong .woocommerce-Price-amount{
  color:inherit;
}
.imd-shop-redesign-price small{
  color:#5d748b;
  font-size:11px;
  font-weight:500;
}

.imd-shop-redesign-body>p{
  min-height:50px;
  margin:0 0 17px;
  color:#62778d;
  font-size:12px;
  line-height:1.55;
}

.imd-shop-redesign-view{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:max-content;
  min-width:128px;
  min-height:38px;
  margin-top:auto;
  padding:8px 14px;
  border-radius:6px;
  background:var(--imd-shop-blue);
  color:#fff!important;
  font-size:11px;
  font-weight:800;
  text-decoration:none!important;
  transition:.18s ease;
}
.imd-shop-redesign-view:hover{
  background:var(--imd-shop-blue-dark);
  color:#fff!important;
}

.imd-shop-redesign-trust{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin-top:26px;
  padding:16px 10px;
  border:1px solid #dce6f0;
  border-radius:13px;
  background:#fff;
  box-shadow:0 8px 24px rgba(23,61,98,.035);
}
.imd-shop-redesign-trust article{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:7px 15px;
  border-right:1px solid #e3eaf1;
}
.imd-shop-redesign-trust article:last-child{
  border-right:0;
}
.imd-shop-redesign-trust-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f4f8fd;
  color:#0b67da;
}
.imd-shop-redesign-trust-icon .ico{
  width:26px;
  height:26px;
}
.imd-shop-redesign-trust strong{
  display:block;
  margin-bottom:3px;
  color:#153c68;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}
.imd-shop-redesign-trust p{
  margin:0;
  color:#667b91;
  font-size:9.5px;
  line-height:1.45;
}

.imd-shop-redesign-empty{
  margin-top:28px;
  padding:32px;
  border:1px solid var(--imd-shop-border);
  border-radius:12px;
  background:#fff;
  text-align:center;
}
.imd-shop-redesign-empty h2{
  margin:0 0 6px;
  color:var(--imd-shop-blue);
}
.imd-shop-redesign-empty p{
  margin:0;
  color:var(--imd-shop-muted);
}

@media(max-width:1100px){
  .imd-shop-redesign-hero-grid{
    grid-template-columns:1fr 1fr;
  }
  .imd-shop-redesign-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .imd-shop-redesign-trust{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .imd-shop-redesign-trust article:nth-child(3){
    border-right:0;
  }
  .imd-shop-redesign-trust article:nth-child(n+4){
    margin-top:8px;
  }
}

@media(max-width:820px){
  .imd-shop-redesign-hero{
    min-height:0;
  }
  .imd-shop-redesign-hero-grid{
    grid-template-columns:1fr;
  }
  .imd-shop-redesign-copy{
    padding-bottom:15px;
  }
  .imd-shop-redesign-hero-media{
    min-height:310px;
  }
  .imd-shop-redesign-controls{
    align-items:stretch;
    flex-direction:column;
  }
  .imd-shop-redesign-tabs{
    overflow-x:auto;
    width:100%;
  }
  .imd-shop-redesign-tabs a{
    flex:0 0 auto;
  }
  .imd-shop-redesign-sort{
    flex:0 0 auto;
    width:100%;
  }
  .imd-shop-redesign-trust{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .imd-shop-redesign-trust article,
  .imd-shop-redesign-trust article:nth-child(3){
    border-right:0;
  }
}

@media(max-width:620px){
  .imd-shop-redesign-copy h1{
    font-size:42px;
  }
  .imd-shop-redesign-copy>p{
    font-size:16px;
  }
  .imd-shop-redesign-benefits{
    gap:12px;
  }
  .imd-shop-redesign-hero-media{
    min-height:255px;
  }
  .imd-shop-hero-product-a{
    width:78%;
    right:-2%;
  }
  .imd-shop-hero-product-b{
    width:62%;
    right:35%;
  }
  .imd-shop-redesign-grid{
    grid-template-columns:1fr;
  }
  .imd-shop-redesign-image{
    height:245px;
  }
  .imd-shop-redesign-trust{
    grid-template-columns:1fr;
  }
  .imd-shop-redesign-trust article{
    border-right:0;
    border-bottom:1px solid #e3eaf1;
  }
  .imd-shop-redesign-trust article:last-child{
    border-bottom:0;
  }
}


/* v2.6.4 — footer newsletter status only */
.footer .newsletter-status{
  margin:7px 0 0;
  font-size:10px;
  line-height:1.4;
}
.footer .newsletter-status.success{
  color:#d8f4d6;
}
.footer .newsletter-status.error{
  color:#ffd7d7;
}


/* v2.6.6 — Resources & Smile Education search only */
.imd-resource-search-status{
  max-width:860px;
  margin:9px 0 0;
  color:#3f688f;
  font-size:11px;
  font-weight:700;
  line-height:1.45;
}
.imd-resource-search-status.no-results{
  color:#8a5a33;
}
[data-imd-resource-item][hidden],
[data-imd-resource-section][hidden]{
  display:none!important;
}

/* =====================================================================
   V2.6.17 — SHIPPING & RETURNS PAGE
   Dedicated support page. Scoped so no existing site/theme sections move.
   ===================================================================== */
.imd-shipping-page{background:#fff;color:#233b58}
.imd-shipping-page .container{width:min(1120px,calc(100% - 48px));margin:0 auto}
.imd-shipping-hero{background:linear-gradient(108deg,#f7fbff 0%,#fff 55%,#edf6ff 100%);border-bottom:1px solid #e6eef7;overflow:hidden}
.imd-shipping-hero-grid{min-height:500px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:68px;align-items:center;padding-top:58px;padding-bottom:58px}
.imd-shipping-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 34px;font-size:11px;color:#6e8198}
.imd-shipping-breadcrumb a{color:#0a67cf;font-weight:600}
.imd-shipping-breadcrumb strong{color:#38516e;font-weight:600}
.imd-shipping-hero-copy h1{max-width:650px;margin:0 0 20px;color:#0a3a79;font-size:49px;line-height:1.08;letter-spacing:-1.5px;font-weight:650}
.imd-shipping-hero-copy>p:not(.imd-shipping-hero-note){max-width:650px;margin:0 0 25px;color:#536b84;font-size:16px;line-height:1.68}
.imd-shipping-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.imd-shipping-hero-actions .btn{min-width:160px}
.imd-shipping-hero-actions .ico{width:17px;height:17px;color:currentColor}
.imd-shipping-hero-note{max-width:620px;margin:18px 0 0!important;color:#71849a!important;font-size:11px!important;line-height:1.55!important}
.imd-shipping-overview{position:relative;background:#fff;border:1px solid #dce7f1;border-radius:18px;padding:34px 34px 31px;box-shadow:0 18px 44px rgba(23,67,111,.11)}
.imd-shipping-overview:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:18px 0 0 18px;background:linear-gradient(#0868d8,#43a447)}
.imd-shipping-overview-icon{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eef6ff;color:#0868d8;margin-bottom:20px}
.imd-shipping-overview-icon .ico{width:36px;height:36px}
.imd-shipping-overview-kicker{color:#0870dc;font-size:10px;font-weight:800;letter-spacing:.09em;margin-bottom:8px}
.imd-shipping-overview h2{margin:0 0 23px;color:#0a3a79;font-size:24px;line-height:1.25}
.imd-shipping-overview-list{display:grid;gap:0}
.imd-shipping-overview-list>div{display:grid;grid-template-columns:35px 1fr;gap:13px;padding:13px 0;border-top:1px solid #e8eef5;align-items:start}
.imd-shipping-overview-list>div>span{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0a66cc;color:#fff;font-weight:800;font-size:11px}
.imd-shipping-overview-list p{margin:0;display:grid;gap:2px}
.imd-shipping-overview-list strong{color:#183d6b;font-size:13px}
.imd-shipping-overview-list small{color:#6b7f94;font-size:11px;line-height:1.45}
.imd-shipping-facts{background:#fff;border-bottom:1px solid #e7eef6}
.imd-shipping-facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.imd-shipping-fact{min-height:108px;display:grid;grid-template-columns:43px 1fr;gap:13px;align-items:center;padding:22px 24px;position:relative}
.imd-shipping-fact:not(:last-child):after{content:"";position:absolute;right:0;top:26px;bottom:26px;width:1px;background:#dfe8f2}
.imd-shipping-fact>.ico{width:36px;height:36px;color:#0868d8}
.imd-shipping-fact strong{display:block;color:#0b3c76;font-size:12px;margin-bottom:4px}
.imd-shipping-fact span{display:block;color:#718196;font-size:10px;line-height:1.45}
.imd-shipping-section{padding:72px 0}
.imd-shipping-section.soft{background:#f7fbff;border-top:1px solid #edf3f8;border-bottom:1px solid #edf3f8}
.imd-shipping-heading{max-width:740px;margin:0 auto 34px;text-align:center}
.imd-shipping-heading.compact{margin-bottom:28px}
.imd-shipping-heading h2,.imd-shipping-pack-grid h2,.imd-shipping-remakes h2,.imd-shipping-final-cta h2{margin:0 0 12px;color:#0a3a79;font-size:32px;line-height:1.2;letter-spacing:-.5px}
.imd-shipping-heading p,.imd-shipping-lead{margin:0;color:#64778c;font-size:14px;line-height:1.68}
.imd-shipping-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.imd-shipping-audience-card{position:relative;border:1px solid #dfe8f2;border-radius:16px;background:#fff;padding:31px;box-shadow:0 10px 25px rgba(23,55,91,.055);overflow:hidden}
.imd-shipping-audience-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:#0a69d4}
.imd-shipping-audience-card.provider:before{background:#43a447}
.imd-shipping-card-top{display:flex;align-items:center;gap:16px;margin-bottom:17px}
.imd-shipping-card-icon{width:58px;height:58px;border-radius:14px;background:#eef6ff;color:#0868d8;display:flex;align-items:center;justify-content:center;flex:none}
.imd-shipping-audience-card.provider .imd-shipping-card-icon{background:#eff9f0;color:#35953c}
.imd-shipping-card-icon .ico{width:34px;height:34px}
.imd-shipping-card-top span{display:block;color:#0870d9;font-size:9px;font-weight:800;letter-spacing:.08em;margin-bottom:4px}
.imd-shipping-audience-card.provider .imd-shipping-card-top span{color:#368f3c}
.imd-shipping-card-top h3{margin:0;color:#0a3a79;font-size:22px}
.imd-shipping-audience-card>p{color:#61758b;font-size:13px;line-height:1.65;margin:0 0 20px}
.imd-shipping-checklist{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.imd-shipping-checklist li{position:relative;padding-left:25px;color:#465f78;font-size:12px;line-height:1.55}
.imd-shipping-checklist li:before{content:"✓";position:absolute;left:0;top:0;color:#43a447;font-weight:900}
.imd-shipping-card-actions{display:flex;align-items:center;gap:18px;margin-top:25px;flex-wrap:wrap}
.imd-shipping-card-actions .btn{min-width:150px;min-height:40px;padding:8px 17px;font-size:12px}
.imd-shipping-text-link{color:#096bd2;font-weight:700;font-size:11px}
.imd-shipping-pack-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:65px;align-items:start}
.imd-shipping-pack-grid h2{max-width:660px}
.imd-shipping-lead{max-width:675px;margin-bottom:27px}
.imd-shipping-pack-steps{display:grid;gap:0;border-top:1px solid #dfe9f3}
.imd-shipping-pack-step{display:grid;grid-template-columns:54px 1fr;gap:17px;padding:18px 0;border-bottom:1px solid #dfe9f3}
.imd-shipping-pack-step>span{width:40px;height:40px;border-radius:10px;background:#eaf4ff;color:#0969d0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}
.imd-shipping-pack-step strong{display:block;color:#153f70;font-size:13px;margin-bottom:4px}
.imd-shipping-pack-step p{margin:0;color:#667a90;font-size:11.5px;line-height:1.55}
.imd-shipping-address-card{background:#fff;border:1px solid #dfe8f2;border-radius:17px;padding:31px;box-shadow:0 13px 30px rgba(24,61,99,.07)}
.imd-shipping-address-icon{width:58px;height:58px;border-radius:14px;background:#edf6ff;color:#0868d8;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.imd-shipping-address-icon .ico{width:34px;height:34px}
.imd-shipping-address-card>span{display:block;color:#0870dc;font-size:9px;font-weight:800;letter-spacing:.08em;margin-bottom:4px}
.imd-shipping-address-card h3{margin:0 0 8px;color:#0a3a79;font-size:20px}
.imd-shipping-address-card address{font-style:normal;color:#5f748b;font-size:13px;line-height:1.65}
.imd-shipping-address-rule{height:1px;background:#e5edf5;margin:20px 0 14px}
.imd-shipping-address-card>p{margin:8px 0;display:grid;grid-template-columns:52px 1fr;gap:10px;font-size:11px;color:#61758b}
.imd-shipping-address-card>p strong{color:#274c77}
.imd-shipping-address-card>p a{color:#096acf;font-weight:600}
.imd-shipping-address-notice{display:grid;grid-template-columns:24px 1fr;gap:10px;background:#f4f8fc;border:1px solid #e2ebf4;border-radius:10px;padding:13px;margin-top:20px;color:#60758a;font-size:10.5px;line-height:1.5}
.imd-shipping-address-notice .ico{width:20px;height:20px;color:#0a67cc}
.imd-shipping-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.imd-shipping-support-grid article{border:1px solid #dfe8f2;border-radius:14px;padding:27px;background:#fff}
.imd-shipping-support-icon{width:50px;height:50px;border-radius:12px;background:#eef6ff;color:#0868d8;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.imd-shipping-support-icon .ico{width:29px;height:29px}
.imd-shipping-support-grid h3{margin:0 0 8px;color:#0a3a79;font-size:17px}
.imd-shipping-support-grid p{margin:0 0 14px;color:#687c91;font-size:11.5px;line-height:1.6}
.imd-shipping-support-grid a{color:#086bd4;font-size:11px;font-weight:700}
.imd-shipping-remakes{padding:72px 0;background:linear-gradient(135deg,#073f7d 0%,#064b91 62%,#075baa 100%);color:#fff}
.imd-shipping-remakes-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:65px;align-items:center}
.imd-shipping-remakes .eyebrow{color:#8ec9ff}
.imd-shipping-remakes h2{color:#fff;max-width:620px}
.imd-shipping-remakes-grid>div>p{max-width:650px;color:#d8e8f7;font-size:13px;line-height:1.7;margin:0 0 20px}
.imd-shipping-checklist.light li{color:#e9f3fc}
.imd-shipping-remakes .btn-green{margin-top:23px}
.imd-shipping-remake-flow{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:12px 27px}
.imd-shipping-remake-flow>div{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:20px 0;align-items:start}
.imd-shipping-remake-flow>div:not(:last-child){border-bottom:1px solid rgba(255,255,255,.16)}
.imd-shipping-remake-flow>div>span{width:38px;height:38px;border-radius:50%;background:#fff;color:#0a4a8d;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}
.imd-shipping-remake-flow p{display:grid;gap:3px;margin:0}
.imd-shipping-remake-flow strong{color:#fff;font-size:13px}
.imd-shipping-remake-flow small{color:#d3e4f4;font-size:10.5px;line-height:1.5}
.imd-shipping-faqs{max-width:850px;margin:0 auto;display:grid;gap:10px}
.imd-shipping-faqs details{background:#fff;border:1px solid #dce7f1;border-radius:10px;overflow:hidden}
.imd-shipping-faqs summary{list-style:none;cursor:pointer;padding:17px 50px 17px 18px;color:#173f70;font-size:12.5px;font-weight:700;position:relative}
.imd-shipping-faqs summary::-webkit-details-marker{display:none}
.imd-shipping-faqs summary:after{content:"+";position:absolute;right:19px;top:50%;transform:translateY(-50%);color:#086bd4;font-size:21px;font-weight:500}
.imd-shipping-faqs details[open] summary:after{content:"−"}
.imd-shipping-faqs details p{margin:0;padding:0 18px 17px;color:#657a90;font-size:11.5px;line-height:1.65}
.imd-shipping-help-link{text-align:center;margin-top:18px}
.imd-shipping-help-link a{color:#086bd4;font-size:11px;font-weight:700}
.imd-shipping-final-cta{padding:46px 0;background:#fff}
.imd-shipping-final-cta-inner{display:grid;grid-template-columns:70px 1fr auto;gap:22px;align-items:center;border:1px solid #dce7f1;border-radius:17px;padding:28px 31px;background:linear-gradient(100deg,#fbfdff,#f3f9ff)}
.imd-shipping-final-icon{width:64px;height:64px;border-radius:15px;background:#e9f4ff;color:#0868d8;display:flex;align-items:center;justify-content:center}
.imd-shipping-final-icon .ico{width:36px;height:36px}
.imd-shipping-final-cta span{color:#0870dc;font-size:9px;font-weight:800;letter-spacing:.08em}
.imd-shipping-final-cta h2{font-size:23px;margin:4px 0 5px}
.imd-shipping-final-cta p{margin:0;color:#687c91;font-size:11.5px}
.imd-shipping-final-cta .btn{white-space:nowrap;min-width:210px}

@media(max-width:900px){
  .imd-shipping-hero-grid{grid-template-columns:1fr;gap:30px;min-height:0;padding-top:42px;padding-bottom:44px}
  .imd-shipping-breadcrumb{margin-bottom:24px}
  .imd-shipping-hero-copy h1{font-size:41px;max-width:720px}
  .imd-shipping-overview{max-width:720px}
  .imd-shipping-facts-grid{grid-template-columns:1fr 1fr}
  .imd-shipping-fact:nth-child(2):after{display:none}
  .imd-shipping-fact:nth-child(-n+2){border-bottom:1px solid #e4edf5}
  .imd-shipping-audience-grid,.imd-shipping-pack-grid,.imd-shipping-remakes-grid{grid-template-columns:1fr}
  .imd-shipping-pack-grid,.imd-shipping-remakes-grid{gap:35px}
  .imd-shipping-support-grid{grid-template-columns:1fr}
  .imd-shipping-final-cta-inner{grid-template-columns:64px 1fr}
  .imd-shipping-final-cta .btn{grid-column:1/-1;width:100%}
}
@media(max-width:600px){
  .imd-shipping-page .container{width:calc(100% - 32px)}
  .imd-shipping-hero-grid{padding-top:33px;padding-bottom:36px}
  .imd-shipping-hero-copy h1{font-size:35px;letter-spacing:-.8px}
  .imd-shipping-hero-copy>p:not(.imd-shipping-hero-note){font-size:14px}
  .imd-shipping-hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .imd-shipping-hero-actions .btn{width:100%}
  .imd-shipping-overview{padding:25px 22px}
  .imd-shipping-overview h2{font-size:21px}
  .imd-shipping-facts-grid{grid-template-columns:1fr}
  .imd-shipping-fact{min-height:88px;padding:18px 8px}
  .imd-shipping-fact:not(:last-child):after{left:0;right:0;top:auto;bottom:0;width:auto;height:1px;display:block}
  .imd-shipping-fact:nth-child(-n+2){border-bottom:0}
  .imd-shipping-section,.imd-shipping-remakes{padding:48px 0}
  .imd-shipping-heading{margin-bottom:25px;text-align:left}
  .imd-shipping-heading h2,.imd-shipping-pack-grid h2,.imd-shipping-remakes h2{font-size:27px}
  .imd-shipping-audience-card{padding:24px 20px}
  .imd-shipping-card-top{align-items:flex-start}
  .imd-shipping-card-top h3{font-size:19px}
  .imd-shipping-card-actions{align-items:stretch;display:grid;gap:12px}
  .imd-shipping-card-actions .btn{width:100%}
  .imd-shipping-pack-step{grid-template-columns:45px 1fr;gap:12px}
  .imd-shipping-address-card{padding:24px 20px}
  .imd-shipping-remake-flow{padding:8px 20px}
  .imd-shipping-final-cta{padding:34px 0}
  .imd-shipping-final-cta-inner{grid-template-columns:1fr;padding:24px 20px;text-align:left}
  .imd-shipping-final-icon{width:56px;height:56px}
  .imd-shipping-final-cta h2{font-size:21px}
}
