:root{--public-green:#064d2f;--public-green-2:#079653;--public-ink:#101828;--public-muted:#667085;--public-line:#dce8df;--public-soft:#f3f8f5;--public-yellow:#f8c33a;--public-white:#fff}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:0;overflow-x:hidden;background:#f7faf8;color:var(--public-ink);font-family:"Plus Jakarta Sans","Segoe UI",Arial,sans-serif;line-height:1.55}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.reveal{opacity:1!important;visibility:visible!important;transform:none!important}section{width:100%;padding:clamp(64px,8vw,110px) clamp(18px,5vw,72px)}
.navbar{position:sticky;top:0;z-index:1000;width:100%;background:rgba(255,255,255,.96);border-bottom:1px solid var(--public-line);box-shadow:0 8px 30px rgba(3,20,15,.07);backdrop-filter:blur(14px)}.nav-wrapper{width:min(1240px,100%);min-height:82px;margin:auto;padding:12px 22px;display:flex;align-items:center;gap:28px}.logo,.brand-logo{display:flex;align-items:center;gap:11px;min-width:220px;text-decoration:none}.logo img,.brand-logo img,.mobile-brand img,.footer-logo img{width:52px;height:52px;object-fit:contain}.brand-text h2{margin:0;color:#082e22;font-size:17px;line-height:1.15}.brand-text h2 span{color:var(--public-green-2)}.brand-text p{margin:4px 0 0;color:var(--public-muted);font-size:10px}.desktop-nav{margin-left:auto}.nav-links{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.nav-links a,.mega-trigger{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#25352e;text-decoration:none;font-weight:750;cursor:pointer}.nav-links a:hover,.nav-links a.active-link,.mega-trigger:hover{color:var(--public-green)}.mega-dropdown{position:relative}.mega-menu{position:absolute;left:0;top:calc(100% + 10px);width:min(520px,80vw);padding:16px;background:#fff;border:1px solid var(--public-line);box-shadow:0 20px 55px rgba(3,20,15,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.mega-dropdown:hover .mega-menu,.mega-dropdown:focus-within .mega-menu,.mega-dropdown.open .mega-menu{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mega-grid.single-grid{grid-template-columns:1fr}.mega-column{display:grid;gap:5px}.mega-title{padding:5px 9px;color:var(--public-green);font-size:11px;font-weight:900;text-transform:uppercase}.mega-column a{padding:9px!important;min-height:0!important}.nav-actions{display:flex;align-items:center;gap:9px}.signin-btn,.nav-actions .primary-btn,.login-btn,.signup-btn{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border:1px solid var(--public-green)}.signin-btn,.login-btn{background:#fff;color:var(--public-green)}.nav-actions .primary-btn,.signup-btn{background:var(--public-green);color:#fff}.mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--public-line);background:#fff;color:var(--public-green)}
.mobile-sidebar{position:fixed;inset:0 0 0 auto;z-index:1200;width:min(88vw,350px);padding:20px;background:#fff;box-shadow:-18px 0 55px rgba(0,0,0,.2);transform:translateX(105%);transition:transform .24s;overflow:auto}.mobile-sidebar.active{transform:none}.mobile-overlay{position:fixed;inset:0;z-index:1100;background:rgba(3,20,15,.58);opacity:0;visibility:hidden;transition:.2s}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-top,.mobile-brand{display:flex;align-items:center;gap:10px}.mobile-top{justify-content:space-between}.mobile-close,.close-mobile{width:42px;height:42px;border:1px solid var(--public-line);background:#fff}.mobile-links,.mobile-dropdown-menu,.mobile-buttons{display:grid;gap:8px}.mobile-links{margin-top:22px}.mobile-links a,.mobile-dropdown-btn,.mobile-signin,.mobile-start{min-height:46px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--public-line);background:var(--public-soft);text-decoration:none;font-weight:800}.mobile-dropdown-menu{display:none;padding:8px}.mobile-dropdown.open .mobile-dropdown-menu{display:grid}.mobile-buttons{margin-top:20px}.mobile-start{background:var(--public-green);color:#fff}
.hero-section{position:relative;isolation:isolate;min-height:calc(100vh - 82px);padding-top:clamp(90px,12vw,150px);padding-bottom:clamp(90px,12vw,150px);display:grid;place-items:center;overflow:hidden;text-align:center;background:linear-gradient(135deg,#03271d 0%,#08643e 55%,#041e17 100%);color:#fff}.hero-section::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:52px 52px;opacity:.18}.hero-content{width:min(900px,100%);margin:auto}.hero-content .badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:9px 13px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);font-size:12px;font-weight:850}.hero-content h1{margin:0;color:#fff;font-size:clamp(2.5rem,7vw,5.7rem);line-height:1.02;letter-spacing:-.045em}.hero-content h1 span{color:#70e6a5}.hero-content p{max-width:700px;margin:24px auto;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.7vw,1.18rem)}.hero-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-buttons a,.primary-btn,.secondary-btn{min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:850;border:1px solid rgba(255,255,255,.34)}.hero-buttons .primary-btn{background:#fff;color:var(--public-green)}.hero-buttons .secondary-btn{background:rgba(255,255,255,.08);color:#fff}.floating-shape{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}.shape-1{width:280px;height:280px;right:-80px;top:-80px;background:rgba(62,230,140,.19)}.shape-2{width:260px;height:260px;left:-80px;bottom:-80px;background:rgba(255,255,255,.1)}
.section-header,.partners-header{width:min(820px,100%);margin:0 auto 42px;text-align:center}.section-header span,.partners-header span{color:var(--public-green-2);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.section-header h2,.partners-header h2{margin:10px 0;color:#10261d;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.section-header p,.partners-header p{margin:0;color:var(--public-muted)}.card-grid,.testimonial-grid,.stats-grid,.partners-grid,.partnership-grid{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.glass-card,.service-card,.testimonial-card,.stats-card,.partner-card,.partnership-card{min-width:0;padding:26px;border:1px solid var(--public-line);background:#fff;box-shadow:0 14px 36px rgba(3,20,15,.06)}.glass-card h3,.service-card h3,.testimonial-card h3,.partnership-card h3{margin:12px 0 8px;color:#11372a}.glass-card p,.service-card p,.testimonial-card p,.partnership-card p{margin:0;color:var(--public-muted)}.icon-wrapper{width:52px;height:52px;display:grid;place-items:center;background:#eaf8f0;color:var(--public-green)}.services-section{background:#071a14}.services-section .section-header h2,.services-section .section-header p,.services-section .service-card h3,.services-section .service-card p{color:#fff}.services-section .service-card{background:#0c2a20;border-color:rgba(255,255,255,.12)}
.pricing-section{background:#eff6f2}.pricing-card{width:min(1050px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid var(--public-line);background:#fff;box-shadow:0 20px 55px rgba(3,20,15,.08)}.pricing-left,.pricing-right{padding:clamp(26px,5vw,58px)}.pricing-left{position:relative;background:#e9f4ee}.popular-badge{display:inline-block;padding:7px 10px;background:var(--public-green);color:#fff;font-size:11px;font-weight:900}.price{margin:24px 0;color:var(--public-green);font-size:clamp(2.6rem,6vw,4.6rem);font-weight:900}.pricing-right ul{padding:0;list-style:none}.pricing-right li{display:flex;gap:10px;margin:12px 0}.pricing-btn{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;background:var(--public-green);color:#fff;text-decoration:none;font-weight:850}.statistics-section,.partners-section,.testimonial-section{background:#fff}.stats-card{text-align:center}.stats-card h3,.stat-number{margin:0;color:var(--public-green);font-size:clamp(2rem,4vw,3.2rem)}.partners-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.partner-card{display:grid;place-items:center;min-height:120px}.partnership-section{background:#eef6f1}.partnership-card{display:flex;gap:16px;align-items:flex-start}
.premium-footer{position:relative;width:100%;padding:70px clamp(18px,5vw,72px) 24px;overflow:hidden;background:#03140f;color:#fff}.footer-inner{width:min(1180px,100%);margin:auto}.newsletter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:48px;padding:26px;border:1px solid rgba(255,255,255,.13);background:#08291f}.newsletter-content h2{margin:5px 0}.newsletter-content p{margin:0;color:rgba(255,255,255,.68)}.newsletter-form{display:flex;min-width:min(430px,100%)}.newsletter-field{display:flex;align-items:center;gap:8px;flex:1;padding:0 13px;background:#fff;color:#111}.newsletter-field input{width:100%;min-height:48px;border:0;outline:0}.newsletter-form button{padding:0 17px;border:0;background:var(--public-yellow);font-weight:900}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:28px}.footer-brand p,.footer-contact,.footer-links a{color:rgba(255,255,255,.68)}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900}.footer-links{display:grid;align-content:start;gap:9px}.footer-links h3,.footer-contact h3{margin:0 0 8px;color:#fff}.footer-links a{text-decoration:none}.contact-item{display:flex;gap:9px;margin:10px 0}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.62)}.footer-legal-links{display:flex;gap:12px;flex-wrap:wrap}.back-top{border:0;background:transparent;color:#fff}.cookie-notice{position:fixed;z-index:1400;left:18px;right:18px;bottom:18px;max-width:980px;margin:auto;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--public-line);background:#fff;box-shadow:0 20px 55px rgba(0,0,0,.18)}.cookie-notice.hide{display:none}.cookie-copy p{margin:4px 0}.cookie-actions{display:flex;gap:8px}.cookie-actions button{min-height:42px;padding:0 14px;border:1px solid var(--public-green);background:#fff;color:var(--public-green);font-weight:850}.cookie-actions .cookie-accept{background:var(--public-green);color:#fff}
.business-hero-section,.post-hero-section,.contact-hero-section,.premium-pricing-hero,.other-services-hero,.premium-contact-hero,.cac-accredited-hero{padding-top:clamp(100px,12vw,150px);background:linear-gradient(135deg,#043225,#087047);color:#fff;text-align:center}.business-hero-container,.post-hero-container,.contact-hero-container,.pricing-hero-container,.other-services-container,.premium-contact-container,.cac-accredited-container{width:min(1000px,100%);margin:auto}.business-hero-section h1,.post-hero-section h1,.contact-hero-section h1,.premium-pricing-hero h1,.other-services-hero h1,.premium-contact-hero h1,.cac-accredited-hero h1{margin:10px 0;color:#fff;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.05}.business-hero-section p,.post-hero-section p,.contact-hero-section p,.premium-pricing-hero p,.other-services-hero p,.premium-contact-hero p,.cac-accredited-hero p{max-width:760px;margin:14px auto;color:rgba(255,255,255,.8)}main{min-height:55vh}.about-page main,.contact-page main{width:100%}
@media(max-width:1080px){.desktop-nav{display:none}.mobile-toggle{display:inline-flex;margin-left:auto}.nav-actions{display:none}.card-grid,.testimonial-grid,.stats-grid,.partnership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partners-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-contact{grid-column:1/-1}}
@media(max-width:720px){section{padding:60px 18px}.nav-wrapper{min-height:70px;padding:9px 14px}.logo,.brand-logo{min-width:0}.brand-text p{display:none}.hero-section{min-height:auto;padding:90px 18px}.hero-content{text-align:left}.hero-buttons{display:grid}.hero-buttons a{width:100%}.card-grid,.testimonial-grid,.stats-grid,.partnership-grid,.partners-grid,.pricing-card{grid-template-columns:1fr}.newsletter-wrapper,.footer-bottom{align-items:stretch;flex-direction:column}.newsletter-form{min-width:0;width:100%;display:grid}.newsletter-form button{min-height:46px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-contact{grid-column:1/-1}.cookie-notice{align-items:stretch;flex-direction:column}.cookie-actions button{flex:1}.mega-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Public information, policy and notice pages. */
.pricing-clean-main,.policy-main,.cac-accredited-main{background:var(--public-soft)}
.pricing-clean-hero,.policy-hero{padding-top:clamp(96px,12vw,150px);text-align:center;background:linear-gradient(135deg,#03271d,#087047);color:#fff}
.pricing-clean-hero h1,.policy-hero h1{max-width:900px;margin:10px auto;color:#fff;font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.08}
.pricing-clean-hero p,.policy-hero p{max-width:780px;margin:16px auto;color:rgba(255,255,255,.8)}
.pricing-clean-hero>span,.policy-kicker,.cac-accredited-badge{display:inline-flex;padding:7px 11px;background:#dff5e8;color:#075b35;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pricing-clean-grid{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:70px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pricing-clean-card,.policy-card,.policy-summary,.cac-accredited-content article{padding:28px;border:1px solid var(--public-line);background:#fff;box-shadow:0 14px 36px rgba(3,20,15,.06)}
.pricing-clean-card.featured{border-top:4px solid var(--public-green-2)}.pricing-clean-card>span{color:var(--public-green-2);font-size:.75rem;font-weight:900;text-transform:uppercase}.pricing-clean-card h2{color:#11372a}.pricing-clean-card p{color:var(--public-muted)}.pricing-clean-card a,.policy-contact-link{display:inline-flex;margin-top:12px;padding:11px 15px;background:var(--public-green);color:#fff;text-decoration:none;font-weight:850}
.policy-container{width:min(1180px,100%);margin:auto}.policy-content-section{padding-top:60px}.policy-layout{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px}.policy-summary{position:sticky;top:102px}.policy-summary h2,.policy-block h2{margin-top:0;color:#11372a}.policy-block{padding:0 0 26px;margin:0 0 26px;border-bottom:1px solid var(--public-line)}.policy-block:last-child{border:0;margin:0;padding:0}.policy-block p,.policy-block li,.policy-summary p{color:var(--public-muted)}.policy-note{padding:14px;background:#fff8dc;border-left:4px solid var(--public-yellow)}.policy-contact-grid{display:grid;gap:10px}.policy-contact-grid a{display:flex;gap:8px;color:var(--public-green);font-weight:750}
.cac-accredited-main{min-height:100vh;padding:70px 18px}.cac-accredited-hero{width:min(980px,100%);margin:auto;padding:55px clamp(24px,6vw,65px);border-radius:4px}.cac-accredited-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:26px}.cac-primary-link,.cac-secondary-link{padding:12px 18px;text-decoration:none;font-weight:850}.cac-primary-link{background:#fff;color:var(--public-green)}.cac-secondary-link{border:1px solid rgba(255,255,255,.5);color:#fff}.cac-accredited-content{width:min(980px,100%);margin:20px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cac-accredited-content article h2{margin-top:0;color:#11372a}.cac-accredited-content article p{color:var(--public-muted)}
@media(max-width:800px){.pricing-clean-grid,.cac-accredited-content,.policy-layout{grid-template-columns:1fr}.policy-summary{position:static}.pricing-clean-grid{width:calc(100% - 28px);padding:45px 0}.policy-content-section{padding:40px 14px}.cac-accredited-main{padding:28px 14px}}

/* Public shell, consent, verification, and homepage authentication modal — 2026-07-14. */
:root{--mtp-cookie-offset:0px;--mtp-network-offset:0px;--mtp-page-top-offset:calc(var(--mtp-cookie-offset) + var(--mtp-network-offset));--mtp-public-focus:0 0 0 4px rgba(7,132,63,.2)}
html{scroll-padding-top:calc(90px + var(--mtp-page-top-offset))}
body{padding-top:var(--mtp-page-top-offset);transition:padding-top .18s ease}
[id]{scroll-margin-top:calc(100px + var(--mtp-page-top-offset))}
.navbar{top:var(--mtp-page-top-offset);box-shadow:none;transition:top .18s ease,box-shadow .18s ease,border-color .18s ease}
.navbar.is-scrolled{box-shadow:0 10px 30px rgba(3,20,15,.11);border-bottom-color:#cbded2}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #087047;outline-offset:2px;box-shadow:var(--mtp-public-focus)}
.nav-actions button,.mobile-buttons button{font:inherit;cursor:pointer}
.mtp-public-bootstrap-error{display:none!important}

.mtp-cookie-banner{position:fixed;inset:0 0 auto;z-index:4200;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:13px clamp(16px,3vw,44px);background:#fff;color:#18251f;border-bottom:1px solid #d8e4dc;box-shadow:0 8px 26px rgba(3,20,15,.11)}
.mtp-cookie-banner[hidden]{display:none}.mtp-cookie-message{max-width:900px}.mtp-cookie-message strong{font-size:.84rem}.mtp-cookie-message p{margin:3px 0 0;font-size:.76rem;line-height:1.5;color:#53645a}.mtp-cookie-message a{color:var(--public-green);font-weight:800}.mtp-cookie-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.mtp-cookie-actions button,.mtp-consent-card button{min-height:40px;padding:8px 13px;border:1px solid var(--public-green);background:#fff;color:var(--public-green);font-weight:850;cursor:pointer}.mtp-cookie-actions .primary,.mtp-consent-card .primary{background:var(--public-green);color:#fff}.mtp-cookie-actions .secondary,.mtp-consent-card .secondary{background:#fff;color:#15231c}.mtp-cookie-actions .link{padding-inline:8px;border-color:transparent;text-decoration:underline}.mtp-cookie-actions .close{width:40px;padding:0;border-color:#d8e4dc;color:#27362e;font-size:1.35rem}.mtp-footer-cookie-settings{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.mtp-consent-dialog{position:fixed;inset:0;z-index:6200;display:grid;place-items:center;padding:20px}.mtp-consent-dialog[hidden]{display:none}.mtp-consent-backdrop{position:absolute;inset:0;background:rgba(2,15,11,.72)}.mtp-consent-card{position:relative;z-index:1;width:min(620px,100%);max-height:min(760px,calc(100dvh - 32px));overflow:auto;padding:30px;background:#fff;border:1px solid #d9e4dc;box-shadow:0 30px 90px rgba(0,0,0,.3)}.mtp-consent-card h2{margin:5px 48px 8px 0;color:#10261d;font-size:1.8rem}.mtp-consent-card>p{color:#59685f}.mtp-consent-close{position:absolute;right:18px;top:18px;width:40px;padding:0!important;font-size:1.4rem}.mtp-dialog-eyebrow{display:block;color:var(--public-green);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mtp-consent-options{display:grid;gap:10px;margin:20px 0}.mtp-consent-options label{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid #dce8df;background:#f9fcfa}.mtp-consent-options strong,.mtp-consent-options small{display:block}.mtp-consent-options small{margin-top:3px;color:#627168;line-height:1.45}.mtp-consent-options input{width:22px;height:22px;accent-color:var(--public-green)}.mtp-consent-options b{grid-column:2;color:var(--public-green);font-size:.72rem}.mtp-consent-footer{display:flex;justify-content:flex-end;gap:9px}.mtp-consent-status{min-height:1.4em;margin-bottom:0;color:#8a2118;font-weight:750}

.mtp-human-gate{position:fixed;inset:0;z-index:7600;display:grid;place-items:center;padding:18px;background:rgba(3,20,15,.92);transition:opacity .24s ease}.mtp-human-gate.verified{opacity:0}.mtp-human-gate-open .mtv-support-center{display:none!important}.mtp-human-card{width:min(430px,100%);max-height:calc(100dvh - 28px);overflow:auto;padding:32px;background:#fff;text-align:center;border-top:5px solid var(--public-green);box-shadow:0 30px 90px rgba(0,0,0,.42);outline:0}.mtp-human-card>img{width:64px;height:64px;object-fit:contain;margin:0 auto 12px}.mtp-human-card h1{margin:5px 0 2px;color:#10261d;font-size:1.5rem}.mtp-human-card>strong{display:block;color:var(--public-green)}.mtp-human-card>p{color:#53645a}.mtp-recaptcha-widget{min-height:78px;display:flex;justify-content:center;align-items:center;margin:18px auto;max-width:100%;overflow:visible}.mtp-recaptcha-widget>div{max-width:100%}.mtp-human-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.mtp-human-card button,.mtp-human-card a.secondary{min-height:43px;padding:9px 18px;border:1px solid var(--public-green);background:#fff;color:var(--public-green);font-weight:850;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mtp-human-card small{display:block;margin-top:17px;color:#69766f;line-height:1.5}.mtp-human-status{min-height:1.5em;font-weight:700}

.site-loader{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:max(24px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:#fff;color:#101f18;opacity:1;visibility:visible;transition:opacity .22s ease,visibility .22s ease;pointer-events:auto}.site-loader[hidden]{display:none!important}.site-loader--leaving{opacity:0;visibility:hidden;pointer-events:none}.site-loader__panel{width:min(380px,100%);display:grid;justify-items:center;gap:18px;padding:30px 26px;border:1px solid #dce8df;border-top:4px solid var(--public-green);background:#fff;text-align:center;box-shadow:0 20px 60px rgba(5,45,30,.13)}.site-loader__brand{display:grid;justify-items:center;gap:11px}.site-loader__logo{width:64px;height:64px;object-fit:contain}.site-loader__brand strong,.site-loader__brand span{display:block}.site-loader__brand strong{color:#07140f;font-size:.96rem;font-weight:950;letter-spacing:.03em}.site-loader__brand span,.site-loader__tagline{color:#52645a;font-size:.78rem}.site-loader__indicator{position:relative;width:min(220px,70vw);height:3px;overflow:hidden;border-radius:999px;background:#e3ece6}.site-loader__line{position:absolute;inset-block:0;inline-size:42%;border-radius:999px;background:var(--public-green);animation:siteLoaderProgress 1.1s ease-in-out infinite}.site-loader__message{margin:0;color:#10261d;font-size:.88rem;font-weight:850}.site-loader__tagline{margin:-8px 0 0}.site-loader--transition{background:rgba(255,255,255,.96)}.mtp-dashboard-transition i{display:block;width:30px;height:30px;margin:17px auto;border:3px solid #d8ebdf;border-top-color:var(--public-green);border-radius:50%;animation:mtpPublicSpin .75s linear infinite}@keyframes siteLoaderProgress{0%{transform:translateX(-120%)}50%{transform:translateX(75%)}100%{transform:translateX(240%)}}@keyframes mtpPublicSpin{to{transform:rotate(360deg)}}

.mtp-auth-modal{position:fixed;inset:0;z-index:7000;display:grid;place-items:center;padding:clamp(12px,3vw,32px)}.mtp-auth-modal[hidden]{display:none}.mtp-auth-backdrop{position:absolute;inset:0;background:rgba(2,13,10,.72)}.mtp-auth-card{position:relative;z-index:1;width:min(420px,100%);max-height:calc(100dvh - 28px);overflow:auto;background:#fff;border:1px solid #dce8df;box-shadow:0 32px 100px rgba(0,0,0,.42);overscroll-behavior:contain}.mtp-auth-content{padding:clamp(22px,4vw,34px)}.mtp-auth-close{position:absolute;z-index:2;right:13px;top:13px;width:40px;height:40px;border:1px solid #dce8df;background:#fff;color:#24362d;font-size:1.45rem;cursor:pointer}.mtp-auth-header{text-align:center;margin-bottom:19px}.mtp-auth-header img{width:60px;height:60px;object-fit:contain;margin:0 auto 10px}.mtp-auth-header h1{margin:4px 35px 5px;color:#10261d;font-size:clamp(1.55rem,5vw,2rem);line-height:1.12}.mtp-auth-header p{margin:0;color:#66756d;font-size:.91rem}.mtp-auth-notice{margin:0 0 14px;padding:11px 12px;border-left:4px solid #b42318;background:#fff0ee;color:#8b2118;font-size:.85rem;font-weight:750}.mtp-auth-notice.success{border-color:#07843f;background:#edf9f2;color:#075b35}.mtp-auth-notice.warning{border-color:#e3ad13;background:#fff8dc;color:#725000}.mtp-auth-form{display:grid;gap:13px}.mtp-auth-field{display:grid;gap:6px;color:#26372e;font-size:.84rem;font-weight:800}.mtp-auth-field span{display:block}.mtp-auth-field em{font-weight:500;color:#728078}.mtp-auth-field input,.mtp-auth-field textarea{width:100%;min-height:48px;padding:11px 12px;border:1px solid #cfdad3;border-radius:4px;background:#fff;color:#111b16}.mtp-auth-field textarea{min-height:80px;resize:vertical}.mtp-auth-field small{min-height:.1em;color:#69776f;font-size:.72rem;font-weight:600}.mtp-password-wrap{position:relative}.mtp-password-wrap input{padding-right:62px}.mtp-password-wrap button{position:absolute;right:5px;top:5px;bottom:5px;padding:0 9px;border:0;background:#edf7f1;color:#075b35;font-size:.72rem;font-weight:850;cursor:pointer}.mtp-password-guide,.mtp-captcha-note{margin:0;padding:9px 11px;background:#f3f8f5;color:#53645a;font-size:.73rem;line-height:1.5}.mtp-auth-primary,.mtp-auth-secondary,.mtp-google-button{width:100%;min-height:49px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:4px;font:inherit;font-weight:900;cursor:pointer;text-decoration:none}.mtp-auth-primary{border:1px solid var(--public-green);background:var(--public-green);color:#fff}.mtp-auth-primary:disabled{opacity:.65;cursor:wait}.mtp-auth-secondary,.mtp-google-button{margin-top:10px;border:1px solid #cfdad3;background:#fff;color:#14251c}.mtp-google-button svg{width:19px;height:19px;flex:none}.mtp-check{display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;font-size:.76rem;line-height:1.5;color:#526158}.mtp-check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--public-green)}.mtp-check a{color:var(--public-green);font-weight:800}.mtp-or{display:flex;align-items:center;gap:10px;margin:14px 0;color:#78857e;font-size:.68rem;font-weight:900}.mtp-or::before,.mtp-or::after{content:"";height:1px;flex:1;background:#dce5df}.mtp-auth-inline-links,.mtp-auth-help-links{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.mtp-auth-inline-links button,.mtp-auth-help-links button,.mtp-auth-account-links button{padding:0;border:0;background:transparent;color:var(--public-green);font:inherit;font-size:.75rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.mtp-auth-help-links{justify-content:center;margin-top:13px}.mtp-auth-account-links{display:grid;gap:7px;margin-top:17px;text-align:center}.mtp-auth-legal{margin:15px 0 0;text-align:center;color:#707e76;font-size:.69rem}.mtp-auth-switch{margin:20px -34px -34px;padding:17px 24px;display:grid;gap:5px;text-align:center;background:#eef7f2;border-top:1px solid #d8e6dd}.mtp-auth-switch span{font-size:.75rem;color:#5c6c63}.mtp-auth-switch button{border:0;background:transparent;color:var(--public-green);font:inherit;font-weight:900;cursor:pointer;text-decoration:underline}.mtp-auth-two{display:grid;grid-template-columns:1fr 1.35fr;gap:9px}.mtp-auth-two .mtp-auth-secondary{margin:0}.mtp-otp{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.mtp-otp input{width:100%;min-width:0;height:52px;border:1px solid #cbd8d0;text-align:center;font-size:1.25rem;font-weight:900}.mtp-review-note{display:grid;gap:4px;margin:16px 0;padding:13px;border-left:4px solid var(--public-yellow);background:#fff8dc;color:#6f5000;font-size:.8rem}.mtp-help-list{display:grid;gap:10px}.mtp-help-list article{padding:13px;border:1px solid #dce8df;background:#f8fbf9}.mtp-help-list p{margin:4px 0 0;color:#617067;font-size:.82rem}.mtp-dashboard-transition{text-align:center;padding:18px 0}.mtp-dashboard-transition strong,.mtp-dashboard-transition span{display:block}.mtp-dashboard-transition span{margin-top:5px;color:#66756d}.mtp-auth-discard{position:sticky;z-index:4;bottom:0;padding:14px;background:#fff8dc;border-top:1px solid #efd886;text-align:center}.mtp-auth-discard>div{display:flex;justify-content:center;gap:8px;margin-top:9px}.mtp-auth-discard button{min-height:38px;padding:7px 11px;border:1px solid #805b00;background:#fff;color:#604700;font-weight:800;cursor:pointer}.mtp-auth-open .mtv-support-center{display:none!important}

@media(max-width:900px){.mtp-cookie-banner{align-items:flex-start;flex-direction:column;gap:9px}.mtp-cookie-actions{width:100%;flex-wrap:wrap}.mtp-cookie-actions .close{margin-left:auto}.mtp-cookie-actions button:not(.close){flex:1 1 160px}}
@media(max-width:600px){body{transition:none}.mtp-cookie-banner{padding:11px 12px}.mtp-cookie-message p{font-size:.72rem}.mtp-cookie-actions{display:grid;grid-template-columns:1fr 1fr}.mtp-cookie-actions .link,.mtp-cookie-actions .primary{grid-column:1/-1}.mtp-cookie-actions .close{position:absolute;right:8px;top:8px}.mtp-cookie-message{padding-right:35px}.mtp-consent-dialog,.mtp-auth-modal{padding:0;align-items:stretch}.mtp-consent-card,.mtp-auth-card{width:100%;max-height:100dvh;border:0}.mtp-consent-card{padding:24px 17px}.mtp-auth-content{padding:23px 17px}.mtp-auth-switch{margin:20px -17px -23px}.mtp-auth-close{right:8px;top:8px}.mtp-auth-header h1{font-size:1.55rem}.mtp-otp{gap:5px}.mtp-otp input{height:48px}.mtp-human-card{padding:25px 16px}.mtp-recaptcha-widget{transform-origin:center;max-width:304px}.mtp-recaptcha-widget iframe{max-width:100%}.mtp-consent-footer,.mtp-auth-two{grid-template-columns:1fr;display:grid}.mtp-consent-footer button{width:100%}}
@media(max-width:360px){.mtp-recaptcha-widget{transform:scale(.92);height:74px;margin-left:-8px;margin-right:-8px}}
@media(max-width:360px){.mtp-otp{gap:3px}.mtp-otp input{height:44px;font-size:1rem}.mtp-cookie-actions{grid-template-columns:1fr}.mtp-cookie-actions .link,.mtp-cookie-actions .primary{grid-column:auto}}
@media(prefers-reduced-motion:reduce){body,.navbar,.mtp-human-gate,.site-loader{transition-duration:1ms!important}.site-loader__line{animation:none!important;inline-size:100%}.mtp-dashboard-transition i{animation-duration:1.5s}}

.contact-field-label{display:grid;gap:.45rem;color:#fff;font-weight:750;text-align:left}
.contact-field-label em{font-size:.78rem;font-weight:500;opacity:.78}

/* Public experience v2: shared navigation, homepage, footer, and loaders */
.mtp-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}
.mtp-skip-link{position:fixed;z-index:9000;left:16px;top:12px;padding:11px 15px;background:#fff;color:#063e28;font-weight:800;transform:translateY(-180%);transition:transform .18s ease;box-shadow:0 10px 32px rgba(0,0,0,.2)}
.mtp-skip-link:focus{transform:none}
html.is-loading body{overflow:hidden}

#header{position:relative;z-index:5100}
.navbar{z-index:5100;background:rgba(255,255,255,.98)}
.nav-wrapper{max-width:1240px;transition:min-height .18s ease,padding .18s ease}
.navbar.is-scrolled .nav-wrapper{min-height:70px;padding-block:8px}
.brand-text{display:grid;line-height:1.1}
.brand-text strong{font-size:.92rem;color:#092f23;letter-spacing:-.02em}
.brand-text em{color:var(--public-green-2);font-style:normal}
.brand-text small{margin-top:5px;color:#66756d;font-size:.62rem}
.nav-links a,.mega-trigger{border-radius:4px}
.nav-links a.active-link,.mega-trigger.is-current{background:#edf8f2;color:var(--public-green)}
.mega-menu{width:min(310px,calc(100vw - 24px));max-height:calc(100vh - 110px);padding:10px;overflow:auto;border-radius:6px;z-index:20}
.mega-menu .mega-column{display:grid;gap:3px}
.mega-menu .mega-column a{display:flex;min-height:42px!important;padding:10px 11px!important;border-radius:3px;color:#20332a;font-size:.84rem}
.mega-menu .mega-column a:hover,.mega-menu .mega-column a:focus-visible,.mega-menu .mega-column a.active-link{background:#eaf7ef;color:#065c37}
.signin-btn{background:#111!important;border-color:#111!important;color:#fff!important;border-radius:4px}
.signin-btn:hover{background:#2a2a2a!important;border-color:#2a2a2a!important;transform:translateY(-1px)}
.nav-actions .primary-btn{background:var(--public-green)!important;color:#fff!important;border-radius:4px}
.nav-actions .primary-btn:hover{background:#087443!important;transform:translateY(-1px)}
.mobile-sidebar{z-index:5400;border-left:1px solid var(--public-line)}
.mobile-overlay{z-index:5300}
.mobile-brand{color:#092f23;text-decoration:none;font-size:.83rem}
.mobile-links a.active-link{border-color:#9bcbb0;background:#e9f7ef;color:#065d38}
.mobile-buttons .mobile-signin{justify-content:center;background:#111;border-color:#111;color:#fff}
.mobile-buttons .mobile-start{justify-content:center;border-color:var(--public-green);color:#fff}

.mtp-homepage main{overflow:clip}
.mtp-homepage section{scroll-margin-top:calc(92px + var(--mtp-page-top-offset))}
.mtp-home-hero{position:relative;isolation:isolate;width:100%;padding:0!important;background:#03271d;color:#fff;overflow:hidden}
.mtp-hero-viewport{position:relative;min-height:clamp(620px,calc(100svh - 82px),780px)}
.mtp-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:clamp(32px,7vw,90px);width:100%;max-width:1280px;margin:auto;padding:clamp(80px,10vw,126px) clamp(22px,6vw,78px) 110px;opacity:0;visibility:hidden;transform:translateX(24px);transition:opacity .65s ease,transform .65s ease,visibility .65s;pointer-events:none}
.mtp-hero-slide::before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 78% 42%,rgba(68,215,135,.22),transparent 31%),linear-gradient(100deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px);background-size:auto,54px 54px,54px 54px}
.mtp-hero-slide.is-active{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.mtp-hero-copy{max-width:760px}
.mtp-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#0b7547;font-size:.74rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.mtp-home-hero .mtp-eyebrow{margin-bottom:18px;color:#8cf0b9}
.mtp-hero-copy h1,.mtp-hero-copy h2{max-width:820px;margin:0;color:#fff;font-size:clamp(2.6rem,5.8vw,5.25rem);line-height:1.02;letter-spacing:-.052em;text-wrap:balance}
.mtp-hero-copy p{max-width:680px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.75}
.mtp-hero-actions,.mtp-inline-actions,.mtp-partner-ctas{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
.mtp-hero-actions{margin-top:32px}
.mtp-button{min-height:50px;padding:11px 20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;text-decoration:none;font-weight:850;line-height:1.2;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.mtp-button:hover{transform:translateY(-2px)}
.mtp-button-primary{background:#0a8b50;color:#fff;border-color:#0a8b50}
.mtp-button-primary:hover{background:#0aa45e;border-color:#0aa45e}
.mtp-button-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.mtp-button-secondary:hover{background:#fff;color:#063e28}
.mtp-button-dark{background:#111;color:#fff;border-color:#111}
.mtp-button-outline{background:#fff;color:#075b37;border-color:#7ab995}
.mtp-hero-visual{position:relative;display:grid;place-items:center;min-height:360px}
.mtp-visual-orbit{position:absolute;width:min(31vw,380px);aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%}
.mtp-visual-orbit::before,.mtp-visual-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.mtp-visual-orbit::before{inset:12%}.mtp-visual-orbit::after{inset:27%}
.mtp-visual-card{position:relative;width:min(330px,90%);padding:34px;background:rgba(255,255,255,.96);color:#0d2c20;border-top:5px solid #14a963;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.mtp-visual-card svg{width:56px;height:56px;margin-bottom:28px;color:#07864d}
.mtp-visual-card strong,.mtp-visual-card small{display:block}.mtp-visual-card strong{font-size:1.2rem}.mtp-visual-card small{margin-top:8px;color:#627168}
.mtp-hero-controls{position:absolute;z-index:4;left:50%;bottom:35px;display:flex;align-items:center;gap:14px;transform:translateX(-50%)}
.mtp-hero-controls>button{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:rgba(0,0,0,.22);color:#fff;cursor:pointer}
.mtp-hero-controls svg{width:18px;height:18px}
.mtp-hero-dots{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(0,0,0,.2)}
.mtp-hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.44);cursor:pointer;transition:width .2s ease,background .2s ease}
.mtp-hero-dots button.is-active{width:28px;background:#7cebae}

.mtp-home-section{padding:clamp(76px,9vw,118px) clamp(18px,5vw,72px)!important}
.mtp-section-shell{width:min(1180px,100%);margin:auto}
.mtp-section-heading{max-width:760px;margin-bottom:38px}
.mtp-section-heading h2,.mtp-section-copy h2{margin:9px 0 15px;color:#10251c;font-size:clamp(2rem,4vw,3.3rem);line-height:1.12;letter-spacing:-.035em;text-wrap:balance}
.mtp-section-heading p,.mtp-section-copy p{color:#5c6d63}
.mtp-section-heading>p{max-width:710px;margin:0;font-size:1rem;line-height:1.75}
.mtp-split{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:clamp(40px,8vw,100px)}
.mtp-who{background:#fff}
.mtp-section-copy .mtp-lead{font-size:1.08rem;line-height:1.75}
.mtp-section-copy blockquote{margin:25px 0;padding:15px 19px;border-left:4px solid #0a9254;background:#eef8f2;color:#075d38;font-size:1.25rem;font-weight:800}
.mtp-inline-actions{margin-top:25px}.mtp-text-link{display:inline-flex;align-items:center;gap:7px;color:#067040;font-weight:850;text-decoration:none}.mtp-text-link.muted{color:#54675d;font-size:.86rem}.mtp-text-link svg{width:18px}
.mtp-who-graphic{position:relative;min-height:440px;padding:48px;display:grid;place-items:center;background:linear-gradient(150deg,#073b2a,#08643e);overflow:hidden}
.mtp-who-graphic::before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.17)}
.mtp-who-graphic>img{position:relative;width:112px;height:112px;padding:13px;background:#fff;border-radius:50%;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.mtp-who-graphic>div{position:relative;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.mtp-who-graphic span{min-height:72px;padding:13px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:.76rem;font-weight:750}.mtp-who-graphic svg{width:20px;flex:none;color:#82efb3}
.mtp-why-register{background:#f1f7f3}
.mtp-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mtp-benefit-card{min-height:245px;padding:28px;background:#fff;border:1px solid #d9e7de;box-shadow:0 12px 30px rgba(5,45,30,.045)}
.mtp-benefit-card svg{width:38px;height:38px;padding:8px;background:#e7f7ee;color:#087244;border-radius:4px}
.mtp-benefit-card h3{margin:24px 0 9px;color:#173127;font-size:1.03rem}.mtp-benefit-card p{margin:0;color:#64736b;font-size:.88rem;line-height:1.65}
.mtp-partners{background:#fff}
.mtp-partner-directory{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:18px}
.mtp-partner-item,.mtp-partner-policy{min-height:180px;padding:28px;display:flex;align-items:center;gap:28px;border:1px solid #dbe7df;background:#f8fbf9}
.mtp-partner-item img{width:170px;height:70px;object-fit:contain;filter:grayscale(1);opacity:.8;transition:.2s}.mtp-partner-item:hover img{filter:none;opacity:1}
.mtp-partner-item strong,.mtp-partner-policy strong{color:#173127}.mtp-partner-item p,.mtp-partner-policy p{margin:7px 0 0;color:#617068;font-size:.86rem;line-height:1.6}
.mtp-partner-policy{background:#062d21;color:#fff;border-color:#062d21}.mtp-partner-policy svg{width:42px;height:42px;flex:none;color:#7cebae}.mtp-partner-policy strong{color:#fff}.mtp-partner-policy p{color:rgba(255,255,255,.72)}
.mtp-partner-with-us{background:#082e22;color:#fff}
.mtp-partner-with-us .mtp-section-heading h2,.mtp-partner-with-us .mtp-faq h3{color:#fff}.mtp-partner-with-us .mtp-section-heading p{color:rgba(255,255,255,.7)}.mtp-partner-with-us .mtp-eyebrow{color:#79e9ab}
.mtp-partnership-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.mtp-partnership-grid article{min-height:215px;padding:24px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}
.mtp-partnership-grid svg{width:34px;height:34px;color:#82edb2}.mtp-partnership-grid h3{margin:22px 0 8px;color:#fff;font-size:.98rem}.mtp-partnership-grid p{margin:0;color:rgba(255,255,255,.66);font-size:.82rem;line-height:1.65}
.mtp-partner-ctas{margin-top:32px}.mtp-partner-with-us .mtp-button-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.42)}
.mtp-faq{margin-top:74px;padding-top:62px;border-top:1px solid rgba(255,255,255,.16)}
.mtp-faq header{margin-bottom:24px}.mtp-faq h3{margin:8px 0 0;font-size:clamp(1.7rem,3vw,2.5rem)}
.mtp-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mtp-faq details{padding:0 19px;background:#fff;color:#183127}.mtp-faq summary{padding:18px 0;cursor:pointer;font-weight:800}.mtp-faq details p{margin:0;padding:0 0 20px;color:#617168;font-size:.86rem;line-height:1.65}
.mtp-testimonials{background:#f2f7f4}
.mtp-testimonial-empty{min-height:190px;padding:35px;display:flex;align-items:center;gap:25px;background:#fff;border:1px solid #d9e7de}
.mtp-testimonial-empty svg{width:48px;height:48px;flex:none;color:#0a8550}.mtp-testimonial-empty h3{margin:0;color:#173127}.mtp-testimonial-empty p{max-width:720px;margin:7px 0 0;color:#617168;line-height:1.65}

.premium-footer{padding-top:68px}
.newsletter-content>span{color:#7fe9ad;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.newsletter-content h2{color:#fff}.newsletter-form{position:relative}.newsletter-form button{cursor:pointer}.newsletter-form button:disabled{opacity:.72;cursor:wait}
.footer-brand{display:grid;align-content:start;gap:12px}.footer-brand>strong{color:#8beeb6}.footer-socials{display:flex;gap:8px}.footer-socials a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);color:#fff}.footer-socials svg{width:18px;height:18px}
.footer-links a:hover,.footer-links a:focus-visible{color:#8beeb6}.footer-contact a{text-decoration:none}.footer-contact .contact-item{align-items:flex-start}.contact-item svg{width:18px;height:18px;flex:none;margin-top:3px}.footer-bottom-legal p{margin:0 0 8px}.footer-legal-links a{color:rgba(255,255,255,.7);text-decoration:none}.back-top{cursor:pointer}

html.public-js-ready .reveal{opacity:0!important;visibility:visible!important;transform:translateY(18px)!important;transition:opacity .6s ease,transform .6s ease!important}
html.public-js-ready .reveal.active{opacity:1!important;transform:none!important}
.mtp-benefit-grid .reveal:nth-child(2),.mtp-partnership-grid .reveal:nth-child(2){transition-delay:.06s!important}.mtp-benefit-grid .reveal:nth-child(3),.mtp-partnership-grid .reveal:nth-child(3){transition-delay:.12s!important}.mtp-benefit-grid .reveal:nth-child(4),.mtp-partnership-grid .reveal:nth-child(4){transition-delay:.18s!important}

@media(max-width:1080px){
  .mtp-hero-slide{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}
  .mtp-partnership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .mtp-hero-viewport{min-height:760px}
  .mtp-hero-slide{grid-template-columns:1fr;align-content:center;gap:28px;padding:80px 22px 105px;text-align:center}
  .mtp-hero-copy{margin:auto}.mtp-hero-copy p{margin-inline:auto}.mtp-hero-actions{justify-content:center}
  .mtp-hero-visual{min-height:220px}.mtp-visual-orbit{width:230px}.mtp-visual-card{width:min(330px,78%);padding:22px;text-align:left}.mtp-visual-card svg{width:42px;height:42px;margin-bottom:16px}
  .mtp-split,.mtp-partner-directory{grid-template-columns:1fr}.mtp-who-graphic{min-height:390px}.mtp-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mtp-faq-list{grid-template-columns:1fr}
}
@media(max-width:720px){
  .brand-text strong{font-size:.78rem}.brand-text small{display:none}.logo img{width:46px;height:46px}
  .mtp-hero-viewport{min-height:730px}.mtp-hero-copy h1,.mtp-hero-copy h2{font-size:clamp(2.25rem,11vw,3.65rem)}.mtp-hero-copy p{font-size:.95rem}
  .mtp-hero-actions{display:grid}.mtp-hero-actions .mtp-button{width:100%}.mtp-hero-visual{min-height:205px}.mtp-visual-card{width:min(330px,90%)}
  .mtp-home-section{padding:68px 18px!important}.mtp-benefit-grid,.mtp-partnership-grid{grid-template-columns:1fr}.mtp-benefit-card,.mtp-partnership-grid article{min-height:0}.mtp-partner-item,.mtp-partner-policy,.mtp-testimonial-empty{align-items:flex-start;flex-direction:column}.mtp-partner-item img{align-self:center}.mtp-who-graphic{min-height:350px;padding:35px 26px}.mtp-who-graphic>div{grid-template-columns:1fr}.mtp-who-graphic span{min-height:54px}.mtp-partner-ctas{display:grid}.mtp-partner-ctas .mtp-button{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}.footer-bottom{display:grid}.footer-legal-links{gap:8px 14px}
}

/* Professional public notice, network coordination, and floating notice CTA - 2026-07-15 */
#mtv-network-status{top:var(--mtp-cookie-offset,0px)!important;transition:top .18s ease,opacity .18s ease}
.policy-summary{top:calc(102px + var(--mtp-page-top-offset))}

.mtp-public-notice-cta{position:fixed;z-index:2600;left:0;top:50%;min-width:34px;min-height:124px;padding:11px 8px;display:flex;align-items:center;justify-content:center;gap:7px;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);border:1px solid #111;border-left:0;border-radius:0 4px 4px 0;background:#087a43;color:#fff;text-decoration:none;font-size:.66rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.mtp-public-notice-cta svg{width:15px;height:15px;flex:none;stroke-width:2.35}
.mtp-public-notice-cta:hover,.mtp-public-notice-cta:focus-visible{background:#111;color:#fff;box-shadow:0 15px 38px rgba(0,0,0,.28)}
body.mtp-support-open .mtp-public-notice-cta{opacity:0;pointer-events:none}

.mtp-public-notice-page{background:#f5f8f6;color:#17261f}
.mtp-notice-main{min-height:70vh;overflow:clip}
.mtp-notice-shell{width:min(1120px,100%);margin:0 auto}
.mtp-notice-hero{padding:clamp(92px,11vw,142px) clamp(18px,5vw,72px);background:radial-gradient(circle at 82% 12%,rgba(124,235,174,.2),transparent 29%),linear-gradient(135deg,#03271d,#087047);color:#fff}
.mtp-notice-hero .mtp-eyebrow{color:#8af0b8}
.mtp-notice-hero h1{max-width:900px;margin:10px 0 16px;color:#fff;font-size:clamp(2.4rem,6vw,5rem);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}
.mtp-notice-hero p{max-width:780px;margin:0;color:rgba(255,255,255,.78);font-size:clamp(.98rem,1.6vw,1.14rem);line-height:1.75}
.mtp-notice-content{padding:clamp(58px,8vw,96px) clamp(18px,5vw,72px)}
.mtp-notice-list-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);align-items:end;gap:30px;margin-bottom:34px}
.mtp-notice-list-heading h2{margin:8px 0 0;color:#10291f;font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.12}
.mtp-notice-list-heading>p{margin:0;color:#5b6c63;line-height:1.7}
.mtp-notice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.mtp-notice-card{min-height:310px;padding:27px;display:flex;flex-direction:column;border:1px solid #d5e2da;border-top:4px solid #168452;background:#fff;box-shadow:0 12px 35px rgba(4,47,30,.05)}
.mtp-notice-card.is-urgent{border-top-color:#b42318;background:#fffafa}
.mtp-notice-labels{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.mtp-notice-labels span,.mtp-notice-labels strong,.mtp-notice-labels em{padding:5px 8px;border-radius:3px;font-size:.65rem;font-style:normal;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
.mtp-notice-labels span{background:#e7f6ed;color:#08643e}.mtp-notice-labels strong{background:#b42318;color:#fff}.mtp-notice-labels em{background:#111;color:#fff}
.mtp-notice-card>time{margin-top:18px;color:#6c7a72;font-size:.76rem;font-weight:750}
.mtp-notice-card h3{margin:10px 0;color:#173128;font-size:1.18rem;line-height:1.35}
.mtp-notice-card p{margin:0 0 24px;color:#627168;font-size:.88rem;line-height:1.7}
.mtp-notice-card>a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#087044;font-weight:900;text-decoration:none}
.mtp-notice-card>a svg{width:18px;height:18px}
.mtp-notice-state{min-height:240px;padding:35px;display:flex;align-items:center;justify-content:center;gap:22px;border:1px solid #d5e2da;background:#fff;text-align:left}
.mtp-notice-state>svg{width:48px;height:48px;flex:none;color:#0b8150}.mtp-notice-state h3{margin:0;color:#173128;font-size:1.25rem}.mtp-notice-state p{max-width:650px;margin:8px 0 0;color:#617068;line-height:1.7}
.mtp-notice-state.is-error{border-left:5px solid #b42318;background:#fff8f7}.mtp-notice-state.is-error>svg{color:#b42318}
.mtp-notice-pagination{margin-top:34px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.mtp-notice-pagination a,.mtp-notice-pagination span{min-height:42px;padding:9px 14px;display:inline-flex;align-items:center;border:1px solid #cadbd0;background:#fff;color:#17402e;text-decoration:none;font-weight:800}.mtp-notice-pagination a:hover{border-color:#087a43;color:#087a43}
.mtp-notice-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:24px;color:#076c40;text-decoration:none;font-weight:850}.mtp-notice-back svg{width:18px}
.mtp-notice-detail{padding:clamp(25px,5vw,58px);border:1px solid #d6e3da;border-top:5px solid #14854f;background:#fff;box-shadow:0 18px 55px rgba(5,45,30,.07)}
.mtp-notice-detail.is-urgent{border-top-color:#b42318}
.mtp-notice-detail h2{max-width:900px;margin:20px 0 12px;color:#122b21;font-size:clamp(1.8rem,4vw,3.35rem);line-height:1.15;text-wrap:balance}
.mtp-notice-meta{margin:0;color:#6a786f;font-size:.82rem}
.mtp-notice-message{margin-top:34px;padding-top:31px;border-top:1px solid #dce6df;color:#33473d;font-size:1rem;line-height:1.85;overflow-wrap:anywhere}
.mtp-notice-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:36px;padding-top:28px;border-top:1px solid #dce6df}
.mtp-button-outline-dark{background:#fff;color:#173128;border-color:#9db6a7}

@media(max-width:960px){.mtp-notice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mtp-notice-list-heading{grid-template-columns:1fr;align-items:start}.mtp-public-notice-cta{z-index:2500}}
@media(max-width:700px){
  .mtp-public-notice-cta{left:max(10px,env(safe-area-inset-left));top:auto;bottom:max(12px,env(safe-area-inset-bottom));min-width:0;min-height:36px;padding:7px 11px;gap:7px;writing-mode:horizontal-tb;transform:none;border:1px solid #111;border-radius:999px;font-size:.62rem;letter-spacing:.03em}
  .mtp-notice-hero{padding-top:82px;padding-bottom:82px}.mtp-notice-grid{grid-template-columns:1fr}.mtp-notice-card{min-height:0}.mtp-notice-state{align-items:flex-start;flex-direction:column;padding:27px}.mtp-notice-detail{padding:25px 19px}.mtp-notice-actions{display:grid}.mtp-notice-actions .mtp-button{width:100%}
}
@media(max-width:360px){.mtp-public-notice-cta{left:8px;bottom:8px;min-height:34px;padding:6px 10px}.mtp-public-notice-cta svg{width:14px;height:14px}.mtp-notice-content{padding-inline:14px}.mtp-notice-card{padding:22px 18px}}
@media(prefers-reduced-motion:reduce){#mtv-network-status,.mtp-public-notice-cta{transition:none!important}}
@media(max-width:380px){
  .nav-wrapper{padding-inline:10px}.mobile-sidebar{width:100%}.brand-text strong{font-size:.7rem}.mtp-hero-slide{padding-inline:16px}.mtp-hero-visual{min-height:185px}.mtp-visual-card{padding:18px}.mtp-hero-controls{gap:8px}.mtp-hero-controls>button{width:40px;height:40px}
  .mtp-button{padding-inline:14px}.mtp-home-section{padding-inline:14px!important}.newsletter-wrapper{padding:19px}.premium-footer{padding-inline:14px}
}
@media(prefers-reduced-motion:reduce){
  html.public-js-ready .reveal,html.public-js-ready .reveal.active{opacity:1!important;transform:none!important;transition:none!important}
  .mtp-hero-slide,.mtp-hero-dots button,.mtp-button,.mtp-partner-item img{transition:none!important}
}

/* Compliance navigation, directory, and assessment - 2026-07-15 */
.mega-nested{position:relative;display:grid}
.mega-nested-trigger,.mobile-nested-btn{width:100%;min-height:42px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:3px;background:transparent;color:#20332a;text-align:left;font:inherit;font-size:.84rem;font-weight:750;cursor:pointer}
.mega-nested-trigger:hover,.mega-nested-trigger:focus-visible,.mega-nested.open>.mega-nested-trigger{background:#eaf7ef;color:#065c37}
.mega-nested-menu{display:none;max-height:min(440px,calc(100dvh - 230px));padding:7px;overflow:auto;border-radius:4px;background:#075b38}
.mega-nested.open>.mega-nested-menu{display:grid}
.mega-menu .mega-column .mega-nested-menu a{min-height:36px!important;padding:8px 9px!important;background:transparent;color:#fff;font-size:.76rem}
.mega-menu .mega-column .mega-nested-menu a:hover,.mega-menu .mega-column .mega-nested-menu a:focus-visible{background:rgba(255,255,255,.13);color:#fff}
.mega-menu .mega-column .mega-nested-menu .mega-nested-overview{margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.2);color:#a4f1c5;font-weight:900}
.mtp-nav-compliance-check{gap:11px!important;margin-top:6px;padding-block:11px!important;border-top:1px solid #dce8df;border-radius:0!important}
.mtp-nav-compliance-icon{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:50%;background:#dff2e6;color:#087247}
.mtp-nav-compliance-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mtp-nav-compliance-check>span:last-child{display:grid;gap:2px}.mtp-nav-compliance-check strong{font-size:.8rem}.mtp-nav-compliance-check small{color:#718078;font-size:.64rem;font-weight:600;line-height:1.3}
.mobile-nested{display:grid}.mobile-nested-btn{min-height:44px;border:1px solid #d6e3da;background:#fff;font-weight:800}.mobile-nested-menu{display:none;padding:7px;gap:5px;background:#075b38}.mobile-nested.open>.mobile-nested-menu{display:grid}.mobile-nested-menu a{min-height:40px!important;border-color:rgba(255,255,255,.15)!important;background:transparent!important;color:#fff!important;font-size:.74rem}.mobile-nested-menu a:hover,.mobile-nested-menu a:focus-visible{background:rgba(255,255,255,.12)!important}

.mtp-compliance-directory-page,.mtp-compliance-check-page{background:#f5f8f6;color:#17271f}
.mtp-compliance-main,.mtp-assessment-main{min-height:70vh;overflow:clip}
.mtp-compliance-shell,.mtp-assessment-shell{width:min(1180px,100%);margin:0 auto}
.mtp-compliance-hero,.mtp-assessment-intro{padding:clamp(92px,11vw,145px) clamp(18px,5vw,72px);background:radial-gradient(circle at 82% 15%,rgba(126,238,177,.2),transparent 30%),linear-gradient(135deg,#03271d,#087047);color:#fff}
.mtp-compliance-hero .mtp-eyebrow,.mtp-assessment-intro .mtp-eyebrow{color:#8cf0b9}.mtp-assessment-intro .mtp-eyebrow svg{width:18px;height:18px}
.mtp-compliance-hero h1,.mtp-assessment-intro h1{max-width:900px;margin:11px 0 17px;color:#fff;font-size:clamp(2.45rem,6vw,5rem);line-height:1.03;letter-spacing:-.045em;text-wrap:balance}
.mtp-compliance-hero p,.mtp-assessment-intro p{max-width:790px;margin:0;color:rgba(255,255,255,.78);font-size:clamp(.98rem,1.6vw,1.14rem);line-height:1.75}
.mtp-compliance-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}
.mtp-compliance-directory{padding:clamp(65px,8vw,105px) clamp(18px,5vw,72px)}
.mtp-compliance-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);gap:35px;align-items:end;margin-bottom:38px}.mtp-compliance-heading h2{margin:8px 0 0;color:#112a20;font-size:clamp(2rem,4vw,3.3rem);line-height:1.12}.mtp-compliance-heading>p{margin:0;color:#5d6d64;line-height:1.75}
.mtp-compliance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;align-items:stretch}
.mtp-compliance-card{min-width:0;padding:27px;display:flex;flex-direction:column;border:1px solid #d5e3da;border-top:4px solid #11814c;background:#fff;box-shadow:0 12px 34px rgba(4,48,30,.045)}
.mtp-compliance-card-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:19px;border-radius:50%;background:#e3f5ea;color:#087247}.mtp-compliance-card-icon svg{width:22px;height:22px}
.mtp-compliance-card>span{color:#087247;font-size:.67rem;font-weight:900;letter-spacing:.065em;text-transform:uppercase}.mtp-compliance-card h3{margin:7px 0 10px;color:#142e23;font-size:1.15rem}.mtp-compliance-card>p{margin:0;color:#617168;font-size:.86rem;line-height:1.65}
.mtp-compliance-card dl{display:grid;gap:11px;margin:22px 0}.mtp-compliance-card dl>div{padding-top:10px;border-top:1px solid #e0e9e3}.mtp-compliance-card dt{color:#264438;font-size:.7rem;font-weight:900;text-transform:uppercase}.mtp-compliance-card dd{margin:4px 0 0;color:#66756d;font-size:.76rem;line-height:1.55}
.mtp-compliance-card-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}.mtp-compliance-card-actions a{min-height:43px;padding:9px 12px;display:flex;align-items:center;justify-content:center;border:1px solid #087247;border-radius:3px;text-align:center;text-decoration:none;font-size:.76rem;font-weight:900}.mtp-compliance-card-actions a:first-child{background:#087247;color:#fff}.mtp-compliance-card-actions a:last-child{background:#fff;color:#087247}

.mtp-assessment-intro{padding-block:clamp(80px,9vw,115px);text-align:center}.mtp-assessment-intro .mtp-assessment-shell{display:grid;justify-items:center}.mtp-assessment-intro p{max-width:710px}
.mtp-assessment-section{padding:clamp(42px,7vw,84px) clamp(14px,4vw,56px)}.mtp-assessment-section .mtp-assessment-shell{width:min(920px,100%)}
.mtp-assessment-disclaimer{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:15px 17px;border:1px solid #e7d58f;background:#fff9e6;color:#604b0a}.mtp-assessment-disclaimer svg{width:20px;height:20px;flex:none;margin-top:2px}.mtp-assessment-disclaimer p{margin:0;font-size:.8rem;line-height:1.6}
.mtp-assessment{padding:clamp(20px,4vw,38px);border:1px solid #dce4df;border-radius:12px;background:#fafbfc;box-shadow:0 18px 55px rgba(7,42,28,.06)}
.mtp-assessment-progress-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}.mtp-assessment-progress-header div{display:grid;gap:3px}.mtp-assessment-progress-header span{color:#1f352c;font-weight:900}.mtp-assessment-progress-header strong{color:#708077;font-size:.73rem}.mtp-assessment-progress-header button{padding:5px 0;border:0;background:transparent;color:#087247;font:inherit;font-size:.74rem;font-weight:850;text-decoration:underline;cursor:pointer}
.mtp-assessment-progress{height:4px;overflow:hidden;border-radius:999px;background:#e1e5e8}.mtp-assessment-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:#087247;transition:width .25s ease}.mtp-assessment-remaining{margin:10px 0 20px;color:#65756c;font-size:.75rem}
.mtp-assessment-context{display:flex;align-items:center;gap:9px;margin-bottom:13px;padding:11px 13px;border:1px solid #b7dfc7;border-radius:7px;background:#edf9f2;color:#075f39;font-size:.76rem;font-weight:800}.mtp-assessment-context svg{width:18px;height:18px;flex:none}
.mtp-assessment-question{padding:clamp(18px,3vw,28px);border:1px solid #d9dfe3;border-radius:12px;background:#fff}.mtp-assessment-question h2{margin:0;color:#1e2d36;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.35}.mtp-assessment-question>p{margin:7px 0 20px;color:#75808e;font-size:.82rem;line-height:1.55}
.mtp-assessment-options{display:grid;gap:7px}.mtp-assessment-answer{position:relative;min-height:66px;padding:13px 44px 13px 13px;display:grid;align-content:center;gap:3px;border:1px solid #d8dee4;border-radius:9px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.mtp-assessment-answer:hover{border-color:#91bca3;background:#fbfefc}.mtp-assessment-answer.is-selected{border-color:#087247;background:#edf8f2;box-shadow:0 0 0 1px #087247}.mtp-assessment-answer input{position:absolute;right:15px;top:50%;width:19px;height:19px;margin:0;transform:translateY(-50%);accent-color:#087247}.mtp-assessment-answer:focus-within{outline:2px solid #087247;outline-offset:2px}.mtp-assessment-answer strong{color:#3d4857;font-size:.84rem}.mtp-assessment-answer small{color:#778190;font-size:.72rem;line-height:1.45}
.mtp-assessment-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px}.mtp-assessment-controls button{min-height:44px;padding:9px 18px;border:1px solid #b8c5bd;border-radius:4px;background:#fff;color:#24362d;font:inherit;font-size:.8rem;font-weight:900;cursor:pointer}.mtp-assessment-controls button[data-assessment-next]{margin-left:auto;border-color:#087247;background:#087247;color:#fff}.mtp-assessment-controls button:disabled{opacity:.5;cursor:not-allowed}
.mtp-assessment-loading,.mtp-assessment-noscript{min-height:260px;display:grid;place-items:center;align-content:center;text-align:center;color:#627168}.mtp-assessment-loading>span{width:30px;height:30px;border:3px solid #d8e9df;border-top-color:#087247;border-radius:50%;animation:mtpPublicSpin .75s linear infinite}.mtp-assessment-loading p{margin:13px 0 0}.mtp-assessment-noscript{padding:25px}.mtp-assessment-noscript a{color:#087247;font-weight:800}
.mtp-assessment-result{display:grid;gap:26px}
.mtp-assessment-recommendations>h3{margin:0 0 6px;color:#163126}.mtp-assessment-recommendations>p{margin:0 0 17px;color:#66756d;font-size:.83rem}.mtp-recommendation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mtp-recommendation-card{padding:18px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;border:1px solid #d6e2da;border-radius:8px;background:#fff;text-decoration:none}.mtp-recommendation-card>.mtp-recommendation-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e3f5ea;color:#087247}.mtp-recommendation-card svg{width:19px;height:19px}.mtp-recommendation-card strong{display:block;color:#183229;font-size:.87rem}.mtp-recommendation-card small{display:block;margin-top:4px;color:#6a7870;font-size:.72rem;line-height:1.5}.mtp-result-actions{display:flex;gap:10px;flex-wrap:wrap}.mtp-result-actions .mtp-button{min-width:190px}.mtp-assessment-privacy{margin:0;color:#78847d;font-size:.7rem;line-height:1.5}

@media(max-width:1020px){.mtp-compliance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.mtp-compliance-heading{grid-template-columns:1fr;align-items:start}.mtp-recommendation-list{grid-template-columns:1fr}}
@media(max-width:620px){.mtp-compliance-grid{grid-template-columns:1fr}.mtp-compliance-hero-actions{display:grid}.mtp-compliance-hero-actions .mtp-button{width:100%}.mtp-assessment{padding:17px 12px;border-radius:8px}.mtp-assessment-question{padding:18px 13px}.mtp-assessment-progress-header{align-items:start}.mtp-assessment-controls{display:grid;grid-template-columns:1fr 1fr}.mtp-assessment-controls button{width:100%}.mtp-assessment-controls button[data-assessment-next]{margin:0}.mtp-result-actions{display:grid}.mtp-result-actions .mtp-button{width:100%}.mtp-compliance-card{padding:23px 19px}}
@media(max-width:360px){.mtp-assessment-section{padding-inline:8px}.mtp-assessment-answer{padding-left:11px}.mtp-assessment-progress-header span{font-size:.85rem}}
@media(prefers-reduced-motion:reduce){.mtp-assessment-progress>span,.mtp-assessment-answer{transition:none!important}.mtp-assessment-loading>span{animation-duration:1.5s}}

/* Compliance assessment conditional wizard - 2026-07-16 */
.compliance-check-page .mtp-assessment-section .mtp-assessment-shell{width:min(1040px,100%)}
.compliance-check-page .mtp-assessment{background:#fff}
.compliance-check-page .mtp-assessment-stepper{
  grid-template-columns:repeat(auto-fit,minmax(92px,1fr));
}
.compliance-check-page .mtp-assessment-stepper li{
  min-width:0;
  padding:0;
}
.compliance-check-page .mtp-assessment-stepper li button{
  width:100%;
  min-height:44px;
  padding:9px 8px;
  border:0;
  border-radius:inherit;
  background:transparent;
  color:inherit;
  font:inherit;
  font-size:.7rem;
  font-weight:950;
  line-height:1.25;
  cursor:pointer;
}
.compliance-check-page .mtp-assessment-stepper li button:disabled{
  cursor:not-allowed;
  opacity:.65;
}
.compliance-check-page .mtp-assessment-stepper li button:focus-visible,
.compliance-check-page .compliance-assessment__check:focus-within,
.compliance-check-page .compliance-assessment__consent:focus-within{
  outline:3px solid rgba(246,195,67,.9);
  outline-offset:3px;
}
.compliance-check-page .compliance-assessment__step{
  display:grid;
  gap:18px;
}
.compliance-check-page .compliance-assessment__step > h2,
.compliance-check-page .compliance-assessment__generating h2{
  margin:0;
  color:#122d22;
  font-size:clamp(1.65rem,4vw,2.65rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.compliance-check-page .compliance-assessment__step > p,
.compliance-check-page .compliance-assessment__generating p{
  max-width:780px;
  margin:0;
  color:#607168;
  line-height:1.72;
}
.compliance-check-page .compliance-assessment__intro-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.compliance-check-page .compliance-assessment__intro-grid article,
.compliance-check-page .compliance-result__finding{
  min-width:0;
  padding:18px;
  border:1px solid #d8e4dc;
  border-radius:12px;
  background:#f9fcfa;
}
.compliance-check-page .compliance-assessment__intro-grid svg{
  width:23px;
  height:23px;
  color:#087247;
}
.compliance-check-page .compliance-assessment__intro-grid h3{
  margin:12px 0 7px;
  color:#173127;
  font-size:1rem;
}
.compliance-check-page .compliance-assessment__intro-grid p,
.compliance-check-page .compliance-result__finding p{
  margin:0;
  color:#607168;
  font-size:.82rem;
  line-height:1.62;
}
.compliance-check-page .compliance-assessment__notice{
  padding:14px 16px;
  display:flex;
  gap:11px;
  align-items:flex-start;
  border:1px solid #ead28a;
  border-radius:10px;
  background:#fff9e6;
  color:#604b0a;
}
.compliance-check-page .compliance-assessment__notice svg{
  width:20px;
  height:20px;
  flex:none;
  margin-top:2px;
  color:#a87900;
}
.compliance-check-page .compliance-assessment__notice p{
  margin:0;
  color:inherit;
  font-size:.82rem;
  line-height:1.62;
}
.compliance-check-page .compliance-assessment__question{
  margin:0;
  padding:0;
  border:0;
}
.compliance-check-page .compliance-assessment__question legend{
  margin-bottom:10px;
  color:#20382d;
  font-size:.84rem;
  font-weight:950;
}
.compliance-check-page .compliance-assessment__option-grid,
.compliance-check-page .compliance-assessment__check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.compliance-check-page .compliance-assessment__check{
  min-width:0;
  min-height:68px;
  padding:13px;
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:10px;
  align-items:flex-start;
  border:1px solid #d8dee4;
  border-radius:9px;
  background:#fff;
  cursor:pointer;
}
.compliance-check-page .compliance-assessment__check:hover,
.compliance-check-page .compliance-assessment__check:has(input:checked){
  border-color:#087247;
  background:#edf8f2;
}
.compliance-check-page .compliance-assessment__check input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#087247;
}
.compliance-check-page .compliance-assessment__check strong,
.compliance-check-page .compliance-assessment__check small{
  display:block;
}
.compliance-check-page .compliance-assessment__check strong{
  color:#22362d;
  font-size:.84rem;
}
.compliance-check-page .compliance-assessment__check small{
  margin-top:4px;
  color:#728077;
  font-size:.72rem;
  line-height:1.45;
}
.compliance-check-page .compliance-assessment__field{
  display:grid;
  gap:7px;
  color:#1b3429;
  font-size:.78rem;
  font-weight:900;
}
.compliance-check-page .compliance-assessment__field input,
.compliance-check-page .compliance-assessment__field select{
  width:100%;
  min-height:48px;
  padding:0 12px;
  border:1px solid #cfded5;
  border-radius:8px;
  background:#fff;
  color:#172820;
  font:inherit;
}
.compliance-check-page .compliance-assessment__field input:focus,
.compliance-check-page .compliance-assessment__field select:focus{
  outline:2px solid rgba(8,114,71,.25);
  border-color:#087247;
}
.compliance-check-page .compliance-assessment__field small,
.compliance-check-page .compliance-assessment__field p{
  margin:0;
  color:#74837b;
  font-size:.7rem;
  font-weight:650;
  line-height:1.45;
}
.compliance-check-page .compliance-assessment__consent{
  padding:14px 16px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:10px;
  border:1px solid #d8e4dc;
  border-radius:10px;
  background:#f9fcfa;
  color:#31473c;
  font-size:.8rem;
  line-height:1.6;
}
.compliance-check-page .compliance-assessment__consent input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#087247;
}
.compliance-check-page .compliance-assessment__consent a,
.compliance-check-page .mtp-related-articles button{
  color:#087247;
  font-weight:900;
}
.compliance-check-page .mtp-related-articles button{
  width:max-content;
  padding:0;
  border:0;
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.compliance-check-page .compliance-assessment__loading,
.compliance-check-page .compliance-assessment__generating{
  min-height:150px;
  padding:24px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  border:1px dashed #cfe0d6;
  border-radius:12px;
  background:#f8fbf9;
  color:#607168;
  text-align:center;
}
.compliance-check-page .compliance-assessment__loading span,
.compliance-check-page .compliance-assessment__generating span{
  width:30px;
  height:30px;
  border:3px solid #d8e9df;
  border-top-color:#087247;
  border-radius:50%;
  animation:mtpPublicSpin .75s linear infinite;
}
.compliance-check-page .compliance-result__findings{
  display:grid;
  gap:12px;
}
.compliance-check-page .compliance-result__findings h3,
.compliance-check-page .mtp-assessment-recommendations h3{
  margin:0;
  color:#163126;
}
.compliance-check-page .compliance-result__finding{
  border-left:4px solid #087247;
}
.compliance-check-page .compliance-result__finding span{
  display:inline-flex;
  margin-bottom:8px;
  padding:5px 9px;
  border-radius:999px;
  background:#e3f5ea;
  color:#087247;
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.compliance-check-page .compliance-result__finding h4{
  margin:0 0 8px;
  color:#173127;
  font-size:1rem;
}
.compliance-check-page .compliance-result__finding p + p{
  margin-top:7px;
}
.compliance-check-page .compliance-result__finding.severity-priority{
  border-left-color:#b45309;
  background:#fffaf0;
}
.compliance-check-page .compliance-result__finding.severity-priority span{
  background:#fff0be;
  color:#8a6500;
}
.compliance-check-page .compliance-result__finding.severity-support{
  border-left-color:#2563eb;
  background:#f4f8ff;
}
.compliance-check-page .compliance-result__finding.severity-support span{
  background:#e5edff;
  color:#1d4ed8;
}
.compliance-check-page .compliance-result__finding.severity-low{
  border-left-color:#64748b;
}
.compliance-check-page .mtp-result-summary-grid{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.compliance-check-page .is-submitting .mtp-assessment-progress-header button,
.compliance-check-page .is-submitting [data-assessment-next]{
  cursor:wait;
}
@media(max-width:780px){
  .compliance-check-page .compliance-assessment__intro-grid,
  .compliance-check-page .compliance-assessment__option-grid,
  .compliance-check-page .compliance-assessment__check-grid,
  .compliance-check-page .mtp-assessment-form-grid,
  .compliance-check-page .mtp-assessment-form-grid.wide,
  .compliance-check-page .mtp-assessment-review-list{
    grid-template-columns:1fr;
  }
  .compliance-check-page .mtp-assessment-stepper{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .compliance-check-page .mtp-assessment-stepper{
    grid-template-columns:1fr;
  }
  .compliance-check-page .mtp-assessment-controls{
    grid-template-columns:1fr;
  }
  .compliance-check-page .mtp-assessment-controls .mtp-button{
    width:100%;
  }
}
@media print{
  .compliance-check-page #header,
  .compliance-check-page .mtp-assessment-intro,
  .compliance-check-page .mtp-compliance-portal-search,
  .compliance-check-page .mtp-compliance-categories,
  .compliance-check-page .mtp-compliance-knowledge,
  .compliance-check-page .mtp-compliance-calendar,
  .compliance-check-page .mtp-compliance-cta-band,
  .compliance-check-page .mtp-compliance-quick-ctas,
  .compliance-check-page .mtp-compliance-faq,
  .compliance-check-page .mtp-compliance-contact,
  .compliance-check-page footer,
  .compliance-check-page .mtp-assessment-progress-header,
  .compliance-check-page .mtp-assessment-stepper,
  .compliance-check-page .mtp-assessment-progress,
  .compliance-check-page .mtp-assessment-remaining,
  .compliance-check-page .mtp-result-actions{
    display:none;
  }
  .compliance-check-page .mtp-assessment{
    border:0;
    box-shadow:none;
  }
}

/* Secure preliminary business-name search - 2026-07-15 */
.mtp-name-search-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.86);border-radius:7px;background:#08753f;color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(3,58,32,.16);cursor:pointer}.mtp-name-search-button:hover{background:#096537;color:#fff;border-color:#fff}.mtp-name-search-button svg{width:18px;height:18px}.hero-buttons .mtp-name-search-button,.mtp-hero-actions .mtp-name-search-button{padding:0 22px;text-decoration:none}.mtp-button.mtp-name-search-button{border-color:#08753f}.mtp-button.mtp-name-search-button:hover{border-color:#096537}
.mtp-name-search-modal[hidden]{display:none}.mtp-name-search-modal{position:fixed;inset:0;z-index:10050;padding:24px;display:grid;place-items:center}.mtp-name-search-backdrop{position:absolute;inset:0;background:rgba(2,18,12,.72);backdrop-filter:blur(5px)}.mtp-name-search-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:calc(100dvh - 48px);overflow:auto;padding:clamp(24px,5vw,38px);border:1px solid #d6e4db;border-top:5px solid #087247;border-radius:14px;background:#fff;color:#1b2d25;box-shadow:0 28px 90px rgba(0,0,0,.28)}.mtp-name-search-close{position:absolute;right:13px;top:13px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #dce7e0;border-radius:50%;background:#fff;color:#344a40;cursor:pointer}.mtp-name-search-close:hover{background:#f0f7f3;color:#075f39}.mtp-name-search-close svg{width:20px;height:20px}.mtp-name-search-heading{padding-right:36px}.mtp-name-search-heading .mtp-dialog-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#087247;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.mtp-name-search-heading .mtp-dialog-eyebrow svg{width:17px;height:17px}.mtp-name-search-heading h2{margin:10px 0 7px;color:#13291f;font-size:clamp(1.7rem,5vw,2.35rem);line-height:1.1}.mtp-name-search-heading p{margin:0;color:#68786f;font-size:.89rem;line-height:1.65}
.mtp-name-search-form{display:grid;gap:17px;margin-top:25px}.mtp-name-search-field{display:grid;gap:7px}.mtp-name-search-field>span{color:#24382f;font-size:.82rem;font-weight:900}.mtp-name-search-field input,.mtp-name-search-field select{width:100%;min-height:51px;padding:11px 13px;border:1px solid #cfdcd4;border-radius:7px;background:#fff;color:#1b2c24;outline:0}.mtp-name-search-field input:focus,.mtp-name-search-field select:focus{border-color:#087247;box-shadow:0 0 0 3px rgba(8,114,71,.13)}.mtp-name-search-field [aria-invalid=true]{border-color:#c92a3c;box-shadow:0 0 0 3px rgba(201,42,60,.1)}.mtp-name-search-field small{color:#77857d;font-size:.7rem}.mtp-name-search-error{margin:0;padding:11px 13px;border:1px solid #efb2b9;border-radius:6px;background:#fff1f2;color:#971d2a;font-size:.77rem}.mtp-name-search-submit,.mtp-name-search-result-primary,.mtp-name-search-result-secondary,.mtp-name-search-result-link{min-height:48px;padding:10px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font:inherit;font-size:.79rem;font-weight:900;text-decoration:none;cursor:pointer}.mtp-name-search-submit,.mtp-name-search-result-primary{border:1px solid #087247;background:#087247;color:#fff}.mtp-name-search-submit:hover,.mtp-name-search-result-primary:hover{background:#075f3c}.mtp-name-search-submit:disabled{opacity:.72;cursor:wait}.mtp-name-search-submit svg,.mtp-name-search-result-actions svg{width:17px;height:17px}.mtp-name-search-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:mtpPublicSpin .75s linear infinite}
.mtp-name-search-result{margin-top:25px;padding:21px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;border:1px solid #d8e2dc;border-radius:10px;background:#f8fbf9}.mtp-name-search-result[hidden]{display:none}.mtp-name-search-result-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#e3f5ea;color:#087247}.mtp-name-search-result-icon svg{width:24px;height:24px}.mtp-name-search-result-copy>span{font-size:.68rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.mtp-name-search-result-copy h3{margin:5px 0 7px;color:#173127;font-size:1rem;line-height:1.48}.mtp-name-search-result-copy p{margin:0;color:#68776f;font-size:.79rem;line-height:1.6}.mtp-name-search-result.is-review{border-color:#ead28a;background:#fffaf0}.mtp-name-search-result.is-review .mtp-name-search-result-icon{background:#fff0be;color:#8a6500}.mtp-name-search-result.is-danger{border-color:#ebb8bf;background:#fff7f8}.mtp-name-search-result.is-danger .mtp-name-search-result-icon{background:#ffe3e6;color:#b52235}.mtp-name-search-result.is-unavailable{border-color:#ccd5da;background:#f6f8f9}.mtp-name-search-result.is-unavailable .mtp-name-search-result-icon{background:#e5eaed;color:#52626b}.mtp-name-search-result-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:17px}.mtp-name-search-result-secondary{border:1px solid #a9bdb1;background:#fff;color:#294437}.mtp-name-search-result-link{padding-inline:5px;border:0;background:transparent;color:#087247;text-decoration:underline}.mtp-name-search-disclaimer{margin:20px 0 0;padding-top:15px;border-top:1px solid #e0e8e3;color:#77847d;font-size:.68rem;line-height:1.6}
.mtp-name-search-auth-choice{display:grid;gap:11px}.mtp-name-search-auth-choice .mtp-auth-primary,.mtp-name-search-auth-choice .mtp-auth-secondary{min-height:67px;padding:13px 16px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:11px;text-align:left}.mtp-name-search-auth-choice svg{width:21px;height:21px}.mtp-name-search-auth-choice strong,.mtp-name-search-auth-choice small{display:block}.mtp-name-search-auth-choice small{margin-top:3px;font-size:.7rem;font-weight:600;opacity:.78}
.mtp-name-search-button:focus-visible,.mtp-name-search-close:focus-visible,.mtp-name-search-submit:focus-visible,.mtp-name-search-result-primary:focus-visible,.mtp-name-search-result-secondary:focus-visible,.mtp-name-search-result-link:focus-visible{outline:3px solid #f2bd31;outline-offset:3px}
@media(max-width:620px){.mtp-name-search-modal{padding:0;align-items:stretch}.mtp-name-search-dialog{width:100%;max-height:100dvh;border:0;border-top:5px solid #087247;border-radius:0;padding:25px 17px}.mtp-name-search-result{grid-template-columns:1fr}.mtp-name-search-result-actions{display:grid}.mtp-name-search-result-actions>*{width:100%}.hero-buttons .mtp-name-search-button,.mtp-hero-actions .mtp-name-search-button{width:100%}}
@media(prefers-reduced-motion:reduce){.mtp-name-search-spinner{animation-duration:1.5s}}

/* Structured proposed-name assessment result details - 2026-07-16 */
.mtp-name-search-official,
.mtp-name-search-reference{
  margin-top:10px!important;
  color:#344a40!important;
  font-size:.75rem!important;
}
.mtp-name-search-official strong,
.mtp-name-search-reference strong{color:#142f24}
.mtp-name-search-findings,
.mtp-name-search-actions-list{
  margin:12px 0 0;
  padding-left:18px;
  color:#47564e;
  font-size:.76rem;
  line-height:1.58;
}
.mtp-name-search-findings li+li,
.mtp-name-search-actions-list li+li{margin-top:5px}
.mtp-name-search-secondary-result{
  margin-top:14px;
  padding:12px 13px;
  border:1px solid #dfe9e3;
  border-radius:8px;
  background:#fff;
  color:#263b31;
}
.mtp-name-search-secondary-result strong,
.mtp-name-search-secondary-result span{display:block}
.mtp-name-search-secondary-result strong{
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#087247;
}
.mtp-name-search-secondary-result span{margin-top:4px;font-weight:900}
.mtp-name-search-secondary-result p{margin-top:4px!important}

/* Public page standardisation - 2026-07-15 */
.mtp-noscript-nav{position:relative;z-index:10;padding:14px clamp(16px,4vw,42px);display:flex;gap:12px;flex-wrap:wrap;border-bottom:1px solid #dce8df;background:#fff}
.mtp-noscript-nav a{color:#087247;font-weight:850;text-decoration:none}
.mtp-noscript-nav a:hover{text-decoration:underline}
.business-body,.post-body,.other-body,.about-body,.contact-page{background:#f6f8f6;color:#172820;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
.business-main,.post-main,.other-main,.about-main,.contact-main{overflow:clip}
.business-container,.post-container,.other-container,.about-container,.contact-container{width:min(1180px,100%);margin:0 auto;padding-inline:clamp(18px,4vw,48px)}
.business-glow,.post-glow,.other-glow,.about-glow,.contact-glow{position:absolute;inset:auto auto 8% 60%;width:min(440px,40vw);height:min(440px,40vw);border-radius:50%;background:rgba(133,236,176,.18);filter:blur(55px);pointer-events:none}
.business-hero-section,.post-hero-section,.other-hero-section,.about-hero-section,.contact-hero-section{position:relative;isolation:isolate;padding:clamp(100px,12vw,150px) 0 clamp(64px,8vw,98px);background:linear-gradient(135deg,#031f17,#087247);color:#fff}
.business-hero-content,.post-hero-content,.other-hero-content,.about-hero-content,.contact-hero-content{position:relative;z-index:1;max-width:890px}
.business-hero-badge,.post-hero-badge,.other-hero-badge,.about-hero-badge,.contact-hero-badge,.section-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(164,241,197,.45);border-radius:999px;background:rgba(255,255,255,.08);color:#a4f1c5;font-size:.72rem;font-weight:900;letter-spacing:.065em;text-transform:uppercase}
.business-hero-title,.post-hero-title,.other-hero-title,.about-hero-title,.contact-hero-title{max-width:900px;margin:16px 0 18px;color:#fff;font-size:clamp(2.35rem,6vw,5.15rem);line-height:1.03;letter-spacing:0;text-wrap:balance}
.business-hero-description,.post-hero-description,.other-hero-description,.about-hero-description,.contact-hero-description{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:clamp(.98rem,1.65vw,1.14rem);line-height:1.75}
.business-buttons,.post-hero-actions,.other-hero-actions,.about-hero-actions,.contact-hero-actions,.about-cta-buttons,.contact-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.business-btn,.post-service-btn,.other-service-btn,.about-cta-button,.contact-submit-btn,.premium-whatsapp,.contact-action,.about-service-link{min-height:48px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #087247;border-radius:6px;background:#087247;color:#fff;text-decoration:none;font-size:.8rem;font-weight:900;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.business-btn:hover,.post-service-btn:hover,.other-service-btn:hover,.about-cta-button:hover,.contact-submit-btn:hover,.premium-whatsapp:hover,.contact-action:hover,.about-service-link:hover{background:#075e3b;border-color:#075e3b;color:#fff;transform:translateY(-1px)}
.business-btn.secondary,.about-cta-button.secondary,.contact-action.secondary{border-color:rgba(255,255,255,.7);background:transparent;color:#fff}
.business-btn.secondary:hover,.about-cta-button.secondary:hover,.contact-action.secondary:hover{background:#fff;color:#087247;border-color:#fff}
.business-btn svg,.post-service-btn svg,.other-service-btn svg,.about-cta-button svg,.contact-submit-btn svg,.premium-whatsapp svg,.contact-action svg,.about-service-link svg{width:17px;height:17px;flex:none}
.business-buttons .mtp-name-search-button,.post-cta-buttons .mtp-name-search-button,.other-cta-buttons .mtp-name-search-button,.about-cta-buttons .mtp-name-search-button,.contact-actions .mtp-name-search-button,.pricing-name-search-btn{padding-inline:18px;text-decoration:none}
.business-registration-section,.features-section,.roadmap-section,.post-services-section,.other-services-section,.about-services-section,.mission-section,.faq-section,.contact-section{padding:clamp(58px,8vw,96px) 0}
.business-section-header,.features-header,.other-section-header,.about-section-header,.contact-section-header{max-width:760px;margin:0 auto 34px;text-align:center}
.business-section-header h2,.features-header h2,.other-section-header h2,.about-section-header h2,.contact-section-header h2,.post-services-heading h2,.mission-content h2,.faq-card h3{margin:10px 0 10px;color:#132d22;font-size:clamp(1.8rem,4vw,3.1rem);line-height:1.12;letter-spacing:0;text-wrap:balance}
.business-section-header p,.features-header p,.other-section-header p,.about-section-header p,.contact-section-header p,.post-services-heading p,.mission-content p,.faq-card p{margin:0;color:#627168;line-height:1.72}
.business-options-grid,.features-grid,.post-services-grid,.other-services-grid,.about-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.business-option-card,.feature-card,.post-service-card,.other-service-card,.about-service-card{min-width:0;padding:clamp(22px,3vw,30px);display:flex;flex-direction:column;border:1px solid #d8e4dc;border-top:4px solid #087247;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}
.business-option-card.featured-card,.post-service-card.featured-card,.other-service-card.featured-card,.about-service-card.featured-card{border-top-color:#111;box-shadow:0 16px 48px rgba(5,45,30,.08)}
.business-card-icon,.feature-icon,.post-service-icon,.other-service-icon,.about-service-icon,.contact-info-icon,.contact-mini-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;background:#e3f5ea;color:#087247}
.business-card-icon svg,.feature-icon svg,.post-service-icon svg,.other-service-icon svg,.about-service-icon svg,.contact-info-icon svg,.contact-mini-icon svg{width:22px;height:22px}
.post-service-icon.orange,.other-service-icon.orange,.about-service-icon.orange{background:#fff1de;color:#b45309}.post-service-icon.indigo,.other-service-icon.indigo,.about-service-icon.indigo{background:#eef2ff;color:#4f46e5}.post-service-icon.purple,.other-service-icon.purple,.about-service-icon.purple{background:#f3e8ff;color:#7e22ce}.post-service-icon.cyan,.other-service-icon.cyan,.about-service-icon.cyan{background:#e0f7fa;color:#087d8f}.post-service-icon.emerald,.other-service-icon.emerald,.about-service-icon.emerald{background:#dcfce7;color:#047857}
.business-option-card h3,.feature-card h3,.post-service-card h3,.other-service-card h3,.about-service-card h3,.contact-info-card h3,.contact-mini-card h3{margin:0 0 10px;color:#183127;font-size:1.08rem;line-height:1.35}
.business-option-card p,.feature-card p,.post-service-card p,.other-service-card p,.about-service-card p,.contact-info-card p,.contact-mini-card p{margin:0 0 20px;color:#64746b;font-size:.86rem;line-height:1.68}
.business-card-price{display:inline-flex;align-self:flex-start;margin:4px 0 18px;padding:6px 9px;border-radius:999px;background:#e9f7ef;color:#087247;font-size:.72rem;font-weight:900}
.business-option-card .business-btn,.post-service-card .post-service-btn,.other-service-card .other-service-btn,.about-service-card .about-service-link{margin-top:auto}
.feature-list,.other-service-list,.mission-points,.faq-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}
.feature-list li,.other-service-list li,.mission-points li,.faq-item{display:flex;align-items:flex-start;gap:9px;color:#53655c;font-size:.84rem;line-height:1.55}
.feature-list li::before,.other-service-list li::before,.mission-points li::before{content:"";width:7px;height:7px;margin-top:8px;flex:none;border-radius:50%;background:#087247}
.roadmap-wrapper,.mission-wrapper,.faq-wrapper,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.roadmap-card,.faq-card,.contact-info-card,.contact-form-card,.contact-registration-assistance,.mission-quote{padding:clamp(24px,4vw,34px);border:1px solid #d8e4dc;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}
.roadmap-card{display:grid;grid-template-columns:50px minmax(0,1fr);gap:18px;align-items:start}
.roadmap-number{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#087247;color:#fff;font-weight:950}
.roadmap-content h3{margin:0 0 8px;color:#183127}.roadmap-content p{margin:0;color:#66756d;line-height:1.65}
.business-cta-section,.post-cta-section,.other-cta-section,.about-cta-section{padding:clamp(52px,7vw,88px) 0;background:#0b241a;color:#fff}
.business-cta-box,.post-cta-box,.other-cta-box,.about-cta-box{width:min(980px,100%);margin:0 auto;padding:clamp(28px,5vw,44px);text-align:center}
.business-cta-box h2,.post-cta-box h2,.other-cta-box h2,.about-cta-box h2{margin:9px auto 12px;max-width:780px;color:#fff;font-size:clamp(1.85rem,4vw,3.25rem);line-height:1.12}
.business-cta-box p,.post-cta-box p,.other-cta-box p,.about-cta-box p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.76);line-height:1.7}
.post-cta-buttons,.other-cta-buttons{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:26px}
.about-story-section{padding:clamp(58px,8vw,96px) 0;background:#fff}
.mission-section{background:#fff}.mission-wrapper{align-items:center}.mission-quote{border-left:5px solid #087247}.mission-quote blockquote{margin:0;color:#183127;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.55}.mission-quote cite{display:block;margin-top:16px;color:#087247;font-style:normal;font-weight:900}
.faq-card{box-shadow:none}.faq-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.faq-header h3{font-size:1.1rem;margin:0}.faq-list{margin-top:18px}.faq-item{padding-top:12px;border-top:1px solid #e0e9e3}
.contact-section{background:#f6f8f6}.contact-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}
.contact-info-card{display:grid;align-content:start}.business-status{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#a4f1c5;font-size:.8rem;font-weight:850}.status-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.18)}
.contact-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.contact-mini-card{padding:17px;border:1px solid #dce8df;border-radius:8px;background:#f9fcfa;color:inherit;text-decoration:none}.contact-mini-card:hover{border-color:#087247}
.faq-box{margin-top:22px;padding:21px;border:1px solid #dce8df;border-radius:8px;background:#fff}.faq-box h3{margin:0 0 14px;color:#173127}.faq-box summary{cursor:pointer;font-weight:900;color:#20382f}.faq-box p{margin:8px 0 0;color:#65756c;line-height:1.6}
.contact-form{display:grid;gap:15px}.contact-field-label{display:grid;gap:7px;color:#22382e;font-size:.82rem;font-weight:900}.contact-field-label em{color:#78877f;font-style:normal;font-weight:650}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid #cfdcd4;border-radius:7px;background:#fff;color:#1b2d25;font:inherit;outline:0}.contact-form textarea{min-height:130px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#087247;box-shadow:0 0 0 3px rgba(8,114,71,.13)}
.contact-form-note{margin:2px 0 0;color:#738078;font-size:.74rem;line-height:1.55}.contact-socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.contact-socials a{width:42px;height:42px;display:grid;place-items:center;border:1px solid #d7e3dc;border-radius:50%;color:#087247;background:#fff}.contact-socials a:hover{border-color:#087247;background:#087247;color:#fff}
.contact-registration-assistance{margin-top:22px}.contact-registration-assistance h3{margin:0 0 8px;color:#173127}.contact-registration-assistance p{margin:0 0 16px;color:#64746b;line-height:1.65}
.pricing-clean-card .pricing-name-search-btn{width:100%;margin-top:12px;border-color:#087247}.pricing-clean-card .pricing-name-search-btn:hover{border-color:#075e3b}
.mtp-compliance-closing{padding:clamp(50px,7vw,86px) clamp(18px,5vw,72px);text-align:center;background:#0b241a;color:#fff}.mtp-compliance-closing h2{margin:0 auto 12px;max-width:780px;color:#fff;font-size:clamp(1.85rem,4vw,3rem);line-height:1.12}.mtp-compliance-closing p{max-width:720px;margin:0 auto 24px;color:rgba(255,255,255,.76);line-height:1.7}.mtp-compliance-closing .mtp-button{margin-inline:5px}
@media(max-width:980px){.business-options-grid,.features-grid,.post-services-grid,.other-services-grid,.about-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roadmap-wrapper,.mission-wrapper,.faq-wrapper,.contact-grid{grid-template-columns:1fr}.contact-left{order:2}.contact-right{order:1}}
@media(max-width:700px){.business-hero-section,.post-hero-section,.other-hero-section,.about-hero-section,.contact-hero-section{padding-top:86px}.business-buttons,.post-hero-actions,.other-hero-actions,.about-hero-actions,.contact-hero-actions,.about-cta-buttons,.contact-actions,.post-cta-buttons,.other-cta-buttons{display:grid}.business-buttons>*,.post-hero-actions>*,.other-hero-actions>*,.about-hero-actions>*,.contact-hero-actions>*,.about-cta-buttons>*,.contact-actions>*,.post-cta-buttons>*,.other-cta-buttons>*{width:100%}.business-options-grid,.features-grid,.post-services-grid,.other-services-grid,.about-services-grid,.contact-mini-grid{grid-template-columns:1fr}.roadmap-card{grid-template-columns:1fr}.business-option-card,.feature-card,.post-service-card,.other-service-card,.about-service-card,.contact-info-card,.contact-form-card,.contact-registration-assistance{padding:22px 18px}.mtp-compliance-closing .mtp-button{width:100%;margin:5px 0}}
@media(max-width:380px){.business-container,.post-container,.other-container,.about-container,.contact-container{padding-inline:14px}.business-hero-title,.post-hero-title,.other-hero-title,.about-hero-title,.contact-hero-title{font-size:2.1rem}.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}}

/* Legacy public page class aliases */
.business-page,.post-page,.other-services-page,.about-page,.premium-contact-page,.pricing-page{background:#f6f8f6;color:#172820;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
.business-hero-container,.post-hero-container,.contact-hero-container,.premium-contact-header,.other-services-header{width:min(1180px,100%);margin:0 auto;padding-inline:clamp(18px,4vw,48px)}
.business-bg-glow,.other-services-glow{position:absolute;width:min(420px,42vw);height:min(420px,42vw);border-radius:50%;background:rgba(133,236,176,.16);filter:blur(54px);pointer-events:none}.glow-left{left:-12%;top:18%}.glow-right{right:-12%;bottom:8%}
.business-badge,.post-badge,.contact-badge,.other-services-badge,.priority-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(164,241,197,.45);border-radius:999px;background:rgba(255,255,255,.08);color:#a4f1c5;font-size:.72rem;font-weight:900;letter-spacing:.065em;text-transform:uppercase}.business-badge p,.post-badge p,.contact-badge p,.other-services-badge p{margin:0}
.business-badge-dot,.post-badge-dot,.contact-badge-dot{width:8px;height:8px;border-radius:50%;background:#a4f1c5}
.business-title,.post-title,.contact-title,.other-services-header h1,.premium-contact-header h1{max-width:900px;margin:16px 0 18px;color:#fff;font-size:clamp(2.35rem,6vw,5.15rem);line-height:1.03;letter-spacing:0;text-wrap:balance}.business-title span,.post-title span,.contact-title span,.premium-contact-header h1 span{color:#a4f1c5}
.business-description,.post-description,.contact-description,.other-services-header p,.premium-contact-header>p{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:clamp(.98rem,1.65vw,1.14rem);line-height:1.75}
.other-services-hero,.premium-contact-hero{position:relative;isolation:isolate;padding:clamp(100px,12vw,150px) 0 clamp(64px,8vw,98px);background:linear-gradient(135deg,#031f17,#087247);color:#fff}
.primary-business-btn,.business-registration-card a,.business-cta-button,.post-cta-btn,.other-services-main-btn,.contact-primary-btn,.contact-secondary-btn,.premium-whatsapp-btn{min-height:48px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #087247;border-radius:6px;background:#087247;color:#fff;text-decoration:none;font-size:.8rem;font-weight:900;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.primary-business-btn:hover,.business-registration-card a:hover,.business-cta-button:hover,.post-cta-btn:hover,.other-services-main-btn:hover,.contact-primary-btn:hover,.contact-secondary-btn:hover,.premium-whatsapp-btn:hover{background:#075e3b;border-color:#075e3b;color:#fff;transform:translateY(-1px)}
.secondary-business-btn{min-height:48px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:transparent;color:#fff;text-decoration:none;font-size:.8rem;font-weight:900}.secondary-business-btn:hover{background:#fff;color:#087247;border-color:#fff}
.business-registration-options,.business-features-section,.business-roadmap-section,.contact-services-section,.contact-mission-section,.contact-faq-section,.premium-contact-section{padding:clamp(58px,8vw,96px) clamp(18px,4vw,48px)}
.business-registration-grid,.business-features-grid,.contact-services-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.business-registration-card,.business-feature-card,.contact-service-card{min-width:0;padding:clamp(22px,3vw,30px);display:flex;flex-direction:column;border:1px solid #d8e4dc;border-top:4px solid #087247;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}.business-registration-card.is-featured{border-top-color:#111}
.business-registration-card h3,.business-feature-card h3,.contact-service-card h3{margin:0 0 10px;color:#183127;font-size:1.08rem}.business-registration-card p,.business-feature-card p,.contact-service-card p{margin:0 0 20px;color:#64746b;font-size:.86rem;line-height:1.68}.business-registration-card strong{display:inline-flex;align-self:flex-start;margin:4px 0 18px;padding:6px 9px;border-radius:999px;background:#e9f7ef;color:#087247;font-size:.72rem}.business-registration-card a{margin-top:auto}
.business-roadmap-wrapper,.contact-mission-wrapper,.premium-contact-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.business-roadmap-card{display:grid;grid-template-columns:50px minmax(0,1fr);gap:18px;padding:clamp(24px,4vw,34px);border:1px solid #d8e4dc;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}.business-roadmap-number{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#087247;color:#fff;font-weight:950}
.other-services-section,.other-services-cta{padding-inline:clamp(18px,4vw,48px)}.other-services-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.other-icon,.contact-service-icon,.contact-icon,.mini-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;background:#e3f5ea;color:#087247}.other-icon svg,.contact-service-icon svg,.contact-icon svg,.mini-icon svg{width:22px;height:22px}.amber,.amber-btn{--tone:#b45309}.blue{color:#2563eb;background:#dbeafe}.purple{color:#7e22ce;background:#f3e8ff}.cyan{color:#087d8f;background:#e0f7fa}.orange{color:#b45309;background:#fff1de}.yellow{color:#9a6700;background:#fff7cc}
.other-services-cta{padding-block:clamp(52px,7vw,88px);background:#0b241a;color:#fff}.other-services-cta-box{width:min(980px,100%);margin:0 auto;text-align:center}.other-services-cta-box h2{margin:9px auto 12px;color:#fff;font-size:clamp(1.85rem,4vw,3.25rem)}.other-services-cta-box p{max-width:700px;margin:0 auto 24px;color:rgba(255,255,255,.76);line-height:1.7}
.contact-mission-content,.contact-quote-box,.premium-contact-left,.premium-contact-right{min-width:0}.contact-quote-box,.premium-contact-right,.contact-info-card{padding:clamp(24px,4vw,34px);border:1px solid #d8e4dc;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}.contact-quote-box p{margin:0;color:#183127;font-size:1.25rem;line-height:1.6}.contact-quote-box span{display:block;margin-top:16px;color:#087247;font-weight:900}
.contact-cta-section{padding:clamp(52px,7vw,88px) clamp(18px,4vw,48px);background:#0b241a;color:#fff}.contact-cta-box{width:min(980px,100%);margin:0 auto;text-align:center}.contact-cta-box h2{margin:9px auto 22px;color:#fff;font-size:clamp(1.85rem,4vw,3.25rem)}.contact-cta-buttons{display:flex;justify-content:center;gap:11px;flex-wrap:wrap}.contact-secondary-btn{border-color:rgba(255,255,255,.7);background:transparent}.contact-secondary-btn:hover{background:#fff;color:#087247;border-color:#fff}
.premium-contact-right h2{margin:10px 0;color:#183127;font-size:clamp(1.7rem,4vw,2.7rem)}.premium-contact-right>p{margin:0 0 22px;color:#64746b;line-height:1.68}.premium-whatsapp-btn img{width:20px;height:20px}.mtp-registration-assistance{margin:22px 0;padding:21px;border:1px solid #d8e4dc;border-radius:8px;background:#f9fcfa}.mtp-registration-assistance span{color:#087247;font-size:.72rem;font-weight:900;text-transform:uppercase}.mtp-registration-assistance h3{margin:7px 0;color:#173127}.mtp-registration-assistance p{margin:0 0 16px;color:#65756c;line-height:1.62}
.pricing-clean-main{padding:clamp(90px,10vw,130px) clamp(18px,4vw,48px) clamp(62px,8vw,96px);background:#f6f8f6}.pricing-clean-hero{width:min(920px,100%);margin:0 auto 34px;text-align:center}.pricing-clean-hero span{color:#087247;font-size:.75rem;font-weight:950;text-transform:uppercase;letter-spacing:.065em}.pricing-clean-hero h1{margin:11px 0;color:#142e23;font-size:clamp(2rem,5vw,4rem);line-height:1.08}.pricing-clean-hero p{margin:0;color:#65746c;line-height:1.7}.pricing-clean-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pricing-clean-card{padding:26px;display:flex;flex-direction:column;border:1px solid #d8e4dc;border-top:4px solid #087247;border-radius:8px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}.pricing-clean-card.featured{border-top-color:#111}.pricing-clean-card>span{color:#087247;font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.pricing-clean-card h2{margin:8px 0 10px;color:#183127;font-size:1.16rem}.pricing-clean-card strong{color:#111;font-size:1.05rem}.pricing-clean-card p{color:#64746b;line-height:1.65}.pricing-clean-card a{min-height:45px;margin-top:auto;padding:10px 14px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#087247;color:#fff;text-decoration:none;font-weight:900}
@media(max-width:980px){.business-registration-grid,.business-features-grid,.contact-services-grid,.other-services-grid,.pricing-clean-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-roadmap-wrapper,.contact-mission-wrapper,.premium-contact-grid{grid-template-columns:1fr}}
@media(max-width:700px){.business-registration-grid,.business-features-grid,.contact-services-grid,.other-services-grid,.pricing-clean-grid{grid-template-columns:1fr}.contact-cta-buttons{display:grid}.contact-cta-buttons>*{width:100%}.business-roadmap-card{grid-template-columns:1fr}.premium-contact-section,.contact-services-section,.contact-mission-section,.contact-faq-section{padding-inline:14px}.premium-contact-right,.contact-info-card,.contact-quote-box{padding:22px 18px}}

/* Final public-page CSS/JS repair layer - 2026-07-15 */
#header{position:relative;z-index:4300}
.navbar{position:sticky!important;top:var(--mtp-page-top-offset,0px)!important;z-index:4300!important}
.navbar.is-scrolled{box-shadow:0 10px 30px rgba(3,20,15,.12)}
.mobile-overlay{z-index:8998!important}.mobile-sidebar{z-index:8999!important}

.footer-bottom{align-items:center!important;justify-content:center!important;flex-direction:column!important;text-align:center!important}
.footer-bottom-legal{display:flex;flex-direction:column;align-items:center;gap:8px}
.footer-bottom-legal p{margin:0!important}
.footer-legal-links{justify-content:center;gap:8px 18px!important}
.footer-legal-links a,.mtp-footer-cookie-settings{display:inline-flex;align-items:center;min-height:32px}
.back-top{align-self:center}

.mtp-hero-visual-ready{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:center;gap:clamp(24px,5vw,58px);text-align:left!important}
.pricing-clean-hero.mtp-hero-visual-ready{width:min(1080px,100%);margin-bottom:42px}
.mtp-hero-visual-ready>:not(.mtp-page-hero-visual){grid-column:1;max-width:780px}
.mtp-page-hero-visual{grid-column:2;grid-row:1 / span 8;position:relative;min-height:310px;margin:0;padding:26px;border:1px solid rgba(255,255,255,.18);border-top:4px solid #8af0b8;border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07));box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden;color:#fff}
.pricing-clean-hero .mtp-page-hero-visual,.pricing-page .mtp-page-hero-visual{border-color:#dce8df;border-top-color:#087247;background:#fff;color:#172820;box-shadow:0 18px 52px rgba(5,45,30,.08)}
.mtp-page-hero-visual::before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.13);border-radius:6px;pointer-events:none}
.pricing-clean-hero .mtp-page-hero-visual::before,.pricing-page .mtp-page-hero-visual::before{border-color:#e3ece6}
.mtp-page-hero-visual-icon{position:relative;display:grid;width:62px;height:62px;place-items:center;margin-bottom:22px;border-radius:50%;background:#fff;color:#087247;box-shadow:0 12px 32px rgba(0,0,0,.16)}
.pricing-clean-hero .mtp-page-hero-visual-icon,.pricing-page .mtp-page-hero-visual-icon{background:#e9f7ef;box-shadow:none}
.mtp-page-hero-visual-icon svg{width:30px;height:30px}
.mtp-page-hero-visual figcaption{position:relative;display:grid;gap:6px;margin-bottom:22px}
.mtp-page-hero-visual strong{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2;color:inherit}
.mtp-page-hero-visual small{color:rgba(255,255,255,.74);line-height:1.55}
.pricing-clean-hero .mtp-page-hero-visual small,.pricing-page .mtp-page-hero-visual small{color:#607168}
.mtp-page-hero-visual ul{position:relative;display:grid;gap:10px;margin:0;padding:0;list-style:none}
.mtp-page-hero-visual li{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:rgba(255,255,255,.08);font-size:.82rem;font-weight:800}
.pricing-clean-hero .mtp-page-hero-visual li,.pricing-page .mtp-page-hero-visual li{border-color:#e1eae4;background:#f8fbf9;color:#21382d}
.mtp-page-hero-visual li svg{width:17px;height:17px;flex:none;color:#8af0b8}
.pricing-clean-hero .mtp-page-hero-visual li svg,.pricing-page .mtp-page-hero-visual li svg{color:#087247}
.mtp-page-hero-visual-seal{position:absolute;right:18px;bottom:15px;color:rgba(255,255,255,.09);font-size:2.35rem;font-weight:950;letter-spacing:.08em}
.pricing-clean-hero .mtp-page-hero-visual-seal,.pricing-page .mtp-page-hero-visual-seal{color:rgba(8,114,71,.08)}

.mtp-compliance-hero,.mtp-assessment-intro,.post-hero-section,.other-services-hero,.contact-hero-section,.premium-contact-hero{overflow:hidden}
.post-hero-section,.other-services-hero,.contact-hero-section,.premium-contact-hero{min-height:0!important}
.post-hero-container,.other-services-header,.contact-hero-container,.premium-contact-header{width:min(1180px,100%)!important}
.premium-contact-header.mtp-hero-visual-ready{padding-inline:clamp(18px,4vw,48px)}
.other-services-header.mtp-hero-visual-ready{padding-inline:clamp(18px,4vw,48px)}
.pricing-clean-main{padding-top:clamp(100px,10vw,138px)!important}
.pricing-clean-card{min-height:265px}.pricing-clean-card a:hover{background:#075e3b}
.pricing-clean-card .pricing-name-search-btn{min-height:45px;padding:10px 14px}
.mtp-compliance-card:target{outline:3px solid rgba(242,189,49,.65);outline-offset:5px}

@media(max-width:900px){
  .mtp-hero-visual-ready{grid-template-columns:1fr;text-align:center!important}
  .mtp-hero-visual-ready>:not(.mtp-page-hero-visual){grid-column:1;margin-inline:auto}
  .mtp-page-hero-visual{grid-column:1;grid-row:auto;width:min(520px,100%);min-height:0;margin:10px auto 0;text-align:left}
  .business-status{justify-content:center}
}
@media(max-width:640px){
  .navbar{top:var(--mtp-page-top-offset,0px)!important}
  .footer-legal-links{display:grid!important;grid-template-columns:1fr;justify-items:center}
  .mtp-page-hero-visual{padding:21px 18px}
  .mtp-page-hero-visual-seal{font-size:1.65rem}
}

/* Public notice disclaimer and sticky navigation completion - 2026-07-15 */
html,body{max-width:100%;overflow-x:clip}
#header{position:relative;z-index:4300}
.navbar{position:sticky!important;top:var(--mtp-page-top-offset,0px)!important;z-index:4300!important;width:100%;background:rgba(255,255,255,.975)!important;border-bottom:1px solid #d9e8df;box-shadow:0 1px 0 rgba(3,20,15,.04);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
body{padding-top:max(0px,var(--mtp-page-top-offset,0px))!important}
.navbar{top:max(0px,var(--mtp-page-top-offset,0px))!important}
.navbar.is-scrolled{border-bottom-color:#c6dbcf;box-shadow:0 12px 32px rgba(3,20,15,.13)!important}
.navbar,.navbar *{box-sizing:border-box}
.mega-dropdown{position:relative}
.mega-menu{z-index:4500!important;overscroll-behavior:contain}
.mega-nested-menu{z-index:2}
.mobile-overlay{position:fixed!important;z-index:8998!important}
.mobile-sidebar{position:fixed!important;z-index:8999!important;max-width:420px;overscroll-behavior:contain}
body.mtp-mobile-nav-open{overflow:hidden!important}
.nav-links a:focus-visible,.mega-trigger:focus-visible,.mega-nested-trigger:focus-visible,.mobile-toggle:focus-visible,.mobile-close:focus-visible,.mobile-links a:focus-visible,.mobile-dropdown-btn:focus-visible,.mobile-nested-btn:focus-visible,.signin-btn:focus-visible,.primary-btn:focus-visible{outline:3px solid rgba(242,189,49,.72);outline-offset:3px}

.mtp-home-public-disclaimer{padding:clamp(18px,3vw,28px) clamp(18px,5vw,72px)!important;background:#f5fbf7;border-bottom:1px solid #dce9e1}
.mtp-home-public-disclaimer-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:clamp(18px,3vw,26px);border:1px solid #cfe3d6;border-left:6px solid #087247;border-radius:12px;background:#fff;box-shadow:0 16px 42px rgba(5,45,30,.06)}
.mtp-home-public-disclaimer-copy{min-width:0}
.mtp-home-public-disclaimer .mtp-eyebrow{gap:8px;color:#087247}
.mtp-home-public-disclaimer .mtp-eyebrow svg{width:17px;height:17px}
.mtp-home-public-disclaimer h2{margin:8px 0;color:#10291f;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.2}
.mtp-home-public-disclaimer p{max-width:960px;margin:0;color:#405348;font-size:.92rem;line-height:1.72}
.mtp-public-disclaimer-link{min-height:48px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #087247;border-radius:999px;background:#087247;color:#fff;text-decoration:none;font-weight:900;white-space:nowrap;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.mtp-public-disclaimer-link:hover,.mtp-public-disclaimer-link:focus-visible{background:#111;border-color:#111;color:#fff;box-shadow:0 14px 30px rgba(3,20,15,.15);transform:translateY(-1px);outline:0}
.mtp-public-disclaimer-link svg{width:18px;height:18px}

.mtp-disclaimer-hero{padding-top:clamp(92px,10vw,132px);padding-bottom:clamp(72px,8vw,108px)}
.mtp-notice-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:rgba(255,255,255,.68);font-size:.82rem;font-weight:750}
.mtp-notice-breadcrumb a{color:#a8f2c6;text-decoration:none}
.mtp-notice-breadcrumb a:hover,.mtp-notice-breadcrumb a:focus-visible{text-decoration:underline;text-underline-offset:4px}
.mtp-notice-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.mtp-public-disclaimer-card{padding:clamp(24px,5vw,54px);border:1px solid #d5e3da;border-top:5px solid #087247;border-radius:14px;background:#fff;box-shadow:0 22px 60px rgba(5,45,30,.07)}
.mtp-disclaimer-intro{max-width:980px;margin-bottom:30px}
.mtp-disclaimer-intro h2{margin:9px 0 13px;color:#10291f;font-size:clamp(1.8rem,4vw,3.25rem);line-height:1.12;letter-spacing:-.035em}
.mtp-disclaimer-intro p{margin:0;color:#475a50;font-size:1rem;line-height:1.8}
.mtp-disclaimer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.mtp-disclaimer-panel{min-width:0;padding:clamp(18px,3vw,25px);border:1px solid #dce8df;border-radius:10px;background:#f9fcfa}
.mtp-disclaimer-panel:nth-child(4),.mtp-disclaimer-panel:nth-child(6){grid-column:span 2}
.mtp-disclaimer-panel h2{margin:0 0 12px;color:#123328;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.28}
.mtp-disclaimer-panel p{margin:0;color:#52645a;line-height:1.75}
.mtp-disclaimer-panel p+p{margin-top:12px}
.mtp-disclaimer-panel ul{display:grid;gap:8px;margin:0;padding-left:1.15rem;color:#52645a;line-height:1.65}
.mtp-disclaimer-panel li::marker{color:#087247}
.mtp-disclaimer-contact{display:grid;gap:9px;margin-top:12px;font-style:normal}
.mtp-disclaimer-contact a,.mtp-disclaimer-contact span{display:flex;align-items:flex-start;gap:9px;color:#31463b;text-decoration:none;line-height:1.55}
.mtp-disclaimer-contact a:hover,.mtp-disclaimer-contact a:focus-visible{color:#087247;text-decoration:underline;text-underline-offset:4px}
.mtp-disclaimer-contact svg{width:18px;height:18px;flex:none;margin-top:2px;color:#087247}
.mtp-supplemental-notices{padding-top:0}
.mtp-notice-final-cta{background:radial-gradient(circle at 15% 20%,rgba(124,235,174,.16),transparent 28%),linear-gradient(135deg,#031f17,#087247);color:#fff;text-align:center}
.mtp-notice-final-cta .mtp-notice-shell{max-width:940px}
.mtp-notice-final-cta .mtp-eyebrow{color:#98f2bf}
.mtp-notice-final-cta h2{margin:10px 0 13px;color:#fff;font-size:clamp(1.85rem,4vw,3.2rem);line-height:1.12;letter-spacing:-.03em}
.mtp-notice-final-cta p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.78);line-height:1.75}
.mtp-notice-cta-actions{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:28px}
.mtp-notice-final-cta .mtp-button-outline{background:#fff;color:#075b37;border-color:#fff}
.mtp-notice-final-cta .mtp-button-dark{background:#111;color:#fff;border-color:#111}
.mtp-notice-login-link{margin-top:18px!important}
.mtp-notice-login-link button{padding:0;border:0;background:transparent;color:#fff;font:inherit;font-weight:850;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.mtp-notice-login-link button:hover,.mtp-notice-login-link button:focus-visible{color:#a8f2c6;outline:3px solid rgba(242,189,49,.65);outline-offset:4px}

@media(max-width:820px){
  .mtp-home-public-disclaimer-card{grid-template-columns:1fr}
  .mtp-public-disclaimer-link{width:100%;white-space:normal}
  .mtp-disclaimer-grid{grid-template-columns:1fr}
  .mtp-disclaimer-panel:nth-child(4),.mtp-disclaimer-panel:nth-child(6){grid-column:auto}
  .mtp-notice-hero-actions,.mtp-notice-cta-actions{display:grid}
  .mtp-notice-hero-actions .mtp-button,.mtp-notice-cta-actions .mtp-button{width:100%}
}
@media(max-width:520px){
  .mtp-home-public-disclaimer{padding-inline:14px!important}
  .mtp-home-public-disclaimer-card,.mtp-public-disclaimer-card{border-radius:10px}
  .mtp-disclaimer-panel{padding:18px 16px}
}
@media(prefers-reduced-motion:reduce){
  .mtp-public-disclaimer-link,.navbar,.mega-menu,.mobile-sidebar,.mobile-overlay{transition:none!important}
}

/* Sticky wrapper fix: keep the injected/global header in the viewport for the full page scroll. */
#header{position:sticky!important;top:max(0px,var(--mtp-page-top-offset,0px))!important;z-index:4300!important}
.navbar{top:0!important}

/* Targeted repair for pricing, compliance, about pages, and footer social/legal layout - 2026-07-16 */
.mtp-pricing-page .pricing-clean-main,
.mtp-compliance-matters-page .pricing-clean-main,
.mtp-compliance-check-page .mtp-assessment-main,
.mtp-about-page #main-content{position:relative;z-index:1;width:100%;min-width:0;overflow:hidden}
.mtp-pricing-page .pricing-clean-main,
.mtp-compliance-matters-page .pricing-clean-main{padding-top:clamp(96px,9vw,128px)!important}
.mtp-pricing-page .pricing-clean-hero,
.mtp-compliance-matters-page .pricing-clean-hero,
.mtp-compliance-check-page .mtp-assessment-intro{border-bottom:1px solid #dce8df}
.mtp-pricing-page .pricing-clean-grid,
.mtp-compliance-matters-page .pricing-clean-grid{align-items:stretch;padding-inline:0!important}
.mtp-pricing-page .pricing-clean-card,
.mtp-compliance-matters-page .pricing-clean-card{min-width:0;border-radius:10px}
.mtp-pricing-page .pricing-clean-card a,
.mtp-compliance-matters-page .pricing-clean-card a{width:100%;text-align:center}
.mtp-compliance-check-page .mtp-assessment-shell,
.mtp-pricing-page .pricing-clean-hero,
.mtp-compliance-matters-page .pricing-clean-hero{max-width:1120px}
.mtp-about-page .contact-glow{pointer-events:none}
.mtp-about-page .contact-hero-section{padding-top:clamp(96px,10vw,132px)}

.footer-socials{align-items:center;flex-wrap:wrap}
.footer-socials a{border-radius:999px;background:rgba(255,255,255,.06);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.footer-socials a:hover,.footer-socials a:focus-visible{border-color:#8beeb6;background:rgba(139,238,182,.12);transform:translateY(-1px);outline:0}
.footer-socials img{width:22px!important;height:22px!important;object-fit:contain;display:block}
.footer-socials svg{width:20px!important;height:20px!important}

.footer-bottom{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;text-align:left!important}
.footer-bottom-legal{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;min-width:0}
.footer-bottom-legal p{margin:0!important}
.footer-legal-links{display:flex!important;grid-template-columns:none!important;flex-wrap:wrap!important;justify-content:flex-start!important;justify-items:start!important;gap:8px 18px!important}
.footer-legal-links a,.mtp-footer-cookie-settings{min-height:32px;display:inline-flex!important;align-items:center}
.back-top{align-self:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:38px;white-space:nowrap;text-align:center;text-transform:none}
.back-top svg{width:16px!important;height:16px!important;margin:0!important}

@media(max-width:760px){
  .mtp-pricing-page .pricing-clean-main,
  .mtp-compliance-matters-page .pricing-clean-main,
  .mtp-compliance-check-page .mtp-assessment-section{padding-inline:14px!important}
  .mtp-pricing-page .pricing-clean-grid,
  .mtp-compliance-matters-page .pricing-clean-grid{width:100%}
  .footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important}
  .footer-bottom-legal{align-items:center!important;text-align:center!important}
  .footer-legal-links{justify-content:center!important;justify-items:center!important}
  .back-top{align-self:center!important}
}

/* Global sticky public navigation: applies to every injected or inline public header shell. */
body > #header,
body > .navbar,
.mtp-public-notice-page > #header,
.mtp-homepage > #header,
.pricing-page > #header,
.about-page > #header,
.contact-page > #header,
.business-page > #header,
.post-page > #header,
.other-services-page > #header,
.mtp-compliance-check-page > #header{
  position:sticky!important;
  top:max(0px,var(--mtp-page-top-offset,0px))!important;
  z-index:9000!important;
  width:100%!important;
  isolation:isolate;
}
body > #header .navbar,
body > .navbar,
#navbar.navbar{
  position:sticky!important;
  top:0!important;
  z-index:9000!important;
}
#header .mega-menu,
#header .mega-nested-menu{
  z-index:9100!important;
}

/* Compliance result and Contact page repair - 2026-07-16 */
.mtp-compliance-check-page .mtp-assessment-section .mtp-assessment-shell{
  width:min(1040px,100%)!important;
  max-width:1040px!important;
}
.mtp-compliance-check-page .mtp-assessment{
  max-width:100%;
  overflow:visible;
}
.mtp-compliance-check-page .mtp-assessment-result{
  gap:clamp(20px,3vw,30px)!important;
}
.mtp-compliance-check-page .mtp-assessment-recommendations{
  min-width:0;
}
.mtp-compliance-check-page .mtp-recommendation-list{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
  gap:12px!important;
  align-items:stretch;
}
.mtp-compliance-check-page .mtp-recommendation-card{
  min-width:0;
  min-height:92px;
  height:auto;
  padding:14px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:start;
  overflow:visible;
}
.mtp-compliance-check-page .mtp-recommendation-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(8,114,71,.1);
  color:#087247;
  flex:none;
}
.mtp-compliance-check-page .mtp-recommendation-icon svg{
  width:18px;
  height:18px;
}
.mtp-compliance-check-page .mtp-recommendation-copy{
  width:auto!important;
  height:auto!important;
  min-width:0;
  min-height:0;
  display:grid;
  place-items:stretch;
  gap:4px;
  border-radius:0;
  background:transparent;
  color:inherit;
  overflow:visible;
}
.mtp-compliance-check-page .mtp-recommendation-card strong{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:manual;
  font-size:.86rem!important;
  line-height:1.25!important;
}
.mtp-compliance-check-page .mtp-recommendation-card small{
  display:block!important;
  overflow:visible;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:initial;
  overflow-wrap:normal;
  word-break:normal;
  font-size:.74rem!important;
  line-height:1.45!important;
}
.mtp-compliance-check-page .mtp-result-actions{
  align-items:center;
  gap:12px!important;
}
.mtp-compliance-check-page .mtp-result-actions .mtp-button{
  min-width:0;
  white-space:normal;
  text-align:center;
}

.mtp-contact-page #main-content{
  position:relative;
  z-index:1;
  width:100%;
  min-width:0;
  overflow:hidden;
}
.mtp-contact-page .premium-contact-hero{
  padding-top:clamp(98px,10vw,136px)!important;
  border-bottom:1px solid rgba(8,114,71,.16);
}
.mtp-contact-page .premium-contact-section{
  background:linear-gradient(180deg,#f6f8f6 0%,#fff 100%);
}
.mtp-contact-page .premium-contact-grid{
  grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);
  gap:clamp(18px,3vw,32px);
}
.mtp-contact-page .premium-contact-left,
.mtp-contact-page .premium-contact-right,
.mtp-contact-page .contact-info-card,
.mtp-contact-page .contact-mini-card,
.mtp-contact-page .faq-box{
  min-width:0;
}
.mtp-contact-page .contact-info-card{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin-bottom:18px;
}
.mtp-contact-page .contact-info-card a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#087247;
  font-weight:850;
  text-decoration:none;
}
.mtp-contact-page .contact-info-card a:hover,
.mtp-contact-page .contact-info-card a:focus-visible{
  text-decoration:underline;
  text-underline-offset:4px;
}
.mtp-contact-page .contact-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mtp-contact-page .contact-mini-card{
  display:grid;
  gap:7px;
  overflow:hidden;
}
.mtp-contact-page .contact-mini-card h4{
  margin:0;
  color:#183127;
  font-size:1rem;
  line-height:1.3;
}
.mtp-contact-page .contact-mini-card p{
  margin:0;
  overflow-wrap:anywhere;
}
.mtp-contact-page .copy-status,
.mtp-contact-page .priority-badge{
  color:#087247;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mtp-contact-page .faq-box{
  margin-top:18px;
  padding:clamp(20px,3vw,28px);
  border:1px solid #d8e4dc;
  border-radius:10px;
  background:#fff;
  box-shadow:0 13px 38px rgba(5,45,30,.045);
}
.mtp-contact-page .faq-box h3{
  margin:0 0 14px;
  color:#183127;
}
.mtp-contact-page .faq-list{
  display:grid;
  gap:10px;
}
.mtp-contact-page .faq-item{
  border:1px solid #dce8df;
  border-radius:8px;
  background:#f9fcfa;
}
.mtp-contact-page .faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  color:#183127;
  font-weight:900;
  cursor:pointer;
}
.mtp-contact-page .faq-item summary::-webkit-details-marker{
  display:none;
}
.mtp-contact-page .faq-item p{
  margin:0;
  padding:0 14px 14px;
  color:#64746b;
  line-height:1.65;
}
.mtp-contact-page .premium-contact-right{
  border-radius:12px;
}
.mtp-contact-page .premium-whatsapp-btn img,
.mtp-contact-page .contact-socials img{
  width:22px!important;
  height:22px!important;
  object-fit:contain;
  display:block;
}
.mtp-contact-page .contact-form{
  margin-top:18px;
}
.mtp-contact-page .contact-form button[type=submit]{
  width:100%;
}
.mtp-contact-page .contact-socials{
  display:grid!important;
  gap:10px;
  margin-top:22px;
}
.mtp-contact-page .contact-socials p{
  margin:0;
  color:#183127;
  font-weight:900;
}
.mtp-contact-page .contact-socials > div{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.mtp-contact-page .contact-socials a{
  border-radius:999px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}

@media(max-width:980px){
  .mtp-contact-page .premium-contact-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .mtp-compliance-check-page .mtp-assessment-section .mtp-assessment-shell{
    max-width:100%!important;
  }
  .mtp-compliance-check-page .mtp-recommendation-list{
    grid-template-columns:1fr!important;
  }
  .mtp-compliance-check-page .mtp-result-actions{
    display:grid!important;
  }
  .mtp-compliance-check-page .mtp-result-actions .mtp-button{
    width:100%;
  }
  .mtp-contact-page .premium-contact-section{
    padding-inline:14px!important;
  }
  .mtp-contact-page .contact-mini-grid{
    grid-template-columns:1fr;
  }
  .mtp-contact-page .contact-info-card{
    grid-template-columns:1fr;
  }
}

/* Master public CSS/JS standardisation layer - 2026-07-16 */
.mtp-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 18px;color:rgba(255,255,255,.72);font-size:.82rem;font-weight:800}
.mtp-breadcrumb a{color:#fff;text-decoration:none}.mtp-breadcrumb a:hover{text-decoration:underline}
.mtp-hero-notice{max-width:760px;margin-top:24px;padding:14px 16px;display:flex;gap:11px;align-items:flex-start;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.09);color:rgba(255,255,255,.82);line-height:1.6}.mtp-hero-notice svg{width:19px;height:19px;flex:none;color:#8af0b8}
.mtp-public-directory{position:relative}.mtp-directory-tools{width:100%;margin:0 0 28px;padding:16px;display:grid;grid-template-columns:minmax(240px,1fr) minmax(280px,auto);gap:14px;align-items:center;border:1px solid #d8e4dc;border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(5,45,30,.045)}
.mtp-directory-search{min-width:0;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #d5e4dc;border-radius:8px;background:#f9fcfa;color:#087247}.mtp-directory-search svg{width:18px;height:18px;flex:none}.mtp-directory-search input{width:100%;min-height:48px;border:0;outline:0;background:transparent;color:#172820;font:inherit}
.mtp-filter-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mtp-filter-pills button{min-height:38px;padding:0 13px;border:1px solid #cfe0d6;border-radius:999px;background:#fff;color:#24362d;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}.mtp-filter-pills button[aria-pressed=true]{border-color:#087247;background:#087247;color:#fff}.mtp-filter-pills button:hover{border-color:#087247}
.mtp-result-count{grid-column:1/-1;margin:0;color:#617168;font-size:.82rem;font-weight:800}.mtp-no-results{width:min(760px,100%);margin:24px auto 0;padding:16px;border:1px dashed #c8d9cf;border-radius:8px;background:#fff;color:#64746b;text-align:center;font-weight:800}
[data-mtp-filter-item][hidden]{display:none!important}
.mtp-compliance-overview,.mtp-regulated-services{margin-top:34px}.mtp-compliance-category-grid,.mtp-process-grid,.mtp-compare-grid,.mtp-info-grid,.mtp-related-grid{display:grid;gap:18px}
.mtp-compliance-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:42px}.mtp-compliance-category-card,.mtp-process-grid article,.mtp-compare-grid article,.mtp-info-card{min-width:0;padding:clamp(22px,3vw,30px);border:1px solid #d8e4dc;border-top:4px solid #087247;border-radius:10px;background:#fff;box-shadow:0 13px 38px rgba(5,45,30,.045)}
.mtp-compliance-category-card>i,.mtp-compare-grid article>i{width:44px;height:44px;margin-bottom:16px;padding:11px;border-radius:50%;background:#e3f5ea;color:#087247}.mtp-compliance-category-card>span,.mtp-info-card>span{color:#087247;font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.mtp-compliance-category-card h3,.mtp-process-grid h3,.mtp-compare-grid h3,.mtp-info-card h2{margin:8px 0 10px;color:#183127}.mtp-compliance-category-card p,.mtp-process-grid p,.mtp-compare-grid p,.mtp-info-card p{margin:0;color:#64746b;line-height:1.68}.mtp-compliance-category-card a{display:inline-flex;margin-top:16px;color:#087247;font-weight:900;text-decoration:none}.mtp-compliance-category-card a:hover{text-decoration:underline}
.mtp-process-section,.mtp-pricing-compare,.mtp-related-section{padding:clamp(58px,8vw,96px) clamp(18px,4vw,48px);background:#fff}.mtp-process-grid,.mtp-compare-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mtp-process-grid article span{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:#087247;color:#fff;font-weight:950}
.mtp-info-band{padding:clamp(52px,7vw,88px) clamp(18px,4vw,48px);background:#f4f8f5}.mtp-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mtp-alert-panel{padding:clamp(24px,4vw,34px);display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;border:1px solid #f0d98d;border-left:5px solid #d99b00;border-radius:10px;background:#fff9e6;color:#5d4707}.mtp-alert-panel>svg{width:52px;height:52px;padding:12px;border-radius:50%;background:#fff;color:#b77900}.mtp-alert-panel h2{margin:7px 0;color:#2f2507}.mtp-alert-panel p{margin:0;line-height:1.7}
.mtp-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mtp-related-grid a{min-width:0;padding:20px;display:flex;gap:13px;align-items:flex-start;border:1px solid #d8e4dc;border-radius:10px;background:#fff;color:#183127;text-decoration:none;box-shadow:0 12px 32px rgba(5,45,30,.045)}.mtp-related-grid a svg{width:28px;height:28px;flex:none;color:#087247}.mtp-related-grid a small{display:block;margin-top:4px;color:#64746b}
.mtp-public-cta{padding:clamp(52px,7vw,88px) clamp(18px,4vw,48px);background:#0b241a;color:#fff}.mtp-public-cta>div{width:min(980px,100%);margin:0 auto;text-align:center}.mtp-public-cta h2{max-width:760px;margin:8px auto 12px;color:#fff;font-size:clamp(1.85rem,4vw,3.25rem);line-height:1.1}.mtp-public-cta p{max-width:720px;margin:0 auto 22px;color:rgba(255,255,255,.74);line-height:1.7}.mtp-public-cta-actions{display:flex;gap:11px;justify-content:center;flex-wrap:wrap}
.mtp-pricing-notice{width:min(1120px,calc(100% - 36px));margin:0 auto 34px;padding:18px;display:flex;gap:14px;align-items:flex-start;border:1px solid #f0d98d;border-radius:10px;background:#fff9e6;color:#604b0a}.mtp-pricing-notice svg{width:24px;height:24px;flex:none}.mtp-pricing-notice h2{margin:0 0 6px;color:#302406}.mtp-pricing-notice p{margin:0;line-height:1.65}.pricing-clean-card h3{margin:8px 0 10px;color:#183127;font-size:1.16rem;line-height:1.35}
.mtp-pricing-page .pricing-clean-hero{padding:clamp(26px,4vw,44px)!important;border:1px solid #dce8df;border-top:4px solid #087247;border-radius:14px;background:#fff!important;color:#172820!important;box-shadow:0 18px 52px rgba(5,45,30,.07)}.mtp-pricing-page .pricing-clean-hero h1{color:#142e23!important}.mtp-pricing-page .pricing-clean-hero p{color:#65746c!important}
.other-hero-actions{display:flex;gap:11px;justify-content:center;flex-wrap:wrap;margin-top:26px}.other-service-card>span{display:inline-block;margin-bottom:8px;color:#087247;font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.other-service-card .other-service-btn{min-height:45px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;background:#087247;color:#fff;text-decoration:none;font-weight:900}.other-service-card .amber-btn{background:#b45309}.other-service-card .purple-btn{background:#7e22ce}.other-service-card .cyan-btn{background:#087d8f}
.mtp-contact-panel-heading{margin-bottom:20px}.mtp-contact-panel-heading h2{margin:8px 0 10px;color:#183127;font-size:clamp(1.7rem,4vw,2.7rem)}.mtp-contact-panel-heading p{margin:0;color:#64746b;line-height:1.7}.mtp-contact-page .contact-field-label select{width:100%;min-height:48px;border:1px solid #d4e1da;border-radius:8px;background:#fff;padding:0 12px;color:#172820;font:inherit}.mtp-contact-consent{align-items:flex-start;margin:14px 0}.mtp-contact-page .mtp-captcha-note,.mtp-form-noscript{margin:12px 0;color:#64746b;font-size:.82rem;line-height:1.6}
@media(max-width:980px){.mtp-directory-tools{grid-template-columns:1fr}.mtp-filter-pills{justify-content:flex-start}.mtp-compliance-category-grid,.mtp-process-grid,.mtp-compare-grid,.mtp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mtp-info-grid{grid-template-columns:1fr}}
@media(max-width:700px){.mtp-directory-tools{padding:13px}.mtp-filter-pills button{flex:1}.mtp-compliance-category-grid,.mtp-process-grid,.mtp-compare-grid,.mtp-related-grid{grid-template-columns:1fr}.mtp-alert-panel{grid-template-columns:1fr}.mtp-public-cta-actions{display:grid}.mtp-public-cta-actions>*{width:100%}.mtp-pricing-notice{width:calc(100% - 28px);display:block}.mtp-pricing-notice svg{margin-bottom:10px}.other-hero-actions{display:grid}.other-hero-actions>*{width:100%}}

/* Pricing hero repair - 2026-07-16 */
.mtp-pricing-page .pricing-clean-main{padding-top:clamp(88px,8vw,118px)!important}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{isolation:isolate;position:relative;width:100vw!important;max-width:none!important;min-height:clamp(430px,48vw,560px);margin:0 calc(50% - 50vw) 36px!important;padding:clamp(34px,5vw,66px) max(clamp(18px,5vw,72px),calc((100vw - 1180px)/2 + 18px))!important;overflow:hidden;border:0!important;border-radius:0!important;background:radial-gradient(circle at 86% 18%,rgba(126,238,177,.22),transparent 28%),radial-gradient(circle at 14% 92%,rgba(242,189,49,.18),transparent 30%),linear-gradient(135deg,#031f17 0%,#075f3b 58%,#02130f 100%)!important;color:#fff!important;text-align:left!important;box-shadow:0 28px 78px rgba(3,20,15,.18)!important}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:54px 54px;opacity:.2}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .pricing-hero-copy{position:relative;z-index:1;max-width:780px}
.mtp-pricing-page .pricing-breadcrumb{margin-bottom:20px;color:rgba(255,255,255,.7)}.mtp-pricing-page .pricing-breadcrumb a{color:#a8f2c6}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .pricing-hero-copy>span{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.1);color:#a8f2c6!important;font-size:.74rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero h1{max-width:760px;margin:16px 0 16px!important;color:#fff!important;font-size:clamp(2.45rem,6vw,5.3rem)!important;line-height:1.02!important;letter-spacing:-.055em;text-wrap:balance}
.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero p{max-width:700px;margin:0!important;color:rgba(255,255,255,.8)!important;font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.75!important}
.pricing-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.pricing-hero-actions .mtp-button{min-height:50px}.pricing-hero-actions .mtp-button-secondary{border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.08);color:#fff}.pricing-hero-actions .mtp-name-search-button{border-color:rgba(255,255,255,.42);background:#fff;color:#075b37}
.pricing-hero-points{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 0;padding:0;list-style:none}.pricing-hero-points li{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);font-size:.82rem;font-weight:850}.pricing-hero-points svg{width:17px;height:17px;color:#8af0b8;flex:none}
.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual{border-color:rgba(255,255,255,.18)!important;border-top-color:#8af0b8!important;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07))!important;color:#fff!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important}
.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual::before{border-color:rgba(255,255,255,.13)!important}.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual-icon{background:#fff!important;color:#087247!important;box-shadow:0 12px 32px rgba(0,0,0,.16)!important}.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual small{color:rgba(255,255,255,.74)!important}.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual li{border-color:rgba(255,255,255,.15)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual li svg{color:#8af0b8!important}.mtp-pricing-page .mtp-pricing-hero .mtp-page-hero-visual-seal{color:rgba(255,255,255,.09)!important}
@media(max-width:900px){.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{text-align:center!important}.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .pricing-hero-copy{margin-inline:auto}.pricing-hero-actions,.pricing-hero-points{justify-content:center}}
@media(max-width:640px){.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{min-height:0;padding:28px 18px!important;border-radius:14px}.pricing-hero-actions{display:grid}.pricing-hero-actions>*{width:100%}.pricing-hero-points{display:grid}.pricing-hero-points li{justify-content:center;border-radius:10px}}

/* Homepage public disclaimer banner refresh - 2026-07-16 */
.mtp-homepage .mtp-home-public-disclaimer{position:relative;isolation:isolate;padding:0!important;background:#03140f!important;border:0!important;overflow:hidden}
.mtp-homepage .mtp-home-public-disclaimer::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 8% 20%,rgba(242,189,49,.16),transparent 26%),radial-gradient(circle at 88% 10%,rgba(126,238,177,.16),transparent 28%),linear-gradient(135deg,#03140f,#062d21 58%,#02100c)}
.mtp-homepage .mtp-home-public-disclaimer::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,238,182,.45),transparent)}
.mtp-homepage .mtp-home-public-disclaimer-card{width:min(1220px,100%)!important;min-height:78px;margin:0 auto!important;padding:10px clamp(16px,4vw,32px)!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:clamp(10px,2vw,18px)!important;align-items:center!important;border:0!important;border-left:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff}
.mtp-home-disclaimer-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:linear-gradient(135deg,#f2bd31,#f8e18b);color:#05291f;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.mtp-home-disclaimer-icon svg{width:19px;height:19px;stroke-width:2.45}
.mtp-homepage .mtp-home-public-disclaimer .mtp-eyebrow{display:inline-flex;align-items:center;gap:6px;color:#8af0b8!important;font-size:.68rem!important;line-height:1.2!important}.mtp-homepage .mtp-home-public-disclaimer .mtp-eyebrow svg{width:13px;height:13px}
.mtp-homepage .mtp-home-public-disclaimer h2{margin:3px 0 4px!important;color:#fff!important;font-size:clamp(1rem,1.7vw,1.35rem)!important;line-height:1.08!important;letter-spacing:-.02em}
.mtp-homepage .mtp-home-public-disclaimer p{max-width:950px!important;margin:0!important;color:rgba(255,255,255,.78)!important;font-size:.78rem!important;line-height:1.48!important}
.mtp-home-disclaimer-points{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.mtp-home-disclaimer-points span{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.84);font-size:.66rem;font-weight:850}.mtp-home-disclaimer-points svg{width:12px;height:12px;flex:none;color:#8af0b8}
.mtp-home-disclaimer-actions{display:grid;gap:6px;justify-items:stretch;min-width:174px}.mtp-homepage .mtp-public-disclaimer-link{min-height:34px;padding:7px 12px;border:0!important;border-radius:999px;background:#f2bd31!important;color:#061c14!important;box-shadow:0 10px 24px rgba(242,189,49,.16);font-size:.72rem;font-weight:950;white-space:nowrap}.mtp-homepage .mtp-public-disclaimer-link:hover,.mtp-homepage .mtp-public-disclaimer-link:focus-visible{background:#fff!important;color:#061c14!important;box-shadow:0 14px 32px rgba(255,255,255,.14);transform:translateY(-1px)}
.mtp-public-disclaimer-dismiss{min-height:30px;padding:6px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.82);font:inherit;font-size:.68rem;font-weight:900;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.mtp-public-disclaimer-dismiss svg{width:12px;height:12px}.mtp-public-disclaimer-dismiss:hover,.mtp-public-disclaimer-dismiss:focus-visible{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.13);color:#fff;outline:0;transform:translateY(-1px)}
.mtp-home-public-disclaimer.is-dismissing{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}.mtp-disclaimer-banner-visible .mtp-public-notice-cta{opacity:0;pointer-events:none}.mtp-home-disclaimer-dismissed .mtp-public-notice-cta{opacity:1;pointer-events:auto}
@media(max-width:920px){.mtp-homepage .mtp-home-public-disclaimer-card{grid-template-columns:auto minmax(0,1fr)!important}.mtp-home-disclaimer-actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.mtp-homepage .mtp-public-disclaimer-link{width:100%}}
@media(max-width:620px){.mtp-homepage .mtp-home-public-disclaimer-card{grid-template-columns:1fr!important;text-align:left}.mtp-home-disclaimer-icon{width:48px;height:48px}.mtp-home-disclaimer-actions{grid-template-columns:1fr}.mtp-home-disclaimer-points{display:grid}.mtp-home-disclaimer-points span{border-radius:10px}.mtp-public-disclaimer-dismiss{width:100%}}
@media(prefers-reduced-motion:reduce){.mtp-home-public-disclaimer.is-dismissing,.mtp-public-disclaimer-dismiss{transition:none!important}}

/* Universal public sticky navigation lock - 2026-07-16 */
:root{--mtp-public-nav-height:82px}
html.mtp-public-nav-sticky-ready{scroll-padding-top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px) + 14px)!important}
html.mtp-public-nav-sticky-ready [id]{scroll-margin-top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px) + 16px)!important}
body:not(.corporate-dashboard) > #header,
body:not(.corporate-dashboard) #header.mtp-sticky-public-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:max(0px,var(--mtp-page-top-offset,0px))!important;
  z-index:9000!important;
  width:100%!important;
  isolation:isolate!important;
  transform:translateZ(0);
}
body:not(.corporate-dashboard) #header.mtp-sticky-public-header .navbar,
body:not(.corporate-dashboard) #header .navbar.mtp-sticky-public-navbar{
  position:relative!important;
  top:auto!important;
  z-index:9001!important;
  width:100%!important;
}
body:not(.corporate-dashboard) #header.mtp-sticky-public-header .navbar.is-scrolled,
body:not(.corporate-dashboard) #header.mtp-sticky-public-header .navbar{
  background:rgba(255,255,255,.978)!important;
  border-bottom:1px solid #d5e5dc!important;
  box-shadow:0 12px 34px rgba(3,20,15,.1)!important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
body:not(.corporate-dashboard) #header .mega-menu,
body:not(.corporate-dashboard) #header .mega-nested-menu,
body:not(.corporate-dashboard) #mobileSidebar,
body:not(.corporate-dashboard) #mobileOverlay{
  z-index:9100!important;
}

/* Homepage hero styled after Compliance Matters hero - 2026-07-16 */
.mtp-homepage .mtp-home-hero{background:linear-gradient(120deg,#052a1e,#087148)!important;color:#fff!important;overflow:hidden}
.mtp-homepage .mtp-home-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 82% 12%,rgba(246,195,67,.15),transparent 26%),radial-gradient(circle at 12% 85%,rgba(126,238,177,.13),transparent 30%);pointer-events:none}
.mtp-homepage .mtp-hero-viewport{min-height:clamp(560px,calc(100svh - var(--mtp-public-nav-height,82px)),700px)!important}
.mtp-homepage .mtp-hero-slide{width:min(1160px,calc(100% - 40px))!important;max-width:1160px!important;grid-template-columns:1.05fr .95fr!important;gap:40px!important;padding:clamp(56px,7vw,84px) 0 104px!important}
.mtp-homepage .mtp-hero-slide::before{display:none!important}
.mtp-homepage .mtp-hero-copy{max-width:690px!important}
.mtp-homepage .mtp-home-hero .mtp-eyebrow{display:inline-flex!important;align-items:center;gap:7px;margin-bottom:0!important;color:#f6c343!important;text-transform:uppercase;letter-spacing:.12em;font-size:11px!important;font-weight:900!important}
.mtp-homepage .mtp-home-hero .mtp-eyebrow svg{width:16px;height:16px;flex:none}
.mtp-homepage .mtp-hero-copy h1,.mtp-homepage .mtp-hero-copy h2{max-width:780px!important;margin:18px 0!important;color:#fff!important;font-size:clamp(42px,6vw,76px)!important;line-height:1.01!important;letter-spacing:-.06em!important}
.mtp-homepage .mtp-hero-copy h1 em,.mtp-homepage .mtp-hero-copy h2 em{color:#f6c343!important;font-style:normal!important}
.mtp-homepage .mtp-hero-copy p{max-width:620px!important;margin:0!important;color:#d7e9de!important;font-size:16px!important;line-height:1.8!important}
.mtp-homepage .mtp-hero-actions{gap:12px!important;margin:28px 0 0!important}
.mtp-homepage .mtp-home-hero .mtp-button{min-height:48px;border-radius:8px!important;padding:13px 17px!important;font-size:12px!important;font-weight:900!important}
.mtp-homepage .mtp-home-hero .mtp-button-primary{background:#f6c343!important;border-color:#f6c343!important;color:#1d301f!important}
.mtp-homepage .mtp-home-hero .mtp-button-primary:hover{background:#ffd86e!important;border-color:#ffd86e!important;color:#1d301f!important}
.mtp-homepage .mtp-home-hero .mtp-button-secondary{border:1px solid rgba(255,255,255,.4)!important;background:rgba(255,255,255,.07)!important;color:#fff!important}
.mtp-homepage .mtp-home-hero .mtp-button-secondary:hover{background:#fff!important;color:#064d2f!important}
.mtp-homepage .mtp-home-hero .mtp-name-search-button{border-color:rgba(255,255,255,.48)!important;background:#fff!important;color:#064d2f!important}
.mtp-homepage .mtp-hero-visual{height:390px!important;min-height:0!important;position:relative!important;display:grid!important;place-items:center!important}
.mtp-homepage .mtp-visual-orbit{position:absolute!important;width:350px!important;height:170px!important;aspect-ratio:auto!important;border:1px solid rgba(185,228,197,.27)!important;border-radius:50%!important;transform:rotate(-26deg)!important}
.mtp-homepage .mtp-visual-orbit::before{content:"";position:absolute!important;inset:-55px -20px!important;border:1px solid rgba(185,228,197,.27)!important;border-radius:50%!important;transform:rotate(76deg)!important}
.mtp-homepage .mtp-visual-orbit::after{display:none!important}
.mtp-homepage .mtp-visual-card{position:relative!important;width:205px!important;min-height:270px!important;padding:28px!important;display:flex!important;flex-direction:column!important;gap:13px!important;border:0!important;border-radius:13px!important;background:#fff!important;color:#064d2f!important;box-shadow:20px 24px 0 rgba(1,34,24,.27)!important;transform:rotate(6deg)!important}
.mtp-homepage .mtp-visual-card::before{content:"";display:block;width:100%;height:72px;margin-top:60px;background:linear-gradient(#dcece0,#dcece0) 0 0/100% 7px no-repeat,linear-gradient(#dcece0,#dcece0) 0 24px/78% 7px no-repeat,linear-gradient(#dcece0,#dcece0) 0 48px/55% 7px no-repeat;border-radius:10px}
.mtp-homepage .mtp-visual-card::after{content:"READY";position:absolute;right:-40px;bottom:38px;padding:11px 14px;border-radius:10px;background:#fff;color:#064d2f;box-shadow:0 12px 28px rgba(1,34,24,.2);font-size:12px;font-weight:900;letter-spacing:.04em}
.mtp-homepage .mtp-visual-card svg{position:absolute;left:28px;top:28px;width:48px!important;height:48px!important;margin:0!important;padding:11px;border-radius:12px;background:#e9f5ed;color:#064d2f!important}
.mtp-homepage .mtp-visual-card strong{margin-top:auto;color:#064d2f!important;font-size:15px!important;line-height:1.15!important;letter-spacing:.08em;text-transform:uppercase}
.mtp-homepage .mtp-visual-card small{margin-top:0!important;color:#65756c!important;font-size:11px!important;line-height:1.45!important}
.mtp-homepage .mtp-hero-controls{bottom:28px!important}
.mtp-homepage .mtp-hero-controls>button{border-radius:8px!important;border-color:rgba(255,255,255,.35)!important;background:rgba(255,255,255,.1)!important}
.mtp-homepage .mtp-hero-dots{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.1)!important}
.mtp-homepage .mtp-hero-dots button.is-active{background:#f6c343!important}
@media(max-width:820px){.mtp-homepage .mtp-hero-viewport{min-height:820px!important}.mtp-homepage .mtp-hero-slide{grid-template-columns:1fr!important;align-content:center!important;text-align:center!important;padding:60px 0 105px!important}.mtp-homepage .mtp-hero-copy,.mtp-homepage .mtp-hero-copy p{margin-inline:auto}.mtp-homepage .mtp-hero-actions{justify-content:center}.mtp-homepage .mtp-hero-visual{height:290px!important}.mtp-homepage .mtp-visual-card{transform:rotate(4deg) scale(.86)!important}.mtp-homepage .mtp-visual-orbit{transform:rotate(-26deg) scale(.8)!important}}
@media(max-width:520px){.mtp-homepage .mtp-hero-slide{width:min(100% - 28px,1160px)!important}.mtp-homepage .mtp-hero-copy h1,.mtp-homepage .mtp-hero-copy h2{font-size:47px!important}.mtp-homepage .mtp-hero-actions{display:grid!important}.mtp-homepage .mtp-hero-actions>*{width:100%}.mtp-homepage .mtp-hero-visual{margin-top:-10px;transform:scale(.86)}}

/* Compliance Matters hero harmonisation for public service pages - 2026-07-16 */
body.business-page .business-hero-section,
body.post-page .post-hero-section,
body.mtp-compliance-directory-page .mtp-compliance-hero,
body.mtp-compliance-check-page .mtp-assessment-intro,
body.about-page .about-hero-section,
body.mtp-contact-page .premium-contact-hero,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{
  position:relative!important;
  isolation:isolate;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow:hidden!important;
  background:linear-gradient(120deg,#052a1e,#087148)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.business-page .business-hero-section::before,
body.post-page .post-hero-section::before,
body.mtp-compliance-directory-page .mtp-compliance-hero::before,
body.mtp-compliance-check-page .mtp-assessment-intro::before,
body.about-page .about-hero-section::before,
body.mtp-contact-page .premium-contact-hero::before,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 84% 14%,rgba(246,195,67,.16),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(126,238,177,.14),transparent 30%);
  pointer-events:none;
}
body.business-page .business-hero-container,
body.post-page .post-hero-container,
body.about-page .about-hero-section .about-container{
  width:min(1160px,calc(100% - 40px))!important;
  max-width:1160px!important;
  min-height:500px;
  margin:0 auto!important;
  padding:clamp(54px,7vw,84px) 0!important;
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  align-items:center!important;
  gap:40px!important;
  text-align:left!important;
  color:#fff!important;
}
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell,
body.mtp-contact-page .premium-contact-header{
  width:min(1160px,calc(100% - 40px))!important;
  max-width:1160px!important;
  min-height:500px;
  margin:0 auto!important;
  padding:clamp(54px,7vw,84px) 0!important;
  color:#fff!important;
  text-align:left!important;
}
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell.mtp-hero-visual-ready,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell.mtp-hero-visual-ready,
body.mtp-contact-page .premium-contact-header.mtp-hero-visual-ready{
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  align-items:center!important;
  gap:40px!important;
}
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{
  min-height:500px!important;
  margin-top:0!important;
  margin-bottom:36px!important;
  padding:clamp(54px,7vw,84px) max(clamp(20px,5vw,72px),calc((100vw - 1160px)/2 + 20px))!important;
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  align-items:center!important;
  gap:40px!important;
  text-align:left!important;
  border:0!important;
  border-radius:0!important;
}
body.business-page .business-hero-content,
body.post-page .pi-hero-copy,
body.about-page .about-hero-content,
body.mtp-pricing-page .pricing-hero-copy{
  position:relative;
  z-index:1;
  max-width:780px!important;
  grid-column:1;
}
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell.mtp-hero-visual-ready > :not(.mtp-page-hero-visual),
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell.mtp-hero-visual-ready > :not(.mtp-page-hero-visual),
body.mtp-contact-page .premium-contact-header.mtp-hero-visual-ready > :not(.mtp-page-hero-visual){
  grid-column:1;
  max-width:780px!important;
}
body.business-page .business-hero-badge,
body.post-page .post-badge,
body.about-page .about-hero-badge,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-eyebrow,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-eyebrow,
body.mtp-contact-page .premium-contact-header .mtp-eyebrow,
body.mtp-pricing-page .pricing-hero-copy > span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#f6c343!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.business-page .business-hero-badge svg,
body.post-page .post-badge svg,
body.about-page .about-hero-badge svg,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-eyebrow svg,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-eyebrow svg,
body.mtp-contact-page .premium-contact-header .mtp-eyebrow svg,
body.mtp-pricing-page .pricing-hero-copy > span svg{
  width:16px!important;
  height:16px!important;
  flex:none;
}
body.post-page .post-badge-dot{
  width:8px!important;
  height:8px!important;
  background:#f6c343!important;
  box-shadow:0 0 0 5px rgba(246,195,67,.2)!important;
}
body.business-page .business-hero-title,
body.post-page .post-title,
body.about-page .about-hero-title,
body.mtp-compliance-directory-page .mtp-compliance-hero h1,
body.mtp-compliance-check-page .mtp-assessment-intro h1,
body.mtp-contact-page .premium-contact-header h1,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero h1{
  max-width:780px!important;
  margin:18px 0!important;
  color:#fff!important;
  font-size:clamp(42px,6vw,76px)!important;
  line-height:1.01!important;
  letter-spacing:-.06em!important;
  text-wrap:balance;
}
body.business-page .business-hero-title em,
body.post-page .post-title em,
body.about-page .about-hero-title em,
body.mtp-compliance-directory-page .mtp-compliance-hero h1 em,
body.mtp-compliance-check-page .mtp-assessment-intro h1 em,
body.mtp-contact-page .premium-contact-header h1 em,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero h1 em{
  color:#f6c343!important;
  font-style:normal!important;
}
body.business-page .business-hero-description,
body.post-page .post-description,
body.about-page .about-hero-description,
body.mtp-compliance-directory-page .mtp-compliance-hero p,
body.mtp-compliance-check-page .mtp-assessment-intro p,
body.mtp-contact-page .premium-contact-header > p,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero p{
  max-width:620px!important;
  margin:0!important;
  color:#d7e9de!important;
  font-size:16px!important;
  line-height:1.8!important;
}
body.business-page .business-buttons,
body.post-page .post-hero-actions,
body.about-page .about-hero-actions,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-hero-actions,
body.mtp-compliance-check-page .mtp-assessment-hero-actions,
body.mtp-contact-page .premium-contact-hero-actions,
body.mtp-pricing-page .pricing-hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  justify-content:flex-start!important;
  margin:28px 0 0!important;
}
body.business-page .business-hero-section .mtp-button,
body.post-page .post-hero-section .mtp-button,
body.about-page .about-hero-section .mtp-button,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-button,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-button,
body.mtp-contact-page .premium-contact-hero .mtp-button,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-button{
  min-height:48px!important;
  border-radius:8px!important;
  padding:13px 17px!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.business-page .business-hero-section .mtp-button-primary,
body.post-page .post-hero-section .mtp-button-primary,
body.about-page .about-hero-section .mtp-button-primary,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-button-primary,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-button-primary,
body.mtp-contact-page .premium-contact-hero .mtp-button-primary,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-button-primary{
  border-color:#f6c343!important;
  background:#f6c343!important;
  color:#1d301f!important;
}
body.business-page .business-hero-section .mtp-button-primary:hover,
body.post-page .post-hero-section .mtp-button-primary:hover,
body.about-page .about-hero-section .mtp-button-primary:hover,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-button-primary:hover,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-button-primary:hover,
body.mtp-contact-page .premium-contact-hero .mtp-button-primary:hover,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-button-primary:hover{
  border-color:#ffd86e!important;
  background:#ffd86e!important;
  color:#1d301f!important;
  transform:translateY(-2px);
}
body.business-page .business-hero-section .mtp-button-secondary,
body.business-page .business-hero-section .mtp-button-outline,
body.post-page .post-hero-section .mtp-button-secondary,
body.post-page .post-hero-section .mtp-button-outline,
body.about-page .about-hero-section .mtp-button-secondary,
body.about-page .about-hero-section .mtp-button-outline,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-button-secondary,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-button-secondary,
body.mtp-contact-page .premium-contact-hero .mtp-button-secondary,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-button-secondary{
  border:1px solid rgba(255,255,255,.4)!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
}
body.business-page .business-hero-section .mtp-name-search-button,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-name-search-button{
  border-color:#fff!important;
  background:#fff!important;
  color:#064d2f!important;
}
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-hero-notice{
  grid-column:1;
  max-width:700px!important;
  margin-top:24px!important;
  border-color:rgba(255,255,255,.2)!important;
  background:rgba(255,255,255,.09)!important;
  color:rgba(255,255,255,.82)!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual,
body.post-page .post-hero-section .mtp-page-hero-visual,
body.about-page .about-hero-section .mtp-page-hero-visual,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual{
  grid-column:2!important;
  grid-row:1 / span 8!important;
  justify-self:center!important;
  align-self:center!important;
  width:205px!important;
  max-width:100%!important;
  min-height:270px!important;
  margin:0!important;
  padding:28px!important;
  border:0!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#064d2f!important;
  box-shadow:20px 24px 0 rgba(1,34,24,.27)!important;
  transform:rotate(6deg)!important;
  overflow:visible!important;
  isolation:isolate;
}
body.business-page .business-hero-section .mtp-page-hero-visual::before,
body.post-page .post-hero-section .mtp-page-hero-visual::before,
body.about-page .about-hero-section .mtp-page-hero-visual::before,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual::before,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual::before,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual::before,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  z-index:-1;
  width:350px;
  height:170px;
  border:1px solid rgba(185,228,197,.32)!important;
  border-radius:50%;
  background:transparent!important;
  transform:translate(-50%,-50%) rotate(-26deg);
  pointer-events:none;
}
body.business-page .business-hero-section .mtp-page-hero-visual::after,
body.post-page .post-hero-section .mtp-page-hero-visual::after,
body.about-page .about-hero-section .mtp-page-hero-visual::after,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual::after,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual::after,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual::after,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  z-index:-1;
  width:390px;
  height:280px;
  border:1px solid rgba(185,228,197,.26);
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(50deg);
  pointer-events:none;
}
body.business-page .business-hero-section .mtp-page-hero-visual > *,
body.post-page .post-hero-section .mtp-page-hero-visual > *,
body.about-page .about-hero-section .mtp-page-hero-visual > *,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual > *,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual > *,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual > *,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual > *{
  position:relative;
  z-index:1;
}
body.business-page .business-hero-section .mtp-page-hero-visual-icon,
body.post-page .post-hero-section .mtp-page-hero-visual-icon,
body.about-page .about-hero-section .mtp-page-hero-visual-icon,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual-icon,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual-icon,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual-icon,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual-icon{
  width:48px!important;
  height:48px!important;
  margin:0 0 22px!important;
  border-radius:12px!important;
  background:#e9f5ed!important;
  color:#064d2f!important;
  box-shadow:none!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual-icon svg,
body.post-page .post-hero-section .mtp-page-hero-visual-icon svg,
body.about-page .about-hero-section .mtp-page-hero-visual-icon svg,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual-icon svg,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual-icon svg,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual-icon svg,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual-icon svg{
  width:25px!important;
  height:25px!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual figcaption,
body.post-page .post-hero-section .mtp-page-hero-visual figcaption,
body.about-page .about-hero-section .mtp-page-hero-visual figcaption,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual figcaption,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual figcaption,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual figcaption,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual figcaption{
  gap:7px!important;
  margin:0 0 18px!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual strong,
body.post-page .post-hero-section .mtp-page-hero-visual strong,
body.about-page .about-hero-section .mtp-page-hero-visual strong,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual strong,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual strong,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual strong,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual strong{
  color:#064d2f!important;
  font-size:15px!important;
  line-height:1.2!important;
  letter-spacing:.04em!important;
  text-transform:uppercase;
}
body.business-page .business-hero-section .mtp-page-hero-visual small,
body.post-page .post-hero-section .mtp-page-hero-visual small,
body.about-page .about-hero-section .mtp-page-hero-visual small,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual small,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual small,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual small,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual small{
  color:#65756c!important;
  font-size:11px!important;
  line-height:1.45!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual li,
body.post-page .post-hero-section .mtp-page-hero-visual li,
body.about-page .about-hero-section .mtp-page-hero-visual li,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual li,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual li,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual li,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual li{
  border-color:#dcece0!important;
  background:#f4faf6!important;
  color:#064d2f!important;
  font-size:11px!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual li svg,
body.post-page .post-hero-section .mtp-page-hero-visual li svg,
body.about-page .about-hero-section .mtp-page-hero-visual li svg,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual li svg,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual li svg,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual li svg,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual li svg{
  color:#087148!important;
}
body.business-page .business-hero-section .mtp-page-hero-visual-seal,
body.post-page .post-hero-section .mtp-page-hero-visual-seal,
body.about-page .about-hero-section .mtp-page-hero-visual-seal,
body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual-seal,
body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual-seal,
body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual-seal,
body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual-seal{
  right:-38px!important;
  bottom:36px!important;
  padding:11px 14px;
  border-radius:10px;
  background:#f6c343;
  color:#064d2f!important;
  box-shadow:0 12px 28px rgba(1,34,24,.2);
  font-size:11px!important;
  letter-spacing:.08em!important;
}
@media(max-width:900px){
  body.business-page .business-hero-container,
  body.post-page .post-hero-container,
  body.about-page .about-hero-section .about-container,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell.mtp-hero-visual-ready,
  body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell.mtp-hero-visual-ready,
  body.mtp-contact-page .premium-contact-header.mtp-hero-visual-ready,
  body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero{
    grid-template-columns:1fr!important;
    min-height:0!important;
    text-align:center!important;
  }
  body.business-page .business-hero-content,
  body.post-page .pi-hero-copy,
  body.about-page .about-hero-content,
  body.mtp-pricing-page .pricing-hero-copy,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell.mtp-hero-visual-ready > :not(.mtp-page-hero-visual),
  body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell.mtp-hero-visual-ready > :not(.mtp-page-hero-visual),
  body.mtp-contact-page .premium-contact-header.mtp-hero-visual-ready > :not(.mtp-page-hero-visual){
    grid-column:1!important;
    margin-inline:auto!important;
  }
  body.business-page .business-buttons,
  body.post-page .post-hero-actions,
  body.about-page .about-hero-actions,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-hero-actions,
  body.mtp-compliance-check-page .mtp-assessment-hero-actions,
  body.mtp-contact-page .premium-contact-hero-actions,
  body.mtp-pricing-page .pricing-hero-actions{
    justify-content:center!important;
  }
  body.business-page .business-hero-section .mtp-page-hero-visual,
  body.post-page .post-hero-section .mtp-page-hero-visual,
  body.about-page .about-hero-section .mtp-page-hero-visual,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-page-hero-visual,
  body.mtp-compliance-check-page .mtp-assessment-intro .mtp-page-hero-visual,
  body.mtp-contact-page .premium-contact-hero .mtp-page-hero-visual,
  body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero .mtp-page-hero-visual{
    grid-column:1!important;
    grid-row:auto!important;
    margin:10px auto 0!important;
    transform:rotate(4deg) scale(.9)!important;
  }
}
@media(max-width:520px){
  body.business-page .business-hero-container,
  body.post-page .post-hero-container,
  body.about-page .about-hero-section .about-container,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-shell,
  body.mtp-compliance-check-page .mtp-assessment-intro .mtp-assessment-shell,
  body.mtp-contact-page .premium-contact-header{
    width:min(100% - 28px,1160px)!important;
    padding-block:48px!important;
  }
  body.business-page .business-hero-title,
  body.post-page .post-title,
  body.about-page .about-hero-title,
  body.mtp-compliance-directory-page .mtp-compliance-hero h1,
  body.mtp-compliance-check-page .mtp-assessment-intro h1,
  body.mtp-contact-page .premium-contact-header h1,
  body.mtp-pricing-page .pricing-clean-hero.mtp-pricing-hero h1{
    font-size:47px!important;
  }
  body.business-page .business-buttons,
  body.post-page .post-hero-actions,
  body.about-page .about-hero-actions,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-hero-actions,
  body.mtp-compliance-check-page .mtp-assessment-hero-actions,
  body.mtp-contact-page .premium-contact-hero-actions,
  body.mtp-pricing-page .pricing-hero-actions{
    display:grid!important;
  }
  body.business-page .business-buttons > *,
  body.post-page .post-hero-actions > *,
  body.about-page .about-hero-actions > *,
  body.mtp-compliance-directory-page .mtp-compliance-hero .mtp-compliance-hero-actions > *,
  body.mtp-compliance-check-page .mtp-assessment-hero-actions > *,
  body.mtp-contact-page .premium-contact-hero-actions > *,
  body.mtp-pricing-page .pricing-hero-actions > *{
    width:100%;
  }
}

/* Compliance Check assessment portal - 2026-07-16 */
.compliance-check-page .mtp-assessment-hero-notice{
  max-width:720px;
  margin-top:22px;
  padding:14px 16px;
  display:flex;
  align-items:flex-start;
  gap:11px;
  border:1px solid rgba(246,195,67,.32);
  border-radius:10px;
  background:rgba(246,195,67,.12);
  color:#fff4c7;
  font-size:.85rem;
  line-height:1.65;
}
.compliance-check-page .mtp-assessment-hero-notice svg{
  width:20px;
  height:20px;
  flex:none;
  margin-top:2px;
  color:#f6c343;
}
.compliance-check-page .mtp-compliance-portal-section,
.compliance-check-page .mtp-compliance-portal-search,
.compliance-check-page .mtp-assessment-section{
  padding:clamp(54px,7vw,88px) clamp(14px,4vw,56px);
}
.compliance-check-page .mtp-compliance-portal-search{
  margin-top:-34px;
  position:relative;
  z-index:2;
  padding-top:0;
  padding-bottom:clamp(34px,6vw,58px);
}
.compliance-check-page .mtp-search-panel{
  padding:clamp(20px,3vw,28px);
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(280px,1.18fr);
  gap:20px 28px;
  align-items:center;
  border:1px solid #dce8df;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 45px rgba(5,45,30,.08);
}
.compliance-check-page .mtp-search-panel h2{
  margin:8px 0 8px;
  color:#153128;
  font-size:clamp(1.45rem,3vw,2.25rem);
  letter-spacing:-.035em;
}
.compliance-check-page .mtp-search-panel p{
  margin:0;
  color:#64746b;
  line-height:1.65;
}
.compliance-check-page .mtp-compliance-search-box{
  min-height:54px;
  padding:0 15px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #cfded5;
  border-radius:10px;
  background:#f9fcfa;
  color:#087247;
}
.compliance-check-page .mtp-compliance-search-box svg{
  width:19px;
  height:19px;
  flex:none;
}
.compliance-check-page .mtp-compliance-search-box input{
  width:100%;
  min-height:52px;
  border:0;
  outline:0;
  background:transparent;
  color:#172820;
  font:inherit;
}
.compliance-check-page .mtp-compliance-search-count{
  grid-column:2;
  color:#68786f;
  font-size:.78rem;
  font-weight:800;
}
.compliance-check-page [data-compliance-search-item][hidden]{
  display:none!important;
}
.compliance-check-page .mtp-assessment-stepper{
  margin:0 0 18px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  list-style:none;
}
.compliance-check-page .mtp-assessment-stepper li{
  position:relative;
  min-height:44px;
  padding:9px 8px;
  display:grid;
  place-items:center;
  border:1px solid #d9e5de;
  border-radius:10px;
  background:#fff;
  color:#66756d;
  font-size:.72rem;
  font-weight:900;
  text-align:center;
}
.compliance-check-page .mtp-assessment-stepper li::after{
  content:"\2193";
  position:absolute;
  right:-10px;
  top:50%;
  width:12px;
  color:#9aa9a1;
  transform:translateY(-50%) rotate(-90deg);
}
.compliance-check-page .mtp-assessment-stepper li:last-child::after{
  content:none;
}
.compliance-check-page .mtp-assessment-stepper li.is-complete{
  border-color:#087247;
  background:#e9f7ef;
  color:#075f39;
}
.compliance-check-page .mtp-assessment-stepper li.is-active{
  border-color:#f6c343;
  background:#fff7dc;
  color:#4d3904;
  box-shadow:0 0 0 2px rgba(246,195,67,.18);
}
.compliance-check-page .mtp-assessment-error{
  margin:0 0 16px;
  padding:11px 13px;
  border:1px solid #efb6ad;
  border-radius:8px;
  background:#fff1ef;
  color:#a43d27;
  font-size:.8rem;
  font-weight:800;
}
.compliance-check-page .mtp-assessment-error[hidden]{
  display:none;
}
.compliance-check-page .mtp-assessment-form-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.compliance-check-page .mtp-assessment-form-grid.wide{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.compliance-check-page .mtp-assessment-form-grid label{
  display:grid;
  gap:7px;
  color:#1b3429;
  font-size:.78rem;
  font-weight:900;
}
.compliance-check-page .mtp-assessment-form-grid input,
.compliance-check-page .mtp-assessment-form-grid select{
  width:100%;
  min-height:48px;
  padding:0 12px;
  border:1px solid #cfded5;
  border-radius:8px;
  background:#fff;
  color:#172820;
  font:inherit;
}
.compliance-check-page .mtp-assessment-form-grid input:focus,
.compliance-check-page .mtp-assessment-form-grid select:focus{
  outline:2px solid rgba(8,114,71,.25);
  border-color:#087247;
}
.compliance-check-page .mtp-assessment-review-list{
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.compliance-check-page .mtp-assessment-review-list div{
  padding:13px;
  border:1px solid #dce8df;
  border-radius:9px;
  background:#f9fcfa;
}
.compliance-check-page .mtp-assessment-review-list dt{
  color:#087247;
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.compliance-check-page .mtp-assessment-review-list dd{
  margin:5px 0 0;
  color:#20352b;
  font-size:.86rem;
  line-height:1.45;
}
.compliance-check-page .mtp-assessment-result-card{
  padding:clamp(22px,4vw,34px);
  border:1px solid #d8e3dc;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 45px rgba(5,45,30,.06);
}
.compliance-check-page .mtp-result-band{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  font-size:.7rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.compliance-check-page .mtp-assessment-result-green .mtp-result-band{
  background:#e2f7e9;
  color:#087247;
}
.compliance-check-page .mtp-assessment-result-yellow .mtp-result-band{
  background:#fff5c9;
  color:#876000;
}
.compliance-check-page .mtp-assessment-result-orange .mtp-result-band{
  background:#ffead5;
  color:#b45309;
}
.compliance-check-page .mtp-assessment-result-red .mtp-result-band{
  background:#ffebe6;
  color:#a43d27;
}
.compliance-check-page .mtp-assessment-result-card h2{
  margin:0 0 10px;
  color:#142e23;
  font-size:clamp(1.85rem,4vw,3rem);
  letter-spacing:-.04em;
}
.compliance-check-page .mtp-assessment-result-card p{
  max-width:820px;
  margin:0;
  color:#607168;
  line-height:1.75;
}
.compliance-check-page .mtp-result-summary-grid{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.compliance-check-page .mtp-result-summary-grid article{
  padding:14px;
  border:1px solid #dce8df;
  border-radius:10px;
  background:#f9fcfa;
}
.compliance-check-page .mtp-result-summary-grid strong,
.compliance-check-page .mtp-result-summary-grid span{
  display:block;
}
.compliance-check-page .mtp-result-summary-grid strong{
  color:#087247;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.compliance-check-page .mtp-result-summary-grid span{
  margin-top:6px;
  color:#263b31;
  font-size:.82rem;
  line-height:1.5;
}
.compliance-check-page .mtp-recommendation-card{
  text-decoration:none;
}
.compliance-check-page .mtp-recommendation-copy em{
  display:block;
  margin-top:6px;
  color:#6d7b73;
  font-size:.7rem;
  font-style:normal;
  line-height:1.45;
}
.compliance-check-page .mtp-recommendation-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:11px;
}
.compliance-check-page .mtp-recommendation-actions a{
  min-height:34px;
  padding:8px 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#087247;
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  text-decoration:none;
}
.compliance-check-page .mtp-recommendation-actions a:first-child{
  border:1px solid #cfe0d6;
  background:#fff;
  color:#087247;
}
.compliance-check-page .mtp-related-articles{
  padding:20px;
  border:1px solid #dce8df;
  border-radius:12px;
  background:#fff;
}
.compliance-check-page .mtp-related-articles h3{
  margin:0 0 13px;
  color:#163126;
}
.compliance-check-page .mtp-related-articles div{
  display:grid;
  gap:9px;
}
.compliance-check-page .mtp-related-articles a{
  color:#087247;
  font-weight:900;
  text-decoration:none;
}
.compliance-check-page .mtp-related-articles a:hover{
  text-decoration:underline;
}
.compliance-check-page .mtp-compliance-portal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.compliance-check-page .mtp-compliance-topic-card,
.compliance-check-page .mtp-compliance-quick-grid article,
.compliance-check-page .mtp-compliance-contact-grid > *,
.compliance-check-page .mtp-compliance-calendar-list article,
.compliance-check-page .mtp-compliance-article-card{
  min-width:0;
  border:1px solid #d8e4dc;
  border-radius:12px;
  background:#fff;
  box-shadow:0 13px 38px rgba(5,45,30,.045);
}
.compliance-check-page .mtp-compliance-topic-card{
  padding:24px;
  display:flex;
  flex-direction:column;
}
.compliance-check-page .mtp-compliance-topic-card > svg{
  width:44px;
  height:44px;
  margin-bottom:18px;
  padding:10px;
  border-radius:50%;
  background:#e3f5ea;
  color:#087247;
}
.compliance-check-page .mtp-compliance-topic-card h3,
.compliance-check-page .mtp-compliance-quick-grid h3,
.compliance-check-page .mtp-compliance-calendar-list h3,
.compliance-check-page .mtp-compliance-article-card h3{
  margin:0 0 9px;
  color:#183127;
}
.compliance-check-page .mtp-compliance-topic-card p,
.compliance-check-page .mtp-compliance-quick-grid p,
.compliance-check-page .mtp-compliance-calendar-list p,
.compliance-check-page .mtp-compliance-article-card p{
  margin:0;
  color:#64746b;
  line-height:1.65;
}
.compliance-check-page .mtp-compliance-topic-card a{
  margin-top:auto;
  padding-top:17px;
  color:#087247;
  font-weight:900;
  text-decoration:none;
}
.compliance-check-page .mtp-compliance-article-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.compliance-check-page .mtp-compliance-article-card{
  overflow:hidden;
}
.compliance-check-page .mtp-compliance-article-card img{
  width:100%;
  height:150px;
  object-fit:contain;
  padding:28px;
  background:linear-gradient(135deg,#063c2a,#087247);
}
.compliance-check-page .mtp-compliance-article-card div{
  padding:18px;
}
.compliance-check-page .mtp-compliance-article-card span{
  color:#087247;
  font-size:.7rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.compliance-check-page .mtp-compliance-article-card a{
  display:inline-flex;
  margin-top:15px;
  color:#087247;
  font-weight:900;
  text-decoration:none;
}
.compliance-check-page .mtp-compliance-calendar-list{
  display:grid;
  gap:12px;
}
.compliance-check-page .mtp-compliance-calendar-list article{
  padding:18px 20px;
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}
.compliance-check-page .mtp-compliance-calendar-list time{
  min-height:52px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eaf5ed;
  color:#087247;
  font-weight:950;
}
.compliance-check-page .mtp-compliance-calendar-list article > span{
  padding:7px 10px;
  border-radius:999px;
  background:#f3f7f4;
  color:#087247;
  font-size:.7rem;
  font-weight:900;
  white-space:nowrap;
}
.compliance-check-page .mtp-compliance-cta-band{
  padding:clamp(46px,7vw,72px) clamp(14px,4vw,56px);
  background:#052a1e;
  color:#fff;
}
.compliance-check-page .mtp-compliance-cta-band .mtp-assessment-shell{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
}
.compliance-check-page .mtp-compliance-cta-band h2{
  margin:8px 0 8px;
  color:#fff;
  font-size:clamp(1.8rem,4vw,3rem);
}
.compliance-check-page .mtp-compliance-cta-band p{
  max-width:650px;
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.7;
}
.compliance-check-page .mtp-compliance-quick-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.compliance-check-page .mtp-compliance-quick-grid article{
  padding:24px;
}
.compliance-check-page .mtp-compliance-quick-grid article > div{
  display:grid;
  gap:8px;
  margin-top:16px;
}
.compliance-check-page .mtp-compliance-quick-grid article > div a{
  min-height:38px;
  padding:9px 11px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #cfe0d6;
  border-radius:8px;
  color:#087247;
  font-weight:900;
  text-decoration:none;
}
.compliance-check-page .mtp-compliance-contact-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.compliance-check-page .mtp-compliance-contact-grid > *{
  padding:18px;
  display:grid;
  gap:8px;
  color:#183127;
  text-decoration:none;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
.compliance-check-page .mtp-compliance-contact-grid button{
  border:1px solid #d8e4dc;
}
.compliance-check-page .mtp-compliance-contact-grid svg{
  width:30px;
  height:30px;
  color:#087247;
}
.compliance-check-page .mtp-compliance-contact-grid span{
  color:#087247;
  font-size:.7rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.compliance-check-page .mtp-compliance-contact-grid strong{
  overflow-wrap:anywhere;
  font-size:.86rem;
}
@media(max-width:980px){
  .compliance-check-page .mtp-search-panel,
  .compliance-check-page .mtp-compliance-cta-band .mtp-assessment-shell{
    grid-template-columns:1fr;
    display:grid;
  }
  .compliance-check-page .mtp-compliance-search-count{
    grid-column:1;
  }
  .compliance-check-page .mtp-assessment-form-grid,
  .compliance-check-page .mtp-assessment-form-grid.wide,
  .compliance-check-page .mtp-result-summary-grid,
  .compliance-check-page .mtp-compliance-portal-grid,
  .compliance-check-page .mtp-compliance-article-grid,
  .compliance-check-page .mtp-compliance-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .compliance-check-page .mtp-compliance-contact-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .compliance-check-page .mtp-assessment-stepper{
    grid-template-columns:1fr;
  }
  .compliance-check-page .mtp-assessment-stepper li::after{
    right:auto;
    left:50%;
    top:auto;
    bottom:-13px;
    transform:translateX(-50%);
  }
  .compliance-check-page .mtp-assessment-review-list,
  .compliance-check-page .mtp-assessment-form-grid,
  .compliance-check-page .mtp-assessment-form-grid.wide,
  .compliance-check-page .mtp-result-summary-grid,
  .compliance-check-page .mtp-compliance-portal-grid,
  .compliance-check-page .mtp-compliance-article-grid,
  .compliance-check-page .mtp-compliance-quick-grid,
  .compliance-check-page .mtp-compliance-contact-grid{
    grid-template-columns:1fr;
  }
  .compliance-check-page .mtp-compliance-calendar-list article{
    grid-template-columns:52px minmax(0,1fr);
  }
  .compliance-check-page .mtp-compliance-calendar-list article > span{
    grid-column:2;
    justify-self:start;
  }
  .compliance-check-page .mtp-compliance-cta-band .mtp-public-cta-actions{
    display:grid;
  }
  .compliance-check-page .mtp-compliance-cta-band .mtp-public-cta-actions > *{
    width:100%;
  }
}
@media(max-width:420px){
  .compliance-check-page .mtp-compliance-portal-section,
  .compliance-check-page .mtp-compliance-portal-search,
  .compliance-check-page .mtp-assessment-section{
    padding-inline:10px!important;
  }
  .compliance-check-page .mtp-search-panel,
  .compliance-check-page .mtp-assessment{
    border-radius:10px;
  }
}

/* Global public navigation and footer standardisation - 2026-07-16 */
:root{
  --site-navigation-height:var(--mtp-public-nav-height,82px);
  --site-navigation-z:7600;
  --site-overlay-z:10040;
}
html.mtp-public-nav-sticky-ready{
  scroll-padding-top:calc(var(--site-navigation-height,82px) + var(--mtp-page-top-offset,0px) + 16px)!important;
}
html.mtp-public-nav-sticky-ready [id]{
  scroll-margin-top:calc(var(--site-navigation-height,82px) + var(--mtp-page-top-offset,0px) + 18px)!important;
}
body > #header,
body:not(.corporate-dashboard) > #header,
body:not(.corporate-dashboard) #header.mtp-sticky-public-header{
  position:sticky!important;
  top:max(0px,var(--mtp-page-top-offset,0px))!important;
  z-index:var(--site-navigation-z)!important;
  width:100%!important;
  isolation:isolate!important;
}
.site-navigation.navbar,
#header .site-navigation.navbar,
body:not(.corporate-dashboard) #header .navbar.mtp-sticky-public-navbar{
  position:relative!important;
  top:auto!important;
  z-index:calc(var(--site-navigation-z) + 1)!important;
  width:100%!important;
  background:#fff!important;
  border-bottom:1px solid #d9e8df!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#header .site-navigation.navbar.is-scrolled,
body:not(.corporate-dashboard) #header.mtp-sticky-public-header .navbar.is-scrolled{
  border-bottom-color:#c9ddd2!important;
  box-shadow:0 10px 28px rgba(3,20,15,.1)!important;
}
.site-navigation__inner.nav-wrapper{
  width:min(1240px,100%)!important;
  min-height:76px!important;
  padding:10px clamp(14px,3vw,28px)!important;
  gap:clamp(12px,2.2vw,24px)!important;
}
.site-navigation__logo.logo{
  min-width:218px!important;
  color:#092f23!important;
}
.site-navigation__logo img,
.site-navigation .logo img,
.site-navigation .mobile-brand img{
  width:52px!important;
  height:52px!important;
  aspect-ratio:1;
  object-fit:contain!important;
  flex:none;
}
.site-navigation .brand-text strong{
  color:#092f23!important;
  font-size:.92rem!important;
  line-height:1.1;
}
.site-navigation .brand-text small{
  color:#66756d!important;
  font-size:.62rem!important;
}
.site-navigation__menu.desktop-nav{
  margin-left:auto!important;
}
.site-navigation__list.nav-links{
  gap:4px!important;
}
.site-navigation__link,
.site-navigation .nav-links a,
.site-navigation .mega-trigger{
  min-height:40px!important;
  padding:0 11px!important;
  border-radius:6px!important;
  color:#24362d!important;
  font-size:.84rem!important;
  font-weight:850!important;
  text-decoration:none!important;
  transition:background .16s ease,color .16s ease,transform .16s ease;
}
.site-navigation .nav-links a:hover,
.site-navigation .nav-links a:focus-visible,
.site-navigation .nav-links a.active-link,
.site-navigation .mega-trigger:hover,
.site-navigation .mega-trigger:focus-visible,
.site-navigation .mega-trigger.is-current{
  background:#edf8f2!important;
  color:#064d2f!important;
}
.site-navigation .mega-dropdown{
  position:relative!important;
}
.site-navigation__dropdown.mega-menu{
  top:calc(100% + 8px)!important;
  width:min(340px,calc(100vw - 24px))!important;
  max-height:calc(100vh - var(--site-navigation-height,82px) - 24px)!important;
  padding:10px!important;
  overflow:auto!important;
  border:1px solid #dce8df!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 22px 54px rgba(3,20,15,.15)!important;
  z-index:7900!important;
}
.site-navigation .mega-column a,
.site-navigation .mega-nested-trigger{
  min-height:42px!important;
  width:100%;
  padding:10px 11px!important;
  border-radius:7px!important;
  color:#20332a!important;
  font-size:.82rem!important;
  font-weight:850!important;
}
.site-navigation .mega-nested-trigger{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  background:#f7fbf8;
  cursor:pointer;
}
.site-navigation .mega-nested-menu{
  margin-top:5px;
  padding:6px;
  border:1px solid #e1ece5;
  border-radius:8px;
  background:#fbfefc;
}
.site-navigation__actions.nav-actions{
  gap:8px!important;
}
.site-navigation__actions .signin-btn,
.site-navigation__actions .primary-btn,
.site-navigation .mobile-signin,
.site-navigation .mobile-start{
  min-height:42px!important;
  padding:0 16px!important;
  border-radius:6px!important;
  font-weight:900!important;
}
.site-navigation__actions .signin-btn,
.site-navigation .mobile-signin{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
.site-navigation__actions .primary-btn,
.site-navigation .mobile-start{
  border-color:#064d2f!important;
  background:#064d2f!important;
  color:#fff!important;
}
.site-navigation__toggle.mobile-toggle{
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  color:#064d2f!important;
}
body.mtp-mobile-nav-open{
  overflow:hidden!important;
}
.site-navigation__overlay.mobile-overlay{
  z-index:9000!important;
}
.site-navigation__drawer.mobile-sidebar{
  z-index:9100!important;
  width:min(90vw,390px)!important;
  max-height:100dvh;
  padding:20px!important;
  overscroll-behavior:contain;
}
.site-navigation .mobile-links a,
.site-navigation .mobile-dropdown-btn,
.site-navigation .mobile-nested-btn{
  min-height:48px!important;
  border-radius:8px!important;
}
.site-navigation .mobile-dropdown-menu,
.site-navigation .mobile-nested-menu{
  padding:8px!important;
  border-left:2px solid #dce8df;
}
.site-navigation .mobile-dropdown.open > .mobile-dropdown-menu,
.site-navigation .mobile-nested.open > .mobile-nested-menu{
  display:grid!important;
}
.site-navigation .mobile-links a.active-link{
  border-color:#9bcbb0!important;
  background:#e9f7ef!important;
  color:#064d2f!important;
}
.mtp-auth-modal,
.mtp-consent-dialog,
.mtp-human-gate{
  z-index:10050!important;
}
.mtp-auth-open #header,
.mtp-human-gate-open #header{
  z-index:100!important;
}

.site-footer.premium-footer{
  padding:clamp(56px,7vw,78px) clamp(16px,5vw,72px) 24px!important;
  background:#03140f!important;
  color:#fff!important;
}
.site-footer__inner.footer-inner{
  width:min(1240px,100%)!important;
}
.site-footer__grid.footer-grid{
  display:grid!important;
  grid-template-columns:minmax(250px,1.45fr) repeat(4,minmax(145px,1fr))!important;
  gap:clamp(20px,3vw,32px)!important;
  align-items:start;
}
.site-footer__brand.footer-brand{
  min-width:0;
}
.site-footer .footer-logo img{
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
}
.site-footer__notice{
  margin-top:14px!important;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.74)!important;
  font-size:.78rem;
  line-height:1.65;
}
.site-footer__notice a{
  color:#f8c33a!important;
  font-weight:900;
}
.site-footer__links.footer-links,
.site-footer__contact.footer-contact{
  display:grid!important;
  align-content:start!important;
  gap:9px!important;
}
.site-footer h3{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:.9rem;
}
.site-footer .footer-links a,
.site-footer .contact-item{
  min-height:30px;
  color:rgba(255,255,255,.7)!important;
  text-decoration:none!important;
  line-height:1.45;
}
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible,
.site-footer .contact-item:hover,
.site-footer .contact-item:focus-visible{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
.site-footer .contact-item{
  display:flex!important;
  align-items:flex-start;
  gap:9px;
  margin:0!important;
}
.site-footer .contact-item svg{
  width:17px;
  height:17px;
  margin-top:2px;
  flex:none;
  color:#8beeb6;
}
.site-footer__hours{
  margin:8px 0 0!important;
  color:rgba(255,255,255,.58)!important;
  font-size:.78rem;
  line-height:1.6;
}
.site-footer__social.footer-socials{
  display:flex;
  gap:9px;
  margin-top:18px;
}
.site-footer__social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
}
.site-footer__bottom.footer-bottom{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  margin-top:38px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.62)!important;
}
.site-footer .footer-legal-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 16px!important;
}
.site-footer .footer-legal-links a{
  color:rgba(255,255,255,.68)!important;
}
.site-footer .back-top{
  flex:none;
  min-height:40px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.05);
}
@media(max-width:1120px){
  .site-navigation__inner.nav-wrapper{
    min-height:72px!important;
  }
  .site-navigation__menu.desktop-nav,
  .site-navigation__actions.nav-actions{
    display:none!important;
  }
  .site-navigation__toggle.mobile-toggle{
    display:inline-flex!important;
    margin-left:auto;
  }
  .site-footer__grid.footer-grid{
    grid-template-columns:1.25fr repeat(2,minmax(150px,1fr))!important;
  }
  .site-footer__brand,
  .site-footer__contact{
    grid-column:auto!important;
  }
}
@media(max-width:780px){
  .site-navigation__logo.logo{
    min-width:0!important;
  }
  .site-navigation .brand-text small{
    display:none!important;
  }
  .site-footer__grid.footer-grid{
    grid-template-columns:1fr!important;
  }
  .site-footer__bottom.footer-bottom{
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
  }
  .site-footer .footer-bottom-legal{
    align-items:center!important;
  }
  .site-footer .footer-legal-links{
    justify-content:center!important;
  }
}
@media(max-width:420px){
  .site-navigation__inner.nav-wrapper{
    padding-inline:12px!important;
  }
  .site-navigation .brand-text strong{
    font-size:.78rem!important;
  }
  .site-navigation__logo img{
    width:44px!important;
    height:44px!important;
  }
  .site-navigation__drawer.mobile-sidebar{
    width:100vw!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .site-navigation *,
  .site-footer *{
    transition:none!important;
  }
}

/* Global navigation component modernisation - 2026-07-16 */
:root{
  --site-navigation-z:7600;
  --site-navigation-overlay-z:9400;
  --site-navigation-drawer-z:9500;
  --site-navigation-height:var(--mtp-public-nav-height,76px);
}
body:not(.corporate-dashboard) > #header{
  position:sticky!important;
  top:max(0px,var(--mtp-page-top-offset,0px))!important;
  z-index:var(--site-navigation-z)!important;
  width:100%!important;
  isolation:isolate!important;
}
#header .site-navigation.navbar{
  position:relative!important;
  top:auto!important;
  z-index:calc(var(--site-navigation-z) + 1)!important;
  width:100%!important;
  background:rgba(255,255,255,.9)!important;
  border-bottom:1px solid rgba(217,232,223,.78)!important;
  box-shadow:0 1px 0 rgba(3,20,15,.03)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
#header .site-navigation.navbar.is-scrolled{
  background:#fff!important;
  border-bottom-color:#c9ddd2!important;
  box-shadow:0 12px 32px rgba(3,20,15,.11)!important;
}
#header .site-navigation__inner.nav-wrapper{
  width:min(1240px,100%)!important;
  min-height:76px!important;
  margin-inline:auto!important;
  padding:10px clamp(14px,3vw,28px)!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(10px,1.7vw,22px)!important;
}
#header .site-navigation__logo,
#header .mobile-brand{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:11px!important;
  color:#092f23!important;
  text-decoration:none!important;
}
#header .site-navigation__logo{
  flex:0 0 auto;
  min-width:210px!important;
}
#header .site-navigation__logo img,
#header .mobile-brand img{
  flex:none!important;
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
}
#header .mobile-brand img{
  width:46px!important;
  height:46px!important;
}
#header .brand-text{
  display:grid!important;
  min-width:0!important;
  line-height:1.1!important;
}
#header .brand-text strong{
  color:#092f23!important;
  font-size:clamp(.78rem,.84vw,.94rem)!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
}
#header .brand-text em{
  color:#078447!important;
  font-style:normal!important;
}
#header .brand-text small{
  margin-top:4px!important;
  color:#66756d!important;
  font-size:.62rem!important;
  font-weight:750!important;
}
#header .site-navigation__menu.desktop-nav{
  min-width:0!important;
  margin-left:auto!important;
}
#header .site-navigation__list.nav-links{
  display:flex!important;
  align-items:center!important;
  gap:3px!important;
}
#header .site-navigation__link,
#header .site-navigation .nav-links a,
#header .site-navigation .mega-trigger{
  min-height:40px!important;
  padding:0 clamp(8px,.75vw,12px)!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#24362d!important;
  font-size:clamp(.76rem,.82vw,.85rem)!important;
  font-weight:900!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background .16s ease,color .16s ease,transform .16s ease!important;
}
#header .site-navigation .nav-links a:hover,
#header .site-navigation .nav-links a:focus-visible,
#header .site-navigation .nav-links a.active-link,
#header .site-navigation .mega-trigger:hover,
#header .site-navigation .mega-trigger:focus-visible,
#header .site-navigation .mega-trigger.is-current,
#header .mobile-dropdown-btn.is-current{
  background:#edf8f2!important;
  color:#064d2f!important;
}
#header .site-navigation .mega-dropdown{
  position:relative!important;
}
#header .site-navigation__dropdown.mega-menu{
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:calc(100% + 10px)!important;
  width:min(360px,calc(100vw - 24px))!important;
  max-height:calc(100vh - var(--site-navigation-height,76px) - var(--mtp-page-top-offset,0px) - 30px)!important;
  padding:10px!important;
  display:block!important;
  overflow:auto!important;
  border:1px solid #dce8df!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 24px 60px rgba(3,20,15,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s!important;
  z-index:calc(var(--site-navigation-z) + 40)!important;
  overscroll-behavior:contain!important;
}
#header .mega-dropdown:hover > .mega-menu,
#header .mega-dropdown:focus-within > .mega-menu,
#header .mega-dropdown.open > .mega-menu{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
#header .site-navigation .mega-column{
  display:grid!important;
  gap:5px!important;
}
#header .site-navigation .mega-column a,
#header .site-navigation .mega-nested-trigger{
  width:100%!important;
  min-height:42px!important;
  padding:10px 11px!important;
  justify-content:flex-start!important;
  border-radius:9px!important;
  color:#20332a!important;
  font-size:.82rem!important;
  font-weight:850!important;
  line-height:1.35!important;
}
#header .site-navigation .mega-column a:hover,
#header .site-navigation .mega-column a:focus-visible,
#header .site-navigation .mega-column a.active-link,
#header .site-navigation .mega-nested-trigger:hover,
#header .site-navigation .mega-nested-trigger:focus-visible{
  background:#eaf7ef!important;
  color:#065c37!important;
}
#header .site-navigation .mega-nested-trigger{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border:0!important;
  background:#f7fbf8!important;
}
#header .site-navigation .mega-nested-menu{
  display:grid!important;
  max-height:min(440px,calc(100dvh - 230px))!important;
  margin-top:6px!important;
  padding:7px!important;
  overflow:auto!important;
  border:1px solid #e0ece4!important;
  border-radius:10px!important;
  background:#fbfefc!important;
}
#header .site-navigation .mega-nested:not(.open) > .mega-nested-menu{
  display:none!important;
}
#header .site-navigation .mega-nested-overview{
  border-bottom:1px solid #dfece5!important;
  color:#06663c!important;
}
#header .site-navigation__actions.nav-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
#header .site-navigation__actions .signin-btn,
#header .site-navigation__actions .primary-btn{
  min-height:42px!important;
  padding:0 16px!important;
  border-radius:7px!important;
  font-size:.82rem!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
#header .site-navigation__actions .signin-btn{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
#header .site-navigation__actions .primary-btn{
  border-color:#064d2f!important;
  background:#064d2f!important;
  color:#fff!important;
}
#header .site-navigation__toggle.mobile-toggle{
  flex:0 0 auto!important;
  width:46px!important;
  height:46px!important;
  margin-left:auto!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #cfe1d6!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#064d2f!important;
  font-size:1.35rem!important;
  font-weight:950!important;
}
body.mtp-mobile-nav-open{
  overflow:hidden!important;
  touch-action:none;
}
#mobileOverlay.site-navigation__overlay{
  position:fixed!important;
  inset:0!important;
  z-index:var(--site-navigation-overlay-z)!important;
  background:rgba(3,20,15,.62)!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .22s ease,visibility .22s ease!important;
}
#mobileOverlay.site-navigation__overlay.active{
  opacity:1!important;
  visibility:visible!important;
}
#mobileSidebar.site-navigation__drawer{
  position:fixed!important;
  inset:0 0 0 auto!important;
  z-index:var(--site-navigation-drawer-z)!important;
  width:min(92vw,410px)!important;
  height:100dvh!important;
  max-height:100dvh!important;
  padding:calc(16px + env(safe-area-inset-top)) 18px calc(16px + env(safe-area-inset-bottom))!important;
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  border-left:1px solid #d9e8df!important;
  background:#fff!important;
  box-shadow:-24px 0 70px rgba(3,20,15,.24)!important;
  transform:translateX(105%)!important;
  visibility:hidden!important;
  transition:transform .26s cubic-bezier(.2,.8,.2,1),visibility .26s ease!important;
}
#mobileSidebar.site-navigation__drawer.active{
  transform:translateX(0)!important;
  visibility:visible!important;
}
#header .mobile-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #e2ece6!important;
}
#header .mobile-close{
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  border:1px solid #d7e6dc!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#10261d!important;
  font-size:1.6rem!important;
  cursor:pointer!important;
}
#header .mobile-links{
  display:grid!important;
  gap:8px!important;
  margin-top:0!important;
}
#header .mobile-links a,
#header .mobile-dropdown-btn,
#header .mobile-nested-btn,
#header .mobile-support{
  min-height:48px!important;
  width:100%!important;
  padding:12px 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border:1px solid #dce8df!important;
  border-radius:10px!important;
  background:#f7fbf8!important;
  color:#183229!important;
  text-decoration:none!important;
  font-weight:900!important;
  text-align:left!important;
}
#header .mobile-links a:hover,
#header .mobile-links a:focus-visible,
#header .mobile-links a.active-link,
#header .mobile-dropdown-btn:hover,
#header .mobile-dropdown-btn:focus-visible,
#header .mobile-nested-btn:hover,
#header .mobile-nested-btn:focus-visible{
  border-color:#b6dac5!important;
  background:#eaf7ef!important;
  color:#064d2f!important;
}
#header .mobile-dropdown-menu,
#header .mobile-nested-menu{
  display:grid!important;
  gap:7px!important;
  max-height:var(--mobile-panel-height,0px)!important;
  padding:0 0 0 10px!important;
  margin:0!important;
  overflow:hidden!important;
  border-left:2px solid #dce8df!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:max-height .24s ease,opacity .18s ease,visibility .18s ease,padding .18s ease,margin .18s ease!important;
}
#header .mobile-dropdown.open > .mobile-dropdown-menu,
#header .mobile-nested.open > .mobile-nested-menu{
  padding-block:8px!important;
  margin-top:6px!important;
  opacity:1!important;
  visibility:visible!important;
}
#header .mobile-nested-menu{
  border-left-color:#0a7a48!important;
}
#header .mobile-buttons{
  display:grid!important;
  gap:9px!important;
  margin-top:auto!important;
  padding-top:8px!important;
}
#header .mobile-buttons .mobile-signin,
#header .mobile-buttons .mobile-start,
#header .mobile-buttons .mobile-support{
  min-height:50px!important;
  justify-content:center!important;
  border-radius:8px!important;
  font-weight:950!important;
  text-align:center!important;
}
#header .mobile-buttons .mobile-signin{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
#header .mobile-buttons .mobile-start{
  border-color:#064d2f!important;
  background:#064d2f!important;
  color:#fff!important;
}
#header .mobile-buttons .mobile-support{
  border-color:#cfe1d6!important;
  background:#fff!important;
  color:#064d2f!important;
}
#header .site-navigation__mobile-utility,
#header .site-navigation__mobile-legal{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 12px!important;
}
#header .site-navigation__mobile-utility a,
#header .site-navigation__mobile-legal a{
  color:#52645a!important;
  font-size:.76rem!important;
  font-weight:850!important;
  text-decoration:none!important;
}
#header .site-navigation__mobile-utility a:hover,
#header .site-navigation__mobile-legal a:hover,
#header .site-navigation__mobile-utility a:focus-visible,
#header .site-navigation__mobile-legal a:focus-visible{
  color:#064d2f!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
#header .site-navigation__mobile-title{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
}
#header .site-navigation__mobile-copy{
  margin:0!important;
  color:#718179!important;
  font-size:.72rem!important;
  line-height:1.5!important;
}
#header .mtp-nav-compliance-check{
  gap:10px!important;
  align-items:center!important;
}
#header .mtp-nav-compliance-check > span:last-child{
  display:grid!important;
  gap:2px!important;
}
#header .mtp-nav-compliance-check strong,
#header .mtp-nav-compliance-check small{
  display:block!important;
}
#header .mtp-nav-compliance-check small{
  color:#66756d!important;
  font-size:.68rem!important;
  font-weight:750!important;
}
#header .mtp-nav-compliance-icon{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#e4f6eb!important;
  color:#06703f!important;
}
#header .mtp-nav-compliance-icon svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#header a:focus-visible,
#header button:focus-visible{
  outline:3px solid rgba(248,195,58,.72)!important;
  outline-offset:3px!important;
  box-shadow:none!important;
}
@media(max-width:1240px){
  #header .site-navigation__logo{
    min-width:184px!important;
  }
  #header .site-navigation__actions .signin-btn,
  #header .site-navigation__actions .primary-btn{
    padding-inline:13px!important;
  }
}
@media(max-width:1120px){
  #header .site-navigation__inner.nav-wrapper{
    min-height:72px!important;
  }
  #header .site-navigation__menu.desktop-nav,
  #header .site-navigation__actions.nav-actions{
    display:none!important;
  }
  #header .site-navigation__toggle.mobile-toggle{
    display:inline-flex!important;
  }
}
@media(max-width:640px){
  #header .site-navigation__inner.nav-wrapper{
    min-height:68px!important;
    padding:9px 12px!important;
  }
  #header .site-navigation__logo{
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
  }
  #header .site-navigation__logo img{
    width:46px!important;
    height:46px!important;
  }
  #header .brand-text strong{
    max-width:64vw!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #header .brand-text small{
    display:none!important;
  }
  #mobileSidebar.site-navigation__drawer{
    width:min(94vw,390px)!important;
  }
}
@media(max-width:390px){
  #header .brand-text strong{
    font-size:.73rem!important;
    max-width:58vw!important;
  }
  #mobileSidebar.site-navigation__drawer{
    width:100vw!important;
  }
}
@media(prefers-reduced-motion:reduce){
  #header .site-navigation.navbar,
  #header .site-navigation__dropdown.mega-menu,
  #mobileOverlay.site-navigation__overlay,
  #mobileSidebar.site-navigation__drawer,
  #header .mobile-dropdown-menu,
  #header .mobile-nested-menu{
    transition:none!important;
  }
}

/* Public Notice page standardisation - Compliance Matters hero alignment, 2026-07-16. */
.public-notice-page{
  --notice-green:#064d2f;
  --notice-green-2:#087347;
  --notice-deep:#052a1e;
  --notice-ink:#10261c;
  --notice-muted:#66756d;
  --notice-line:#dfe9e2;
  --notice-yellow:#f6c343;
  --notice-soft:#f7faf8;
  --notice-shadow:0 18px 55px rgba(5,45,30,.07);
  background:var(--notice-soft);
  color:var(--notice-ink);
}
.public-notice-page .cm-container{
  width:min(1160px,calc(100% - 40px));
  margin-inline:auto;
}
.public-notice-page .cm-main,
.public-notice-page .public-notice-main{
  overflow:clip;
  background:linear-gradient(180deg,#f7faf8 0%,#fff 46%,#edf7f1 100%);
}
.public-notice-page .cm-hero.public-notice-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:0;
  background:
    radial-gradient(circle at 86% 18%,rgba(246,195,67,.22),transparent 30%),
    radial-gradient(circle at 7% 88%,rgba(112,230,165,.16),transparent 34%),
    linear-gradient(120deg,#052a1e 0%,#087148 52%,#03271d 100%);
  color:#fff;
}
.public-notice-page .cm-hero.public-notice-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.2;
}
.public-notice-page .cm-hero.public-notice-hero::after{
  content:"";
  position:absolute;
  inset:auto -16% -42% auto;
  z-index:-1;
  width:min(720px,74vw);
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  filter:blur(6px);
}
.public-notice-page .cm-hero-grid{
  min-height:500px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:40px;
  padding-block:clamp(58px,8vw,86px);
}
.public-notice-page .cm-hero-copy{
  max-width:720px;
}
.public-notice-page .mtp-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:18px;
  color:rgba(255,255,255,.72);
  font-size:.78rem;
  font-weight:800;
}
.public-notice-page .mtp-breadcrumb a{
  color:#fff;
  text-decoration:none;
}
.public-notice-page .mtp-breadcrumb a:hover,
.public-notice-page .mtp-breadcrumb a:focus-visible{
  color:var(--notice-yellow);
  text-decoration:underline;
  text-underline-offset:3px;
}
.public-notice-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--notice-yellow);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:950;
}
.public-notice-page .cm-kicker svg{
  width:16px;
  height:16px;
}
.public-notice-page .cm-hero h1{
  margin:18px 0;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:1.01;
  letter-spacing:-.06em;
  text-wrap:balance;
}
.public-notice-page .cm-hero p{
  max-width:650px;
  margin:0;
  color:#d7e9de;
  font-size:clamp(1rem,1.4vw,1.06rem);
  line-height:1.8;
}
.public-notice-page .cm-actions,
.public-notice-page .public-notice-inline-actions,
.public-notice-page .public-notice-summary-actions,
.public-notice-page .public-notice-cta-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}
.public-notice-page .cm-actions{
  margin:28px 0 0;
}
.public-notice-page .cm-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:8px;
  padding:13px 17px;
  font:inherit;
  font-size:.78rem;
  font-weight:900;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
}
.public-notice-page .cm-btn svg{
  width:16px;
  height:16px;
}
.public-notice-page .cm-btn:hover{
  transform:translateY(-2px);
}
.public-notice-page .cm-btn-primary{
  background:var(--notice-yellow);
  color:#1d301f;
}
.public-notice-page .cm-btn-primary:hover{
  background:#ffd86e;
}
.public-notice-page .cm-btn-ghost{
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.public-notice-page .cm-btn-light{
  background:#fff;
  color:var(--notice-green);
}
.public-notice-page .cm-hero-art{
  position:relative;
  min-height:390px;
  display:grid;
  place-items:center;
}
.public-notice-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(185,228,197,.28);
  border-radius:50%;
  transform:rotate(-26deg);
}
.public-notice-page .cm-orbit-one{
  width:350px;
  height:170px;
}
.public-notice-page .cm-orbit-two{
  width:390px;
  height:280px;
  transform:rotate(50deg);
}
.public-notice-page .cm-doc{
  position:relative;
  width:205px;
  height:270px;
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:13px;
  border-radius:13px;
  background:#fff;
  color:var(--notice-green);
  box-shadow:20px 24px 0 rgba(1,34,24,.27);
  transform:rotate(6deg);
}
.public-notice-page .cm-doc-lock{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#e9f5ed;
}
.public-notice-page .cm-doc-lock svg{
  width:25px;
  height:25px;
}
.public-notice-page .cm-doc-line{
  width:80%;
  height:7px;
  border-radius:10px;
  background:#dcece0;
}
.public-notice-page .cm-doc-line.long{
  width:100%;
}
.public-notice-page .cm-doc-line.short{
  width:55%;
}
.public-notice-page .cm-doc b{
  margin-top:auto;
  font-size:15px;
  letter-spacing:.08em;
  line-height:1.25;
}
.public-notice-page .cm-float{
  position:absolute;
  padding:11px 14px;
  display:flex;
  align-items:center;
  gap:7px;
  border-radius:10px;
  background:#fff;
  color:var(--notice-green);
  box-shadow:0 12px 28px rgba(1,34,24,.2);
  font-size:.75rem;
  font-weight:950;
}
.public-notice-page .cm-float svg{
  width:17px;
  height:17px;
}
.public-notice-page .cm-float-check{
  top:42px;
  right:25px;
}
.public-notice-page .cm-float-shield{
  bottom:46px;
  left:20px;
  padding:17px;
  background:var(--notice-yellow);
}
.public-notice-page .cm-float-shield svg{
  width:23px;
  height:23px;
}
.public-notice-summary-section{
  position:relative;
  z-index:2;
  padding:0 0 clamp(46px,6vw,70px);
  margin-top:-34px;
}
.public-notice-summary-card{
  padding:clamp(24px,4vw,34px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  border:1px solid #d7e7dc;
  border-left:5px solid var(--notice-yellow);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 48px rgba(5,45,30,.1);
}
.public-notice-summary-card h2,
.public-notice-panel h2,
.public-notice-section-heading h2,
.public-notice-cta h2{
  margin:8px 0 0;
  color:#10261c;
  font-size:clamp(1.75rem,3.2vw,2.75rem);
  line-height:1.13;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.public-notice-summary-card p,
.public-notice-panel p,
.public-notice-section-heading p,
.public-notice-cta p{
  color:var(--notice-muted);
  line-height:1.78;
}
.public-notice-content-section{
  padding:clamp(44px,6vw,76px) 0;
}
.public-notice-layout{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.public-notice-toc{
  position:sticky;
  top:calc(var(--site-navigation-height,76px) + var(--mtp-page-top-offset,0px) + 20px);
  display:grid;
  gap:8px;
  padding:18px;
  border:1px solid var(--notice-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 34px rgba(5,45,30,.045);
}
.public-notice-toc strong{
  margin-bottom:6px;
  color:#10261c;
  font-size:.86rem;
}
.public-notice-toc a{
  min-height:34px;
  display:flex;
  align-items:center;
  color:#50645a;
  font-size:.8rem;
  font-weight:850;
  text-decoration:none;
}
.public-notice-toc a:hover,
.public-notice-toc a:focus-visible{
  color:var(--notice-green);
  text-decoration:underline;
  text-underline-offset:3px;
}
.public-notice-article-stack{
  display:grid;
  gap:18px;
}
.public-notice-panel{
  padding:clamp(24px,4vw,34px);
  border:1px solid var(--notice-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 34px rgba(5,45,30,.045);
}
.public-notice-panel > p:last-child{
  margin-bottom:0;
}
.public-notice-facts,
.public-notice-service-grid,
.public-notice-channel-grid,
.public-notice-resource-grid{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.public-notice-facts{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.public-notice-facts a,
.public-notice-facts > span,
.public-notice-channel-grid a,
.public-notice-resource-grid a{
  min-width:0;
  padding:15px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  border:1px solid #dfeae4;
  border-radius:10px;
  background:#f9fcfa;
  color:#20352a;
  text-decoration:none;
}
.public-notice-facts svg,
.public-notice-channel-grid svg{
  width:22px;
  height:22px;
  flex:none;
  color:var(--notice-green);
}
.public-notice-facts strong,
.public-notice-facts small,
.public-notice-channel-grid strong,
.public-notice-channel-grid span,
.public-notice-resource-grid strong,
.public-notice-resource-grid span{
  display:block;
}
.public-notice-facts small,
.public-notice-channel-grid span,
.public-notice-resource-grid span{
  margin-top:3px;
  color:var(--notice-muted);
  font-size:.78rem;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.public-notice-clarification{
  border-left:5px solid #b42318;
  background:linear-gradient(180deg,#fffafa,#fff);
}
.public-notice-clarification ul,
.public-notice-warning ul{
  display:grid;
  gap:10px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.public-notice-clarification li,
.public-notice-warning li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#33483d;
  line-height:1.65;
}
.public-notice-clarification li svg{
  width:19px;
  height:19px;
  flex:none;
  margin-top:3px;
  color:#b42318;
}
.public-notice-note{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:22px;
  padding:15px 16px;
  border:1px solid #d8e6dd;
  border-left:4px solid var(--notice-green);
  border-radius:10px;
  background:#f2faf5;
}
.public-notice-note svg{
  width:22px;
  height:22px;
  flex:none;
  color:var(--notice-green);
}
.public-notice-note p{
  margin:0;
}
.public-notice-service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.public-notice-service-grid a{
  min-height:50px;
  padding:11px 13px;
  display:flex;
  align-items:center;
  border:1px solid #dfeae4;
  border-radius:9px;
  background:#f9fcfa;
  color:var(--notice-green);
  font-size:.82rem;
  font-weight:900;
  line-height:1.35;
  text-decoration:none;
}
.public-notice-service-grid a:hover,
.public-notice-service-grid a:focus-visible,
.public-notice-channel-grid a:hover,
.public-notice-channel-grid a:focus-visible,
.public-notice-resource-grid a:hover,
.public-notice-resource-grid a:focus-visible,
.public-notice-facts a:hover,
.public-notice-facts a:focus-visible{
  border-color:#aad3bb;
  background:#edf8f1;
  color:#064d2f;
}
.public-notice-channel-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.public-notice-channel-grid a{
  display:grid;
  gap:5px;
}
.public-notice-warning{
  border-left:5px solid #d79800;
  background:linear-gradient(180deg,#fffaf0,#fff);
}
.public-notice-warning li::before{
  content:"";
  flex:0 0 8px;
  width:8px;
  height:8px;
  margin-top:10px;
  border-radius:50%;
  background:#d79800;
}
.public-notice-inline-actions{
  margin-top:24px;
}
.public-notice-resource-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.public-notice-resource-grid a{
  display:grid;
  gap:4px;
}
.public-notice-dynamic-section{
  background:#f5faf7;
}
.public-notice-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
  align-items:end;
  gap:30px;
  margin-bottom:30px;
}
.public-notice-detail{
  border-radius:14px;
}
.public-notice-cta{
  margin-top:clamp(32px,6vw,70px);
  margin-bottom:clamp(56px,7vw,86px);
  padding:clamp(28px,5vw,44px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  border-radius:14px;
  background:var(--notice-green);
  color:#fff;
}
.public-notice-cta h2{
  max-width:650px;
  color:#fff;
}
.public-notice-cta p{
  max-width:720px;
  color:#cce2d4;
}
.public-notice-cta .cm-kicker{
  color:var(--notice-yellow);
}
.public-notice-cta .cm-btn-ghost{
  border-color:rgba(255,255,255,.44);
}
@media(max-width:1020px){
  .public-notice-page .cm-hero-grid,
  .public-notice-layout,
  .public-notice-section-heading{
    grid-template-columns:1fr;
  }
  .public-notice-page .cm-hero-grid{
    padding-block:55px;
  }
  .public-notice-page .cm-hero-art{
    min-height:290px;
  }
  .public-notice-toc{
    position:static;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .public-notice-toc strong{
    grid-column:1/-1;
  }
  .public-notice-summary-card,
  .public-notice-cta{
    align-items:flex-start;
    grid-template-columns:1fr;
    flex-direction:column;
  }
}
@media(max-width:760px){
  .public-notice-page .cm-container{
    width:min(100% - 28px,1160px);
  }
  .public-notice-page .cm-hero h1{
    font-size:clamp(2.7rem,13vw,3.8rem);
  }
  .public-notice-page .cm-hero-art{
    transform:scale(.86);
    margin:-12px;
  }
  .public-notice-facts,
  .public-notice-channel-grid,
  .public-notice-resource-grid,
  .public-notice-service-grid,
  .public-notice-toc{
    grid-template-columns:1fr;
  }
  .public-notice-summary-actions,
  .public-notice-inline-actions,
  .public-notice-cta-actions,
  .public-notice-page .cm-actions{
    display:grid;
  }
  .public-notice-summary-actions > *,
  .public-notice-inline-actions > *,
  .public-notice-cta-actions > *,
  .public-notice-page .cm-actions > *{
    width:100%;
  }
}
@media(max-width:420px){
  .public-notice-page .cm-container{
    width:min(100% - 24px,1160px);
  }
  .public-notice-panel,
  .public-notice-summary-card,
  .public-notice-cta{
    border-radius:10px;
    padding:22px 18px;
  }
  .public-notice-page .cm-hero-art{
    transform:scale(.74);
    margin:-44px -28px -24px;
  }
}
@media(prefers-reduced-motion:reduce){
  .public-notice-page .cm-btn,
  .public-notice-page .public-notice-service-grid a,
  .public-notice-page .public-notice-channel-grid a,
  .public-notice-page .public-notice-resource-grid a{
    transition:none!important;
  }
  .public-notice-page .cm-btn:hover{
    transform:none!important;
  }
}

/* Refund Policy standardisation - scoped public policy layer, 2026-07-16. */
.refund-policy-page{
  --refund-deep:#031f18;
  --refund-green:#087347;
  --refund-green-2:#0aa565;
  --refund-mint:#e7f8ee;
  --refund-gold:#f8c33a;
  --refund-ink:#10261c;
  --refund-muted:#5f7068;
  --refund-line:#d7e7dc;
}
.refund-policy-page .refund-policy-main{
  overflow:clip;
  background:linear-gradient(180deg,#f5faf7 0%,#fff 46%,#eef7f1 100%);
  color:var(--refund-ink);
}
.refund-policy-page .cm-container,
.refund-policy-page .policy-container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
.refund-policy-page .cm-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 14%,rgba(248,195,58,.22),transparent 30%),
    radial-gradient(circle at 8% 86%,rgba(112,230,165,.16),transparent 34%),
    linear-gradient(120deg,#031f18 0%,#075536 48%,#03271d 100%);
  color:#fff;
}
.refund-policy-page .cm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.16;
}
.refund-policy-page .cm-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -46% 45%;
  z-index:-1;
  height:420px;
  border-radius:999px;
  background:rgba(248,195,58,.18);
  filter:blur(92px);
}
.refund-policy-page .cm-hero-grid{
  position:relative;
  z-index:1;
  min-height:min(620px,calc(100svh - 84px));
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:center;
  gap:clamp(28px,5vw,64px);
  padding-block:clamp(64px,9vw,116px);
}
.refund-policy-page .cm-hero-copy{
  max-width:680px;
}
.refund-policy-page .refund-policy-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:.9rem;
}
.refund-policy-page .refund-policy-breadcrumb a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.refund-policy-page .refund-policy-breadcrumb a:hover{
  color:var(--refund-gold);
}
.refund-policy-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--refund-gold);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.refund-policy-page .cm-kicker svg{
  width:17px;
  height:17px;
}
.refund-policy-page .cm-hero h1{
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(3rem,7vw,5.6rem);
  line-height:1;
  letter-spacing:-.065em;
}
.refund-policy-page .cm-hero p{
  max-width:650px;
  margin:0;
  color:rgba(236,252,243,.84);
  font-size:clamp(1rem,1.8vw,1.18rem);
  line-height:1.82;
}
.refund-policy-page .cm-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.refund-policy-page .cm-btn,
.refund-policy-page .mtp-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.refund-policy-page .cm-btn:hover,
.refund-policy-page .mtp-button:hover{
  transform:translateY(-2px);
}
.refund-policy-page .cm-btn svg,
.refund-policy-page .mtp-button svg{
  width:18px;
  height:18px;
}
.refund-policy-page .cm-btn-primary,
.refund-policy-page .mtp-button-primary{
  background:#fff;
  color:var(--refund-green);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.refund-policy-page .cm-btn-ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.refund-policy-page .cm-btn-light{
  background:var(--refund-gold);
  color:#10261c;
  border-color:rgba(248,195,58,.25);
}
.refund-policy-page .cm-hero-art{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}
.refund-policy-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  box-shadow:inset 0 0 45px rgba(255,255,255,.04);
}
.refund-policy-page .cm-orbit-one{
  width:min(440px,88vw);
  aspect-ratio:1;
}
.refund-policy-page .cm-orbit-two{
  width:min(305px,66vw);
  aspect-ratio:1;
  border-style:dashed;
  opacity:.74;
}
.refund-policy-page .cm-doc{
  position:relative;
  width:min(310px,74vw);
  min-height:360px;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(235,252,242,.9)),
    #fff;
  color:#11372a;
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}
.refund-policy-page .cm-doc::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(8,115,71,.22);
  border-radius:22px;
  pointer-events:none;
}
.refund-policy-page .cm-doc-lock{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--refund-mint);
  color:var(--refund-green);
}
.refund-policy-page .cm-doc-line{
  display:block;
  width:72%;
  height:10px;
  border-radius:999px;
  background:#d7eadf;
}
.refund-policy-page .cm-doc-line.long{
  width:88%;
}
.refund-policy-page .cm-doc-line.short{
  width:52%;
}
.refund-policy-page .cm-doc b{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:#063725;
  font-size:1.42rem;
  line-height:1.08;
  letter-spacing:-.03em;
}
.refund-policy-page .cm-float{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(3,31,24,.78);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  font-weight:900;
}
.refund-policy-page .cm-float-check{
  left:0;
  bottom:78px;
  padding:13px 16px;
}
.refund-policy-page .cm-float-shield{
  top:70px;
  right:8px;
  width:58px;
  height:58px;
  justify-content:center;
  color:var(--refund-gold);
}
.refund-policy-page .refund-summary-section,
.refund-policy-page .refund-policy-content,
.refund-policy-page .refund-cta-section{
  padding:clamp(56px,7vw,92px) 0;
}
.refund-policy-page .refund-summary-section{
  margin-top:-34px;
  padding-top:0;
  position:relative;
  z-index:3;
}
.refund-policy-page .refund-summary-card,
.refund-policy-page .refund-cta-card{
  border:1px solid rgba(215,231,220,.88);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(3,20,15,.1);
}
.refund-policy-page .refund-summary-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,.9fr) auto;
  align-items:center;
  gap:26px;
  padding:clamp(24px,4vw,38px);
}
.refund-policy-page .refund-summary-card h2,
.refund-policy-page .refund-cta-card h2,
.refund-policy-page .refund-policy-heading h2{
  margin:9px 0 12px;
  color:var(--refund-ink);
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.04em;
}
.refund-policy-page .refund-summary-card p,
.refund-policy-page .refund-cta-card p,
.refund-policy-page .refund-policy-heading p{
  margin:0;
  color:var(--refund-muted);
  line-height:1.76;
}
.refund-policy-page .refund-summary-card ul{
  margin:0;
  padding:0;
  display:grid;
  gap:11px;
  list-style:none;
}
.refund-policy-page .refund-summary-card li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#375347;
  font-weight:750;
}
.refund-policy-page .refund-summary-card li svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  color:var(--refund-green);
}
.refund-policy-page .refund-summary-card .mtp-button{
  justify-self:end;
  background:var(--refund-green);
  color:#fff;
}
.refund-policy-page .refund-policy-content{
  padding-top:clamp(38px,6vw,72px);
}
.refund-policy-page .policy-layout{
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.refund-policy-page .refund-policy-toc,
.refund-policy-page .refund-policy-card{
  border:1px solid var(--refund-line);
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 52px rgba(3,20,15,.07);
}
.refund-policy-page .refund-policy-toc{
  top:calc(var(--mtp-page-top-offset,0px) + 108px);
  padding:22px;
}
.refund-policy-page .refund-policy-toc h2{
  margin:0 0 14px;
  color:var(--refund-ink);
  font-size:1rem;
}
.refund-policy-page .refund-policy-toc nav{
  display:grid;
  gap:7px;
}
.refund-policy-page .refund-policy-toc a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:14px;
  color:#486255;
  text-decoration:none;
  font-weight:850;
}
.refund-policy-page .refund-policy-toc a:hover,
.refund-policy-page .refund-policy-toc a.is-active{
  border-color:rgba(8,115,71,.18);
  background:var(--refund-mint);
  color:var(--refund-green);
}
.refund-policy-page .refund-policy-card{
  padding:clamp(24px,4vw,42px);
}
.refund-policy-page .refund-policy-heading{
  margin-bottom:26px;
}
.refund-policy-page .policy-block{
  scroll-margin-top:calc(var(--mtp-page-top-offset,0px) + 128px);
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid var(--refund-line);
}
.refund-policy-page .policy-block:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.refund-policy-page .policy-block h3{
  margin:0 0 12px;
  color:#0c3526;
  font-size:clamp(1.18rem,2vw,1.55rem);
  letter-spacing:-.025em;
}
.refund-policy-page .policy-block p,
.refund-policy-page .policy-block li{
  color:var(--refund-muted);
  line-height:1.78;
}
.refund-policy-page .policy-block p{
  margin:0 0 12px;
}
.refund-policy-page .policy-block p:last-child{
  margin-bottom:0;
}
.refund-policy-page .policy-block ul{
  margin:0;
  padding-left:20px;
}
.refund-policy-page .policy-block li+li{
  margin-top:9px;
}
.refund-policy-page .policy-block a{
  color:var(--refund-green);
  font-weight:850;
}
.refund-policy-page .policy-notice{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:26px 0;
  padding:18px 20px;
  border:1px solid var(--refund-line);
  border-radius:22px;
  background:#f7fbf8;
}
.refund-policy-page .policy-notice svg{
  flex:0 0 auto;
  width:22px;
  height:22px;
}
.refund-policy-page .policy-notice p{
  margin:0;
  color:#334d41;
  line-height:1.7;
}
.refund-policy-page .policy-notice-info{
  border-color:#c8ecda;
  background:#effbf4;
  color:var(--refund-green);
}
.refund-policy-page .policy-notice-warning{
  border-color:#f4df9d;
  background:#fff9e8;
  color:#a86d05;
}
.refund-policy-page .policy-notice-danger{
  border-color:#f2c3c3;
  background:#fff3f2;
  color:#b42318;
}
.refund-policy-page .refund-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.refund-policy-page .refund-checklist span{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid var(--refund-line);
  border-radius:14px;
  background:#f8fcfa;
  color:#375347;
  font-weight:800;
}
.refund-policy-page .refund-checklist svg{
  width:17px;
  height:17px;
  color:var(--refund-green);
}
.refund-policy-page .policy-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.refund-policy-page .policy-contact-grid a{
  min-height:58px;
  align-items:center;
  padding:13px;
  border:1px solid var(--refund-line);
  border-radius:16px;
  background:#f8fcfa;
  text-decoration:none;
}
.refund-policy-page .policy-contact-grid svg{
  flex:0 0 auto;
}
.refund-policy-page .refund-cta-section{
  padding-top:0;
}
.refund-policy-page .refund-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:clamp(26px,4.5vw,44px);
  background:
    radial-gradient(circle at 90% 10%,rgba(248,195,58,.16),transparent 34%),
    linear-gradient(135deg,#052a20,#087347);
  color:#fff;
}
.refund-policy-page .refund-cta-card h2{
  color:#fff;
}
.refund-policy-page .refund-cta-card p{
  max-width:640px;
  color:rgba(255,255,255,.78);
}
.refund-policy-page .refund-cta-card .cm-actions{
  justify-content:flex-end;
  margin-top:0;
}
.refund-policy-page .refund-cta-card .cm-btn-primary{
  background:#fff;
  color:var(--refund-green);
}
.refund-policy-page .refund-cta-card .cm-btn-ghost{
  border-color:rgba(255,255,255,.28);
}
@media(max-width:980px){
  .refund-policy-page .cm-hero-grid,
  .refund-policy-page .refund-summary-card,
  .refund-policy-page .policy-layout,
  .refund-policy-page .policy-contact-grid{
    grid-template-columns:1fr;
  }
  .refund-policy-page .cm-hero-grid{
    min-height:0;
    padding-block:clamp(56px,9vw,86px);
  }
  .refund-policy-page .cm-hero-art{
    min-height:360px;
  }
  .refund-policy-page .refund-summary-card .mtp-button{
    justify-self:start;
  }
  .refund-policy-page .refund-policy-toc{
    position:relative;
    top:auto;
  }
  .refund-policy-page .refund-policy-toc nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .refund-policy-page .refund-cta-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .refund-policy-page .refund-cta-card .cm-actions{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .refund-policy-page .cm-container,
  .refund-policy-page .policy-container{
    width:min(1180px,calc(100% - 28px));
  }
  .refund-policy-page .cm-hero h1{
    font-size:clamp(2.55rem,14vw,3.8rem);
  }
  .refund-policy-page .cm-actions,
  .refund-policy-page .refund-cta-card .cm-actions{
    width:100%;
  }
  .refund-policy-page .cm-btn,
  .refund-policy-page .mtp-button{
    width:100%;
  }
  .refund-policy-page .cm-hero-art{
    min-height:305px;
  }
  .refund-policy-page .cm-doc{
    width:min(265px,82vw);
    min-height:310px;
  }
  .refund-policy-page .cm-float-check{
    left:4px;
    bottom:38px;
  }
  .refund-policy-page .cm-float-shield{
    top:36px;
    right:4px;
  }
  .refund-policy-page .refund-summary-card,
  .refund-policy-page .refund-policy-card,
  .refund-policy-page .refund-cta-card{
    border-radius:24px;
  }
  .refund-policy-page .refund-policy-toc nav,
  .refund-policy-page .refund-checklist{
    grid-template-columns:1fr;
  }
  .refund-policy-page .policy-notice{
    padding:16px;
  }
}
@media(prefers-reduced-motion:reduce){
  .refund-policy-page .cm-btn,
  .refund-policy-page .mtp-button{
    transition:none;
  }
  .refund-policy-page .cm-btn:hover,
  .refund-policy-page .mtp-button:hover{
    transform:none;
  }
}

/* Terms and Conditions page standardisation - scoped public legal layer, 2026-07-16. */
.terms-page{
  --terms-deep:#031f18;
  --terms-green:#087347;
  --terms-green-2:#0aa565;
  --terms-mint:#e7f8ee;
  --terms-gold:#f8c33a;
  --terms-ink:#10261c;
  --terms-muted:#5f7068;
  --terms-line:#d7e7dc;
}
.terms-page .terms-main{
  overflow:clip;
  background:linear-gradient(180deg,#f5faf7 0%,#fff 46%,#eef7f1 100%);
  color:var(--terms-ink);
}
.terms-page .cm-container,
.terms-page .policy-container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
.terms-page .cm-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 14%,rgba(248,195,58,.22),transparent 30%),
    radial-gradient(circle at 8% 86%,rgba(112,230,165,.16),transparent 34%),
    linear-gradient(120deg,#031f18 0%,#075536 48%,#03271d 100%);
  color:#fff;
}
.terms-page .cm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.16;
}
.terms-page .cm-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -46% 45%;
  z-index:-1;
  height:420px;
  border-radius:999px;
  background:rgba(248,195,58,.18);
  filter:blur(92px);
}
.terms-page .cm-hero-grid{
  position:relative;
  z-index:1;
  min-height:min(620px,calc(100svh - 84px));
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:center;
  gap:clamp(28px,5vw,64px);
  padding-block:clamp(64px,9vw,116px);
}
.terms-page .cm-hero-copy{
  max-width:690px;
}
.terms-page .terms-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:.9rem;
}
.terms-page .terms-breadcrumb a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.terms-page .terms-breadcrumb a:hover{
  color:var(--terms-gold);
}
.terms-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--terms-gold);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.terms-page .cm-kicker svg{
  width:17px;
  height:17px;
}
.terms-page .cm-hero h1{
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(3rem,7vw,5.6rem);
  line-height:1;
  letter-spacing:-.065em;
}
.terms-page .cm-hero p{
  max-width:650px;
  margin:0;
  color:rgba(236,252,243,.84);
  font-size:clamp(1rem,1.8vw,1.18rem);
  line-height:1.82;
}
.terms-page .cm-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.terms-page .cm-btn,
.terms-page .mtp-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.terms-page .cm-btn:hover,
.terms-page .mtp-button:hover{
  transform:translateY(-2px);
}
.terms-page .cm-btn:focus-visible,
.terms-page .mtp-button:focus-visible,
.terms-page .terms-policy-toc a:focus-visible{
  outline:3px solid rgba(248,195,58,.62);
  outline-offset:3px;
}
.terms-page .cm-btn svg,
.terms-page .mtp-button svg{
  width:18px;
  height:18px;
}
.terms-page .cm-btn-primary,
.terms-page .mtp-button-primary{
  background:#fff;
  color:var(--terms-green);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.terms-page .cm-btn-ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.terms-page .cm-btn-light{
  background:var(--terms-gold);
  color:#10261c;
  border-color:rgba(248,195,58,.25);
}
.terms-page .cm-hero-art{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}
.terms-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  box-shadow:inset 0 0 45px rgba(255,255,255,.04);
}
.terms-page .cm-orbit-one{
  width:min(440px,88vw);
  aspect-ratio:1;
}
.terms-page .cm-orbit-two{
  width:min(305px,66vw);
  aspect-ratio:1;
  border-style:dashed;
  opacity:.74;
}
.terms-page .cm-doc{
  position:relative;
  width:min(310px,74vw);
  min-height:360px;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(235,252,242,.9)),
    #fff;
  color:#11372a;
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}
.terms-page .cm-doc::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(8,115,71,.22);
  border-radius:22px;
  pointer-events:none;
}
.terms-page .cm-doc-lock{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--terms-mint);
  color:var(--terms-green);
}
.terms-page .cm-doc-line{
  display:block;
  width:72%;
  height:10px;
  border-radius:999px;
  background:#d7eadf;
}
.terms-page .cm-doc-line.long{
  width:88%;
}
.terms-page .cm-doc-line.short{
  width:52%;
}
.terms-page .cm-doc b{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:#063725;
  font-size:1.42rem;
  line-height:1.08;
  letter-spacing:-.03em;
}
.terms-page .cm-float{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(3,31,24,.78);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  font-weight:900;
}
.terms-page .cm-float-check{
  left:0;
  bottom:78px;
  padding:13px 16px;
}
.terms-page .cm-float-shield{
  top:70px;
  right:8px;
  width:58px;
  height:58px;
  justify-content:center;
  color:var(--terms-gold);
}
.terms-page .terms-summary-section,
.terms-page .terms-policy-content,
.terms-page .terms-cta-section{
  padding:clamp(56px,7vw,92px) 0;
}
.terms-page .terms-summary-section{
  margin-top:-34px;
  padding-top:0;
  position:relative;
  z-index:3;
}
.terms-page .terms-summary-card,
.terms-page .terms-cta-card{
  border:1px solid rgba(215,231,220,.88);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(3,20,15,.1);
}
.terms-page .terms-summary-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,.9fr) auto;
  align-items:center;
  gap:26px;
  padding:clamp(24px,4vw,38px);
}
.terms-page .terms-summary-card h2,
.terms-page .terms-cta-card h2,
.terms-page .terms-policy-heading h2{
  margin:9px 0 12px;
  color:var(--terms-ink);
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.04em;
}
.terms-page .terms-summary-card p,
.terms-page .terms-cta-card p,
.terms-page .terms-policy-heading p{
  margin:0;
  color:var(--terms-muted);
  line-height:1.76;
}
.terms-page .terms-summary-card ul{
  margin:0;
  padding:0;
  display:grid;
  gap:11px;
  list-style:none;
}
.terms-page .terms-summary-card li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#375347;
  font-weight:750;
}
.terms-page .terms-summary-card li svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  color:var(--terms-green);
}
.terms-page .terms-summary-card .mtp-button{
  justify-self:end;
  background:var(--terms-green);
  color:#fff;
}
.terms-page .terms-policy-content{
  padding-top:clamp(38px,6vw,72px);
}
.terms-page .policy-layout{
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.terms-page .terms-policy-toc,
.terms-page .terms-policy-card{
  border:1px solid var(--terms-line);
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 52px rgba(3,20,15,.07);
}
.terms-page .terms-policy-toc{
  top:calc(var(--mtp-page-top-offset,0px) + 108px);
  padding:22px;
}
.terms-page .terms-policy-toc h2{
  margin:0 0 14px;
  color:var(--terms-ink);
  font-size:1rem;
}
.terms-page .terms-policy-toc nav{
  display:grid;
  gap:7px;
}
.terms-page .terms-policy-toc a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:14px;
  color:#486255;
  text-decoration:none;
  font-weight:850;
}
.terms-page .terms-policy-toc a:hover,
.terms-page .terms-policy-toc a.is-active{
  border-color:rgba(8,115,71,.18);
  background:var(--terms-mint);
  color:var(--terms-green);
}
.terms-page .terms-policy-card{
  padding:clamp(24px,4vw,42px);
}
.terms-page .terms-policy-heading{
  margin-bottom:26px;
}
.terms-page .policy-block{
  scroll-margin-top:calc(var(--mtp-page-top-offset,0px) + 128px);
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid var(--terms-line);
}
.terms-page .policy-block:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.terms-page .policy-block h3{
  margin:0 0 12px;
  color:#0c3526;
  font-size:clamp(1.18rem,2vw,1.55rem);
  letter-spacing:-.025em;
}
.terms-page .policy-block p,
.terms-page .policy-block li{
  color:var(--terms-muted);
  line-height:1.78;
}
.terms-page .policy-block p{
  margin:0 0 12px;
}
.terms-page .policy-block p:last-child{
  margin-bottom:0;
}
.terms-page .policy-block ul{
  margin:0;
  padding-left:20px;
}
.terms-page .policy-block li+li{
  margin-top:9px;
}
.terms-page .policy-block a,
.terms-page .policy-notice a{
  color:var(--terms-green);
  font-weight:850;
}
.terms-page .policy-notice{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:26px 0;
  padding:18px 20px;
  border:1px solid var(--terms-line);
  border-radius:22px;
  background:#f7fbf8;
}
.terms-page .policy-notice svg{
  flex:0 0 auto;
  width:22px;
  height:22px;
}
.terms-page .policy-notice p{
  margin:0;
  color:#334d41;
  line-height:1.7;
}
.terms-page .policy-notice-info{
  border-color:#c8ecda;
  background:#effbf4;
  color:var(--terms-green);
}
.terms-page .policy-notice-warning{
  border-color:#f4df9d;
  background:#fff9e8;
  color:#a86d05;
}
.terms-page .policy-notice-danger{
  border-color:#f2c3c3;
  background:#fff3f2;
  color:#b42318;
}
.terms-page .policy-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.terms-page .policy-contact-grid a{
  min-height:58px;
  align-items:center;
  padding:13px;
  border:1px solid var(--terms-line);
  border-radius:16px;
  background:#f8fcfa;
  text-decoration:none;
}
.terms-page .policy-contact-grid svg{
  flex:0 0 auto;
}
.terms-page .terms-cta-section{
  padding-top:0;
}
.terms-page .terms-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:clamp(26px,4.5vw,44px);
  background:
    radial-gradient(circle at 90% 10%,rgba(248,195,58,.16),transparent 34%),
    linear-gradient(135deg,#052a20,#087347);
  color:#fff;
}
.terms-page .terms-cta-card h2{
  color:#fff;
}
.terms-page .terms-cta-card p{
  max-width:640px;
  color:rgba(255,255,255,.78);
}
.terms-page .terms-cta-card .cm-actions{
  justify-content:flex-end;
  margin-top:0;
}
.terms-page .terms-cta-card .cm-btn-primary{
  background:#fff;
  color:var(--terms-green);
}
.terms-page .terms-cta-card .cm-btn-ghost{
  border-color:rgba(255,255,255,.28);
}
@media(max-width:980px){
  .terms-page .cm-hero-grid,
  .terms-page .terms-summary-card,
  .terms-page .policy-layout,
  .terms-page .policy-contact-grid{
    grid-template-columns:1fr;
  }
  .terms-page .cm-hero-grid{
    min-height:0;
    padding-block:clamp(56px,9vw,86px);
  }
  .terms-page .cm-hero-art{
    min-height:360px;
  }
  .terms-page .terms-summary-card .mtp-button{
    justify-self:start;
  }
  .terms-page .terms-policy-toc{
    position:relative;
    top:auto;
  }
  .terms-page .terms-policy-toc nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .terms-page .terms-cta-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .terms-page .terms-cta-card .cm-actions{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .terms-page .cm-container,
  .terms-page .policy-container{
    width:min(1180px,calc(100% - 28px));
  }
  .terms-page .cm-hero h1{
    font-size:clamp(2.55rem,14vw,3.8rem);
  }
  .terms-page .cm-actions,
  .terms-page .terms-cta-card .cm-actions{
    width:100%;
  }
  .terms-page .cm-btn,
  .terms-page .mtp-button{
    width:100%;
  }
  .terms-page .cm-hero-art{
    min-height:305px;
  }
  .terms-page .cm-doc{
    width:min(265px,82vw);
    min-height:310px;
  }
  .terms-page .cm-float-check{
    left:4px;
    bottom:38px;
  }
  .terms-page .cm-float-shield{
    top:36px;
    right:4px;
  }
  .terms-page .terms-summary-card,
  .terms-page .terms-policy-card,
  .terms-page .terms-cta-card{
    border-radius:24px;
  }
  .terms-page .terms-policy-toc nav{
    grid-template-columns:1fr;
  }
  .terms-page .policy-notice{
    padding:16px;
  }
}
@media(prefers-reduced-motion:reduce){
  .terms-page .cm-btn,
  .terms-page .mtp-button{
    transition:none;
  }
  .terms-page .cm-btn:hover,
  .terms-page .mtp-button:hover{
    transform:none;
  }
}

/* Privacy Policy page standardisation - scoped public legal layer, 2026-07-16. */
.privacy-policy-page{
  --privacy-deep:#031f18;
  --privacy-green:#087347;
  --privacy-green-2:#0aa565;
  --privacy-mint:#e7f8ee;
  --privacy-gold:#f8c33a;
  --privacy-ink:#10261c;
  --privacy-muted:#5f7068;
  --privacy-line:#d7e7dc;
}
.privacy-policy-page .privacy-main{
  overflow:clip;
  background:linear-gradient(180deg,#f5faf7 0%,#fff 46%,#eef7f1 100%);
  color:var(--privacy-ink);
}
.privacy-policy-page .cm-container,
.privacy-policy-page .policy-container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
.privacy-policy-page .cm-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 14%,rgba(248,195,58,.22),transparent 30%),
    radial-gradient(circle at 8% 86%,rgba(112,230,165,.16),transparent 34%),
    linear-gradient(120deg,#031f18 0%,#075536 48%,#03271d 100%);
  color:#fff;
}
.privacy-policy-page .cm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.16;
}
.privacy-policy-page .cm-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -46% 45%;
  z-index:-1;
  height:420px;
  border-radius:999px;
  background:rgba(248,195,58,.18);
  filter:blur(92px);
}
.privacy-policy-page .cm-hero-grid{
  position:relative;
  z-index:1;
  min-height:min(620px,calc(100svh - 84px));
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:center;
  gap:clamp(28px,5vw,64px);
  padding-block:clamp(64px,9vw,116px);
}
.privacy-policy-page .cm-hero-copy{
  max-width:690px;
}
.privacy-policy-page .privacy-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:.9rem;
}
.privacy-policy-page .privacy-breadcrumb a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.privacy-policy-page .privacy-breadcrumb a:hover{
  color:var(--privacy-gold);
}
.privacy-policy-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--privacy-gold);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.privacy-policy-page .cm-kicker svg{
  width:17px;
  height:17px;
}
.privacy-policy-page .cm-hero h1{
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(3rem,7vw,5.6rem);
  line-height:1;
  letter-spacing:-.065em;
}
.privacy-policy-page .cm-hero p{
  max-width:650px;
  margin:0;
  color:rgba(236,252,243,.84);
  font-size:clamp(1rem,1.8vw,1.18rem);
  line-height:1.82;
}
.privacy-policy-page .cm-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.privacy-policy-page .cm-btn,
.privacy-policy-page .mtp-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.privacy-policy-page .cm-btn:hover,
.privacy-policy-page .mtp-button:hover{
  transform:translateY(-2px);
}
.privacy-policy-page .cm-btn:focus-visible,
.privacy-policy-page .mtp-button:focus-visible,
.privacy-policy-page .privacy-policy-toc a:focus-visible{
  outline:3px solid rgba(248,195,58,.62);
  outline-offset:3px;
}
.privacy-policy-page .cm-btn svg,
.privacy-policy-page .mtp-button svg{
  width:18px;
  height:18px;
}
.privacy-policy-page .cm-btn-primary,
.privacy-policy-page .mtp-button-primary{
  background:#fff;
  color:var(--privacy-green);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.privacy-policy-page .cm-btn-ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.privacy-policy-page .cm-btn-light{
  background:var(--privacy-gold);
  color:#10261c;
  border-color:rgba(248,195,58,.25);
}
.privacy-policy-page .cm-hero-art{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}
.privacy-policy-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  box-shadow:inset 0 0 45px rgba(255,255,255,.04);
}
.privacy-policy-page .cm-orbit-one{
  width:min(440px,88vw);
  aspect-ratio:1;
}
.privacy-policy-page .cm-orbit-two{
  width:min(305px,66vw);
  aspect-ratio:1;
  border-style:dashed;
  opacity:.74;
}
.privacy-policy-page .cm-doc{
  position:relative;
  width:min(310px,74vw);
  min-height:360px;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(235,252,242,.9)),
    #fff;
  color:#11372a;
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}
.privacy-policy-page .cm-doc::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(8,115,71,.22);
  border-radius:22px;
  pointer-events:none;
}
.privacy-policy-page .cm-doc-lock{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--privacy-mint);
  color:var(--privacy-green);
}
.privacy-policy-page .cm-doc-line{
  display:block;
  width:72%;
  height:10px;
  border-radius:999px;
  background:#d7eadf;
}
.privacy-policy-page .cm-doc-line.long{
  width:88%;
}
.privacy-policy-page .cm-doc-line.short{
  width:52%;
}
.privacy-policy-page .cm-doc b{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:#063725;
  font-size:1.42rem;
  line-height:1.08;
  letter-spacing:-.03em;
}
.privacy-policy-page .cm-float{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(3,31,24,.78);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  font-weight:900;
}
.privacy-policy-page .cm-float-check{
  left:0;
  bottom:78px;
  padding:13px 16px;
}
.privacy-policy-page .cm-float-shield{
  top:70px;
  right:8px;
  width:58px;
  height:58px;
  justify-content:center;
  color:var(--privacy-gold);
}
.privacy-policy-page .privacy-summary-section,
.privacy-policy-page .privacy-policy-content,
.privacy-policy-page .privacy-cta-section{
  padding:clamp(56px,7vw,92px) 0;
}
.privacy-policy-page .privacy-summary-section{
  margin-top:-34px;
  padding-top:0;
  position:relative;
  z-index:3;
}
.privacy-policy-page .privacy-summary-card,
.privacy-policy-page .privacy-cta-card{
  border:1px solid rgba(215,231,220,.88);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(3,20,15,.1);
}
.privacy-policy-page .privacy-summary-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,.9fr) auto;
  align-items:center;
  gap:26px;
  padding:clamp(24px,4vw,38px);
}
.privacy-policy-page .privacy-summary-card h2,
.privacy-policy-page .privacy-cta-card h2,
.privacy-policy-page .privacy-policy-heading h2{
  margin:9px 0 12px;
  color:var(--privacy-ink);
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.04em;
}
.privacy-policy-page .privacy-summary-card p,
.privacy-policy-page .privacy-cta-card p,
.privacy-policy-page .privacy-policy-heading p{
  margin:0;
  color:var(--privacy-muted);
  line-height:1.76;
}
.privacy-policy-page .privacy-summary-card ul{
  margin:0;
  padding:0;
  display:grid;
  gap:11px;
  list-style:none;
}
.privacy-policy-page .privacy-summary-card li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#375347;
  font-weight:750;
}
.privacy-policy-page .privacy-summary-card li svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  color:var(--privacy-green);
}
.privacy-policy-page .privacy-summary-card .mtp-button{
  justify-self:end;
  background:var(--privacy-green);
  color:#fff;
}
.privacy-policy-page .privacy-policy-content{
  padding-top:clamp(38px,6vw,72px);
}
.privacy-policy-page .policy-layout{
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.privacy-policy-page .privacy-policy-toc,
.privacy-policy-page .privacy-policy-card{
  border:1px solid var(--privacy-line);
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 52px rgba(3,20,15,.07);
}
.privacy-policy-page .privacy-policy-toc{
  top:calc(var(--mtp-page-top-offset,0px) + 108px);
  padding:22px;
}
.privacy-policy-page .privacy-policy-toc h2{
  margin:0 0 14px;
  color:var(--privacy-ink);
  font-size:1rem;
}
.privacy-policy-page .privacy-policy-toc nav{
  display:grid;
  gap:7px;
}
.privacy-policy-page .privacy-policy-toc a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:14px;
  color:#486255;
  text-decoration:none;
  font-weight:850;
}
.privacy-policy-page .privacy-policy-toc a:hover,
.privacy-policy-page .privacy-policy-toc a.is-active{
  border-color:rgba(8,115,71,.18);
  background:var(--privacy-mint);
  color:var(--privacy-green);
}
.privacy-policy-page .privacy-policy-card{
  padding:clamp(24px,4vw,42px);
}
.privacy-policy-page .privacy-policy-heading{
  margin-bottom:26px;
}
.privacy-policy-page .policy-block{
  scroll-margin-top:calc(var(--mtp-page-top-offset,0px) + 128px);
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid var(--privacy-line);
}
.privacy-policy-page .policy-block:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.privacy-policy-page .policy-block h3{
  margin:0 0 12px;
  color:#0c3526;
  font-size:clamp(1.18rem,2vw,1.55rem);
  letter-spacing:-.025em;
}
.privacy-policy-page .policy-block p,
.privacy-policy-page .policy-block li{
  color:var(--privacy-muted);
  line-height:1.78;
}
.privacy-policy-page .policy-block p{
  margin:0 0 12px;
}
.privacy-policy-page .policy-block p:last-child{
  margin-bottom:0;
}
.privacy-policy-page .policy-block ul{
  margin:0;
  padding-left:20px;
}
.privacy-policy-page .policy-block li+li{
  margin-top:9px;
}
.privacy-policy-page .policy-block a,
.privacy-policy-page .policy-notice a{
  color:var(--privacy-green);
  font-weight:850;
}
.privacy-policy-page .policy-notice{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:26px 0;
  padding:18px 20px;
  border:1px solid var(--privacy-line);
  border-radius:22px;
  background:#f7fbf8;
}
.privacy-policy-page .policy-notice svg{
  flex:0 0 auto;
  width:22px;
  height:22px;
}
.privacy-policy-page .policy-notice p{
  margin:0;
  color:#334d41;
  line-height:1.7;
}
.privacy-policy-page .policy-notice-info{
  border-color:#c8ecda;
  background:#effbf4;
  color:var(--privacy-green);
}
.privacy-policy-page .policy-notice-warning{
  border-color:#f4df9d;
  background:#fff9e8;
  color:#a86d05;
}
.privacy-policy-page .policy-notice-danger{
  border-color:#f2c3c3;
  background:#fff3f2;
  color:#b42318;
}
.privacy-policy-page .policy-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.privacy-policy-page .policy-contact-grid a{
  min-height:58px;
  align-items:center;
  padding:13px;
  border:1px solid var(--privacy-line);
  border-radius:16px;
  background:#f8fcfa;
  text-decoration:none;
}
.privacy-policy-page .policy-contact-grid svg{
  flex:0 0 auto;
}
.privacy-policy-page .privacy-cta-section{
  padding-top:0;
}
.privacy-policy-page .privacy-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:clamp(26px,4.5vw,44px);
  background:
    radial-gradient(circle at 90% 10%,rgba(248,195,58,.16),transparent 34%),
    linear-gradient(135deg,#052a20,#087347);
  color:#fff;
}
.privacy-policy-page .privacy-cta-card h2{
  color:#fff;
}
.privacy-policy-page .privacy-cta-card p{
  max-width:640px;
  color:rgba(255,255,255,.78);
}
.privacy-policy-page .privacy-cta-card .cm-actions{
  justify-content:flex-end;
  margin-top:0;
}
.privacy-policy-page .privacy-cta-card .cm-btn-primary{
  background:#fff;
  color:var(--privacy-green);
}
.privacy-policy-page .privacy-cta-card .cm-btn-ghost{
  border-color:rgba(255,255,255,.28);
}
@media(max-width:980px){
  .privacy-policy-page .cm-hero-grid,
  .privacy-policy-page .privacy-summary-card,
  .privacy-policy-page .policy-layout,
  .privacy-policy-page .policy-contact-grid{
    grid-template-columns:1fr;
  }
  .privacy-policy-page .cm-hero-grid{
    min-height:0;
    padding-block:clamp(56px,9vw,86px);
  }
  .privacy-policy-page .cm-hero-art{
    min-height:360px;
  }
  .privacy-policy-page .privacy-summary-card .mtp-button{
    justify-self:start;
  }
  .privacy-policy-page .privacy-policy-toc{
    position:relative;
    top:auto;
  }
  .privacy-policy-page .privacy-policy-toc nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .privacy-policy-page .privacy-cta-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .privacy-policy-page .privacy-cta-card .cm-actions{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .privacy-policy-page .cm-container,
  .privacy-policy-page .policy-container{
    width:min(1180px,calc(100% - 28px));
  }
  .privacy-policy-page .cm-hero h1{
    font-size:clamp(2.55rem,14vw,3.8rem);
  }
  .privacy-policy-page .cm-actions,
  .privacy-policy-page .privacy-cta-card .cm-actions{
    width:100%;
  }
  .privacy-policy-page .cm-btn,
  .privacy-policy-page .mtp-button{
    width:100%;
  }
  .privacy-policy-page .cm-hero-art{
    min-height:305px;
  }
  .privacy-policy-page .cm-doc{
    width:min(265px,82vw);
    min-height:310px;
  }
  .privacy-policy-page .cm-float-check{
    left:4px;
    bottom:38px;
  }
  .privacy-policy-page .cm-float-shield{
    top:36px;
    right:4px;
  }
  .privacy-policy-page .privacy-summary-card,
  .privacy-policy-page .privacy-policy-card,
  .privacy-policy-page .privacy-cta-card{
    border-radius:24px;
  }
  .privacy-policy-page .privacy-policy-toc nav{
    grid-template-columns:1fr;
  }
  .privacy-policy-page .policy-notice{
    padding:16px;
  }
}
@media(prefers-reduced-motion:reduce){
  .privacy-policy-page .cm-btn,
  .privacy-policy-page .mtp-button{
    transition:none;
  }
  .privacy-policy-page .cm-btn:hover,
  .privacy-policy-page .mtp-button:hover{
    transform:none;
  }
}

/* Cookie Policy page standardisation - scoped public legal layer, 2026-07-16. */
.cookies-page{
  --cookies-deep:#031f18;
  --cookies-green:#087347;
  --cookies-green-2:#0aa565;
  --cookies-mint:#e7f8ee;
  --cookies-gold:#f8c33a;
  --cookies-ink:#10261c;
  --cookies-muted:#5f7068;
  --cookies-line:#d7e7dc;
}
.cookies-page .cookies-main{
  overflow:clip;
  background:linear-gradient(180deg,#f5faf7 0%,#fff 46%,#eef7f1 100%);
  color:var(--cookies-ink);
}
.cookies-page .cm-container,
.cookies-page .policy-container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
.cookies-page .cm-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 14%,rgba(248,195,58,.22),transparent 30%),
    radial-gradient(circle at 8% 86%,rgba(112,230,165,.16),transparent 34%),
    linear-gradient(120deg,#031f18 0%,#075536 48%,#03271d 100%);
  color:#fff;
}
.cookies-page .cm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.16;
}
.cookies-page .cm-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -46% 45%;
  z-index:-1;
  height:420px;
  border-radius:999px;
  background:rgba(248,195,58,.18);
  filter:blur(92px);
}
.cookies-page .cm-hero-grid{
  position:relative;
  z-index:1;
  min-height:min(620px,calc(100svh - 84px));
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:center;
  gap:clamp(28px,5vw,64px);
  padding-block:clamp(64px,9vw,116px);
}
.cookies-page .cm-hero-copy{
  max-width:690px;
}
.cookies-page .cookies-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:.9rem;
}
.cookies-page .cookies-breadcrumb a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.cookies-page .cookies-breadcrumb a:hover{
  color:var(--cookies-gold);
}
.cookies-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--cookies-gold);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cookies-page .cm-kicker svg{
  width:17px;
  height:17px;
}
.cookies-page .cm-hero h1{
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(3rem,7vw,5.6rem);
  line-height:1;
  letter-spacing:-.065em;
}
.cookies-page .cm-hero p{
  max-width:650px;
  margin:0;
  color:rgba(236,252,243,.84);
  font-size:clamp(1rem,1.8vw,1.18rem);
  line-height:1.82;
}
.cookies-page .cm-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.cookies-page .cm-btn,
.cookies-page .mtp-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.cookies-page .cm-btn:hover,
.cookies-page .mtp-button:hover{
  transform:translateY(-2px);
}
.cookies-page .cm-btn:focus-visible,
.cookies-page .mtp-button:focus-visible,
.cookies-page .cookies-policy-toc a:focus-visible,
.cookies-page .cookies-table a:focus-visible{
  outline:3px solid rgba(248,195,58,.62);
  outline-offset:3px;
}
.cookies-page .cm-btn svg,
.cookies-page .mtp-button svg{
  width:18px;
  height:18px;
}
.cookies-page .cm-btn-primary,
.cookies-page .mtp-button-primary{
  background:#fff;
  color:var(--cookies-green);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.cookies-page .cm-btn-ghost,
.cookies-page .mtp-button-secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.cookies-page .cm-btn-light{
  background:var(--cookies-gold);
  color:#10261c;
  border-color:rgba(248,195,58,.25);
}
.cookies-page .cm-hero-art{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}
.cookies-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  box-shadow:inset 0 0 45px rgba(255,255,255,.04);
}
.cookies-page .cm-orbit-one{
  width:min(440px,88vw);
  aspect-ratio:1;
}
.cookies-page .cm-orbit-two{
  width:min(305px,66vw);
  aspect-ratio:1;
  border-style:dashed;
  opacity:.74;
}
.cookies-page .cm-doc{
  position:relative;
  width:min(310px,74vw);
  min-height:360px;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:15px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(235,252,242,.9)),
    #fff;
  color:#11372a;
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}
.cookies-page .cm-doc::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(8,115,71,.22);
  border-radius:22px;
  pointer-events:none;
}
.cookies-page .cm-doc-lock{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--cookies-mint);
  color:var(--cookies-green);
}
.cookies-page .cm-doc-line{
  display:block;
  width:72%;
  height:10px;
  border-radius:999px;
  background:#d7eadf;
}
.cookies-page .cm-doc-line.long{
  width:88%;
}
.cookies-page .cm-doc-line.short{
  width:52%;
}
.cookies-page .cm-doc b{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:#063725;
  font-size:1.42rem;
  line-height:1.08;
  letter-spacing:-.03em;
}
.cookies-page .cm-float{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(3,31,24,.78);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  font-weight:900;
}
.cookies-page .cm-float-check{
  left:0;
  bottom:78px;
  padding:13px 16px;
}
.cookies-page .cm-float-shield{
  top:70px;
  right:8px;
  width:58px;
  height:58px;
  justify-content:center;
  color:var(--cookies-gold);
}
.cookies-page .cookies-summary-section,
.cookies-page .cookies-policy-content,
.cookies-page .cookies-cta-section{
  padding:clamp(56px,7vw,92px) 0;
}
.cookies-page .cookies-summary-section{
  margin-top:-34px;
  padding-top:0;
  position:relative;
  z-index:3;
}
.cookies-page .cookies-summary-card,
.cookies-page .cookies-cta-card{
  border:1px solid rgba(215,231,220,.88);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(3,20,15,.1);
}
.cookies-page .cookies-summary-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,.9fr) auto;
  align-items:center;
  gap:26px;
  padding:clamp(24px,4vw,38px);
}
.cookies-page .cookies-summary-card h2,
.cookies-page .cookies-cta-card h2,
.cookies-page .cookies-policy-heading h2{
  margin:9px 0 12px;
  color:var(--cookies-ink);
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.04em;
}
.cookies-page .cookies-summary-card p,
.cookies-page .cookies-cta-card p,
.cookies-page .cookies-policy-heading p{
  margin:0;
  color:var(--cookies-muted);
  line-height:1.76;
}
.cookies-page .cookies-summary-card ul{
  margin:0;
  padding:0;
  display:grid;
  gap:11px;
  list-style:none;
}
.cookies-page .cookies-summary-card li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#375347;
  font-weight:750;
}
.cookies-page .cookies-summary-card li svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  color:var(--cookies-green);
}
.cookies-page .cookies-summary-actions{
  display:grid;
  gap:10px;
  justify-items:end;
}
.cookies-page .cookies-summary-actions .mtp-button-primary{
  background:var(--cookies-green);
  color:#fff;
}
.cookies-page .cookies-summary-actions .mtp-button-secondary{
  background:#fff;
  color:var(--cookies-green);
  border-color:var(--cookies-line);
  box-shadow:0 10px 30px rgba(3,20,15,.08);
}
.cookies-page .cookies-policy-content{
  padding-top:clamp(38px,6vw,72px);
}
.cookies-page .policy-layout{
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.cookies-page .cookies-policy-toc,
.cookies-page .cookies-policy-card{
  border:1px solid var(--cookies-line);
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 52px rgba(3,20,15,.07);
}
.cookies-page .cookies-policy-toc{
  top:calc(var(--mtp-page-top-offset,0px) + 108px);
  padding:22px;
}
.cookies-page .cookies-policy-toc h2{
  margin:0 0 14px;
  color:var(--cookies-ink);
  font-size:1rem;
}
.cookies-page .cookies-policy-toc nav{
  display:grid;
  gap:7px;
}
.cookies-page .cookies-policy-toc a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:14px;
  color:#486255;
  text-decoration:none;
  font-weight:850;
}
.cookies-page .cookies-policy-toc a:hover,
.cookies-page .cookies-policy-toc a.is-active{
  border-color:rgba(8,115,71,.18);
  background:var(--cookies-mint);
  color:var(--cookies-green);
}
.cookies-page .cookies-policy-card{
  padding:clamp(24px,4vw,42px);
}
.cookies-page .cookies-policy-heading{
  margin-bottom:26px;
}
.cookies-page .policy-block{
  scroll-margin-top:calc(var(--mtp-page-top-offset,0px) + 128px);
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid var(--cookies-line);
}
.cookies-page .policy-block:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.cookies-page .policy-block h3{
  margin:0 0 12px;
  color:#0c3526;
  font-size:clamp(1.18rem,2vw,1.55rem);
  letter-spacing:-.025em;
}
.cookies-page .policy-block p,
.cookies-page .policy-block li{
  color:var(--cookies-muted);
  line-height:1.78;
}
.cookies-page .policy-block p{
  margin:0 0 12px;
}
.cookies-page .policy-block p:last-child{
  margin-bottom:0;
}
.cookies-page .policy-block ul{
  margin:0;
  padding-left:20px;
}
.cookies-page .policy-block li+li{
  margin-top:9px;
}
.cookies-page .policy-block a,
.cookies-page .policy-notice a{
  color:var(--cookies-green);
  font-weight:850;
}
.cookies-page .policy-notice{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:26px 0;
  padding:18px 20px;
  border:1px solid var(--cookies-line);
  border-radius:22px;
  background:#f7fbf8;
}
.cookies-page .policy-notice svg{
  flex:0 0 auto;
  width:22px;
  height:22px;
}
.cookies-page .policy-notice p{
  margin:0;
  color:#334d41;
  line-height:1.7;
}
.cookies-page .policy-notice-info{
  border-color:#c8ecda;
  background:#effbf4;
  color:var(--cookies-green);
}
.cookies-page .policy-notice-warning{
  border-color:#f4df9d;
  background:#fff9e8;
  color:#a86d05;
}
.cookies-page .policy-notice-danger{
  border-color:#f2c3c3;
  background:#fff3f2;
  color:#b42318;
}
.cookies-page .cookies-table-wrap{
  margin-top:18px;
  overflow:auto;
  border:1px solid var(--cookies-line);
  border-radius:20px;
  background:#fff;
}
.cookies-page .cookies-table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}
.cookies-page .cookies-table th,
.cookies-page .cookies-table td{
  padding:15px 16px;
  border-bottom:1px solid var(--cookies-line);
  text-align:left;
  vertical-align:top;
  color:#375347;
  line-height:1.55;
}
.cookies-page .cookies-table th{
  background:#effbf4;
  color:#0c3526;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cookies-page .cookies-table tr:last-child td{
  border-bottom:0;
}
.cookies-page .cookies-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.cookies-page .cookies-inline-actions .cm-btn-primary{
  background:var(--cookies-green);
  color:#fff;
  box-shadow:0 16px 34px rgba(8,115,71,.18);
}
.cookies-page .cookies-inline-actions .cm-btn-ghost{
  background:#10261c;
  color:#fff;
  border-color:#10261c;
}
.cookies-page .cookies-inline-actions .cm-btn-light{
  background:var(--cookies-gold);
  color:#10261c;
}
.cookies-page .policy-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.cookies-page .policy-contact-grid a{
  min-height:58px;
  align-items:center;
  padding:13px;
  border:1px solid var(--cookies-line);
  border-radius:16px;
  background:#f8fcfa;
  text-decoration:none;
}
.cookies-page .policy-contact-grid svg{
  flex:0 0 auto;
}
.cookies-page .cookies-cta-section{
  padding-top:0;
}
.cookies-page .cookies-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:clamp(26px,4.5vw,44px);
  background:
    radial-gradient(circle at 90% 10%,rgba(248,195,58,.16),transparent 34%),
    linear-gradient(135deg,#052a20,#087347);
  color:#fff;
}
.cookies-page .cookies-cta-card h2{
  color:#fff;
}
.cookies-page .cookies-cta-card p{
  max-width:640px;
  color:rgba(255,255,255,.78);
}
.cookies-page .cookies-cta-card .cm-actions{
  justify-content:flex-end;
  margin-top:0;
}
.cookies-page .cookies-cta-card .cm-btn-primary{
  background:#fff;
  color:var(--cookies-green);
}
.cookies-page .cookies-cta-card .cm-btn-ghost{
  border-color:rgba(255,255,255,.28);
}
@media(max-width:980px){
  .cookies-page .cm-hero-grid,
  .cookies-page .cookies-summary-card,
  .cookies-page .policy-layout,
  .cookies-page .policy-contact-grid{
    grid-template-columns:1fr;
  }
  .cookies-page .cm-hero-grid{
    min-height:0;
    padding-block:clamp(56px,9vw,86px);
  }
  .cookies-page .cm-hero-art{
    min-height:360px;
  }
  .cookies-page .cookies-summary-actions{
    justify-items:start;
  }
  .cookies-page .cookies-policy-toc{
    position:relative;
    top:auto;
  }
  .cookies-page .cookies-policy-toc nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cookies-page .cookies-cta-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .cookies-page .cookies-cta-card .cm-actions{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .cookies-page .cm-container,
  .cookies-page .policy-container{
    width:min(1180px,calc(100% - 28px));
  }
  .cookies-page .cm-hero h1{
    font-size:clamp(2.55rem,14vw,3.8rem);
  }
  .cookies-page .cm-actions,
  .cookies-page .cookies-cta-card .cm-actions,
  .cookies-page .cookies-inline-actions{
    width:100%;
  }
  .cookies-page .cm-btn,
  .cookies-page .mtp-button{
    width:100%;
  }
  .cookies-page .cm-hero-art{
    min-height:305px;
  }
  .cookies-page .cm-doc{
    width:min(265px,82vw);
    min-height:310px;
  }
  .cookies-page .cm-float-check{
    left:4px;
    bottom:38px;
  }
  .cookies-page .cm-float-shield{
    top:36px;
    right:4px;
  }
  .cookies-page .cookies-summary-card,
  .cookies-page .cookies-policy-card,
  .cookies-page .cookies-cta-card{
    border-radius:24px;
  }
  .cookies-page .cookies-policy-toc nav{
    grid-template-columns:1fr;
  }
  .cookies-page .policy-notice{
    padding:16px;
  }
  .cookies-page .cookies-table{
    min-width:0;
  }
  .cookies-page .cookies-table thead{
    display:none;
  }
  .cookies-page .cookies-table,
  .cookies-page .cookies-table tbody,
  .cookies-page .cookies-table tr,
  .cookies-page .cookies-table td{
    display:block;
    width:100%;
  }
  .cookies-page .cookies-table tr{
    border-bottom:1px solid var(--cookies-line);
  }
  .cookies-page .cookies-table tr:last-child{
    border-bottom:0;
  }
  .cookies-page .cookies-table td{
    border:0;
    padding:11px 14px;
  }
  .cookies-page .cookies-table td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:4px;
    color:#0c3526;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
}
@media(prefers-reduced-motion:reduce){
  .cookies-page .cm-btn,
  .cookies-page .mtp-button{
    transition:none;
  }
  .cookies-page .cm-btn:hover,
  .cookies-page .mtp-button:hover{
    transform:none;
  }
}

/* Homepage master design system modernization - 2026-07-16 */
.mtp-homepage{
  --home-green:#087347;
  --home-green-dark:#052d20;
  --home-deep:#031f18;
  --home-gold:#f6c343;
  --home-cream:#f8fbf8;
  --home-mint:#e8f7ef;
  --home-line:#d7e7dc;
  --home-muted:#607268;
  --home-shadow:0 20px 60px rgba(5,45,30,.08);
  --home-shadow-soft:0 14px 36px rgba(5,45,30,.055);
}
.mtp-homepage .mtp-section-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:30px;
}
.mtp-homepage .mtp-home-services,
.mtp-homepage .mtp-compliance-preview,
:is(.mtp-homepage,.about-us-page) .mtp-testimonials{
  background:#fff!important;
}
.mtp-homepage .mtp-pricing-preview,
.mtp-homepage .mtp-partners,
.mtp-homepage .mtp-faq-section{
  background:linear-gradient(180deg,#f6fbf8 0%,#fff 100%)!important;
}
.mtp-homepage .mtp-home-service-grid,
.mtp-homepage .mtp-home-pricing-grid,
.mtp-homepage .mtp-home-article-grid,
.mtp-homepage .mtp-partner-logo-grid{
  display:grid;
  gap:18px;
}
.mtp-homepage .mtp-home-service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mtp-homepage .mtp-home-service-card,
.mtp-homepage .mtp-home-price-card,
.mtp-homepage .mtp-home-article-card,
.mtp-homepage .mtp-partner-logo-grid article,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card{
  position:relative;
  border:1px solid var(--home-line);
  background:#fff;
  box-shadow:var(--home-shadow-soft);
}
.mtp-homepage .mtp-home-service-card{
  min-height:310px;
  padding:28px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.mtp-homepage .mtp-home-service-card::after{
  content:"";
  position:absolute;
  right:-52px;
  top:-52px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(8,115,71,.08);
  transition:transform .22s ease,background .22s ease;
}
.mtp-homepage .mtp-home-service-card:hover::after,
.mtp-homepage .mtp-home-service-card:focus-within::after{
  transform:scale(1.25);
  background:rgba(246,195,67,.18);
}
.mtp-homepage .mtp-home-service-card>svg{
  width:46px;
  height:46px;
  padding:11px;
  border-radius:14px;
  background:var(--home-mint);
  color:var(--home-green);
}
.mtp-homepage .mtp-home-service-card>span,
.mtp-homepage .mtp-home-price-card>span,
.mtp-homepage .mtp-home-article-card span{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:24px;
  color:var(--home-green);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  line-height:1.35;
  text-transform:uppercase;
}
.mtp-homepage .mtp-home-service-card h3,
.mtp-homepage .mtp-home-price-card h3,
.mtp-homepage .mtp-home-article-card h3{
  margin:10px 0;
  color:#10251c;
  font-size:1.13rem;
  line-height:1.25;
  letter-spacing:-.02em;
}
.mtp-homepage .mtp-home-service-card p,
.mtp-homepage .mtp-home-price-card p,
.mtp-homepage .mtp-home-article-card p{
  margin:0;
  color:var(--home-muted);
  font-size:.9rem;
  line-height:1.72;
}
.mtp-homepage .mtp-home-service-card a,
.mtp-homepage .mtp-home-article-card a{
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding-top:22px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--home-green);
  font-size:.84rem;
  font-weight:950;
  text-decoration:none;
}
.mtp-homepage .mtp-home-service-card a:hover,
.mtp-homepage .mtp-home-service-card a:focus-visible,
.mtp-homepage .mtp-home-article-card a:hover,
.mtp-homepage .mtp-home-article-card a:focus-visible{
  color:#041f17;
  text-decoration:underline;
  outline:0;
}
.mtp-homepage .mtp-home-service-card a svg,
.mtp-homepage .mtp-home-article-card a svg{
  width:17px;
  height:17px;
}
.mtp-homepage .mtp-home-pricing-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.mtp-homepage .mtp-home-price-card{
  min-height:330px;
  padding:26px;
  display:flex;
  flex-direction:column;
  border-top:4px solid var(--home-green);
}
.mtp-homepage .mtp-home-price-card:nth-child(2){
  border-top-color:#0a5d95;
}
.mtp-homepage .mtp-home-price-card:nth-child(3){
  border-top-color:#8a6500;
}
.mtp-homepage .mtp-home-price-card:nth-child(4){
  border-top-color:#4e5570;
}
.mtp-homepage .mtp-home-price-card>span{
  margin-top:0;
  padding:7px 10px;
  border-radius:999px;
  background:#edf8f1;
}
.mtp-homepage .mtp-home-price-card div{
  display:grid;
  gap:8px;
  margin-top:auto;
  padding-top:22px;
}
.mtp-homepage .mtp-home-price-card a{
  min-height:42px;
  padding:10px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--home-green);
  border-radius:8px;
  color:var(--home-green);
  font-size:.78rem;
  font-weight:950;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.mtp-homepage .mtp-home-price-card a:first-child{
  background:var(--home-green);
  color:#fff;
}
.mtp-homepage .mtp-home-price-card a:hover,
.mtp-homepage .mtp-home-price-card a:focus-visible{
  transform:translateY(-1px);
  background:#0a8f57;
  border-color:#0a8f57;
  color:#fff;
  outline:0;
}
.mtp-homepage .mtp-home-article-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mtp-homepage .mtp-home-article-card{
  min-height:100%;
  display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
}
.mtp-homepage .mtp-home-article-card>div:last-child{
  padding:24px;
  display:flex;
  flex-direction:column;
}
.mtp-homepage .mtp-home-article-media{
  min-height:150px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff4c5,#f6c343);
  color:#573f00;
}
.mtp-homepage .mtp-home-article-media.green{
  background:linear-gradient(135deg,#e7f7ee,#0a8f57);
  color:#fff;
}
.mtp-homepage .mtp-home-article-media.gold{
  background:linear-gradient(135deg,#fff7d7,#d79b00);
  color:#3b2a00;
}
.mtp-homepage .mtp-home-article-media svg{
  width:48px;
  height:48px;
  stroke-width:1.9;
}
.mtp-homepage .mtp-home-article-card span{
  margin-top:0;
  width:auto;
  color:#7b6942;
}
.mtp-homepage .mtp-partner-logo-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.mtp-homepage .mtp-partner-logo-grid article{
  min-height:142px;
  padding:20px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  filter:grayscale(1);
  transition:filter .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.mtp-homepage .mtp-partner-logo-grid article:hover,
.mtp-homepage .mtp-partner-logo-grid article:focus-within{
  filter:none;
  transform:translateY(-3px);
  border-color:#b8dac6;
  box-shadow:var(--home-shadow);
}
.mtp-homepage .mtp-partner-logo-grid span{
  color:#0f2c21;
  font-size:.92rem;
  font-weight:950;
  line-height:1.25;
}
.mtp-homepage .mtp-partner-logo-grid img{
  width:min(150px,100%);
  height:auto;
  object-fit:contain;
}
.mtp-homepage .mtp-partner-logo-grid small{
  color:var(--home-muted);
  font-size:.72rem;
  font-weight:750;
  line-height:1.45;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:24px;
  align-items:start;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-carousel{
  position:relative;
  width:100%;
  margin:auto;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-track{
  position:relative;
  min-height:320px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card{
  position:absolute;
  inset:0;
  padding:34px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px 22px;
  align-content:start;
  border-radius:18px;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .28s ease,transform .28s ease,visibility .28s ease;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card.is-active{
  position:relative;
  opacity:1;
  visibility:visible;
  transform:none;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-avatar{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  grid-row:1 / span 3;
  border-radius:50%;
  background:linear-gradient(135deg,#087347,#0ba263);
  color:#fff;
  font-size:.84rem;
  font-weight:950;
  letter-spacing:.04em;
  box-shadow:0 14px 28px rgba(8,115,71,.18);
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-stars{
  color:#c08b00;
  font-size:.96rem;
  letter-spacing:.08em;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card blockquote{
  grid-column:2;
  margin:0;
  color:#26372f;
  font-size:clamp(1.05rem,2vw,1.35rem);
  font-weight:750;
  line-height:1.65;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card footer{
  grid-column:2;
  display:grid;
  gap:4px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card footer strong{
  color:#10251c;
  font-size:.92rem;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-card footer span{
  color:var(--home-muted);
  font-size:.78rem;
  font-weight:750;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-source{
  display:inline-flex;
  align-items:center;
  margin-left:7px;
  padding:3px 7px;
  border-radius:999px;
  background:#eef6ff;
  color:#1a73e8;
  font-style:normal;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.03em;
  text-transform:uppercase;
  vertical-align:middle;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:18px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls>button{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid var(--home-line);
  border-radius:50%;
  background:#fff;
  color:var(--home-green);
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls>button:hover,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls>button:focus-visible{
  transform:translateY(-1px);
  border-color:var(--home-green);
  background:var(--home-green);
  color:#fff;
  outline:0;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls svg{
  width:18px;
  height:18px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-dots{
  display:flex;
  gap:8px;
  align-items:center;
  padding:8px 10px;
  border:1px solid var(--home-line);
  border-radius:999px;
  background:#fff;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#b6c7bd;
  cursor:pointer;
  transition:width .18s ease,background .18s ease;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-dots button.is-active,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-dots button[aria-current=true]{
  width:28px;
  background:var(--home-green);
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit{
  position:relative;
  padding:28px;
  border:1px solid var(--home-line);
  border-radius:18px;
  background:linear-gradient(180deg,#f8fcfa 0%,#fff 100%);
  box-shadow:var(--home-shadow-soft);
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit h3{
  margin:8px 0 8px;
  color:#10251c;
  font-size:1.35rem;
  line-height:1.2;
  letter-spacing:-.03em;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit>p{
  margin:0 0 18px;
  color:var(--home-muted);
  font-size:.9rem;
  line-height:1.65;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-form{
  display:grid;
  gap:13px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field{
  display:grid;
  gap:7px;
  color:#173127;
  font-size:.78rem;
  font-weight:900;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field input,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field select,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field textarea{
  width:100%;
  min-height:46px;
  padding:12px 13px;
  border:1px solid #ccd9d1;
  border-radius:10px;
  background:#fff;
  color:#12281f;
  font:inherit;
  font-weight:700;
  outline:0;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field textarea{
  min-height:118px;
  resize:vertical;
  line-height:1.55;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field input:focus,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field select:focus,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field textarea:focus{
  border-color:var(--home-green);
  box-shadow:0 0 0 4px rgba(8,115,71,.12);
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field input[aria-invalid=true],
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field select[aria-invalid=true],
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field textarea[aria-invalid=true]{
  border-color:#d9303e;
  background:#fff7f7;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-field small{
  color:#65776d;
  font-size:.72rem;
  font-weight:700;
  line-height:1.45;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#41534a;
  font-size:.78rem;
  font-weight:750;
  line-height:1.55;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-consent input{
  width:16px;
  height:16px;
  flex:none;
  margin-top:3px;
  accent-color:var(--home-green);
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-consent input[aria-invalid=true]{
  outline:2px solid #d9303e;
  outline-offset:2px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-radius:10px;
  background:var(--home-green);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button:hover,
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button:focus-visible{
  transform:translateY(-1px);
  background:#0a8f57;
  box-shadow:0 14px 28px rgba(8,115,71,.18);
  outline:0;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button:disabled{
  cursor:not-allowed;
  opacity:.72;
  transform:none;
  box-shadow:none;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button svg{
  width:17px;
  height:17px;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-form-status{
  min-height:20px;
  margin:0;
  font-size:.8rem;
  font-weight:850;
  line-height:1.5;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-form-status:empty{
  display:none;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-form-status.is-success{
  color:#057144;
}
:is(.mtp-homepage,.about-us-page) .mtp-testimonial-form-status.is-error{
  color:#b4232f;
}
.mtp-homepage .mtp-faq-section .mtp-faq-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mtp-homepage .mtp-faq-section details{
  border:1px solid var(--home-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 28px rgba(5,45,30,.045);
  overflow:hidden;
}
.mtp-homepage .mtp-faq-section summary{
  min-height:60px;
  padding:18px 20px;
  color:#142820;
  font-weight:950;
  cursor:pointer;
}
.mtp-homepage .mtp-faq-section details[open] summary{
  border-bottom:1px solid var(--home-line);
  background:#f7fbf8;
}
.mtp-homepage .mtp-faq-section details p{
  margin:0;
  padding:18px 20px 20px;
  color:var(--home-muted);
  line-height:1.72;
}
.mtp-homepage .mtp-home-contact-cta{
  position:relative;
  isolation:isolate;
  padding:clamp(82px,9vw,124px) clamp(18px,5vw,72px)!important;
  overflow:hidden;
  background:#031f18;
  color:#fff;
}
.mtp-homepage .mtp-home-contact-cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 82% 10%,rgba(246,195,67,.18),transparent 28%),radial-gradient(circle at 8% 90%,rgba(126,238,177,.16),transparent 32%),linear-gradient(135deg,#02120d,#052d20 56%,#087347);
}
.mtp-homepage .mtp-home-contact-cta .mtp-section-shell{
  text-align:center;
}
.mtp-homepage .mtp-home-contact-cta .mtp-eyebrow{
  color:#8af0b8;
}
.mtp-homepage .mtp-home-contact-cta h2{
  max-width:820px;
  margin:10px auto 14px;
  color:#fff;
  font-size:clamp(2.15rem,5vw,4.4rem);
  line-height:1.02;
  letter-spacing:-.055em;
}
.mtp-homepage .mtp-home-contact-cta p{
  max-width:700px;
  margin:0 auto;
  color:rgba(255,255,255,.76);
  font-size:1.02rem;
  line-height:1.75;
}
.mtp-homepage .mtp-home-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
  margin-top:30px;
}
.mtp-homepage .mtp-home-contact-cta .mtp-button-primary{
  background:var(--home-gold);
  border-color:var(--home-gold);
  color:#10251c;
}
.mtp-homepage .mtp-home-contact-cta .mtp-button-primary:hover{
  background:#ffdc74;
  border-color:#ffdc74;
  color:#10251c;
}
.mtp-homepage .mtp-home-contact-cta .mtp-button-outline{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.42);
}
.mtp-homepage .mtp-home-contact-cta .mtp-button-outline:hover{
  background:#fff;
  color:#052d20;
}
@media(max-width:1020px){
  .mtp-homepage .mtp-home-pricing-grid,
  .mtp-homepage .mtp-partner-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-layout{
    grid-template-columns:1fr;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-carousel{
    width:min(880px,100%);
  }
  .mtp-homepage .mtp-home-article-grid{
    grid-template-columns:1fr;
  }
  .mtp-homepage .mtp-home-article-card{
    grid-template-columns:220px minmax(0,1fr);
    grid-template-rows:auto;
  }
  .mtp-homepage .mtp-home-article-media{
    min-height:100%;
  }
  .mtp-homepage .mtp-home-article-card>div:last-child{
    padding:26px;
  }
}
@media(max-width:760px){
  .mtp-homepage .mtp-home-service-grid,
  .mtp-homepage .mtp-home-pricing-grid,
  .mtp-homepage .mtp-partner-logo-grid,
  .mtp-homepage .mtp-faq-section .mtp-faq-list{
    grid-template-columns:1fr;
  }
  .mtp-homepage .mtp-home-service-card,
  .mtp-homepage .mtp-home-price-card{
    min-height:0;
  }
  .mtp-homepage .mtp-home-article-card{
    grid-template-columns:1fr;
  }
  .mtp-homepage .mtp-home-article-media{
    min-height:145px;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-track{
    min-height:360px;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-card{
    grid-template-columns:1fr;
    padding:26px;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-avatar,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-card blockquote,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-card footer{
    grid-column:1;
    grid-row:auto;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit{
    padding:24px;
  }
  .mtp-homepage .mtp-home-contact-actions,
  .mtp-homepage .mtp-section-cta{
    display:grid;
  }
  .mtp-homepage .mtp-home-contact-actions .mtp-button,
  .mtp-homepage .mtp-section-cta .mtp-button{
    width:100%;
  }
}
@media(max-width:560px){
  .mtp-homepage .mtp-home-service-card,
  .mtp-homepage .mtp-home-price-card,
  .mtp-homepage .mtp-home-article-card>div:last-child,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-card,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit{
    padding:22px;
  }
  .mtp-homepage .mtp-partner-logo-grid article{
    min-height:118px;
  }
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-track{
    min-height:420px;
  }
  .mtp-homepage .mtp-home-contact-cta h2{
    font-size:clamp(2.2rem,12vw,3.2rem);
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-homepage .mtp-home-service-card::after,
  .mtp-homepage .mtp-home-price-card a,
  .mtp-homepage .mtp-partner-logo-grid article,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-card,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls>button,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-dots button,
  .mtp-homepage .mtp-button{
    transition:none!important;
  }
  .mtp-homepage .mtp-home-price-card a:hover,
  .mtp-homepage .mtp-partner-logo-grid article:hover,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-submit-button:hover,
  :is(.mtp-homepage,.about-us-page) .mtp-testimonial-controls>button:hover,
  .mtp-homepage .mtp-button:hover{
    transform:none!important;
  }
}

/* Global footer newsletter component - 2026-07-16 */
.site-footer .footer-newsletter{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
  gap:clamp(20px,4vw,38px);
  align-items:start;
  margin:0 0 46px;
  padding:clamp(24px,4vw,36px);
  border:1px solid rgba(255,255,255,.14);
  border-left:5px solid var(--public-yellow,#f6c343);
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  box-shadow:0 24px 70px rgba(0,0,0,.18);
  color:#fff;
}
.site-footer .footer-newsletter::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 8% 12%,rgba(246,195,67,.13),transparent 28%),radial-gradient(circle at 92% 85%,rgba(126,238,177,.12),transparent 30%);
}
.site-footer .footer-newsletter>*{
  position:relative;
  z-index:1;
}
.footer-newsletter__eyebrow{
  display:inline-flex;
  color:#8af0b8;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.1em;
  line-height:1.3;
  text-transform:uppercase;
}
.footer-newsletter__title{
  max-width:720px;
  margin:9px 0 12px;
  color:#fff;
  font-size:clamp(1.55rem,3vw,2.45rem);
  line-height:1.12;
  letter-spacing:-.035em;
}
.footer-newsletter__description{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.94rem;
  line-height:1.75;
}
.site-footer .footer-newsletter__form.newsletter-form{
  min-width:0;
  width:100%;
  display:grid;
  gap:10px;
}
.footer-newsletter__honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.footer-newsletter__field{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:0;
  align-items:stretch;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}
.footer-newsletter__field:focus-within{
  border-color:var(--public-yellow,#f6c343);
  box-shadow:0 0 0 4px rgba(246,195,67,.18);
}
.footer-newsletter__field input[type=email]{
  width:100%;
  min-height:52px;
  padding:0 15px;
  border:0;
  outline:0;
  background:#fff;
  color:#10251c;
  font:inherit;
  font-size:1rem;
}
.footer-newsletter__field input[type=email]::placeholder{
  color:#7a877f;
}
.footer-newsletter__field input[aria-invalid=true]{
  box-shadow:inset 4px 0 0 #b91c1c;
}
.footer-newsletter__button{
  min-width:128px;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-left:1px solid rgba(6,77,47,.12);
  background:var(--public-yellow,#f6c343);
  color:#10251c;
  font:inherit;
  font-size:.86rem;
  font-weight:950;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease,opacity .18s ease;
}
.footer-newsletter__button:hover,
.footer-newsletter__button:focus-visible{
  background:#ffdc74;
  outline:0;
}
.footer-newsletter__button:focus-visible{
  box-shadow:inset 0 0 0 3px #052d20;
}
.footer-newsletter__button:disabled{
  opacity:.82;
  cursor:wait;
}
.footer-newsletter__spinner{
  width:16px;
  height:16px;
  border:2px solid rgba(16,37,28,.28);
  border-top-color:#10251c;
  border-radius:50%;
  animation:mtpFooterNewsletterSpin .75s linear infinite;
}
@keyframes mtpFooterNewsletterSpin{
  to{transform:rotate(360deg)}
}
.footer-newsletter__consent{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin-top:4px;
  color:rgba(255,255,255,.78);
  font-size:.78rem;
  line-height:1.55;
}
.footer-newsletter__consent input{
  width:18px;
  height:18px;
  margin:2px 0 0;
  accent-color:var(--public-yellow,#f6c343);
}
.footer-newsletter__consent input:focus-visible{
  outline:3px solid var(--public-yellow,#f6c343);
  outline-offset:3px;
}
.footer-newsletter__privacy{
  margin:2px 0 0;
  color:rgba(255,255,255,.66);
  font-size:.74rem;
  line-height:1.55;
}
.footer-newsletter__privacy a{
  color:#fff;
  font-weight:900;
}
.footer-newsletter__privacy a:hover,
.footer-newsletter__privacy a:focus-visible{
  color:var(--public-yellow,#f6c343);
}
.footer-newsletter__field-error{
  min-height:18px;
  margin:0;
  color:#ffd1d1;
  font-size:.73rem;
  font-weight:800;
  line-height:1.45;
}
.footer-newsletter__message{
  min-height:42px;
  margin:2px 0 0;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.82);
  font-size:.78rem;
  font-weight:800;
  line-height:1.5;
}
.footer-newsletter__message--success{
  border-color:rgba(126,238,177,.42);
  background:rgba(126,238,177,.12);
  color:#d9fbe8;
}
.footer-newsletter__message--error{
  border-color:rgba(255,168,168,.48);
  background:rgba(185,28,28,.16);
  color:#ffe3e3;
}
.footer-newsletter__message--warning{
  border-color:rgba(246,195,67,.5);
  background:rgba(246,195,67,.14);
  color:#fff2be;
}
.footer-newsletter__message--info{
  border-color:rgba(147,197,253,.38);
  background:rgba(59,130,246,.14);
  color:#dbeafe;
}
@media(max-width:920px){
  .site-footer .footer-newsletter{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .site-footer .footer-newsletter{
    margin-bottom:34px;
    padding:22px 18px;
    border-left-width:0;
    border-top:5px solid var(--public-yellow,#f6c343);
  }
  .footer-newsletter__field{
    grid-template-columns:1fr;
  }
  .footer-newsletter__button{
    width:100%;
    border-left:0;
    border-top:1px solid rgba(6,77,47,.12);
  }
}
@media(prefers-reduced-motion:reduce){
  .footer-newsletter__button{
    transition:none;
  }
  .footer-newsletter__spinner{
    animation-duration:1.5s;
  }
}

/* Global public footer CSS/JS repair - 2026-07-17 */
.site-footer.premium-footer{
  position:relative!important;
  isolation:isolate;
  overflow:hidden!important;
  padding:clamp(44px,6vw,66px) clamp(16px,5vw,64px) max(24px,env(safe-area-inset-bottom))!important;
  background:linear-gradient(180deg,#042118 0%,#03140f 100%)!important;
  color:#fff!important;
}
.site-footer.premium-footer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 8% 0%,rgba(246,195,67,.08),transparent 28%),radial-gradient(circle at 92% 18%,rgba(126,238,177,.07),transparent 34%);
}
.site-footer__inner.footer-inner{
  width:min(1180px,100%)!important;
  margin-inline:auto!important;
}
.site-footer .footer-newsletter{
  margin-bottom:clamp(30px,4vw,42px)!important;
  padding:clamp(22px,3vw,32px)!important;
  border-color:rgba(255,255,255,.14)!important;
  border-left:4px solid var(--public-yellow,#f6c343)!important;
  border-radius:0!important;
  background:rgba(255,255,255,.065)!important;
  box-shadow:none!important;
}
.site-footer__grid.footer-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(142px,.7fr)) minmax(230px,1fr)!important;
  gap:clamp(18px,2.6vw,30px)!important;
  align-items:start!important;
}
.site-footer ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.site-footer__brand.footer-brand{
  min-width:0!important;
  display:grid!important;
  gap:12px!important;
  align-content:start!important;
}
.site-footer .footer-logo{
  min-width:0!important;
  color:#fff!important;
  text-decoration:none!important;
}
.site-footer .footer-logo span{
  min-width:0;
  overflow-wrap:anywhere;
  color:#fff!important;
  font-size:.98rem;
  font-weight:950;
  line-height:1.2;
}
.site-footer__brand>strong{
  color:#8beeb6!important;
  font-size:.94rem;
  line-height:1.35;
}
.site-footer__brand>p{
  max-width:36rem;
  margin:0!important;
  color:rgba(255,255,255,.75)!important;
  font-size:.88rem;
  line-height:1.68;
}
.site-footer__notice{
  margin:2px 0 0!important;
  padding:14px 15px!important;
  border:1px solid rgba(246,195,67,.28)!important;
  border-left:4px solid var(--public-yellow,#f6c343)!important;
  border-radius:0!important;
  background:rgba(255,255,255,.06)!important;
  color:rgba(255,255,255,.78)!important;
}
.site-footer__notice h3{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:.82rem!important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-footer__notice p{
  margin:0 0 8px!important;
  color:rgba(255,255,255,.76)!important;
  font-size:.82rem;
  line-height:1.65;
}
.site-footer__notice a{
  color:#ffd66d!important;
  font-weight:950!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
.site-footer__social.footer-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin-top:4px!important;
}
.site-footer__social a{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}
.site-footer__social a:hover,
.site-footer__social a:focus-visible{
  transform:translateY(-1px);
  border-color:#ffd66d!important;
  background:#fff8df!important;
  outline:3px solid rgba(255,214,109,.24)!important;
  outline-offset:2px!important;
}
.site-footer__social img{
  width:22px!important;
  height:22px!important;
  display:block!important;
  object-fit:contain!important;
}
.site-footer__links.footer-links,
.site-footer__contact.footer-contact{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:0!important;
}
.site-footer__heading{
  margin:0 0 10px!important;
}
.site-footer__accordion{
  width:100%;
  min-height:32px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:.88rem;
  font-weight:950;
  line-height:1.3;
  text-align:left;
}
.site-footer__accordion:disabled{
  cursor:default;
}
.site-footer__accordion svg{
  width:18px;
  height:18px;
  display:none;
  flex:none;
  transition:transform .18s ease;
}
.site-footer__accordion[aria-expanded=false] svg{
  transform:rotate(-90deg);
}
.site-footer__panel[hidden]{
  display:none!important;
}
.site-footer__panel ul{
  display:grid;
  gap:8px;
}
.site-footer .footer-links a,
.site-footer .contact-item{
  min-width:0!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  color:rgba(255,255,255,.76)!important;
  font-size:.85rem!important;
  line-height:1.45!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
}
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible,
.site-footer .contact-item:hover,
.site-footer .contact-item:focus-visible,
.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus-visible{
  color:#ffd66d!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  outline:0!important;
}
.site-footer__contact-list{
  display:grid!important;
  gap:8px!important;
}
.site-footer .contact-item{
  align-items:flex-start!important;
  gap:9px!important;
}
.site-footer .contact-item svg{
  width:17px!important;
  height:17px!important;
  margin-top:2px!important;
  color:#8beeb6!important;
  flex:none!important;
}
.site-footer__hours{
  margin:10px 0 0!important;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.7)!important;
  font-size:.82rem!important;
  line-height:1.6!important;
}
.site-footer__bottom.footer-bottom{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-top:clamp(30px,4vw,42px)!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  color:rgba(255,255,255,.7)!important;
  text-align:left!important;
}
.site-footer .footer-bottom-legal{
  min-width:0;
  display:grid!important;
  gap:9px!important;
  align-items:start!important;
}
.site-footer .footer-bottom-legal p{
  margin:0!important;
  color:rgba(255,255,255,.74)!important;
  font-size:.82rem;
  line-height:1.45;
}
.site-footer .footer-legal-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 16px!important;
  justify-content:flex-start!important;
}
.site-footer .footer-legal-links a,
.site-footer .mtp-footer-cookie-settings{
  min-height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.8rem!important;
  text-decoration:none!important;
}
.site-footer .back-top{
  flex:none!important;
  min-height:42px!important;
  padding:9px 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:.82rem!important;
  font-weight:900!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease,background .18s ease,border-color .18s ease!important;
}
.site-footer .back-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.site-footer .back-top:hover,
.site-footer .back-top:focus-visible{
  border-color:#ffd66d!important;
  background:rgba(255,214,109,.16)!important;
  outline:3px solid rgba(255,214,109,.24)!important;
  outline-offset:2px!important;
}
.site-footer .back-top svg{
  width:16px!important;
  height:16px!important;
  margin:0!important;
}
@media(max-width:1120px){
  .site-footer__grid.footer-grid{
    grid-template-columns:minmax(260px,1.2fr) repeat(2,minmax(180px,1fr))!important;
  }
}
@media(max-width:780px){
  .site-footer.premium-footer{
    padding-inline:clamp(14px,5vw,24px)!important;
  }
  .site-footer__grid.footer-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .site-footer__brand.footer-brand{
    margin-bottom:18px;
  }
  .site-footer__links.footer-links,
  .site-footer__contact.footer-contact{
    border-top:1px solid rgba(255,255,255,.13);
  }
  .site-footer__heading{
    margin:0!important;
  }
  .site-footer__accordion{
    min-height:52px;
    cursor:pointer;
  }
  .site-footer__accordion:disabled{
    cursor:pointer;
  }
  .site-footer__accordion svg{
    display:block;
  }
  .site-footer__panel{
    padding:0 0 16px;
  }
  .site-footer__panel ul{
    gap:4px;
  }
  .site-footer .footer-links a,
  .site-footer .contact-item{
    min-height:40px!important;
  }
  .site-footer__bottom.footer-bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
    text-align:left!important;
    padding-bottom:72px!important;
  }
  .site-footer .footer-bottom-legal{
    align-items:start!important;
    text-align:left!important;
  }
  .site-footer .footer-legal-links{
    justify-content:flex-start!important;
  }
  .site-footer .back-top{
    align-self:flex-start!important;
  }
}
@media(max-width:560px){
  .site-footer .footer-newsletter{
    border-left:1px solid rgba(255,255,255,.14)!important;
    border-top:4px solid var(--public-yellow,#f6c343)!important;
  }
  .site-footer .footer-newsletter__field{
    grid-template-columns:1fr!important;
  }
  .site-footer .footer-newsletter__button{
    width:100%!important;
    border-left:0!important;
    border-top:1px solid rgba(6,77,47,.12)!important;
  }
  .site-footer__notice{
    padding:13px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .site-footer__accordion svg,
  .site-footer .back-top,
  .site-footer__social a{
    transition:none!important;
  }
}

/* Other Services global public-page standardisation - 2026-07-16 */
.other-services-page{
  --other-green:#064d2f;
  --other-green-2:#087148;
  --other-ink:#10261c;
  --other-muted:#66756d;
  --other-line:#dfe9e2;
  --other-yellow:#f6c343;
  --other-soft:#f7faf8;
  background:var(--other-soft);
  color:var(--other-ink);
}
.other-services-page .cm-container{
  width:min(1160px,calc(100% - 40px));
  margin-inline:auto;
}
.other-services-page .cm-main{
  background:var(--other-soft);
  color:var(--other-ink);
  padding-bottom:72px;
}
.other-services-page .cm-hero.other-services-hero{
  position:relative;
  isolation:isolate;
  padding:0!important;
  overflow:hidden;
  background:linear-gradient(120deg,#052a1e,#087148)!important;
  color:#fff;
  text-align:left!important;
}
.other-services-page .cm-hero-grid{
  min-height:500px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:40px;
  padding-block:clamp(64px,8vw,92px);
}
.other-services-page .cm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 82% 12%,rgba(246,195,67,.15),transparent 26%),radial-gradient(circle at 12% 85%,rgba(126,238,177,.13),transparent 30%);
  pointer-events:none;
}
.other-services-page .other-services-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:.78rem;
  font-weight:800;
}
.other-services-page .other-services-breadcrumb a{
  color:#fff;
  text-decoration:none;
}
.other-services-page .other-services-breadcrumb a:hover,
.other-services-page .other-services-breadcrumb a:focus-visible{
  color:var(--other-yellow);
  text-decoration:underline;
}
.other-services-page .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#f6c343;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.35;
  text-transform:uppercase;
}
.other-services-page .cm-kicker svg{
  width:16px;
  height:16px;
}
.other-services-page .cm-hero h1{
  max-width:780px;
  margin:18px 0;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:1.01;
  letter-spacing:-.06em;
}
.other-services-page .cm-hero h1 em{
  color:var(--other-yellow);
  font-style:normal;
}
.other-services-page .cm-hero p{
  max-width:620px;
  margin:0;
  color:#d7e9de;
  font-size:16px;
  line-height:1.8;
}
.other-services-page .cm-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin:28px 0 0;
}
.other-services-page .cm-btn{
  min-height:48px;
  padding:13px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid transparent;
  border-radius:8px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.other-services-page .cm-btn:hover,
.other-services-page .cm-btn:focus-visible{
  transform:translateY(-2px);
  outline:0;
}
.other-services-page .cm-btn-primary{
  background:var(--other-yellow);
  border-color:var(--other-yellow);
  color:#1d301f;
}
.other-services-page .cm-btn-primary:hover,
.other-services-page .cm-btn-primary:focus-visible{
  background:#ffd86e;
  border-color:#ffd86e;
  color:#1d301f;
}
.other-services-page .cm-btn-ghost{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.4);
  color:#fff;
}
.other-services-page .cm-btn-ghost:hover,
.other-services-page .cm-btn-ghost:focus-visible{
  background:#fff;
  border-color:#fff;
  color:var(--other-green);
}
.other-services-page .cm-btn-ghost-dark{
  background:#fff;
  border-color:#cfe0d6;
  color:var(--other-green);
}
.other-services-page .cm-btn-ghost-dark:hover,
.other-services-page .cm-btn-ghost-dark:focus-visible{
  background:#0f251c;
  border-color:#0f251c;
  color:#fff;
}
.other-services-page .cm-hero-art{
  height:390px;
  position:relative;
  display:grid;
  place-items:center;
}
.other-services-page .cm-orbit{
  position:absolute;
  border:1px solid rgba(185,228,197,.27);
  border-radius:50%;
  transform:rotate(-26deg);
}
.other-services-page .cm-orbit-one{
  width:350px;
  height:170px;
}
.other-services-page .cm-orbit-two{
  width:390px;
  height:280px;
  transform:rotate(50deg);
}
.other-services-page .cm-doc{
  position:relative;
  width:205px;
  height:270px;
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:13px;
  border-radius:13px;
  background:#fff;
  color:var(--other-green);
  box-shadow:20px 24px 0 rgba(1,34,24,.27);
  transform:rotate(6deg);
}
.other-services-page .cm-doc-lock{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#e9f5ed;
}
.other-services-page .cm-doc-lock svg{
  width:25px;
  height:25px;
}
.other-services-page .cm-doc-line{
  height:7px;
  width:80%;
  border-radius:10px;
  background:#dcece0;
}
.other-services-page .cm-doc-line.long{
  width:100%;
  margin-top:auto;
}
.other-services-page .cm-doc-line.short{
  width:55%;
}
.other-services-page .cm-doc b{
  margin-top:auto;
  font-size:15px;
  letter-spacing:.08em;
}
.other-services-page .cm-float{
  position:absolute;
  display:flex;
  align-items:center;
  gap:7px;
  padding:11px 14px;
  border-radius:10px;
  background:#fff;
  color:var(--other-green);
  box-shadow:0 12px 28px rgba(1,34,24,.2);
  font-size:12px;
  font-weight:900;
}
.other-services-page .cm-float svg{
  width:17px;
  height:17px;
}
.other-services-page .cm-float-check{
  top:42px;
  right:25px;
}
.other-services-page .cm-float-shield{
  bottom:46px;
  left:20px;
  padding:17px;
  background:var(--other-yellow);
}
.other-services-page .cm-float-shield svg{
  width:23px;
  height:23px;
}
.other-services-intro,
.other-featured-section,
.other-services-section,
.other-process-section,
.other-related-section,
.other-faq-section{
  padding-top:clamp(70px,8vw,96px);
}
.other-services-intro-grid,
.other-trust-grid,
.other-strategic-ctas{
  display:grid;
  gap:22px;
}
.other-services-intro-grid{
  grid-template-columns:1.05fr .95fr;
  align-items:stretch;
}
.other-services-intro-card,
.other-services-intro-note,
.other-featured-card,
.other-service-card,
.other-trust-list span,
.other-related-grid a,
.other-strategic-ctas article{
  border:1px solid var(--other-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 36px rgba(5,45,30,.055);
}
.other-services-intro-card,
.other-services-intro-note{
  padding:clamp(24px,4vw,36px);
}
.other-services-intro-card h2,
.other-trust-copy h2,
.other-strategic-ctas h2,
.other-faq-section h2{
  margin:8px 0 12px;
  color:var(--other-ink);
  font-size:clamp(1.9rem,4vw,3.1rem);
  line-height:1.1;
  letter-spacing:-.04em;
}
.other-services-intro-card p,
.other-services-intro-note p,
.other-trust-copy p,
.other-strategic-ctas p,
.other-faq-section p{
  color:var(--other-muted);
  line-height:1.75;
}
.other-services-intro-note{
  border-left:5px solid var(--other-yellow);
}
.other-services-intro-note>i,
.other-featured-card>i,
.other-related-grid i{
  width:46px;
  height:46px;
  padding:11px;
  border-radius:12px;
  background:#eaf5ed;
  color:var(--other-green);
}
.other-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.other-inline-actions a,
.other-inline-actions button,
.other-directory-status button,
.other-card-actions a,
.other-card-actions button,
.other-featured-card a,
.other-services-empty a{
  min-height:40px;
  padding:9px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--other-green);
  border-radius:8px;
  background:var(--other-green);
  color:#fff;
  font:inherit;
  font-size:.78rem;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.other-inline-actions button,
.other-directory-status button,
.other-card-actions button,
.other-card-actions a:nth-child(2),
.other-featured-card a,
.other-services-empty a{
  background:#fff;
  color:var(--other-green);
}
.other-inline-actions a:hover,
.other-inline-actions button:hover,
.other-directory-status button:hover,
.other-card-actions a:hover,
.other-card-actions button:hover,
.other-featured-card a:hover,
.other-services-empty a:hover,
.other-inline-actions a:focus-visible,
.other-inline-actions button:focus-visible,
.other-directory-status button:focus-visible,
.other-card-actions a:focus-visible,
.other-card-actions button:focus-visible,
.other-featured-card a:focus-visible,
.other-services-empty a:focus-visible{
  background:#0f251c;
  border-color:#0f251c;
  color:#fff;
  outline:0;
}
.other-services-page .cm-section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.other-services-page .cm-section-heading h2{
  margin:5px 0 0;
  color:var(--other-ink);
  font-size:clamp(26px,3vw,38px);
  line-height:1.14;
  letter-spacing:-.04em;
}
.other-services-page .cm-section-note{
  color:var(--other-muted);
  font-size:.78rem;
  font-weight:800;
}
.other-services-page .cm-text-link{
  color:var(--other-green);
  font-size:.78rem;
  font-weight:950;
  text-decoration:none;
}
.other-services-page .cm-text-link:hover,
.other-services-page .cm-text-link:focus-visible{
  text-decoration:underline;
}
.other-featured-grid,
.other-services-grid,
.other-related-grid{
  display:grid;
  gap:18px;
}
.other-featured-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.other-featured-card{
  padding:24px;
  display:flex;
  flex-direction:column;
}
.other-featured-card span,
.other-service-card>span,
.other-related-grid span{
  display:inline-flex;
  margin-top:18px;
  color:var(--other-green);
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.other-featured-card h3,
.other-service-card h3{
  margin:9px 0;
  color:var(--other-ink);
  font-size:1.06rem;
  line-height:1.3;
}
.other-featured-card p,
.other-service-card p{
  margin:0;
  color:var(--other-muted);
  font-size:.88rem;
  line-height:1.7;
}
.other-featured-card a{
  width:max-content;
  margin-top:auto;
  padding-top:10px;
}
.other-services-tools{
  grid-template-columns:1fr!important;
  align-items:stretch!important;
  margin-bottom:26px!important;
}
.other-filter-stack{
  display:grid;
  gap:12px;
}
.other-services-page .mtp-filter-pills{
  justify-content:flex-start;
}
.other-services-page .mtp-filter-pills>span{
  align-self:center;
  color:var(--other-ink);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.other-directory-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.other-directory-status .mtp-result-count{
  margin:0;
  color:var(--other-muted);
  font-size:.82rem;
  font-weight:850;
}
.other-services-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.other-service-card{
  min-height:100%;
  padding:24px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.other-service-card::after{
  content:"";
  position:absolute;
  right:-48px;
  top:-48px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(8,113,72,.07);
}
.other-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e3f5ea;
  color:var(--other-green);
}
.other-icon svg{
  width:22px;
  height:22px;
}
.other-icon.purple,
.purple{
  color:#7e22ce;
  background:#f3e8ff;
}
.other-icon.amber,
.amber{
  color:#b45309;
  background:#fff1de;
}
.other-icon.blue,
.blue{
  color:#2563eb;
  background:#dbeafe;
}
.other-icon.cyan,
.cyan{
  color:#087d8f;
  background:#e0f7fa;
}
.other-service-card ul{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:0;
  margin:18px 0 0;
  list-style:none;
}
.other-service-card li{
  padding:5px 8px;
  border:1px solid #dbe8e0;
  border-radius:999px;
  background:#f7fbf8;
  color:#46564e;
  font-size:.68rem;
  font-weight:850;
}
.other-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:auto;
  padding-top:20px;
}
.other-services-empty{
  margin-top:22px;
  padding:24px;
  border:1px dashed #cbdacf;
  border-radius:14px;
  background:#fff;
  color:var(--other-muted);
  text-align:center;
}
.other-services-empty[hidden]{
  display:none;
}
.other-services-empty i{
  width:36px;
  height:36px;
  color:var(--other-green);
}
.other-services-empty strong{
  display:block;
  margin-top:8px;
  color:var(--other-ink);
}
.other-services-empty a{
  width:max-content;
  margin:12px auto 0;
}
.other-process-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.other-process-grid article{
  min-height:210px;
}
.other-trust-section{
  margin-top:clamp(70px,8vw,96px);
  padding:clamp(70px,8vw,96px) 0;
  background:#0b241a;
  color:#fff;
}
.other-trust-grid{
  grid-template-columns:.85fr 1.15fr;
  align-items:start;
}
.other-trust-copy h2{
  color:#fff;
}
.other-trust-copy p{
  color:rgba(255,255,255,.72);
}
.other-trust-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.other-trust-list span{
  min-height:160px;
  padding:22px;
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.13);
  color:#fff;
}
.other-trust-list i{
  width:34px;
  height:34px;
  margin-bottom:20px;
  color:#82edb2;
}
.other-trust-list strong,
.other-trust-list small{
  display:block;
}
.other-trust-list small{
  margin-top:6px;
  color:rgba(255,255,255,.68);
  line-height:1.6;
}
.other-related-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.other-related-grid a{
  min-height:190px;
  padding:22px;
  color:var(--other-green);
  text-decoration:none;
}
.other-related-grid strong{
  display:block;
  margin-top:8px;
  color:var(--other-ink);
  font-size:.94rem;
  line-height:1.55;
}
.other-related-grid a:hover,
.other-related-grid a:focus-visible{
  border-color:#b8dac6;
  box-shadow:0 20px 50px rgba(5,45,30,.08);
  outline:0;
  transform:translateY(-2px);
}
.other-strategic-ctas{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:clamp(70px,8vw,96px);
}
.other-strategic-ctas article{
  padding:26px;
}
.other-strategic-ctas .cm-actions{
  margin-top:20px;
}
.other-faq-section .cm-faq-section{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:60px;
}
.other-faq-section .cm-faq details{
  padding:18px 0;
  border-bottom:1px solid var(--other-line);
  background:transparent;
}
.other-faq-section .cm-faq summary{
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:var(--other-ink);
  cursor:pointer;
  font-size:.93rem;
  font-weight:900;
  list-style:none;
}
.other-faq-section .cm-faq summary::-webkit-details-marker{
  display:none;
}
.other-faq-section .cm-faq summary svg{
  width:18px;
  height:18px;
  flex:none;
  color:var(--other-green);
  transition:transform .18s ease;
}
.other-faq-section .cm-faq details[open] summary svg{
  transform:rotate(45deg);
}
.other-faq-section .cm-faq p{
  margin:12px 0 0;
  color:var(--other-muted);
  font-size:.84rem;
  line-height:1.7;
}
@media(max-width:1080px){
  .other-featured-grid,
  .other-related-grid,
  .other-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .other-services-grid,
  .other-strategic-ctas{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:800px){
  .other-services-page .cm-hero-grid,
  .other-services-intro-grid,
  .other-trust-grid,
  .other-faq-section .cm-faq-section{
    grid-template-columns:1fr;
  }
  .other-services-page .cm-hero-grid{
    padding-block:55px;
  }
  .other-services-page .cm-hero-art{
    height:290px;
  }
  .other-services-page .cm-hero-copy{
    text-align:center;
  }
  .other-services-page .cm-hero p,
  .other-services-page .cm-hero h1{
    margin-inline:auto;
  }
  .other-services-page .cm-actions,
  .other-services-page .other-services-breadcrumb{
    justify-content:center;
  }
  .other-services-grid,
  .other-strategic-ctas,
  .other-trust-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .other-services-page .cm-container{
    width:min(100% - 28px,1160px);
  }
  .other-services-page .cm-hero h1{
    font-size:47px;
  }
  .other-services-page .cm-hero-art{
    margin:-20px;
    transform:scale(.82);
  }
  .other-services-page .cm-actions,
  .other-card-actions,
  .other-inline-actions{
    display:grid;
  }
  .other-services-page .cm-actions>*,
  .other-card-actions>*,
  .other-inline-actions>*{
    width:100%;
  }
  .other-featured-grid,
  .other-process-grid,
  .other-related-grid{
    grid-template-columns:1fr;
  }
  .other-services-page .cm-section-heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .other-services-tools{
    padding:14px!important;
  }
  .other-services-page .mtp-filter-pills{
    justify-content:flex-start;
  }
  .other-service-card,
  .other-featured-card,
  .other-strategic-ctas article{
    padding:22px;
  }
}
@media(prefers-reduced-motion:reduce){
  .other-services-page .cm-btn,
  .other-related-grid a,
  .other-faq-section .cm-faq summary svg{
    transition:none!important;
  }
  .other-services-page .cm-btn:hover,
  .other-related-grid a:hover{
    transform:none!important;
  }
}

/* Contact page standardisation - 2026-07-16
   Scoped Contact-only layer using the shared public hero, card, form and FAQ system. */
body.mtp-contact-page{
  --contact-green:#064d2f;
  --contact-gold:#f6c343;
  --contact-ink:#10261c;
  --contact-muted:#64746b;
  --contact-line:#dfe9e2;
  --contact-soft:#f7faf8;
  background:var(--contact-soft)!important;
}

.mtp-contact-page .contact-breadcrumb{margin:0 0 16px;font-size:12px;font-weight:900}
.mtp-contact-page .contact-breadcrumb ol{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.mtp-contact-page .contact-breadcrumb li{display:flex;align-items:center;gap:9px;color:#d7e9de}
.mtp-contact-page .contact-breadcrumb li+li::before{content:"/";color:rgba(255,255,255,.45)}
.mtp-contact-page .contact-breadcrumb a{color:#fff;text-decoration:none}
.mtp-contact-page .contact-breadcrumb a:hover,.mtp-contact-page .contact-breadcrumb a:focus-visible{color:var(--contact-gold)}

.mtp-contact-page .contact-method-section,.mtp-contact-page .contact-workflow-section{padding:clamp(58px,8vw,96px) clamp(18px,4vw,48px)}
.mtp-contact-page .contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.mtp-contact-page .contact-method-card{min-width:0;min-height:235px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:24px;border:1px solid var(--contact-line);border-radius:14px;background:#fff;color:var(--contact-ink);text-align:left;text-decoration:none;box-shadow:0 13px 38px rgba(5,45,30,.045);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.mtp-contact-page button.contact-method-card{font:inherit}
.mtp-contact-page .contact-method-card:hover,.mtp-contact-page .contact-method-card:focus-visible{border-color:#aad9bd;box-shadow:0 18px 42px rgba(5,45,30,.08);transform:translateY(-3px)}
.mtp-contact-page .contact-method-card>svg{width:34px;height:34px;padding:8px;border-radius:12px;background:#eaf5ed;color:var(--contact-green)}
.mtp-contact-page .contact-method-card>span,.mtp-contact-page .contact-guidance-card span{color:var(--contact-green);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mtp-contact-page .contact-method-card h3{margin:2px 0 0;color:var(--contact-ink);font-size:20px;letter-spacing:-.02em}
.mtp-contact-page .contact-method-card p{margin:0;color:var(--contact-ink);line-height:1.5;overflow-wrap:anywhere}
.mtp-contact-page .contact-method-card small{margin-top:auto;color:var(--contact-muted);line-height:1.55}

.mtp-contact-page .contact-workflow-grid{align-items:start}
.mtp-contact-page .contact-guidance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.mtp-contact-page .contact-guidance-card{min-width:0;padding:20px;border:1px solid var(--contact-line);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(5,45,30,.04)}
.mtp-contact-page .contact-guidance-card svg{width:28px;height:28px;color:var(--contact-green);margin-bottom:12px}
.mtp-contact-page .contact-guidance-card h3{margin:0 0 8px;color:var(--contact-ink);font-size:16px}
.mtp-contact-page .contact-guidance-card p{margin:0;color:var(--contact-muted);font-size:13px;line-height:1.65}
.mtp-contact-page .contact-security-notice{border-color:#f1d678;background:#fff9df}
.mtp-contact-page .contact-notice-actions,.mtp-contact-page .contact-final-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}

.mtp-contact-page .contact-form-grid,.mtp-contact-page .contact-conditional-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.mtp-contact-page .contact-field-wide{grid-column:1/-1}
.mtp-contact-page .contact-conditional-grid{margin-top:0;padding:16px;border:1px solid #e1ece5;border-radius:12px;background:#f8fcfa}
.mtp-contact-page .contact-conditional-grid[hidden]{display:none!important}
.mtp-contact-page .contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.mtp-contact-page .contact-field-label small,.mtp-contact-page .contact-character-count{color:#6b7a72;font-size:12px;font-weight:750}
.mtp-contact-page .contact-field-label em{color:#8a6a00;font-size:11px}
.mtp-contact-page .contact-field-error{color:#b42318!important;font-size:12px!important;font-weight:800!important}
.mtp-contact-page .contact-form [aria-invalid="true"]{border-color:#d92d20!important;box-shadow:0 0 0 3px rgba(217,45,32,.12)!important}
.mtp-contact-page .contact-error-summary,.mtp-contact-page .contact-form-status{padding:13px 15px;border-radius:12px;font-size:13px;font-weight:850;line-height:1.55}
.mtp-contact-page .contact-error-summary{border:1px solid #fecaca;background:#fff1f1;color:#991b1b}
.mtp-contact-page .contact-form-status{border:1px solid #bde9cc;background:#ecfdf3;color:#065f46}
.mtp-contact-page .contact-form-status[data-type="error"]{border-color:#fecaca;background:#fff1f1;color:#991b1b}
.mtp-contact-page .contact-submit-button{position:relative;min-height:50px}
.mtp-contact-page .contact-submit-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:contactSpin .8s linear infinite}
@keyframes contactSpin{to{transform:rotate(360deg)}}

.mtp-contact-page .contact-office-section{margin-top:0}
.mtp-contact-page .contact-office-section .mtp-text-link{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:var(--contact-green);font-weight:900;text-decoration:none}
.mtp-contact-page .contact-final-cta{margin:clamp(54px,8vw,88px) auto;padding:0 clamp(18px,4vw,48px)}
.mtp-contact-page .contact-final-cta .mtp-section-shell{padding:clamp(30px,5vw,48px);border-radius:16px;background:linear-gradient(120deg,#052a1e,#087148);color:#fff}
.mtp-contact-page .contact-final-cta h2{max-width:820px;margin:10px 0;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1.08;letter-spacing:-.04em}
.mtp-contact-page .contact-final-cta p{max-width:720px;margin:0;color:#d7e9de;line-height:1.75}
.mtp-contact-page .contact-final-cta .mtp-button-primary{background:var(--contact-gold);color:#1d301f}
.mtp-contact-page .contact-final-cta .mtp-button-secondary{border:1px solid rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.07)}

@media(max-width:980px){
  .mtp-contact-page .contact-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mtp-contact-page .contact-guidance-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .mtp-contact-page .contact-method-section,.mtp-contact-page .contact-workflow-section{padding-inline:14px}
  .mtp-contact-page .contact-method-grid,.mtp-contact-page .contact-form-grid,.mtp-contact-page .contact-conditional-grid{grid-template-columns:1fr}
  .mtp-contact-page .contact-method-card{min-height:0;padding:20px}
  .mtp-contact-page .contact-notice-actions,.mtp-contact-page .contact-final-actions,.mtp-contact-page .premium-contact-hero-actions{display:grid!important}
  .mtp-contact-page .contact-notice-actions>*,.mtp-contact-page .contact-final-actions>*,.mtp-contact-page .premium-contact-hero-actions>*{width:100%}
  .mtp-contact-page .contact-final-cta{padding-inline:14px}
  .mtp-contact-page .contact-final-cta .mtp-section-shell{padding:28px 20px}
}
@media(prefers-reduced-motion:reduce){
  .mtp-contact-page .contact-submit-spinner{animation:none}
  .mtp-contact-page .contact-method-card{transition:none}
  .mtp-contact-page .contact-method-card:hover{transform:none}
}

/* Shared public authentication modal upgrade - 2026-07-16 */
.mtp-auth-modal[data-auth-modal]{
  z-index:10080!important;
  align-items:center;
  justify-items:center;
  padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-backdrop{
  background:rgba(3,20,15,.72);
  backdrop-filter:blur(8px);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-card{
  width:min(480px,100%);
  max-height:min(720px,calc(100dvh - 32px));
  overflow:auto;
  border:1px solid #dce8df;
  border-top:4px solid var(--public-green);
  border-radius:18px;
  background:#fff;
  box-shadow:0 34px 90px rgba(3,20,15,.34),0 8px 24px rgba(3,20,15,.14);
  outline:0;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-card:focus-visible,
.mtp-auth-modal[data-auth-modal] button:focus-visible,
.mtp-auth-modal[data-auth-modal] input:focus-visible,
.mtp-auth-modal[data-auth-modal] textarea:focus-visible{
  outline:0;
  box-shadow:0 0 0 3px rgba(7,132,63,.18);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-content{
  padding:clamp(24px,4vw,38px);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close{
  border-radius:10px;
  font-size:1.25rem;
  line-height:1;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header img{
  width:58px;
  height:58px;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header h1{
  color:#07140f;
  font-weight:950;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field input,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field textarea{
  border-radius:10px;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary,
.mtp-auth-modal[data-auth-modal] .mtp-auth-secondary,
.mtp-auth-modal[data-auth-modal] .mtp-google-button{
  min-height:52px;
  border-radius:10px;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary[aria-busy="true"]{
  gap:10px;
}
.mtp-auth-spinner{
  display:inline-block;
  width:17px;
  height:17px;
  border:2px solid rgba(255,255,255,.46);
  border-top-color:#fff;
  border-radius:50%;
  animation:mtpAuthSpin .75s linear infinite;
}
@keyframes mtpAuthSpin{to{transform:rotate(360deg)}}
@media(max-width:600px){
  .mtp-auth-modal[data-auth-modal]{
    align-items:stretch;
    padding:0;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-card{
    width:100%;
    min-height:100dvh;
    max-height:100dvh;
    border:0;
    border-radius:0;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{
    padding:28px 18px calc(24px + env(safe-area-inset-bottom));
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-auth-spinner{animation:none}
}

/* Authoritative Compliance Regulations navigation dropdown standardisation layer */
#header .site-navigation .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
}
#header .site-navigation .mega-menu--services{
  width:min(940px,calc(100vw - 32px))!important;
  max-height:calc(100dvh - var(--mtp-public-nav-height,82px) - 24px)!important;
  display:grid!important;
  grid-template-columns:minmax(180px,.62fr) minmax(0,2fr)!important;
  gap:16px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  align-items:start!important;
}
#header .site-navigation .mega-trigger > span[aria-hidden="true"]{
  display:inline-block!important;
  transition:transform .18s ease!important;
}
#header .site-navigation .mega-trigger[aria-expanded="true"] > span[aria-hidden="true"]{
  transform:rotate(180deg)!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary{
  align-content:start!important;
  padding:6px!important;
  border:1px solid #e2ece6!important;
  border-radius:10px!important;
  background:#f8fbf9!important;
}
#header .site-navigation .compliance-nav{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(185px,.86fr) minmax(0,1.2fr) minmax(0,1fr)!important;
  gap:14px!important;
}
#header .site-navigation .compliance-nav__overview,
#header .site-navigation .compliance-nav__group{
  min-width:0!important;
  padding:12px!important;
  border:1px solid #dce8df!important;
  border-radius:10px!important;
  background:#fff!important;
}
#header .site-navigation .compliance-nav__overview{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  background:linear-gradient(180deg,#f5fbf7,#fff)!important;
}
#header .site-navigation .compliance-nav__overview h3{
  margin:8px 0!important;
  font-size:1.02rem!important;
  line-height:1.18!important;
}
#header .site-navigation .compliance-nav__overview h3 a{
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
  color:#0a2118!important;
  font-size:inherit!important;
}
#header .site-navigation .compliance-nav__overview p{
  margin:0 0 14px!important;
  color:#66756d!important;
  font-size:.78rem!important;
  line-height:1.55!important;
}
#header .site-navigation .compliance-nav__eyebrow,
#header .site-navigation .compliance-nav__heading{
  display:block!important;
  margin:0 0 9px!important;
  color:#067044!important;
  font-size:.68rem!important;
  font-weight:950!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
#header .site-navigation .compliance-nav__cta{
  min-height:38px!important;
  padding:9px 11px!important;
  justify-content:center!important;
  border:1px solid #064d2f!important;
  border-radius:7px!important;
  background:#064d2f!important;
  color:#fff!important;
  font-size:.75rem!important;
}
#header .site-navigation .compliance-nav__list{
  display:grid!important;
  gap:7px!important;
}
#header .site-navigation .compliance-nav a.compliance-nav-item,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item{
  min-height:58px!important;
  width:100%!important;
  padding:9px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
  justify-content:start!important;
  border:1px solid transparent!important;
  border-radius:9px!important;
  background:#fbfefc!important;
  color:#1d3228!important;
  font-size:.78rem!important;
  font-weight:850!important;
  line-height:1.35!important;
}
#header .site-navigation .compliance-nav a.compliance-nav-item--compact{
  min-height:44px!important;
  align-items:center!important;
}
#header .site-navigation .compliance-nav a.compliance-nav-item:hover,
#header .site-navigation .compliance-nav a.compliance-nav-item:focus-visible,
#header .site-navigation .compliance-nav a.compliance-nav-item.active-link,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item:hover,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item:focus-visible,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item.active-link{
  border-color:#bfe3ce!important;
  background:#eaf7ef!important;
  color:#064d2f!important;
}
#header .site-navigation .compliance-nav-item__icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#e4f4eb!important;
  color:#067044!important;
}
#header .site-navigation .compliance-nav-item__icon svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#header .site-navigation .compliance-nav-item__content{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
}
#header .site-navigation .compliance-nav-item__title{
  color:inherit!important;
  font-size:.8rem!important;
  font-weight:950!important;
  line-height:1.25!important;
}
#header .site-navigation .compliance-nav-item__description{
  color:#65756c!important;
  font-size:.7rem!important;
  font-weight:650!important;
  line-height:1.42!important;
}
#header .site-navigation .mobile-compliance-nav{
  display:grid!important;
}
#header .site-navigation .mobile-compliance-nav__toggle{
  min-height:48px!important;
  width:52px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dce8df!important;
  border-radius:10px!important;
  background:#f7fbf8!important;
  color:#064d2f!important;
  font-weight:950!important;
}
#header .site-navigation .mobile-compliance-nav__panel{
  display:grid!important;
  gap:7px!important;
  max-height:var(--mobile-panel-height,0px)!important;
  padding:0 0 0 10px!important;
  margin:0!important;
  overflow:hidden!important;
  border-left:2px solid #0a7a48!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:max-height .24s ease,opacity .18s ease,visibility .18s ease,padding .18s ease,margin .18s ease!important;
}
#header .site-navigation .mobile-compliance-nav.open > .mobile-compliance-nav__panel{
  padding-block:8px!important;
  margin-top:6px!important;
  opacity:1!important;
  visibility:visible!important;
}
#header .site-navigation .mobile-compliance-nav .compliance-nav-item__description{
  display:none!important;
}
@media(max-width:1120px){
  #header .site-navigation .mega-menu--services,
  #header .site-navigation .compliance-nav{
    display:none!important;
  }
}
@media(max-width:760px){
  #header .site-navigation .mega-menu--services{
    width:calc(100vw - 24px)!important;
    grid-template-columns:1fr!important;
  }
}

/* Global Navigation Menu CSS & JavaScript modernisation lock - 2026-07-16 nav2 */
#header .global-nav{
  --global-nav-green:#064d2f;
  --global-nav-green-2:#087247;
  --global-nav-black:#050505;
  --global-nav-line:#d9e8df;
  --global-nav-soft:#eef8f2;
  --global-nav-shadow:0 14px 34px rgba(3,20,15,.11);
  background:rgba(255,255,255,.88)!important;
}
#header .global-nav.is-scrolled{
  background:#fff!important;
  box-shadow:var(--global-nav-shadow)!important;
}
#header .global-nav__container{
  transition:min-height .18s ease,padding .18s ease!important;
}
#header .global-nav.is-scrolled .global-nav__container{
  min-height:68px!important;
  padding-block:7px!important;
}
#header .global-nav__menu{
  min-width:0!important;
}
#header .global-nav__item{
  list-style:none!important;
}
#header .global-nav__dropdown{
  overflow:auto!important;
  scrollbar-width:thin;
  scrollbar-color:#b9d8c6 transparent;
}
#header .global-nav__cta,
#header .mobile-search-proposed{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:8px!important;
  border:1px solid var(--global-nav-green)!important;
  font:inherit!important;
  font-size:.82rem!important;
  font-weight:950!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease!important;
}
#header .global-nav__cta--search,
#header .mobile-search-proposed{
  padding:0 14px!important;
  background:#fff!important;
  color:var(--global-nav-green)!important;
}
#header .global-nav__cta--search:hover,
#header .global-nav__cta--search:focus-visible,
#header .mobile-search-proposed:hover,
#header .mobile-search-proposed:focus-visible{
  background:var(--global-nav-soft)!important;
  border-color:#087247!important;
  color:#043f28!important;
}
#header .global-nav__cta--login{
  border-color:var(--global-nav-black)!important;
  background:var(--global-nav-black)!important;
  color:#fff!important;
}
#header .global-nav__cta--register{
  border-color:var(--global-nav-green)!important;
  background:var(--global-nav-green)!important;
  color:#fff!important;
}
#header .mobile-nav__drawer{
  padding-bottom:max(16px,env(safe-area-inset-bottom))!important;
}
#header .mobile-search-proposed{
  width:100%!important;
  min-height:50px!important;
}
#header .mobile-search-proposed svg{
  width:18px!important;
  height:18px!important;
  flex:none!important;
}
body.mtp-mobile-nav-open .mtv-support-center,
body.mtp-mobile-nav-open .mtp-public-notice-cta{
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:1240px){
  #header .global-nav__cta--search{
    padding-inline:11px!important;
    font-size:.78rem!important;
  }
}
@media(max-width:1160px){
  #header .global-nav__cta--search span{
    max-width:112px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
@media(max-width:1120px){
  #header .global-nav.is-scrolled .global-nav__container{
    min-height:66px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  #header .global-nav__container,
  #header .global-nav__cta,
  #header .mobile-search-proposed{
    transition:none!important;
  }
}

/* UPDATE 2026-07-17: compact Services mega-menu and resilient Compliance Check layout */
#header .site-navigation .mega-menu--services{
  width:min(860px,calc(100vw - 32px))!important;
  max-height:min(560px,calc(100dvh - var(--mtp-public-nav-height,82px) - 24px))!important;
  grid-template-columns:minmax(160px,205px) minmax(0,1fr)!important;
  gap:12px!important;
  padding:12px!important;
  border-radius:12px!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary{
  gap:4px!important;
  padding:6px!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary .mega-title{
  padding:4px 7px!important;
  font-size:.64rem!important;
  letter-spacing:.08em!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary a{
  min-height:40px!important;
  padding:8px 9px!important;
  border-radius:8px!important;
  font-size:.76rem!important;
  line-height:1.2!important;
}
#header .site-navigation .compliance-nav{
  grid-template-columns:minmax(145px,.76fr) minmax(0,1.04fr) minmax(0,.9fr)!important;
  gap:10px!important;
}
#header .site-navigation .compliance-nav__overview,
#header .site-navigation .compliance-nav__group{
  padding:10px!important;
  border-radius:9px!important;
}
#header .site-navigation .compliance-nav__overview{
  justify-content:flex-start!important;
  gap:8px!important;
}
#header .site-navigation .compliance-nav__overview h3{
  margin:4px 0!important;
  font-size:.92rem!important;
}
#header .site-navigation .compliance-nav__overview p{
  margin:0!important;
  font-size:.71rem!important;
  line-height:1.42!important;
}
#header .site-navigation .compliance-nav__eyebrow,
#header .site-navigation .compliance-nav__heading{
  margin-bottom:6px!important;
  font-size:.61rem!important;
  letter-spacing:.07em!important;
}
#header .site-navigation .compliance-nav__cta{
  min-height:34px!important;
  margin-top:auto!important;
  padding:7px 9px!important;
  font-size:.68rem!important;
}
#header .site-navigation .compliance-nav__list{
  gap:5px!important;
}
#header .site-navigation .compliance-nav a.compliance-nav-item{
  min-height:47px!important;
  grid-template-columns:27px minmax(0,1fr)!important;
  gap:7px!important;
  padding:7px!important;
  border-radius:8px!important;
  font-size:.72rem!important;
}
#header .site-navigation .compliance-nav a.compliance-nav-item--compact{
  min-height:37px!important;
}
#header .site-navigation .compliance-nav-item__icon{
  width:27px!important;
  height:27px!important;
}
#header .site-navigation .compliance-nav-item__icon svg{
  width:15px!important;
  height:15px!important;
}
#header .site-navigation .compliance-nav-item__title{
  font-size:.72rem!important;
}
#header .site-navigation .compliance-nav-item__description{
  font-size:.63rem!important;
  line-height:1.32!important;
}
body.mtp-public-menu-open .mtv-support-center,
body.mtp-public-menu-open .mtp-public-notice-cta{
  opacity:0!important;
  pointer-events:none!important;
}
.mtp-public-bootstrap-error{
  display:none!important;
}

body.mtp-compliance-check-page .mtp-assessment-main,
body.compliance-check-page .mtp-assessment-main{
  min-height:0!important;
  overflow:visible!important;
  background:#f5f8f6!important;
}
body.mtp-compliance-check-page .mtp-assessment-intro,
body.compliance-check-page .mtp-assessment-intro{
  padding-block:clamp(56px,7vw,92px)!important;
}
body.mtp-compliance-check-page .mtp-assessment-shell,
body.compliance-check-page .mtp-assessment-shell{
  width:min(1120px,calc(100% - 32px))!important;
}
body.mtp-compliance-check-page .mtp-compliance-portal-section,
body.mtp-compliance-check-page .mtp-compliance-portal-search,
body.mtp-compliance-check-page .mtp-assessment-section,
body.compliance-check-page .mtp-compliance-portal-section,
body.compliance-check-page .mtp-compliance-portal-search,
body.compliance-check-page .mtp-assessment-section{
  padding-block:clamp(34px,5vw,64px)!important;
  overflow:visible!important;
}
body.mtp-compliance-check-page .mtp-assessment,
body.compliance-check-page .mtp-assessment{
  overflow:visible!important;
}
body.mtp-compliance-check-page .mtp-assessment-stage,
body.compliance-check-page .mtp-assessment-stage{
  min-height:0!important;
}
body.mtp-compliance-check-page .mtp-assessment-loading,
body.compliance-check-page .mtp-assessment-loading{
  min-height:120px!important;
  padding:22px!important;
}
body.mtp-compliance-check-page .reveal,
body.compliance-check-page .reveal{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
body.mtp-compliance-check-page .mtp-faq-list,
body.compliance-check-page .mtp-faq-list{
  align-items:start!important;
}
body.mtp-compliance-check-page .mtp-faq-list details,
body.compliance-check-page .mtp-faq-list details{
  border:1px solid #dfece4!important;
  border-radius:12px!important;
  box-shadow:0 12px 28px rgba(5,45,30,.04)!important;
  overflow:hidden!important;
}
body.mtp-compliance-check-page .mtp-compliance-contact-grid > *,
body.compliance-check-page .mtp-compliance-contact-grid > *{
  min-width:0!important;
}
@media(max-width:980px){
  #header .site-navigation .mega-menu--services{
    width:calc(100vw - 24px)!important;
    grid-template-columns:1fr!important;
  }
  #header .site-navigation .compliance-nav{
    grid-template-columns:1fr!important;
  }
}

/* UPDATE 2026-07-17: Public Services mobile/tablet navigation accessibility pass */
#mobileSidebar.site-navigation__drawer{
  width:min(420px,100vw)!important;
  overflow:hidden!important;
  padding:0!important;
}
#header .mobile-top{
  position:sticky!important;
  top:0!important;
  z-index:2!important;
  flex:0 0 auto!important;
  padding:calc(16px + env(safe-area-inset-top)) 18px 12px!important;
  background:#fff!important;
}
#header .mobile-nav__body{
  min-height:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  padding:0 18px max(18px,env(safe-area-inset-bottom))!important;
}
#header .mobile-links{
  flex:none!important;
}
#header .mobile-dropdown-btn > span[aria-hidden="true"],
#header .mobile-compliance-nav__toggle > span[aria-hidden="true"]{
  flex:0 0 auto!important;
  display:inline-grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  color:#064d2f!important;
  transition:transform .18s ease!important;
}
#header .mobile-dropdown.open > .mobile-dropdown-btn > span[aria-hidden="true"],
#header .mobile-compliance-nav.open > .mobile-compliance-nav__toggle > span[aria-hidden="true"]{
  transform:rotate(180deg)!important;
}
#header .site-navigation .mobile-compliance-nav{
  display:grid!important;
  gap:0!important;
  margin-top:2px!important;
}
#header .site-navigation .mobile-compliance-nav__toggle{
  min-height:46px!important;
  width:100%!important;
  padding:11px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border:1px solid #cfe1d6!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#064d2f!important;
  font-size:.83rem!important;
  font-weight:950!important;
  text-align:left!important;
  cursor:pointer!important;
}
#header .site-navigation .mobile-compliance-nav__toggle:hover,
#header .site-navigation .mobile-compliance-nav__toggle:focus-visible{
  border-color:#a8d4ba!important;
  background:#f2faf5!important;
}
#header .site-navigation .mobile-compliance-nav__panel{
  display:grid!important;
  gap:6px!important;
  max-height:var(--mobile-panel-height,0px)!important;
  margin:0!important;
  padding:0 0 0 12px!important;
  overflow:hidden!important;
  border-left:2px solid #0a7a48!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:max-height .22s ease,opacity .16s ease,visibility .16s ease,padding .16s ease,margin .16s ease!important;
}
#header .site-navigation .mobile-compliance-nav.open > .mobile-compliance-nav__panel{
  margin-top:6px!important;
  padding-block:7px!important;
  opacity:1!important;
  visibility:visible!important;
}
#header .site-navigation .mobile-compliance-nav__overview,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item{
  min-height:40px!important;
  padding:8px 10px!important;
  border:1px solid #e2ece6!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#20372c!important;
  font-size:.78rem!important;
  line-height:1.3!important;
}
#header .site-navigation .mobile-compliance-nav__overview{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  text-decoration:none!important;
  font-weight:950!important;
}
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item{
  grid-template-columns:24px minmax(0,1fr)!important;
  gap:7px!important;
  align-items:center!important;
}
#header .site-navigation .mobile-compliance-nav .compliance-nav-item__icon{
  width:24px!important;
  height:24px!important;
}
#header .site-navigation .mobile-compliance-nav .compliance-nav-item__title{
  font-size:.76rem!important;
}
#header .site-navigation .mobile-compliance-nav .compliance-nav-item__description{
  display:none!important;
}
#header .site-navigation .mobile-compliance-nav__overview:hover,
#header .site-navigation .mobile-compliance-nav__overview:focus-visible,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item:hover,
#header .site-navigation .mobile-compliance-nav a.compliance-nav-item:focus-visible{
  border-color:#bde0ca!important;
  background:#eef8f2!important;
  color:#064d2f!important;
}
@media(max-width:430px){
  #mobileSidebar.site-navigation__drawer{
    width:100vw!important;
    border-left:0!important;
  }
}
@media(prefers-reduced-motion:reduce){
  #header .mobile-dropdown-btn > span[aria-hidden="true"],
  #header .mobile-compliance-nav__toggle > span[aria-hidden="true"],
  #header .site-navigation .mobile-compliance-nav__panel{
    transition:none!important;
  }
}

/* Global public FAQ CSS/JS system - 2026-07-17 */
body.mtp-faq-page,
body.public-faq-page{
  background:#f6fbf8;
  color:#142820;
}
.mtp-faq-page-main{
  background:radial-gradient(circle at 12% 8%,rgba(8,114,71,.12),transparent 28rem),linear-gradient(180deg,#f6fbf8 0%,#fff 55%,#f6fbf8 100%);
}
.mtp-faq-page-hero{
  padding:clamp(110px,12vw,156px) clamp(18px,4vw,48px) clamp(46px,7vw,78px);
}
.mtp-faq-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);
  gap:clamp(24px,5vw,56px);
  align-items:center;
}
.mtp-faq-page-hero-copy h1{
  max-width:840px;
  margin:12px 0 16px;
  color:#0d2e22;
  font-size:clamp(2.35rem,6vw,5rem);
  line-height:1.04;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.mtp-faq-page-hero-copy p{
  max-width:780px;
  margin:0;
  color:#52665b;
  font-size:clamp(.96rem,1.6vw,1.08rem);
  line-height:1.8;
}
.mtp-faq-page-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.mtp-faq-page-notice{
  padding:clamp(22px,4vw,34px);
  border:1px solid #dbe9e1;
  border-top:4px solid #087247;
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 70px rgba(5,45,30,.08);
}
.mtp-faq-page-notice i{
  width:42px;
  height:42px;
  margin-bottom:18px;
  color:#087247;
}
.mtp-faq-page-notice strong{
  display:block;
  color:#122b21;
  font-size:1.05rem;
}
.mtp-faq-page-notice p{
  margin:8px 0 0;
  color:#617168;
  line-height:1.7;
}
.mtp-public-faq-page{
  padding:clamp(54px,7vw,92px) clamp(18px,4vw,48px);
}
.mtp-public-faq-shell{
  display:grid;
  gap:22px;
}
.mtp-public-faq-toolbar{
  position:sticky;
  top:calc(var(--mtp-nav-height,78px) + 10px);
  z-index:60;
  display:grid;
  gap:14px;
  padding:16px;
  border:1px solid #dbe8e0;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 60px rgba(5,45,30,.08);
  backdrop-filter:blur(14px);
}
.mtp-public-faq-search{
  min-height:54px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:0 12px;
  border:1px solid #cfe0d6;
  border-radius:16px;
  background:#fff;
}
.mtp-public-faq-search:focus-within{
  border-color:#087247;
  box-shadow:0 0 0 4px rgba(8,114,71,.12);
}
.mtp-public-faq-search i{
  width:19px;
  height:19px;
  color:#087247;
}
.mtp-public-faq-search input{
  width:100%;
  min-height:48px;
  border:0;
  background:transparent;
  color:#142820;
  font:inherit;
  outline:0;
}
.mtp-public-faq-clear{
  min-height:40px;
  padding:0 12px;
  border:1px solid #d6e5dc;
  border-radius:999px;
  background:#f6fbf8;
  color:#087247;
  font:inherit;
  font-size:.78rem;
  font-weight:900;
  cursor:pointer;
}
.mtp-public-faq-clear:hover,
.mtp-public-faq-clear:focus-visible{
  border-color:#087247;
  background:#e9f7ef;
  outline:0;
}
.mtp-public-faq-filters{
  display:flex;
  gap:9px;
  overflow-x:auto;
  padding-bottom:2px;
  scrollbar-width:thin;
}
.mtp-public-faq-filters button{
  min-height:44px;
  padding:0 15px;
  flex:0 0 auto;
  border:1px solid #d6e5dc;
  border-radius:999px;
  background:#fff;
  color:#2a4639;
  font:inherit;
  font-size:.8rem;
  font-weight:900;
  cursor:pointer;
}
.mtp-public-faq-filters button[aria-pressed=true]{
  border-color:#087247;
  background:#087247;
  color:#fff;
}
.mtp-public-faq-filters button:focus-visible,
.mtp-public-faq-question:focus-visible,
.mtp-faq-support-grid a:focus-visible,
.mtp-faq-support-grid button:focus-visible{
  outline:3px solid rgba(246,195,67,.8);
  outline-offset:3px;
}
.mtp-public-faq-count{
  margin:0;
  color:#617168;
  font-size:.82rem;
  font-weight:750;
}
.mtp-public-faq-list,
.mtp-public-faq-embed .mtp-public-faq-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  align-items:start!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.mtp-public-faq-page .mtp-public-faq-list{
  gap:14px!important;
}
.mtp-public-faq-card{
  min-width:0;
  border:1px solid #dbe8e0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(5,45,30,.045);
  overflow:clip;
}
.mtp-public-faq-card[hidden]{
  display:none!important;
}
.mtp-public-faq-card.is-open{
  border-color:rgba(8,114,71,.48);
  box-shadow:0 18px 50px rgba(5,45,30,.075);
}
.mtp-public-faq-heading{
  margin:0!important;
  font-size:1rem!important;
}
.mtp-public-faq-question{
  width:100%;
  min-height:58px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:0;
  background:transparent;
  color:#122b21;
  font:inherit;
  font-size:clamp(.94rem,1.5vw,1.04rem);
  font-weight:950;
  line-height:1.35;
  text-align:left;
  cursor:pointer;
}
.mtp-public-faq-question:hover{
  background:#f8fcfa;
}
.mtp-public-faq-question i{
  width:20px;
  height:20px;
  flex:none;
  color:#087247;
  transition:transform .18s ease;
}
.mtp-public-faq-card.is-open .mtp-public-faq-question{
  border-bottom:1px solid #e3eee7;
  background:#f7fbf8;
}
.mtp-public-faq-card.is-open .mtp-public-faq-question i{
  transform:rotate(45deg);
}
.mtp-public-faq-panel{
  padding:18px 20px 22px;
  color:#5e7067;
  line-height:1.72;
}
.mtp-public-faq-panel[hidden]{
  display:none!important;
}
.mtp-public-faq-panel p{
  margin:0;
}
.mtp-public-faq-panel p+p{
  margin-top:10px;
}
.mtp-public-faq-category{
  display:inline-flex;
  margin:0 0 12px;
  padding:6px 9px;
  border-radius:999px;
  background:#e8f6ee;
  color:#087247;
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.mtp-public-faq-empty{
  padding:32px;
  border:1px dashed #bdd3c6;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.mtp-public-faq-empty i{
  width:40px;
  height:40px;
  color:#087247;
}
.mtp-public-faq-empty h3{
  margin:12px 0 6px;
  color:#142820;
}
.mtp-public-faq-empty p{
  max-width:540px;
  margin:0 auto;
  color:#617168;
  line-height:1.65;
}
.mtp-public-faq-view-all{
  margin:4px 0 0!important;
}
.mtp-public-faq-view-all a{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 15px;
  border:1px solid #087247;
  border-radius:999px;
  color:#087247;
  background:#fff;
  text-decoration:none;
  font-size:.82rem;
  font-weight:900;
}
.mtp-public-faq-view-all a:hover{
  background:#087247;
  color:#fff;
}
.mtp-faq-support-cta{
  margin-top:12px;
  padding:clamp(24px,4vw,36px);
  border-radius:24px;
  background:#082f21;
  color:#fff;
  box-shadow:0 22px 70px rgba(5,45,30,.11);
}
.mtp-faq-support-cta .mtp-eyebrow,
.mtp-faq-support-cta h2{
  color:#fff;
}
.mtp-faq-support-cta h2{
  max-width:680px;
  margin:8px 0 10px;
  font-size:clamp(1.65rem,3.6vw,2.75rem);
  line-height:1.12;
  text-wrap:balance;
}
.mtp-faq-support-cta p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.76);
  line-height:1.72;
}
.mtp-faq-support-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.mtp-faq-support-grid a,
.mtp-faq-support-grid button{
  min-height:118px;
  padding:16px;
  display:grid;
  align-content:start;
  gap:6px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.075);
  color:#fff;
  font:inherit;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}
.mtp-faq-support-grid a:hover,
.mtp-faq-support-grid button:hover{
  background:rgba(255,255,255,.13);
}
.mtp-faq-support-grid i{
  width:22px;
  height:22px;
  color:#7cebae;
}
.mtp-faq-support-grid span{
  color:rgba(255,255,255,.68);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.mtp-faq-support-grid strong{
  overflow-wrap:anywhere;
  font-size:.9rem;
  line-height:1.35;
}
.mtp-public-faq-embed{
  overflow:visible!important;
}
.mtp-public-faq-embed .mtp-public-faq-card{
  border-radius:14px;
  box-shadow:none;
}
.mtp-public-faq-embed .mtp-public-faq-question{
  min-height:54px;
  padding:16px 18px;
  font-size:.94rem;
}
.mtp-public-faq-embed .mtp-public-faq-panel{
  padding:15px 18px 18px;
  font-size:.9rem;
}
body.mtp-compliance-check-page .mtp-compliance-faq,
body.compliance-check-page .mtp-compliance-faq,
body.mtp-compliance-check-page .mtp-compliance-contact,
body.compliance-check-page .mtp-compliance-contact{
  overflow:visible!important;
  min-height:0!important;
}
body.mtp-compliance-check-page .mtp-compliance-faq .mtp-faq-list,
body.compliance-check-page .mtp-compliance-faq .mtp-faq-list{
  grid-template-columns:1fr!important;
  gap:12px!important;
}
.mtp-homepage .mtp-faq-section .mtp-public-faq-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.br-faq-section .mtp-public-faq-list,
.pi-faq-section .mtp-public-faq-list,
.other-faq-section .mtp-public-faq-list,
#contact-faq .mtp-public-faq-list,
#pricing-faq .mtp-public-faq-list{
  grid-template-columns:1fr!important;
}
@media(max-width:1080px){
  .mtp-faq-support-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .mtp-faq-page-hero-grid{
    grid-template-columns:1fr;
  }
  .mtp-public-faq-toolbar{
    position:relative;
    top:auto;
  }
  .mtp-homepage .mtp-faq-section .mtp-public-faq-list{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:680px){
  .mtp-faq-page-hero,
  .mtp-public-faq-page{
    padding-inline:14px;
  }
  .mtp-public-faq-toolbar{
    border-radius:18px;
    padding:12px;
  }
  .mtp-public-faq-search{
    grid-template-columns:auto minmax(0,1fr);
  }
  .mtp-public-faq-clear{
    grid-column:1 / -1;
    width:100%;
  }
  .mtp-public-faq-question{
    padding:16px;
  }
  .mtp-public-faq-panel{
    padding:15px 16px 18px;
  }
  .mtp-faq-support-grid{
    grid-template-columns:1fr;
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-public-faq-question i{
    transition:none!important;
  }
  .mtp-public-faq-card.is-open .mtp-public-faq-question i{
    transform:none!important;
  }
}

/* Why Partner With Us shared public component - 2026-07-17 */
.mtp-partner-section,
.mtp-partner-compact-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.mtp-partner-section--full,
.mtp-partner-with-us.mtp-partner-section{
  padding:clamp(76px,9vw,118px) clamp(18px,4vw,48px)!important;
  background:
    radial-gradient(circle at 12% 16%,rgba(126,235,174,.14),transparent 28rem),
    radial-gradient(circle at 86% 22%,rgba(246,195,67,.12),transparent 24rem),
    linear-gradient(135deg,#052f22 0%,#08261d 58%,#031611 100%)!important;
  color:#fff!important;
}
.mtp-partner-compact-section{
  padding:clamp(52px,7vw,82px) clamp(18px,4vw,48px);
  background:linear-gradient(180deg,#fff 0%,#f7fbf8 100%);
}
.mtp-partner-compact-section.cm-container,
.mtp-partner-compact-section.mtp-section-shell{
  margin-top:clamp(42px,6vw,72px);
  margin-bottom:clamp(28px,5vw,56px);
  padding:0;
}
.mtp-partner-shell{
  display:grid;
  gap:clamp(22px,4vw,34px);
}
.mtp-partner-shell--full{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  align-items:start;
}
.mtp-partner-shell--compact{
  grid-template-columns:minmax(260px,.58fr) minmax(0,1fr);
  align-items:center;
  padding:clamp(24px,4vw,34px);
  border:1px solid #dce8df;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 52px rgba(5,45,30,.06);
}
.mtp-partner-copy{
  min-width:0;
}
.mtp-partner-copy .mtp-eyebrow,
.mtp-partner-fallback .mtp-eyebrow,
.mtp-partner-fallback .cm-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0a7a4d;
  font-weight:950;
}
.mtp-partner-section--full .mtp-partner-copy .mtp-eyebrow,
.mtp-partner-with-us .mtp-partner-copy .mtp-eyebrow{
  color:#7cebae!important;
}
.mtp-partner-copy h2,
.mtp-partner-fallback h2{
  margin:10px 0 14px;
  color:#10291f;
  font-size:clamp(1.85rem,4vw,3.35rem);
  line-height:1.08;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.mtp-partner-section--full .mtp-partner-copy h2,
.mtp-partner-with-us .mtp-partner-copy h2{
  color:#fff!important;
}
.mtp-partner-copy>p,
.mtp-partner-fallback p{
  max-width:760px;
  margin:0;
  color:#607269;
  line-height:1.78;
}
.mtp-partner-fallback .mtp-button{
  margin-top:18px;
}
.mtp-partner-section--full .mtp-partner-copy>p,
.mtp-partner-with-us .mtp-partner-copy>p{
  color:rgba(255,255,255,.78)!important;
}
.mtp-partner-regulatory-note{
  margin:18px 0 0!important;
  padding:14px 15px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  border:1px solid #dce8df;
  border-radius:16px;
  background:#f8fcfa;
  color:#52655b!important;
  font-size:.86rem;
}
.mtp-partner-section--full .mtp-partner-regulatory-note,
.mtp-partner-with-us .mtp-partner-regulatory-note{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.075);
  color:rgba(255,255,255,.74)!important;
}
.mtp-partner-regulatory-note i{
  width:19px;
  height:19px;
  color:#087247;
}
.mtp-partner-section--full .mtp-partner-regulatory-note i,
.mtp-partner-with-us .mtp-partner-regulatory-note i{
  color:#f6c343;
}
.mtp-partner-regulatory-note a{
  color:inherit;
  font-weight:950;
  text-decoration:underline;
  text-underline-offset:3px;
}
.mtp-partner-ctas{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:11px;
  margin-top:24px!important;
}
.mtp-partner-section--full .mtp-button-secondary,
.mtp-partner-with-us .mtp-button-secondary{
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.mtp-partner-section--full .mtp-button-secondary:hover,
.mtp-partner-with-us .mtp-button-secondary:hover{
  border-color:#fff;
  background:#fff;
  color:#064d2f;
}
.mtp-partner-notice-link{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f6c343;
  font-size:.86rem;
  font-weight:950;
  text-decoration:none;
}
.mtp-partner-notice-link:hover,
.mtp-partner-notice-link:focus-visible{
  text-decoration:underline;
  text-underline-offset:4px;
}
.mtp-partner-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  min-width:0;
}
.mtp-partner-shell--compact .mtp-partner-benefit-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.mtp-partner-benefit-card{
  min-width:0;
  min-height:100%;
  padding:clamp(18px,2.4vw,24px);
  border:1px solid #dbe8e0;
  border-top:4px solid #087247;
  border-radius:18px;
  background:#fff;
  color:#142820;
  box-shadow:0 14px 34px rgba(5,45,30,.045);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.mtp-partner-section--full .mtp-partner-benefit-card,
.mtp-partner-with-us .mtp-partner-benefit-card{
  border-color:rgba(255,255,255,.16);
  border-top-color:#7cebae;
  background:rgba(255,255,255,.085);
  color:#fff;
  box-shadow:none;
}
.mtp-partner-benefit-card:hover,
.mtp-partner-benefit-card:focus-within{
  transform:translateY(-2px);
  border-color:rgba(8,114,71,.55);
  box-shadow:0 18px 46px rgba(5,45,30,.075);
}
.mtp-partner-section--full .mtp-partner-benefit-card:hover,
.mtp-partner-with-us .mtp-partner-benefit-card:hover,
.mtp-partner-section--full .mtp-partner-benefit-card:focus-within,
.mtp-partner-with-us .mtp-partner-benefit-card:focus-within{
  border-color:rgba(126,235,174,.7);
  box-shadow:0 18px 46px rgba(0,0,0,.14);
}
.mtp-partner-benefit-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#e9f7ef;
  color:#087247;
}
.mtp-partner-section--full .mtp-partner-benefit-icon,
.mtp-partner-with-us .mtp-partner-benefit-icon{
  background:rgba(126,235,174,.14);
  color:#7cebae;
}
.mtp-partner-benefit-icon i,
.mtp-partner-benefit-icon svg{
  width:24px!important;
  height:24px!important;
}
.mtp-partner-benefit-card h3{
  margin:18px 0 8px;
  color:#142820;
  font-size:1rem;
  line-height:1.25;
}
.mtp-partner-section--full .mtp-partner-benefit-card h3,
.mtp-partner-with-us .mtp-partner-benefit-card h3{
  color:#fff;
}
.mtp-partner-benefit-card p{
  margin:0;
  color:#5f7067;
  font-size:.88rem;
  line-height:1.66;
}
.mtp-partner-section--full .mtp-partner-benefit-card p,
.mtp-partner-with-us .mtp-partner-benefit-card p{
  color:rgba(255,255,255,.72);
}
.mtp-partner-trust-strip{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.07);
}
.mtp-partner-trust-strip article{
  min-width:0;
  padding:14px;
  display:grid;
  gap:5px;
  border-radius:15px;
  background:rgba(255,255,255,.07);
}
.mtp-partner-trust-strip i{
  width:20px;
  height:20px;
  color:#f6c343;
}
.mtp-partner-trust-strip span{
  color:#fff;
  font-size:.78rem;
  font-weight:950;
  line-height:1.25;
}
.mtp-partner-trust-strip small{
  color:rgba(255,255,255,.64);
  font-size:.72rem;
  line-height:1.45;
}
.mtp-partner-fallback{
  padding:clamp(22px,4vw,30px);
  border:1px solid #dce8df;
  border-radius:20px;
  background:#fff;
}
.mtp-partner-with-us .mtp-partner-fallback{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
}
.mtp-partner-with-us .mtp-partner-fallback h2{
  color:#fff;
}
.mtp-partner-with-us .mtp-partner-fallback p{
  color:rgba(255,255,255,.75);
}
@media(max-width:1180px){
  .mtp-partner-shell--full{
    grid-template-columns:1fr;
  }
  .mtp-partner-trust-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:860px){
  .mtp-partner-shell--compact{
    grid-template-columns:1fr;
  }
  .mtp-partner-benefit-grid,
  .mtp-partner-shell--compact .mtp-partner-benefit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .mtp-partner-section--full,
  .mtp-partner-with-us.mtp-partner-section,
  .mtp-partner-compact-section{
    padding-inline:14px!important;
  }
  .mtp-partner-shell--compact{
    padding:20px 16px;
    border-radius:18px;
  }
  .mtp-partner-benefit-grid,
  .mtp-partner-shell--compact .mtp-partner-benefit-grid,
  .mtp-partner-trust-strip{
    grid-template-columns:1fr;
  }
  .mtp-partner-ctas{
    display:grid;
  }
  .mtp-partner-ctas>*{
    width:100%;
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-partner-benefit-card{
    transition:none!important;
  }
  .mtp-partner-benefit-card:hover,
  .mtp-partner-benefit-card:focus-within{
    transform:none!important;
  }
}

/* Business Registration proposed-name section repair - 2026-07-17
   Fixes the compressed outcome-copy issue by replacing anonymous card spans with
   explicit cards and a resilient text column that can actually wrap normally. */
body.business-registration-page .br-name-check{
  position:relative;
  isolation:isolate;
  padding:clamp(54px,7vw,92px) clamp(16px,4vw,32px);
  background:
    radial-gradient(circle at 12% 10%,rgba(8,114,71,.1),transparent 32%),
    linear-gradient(135deg,#f7fbf8 0%,#fff 54%,#eef8f1 100%);
}
body.business-registration-page .br-name-check::before{
  content:"";
  position:absolute;
  inset:clamp(16px,3vw,34px);
  z-index:-1;
  border:1px solid rgba(8,114,71,.1);
  border-radius:32px;
  background:rgba(255,255,255,.5);
  pointer-events:none;
}
body.business-registration-page .br-name-check-grid{
  width:min(1160px,100%);
  margin:0 auto;
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr)!important;
  gap:clamp(24px,5vw,58px);
  align-items:start;
}
body.business-registration-page .br-name-check .br-section-copy,
body.business-registration-page .br-name-check .br-search-preview,
body.business-registration-page .br-name-check .br-name-status-card,
body.business-registration-page .br-name-check .br-name-status-copy{
  min-width:0;
}
body.business-registration-page .br-name-check .mtp-eyebrow{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  color:#087247;
  font-size:.75rem;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.business-registration-page .br-name-check h2{
  margin:0;
  color:#10281d;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
body.business-registration-page .br-name-check .br-section-copy > p:not(.br-disclaimer){
  max-width:58ch;
  margin:16px 0 0;
  color:#52665c;
  font-size:1rem;
  line-height:1.75;
}
body.business-registration-page .br-name-check .br-disclaimer{
  max-width:62ch;
  margin:18px 0 0;
  padding:14px 16px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:start;
  border:1px solid rgba(246,195,67,.45);
  border-left:4px solid #f6c343;
  border-radius:14px;
  background:#fff9df;
  color:#4b3b07;
  font-size:.88rem;
  font-weight:750;
  line-height:1.55;
  white-space:normal;
}
body.business-registration-page .br-name-check .br-disclaimer svg{
  width:18px;
  height:18px;
  margin-top:2px;
  color:#087247;
}
body.business-registration-page .br-name-check .br-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:24px;
}
body.business-registration-page .br-name-check .br-inline-actions .mtp-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  white-space:normal;
  text-align:center;
}
body.business-registration-page .br-name-check .br-inline-actions .mtp-button svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
}
body.business-registration-page .br-search-preview.br-name-status-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px;
  align-content:start;
  width:100%;
}
body.business-registration-page .br-name-status-card{
  --br-status-accent:#087247;
  --br-status-bg:#f2fbf5;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-areas:"icon copy";
  gap:14px;
  align-items:start;
  padding:clamp(18px,2.5vw,24px);
  border:1px solid #dbe8e0;
  border-left:4px solid var(--br-status-accent);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 46px rgba(5,45,30,.075);
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
}
body.business-registration-page .br-name-status-card--review{
  --br-status-accent:#f2b705;
  --br-status-bg:#fff8db;
}
body.business-registration-page .br-name-status-card--restricted{
  --br-status-accent:#dc2626;
  --br-status-bg:#fff1f1;
}
body.business-registration-page .br-name-status-icon{
  grid-area:icon;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:15px;
  background:var(--br-status-bg);
  color:var(--br-status-accent);
}
body.business-registration-page .br-name-status-icon svg{
  width:24px;
  height:24px;
}
body.business-registration-page .br-name-status-copy{
  grid-area:copy;
  inline-size:100%;
  display:block;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}
body.business-registration-page .br-name-status-copy h3{
  margin:0 0 7px;
  color:#10281d;
  font-size:1.02rem;
  line-height:1.25;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}
body.business-registration-page .br-name-status-copy p{
  margin:0;
  max-width:none;
  color:#5f7067;
  font-size:.9rem;
  line-height:1.68;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}
body.business-registration-page .br-card-grid,
body.business-registration-page .br-card-actions,
body.business-registration-page .br-cta-actions,
body.business-registration-page .br-tools{
  min-width:0;
}
body.business-registration-page .br-card-actions,
body.business-registration-page .br-cta-actions{
  flex-wrap:wrap;
}
body.business-registration-page .br-package-card{
  min-width:0;
}
@media(max-width:980px){
  body.business-registration-page .br-name-check-grid{
    grid-template-columns:1fr!important;
  }
  body.business-registration-page .br-name-check .br-section-copy{
    max-width:760px;
  }
}
@media(max-width:640px){
  body.business-registration-page .br-name-check{
    padding-inline:14px;
  }
  body.business-registration-page .br-name-check::before{
    inset:10px;
    border-radius:24px;
  }
  body.business-registration-page .br-name-check .br-inline-actions{
    display:grid;
  }
  body.business-registration-page .br-name-check .br-inline-actions > *,
  body.business-registration-page .br-card-actions > *,
  body.business-registration-page .br-cta-actions > *{
    width:100%;
  }
  body.business-registration-page .br-name-status-card{
    grid-template-columns:1fr!important;
    grid-template-areas:"icon" "copy";
  }
}

/* Global public footer definitive grid repair - 2026-07-17
   Uses shared public-section tokens and a 12-track desktop grid so Brand/Public Notice
   and Contact never collapse into unreadable 60-100px columns at 1280-1440px. */
:root{
  --mtp-public-shell:1180px;
  --mtp-public-gutter:clamp(18px,5vw,72px);
  --mtp-public-section-y:clamp(56px,7vw,92px);
  --mtp-public-grid-gap:clamp(18px,2.6vw,30px);
  --mtp-public-card-pad:clamp(16px,2vw,20px);
  --mtp-public-footer-bg:#03140f;
  --mtp-public-footer-text:#f4fff8;
  --mtp-public-focus-ring:0 0 0 4px rgba(7,132,63,.24);
  --mtp-public-motion:.18s ease;
  --mtp-public-widget-z:9000;
}
body:not(.corporate-dashboard) .mtp-home-section,
body:not(.corporate-dashboard) .site-footer.premium-footer{
  padding-inline:var(--mtp-public-gutter)!important;
}
body:not(.corporate-dashboard) .mtp-section-shell,
body:not(.corporate-dashboard) .site-footer__inner.footer-inner{
  width:min(var(--mtp-public-shell),100%)!important;
  max-width:var(--mtp-public-shell)!important;
  margin-inline:auto!important;
}
.site-footer.premium-footer{
  overflow-x:hidden!important;
  overflow-y:visible!important;
  padding-block:clamp(42px,5.4vw,64px) max(28px,env(safe-area-inset-bottom))!important;
  background:linear-gradient(180deg,#042118 0%,var(--mtp-public-footer-bg) 100%)!important;
  color:var(--mtp-public-footer-text)!important;
}
.site-footer__grid.footer-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:clamp(18px,2vw,24px)!important;
  align-items:start!important;
}
.site-footer__grid.footer-grid > *{
  min-width:0!important;
  max-width:100%!important;
}
.site-footer__brand.footer-brand{
  grid-column:span 3;
  min-inline-size:0!important;
}
.site-footer__links[data-footer-section="services"],
.site-footer__links--services{
  grid-column:span 2;
}
.site-footer__links[data-footer-section="explore"],
.site-footer__links--explore{
  grid-column:span 2;
}
.site-footer__links[data-footer-section="support"],
.site-footer__links--support{
  grid-column:span 2;
}
.site-footer__contact.footer-contact{
  grid-column:span 3;
  min-inline-size:0!important;
}
.site-footer__brand-heading{
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font:inherit!important;
}
.site-footer .footer-logo{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
}
.site-footer .footer-logo img{
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
  flex:none!important;
}
.site-footer .footer-logo span{
  min-width:0!important;
  color:#fff!important;
  font-size:1rem!important;
  font-weight:950!important;
  line-height:1.18!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.site-footer__brand > strong,
.site-footer__brand > p,
.site-footer__notice,
.site-footer__notice h3,
.site-footer__notice p,
.site-footer__notice a,
.site-footer__heading,
.site-footer__accordion,
.site-footer .footer-links a,
.site-footer .contact-item,
.site-footer .footer-bottom-legal,
.site-footer .footer-bottom-legal p,
.site-footer .footer-legal-links,
.site-footer .footer-legal-links a,
.site-footer .mtp-footer-cookie-settings,
.site-footer__hours{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.site-footer__notice{
  width:100%!important;
  max-width:100%!important;
  margin-inline:0!important;
}
.site-footer__notice p{
  max-width:34rem!important;
}
.site-footer__social.footer-socials{
  align-items:center!important;
  gap:10px!important;
}
.site-footer__social a{
  color:#042118!important;
  background:#fff!important;
  border-color:rgba(255,255,255,.38)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.16)!important;
}
.site-footer__social a:hover,
.site-footer__social a:focus-visible{
  background:var(--public-yellow,#f6c343)!important;
  outline:0!important;
  box-shadow:var(--mtp-public-focus-ring),0 10px 26px rgba(0,0,0,.18)!important;
}
.site-footer__social img{
  opacity:1!important;
  filter:none!important;
}
.site-footer__links.footer-links,
.site-footer__contact.footer-contact,
.site-footer__panel,
.site-footer__panel ul,
.site-footer__contact-list{
  min-width:0!important;
}
.site-footer .footer-links a{
  display:inline-flex!important;
  width:fit-content!important;
  max-width:100%!important;
  align-items:center!important;
}
.site-footer .footer-links a:focus-visible,
.site-footer__notice a:focus-visible,
.site-footer .contact-item:focus-visible,
.site-footer .footer-legal-links a:focus-visible,
.site-footer .mtp-footer-cookie-settings:focus-visible{
  outline:0!important;
  box-shadow:var(--mtp-public-focus-ring)!important;
  border-radius:8px!important;
}
.site-footer .contact-item{
  width:100%!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
}
.site-footer .contact-item svg{
  grid-column:1;
  width:18px!important;
  height:18px!important;
}
.site-footer__contact-value{
  grid-column:2;
  min-width:0!important;
  line-height:1.52!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.site-footer__contact-value--email{
  overflow-wrap:anywhere!important;
}
.site-footer__contact-value--address{
  overflow-wrap:break-word!important;
}
.site-footer__hours{
  max-width:32rem!important;
}
.site-footer__bottom.footer-bottom{
  min-width:0!important;
}
.site-footer .footer-legal-links{
  row-gap:6px!important;
}
.site-footer .back-top{
  position:relative!important;
  z-index:1!important;
}
body:not(.corporate-dashboard) .site-footer{
  scroll-margin-bottom:96px;
}
@media(max-width:1180px){
  .site-footer__grid.footer-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:clamp(18px,3vw,26px)!important;
  }
  .site-footer__brand.footer-brand{
    grid-column:span 3;
    order:1;
  }
  .site-footer__contact.footer-contact{
    grid-column:span 3;
    order:2;
  }
  .site-footer__links[data-footer-section="services"],
  .site-footer__links--services{
    grid-column:span 2;
    order:3;
  }
  .site-footer__links[data-footer-section="explore"],
  .site-footer__links--explore{
    grid-column:span 2;
    order:4;
  }
  .site-footer__links[data-footer-section="support"],
  .site-footer__links--support{
    grid-column:span 2;
    order:5;
  }
}
@media(max-width:900px){
  .site-footer__grid.footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .site-footer__brand.footer-brand,
  .site-footer__contact.footer-contact{
    grid-column:span 2;
  }
  .site-footer__links[data-footer-section="services"],
  .site-footer__links[data-footer-section="explore"],
  .site-footer__links[data-footer-section="support"],
  .site-footer__links--services,
  .site-footer__links--explore,
  .site-footer__links--support{
    grid-column:span 1;
  }
}
@media(max-width:780px){
  .site-footer__grid.footer-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .site-footer__brand.footer-brand,
  .site-footer__links.footer-links,
  .site-footer__contact.footer-contact{
    grid-column:auto!important;
    order:initial!important;
  }
  .site-footer .footer-logo span{
    max-width:none!important;
  }
  .site-footer__notice p,
  .site-footer__hours{
    max-width:none!important;
  }
  .site-footer__accordion{
    min-height:44px!important;
  }
  .site-footer__panel[hidden]{
    display:none!important;
  }
  .site-footer .footer-links a{
    width:100%!important;
  }
  .site-footer__bottom.footer-bottom{
    padding-bottom:96px!important;
  }
}
@media(max-width:420px){
  .site-footer .footer-logo{
    grid-template-columns:46px minmax(0,1fr)!important;
  }
  .site-footer .footer-logo img{
    width:46px!important;
    height:46px!important;
  }
  .site-footer .footer-logo span{
    font-size:.96rem!important;
  }
}

/* Homepage Our Partners / Service Ecosystem repair - 2026-07-17 */
.mtp-homepage .mtp-service-ecosystem-section{
  background:linear-gradient(180deg,#f6fbf8 0%,#fff 100%)!important;
  padding-top:clamp(42px,5vw,68px)!important;
  padding-bottom:clamp(56px,7vw,90px)!important;
  scroll-margin-top:96px;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.74fr);
  gap:clamp(18px,3vw,30px);
  align-items:start;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading{
  max-width:850px;
  margin:0!important;
  grid-column:1;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading .mtp-eyebrow{
  text-transform:uppercase;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading h2{
  margin-bottom:12px;
  font-size:clamp(2rem,4vw,3.05rem);
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading>p{
  max-width:690px;
  line-height:1.65;
}
.mtp-ecosystem-disclaimer{
  width:min(920px,100%);
  margin:0!important;
  padding:14px 16px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:start;
  border:1px solid rgba(246,195,67,.42);
  border-left:4px solid #f6c343;
  border-radius:16px;
  background:#fff9df;
  color:#4d3c07;
  font-size:.9rem;
  font-weight:750;
  line-height:1.6;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-disclaimer{
  width:100%;
  grid-column:2;
  align-self:end;
}
.mtp-ecosystem-disclaimer svg{
  width:19px;
  height:19px;
  margin-top:2px;
  color:#087347;
  flex:none;
}
.mtp-service-ecosystem{
  display:grid;
  gap:clamp(18px,3vw,26px);
  min-width:0;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem{
  grid-column:1/-1;
}
.mtp-service-ecosystem[aria-busy="true"]{
  opacity:.78;
}
.mtp-service-ecosystem-loading{
  margin:0;
  padding:22px;
  border:1px solid #d7e7dc;
  border-radius:16px;
  background:#fff;
  color:#607268;
  text-align:center;
}
.mtp-ecosystem-group{
  min-width:0;
  display:grid;
  gap:14px;
}
.mtp-ecosystem-group-heading{
  min-width:0;
  display:grid;
  gap:6px;
}
.mtp-ecosystem-group-heading h3{
  margin:0;
  color:#10251c;
  font-size:clamp(1.15rem,2vw,1.45rem);
  line-height:1.25;
  letter-spacing:-.02em;
}
.mtp-ecosystem-group-heading p{
  max-width:760px;
  margin:0;
  color:#607268;
  font-size:.93rem;
  line-height:1.68;
}
.mtp-ecosystem-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
  gap:14px;
  min-width:0;
}
/* Homepage Our Partners infinite movement - 2026-07-18 */
.mtp-service-ecosystem.is-infinite-marquee{
  overflow:hidden;
}
.mtp-ecosystem-marquee{
  --ecosystem-marquee-gap:14px;
  --ecosystem-marquee-card:min(390px,31vw);
  position:relative;
  min-width:0;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
}
.mtp-ecosystem-marquee__track{
  width:max-content;
  display:flex;
  align-items:stretch;
  will-change:transform;
  animation:mtpEcosystemInfiniteScroll var(--ecosystem-marquee-duration,38s) linear infinite;
}
.mtp-ecosystem-group[data-ecosystem-group="technology"] .mtp-ecosystem-marquee__track{
  --ecosystem-marquee-duration:30s;
  animation-direction:reverse;
}
.mtp-ecosystem-marquee:hover .mtp-ecosystem-marquee__track,
.mtp-ecosystem-marquee:focus-within .mtp-ecosystem-marquee__track{
  animation-play-state:paused;
}
.mtp-ecosystem-marquee[data-ecosystem-marquee-static="1"] .mtp-ecosystem-marquee__track{
  animation:none;
  transform:none;
}
.mtp-ecosystem-marquee__set{
  display:flex;
  grid-template-columns:none;
  flex:0 0 auto;
  flex-wrap:nowrap;
  gap:var(--ecosystem-marquee-gap);
  padding-right:var(--ecosystem-marquee-gap);
}
.mtp-ecosystem-marquee__set .mtp-ecosystem-item{
  flex:0 0 var(--ecosystem-marquee-card);
  width:var(--ecosystem-marquee-card);
}
@keyframes mtpEcosystemInfiniteScroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
.mtp-ecosystem-item{
  min-width:0;
}
.mtp-ecosystem-card{
  min-width:0;
  min-height:0;
  height:100%;
  padding:18px;
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:16px;
  align-items:start;
  border:1px solid #d7e7dc;
  border-top:4px solid #087347;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 36px rgba(5,45,30,.055);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.mtp-ecosystem-card:hover,
.mtp-ecosystem-card:focus-within{
  transform:translateY(-2px);
  border-color:rgba(8,115,71,.45);
  box-shadow:0 20px 52px rgba(5,45,30,.085);
}
.mtp-ecosystem-card[data-ecosystem-category="technology"]{
  border-top-color:#0a5d95;
}
.mtp-ecosystem-logo{
  width:74px;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #e0ebe4;
  border-radius:16px;
  background:#fff;
}
.mtp-ecosystem-logo > *{
  grid-area:1/1;
}
.mtp-ecosystem-logo.is-loaded{
  background:#fff;
}
.mtp-ecosystem-logo img{
  width:78%;
  height:78%;
  display:block;
  object-fit:contain;
}
.mtp-ecosystem-logo-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#e8f7ef,#fff);
  color:#087347;
  font-size:.92rem;
  font-weight:950;
  letter-spacing:.04em;
  text-align:center;
}
.mtp-ecosystem-card[data-ecosystem-category="technology"] .mtp-ecosystem-logo-fallback{
  color:#0a5d95;
  background:linear-gradient(135deg,#eaf4fb,#fff);
}
.mtp-ecosystem-card-copy{
  min-width:0;
  display:grid;
  gap:7px;
}
.mtp-ecosystem-category{
  width:max-content;
  max-width:100%;
  padding:5px 8px;
  border-radius:999px;
  background:#edf8f1;
  color:#087347;
  font-size:.66rem;
  font-weight:950;
  letter-spacing:.055em;
  line-height:1.25;
  text-transform:uppercase;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}
.mtp-ecosystem-card[data-ecosystem-category="technology"] .mtp-ecosystem-category{
  background:#edf5fb;
  color:#0a5d95;
}
.mtp-ecosystem-card h4{
  margin:0;
  color:#10251c;
  font-size:1rem;
  line-height:1.28;
  word-break:normal;
  overflow-wrap:break-word;
}
.mtp-ecosystem-card p{
  margin:0;
  color:#607268;
  font-size:.88rem;
  line-height:1.64;
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
}
.mtp-ecosystem-link{
  width:max-content;
  max-width:100%;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  color:#087347;
  font-size:.82rem;
  font-weight:950;
  text-decoration:none;
}
.mtp-ecosystem-link::after{
  content:"\2197";
  margin-left:6px;
  font-size:.78rem;
}
.mtp-ecosystem-link:hover,
.mtp-ecosystem-link:focus-visible{
  color:#031f18;
  text-decoration:underline;
  text-underline-offset:3px;
  outline:0;
}
.mtp-ecosystem-empty-state{
  min-width:0;
  padding:18px 20px;
  display:grid;
  gap:7px;
  border:1px dashed rgba(8,115,71,.34);
  border-radius:18px;
  background:#f8fbf8;
}
.mtp-ecosystem-empty-state strong{
  color:#10251c;
  font-size:1rem;
  line-height:1.25;
}
.mtp-ecosystem-empty-state p{
  max-width:780px;
  margin:0;
  color:#607268;
  font-size:.9rem;
  line-height:1.66;
}
.mtp-ecosystem-empty-state a{
  width:max-content;
  max-width:100%;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  color:#087347;
  font-size:.82rem;
  font-weight:950;
  text-decoration:none;
}
.mtp-ecosystem-empty-state a:hover,
.mtp-ecosystem-empty-state a:focus-visible{
  color:#031f18;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:980px){
  .mtp-homepage .mtp-service-ecosystem-section{
    padding-top:clamp(48px,8vw,72px)!important;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-section-shell{
    grid-template-columns:1fr;
    gap:22px;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading,
  .mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-disclaimer,
  .mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem{
    grid-column:1;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading{
    max-width:760px;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-disclaimer{
    width:min(760px,100%);
  }
}
@media(max-width:720px){
  .mtp-ecosystem-disclaimer{
    border-radius:14px;
  }
  .mtp-ecosystem-marquee{
    --ecosystem-marquee-card:min(84vw,340px);
    mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  }
  .mtp-ecosystem-list{
    grid-template-columns:1fr;
  }
  .mtp-ecosystem-card{
    grid-template-columns:64px minmax(0,1fr);
    gap:14px;
    padding:16px;
  }
  .mtp-ecosystem-logo{
    width:64px;
    border-radius:14px;
  }
}
@media(max-width:380px){
  .mtp-ecosystem-disclaimer{
    grid-template-columns:1fr;
    padding:13px;
  }
  .mtp-ecosystem-card{
    grid-template-columns:56px minmax(0,1fr);
    padding:14px;
  }
  .mtp-ecosystem-logo{
    width:56px;
    border-radius:12px;
  }
  .mtp-ecosystem-category{
    width:auto;
  }
}
@media(prefers-reduced-motion:reduce){
  .mtp-ecosystem-marquee{
    overflow:visible!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  .mtp-ecosystem-marquee__track{
    width:auto!important;
    display:block!important;
    animation:none!important;
    transform:none!important;
  }
  .mtp-ecosystem-marquee__set{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))!important;
    padding-right:0!important;
  }
  .mtp-ecosystem-marquee__set .mtp-ecosystem-item{
    flex:auto!important;
    width:auto!important;
  }
  .mtp-ecosystem-marquee__set[data-ecosystem-marquee-set="clone"]{
    display:none!important;
  }
  .mtp-ecosystem-card{
    transition:none!important;
  }
  .mtp-ecosystem-card:hover,
  .mtp-ecosystem-card:focus-within{
    transform:none!important;
  }
}

/* Global public footer anti-collapse override - 2026-07-17
   Final cascade guard for live-server/zoom/narrow-container cases where the viewport
   is desktop-sized but the footer container is not wide enough for 12 tiny tracks. */
.site-footer__inner.footer-inner{
  container-name:mtp-public-footer;
  container-type:inline-size;
}
.site-footer__grid.footer-grid{
  grid-template-columns:minmax(240px,2.2fr) minmax(105px,.82fr) minmax(105px,.82fr) minmax(152px,1.18fr) minmax(240px,2.2fr)!important;
  gap:clamp(14px,1.5vw,20px)!important;
}
.site-footer__brand.footer-brand,
.site-footer__links.footer-links,
.site-footer__contact.footer-contact{
  grid-column:auto!important;
  min-width:0!important;
}
.site-footer .footer-logo span,
.site-footer__brand > p,
.site-footer__notice p,
.site-footer__contact-value,
.site-footer__hours{
  hyphens:none!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.site-footer__contact-value--email{
  overflow-wrap:anywhere!important;
}
.site-footer .contact-item--phone .site-footer__contact-value{
  white-space:nowrap!important;
}
@container mtp-public-footer (max-width:1080px){
  .site-footer__grid.footer-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:clamp(18px,3vw,26px)!important;
  }
  .site-footer__brand.footer-brand{
    grid-column:span 3!important;
    order:1;
  }
  .site-footer__contact.footer-contact{
    grid-column:span 3!important;
    order:2;
  }
  .site-footer__links[data-footer-section="services"],
  .site-footer__links--services{
    grid-column:span 2!important;
    order:3;
  }
  .site-footer__links[data-footer-section="explore"],
  .site-footer__links--explore{
    grid-column:span 2!important;
    order:4;
  }
  .site-footer__links[data-footer-section="support"],
  .site-footer__links--support{
    grid-column:span 2!important;
    order:5;
  }
}
@container mtp-public-footer (max-width:720px){
  .site-footer__grid.footer-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .site-footer__brand.footer-brand,
  .site-footer__links.footer-links,
  .site-footer__contact.footer-contact{
    grid-column:auto!important;
    order:initial!important;
  }
  .site-footer .contact-item--phone .site-footer__contact-value{
    white-space:normal!important;
  }
}

/* Global public footer readable layout - 2026-07-17
   Final visual structure: Brand/Public Notice gets a full readable row, while
   Services, Explore, Support/Legal and Contact sit below in balanced columns. */
.site-footer__grid.footer-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.08fr) minmax(280px,1.24fr)!important;
  grid-template-areas:
    "brand brand brand brand"
    "services explore support contact"!important;
  gap:clamp(26px,3vw,38px) clamp(24px,3vw,40px)!important;
  align-items:start!important;
}
.site-footer__brand.footer-brand{
  grid-area:brand!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(280px,.74fr) minmax(0,1fr)!important;
  grid-template-areas:
    "brand-logo brand-notice"
    "brand-tagline brand-notice"
    "brand-copy brand-notice"
    "brand-social brand-notice"!important;
  gap:8px clamp(28px,4vw,52px)!important;
  align-items:start!important;
  padding-bottom:clamp(22px,3vw,32px)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.site-footer__brand-heading{
  grid-area:brand-logo!important;
}
.site-footer__brand > strong{
  grid-area:brand-tagline!important;
  max-width:34rem!important;
}
.site-footer__brand > p{
  grid-area:brand-copy!important;
  max-width:36rem!important;
}
.site-footer__brand .site-footer__notice{
  grid-area:brand-notice!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(16px,2vw,22px)!important;
  border-left-width:4px!important;
}
.site-footer__brand .site-footer__notice p{
  max-width:58rem!important;
}
.site-footer__brand .site-footer__social.footer-socials{
  grid-area:brand-social!important;
  margin-top:10px!important;
}
.site-footer__links[data-footer-section="services"],
.site-footer__links--services{
  grid-area:services!important;
}
.site-footer__links[data-footer-section="explore"],
.site-footer__links--explore{
  grid-area:explore!important;
}
.site-footer__links[data-footer-section="support"],
.site-footer__links--support{
  grid-area:support!important;
}
.site-footer__contact.footer-contact{
  grid-area:contact!important;
}
.site-footer__links.footer-links,
.site-footer__contact.footer-contact{
  grid-column:auto!important;
  min-width:0!important;
}
.site-footer .footer-links a,
.site-footer .contact-item{
  font-size:.92rem!important;
  line-height:1.55!important;
}
.site-footer .footer-links a{
  width:auto!important;
}
.site-footer .contact-item{
  grid-template-columns:22px minmax(0,1fr)!important;
  gap:10px!important;
}
.site-footer__contact-value--address{
  overflow-wrap:normal!important;
}
@media(max-width:980px){
  .site-footer__grid.footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-areas:
      "brand brand"
      "services explore"
      "support contact"!important;
  }
  .site-footer__brand.footer-brand{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "brand-logo"
      "brand-tagline"
      "brand-copy"
      "brand-notice"
      "brand-social"!important;
  }
}
@media(max-width:780px){
  .site-footer__grid.footer-grid{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "brand"
      "services"
      "explore"
      "support"
      "contact"!important;
    gap:0!important;
  }
  .site-footer__brand.footer-brand{
    display:grid!important;
    padding-bottom:20px!important;
  }
  .site-footer__brand .site-footer__notice{
    margin-top:8px!important;
  }
  .site-footer__contact-value--address{
    overflow-wrap:break-word!important;
  }
}

/* Global footer and desktop Services dropdown final lock - 2026-07-17
   Keeps the footer compact and prevents the Services menu from swallowing the footer
   when opened near the bottom of a long public page. */
body:not(.corporate-dashboard) .site-footer.premium-footer{
  min-height:auto!important;
  padding-block:clamp(28px,4vw,44px) max(18px,env(safe-area-inset-bottom))!important;
}
.site-footer .footer-newsletter{
  margin-bottom:clamp(18px,2.6vw,28px)!important;
  padding:clamp(18px,2.4vw,24px)!important;
}
.site-footer__grid.footer-grid{
  gap:clamp(20px,2.5vw,30px) clamp(22px,3vw,36px)!important;
}
.site-footer__brand.footer-brand{
  gap:6px clamp(24px,3.5vw,42px)!important;
  padding-bottom:clamp(16px,2.4vw,24px)!important;
}
.site-footer__brand .site-footer__notice{
  padding:clamp(14px,1.8vw,18px)!important;
}
.site-footer__links.footer-links,
.site-footer__contact.footer-contact{
  gap:8px!important;
}
.site-footer__contact-list{
  gap:6px!important;
}
.site-footer .footer-bottom{
  margin-top:clamp(20px,3vw,28px)!important;
  padding-top:16px!important;
}
#header .site-navigation .mega-menu--services{
  position:fixed!important;
  top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px) + 8px)!important;
  left:50%!important;
  right:auto!important;
  width:min(720px,calc(100vw - 28px))!important;
  max-height:min(390px,calc(100dvh - var(--mtp-public-nav-height,82px) - var(--mtp-page-top-offset,0px) - 20px))!important;
  grid-template-columns:minmax(132px,150px) minmax(0,1fr)!important;
  gap:10px!important;
  padding:10px!important;
  overflow:auto!important;
  border-radius:14px!important;
  transform:translate(-50%,8px)!important;
  box-shadow:0 18px 48px rgba(3,20,15,.16)!important;
}
#header .mega-dropdown:hover > .mega-menu--services,
#header .mega-dropdown:focus-within > .mega-menu--services,
#header .mega-dropdown.open > .mega-menu--services{
  transform:translate(-50%,0)!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary{
  padding:6px!important;
  gap:3px!important;
}
#header .site-navigation .mega-menu--services .mega-column--primary a{
  min-height:34px!important;
  padding:7px 8px!important;
  font-size:.76rem!important;
}
#header .site-navigation .mega-menu--services .mega-title{
  padding:3px 7px!important;
  font-size:.6rem!important;
}
#header .site-navigation .mega-menu--services .compliance-nav{
  grid-template-columns:minmax(145px,.9fr) minmax(0,1fr)!important;
  gap:8px!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__group:last-child{
  display:none!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__overview,
#header .site-navigation .mega-menu--services .compliance-nav__group{
  padding:9px!important;
  border-radius:10px!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__overview h3{
  margin:3px 0!important;
  font-size:.9rem!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__overview p,
#header .site-navigation .mega-menu--services .compliance-nav-item__description{
  display:none!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__eyebrow,
#header .site-navigation .mega-menu--services .compliance-nav__heading{
  margin-bottom:6px!important;
  font-size:.6rem!important;
}
#header .site-navigation .mega-menu--services .compliance-nav__list{
  gap:5px!important;
}
#header .site-navigation .mega-menu--services .compliance-nav a.compliance-nav-item{
  min-height:37px!important;
  grid-template-columns:25px minmax(0,1fr)!important;
  gap:7px!important;
  padding:7px!important;
}
#header .site-navigation .mega-menu--services .compliance-nav-item__icon{
  width:25px!important;
  height:25px!important;
}
#header .site-navigation .mega-menu--services .compliance-nav-item__title{
  font-size:.7rem!important;
  line-height:1.18!important;
}
@media(max-width:1120px){
  #header .site-navigation .mega-menu--services{
    position:absolute!important;
    left:0!important;
    top:calc(100% + 10px)!important;
    width:min(360px,calc(100vw - 24px))!important;
    max-height:calc(100dvh - var(--mtp-public-nav-height,82px) - 24px)!important;
    grid-template-columns:1fr!important;
    transform:translateY(8px)!important;
  }
  #header .mega-dropdown:hover > .mega-menu--services,
  #header .mega-dropdown:focus-within > .mega-menu--services,
  #header .mega-dropdown.open > .mega-menu--services{
    transform:translateY(0)!important;
  }
}

/* Footer contact section final repair - 2026-07-17
   Gives Contact enough room to breathe and prevents email/address text from
   breaking into awkward short fragments on desktop footer views. */
@media(min-width:981px){
  .site-footer__grid.footer-grid{
    grid-template-columns:minmax(150px,.82fr) minmax(145px,.82fr) minmax(190px,1.05fr) minmax(340px,1.75fr)!important;
    grid-template-areas:
      "brand brand brand brand"
      "services explore support contact"!important;
  }
  .site-footer__contact.footer-contact{
    width:min(100%,390px)!important;
    justify-self:end!important;
  }
}
.site-footer__contact.footer-contact{
  min-width:min(100%,300px)!important;
}
.site-footer__contact .site-footer__panel{
  width:100%!important;
}
.site-footer__contact-list{
  width:100%!important;
  max-width:none!important;
}
.site-footer .contact-item{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.site-footer .contact-item svg{
  width:18px!important;
  height:18px!important;
  margin-top:2px!important;
  color:#8beeb6!important;
}
.site-footer__contact-value{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  line-height:1.5!important;
  hyphens:none!important;
  word-break:normal!important;
}
.site-footer__contact-value--email{
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}
.site-footer__contact-value--address{
  max-width:24rem!important;
  overflow-wrap:normal!important;
}
.site-footer__hours{
  width:100%!important;
  max-width:24rem!important;
  margin:12px 0 0!important;
  padding-top:12px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  line-height:1.55!important;
}
@media(max-width:980px){
  .site-footer__contact.footer-contact{
    width:100%!important;
    max-width:34rem!important;
    min-width:0!important;
    justify-self:stretch!important;
  }
}
@media(max-width:780px){
  .site-footer__contact.footer-contact{
    max-width:none!important;
  }
  .site-footer__contact-value--address,
  .site-footer__hours{
    max-width:none!important;
    overflow-wrap:break-word!important;
  }
}

/* Footer column alignment and legal bar repair - 2026-07-17
   Keeps Contact on the same visual line as Support & Legal, then presents the
   copyright and policy links as a clean footer-bottom bar. */
.site-footer__links[data-footer-section="support"],
.site-footer__links--support,
.site-footer__contact.footer-contact{
  align-self:start!important;
  justify-self:stretch!important;
  margin-top:0!important;
  padding-top:0!important;
}
.site-footer__links[data-footer-section="support"] .site-footer__heading,
.site-footer__links--support .site-footer__heading,
.site-footer__contact.footer-contact .site-footer__heading{
  margin-top:0!important;
}
.site-footer__links[data-footer-section="support"] .site-footer__accordion,
.site-footer__links--support .site-footer__accordion,
.site-footer__contact.footer-contact .site-footer__accordion{
  align-items:center!important;
  min-height:24px!important;
  padding-top:0!important;
}
@media(min-width:981px){
  .site-footer__contact.footer-contact{
    width:100%!important;
    max-width:390px!important;
    justify-self:start!important;
  }
}
.site-footer__bottom.footer-bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px 24px!important;
  width:100%!important;
  margin-top:clamp(26px,3vw,34px)!important;
  padding-top:16px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  text-align:left!important;
}
.site-footer .footer-bottom-legal{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px 18px!important;
  min-width:0!important;
}
.site-footer .footer-bottom-legal p{
  margin:0!important;
  color:rgba(255,255,255,.76)!important;
  font-size:.86rem!important;
  line-height:1.45!important;
}
.site-footer .footer-legal-links{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px 12px!important;
  min-width:0!important;
}
.site-footer .footer-legal-links a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.82rem!important;
  line-height:1.25!important;
  text-decoration:none!important;
}
.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus-visible{
  color:#8beeb6!important;
}
.site-footer .footer-legal-links a:not(:last-child)::after{
  content:"";
  width:1px;
  height:12px;
  margin-left:12px;
  background:rgba(255,255,255,.22);
}
.site-footer .back-top{
  justify-self:end!important;
  align-self:center!important;
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
}
@media(max-width:780px){
  .site-footer__bottom.footer-bottom{
    grid-template-columns:1fr!important;
    justify-items:start!important;
    text-align:left!important;
  }
  .site-footer .footer-bottom-legal,
  .site-footer .footer-legal-links{
    align-items:flex-start!important;
    justify-content:flex-start!important;
  }
  .site-footer .footer-legal-links{
    gap:4px 10px!important;
  }
  .site-footer .back-top{
    justify-self:start!important;
  }
}

/* Paystack-style Services dropdown - 2026-07-17
   Compact two-column desktop services card inspired by the supplied Paystack
   reference: feature links on the left, grouped quick links in a pale rail. */
#header .site-navigation [data-nav-parent="services"]{
  position:relative!important;
}
#header .site-navigation [data-nav-parent="services"] > .mega-menu--services{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:0!important;
  right:auto!important;
  width:min(470px,calc(100vw - 28px))!important;
  max-height:calc(100dvh - var(--mtp-public-nav-height,82px) - var(--mtp-page-top-offset,0px) - 24px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.58fr) minmax(154px,.78fr)!important;
  gap:0!important;
  padding:0!important;
  overflow:auto!important;
  background:#fff!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:0 20px 44px rgba(4,28,22,.16)!important;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px)!important;
  transition:opacity .18s ease, visibility .18s ease, transform .18s ease!important;
}
#header .site-navigation [data-nav-parent="services"]:hover > .mega-menu--services,
#header .site-navigation [data-nav-parent="services"]:focus-within > .mega-menu--services,
#header .site-navigation [data-nav-parent="services"].open > .mega-menu--services{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__features{
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
  gap:18px!important;
  padding:26px 24px!important;
  background:#fff!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__feature{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:start!important;
  gap:14px!important;
  min-height:0!important;
  padding:0!important;
  color:#082e22!important;
  font-size:1rem!important;
  line-height:1.35!important;
  text-decoration:none!important;
  white-space:normal!important;
  border-radius:12px!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__feature:hover,
#header .site-navigation .mega-menu--services .mtp-services-menu__feature:focus-visible{
  color:#006b3f!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  background:#022139!important;
  color:#69e29d!important;
  box-shadow:none!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__icon svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__feature-copy{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__feature-copy strong{
  color:#09263a!important;
  font-size:.94rem!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__feature-copy small{
  max-width:18rem!important;
  color:#233b4a!important;
  font-size:.79rem!important;
  font-weight:560!important;
  line-height:1.45!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__rail.compliance-nav{
  display:block!important;
  grid-template-columns:none!important;
  min-width:0!important;
  padding:26px 24px!important;
  background:#f4f8f7!important;
  border-left:1px solid #edf2f0!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__group + .mtp-services-menu__group{
  margin-top:26px!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__eyebrow{
  display:block!important;
  margin:0 0 10px!important;
  color:#697f88!important;
  font-size:.62rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__links{
  display:grid!important;
  gap:8px!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__quick-link{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  color:#09263a!important;
  font-size:.86rem!important;
  font-weight:850!important;
  line-height:1.4!important;
  text-decoration:none!important;
}
#header .site-navigation .mega-menu--services .mtp-services-menu__quick-link:hover,
#header .site-navigation .mega-menu--services .mtp-services-menu__quick-link:focus-visible{
  color:#009a57!important;
}
@media(max-width:1120px){
  #header .site-navigation [data-nav-parent="services"] > .mega-menu--services{
    width:min(470px,calc(100vw - 24px))!important;
    grid-template-columns:minmax(0,1.5fr) minmax(148px,.82fr)!important;
  }
}
@media(max-width:1080px){
  #header .site-navigation [data-nav-parent="services"] > .mega-menu--services{
    display:none!important;
  }
}

/* Paystack-style Explore dropdown - 2026-07-17
   Mirrors the Services dropdown pattern for About, Pricing, Compliance Matters,
   FAQs, public notice and policy links. */
#header .site-navigation [data-nav-parent="explore"]{
  position:relative!important;
}
#header .site-navigation [data-nav-parent="explore"] > .mega-menu--explore{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:0!important;
  right:auto!important;
  width:min(470px,calc(100vw - 28px))!important;
  max-height:calc(100dvh - var(--mtp-public-nav-height,82px) - var(--mtp-page-top-offset,0px) - 24px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.58fr) minmax(154px,.78fr)!important;
  gap:0!important;
  padding:0!important;
  overflow:auto!important;
  background:#fff!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:0 20px 44px rgba(4,28,22,.16)!important;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px)!important;
  transition:opacity .18s ease, visibility .18s ease, transform .18s ease!important;
}
#header .site-navigation [data-nav-parent="explore"]:hover > .mega-menu--explore,
#header .site-navigation [data-nav-parent="explore"]:focus-within > .mega-menu--explore,
#header .site-navigation [data-nav-parent="explore"].open > .mega-menu--explore{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__features{
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
  gap:18px!important;
  padding:26px 24px!important;
  background:#fff!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:start!important;
  gap:14px!important;
  min-height:0!important;
  padding:0!important;
  color:#082e22!important;
  font-size:1rem!important;
  line-height:1.35!important;
  text-decoration:none!important;
  white-space:normal!important;
  border-radius:12px!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature:hover,
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature:focus-visible{
  color:#006b3f!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  background:#022139!important;
  color:#69e29d!important;
  box-shadow:none!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__icon svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature-copy{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature-copy strong{
  color:#09263a!important;
  font-size:.94rem!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__feature-copy small{
  max-width:18rem!important;
  color:#233b4a!important;
  font-size:.79rem!important;
  font-weight:560!important;
  line-height:1.45!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__rail.compliance-nav{
  display:block!important;
  grid-template-columns:none!important;
  min-width:0!important;
  padding:26px 24px!important;
  background:#f4f8f7!important;
  border-left:1px solid #edf2f0!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__group + .mtp-services-menu__group{
  margin-top:26px!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__eyebrow{
  display:block!important;
  margin:0 0 10px!important;
  color:#697f88!important;
  font-size:.62rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__links{
  display:grid!important;
  gap:8px!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__quick-link{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  color:#09263a!important;
  font-size:.86rem!important;
  font-weight:850!important;
  line-height:1.4!important;
  text-decoration:none!important;
}
#header .site-navigation .mega-menu--explore .mtp-services-menu__quick-link:hover,
#header .site-navigation .mega-menu--explore .mtp-services-menu__quick-link:focus-visible{
  color:#009a57!important;
}
@media(max-width:1120px){
  #header .site-navigation [data-nav-parent="explore"] > .mega-menu--explore{
    width:min(470px,calc(100vw - 24px))!important;
    grid-template-columns:minmax(0,1.5fr) minmax(148px,.82fr)!important;
  }
}
@media(max-width:1080px){
  #header .site-navigation [data-nav-parent="explore"] > .mega-menu--explore{
    display:none!important;
  }
}

/* Paystack-inspired full responsive navigation - 2026-07-17
   Applies the supplied reference across desktop, tablet and mobile: desktop
   links sit close to the logo with actions on the right, while tablet/mobile use
   a full-screen pale menu overlay with simple rows, chevrons, login and CTA. */
#header .site-navigation.navbar,
#header .global-nav{
  background:rgba(247,255,250,.97)!important;
  border-bottom:1px solid rgba(6,77,47,.08)!important;
  box-shadow:none!important;
}
#header .site-navigation.navbar.is-scrolled,
#header .global-nav.is-scrolled{
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 8px 28px rgba(4,28,22,.08)!important;
}
#header .site-navigation__inner.nav-wrapper,
#header .global-nav__container{
  width:min(1200px,100%)!important;
  min-height:68px!important;
  padding:8px clamp(16px,3vw,28px)!important;
  gap:clamp(12px,2vw,24px)!important;
}
#header .site-navigation__logo.logo,
#header .global-nav__logo{
  min-width:188px!important;
}
#header .site-navigation__logo.logo img,
#header .global-nav__logo img{
  width:42px!important;
  height:42px!important;
}
#header .site-navigation .brand-text strong{
  font-size:.84rem!important;
  letter-spacing:-.02em!important;
}
#header .site-navigation .brand-text small{
  font-size:.58rem!important;
}
#header .site-navigation__menu.desktop-nav,
#header .global-nav__menu{
  margin-left:clamp(8px,1.6vw,22px)!important;
  margin-right:auto!important;
}
#header .site-navigation__actions.nav-actions,
#header .global-nav__actions{
  margin-left:auto!important;
}
#header .site-navigation__list.nav-links{
  gap:6px!important;
}
#header .site-navigation__link,
#header .site-navigation .nav-links a,
#header .site-navigation .mega-trigger{
  min-height:38px!important;
  padding:0 9px!important;
  border-radius:6px!important;
  background:transparent!important;
  color:#102b3a!important;
  font-size:.78rem!important;
  font-weight:900!important;
}
#header .site-navigation .nav-links a:hover,
#header .site-navigation .nav-links a:focus-visible,
#header .site-navigation .mega-trigger:hover,
#header .site-navigation .mega-trigger:focus-visible,
#header .site-navigation .nav-links a.active-link,
#header .site-navigation .mega-trigger.is-current{
  background:#e9fbf0!important;
  color:#008b50!important;
}
#header .site-navigation__actions .signin-btn,
#header .global-nav__cta--login{
  min-height:38px!important;
  border-color:#050b0e!important;
  background:#050b0e!important;
  color:#fff!important;
}
#header .site-navigation__actions .primary-btn,
#header .global-nav__cta--register{
  min-height:38px!important;
  border-color:#36b864!important;
  background:#36b864!important;
  color:#fff!important;
}
#header .site-navigation__actions .global-nav__cta--search{
  min-height:38px!important;
  background:#fff!important;
  border-color:#064d2f!important;
  color:#064d2f!important;
}
#header .site-navigation__toggle.mobile-toggle{
  width:42px!important;
  height:42px!important;
  margin-left:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#0a78a6!important;
  box-shadow:none!important;
  font-size:1.65rem!important;
  line-height:1!important;
}
#header .site-navigation__toggle.mobile-toggle:hover,
#header .site-navigation__toggle.mobile-toggle:focus-visible{
  background:rgba(6,77,47,.06)!important;
}
#mobileOverlay.mobile-overlay{
  z-index:8998!important;
  background:rgba(237,255,246,.28)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#mobileSidebar.site-navigation__drawer.mobile-sidebar{
  position:fixed!important;
  inset:0!important;
  z-index:8999!important;
  width:100vw!important;
  max-width:none!important;
  height:100dvh!important;
  max-height:100dvh!important;
  display:flex!important;
  flex-direction:column!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(239,255,246,.92)!important;
  box-shadow:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:none!important;
  transition:opacity .2s ease,visibility .2s ease!important;
  backdrop-filter:blur(2px)!important;
  -webkit-backdrop-filter:blur(2px)!important;
}
#mobileSidebar.site-navigation__drawer.mobile-sidebar.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}
#mobileSidebar .mobile-top{
  position:relative!important;
  top:auto!important;
  z-index:2!important;
  min-height:88px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:calc(20px + env(safe-area-inset-top)) 18px 18px!important;
  background:transparent!important;
  border-bottom:1px solid rgba(6,77,47,.06)!important;
}
#mobileSidebar .mobile-brand{
  min-width:0!important;
  gap:8px!important;
}
#mobileSidebar .mobile-brand img{
  width:42px!important;
  height:42px!important;
}
#mobileSidebar .mobile-brand .brand-text strong{
  color:#102b3a!important;
  font-size:1rem!important;
}
#mobileSidebar .mobile-brand .brand-text small{
  display:none!important;
}
#header .mobile-close{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  background:transparent!important;
  color:#102b3a!important;
  font-size:2rem!important;
  line-height:1!important;
  cursor:pointer!important;
}
#mobileSidebar .mobile-nav__body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:8px 18px max(24px,env(safe-area-inset-bottom))!important;
}
#mobileSidebar .mobile-links{
  display:grid!important;
  gap:0!important;
  margin:0!important;
}
#mobileSidebar .mobile-links > a,
#mobileSidebar .mobile-dropdown-btn{
  min-height:32px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:8px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#102b3a!important;
  font-size:.88rem!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:left!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
#mobileSidebar .mobile-links > a:hover,
#mobileSidebar .mobile-links > a:focus-visible,
#mobileSidebar .mobile-dropdown-btn:hover,
#mobileSidebar .mobile-dropdown-btn:focus-visible{
  color:#008b50!important;
  background:transparent!important;
}
#mobileSidebar .mobile-dropdown-btn > span[aria-hidden="true"],
#mobileSidebar .mobile-compliance-nav__toggle > span[aria-hidden="true"]{
  width:20px!important;
  height:20px!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:0!important;
  color:#102b3a!important;
  transform:none!important;
}
#mobileSidebar .mobile-dropdown-btn > span[aria-hidden="true"]::before,
#mobileSidebar .mobile-compliance-nav__toggle > span[aria-hidden="true"]::before{
  content:"›";
  font-size:1rem!important;
  font-weight:900!important;
  line-height:1!important;
}
#mobileSidebar .mobile-dropdown.open > .mobile-dropdown-btn > span[aria-hidden="true"],
#mobileSidebar .mobile-compliance-nav.open > .mobile-compliance-nav__toggle > span[aria-hidden="true"]{
  transform:rotate(90deg)!important;
}
#mobileSidebar .mobile-dropdown-menu{
  display:grid!important;
  gap:0!important;
  max-height:var(--mobile-panel-height,0px)!important;
  margin:0!important;
  padding:0 0 0 14px!important;
  overflow:hidden!important;
  border:0!important;
  border-left:1px solid rgba(6,77,47,.12)!important;
  background:transparent!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:max-height .22s ease,opacity .16s ease,visibility .16s ease,padding .16s ease,margin .16s ease!important;
}
#mobileSidebar .mobile-dropdown.open > .mobile-dropdown-menu{
  margin:2px 0 8px!important;
  padding-block:5px!important;
  opacity:1!important;
  visibility:visible!important;
}
#mobileSidebar .mobile-dropdown-menu a,
#mobileSidebar .mobile-compliance-nav__overview,
#mobileSidebar .mobile-compliance-nav a.compliance-nav-item{
  min-height:30px!important;
  padding:6px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#173344!important;
  font-size:.8rem!important;
  font-weight:800!important;
  text-decoration:none!important;
}
#mobileSidebar .mobile-compliance-nav{
  margin:0!important;
}
#mobileSidebar .mobile-compliance-nav__toggle{
  min-height:32px!important;
  padding:7px 0!important;
  border:0!important;
  background:transparent!important;
  color:#102b3a!important;
  font-size:.82rem!important;
  font-weight:900!important;
}
#mobileSidebar .mobile-compliance-nav__panel{
  border-left:1px solid rgba(6,77,47,.12)!important;
  padding-left:12px!important;
  background:transparent!important;
}
#mobileSidebar .mobile-compliance-nav .compliance-nav-item__icon{
  display:none!important;
}
#mobileSidebar .mobile-compliance-nav a.compliance-nav-item{
  display:block!important;
}
#mobileSidebar .mobile-buttons{
  display:grid!important;
  gap:10px!important;
  margin:14px 0 0!important;
}
#mobileSidebar .mobile-buttons .mobile-signin{
  order:1!important;
  min-height:32px!important;
  justify-content:flex-start!important;
  padding:4px 0!important;
  border:0!important;
  background:transparent!important;
  color:#00a35b!important;
  font-size:.88rem!important;
  font-weight:900!important;
}
#mobileSidebar .mobile-buttons .mobile-start{
  order:2!important;
  width:100%!important;
  min-height:42px!important;
  justify-content:center!important;
  border:0!important;
  border-radius:5px!important;
  background:#36b864!important;
  color:#fff!important;
  font-size:.88rem!important;
  font-weight:950!important;
}
#mobileSidebar .mobile-buttons .mobile-search-proposed{
  order:3!important;
  width:100%!important;
  min-height:40px!important;
  border:1px solid rgba(6,77,47,.2)!important;
  border-radius:5px!important;
  background:rgba(255,255,255,.58)!important;
  color:#064d2f!important;
  font-size:.8rem!important;
  font-weight:900!important;
}
#mobileSidebar .mobile-buttons .mobile-support,
#mobileSidebar .site-navigation__mobile-utility,
#mobileSidebar .site-navigation__mobile-legal,
#mobileSidebar .site-navigation__mobile-title,
#mobileSidebar .site-navigation__mobile-copy{
  display:none!important;
}
@media(max-width:1080px){
  #header .site-navigation__inner.nav-wrapper,
  #header .global-nav__container{
    min-height:68px!important;
  }
  #header .site-navigation__logo.logo,
  #header .global-nav__logo{
    min-width:0!important;
  }
}
@media(max-width:520px){
  #mobileSidebar .mobile-top{
    min-height:86px!important;
    padding-inline:18px!important;
  }
  #mobileSidebar .mobile-nav__body{
    padding-inline:18px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  #mobileSidebar.site-navigation__drawer.mobile-sidebar,
  #mobileSidebar .mobile-dropdown-menu{
    transition:none!important;
  }
}

/* Paystack-style Our Partners section - 2026-07-17
   Reframes the ecosystem directory as large reference/partner cards like the
   supplied Paystack partner section, while preserving compliance disclaimers. */
.mtp-homepage .mtp-service-ecosystem-section{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#f8fbfc!important;
  padding-top:clamp(78px,9vw,120px)!important;
  padding-bottom:clamp(72px,9vw,112px)!important;
}
.mtp-homepage .mtp-service-ecosystem-section::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:clamp(38px,7vw,86px);
  right:clamp(-230px,-10vw,-90px);
  width:clamp(340px,42vw,600px);
  aspect-ratio:1;
  border-radius:50%;
  opacity:.42;
  background:
    repeating-radial-gradient(circle,
      rgba(6,77,47,.13) 0 2px,
      transparent 2px 9px);
  mask-image:radial-gradient(circle,transparent 0 35%,#000 36% 100%);
  -webkit-mask-image:radial-gradient(circle,transparent 0 35%,#000 36% 100%);
  pointer-events:none;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-shell{
  width:min(966px,calc(100% - 36px))!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:clamp(28px,4vw,44px)!important;
  align-items:start!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading{
  max-width:650px!important;
  margin:0!important;
  text-align:left!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading .mtp-eyebrow{
  color:#008b50!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading h2{
  max-width:620px!important;
  margin:12px 0 14px!important;
  color:#061e35!important;
  font-size:clamp(2.25rem,4vw,3.2rem)!important;
  line-height:1.08!important;
  letter-spacing:-.055em!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading>p{
  max-width:650px!important;
  margin:0!important;
  color:#09263a!important;
  font-size:clamp(1rem,1.4vw,1.12rem)!important;
  line-height:1.65!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-disclaimer{
  order:3!important;
  width:100%!important;
  max-width:none!important;
  grid-column:1!important;
  margin:0!important;
  padding:13px 16px!important;
  border:1px solid rgba(246,195,67,.46)!important;
  border-left:4px solid #f6c343!important;
  border-radius:10px!important;
  background:#fff9df!important;
  color:#4d3c07!important;
  font-size:.82rem!important;
  line-height:1.55!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem{
  order:2!important;
  grid-column:1!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  width:100%!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem.is-enhanced,
.mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem[aria-busy="false"]{
  opacity:1!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-group,
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-list{
  display:contents!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-group-heading{
  display:none!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-item{
  min-width:0!important;
  display:block!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card{
  min-height:292px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:20px!important;
  padding:clamp(24px,3vw,30px)!important;
  border:1px solid #e6edf0!important;
  border-top:1px solid #e6edf0!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(5,28,44,.035)!important;
  transform:none!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card:hover,
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card:focus-within{
  transform:translateY(-3px)!important;
  border-color:#d8e4e8!important;
  box-shadow:0 18px 42px rgba(5,28,44,.07)!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-logo{
  width:auto!important;
  height:38px!important;
  aspect-ratio:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-logo img{
  width:auto!important;
  max-width:132px!important;
  height:34px!important;
  object-fit:contain!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-logo-fallback{
  width:auto!important;
  min-width:48px!important;
  height:30px!important;
  display:inline-grid!important;
  place-items:center!important;
  padding:0 9px!important;
  border-radius:0!important;
  background:#064d2f!important;
  color:#fff!important;
  font-size:1rem!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card[data-ecosystem-entry="paystack"] .mtp-ecosystem-logo img{
  max-width:150px!important;
  height:38px!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card[data-ecosystem-entry="firs-tin"] .mtp-ecosystem-logo-fallback{
  background:#2554d7!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card[data-ecosystem-entry="scuml"] .mtp-ecosystem-logo-fallback{
  background:#f26d2f!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card[data-ecosystem-entry="hostinger"] .mtp-ecosystem-logo-fallback{
  background:#6646f5!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-copy{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  min-width:0!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-category{
  order:1!important;
  width:max-content!important;
  max-width:100%!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#008b50!important;
  font-size:.66rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card h4{
  order:2!important;
  margin:0!important;
  color:#061e35!important;
  font-size:.98rem!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card p{
  order:3!important;
  margin:0!important;
  color:#09263a!important;
  font-size:.9rem!important;
  line-height:1.7!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-footer{
  order:4!important;
  margin-top:auto!important;
  padding-top:18px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-avatar{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#e7f8ee!important;
  color:#064d2f!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-person{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-person strong{
  color:#061e35!important;
  font-size:.88rem!important;
  line-height:1.25!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card-person small{
  color:#41596a!important;
  font-size:.68rem!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-link{
  order:5!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:28px!important;
  margin-top:2px!important;
  color:#008b50!important;
  font-size:.76rem!important;
  font-weight:950!important;
}
.mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-empty-state{
  grid-column:1/-1!important;
  min-height:0!important;
  padding:16px 18px!important;
  border:1px dashed rgba(6,77,47,.22)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.72)!important;
}
@media(max-width:980px){
  .mtp-homepage .mtp-service-ecosystem-section .mtp-section-shell{
    width:min(760px,calc(100% - 32px))!important;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  .mtp-homepage .mtp-service-ecosystem-section{
    padding-top:clamp(58px,12vw,78px)!important;
  }
  .mtp-homepage .mtp-service-ecosystem-section::after{
    width:360px;
    right:-220px;
    top:90px;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-section-heading h2{
    font-size:clamp(2rem,11vw,2.65rem)!important;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-service-ecosystem{
    grid-template-columns:1fr!important;
  }
  .mtp-homepage .mtp-service-ecosystem-section .mtp-ecosystem-card{
    min-height:0!important;
  }
}

/* Mobile navigation hang guard - 2026-07-17
   Keeps the Paystack-style full-screen menu lightweight on mobile/tablet. */
html.mtp-mobile-nav-open,
body.mtp-mobile-nav-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
#mobileSidebar.site-navigation__drawer.mobile-sidebar{
  contain:layout paint!important;
  will-change:opacity!important;
}
#mobileSidebar .mobile-dropdown-btn > span[aria-hidden="true"]::before,
#mobileSidebar .mobile-compliance-nav__toggle > span[aria-hidden="true"]::before{
  content:">"!important;
}

/* Paystack-style Contact page and Partnership Review modal - 2026-07-17
   Contact page follows the referenced quick-help + contact-card pattern, while
   partnership review opens in a lightweight modal instead of navigating away. */
.mtp-contact-page .premium-contact-hero{
  background:linear-gradient(180deg,#f4fff8 0%,#fff 100%)!important;
  color:#061e35!important;
  padding-bottom:clamp(42px,6vw,72px)!important;
}
.mtp-contact-page .premium-contact-header{
  color:#061e35!important;
}
.mtp-contact-page .contact-breadcrumb li,
.mtp-contact-page .contact-breadcrumb a{
  color:#486271!important;
}
.mtp-contact-page .contact-breadcrumb li+li::before{
  color:#91a4ad!important;
}
.mtp-contact-page .premium-contact-header h1{
  color:#061e35!important;
  font-size:clamp(2.45rem,5vw,4.6rem)!important;
  line-height:1.02!important;
  letter-spacing:-.06em!important;
}
.mtp-contact-page .premium-contact-header>p{
  max-width:720px!important;
  color:#09263a!important;
  font-size:clamp(1.02rem,1.6vw,1.18rem)!important;
}
.mtp-contact-page .mtp-contact-paystack-help{
  background:#fff!important;
  padding:clamp(48px,7vw,82px) clamp(18px,4vw,48px)!important;
}
.mtp-contact-page .mtp-contact-paystack-help .mtp-section-shell{
  width:min(940px,100%)!important;
}
.mtp-contact-paystack-heading{
  max-width:680px;
  margin:0 auto 28px;
  text-align:center;
}
.mtp-contact-paystack-heading h2{
  margin:10px 0 10px;
  color:#061e35;
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1.08;
  letter-spacing:-.055em;
}
.mtp-contact-paystack-heading p{
  margin:0;
  color:#486271;
  line-height:1.7;
}
.mtp-contact-question-box{
  width:min(720px,100%);
  margin:0 auto 28px;
  display:grid;
  gap:10px;
}
.mtp-contact-question-box label{
  color:#102b3a;
  font-size:.9rem;
  font-weight:900;
}
.mtp-contact-question-box>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  min-height:58px;
  overflow:hidden;
  border:1px solid #dce9e2;
  border-radius:9px;
  background:#fff;
  box-shadow:0 14px 32px rgba(5,28,44,.045);
}
.mtp-contact-question-box input{
  min-width:0;
  border:0;
  padding:0 18px;
  outline:0;
  color:#061e35;
  font:inherit;
}
.mtp-contact-question-box button{
  border:0;
  padding:0 18px;
  background:#36b864;
  color:#fff;
  font:inherit;
  font-weight:950;
  cursor:pointer;
}
.mtp-contact-common-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mtp-contact-common-card,
.mtp-contact-page .contact-method-card{
  border-radius:6px!important;
  border:1px solid #e6edf0!important;
  box-shadow:0 10px 30px rgba(5,28,44,.035)!important;
}
.mtp-contact-common-card{
  min-height:150px;
  display:grid;
  align-content:start;
  gap:10px;
  padding:22px;
  background:#fff;
  color:#061e35;
  text-decoration:none;
}
.mtp-contact-common-card span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#e7f8ee;
  color:#008b50;
  font-size:.74rem;
  font-weight:950;
}
.mtp-contact-common-card strong{
  color:#061e35;
  font-size:1rem;
}
.mtp-contact-common-card small{
  color:#486271;
  line-height:1.6;
}
.mtp-contact-common-card:hover,
.mtp-contact-common-card:focus-visible,
.mtp-contact-page .contact-method-card:hover,
.mtp-contact-page .contact-method-card:focus-visible{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 42px rgba(5,28,44,.075)!important;
}
.mtp-contact-page .contact-method-section{
  background:#f8fbfc!important;
}
.mtp-contact-page .contact-method-card>svg{
  border-radius:999px!important;
  background:#022139!important;
  color:#69e29d!important;
}
.mtp-contact-page .contact-method-card>span{
  color:#008b50!important;
}
.mtp-partnership-modal{
  position:fixed;
  inset:0;
  z-index:10120;
  display:grid;
  place-items:center;
  padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));
}
.mtp-partnership-modal[hidden]{
  display:none!important;
}
.mtp-partnership-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,20,15,.56);
  backdrop-filter:blur(8px);
}
.mtp-partnership-modal__dialog{
  position:relative;
  width:min(760px,100%);
  max-height:min(820px,calc(100dvh - 32px));
  overflow:auto;
  border-radius:10px;
  background:#f8fbfc;
  box-shadow:0 30px 90px rgba(3,20,15,.36);
  outline:0;
}
.mtp-partnership-modal__close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#061e35;
  font-size:1.3rem;
  cursor:pointer;
}
.mtp-partnership-modal__hero{
  padding:clamp(28px,4vw,44px) clamp(22px,4vw,42px) 18px;
  background:#f0fff6;
}
.mtp-partnership-modal__icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#022139;
  color:#69e29d;
  margin-bottom:14px;
}
.mtp-partnership-modal__icon svg{
  width:23px;
  height:23px;
}
.mtp-partnership-modal__hero h2{
  max-width:620px;
  margin:10px 0;
  color:#061e35;
  font-size:clamp(1.75rem,4vw,2.7rem);
  line-height:1.06;
  letter-spacing:-.055em;
}
.mtp-partnership-modal__hero p{
  max-width:650px;
  margin:0;
  color:#486271;
  line-height:1.7;
}
.mtp-partnership-review-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding:clamp(20px,4vw,36px) clamp(22px,4vw,42px) clamp(24px,4vw,40px);
}
.mtp-partnership-review-form label{
  display:grid;
  gap:7px;
  color:#102b3a;
  font-weight:850;
}
.mtp-partnership-review-form label span{
  font-size:.84rem;
}
.mtp-partnership-review-form label em{
  color:#9a6a00;
  font-style:normal;
  font-size:.72rem;
}
.mtp-partnership-review-form input,
.mtp-partnership-review-form select,
.mtp-partnership-review-form textarea{
  width:100%;
  min-height:46px;
  border:1px solid #dce9e2;
  border-radius:6px;
  background:#fff;
  color:#061e35;
  padding:11px 12px;
  font:inherit;
}
.mtp-partnership-review-form textarea{
  min-height:126px;
  resize:vertical;
}
.mtp-partnership-review-form [aria-invalid="true"]{
  border-color:#d92d20!important;
  box-shadow:0 0 0 3px rgba(217,45,32,.12)!important;
}
.mtp-partnership-modal__wide,
.mtp-partnership-modal__consent,
.mtp-partnership-modal__actions,
.mtp-partnership-modal__status{
  grid-column:1/-1;
}
.mtp-partnership-modal__consent{
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:start;
  font-weight:700!important;
  color:#486271!important;
  line-height:1.55;
}
.mtp-partnership-modal__consent input{
  width:auto;
  min-height:0;
  margin-top:4px;
}
.mtp-partnership-modal__status{
  margin:0;
  padding:12px 14px;
  border-radius:8px;
  background:#eef8f2;
  color:#064d2f;
  font-weight:850;
  line-height:1.55;
}
.mtp-partnership-modal__status[data-type="error"]{
  background:#fff1f1;
  color:#991b1b;
}
.mtp-partnership-modal__actions{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}
.mtp-partnership-modal__secondary,
.mtp-partnership-modal__primary{
  min-height:46px;
  padding:0 18px;
  border-radius:5px;
  font:inherit;
  font-weight:950;
  cursor:pointer;
}
.mtp-partnership-modal__secondary{
  border:1px solid #dce9e2;
  background:#fff;
  color:#061e35;
}
.mtp-partnership-modal__primary{
  border:0;
  background:#36b864;
  color:#fff;
}
.mtp-partnership-modal__primary:disabled{
  opacity:.72;
  cursor:wait;
}
.mtp-partnership-modal__spinner{
  width:16px;
  height:16px;
  display:inline-block;
  margin-left:8px;
  border:2px solid rgba(255,255,255,.45);
  border-top-color:#fff;
  border-radius:50%;
  animation:contactSpin .8s linear infinite;
}
body.mtp-partnership-modal-open{
  overflow:hidden!important;
}
@media(max-width:720px){
  .mtp-contact-question-box>div,
  .mtp-contact-common-grid,
  .mtp-partnership-review-form{
    grid-template-columns:1fr!important;
  }
  .mtp-contact-question-box button{
    min-height:46px;
  }
  .mtp-partnership-modal{
    padding:0;
  }
  .mtp-partnership-modal__dialog{
    width:100%;
    min-height:100dvh;
    max-height:100dvh;
    border-radius:0;
  }
  .mtp-partnership-modal__actions{
    display:grid;
  }
  .mtp-partnership-modal__actions>*{
    width:100%;
  }
}

/* Global public sticky navigation final lock - 2026-07-17
   Keeps the shared public navigation pinned on every public page while scrolling. */
:root{
  --mtp-sticky-nav-top:max(0px,var(--mtp-page-top-offset,0px));
}
html.mtp-public-nav-sticky-ready{
  scroll-padding-top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px) + 16px)!important;
}
html.mtp-public-nav-sticky-ready [id]{
  scroll-margin-top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px) + 18px)!important;
}
body:not(.corporate-dashboard)>#header,
body:not(.corporate-dashboard) #header.mtp-sticky-public-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:var(--mtp-sticky-nav-top)!important;
  z-index:12000!important;
  width:100%!important;
  min-height:var(--mtp-public-nav-height,68px);
  background:transparent!important;
  transform:translateZ(0);
  will-change:transform;
}
body:not(.corporate-dashboard) #header .site-navigation.navbar,
body:not(.corporate-dashboard) #header .navbar.mtp-sticky-public-navbar,
body:not(.corporate-dashboard) #header .global-nav{
  position:relative!important;
  top:auto!important;
  z-index:12001!important;
  width:100%!important;
}
body:not(.corporate-dashboard).mtp-auth-open>#header,
body:not(.corporate-dashboard).mtp-human-gate-open>#header,
body:not(.corporate-dashboard).mtp-partnership-modal-open>#header{
  z-index:100!important;
}
@media(print){
  body:not(.corporate-dashboard)>#header{
    position:static!important;
  }
}

/* Public navigation viewport lock - 2026-07-20
   Keep the shared navigation visible even on pages whose content uses clipped
   scrolling containers. The body offset preserves the document flow below it. */
html.mtp-public-nav-sticky-ready body:not(.corporate-dashboard){
  padding-top:calc(var(--mtp-public-nav-height,82px) + var(--mtp-page-top-offset,0px));
}
html.mtp-public-nav-sticky-ready body:not(.corporate-dashboard)>#header{
  position:fixed!important;
  top:var(--mtp-sticky-nav-top,0px)!important;
  left:0!important;
  right:0!important;
  z-index:12000!important;
}

/* Contact page FAQ CSS/JS repair - 2026-07-18
   Turns the Contact Us FAQ into a searchable, filtered, mobile-safe accordion. */
body.mtp-contact-page #contact-faq.mtp-contact-faq-section{
  width:min(1120px,calc(100% - 32px))!important;
  margin:clamp(56px,8vw,92px) auto!important;
  padding:clamp(24px,5vw,42px)!important;
  border:1px solid #dce9e2!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(54,184,100,.15),transparent 24rem),
    linear-gradient(180deg,#f8fffb 0%,#fff 100%)!important;
  box-shadow:0 28px 86px rgba(5,28,44,.07)!important;
  overflow:visible!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(18px,4vw,34px);
  align-items:end;
  margin:0 0 22px!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-header h2{
  max-width:760px;
  margin:10px 0 10px!important;
  color:#061e35!important;
  font-size:clamp(2rem,4.2vw,3.45rem)!important;
  line-height:1.06!important;
  letter-spacing:-.06em!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-header p{
  max-width:760px;
  margin:0!important;
  color:#486271!important;
  line-height:1.75!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-support-link{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid #36b864;
  border-radius:999px;
  background:#fff;
  color:#008b50;
  text-decoration:none;
  font-size:.84rem;
  font-weight:950;
  white-space:nowrap;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-support-link:hover,
body.mtp-contact-page #contact-faq .mtp-contact-faq-support-link:focus-visible{
  background:#36b864;
  color:#fff;
  outline:0;
  box-shadow:0 0 0 4px rgba(54,184,100,.14);
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-support-link svg{
  width:17px;
  height:17px;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-toolbar{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
  margin:0 0 18px!important;
  padding:14px!important;
  border:1px solid #dce9e2!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 18px 46px rgba(5,28,44,.055)!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-search{
  border-radius:12px!important;
  box-shadow:none!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-filters{
  padding:2px 0 4px!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-filters button{
  border-radius:8px!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-count{
  color:#486271!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-loading{
  margin:0!important;
  padding:18px;
  border:1px dashed #c9ded2;
  border-radius:14px;
  background:#fff;
  color:#486271;
  font-weight:800;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-list{
  gap:12px!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-card{
  border-color:#dce9e2!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(5,28,44,.035)!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-card.is-open{
  border-color:rgba(54,184,100,.7)!important;
  box-shadow:0 18px 48px rgba(5,28,44,.075)!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-question{
  min-height:62px!important;
  padding:18px 20px!important;
  color:#061e35!important;
  font-size:clamp(.96rem,1.4vw,1.08rem)!important;
  letter-spacing:-.015em;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-question i{
  width:24px!important;
  height:24px!important;
  padding:5px;
  border-radius:999px;
  background:#e7f8ee;
  color:#008b50!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-card.is-open .mtp-public-faq-question{
  background:#f6fff9!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-panel{
  padding:18px 22px 22px!important;
  color:#486271!important;
}
body.mtp-contact-page #contact-faq .mtp-public-faq-category{
  background:#e7f8ee!important;
  color:#008b50!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-empty{
  margin-top:14px;
  border-radius:18px!important;
}
body.mtp-contact-page #contact-faq .mtp-contact-faq-empty .mtp-button{
  margin-top:18px;
}
@media(max-width:860px){
  body.mtp-contact-page #contact-faq .mtp-contact-faq-header{
    grid-template-columns:1fr;
    align-items:start;
  }
  body.mtp-contact-page #contact-faq .mtp-contact-faq-support-link{
    width:max-content;
    max-width:100%;
    white-space:normal;
  }
}
@media(max-width:680px){
  body.mtp-contact-page #contact-faq.mtp-contact-faq-section{
    width:calc(100% - 24px)!important;
    padding:20px 14px!important;
    border-radius:20px!important;
  }
  body.mtp-contact-page #contact-faq .mtp-contact-faq-toolbar{
    padding:12px!important;
    border-radius:14px!important;
  }
  body.mtp-contact-page #contact-faq .mtp-contact-faq-search{
    grid-template-columns:auto minmax(0,1fr)!important;
  }
  body.mtp-contact-page #contact-faq .mtp-public-faq-question{
    padding:16px!important;
  }
  body.mtp-contact-page #contact-faq .mtp-public-faq-panel{
    padding:15px 16px 18px!important;
  }
}

/* Ask AI navigation trigger */
#header [data-open-ella-chat]{
  cursor:pointer;
}

/* Public navigation Ask AI and site search update - 2026-07-22 */
#header .global-nav__actions{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
#header .global-nav__cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  white-space:nowrap!important;
}
#header .global-nav__cta i,
#mobileSidebar .mobile-public-search i,
#mobileSidebar .mobile-ask-ai i{
  width:15px!important;
  height:15px!important;
  flex:0 0 auto!important;
}
#header .global-nav__cta--site-search{
  min-width:42px!important;
  padding-inline:11px!important;
  border-color:#d6e3dc!important;
  color:#102b3a!important;
}
#header .global-nav__cta--site-search:hover,
#header .global-nav__cta--site-search:focus-visible{
  border-color:#07843f!important;
  background:#f2fbf6!important;
  color:#045f2d!important;
}
#header .global-nav__cta--ask-ai{
  position:relative!important;
  isolation:isolate!important;
  min-height:38px!important;
  padding:0 13px!important;
  overflow:hidden!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#07140f!important;
  font-weight:950!important;
  box-shadow:0 8px 20px rgba(7,132,63,.08)!important;
}
#header .global-nav__cta--ask-ai::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  border-radius:inherit!important;
  background:linear-gradient(120deg,#07843f,#0ea5a3,#101713,#07843f)!important;
  background-size:260% 100%!important;
  animation:mtpAskAiBorderShift 5s linear infinite!important;
}
#header .global-nav__cta--ask-ai::after{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  z-index:-1!important;
  border-radius:inherit!important;
  background:#fff!important;
}
#header .global-nav__cta--ask-ai i{
  color:#07843f!important;
}
#header .global-nav__cta--ask-ai:hover,
#header .global-nav__cta--ask-ai:focus-visible{
  transform:translateY(-1px)!important;
  box-shadow:0 12px 25px rgba(7,132,63,.13)!important;
}
#header .global-nav__cta--ask-ai:active{
  transform:translateY(0)!important;
}
#header .global-nav__cta--ask-ai:disabled{
  opacity:.62!important;
  cursor:not-allowed!important;
  transform:none!important;
}
#header .mtp-services-menu__feature--name-search{
  border-color:#cae5d5!important;
  background:linear-gradient(135deg,#f8fffb,#fff)!important;
}
#header .mtp-services-menu__feature--name-search .mtp-services-menu__icon{
  background:#eaf8ef!important;
  color:#045f2d!important;
}
#mobileSidebar .mobile-public-search,
#mobileSidebar .mobile-ask-ai{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:42px!important;
  border-radius:999px!important;
  font-weight:950!important;
}
#mobileSidebar .mobile-public-search{
  border:1px solid #d7e5de!important;
  background:#fff!important;
  color:#102b3a!important;
}
#mobileSidebar .mobile-ask-ai{
  border:1px solid #07843f!important;
  background:#f4fff8!important;
  color:#045f2d!important;
}
.mtp-public-search,
.mtp-public-search *{
  box-sizing:border-box;
}
.mtp-public-search[hidden]{
  display:none!important;
}
.mtp-public-search{
  position:fixed;
  inset:0;
  z-index:1000020;
  display:grid;
  place-items:start center;
  padding:calc(var(--mtp-public-nav-height,82px) + 22px) 16px 16px;
  color:#101713;
  font-family:"Plus Jakarta Sans",Inter,"Segoe UI",Arial,sans-serif;
}
.mtp-public-search__backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,16,12,.52);
  backdrop-filter:blur(3px);
}
.mtp-public-search__dialog{
  position:relative;
  z-index:1;
  display:grid;
  width:min(720px,100%);
  max-height:calc(100dvh - var(--mtp-public-nav-height,82px) - 44px);
  overflow:hidden;
  border:1px solid #dbe7df;
  border-radius:16px;
  background:#fff;
  box-shadow:0 28px 90px rgba(5,16,12,.28);
}
.mtp-public-search__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px 12px;
}
.mtp-public-search__header span{
  display:block;
  margin-bottom:3px;
  color:#07843f;
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
}
.mtp-public-search__header h2{
  margin:0;
  color:#07140f;
  font-size:1.05rem;
  line-height:1.25;
}
.mtp-public-search__close{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border:1px solid #dbe7df;
  border-radius:50%;
  background:#fff;
  color:#27352f;
  cursor:pointer;
}
.mtp-public-search__field{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:52px;
  margin:0 20px;
  padding:0 14px;
  border:1px solid #cbded4;
  border-radius:999px;
  background:#f8fbf9;
}
.mtp-public-search__field:focus-within{
  border-color:#07843f;
  background:#fff;
  box-shadow:0 0 0 4px rgba(7,132,63,.11);
}
.mtp-public-search__field i,
.mtp-public-search__close i,
.mtp-public-search__result i{
  width:18px;
  height:18px;
}
.mtp-public-search__field input{
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#101713;
  font:inherit;
  font-size:.92rem;
}
.mtp-public-search__field button{
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#66746e;
  cursor:pointer;
}
.mtp-public-search__status{
  min-height:20px;
  margin:8px 22px 6px;
  color:#66746e;
  font-size:.78rem;
  font-weight:750;
}
.mtp-public-search__results{
  display:grid;
  gap:8px;
  overflow:auto;
  padding:0 20px 20px;
}
.mtp-public-search__result{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:66px;
  padding:10px 12px;
  border:1px solid #e0e8e3;
  border-radius:12px;
  background:#fff;
  color:#101713;
  text-align:left;
  cursor:pointer;
}
.mtp-public-search__result:hover,
.mtp-public-search__result:focus-visible,
.mtp-public-search__result.is-selected{
  border-color:#a9d7ba;
  background:#f3fbf7;
}
.mtp-public-search__icon{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:12px;
  background:#eaf8ef;
  color:#045f2d;
}
.mtp-public-search__copy{
  min-width:0;
}
.mtp-public-search__copy strong,
.mtp-public-search__copy small{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mtp-public-search__copy strong{
  color:#08120d;
  font-size:.9rem;
  font-weight:950;
}
.mtp-public-search__copy small{
  margin-top:3px;
  color:#66746e;
  font-size:.78rem;
  line-height:1.4;
  white-space:nowrap;
}
.mtp-public-search__result em{
  padding:4px 8px;
  border-radius:999px;
  background:#eef3f0;
  color:#52625b;
  font-size:.68rem;
  font-style:normal;
  font-weight:900;
}
.mtp-public-search mark{
  border-radius:3px;
  background:#dff5e7;
  color:inherit;
  padding:0 1px;
}
.mtp-public-search__empty{
  padding:22px;
  border:1px dashed #cad8d1;
  border-radius:12px;
  background:#f8fbf9;
  color:#66746e;
  font-size:.9rem;
  font-weight:800;
}
body.mtp-public-search-open{
  overflow:hidden!important;
}
@keyframes mtpAskAiBorderShift{
  to{background-position:260% 0}
}
@media(max-width:760px){
  .mtp-public-search{
    place-items:stretch;
    padding:10px;
  }
  .mtp-public-search__dialog{
    width:100%;
    max-height:calc(100dvh - 20px);
    border-radius:18px;
  }
  .mtp-public-search__result{
    grid-template-columns:38px minmax(0,1fr);
  }
  .mtp-public-search__result em{
    grid-column:2;
    justify-self:start;
  }
  .mtp-public-search__copy small{
    white-space:normal;
  }
}
@media(prefers-reduced-motion:reduce){
  #header .global-nav__cta--ask-ai::before{
    animation:none!important;
  }
}

/* Thin public notice banner and floating CTA - 2026-07-18 */
.mtp-public-notice-cta{
  min-width:34px!important;
  min-height:124px!important;
  padding:11px 8px!important;
  gap:7px!important;
  border-width:1px!important;
  border-left-width:0!important;
  border-radius:0 4px 4px 0!important;
  font-size:.66rem!important;
  letter-spacing:.045em!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}
.mtp-public-notice-cta svg{
  width:15px!important;
  height:15px!important;
}
.mtp-homepage .mtp-home-public-disclaimer-card{
  min-height:78px!important;
  padding:10px clamp(16px,4vw,32px)!important;
  gap:clamp(10px,2vw,18px)!important;
}
.mtp-homepage .mtp-home-disclaimer-icon{
  width:40px!important;
  height:40px!important;
}
.mtp-homepage .mtp-home-disclaimer-icon svg{
  width:19px!important;
  height:19px!important;
}
.mtp-homepage .mtp-home-public-disclaimer h2{
  margin:3px 0 4px!important;
  font-size:clamp(1rem,1.7vw,1.35rem)!important;
}
.mtp-homepage .mtp-home-public-disclaimer p{
  font-size:.78rem!important;
  line-height:1.48!important;
}
.mtp-homepage .mtp-home-disclaimer-points{
  margin-top:7px!important;
  gap:6px!important;
}
.mtp-homepage .mtp-home-disclaimer-points span{
  min-height:24px!important;
  padding:4px 8px!important;
  font-size:.66rem!important;
}
.mtp-homepage .mtp-home-disclaimer-actions{
  gap:6px!important;
  min-width:174px!important;
}
.mtp-homepage .mtp-public-disclaimer-link{
  min-height:34px!important;
  padding:7px 12px!important;
  font-size:.72rem!important;
}
.mtp-homepage .mtp-public-disclaimer-dismiss{
  min-height:30px!important;
  padding:6px 10px!important;
  font-size:.68rem!important;
}
@media(max-width:700px){
  .mtp-public-notice-cta{
    min-height:36px!important;
    padding:7px 11px!important;
    font-size:.62rem!important;
  }
}

/* Left-side public search drawer and compact navigation trigger - 2026-07-23 */
#header .global-nav__cta--site-search,
#mobileSidebar .mobile-public-search{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  border:1px solid #d9e2dd!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#16211c!important;
  box-shadow:0 5px 16px rgba(5,28,18,.06)!important;
}
#header .global-nav__cta--site-search:hover,
#header .global-nav__cta--site-search:focus-visible,
#header .global-nav__cta--site-search[aria-expanded="true"],
#mobileSidebar .mobile-public-search:hover,
#mobileSidebar .mobile-public-search:focus-visible,
#mobileSidebar .mobile-public-search[aria-expanded="true"]{
  border-color:#07843f!important;
  background:#f2fbf6!important;
  color:#045f2d!important;
  box-shadow:0 0 0 4px rgba(7,132,63,.12)!important;
}
#header .global-nav__cta--site-search i,
#mobileSidebar .mobile-public-search i{
  width:19px!important;
  height:19px!important;
}

.mtp-public-search{
  position:fixed!important;
  inset:0!important;
  z-index:1000020!important;
  display:block!important;
  padding:0!important;
  pointer-events:none;
  color:#101713;
  font-family:"Plus Jakarta Sans",Inter,"Segoe UI",Arial,sans-serif;
}
.mtp-public-search[hidden]{display:none!important}
.mtp-public-search.is-open,
.mtp-public-search.is-closing{pointer-events:auto}
.mtp-public-search__backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(7,18,13,.48)!important;
  backdrop-filter:blur(3px);
  opacity:0;
  transition:opacity .22s ease;
}
.mtp-public-search.is-open .mtp-public-search__backdrop{opacity:1}
.mtp-public-search.is-closing .mtp-public-search__backdrop{opacity:0}
.mtp-public-search__dialog{
  position:fixed!important;
  inset:0 auto 0 0!important;
  z-index:1!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto!important;
  width:min(580px,calc(100vw - 24px))!important;
  height:100dvh!important;
  max-height:100dvh!important;
  overflow:hidden!important;
  border:0!important;
  border-right:1px solid #dbe7df!important;
  border-radius:0 24px 24px 0!important;
  background:#fff!important;
  box-shadow:28px 0 80px rgba(5,16,12,.24)!important;
  opacity:1!important;
  transform:translateX(-104%);
  transition:transform .23s cubic-bezier(.2,.8,.2,1);
}
.mtp-public-search.is-open .mtp-public-search__dialog{transform:translateX(0)}
.mtp-public-search.is-closing .mtp-public-search__dialog{transform:translateX(-104%)}
.mtp-public-search__header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 44px!important;
  align-items:center!important;
  gap:10px!important;
  padding:max(12px,env(safe-area-inset-top)) 12px 10px!important;
  border-bottom:1px solid #edf1ef!important;
  background:#fff!important;
}
.mtp-public-search__field{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:9px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 10px 0 13px!important;
  border:1px solid #d5dfda!important;
  border-radius:13px!important;
  background:#fbfcfb!important;
}
.mtp-public-search__field:focus-within{
  border-color:#07843f!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(7,132,63,.10)!important;
}
.mtp-public-search__field>i{width:18px!important;height:18px!important;color:#65716b!important}
.mtp-public-search__field input{
  width:100%!important;
  min-width:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#111a16!important;
  font:inherit!important;
  font-size:.86rem!important;
}
.mtp-public-search__field input::placeholder{color:#69766f!important}
.mtp-public-search__shortcut{
  display:inline-flex;
  min-width:45px;
  height:24px;
  align-items:center;
  justify-content:center;
  padding:0 7px;
  border:0;
  border-radius:8px;
  background:#f0f2f1;
  color:#58645e;
  font-family:inherit;
  font-size:.65rem;
  font-weight:850;
  white-space:nowrap;
}
.mtp-public-search__field button,
.mtp-public-search__close{
  display:grid!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#59665f!important;
  cursor:pointer!important;
}
.mtp-public-search__field button{width:30px!important;height:30px!important;min-width:30px!important}
.mtp-public-search__close{
  border-color:#d9e2dd!important;
  background:#fff!important;
}
.mtp-public-search__close:hover,
.mtp-public-search__close:focus-visible,
.mtp-public-search__field button:hover,
.mtp-public-search__field button:focus-visible{
  border-color:#b9d9c5!important;
  background:#edf8f1!important;
  color:#045f2d!important;
}
.mtp-public-search__categories{
  display:flex!important;
  gap:7px!important;
  overflow-x:auto!important;
  padding:12px 18px 10px!important;
  border-bottom:1px solid #edf1ef!important;
  background:#fff!important;
  scrollbar-width:none;
}
.mtp-public-search__categories::-webkit-scrollbar{display:none}
.mtp-public-search__categories button{
  flex:0 0 auto!important;
  min-height:34px!important;
  padding:0 13px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:#f4f6f5!important;
  color:#17231d!important;
  font-size:.74rem!important;
  font-weight:850!important;
  cursor:pointer!important;
}
.mtp-public-search__categories button:hover,
.mtp-public-search__categories button:focus-visible{
  border-color:#c8ddd0!important;
  background:#edf8f1!important;
}
.mtp-public-search__categories button.is-active{
  border-color:#101713!important;
  background:#101713!important;
  color:#fff!important;
}
.mtp-public-search__body{
  min-height:0!important;
  overflow:auto!important;
  padding:16px 18px 20px!important;
  overscroll-behavior:contain;
}
.mtp-public-search__section-heading{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
.mtp-public-search__section-heading span{
  display:block!important;
  margin-bottom:4px!important;
  color:#101713!important;
  font-size:.68rem!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.mtp-public-search__section-heading h2{
  margin:0!important;
  color:#09110d!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
.mtp-public-search__status{
  min-height:0!important;
  margin:0!important;
  color:#748078!important;
  font-size:.69rem!important;
  font-weight:750!important;
  text-align:right!important;
}
.mtp-public-search__results{
  display:grid!important;
  gap:5px!important;
  overflow:visible!important;
  padding:0!important;
}
.mtp-public-search__result{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  width:100%!important;
  min-height:66px!important;
  padding:9px 8px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#101713!important;
  text-align:left!important;
  cursor:pointer!important;
}
.mtp-public-search__result:hover,
.mtp-public-search__result:focus-visible,
.mtp-public-search__result.is-selected{
  border-color:#d9e7df!important;
  background:#f8fbf9!important;
}
.mtp-public-search__icon{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  place-items:center!important;
  border-radius:10px!important;
  background:#f1f3f2!important;
  color:#49564f!important;
}
.mtp-public-search__icon i{width:18px!important;height:18px!important}
.mtp-public-search__copy{display:block!important;min-width:0!important}
.mtp-public-search__copy strong{
  display:block!important;
  overflow:hidden!important;
  color:#0d1712!important;
  font-size:.82rem!important;
  font-weight:950!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.mtp-public-search__copy small{
  display:block!important;
  margin-top:2px!important;
  overflow:hidden!important;
  color:#5f6d65!important;
  font-size:.7rem!important;
  line-height:1.35!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.mtp-public-search__copy em{
  display:inline-block!important;
  margin-top:4px!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:#edf8f1!important;
  color:#056735!important;
  font-size:.58rem!important;
  font-style:normal!important;
  font-weight:900!important;
}
.mtp-public-search__arrow{width:17px!important;height:17px!important;color:#7b8780!important}
.mtp-public-search mark{border-radius:3px!important;background:#dff5e7!important;color:inherit!important;padding:0 1px!important}
.mtp-public-search__empty{
  display:grid!important;
  justify-items:start!important;
  gap:8px!important;
  padding:24px!important;
  border:1px dashed #cad8d1!important;
  border-radius:14px!important;
  background:#f8fbf9!important;
  color:#66746e!important;
}
.mtp-public-search__empty>i{width:25px!important;height:25px!important}
.mtp-public-search__empty strong{color:#16211c!important;font-size:.9rem!important}
.mtp-public-search__empty p{margin:0!important;font-size:.78rem!important;line-height:1.5!important}
.mtp-public-search__empty button,
.mtp-public-search__footer button{
  display:inline-flex!important;
  min-height:34px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 13px!important;
  border:1px solid #07843f!important;
  border-radius:999px!important;
  background:#07843f!important;
  color:#fff!important;
  font-size:.72rem!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.mtp-public-search__empty button i,
.mtp-public-search__footer button i{width:15px!important;height:15px!important}
.mtp-public-search__footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:13px 18px max(13px,env(safe-area-inset-bottom))!important;
  border-top:1px solid #e9efeb!important;
  background:#fff!important;
}
.mtp-public-search__footer span{font-size:.72rem!important;color:#26322c!important}
body.mtp-public-search-open{overflow:hidden!important}

@media(max-width:640px){
  .mtp-public-search__dialog{
    width:100vw!important;
    border-right:0!important;
    border-radius:0!important;
  }
  .mtp-public-search__header{padding-inline:10px!important}
  .mtp-public-search__shortcut{display:none!important}
  .mtp-public-search__field{grid-template-columns:auto minmax(0,1fr) auto!important}
  .mtp-public-search__categories{padding-inline:12px!important}
  .mtp-public-search__body{padding-inline:12px!important}
  .mtp-public-search__section-heading{display:grid!important;align-items:start!important}
  .mtp-public-search__status{text-align:left!important}
  .mtp-public-search__copy small{white-space:normal!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
  .mtp-public-search__footer{padding-inline:12px!important}
}
@media(max-width:390px){
  .mtp-public-search__result{grid-template-columns:38px minmax(0,1fr) auto!important}
  .mtp-public-search__icon{width:38px!important;height:38px!important}
  .mtp-public-search__footer{align-items:flex-start!important;flex-direction:column!important}
}
@media(prefers-reduced-motion:reduce){
  .mtp-public-search__dialog,
  .mtp-public-search__backdrop{transition:none!important}
}

/* Compact corporate legal footer inspired by the supplied public-page reference */
.site-footer__bottom.footer-bottom{
  width:100%!important;
  max-width:none!important;
  margin:26px 0 0!important;
  padding:17px clamp(16px,4vw,52px)!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  background:#686b6d!important;
  color:#fff!important;
}
.site-footer .footer-bottom-legal{
  display:flex!important;
  width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  text-align:center!important;
}
.site-footer .footer-bottom-legal p{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin:0!important;
  color:#fff!important;
  font-size:.73rem!important;
  font-weight:800!important;
}
.site-footer .footer-bottom-legal p img{
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  object-fit:contain!important;
}
.site-footer .footer-legal-links{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
}
.site-footer .footer-legal-links a{
  position:relative!important;
  padding:0 7px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:.68rem!important;
  font-weight:650!important;
  text-decoration:none!important;
}
.site-footer .footer-legal-links a+a::before{
  position:absolute!important;
  left:-1px!important;
  color:rgba(255,255,255,.55)!important;
  content:"|"!important;
}
.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus-visible{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.site-footer__bottom .back-top{
  position:absolute!important;
  right:clamp(16px,4vw,52px)!important;
  border-color:rgba(255,255,255,.5)!important;
  background:transparent!important;
  color:#fff!important;
}
@media(max-width:760px){
  .site-footer__bottom.footer-bottom{padding:16px 14px!important}
  .site-footer .footer-bottom-legal{flex-direction:column!important}
  .site-footer__bottom .back-top{position:static!important;margin-top:8px!important}
}


/* Auth modal only: unified identifier selector replaces all legacy standalone auth screens. */
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:4px;border:1px solid #d6e2da;background:#f3f7f4;border-radius:8px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button{min-height:38px;padding:6px 5px;border:0;border-radius:6px;background:transparent;color:#526158;font:inherit;font-size:.68rem;font-weight:800;cursor:pointer}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button[aria-selected="true"]{background:#fff;color:#075b35;box-shadow:0 1px 5px rgba(5,59,35,.14)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-accredited-entry{margin-bottom:7px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-accredited-entry[hidden]{display:none}
.mtp-auth-modal[data-auth-modal] .mtp-auth-accredited-entry select{width:100%;min-height:42px;padding:8px 10px;border:1px solid #cfdad3;border-radius:4px;background:#f5faf7;color:#173328;font:inherit;font-weight:800}
@media(max-width:430px){.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button{font-size:.72rem}}

/* ========================================================================== */
/* Auth Modal Session V15                                                     */
/* Unified, resilient Customer/Agent authentication experience                */
/* ========================================================================== */
.mtp-auth-modal[data-auth-modal]{
  --auth-green:#087a43;
  --auth-green-dark:#045b31;
  --auth-green-soft:#eef8f2;
  --auth-ink:#13251c;
  --auth-muted:#66766d;
  --auth-line:#d9e5de;
  --auth-danger:#b42318;
  --auth-warning:#9a6700;
  --auth-radius:22px;
  align-items:center;
  justify-items:center;
  padding:clamp(14px,3vw,34px);
  overflow:hidden;
  isolation:isolate;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-backdrop{
  background:rgba(3,18,12,.72);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  opacity:1;
  animation:mtpAuthBackdropIn .2s ease-out both;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-card{
  display:grid;
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.42fr);
  width:min(940px,100%);
  max-height:min(780px,calc(100dvh - 28px));
  overflow:hidden;
  border:1px solid rgba(255,255,255,.78);
  border-radius:var(--auth-radius);
  background:#fff;
  box-shadow:0 34px 100px rgba(1,18,10,.42),0 3px 14px rgba(1,18,10,.14);
  transform-origin:center;
  animation:mtpAuthCardIn .24s cubic-bezier(.2,.75,.2,1) both;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust{
  position:relative;
  min-width:0;
  padding:clamp(24px,3vw,38px);
  display:flex;
  flex-direction:column;
  gap:clamp(20px,3vh,32px);
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 15% 0%,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(155deg,#0b8a4d 0%,#066c3b 45%,#034927 100%);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust::before,
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust::after{
  position:absolute;
  content:"";
  border-radius:999px;
  pointer-events:none;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust::before{
  width:220px;height:220px;right:-112px;top:-100px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 0 34px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust::after{
  width:150px;height:150px;left:-85px;bottom:-72px;
  background:rgba(255,255,255,.055);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-brand{
  position:relative;z-index:1;
  display:flex;align-items:center;gap:12px;
  color:#fff;text-decoration:none;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-brand img{
  width:52px;height:52px;flex:none;object-fit:contain;
  padding:5px;border-radius:15px;background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-brand span{display:grid;gap:2px;min-width:0}
.mtp-auth-modal[data-auth-modal] .mtp-auth-brand strong{font-size:.81rem;line-height:1.25;letter-spacing:.03em}
.mtp-auth-modal[data-auth-modal] .mtp-auth-brand small{font-size:.69rem;color:rgba(255,255,255,.76)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy{position:relative;z-index:1;display:grid;gap:10px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-eyebrow{
  width:max-content;max-width:100%;padding:6px 9px;
  border:1px solid rgba(255,255,255,.24);border-radius:999px;
  background:rgba(255,255,255,.1);font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy h2{
  margin:0;color:#fff;font-size:clamp(1.5rem,2.4vw,2.15rem);line-height:1.08;letter-spacing:-.035em;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy p{
  margin:0;color:rgba(255,255,255,.78);font-size:.84rem;line-height:1.65;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-list{
  position:relative;z-index:1;display:grid;gap:11px;margin:0;padding:0;list-style:none;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-list li{
  display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.9);font-size:.77rem;font-weight:750;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-list svg{width:18px;height:18px;flex:none;color:#bbf7d0}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status{
  position:relative;z-index:1;
  display:grid;grid-template-columns:13px 1fr;gap:10px;align-items:start;
  margin-top:auto;padding:12px 13px;border:1px solid rgba(255,255,255,.18);border-radius:13px;
  background:rgba(0,0,0,.13);box-shadow:inset 0 1px rgba(255,255,255,.06);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status>span{
  width:10px;height:10px;margin-top:4px;border-radius:50%;background:#86efac;
  box-shadow:0 0 0 4px rgba(134,239,172,.16);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status[data-state="preparing"]>span{
  background:#fde68a;box-shadow:0 0 0 4px rgba(253,230,138,.15);animation:mtpAuthPulse 1.2s ease-in-out infinite;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status[data-state="error"]>span{
  background:#fca5a5;box-shadow:0 0 0 4px rgba(252,165,165,.15);animation:none;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status div{display:grid;gap:2px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status strong{font-size:.73rem;color:#fff}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status small{font-size:.64rem;line-height:1.35;color:rgba(255,255,255,.68)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-trust-help{
  position:relative;z-index:1;margin:0;color:rgba(255,255,255,.64);font-size:.64rem;line-height:1.5;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-main{
  min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#fff;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-content{
  min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;
  padding:clamp(28px,4vw,48px) clamp(24px,4.5vw,54px) 30px;
  scrollbar-width:thin;scrollbar-color:#b8cabf transparent;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-content::-webkit-scrollbar{width:8px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-content::-webkit-scrollbar-thumb{background:#bfd0c6;border:2px solid #fff;border-radius:999px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close{
  right:16px;top:16px;width:42px;height:42px;
  display:grid;place-items:center;padding:0;border:1px solid var(--auth-line);border-radius:13px;
  background:rgba(255,255,255,.94);color:#35463d;box-shadow:0 5px 16px rgba(8,32,20,.08);
  transition:background .16s ease,color .16s ease,transform .16s ease;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close:hover{background:#edf7f1;color:var(--auth-green);transform:translateY(-1px)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close svg{width:19px;height:19px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header{text-align:left;margin:0 48px 22px 0}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header .mtp-dialog-eyebrow{
  display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;
  background:var(--auth-green-soft);color:var(--auth-green-dark);font-size:.65rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header h1{
  margin:12px 0 7px;color:var(--auth-ink);font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.08;letter-spacing:-.04em;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-header p{margin:0;color:var(--auth-muted);font-size:.88rem;line-height:1.6}
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice{
  margin:0 0 17px;padding:12px 14px;border:1px solid #f1c7c2;border-left:4px solid var(--auth-danger);border-radius:11px;
  background:#fff4f2;color:#86231c;font-size:.79rem;font-weight:720;line-height:1.5;outline:0;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice.success,
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice[data-tone="success"]{border-color:#b7e3ca;border-left-color:var(--auth-green);background:#effaf4;color:#075a34}
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice.warning,
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice[data-tone="warning"]{border-color:#efd78c;border-left-color:#d39b00;background:#fff9e7;color:#745300}
.mtp-auth-modal[data-auth-modal] .mtp-auth-form{gap:15px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field{gap:7px;color:#304239;font-size:.78rem;font-weight:850}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field input,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field textarea,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field select,
.mtp-auth-modal[data-auth-modal] .mtp-auth-accredited-entry select{
  width:100%;min-height:50px;padding:11px 13px;border:1px solid #cbd9d1;border-radius:11px;
  background:#fff;color:#13251c;font:inherit;font-size:.88rem;font-weight:600;outline:0;
  box-shadow:0 1px 2px rgba(8,32,20,.025);
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field textarea{min-height:90px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field input:hover,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field textarea:hover,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field select:hover{border-color:#9fb9aa}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field input:focus,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field textarea:focus,
.mtp-auth-modal[data-auth-modal] .mtp-auth-field select:focus{
  border-color:var(--auth-green);box-shadow:0 0 0 4px rgba(8,122,67,.12);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-field small{color:#6e7d75;font-size:.68rem;line-height:1.45}
.mtp-auth-modal[data-auth-modal] .mtp-password-wrap input{padding-right:70px}
.mtp-auth-modal[data-auth-modal] .mtp-password-wrap button{
  right:6px;top:6px;bottom:6px;min-width:54px;padding:0 10px;border-radius:8px;background:#edf7f1;color:var(--auth-green-dark);
}
.mtp-auth-modal[data-auth-modal] .mtp-caps-lock{
  display:flex;align-items:center;gap:5px;color:#9a6700!important;font-weight:800!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-caps-lock[hidden]{display:none}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide{
  position:relative;margin:0;padding:14px 12px 10px;border:1px solid #dbe7e0;border-radius:10px;background:#f7faf8;color:#586960;
}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide::before{
  display:block;height:4px;margin:-5px 0 9px;border-radius:99px;background:linear-gradient(90deg,#d7e3dc 0 100%);content:"";
}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide[data-strength="1"]::before{background:linear-gradient(90deg,#dc2626 0 25%,#d7e3dc 25%)}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide[data-strength="2"]::before{background:linear-gradient(90deg,#e7a008 0 50%,#d7e3dc 50%)}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide[data-strength="3"]::before{background:linear-gradient(90deg,#65a30d 0 75%,#d7e3dc 75%)}
.mtp-auth-modal[data-auth-modal] .mtp-password-guide[data-strength="4"]::before{background:#07843f}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary,
.mtp-auth-modal[data-auth-modal] .mtp-auth-secondary,
.mtp-auth-modal[data-auth-modal] .mtp-google-button{
  min-height:50px;border-radius:11px;font-size:.82rem;letter-spacing:.005em;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary{
  background:linear-gradient(135deg,#0a864a,#06663a);border-color:#06663a;box-shadow:0 8px 20px rgba(6,102,58,.2);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(6,102,58,.25)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-secondary:hover,
.mtp-auth-modal[data-auth-modal] .mtp-google-button:hover{border-color:#9db8a8;background:#f5faf7;transform:translateY(-1px)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary:disabled{opacity:.7;cursor:wait;transform:none;box-shadow:none}
.mtp-auth-modal[data-auth-modal] .mtp-auth-inline-links,
.mtp-auth-modal[data-auth-modal] .mtp-auth-help-links{gap:10px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-inline-links button,
.mtp-auth-modal[data-auth-modal] .mtp-auth-help-links button,
.mtp-auth-modal[data-auth-modal] .mtp-auth-account-links button{
  color:var(--auth-green-dark);font-size:.72rem;text-decoration:none;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-inline-links button:hover,
.mtp-auth-modal[data-auth-modal] .mtp-auth-help-links button:hover,
.mtp-auth-modal[data-auth-modal] .mtp-auth-account-links button:hover{text-decoration:underline;text-underline-offset:3px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs{
  grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:5px;border:1px solid var(--auth-line);border-radius:12px;background:#f3f7f5;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button{
  min-height:40px;padding:7px 5px;border-radius:8px;font-size:.67rem;line-height:1.2;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button[aria-selected="true"]{
  color:var(--auth-green-dark);background:#fff;box-shadow:0 3px 9px rgba(5,59,35,.1);
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs button:focus-visible{box-shadow:0 0 0 3px rgba(8,122,67,.14)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-accredited-entry{margin-bottom:8px}
.mtp-auth-modal[data-auth-modal] .mtp-check{font-size:.72rem}
.mtp-auth-modal[data-auth-modal] .mtp-captcha-note{padding:10px 11px;border:1px solid #dde9e2;border-radius:9px;background:#f6faf8}
.mtp-auth-modal[data-auth-modal] .mtp-or{margin:16px 0 12px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-account-links{padding-top:3px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-legal{line-height:1.55}
.mtp-auth-modal[data-auth-modal] .mtp-auth-footer{
  min-height:48px;padding:11px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:1px solid #e2eae5;background:#f8faf9;color:#6b7a72;font-size:.67rem;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-footer span{display:flex;align-items:center;gap:6px}
.mtp-auth-modal[data-auth-modal] .mtp-auth-footer svg{width:14px;height:14px;color:var(--auth-green)}
.mtp-auth-modal[data-auth-modal] .mtp-auth-footer a{color:var(--auth-green-dark);font-weight:850;text-decoration:none}
.mtp-auth-modal[data-auth-modal] .mtp-auth-footer a:hover{text-decoration:underline;text-underline-offset:3px}
.mtp-auth-modal[data-auth-modal] .mtp-otp{gap:8px}
.mtp-auth-modal[data-auth-modal] .mtp-otp input{height:56px;border-radius:10px;font-size:1.35rem}
.mtp-auth-modal[data-auth-modal] .mtp-help-list article{border-radius:11px}
.mtp-auth-modal[data-auth-modal] .mtp-review-note{border-radius:10px}
.mtp-auth-modal[data-auth-modal] :is(button,input,textarea,select,a):focus-visible{
  outline:3px solid rgba(8,122,67,.24);outline-offset:2px;
}
@keyframes mtpAuthBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes mtpAuthCardIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@keyframes mtpAuthPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.82)}}
@media(max-width:800px){
  .mtp-auth-modal[data-auth-modal] .mtp-auth-card{grid-template-columns:minmax(210px,.65fr) minmax(0,1.35fr)}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust{padding:24px 20px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy h2{font-size:1.5rem}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{padding:31px 24px 26px}
}
@media(max-width:680px){
  .mtp-auth-modal[data-auth-modal]{padding:0;align-items:stretch}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-card{
    width:100%;height:100dvh;max-height:100dvh;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);
    border:0;border-radius:0;animation:mtpAuthMobileIn .2s ease-out both;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust{
    min-height:auto;padding:15px 58px 15px 16px;display:grid;grid-template-columns:auto 1fr;gap:12px 14px;align-items:center;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-brand{grid-row:1/3}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-brand img{width:44px;height:44px;border-radius:12px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-brand span{display:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy{gap:2px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-eyebrow{display:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy h2{font-size:.92rem;line-height:1.25;letter-spacing:-.01em}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-copy p{font-size:.66rem;line-height:1.35}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-list,
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust-help{display:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-session-status{grid-column:2;margin:0;padding:6px 8px;grid-template-columns:8px 1fr;border-radius:9px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-session-status>span{width:7px;height:7px;margin-top:3px;box-shadow:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-session-status strong{font-size:.62rem}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-session-status small{display:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-main{min-height:0}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-close{right:10px;top:10px;width:38px;height:38px;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.14);color:#fff;box-shadow:none}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-close:hover{background:rgba(255,255,255,.24);color:#fff}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{padding:25px 18px 24px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-header{margin-right:0}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-header h1{font-size:1.7rem}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-footer{padding:10px 14px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  @keyframes mtpAuthMobileIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
}
@media(max-width:390px){
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{padding:22px 14px 20px}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-two{grid-template-columns:1fr}
  .mtp-auth-modal[data-auth-modal] .mtp-otp{gap:5px}
  .mtp-auth-modal[data-auth-modal] .mtp-otp input{height:49px;font-size:1.15rem}
  .mtp-auth-modal[data-auth-modal] .mtp-auth-footer{font-size:.61rem}
}
@media(prefers-reduced-motion:reduce){
  .mtp-auth-modal[data-auth-modal] .mtp-auth-backdrop,
  .mtp-auth-modal[data-auth-modal] .mtp-auth-card,
  .mtp-auth-modal[data-auth-modal] .mtp-auth-session-status[data-state="preparing"]>span{animation:none!important}
  .mtp-auth-modal[data-auth-modal] *{scroll-behavior:auto!important;transition-duration:.01ms!important}
}

/* ========================================================================== */
/* Auth Modal V16 — reliable viewport, layering and interaction fixes          */
/* ========================================================================== */
html.mtp-auth-open,
body.mtp-auth-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
.mtp-auth-modal[data-auth-modal]{
  position:fixed!important;
  inset:0!important;
  z-index:12040!important;
  display:grid!important;
  place-items:center!important;
  padding:clamp(12px,2.5vw,28px)!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-sizing:border-box!important;
  font-family:"Plus Jakarta Sans",Inter,"Segoe UI",Arial,sans-serif!important;
}
.mtp-auth-modal[data-auth-modal][hidden]{display:none!important}
.mtp-auth-modal[data-auth-modal] .mtp-auth-backdrop{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:rgba(2,17,11,.78)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  backdrop-filter:blur(8px)!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-card{
  position:relative!important;
  z-index:1!important;
  width:min(960px,100%)!important;
  height:min(760px,calc(100dvh - 24px))!important;
  max-height:calc(100dvh - 24px)!important;
  min-height:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  padding:0!important;
  margin:0!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-main{
  position:relative!important;
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-content{
  min-height:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  scrollbar-gutter:stable!important;
  padding-bottom:34px!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  z-index:8!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:1px solid #cfddd5!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#163326!important;
  font:700 25px/1 Arial,sans-serif!important;
  box-shadow:0 8px 22px rgba(3,31,18,.12)!important;
  cursor:pointer!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close:hover,
.mtp-auth-modal[data-auth-modal] .mtp-auth-close:focus-visible{
  border-color:#087a43!important;
  background:#eef8f2!important;
  color:#045b31!important;
  outline:0!important;
  box-shadow:0 0 0 4px rgba(8,122,67,.16),0 8px 22px rgba(3,31,18,.12)!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-close>span{
  display:block!important;
  transform:translateY(-1px)!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-primary{
  position:relative!important;
  z-index:0!important;
  flex:none!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-notice[hidden],
.mtp-auth-modal[data-auth-modal] [hidden]{
  display:none!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status[data-state="ready"]>span{
  background:#86efac!important;
}
.mtp-auth-modal[data-auth-modal] .mtp-auth-session-status[data-state="error"]{
  border-color:rgba(254,202,202,.35)!important;
  background:rgba(127,29,29,.18)!important;
}
@media(max-width:820px){
  .mtp-auth-modal[data-auth-modal]{
    place-items:stretch!important;
    padding:0!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-card{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border:0!important;
    border-radius:0!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto minmax(0,1fr)!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-trust{
    min-height:104px!important;
    padding:15px 58px 14px 16px!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-main{
    min-height:0!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{
    padding:24px 18px 34px!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-close{
    top:12px!important;
    right:12px!important;
    border-color:rgba(255,255,255,.42)!important;
    background:rgba(255,255,255,.14)!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-close:hover,
  .mtp-auth-modal[data-auth-modal] .mtp-auth-close:focus-visible{
    background:rgba(255,255,255,.24)!important;
    color:#fff!important;
    box-shadow:0 0 0 3px rgba(255,255,255,.22)!important;
  }
}
@media(max-width:430px){
  .mtp-auth-modal[data-auth-modal] .mtp-auth-content{
    padding:22px 14px 32px!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-header h1{
    font-size:1.58rem!important;
  }
  .mtp-auth-modal[data-auth-modal] .mtp-auth-identifier-tabs{
    gap:4px!important;
  }
}
