/* Shared header and footer foundation used by every public page. */
.container{width:min(1240px,calc(100% - 38px));max-width:1240px;margin-inline:auto}
.nav-wrap{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08)}
.nav-wrap a{color:inherit;text-decoration:none}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;height:78px;flex:0 0 auto;overflow:hidden}.brand img{display:block;width:auto;max-width:190px;max-height:58px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:28px;color:#10172a;font-size:13px;font-weight:700}.nav-links a{position:relative;color:inherit;text-decoration:none}.nav-links a:after{content:"";position:absolute;left:50%;right:50%;bottom:-10px;height:2px;background:#e31616;transition:.25s;border-radius:2px}.nav-links a:hover:after,.nav-links a[aria-current="page"]:after{left:0;right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:12px;color:inherit;font-size:14px;font-weight:800;text-decoration:none}.btn-red,.nav-wrap .btn-red{background:linear-gradient(135deg,#ef1717,#c80909);color:#fff;box-shadow:0 12px 28px rgba(227,22,22,.22)}
.menu-btn{display:none;border:0;background:#f3f5f8;width:44px;height:44px;border-radius:12px;font-size:20px}.skip-link{position:fixed;left:16px;top:-80px;z-index:20;background:#fff;padding:12px 16px;border-radius:10px;font-weight:800}
footer{background:#0d1425;color:#c3cada;padding:58px 0 22px}footer p,footer a,footer li{font-size:12px;line-height:1.8;color:#c3cada}footer h4{color:#fff;font-size:13px;margin:0 0 16px}footer ul{list-style:none;padding:0;margin:0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:30px}.footer-logo{display:block;width:220px;height:auto;aspect-ratio:2048 / 852;object-fit:contain;object-position:left center;margin-bottom:18px}.footer-since{display:flex;align-items:center;gap:9px;width:max-content;margin:-7px 0 16px;padding:7px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-since:before{content:"";width:7px;height:7px;border-radius:50%;background:#e31616}.social-title{display:block;margin-top:18px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.socials{display:flex;gap:9px;margin-top:10px}.socials a{width:35px;height:35px;border-radius:10px;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;background:rgba(255,255,255,.06);color:#fff}.payment-strip{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px;margin-top:34px;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045)}.payment-heading{display:flex;align-items:center;gap:11px}.payment-heading>i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#326cc9;color:#fff}.payment-heading span{display:grid;gap:2px}.payment-heading strong{font-size:12px;color:#fff}.payment-heading small{font-size:9px;color:#8994a8}.payment-methods{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.payment-method{height:35px;padding:0 10px;border:1px solid #e5e9f0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:#273244;font-size:9px;font-weight:800}.copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:20px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px}
@media(max-width:1050px){.nav{position:relative}.nav-links{display:none}.menu-btn{display:block}.nav>.btn{display:none}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.payment-strip{grid-template-columns:1fr}.payment-methods{justify-content:flex-start}.nav-links.is-open{display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;flex-direction:column;align-items:stretch;gap:0;padding:14px;background:#fff;border:1px solid #e8ebf2;border-radius:16px;box-shadow:0 20px 45px rgba(20,32,65,.16)}.nav-links.is-open>a,.nav-links.is-open .nav-mega>a{padding:12px 10px}.nav-links.is-open>a:after,.nav-links.is-open .nav-mega>a:after{display:none!important}}
@media(max-width:560px){.nav{height:70px}.brand{height:70px}.brand img{max-width:170px;max-height:54px}.footer-grid{grid-template-columns:1fr 1fr}.copyright{display:block}}
@media(max-width:560px){.container{width:calc(100% - 26px)}}

/* Final shared footer authority: prevents page content styles from changing it. */
footer{margin-top:30px!important;background:#0d1425!important;color:#c3cada!important;padding:58px 0 22px!important}
footer p,footer a,footer li{color:#c3cada!important;font-size:12px!important;line-height:1.8!important}
footer p{margin-top:0!important;margin-bottom:0!important;max-width:285px!important}
footer h4{color:#fff!important;font-size:13px!important;margin:0 0 16px!important}
.footer-grid{grid-template-columns:1.5fr repeat(4,1fr)!important;gap:30px!important}
.footer-logo{width:220px!important;height:auto!important;margin-bottom:18px!important;opacity:1!important}
.footer-since:before{box-shadow:0 0 0 4px rgba(227,22,22,.16)}
.socials{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:10px!important}.socials a{font-size:15px!important;transition:transform .25s ease,background .25s ease,border-color .25s ease}.socials a:hover{transform:translateY(-4px);background:var(--social-color,#e31616)!important;border-color:var(--social-color,#e31616)!important;color:#fff!important}
.payment-heading{white-space:nowrap}.payment-heading>i{background:linear-gradient(145deg,#528ff0,#2b63ba)!important;font-size:17px;box-shadow:0 8px 18px rgba(43,99,186,.3)}
.payment-methods{align-items:center}.payment-method{min-width:52px;line-height:1;box-shadow:0 5px 14px rgba(0,0,0,.12)}.payment-method i{font-size:17px}.payment-method .fa-cc-visa{color:#1a1f71}.payment-method .fa-cc-mastercard{color:#eb001b}.payment-method.upi{color:#167b5d}.payment-method.rupay{color:#185da8}.payment-method.netbanking i{color:#4959a7}.payment-method.wallet i{color:#e26b22}.payment-method.emi i{color:#7c3aed}.payment-method.paylater i{color:#0c8f89}
@media(max-width:1050px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr!important}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr 1fr!important}}

/* Keep small supporting copy readable across every internal page. */
body p,body li,body small,body label,body figcaption{font-size:13px!important}
body .eyebrow,body .kicker,body [class*="-kicker"],body [class*="-label"],body [class*="-note"],body [class*="-meta"]{font-size:13px!important}
body .footer-since,body .social-title,body .payment-heading strong,body .payment-heading small,body .payment-method,body .copyright{font-size:13px!important}
body .mega-heading b,body .mega-panel small,body .mega-link em,body .service-item,body .service-item small{font-size:13px!important}
body .hero-float,body .hero-float small,body .ap-proof span,body .ap-stat span,body .ap-float strong,body .ap-float small,body .ap-benefit p,body .ap-module li,body .report small,body .brand-total span,body .brand-card span{font-size:13px!important}
body .use,body .included,body .deliverable,body .security-item,body .check,body .quality-list div,body .compare-row,body .volume,body .gst,body .otp-volume,body .otp-gst,body .theme-note,body .renewal,body .plan-footnote,body .site-logo,body .store-logo,body .phone-brand,body .gem-label,body .gem-badge,body .gem-kicker,body .google-review-kicker,body .portal-brand,body .seller-id,body .milestone-year,body .spotlight-top,body .spotlight-view,body .spotlight-person,body .spotlight-btn,body .mega-heading,body .app-nav,body .app-user,body .board-caption,body .cm-chat-head,body .demo-brand,body .chat-button,body .renew{font-size:13px!important}
body .price-badge,body .founder-quote,body .gem-art-badge,body .cm-avatar,body .ap-side div,body .ap-title span,body .ap-metric small,body .ap-list h4,body .ap-row,body .ap-price-features span,body .ap-price-card a,body .ap-price-card small{font-size:13px!important}

/* Local fallback icons for the Microsoft product cards when external logo CDNs are unavailable. */
body .ms-logo{position:relative}
body .ms-logo img{display:none!important}
body .ms-product:nth-child(1) .ms-logo:after{content:"\f17a";font-family:"Font Awesome 6 Brands";font-size:40px;color:#0078d4}
body .ms-product:nth-child(2) .ms-logo:after{content:"\f3ca";font-family:"Font Awesome 6 Brands";font-size:39px;color:#0078d4}
body .ms-product:nth-child(3) .ms-logo:after{content:"\f1c0";font-family:"Font Awesome 6 Free";font-weight:900;font-size:38px;color:#cc2927}
body .ms-product:nth-child(4) .ms-logo:after{content:"\f0c2";font-family:"Font Awesome 6 Free";font-weight:900;font-size:39px;color:#0078d4}
body .ms-product:nth-child(5) .ms-logo:after{content:"\f2db";font-family:"Font Awesome 6 Brands";font-size:38px;color:#d83b01}
body .ms-product:nth-child(6) .ms-logo:after{content:"\f0e0";font-family:"Font Awesome 6 Free";font-weight:900;font-size:37px;color:#0078d4}
body .ms-product:nth-child(7) .ms-logo:after{content:"\f0c2";font-family:"Font Awesome 6 Free";font-weight:900;font-size:39px;color:#0078d4}
body .ms-product:nth-child(8) .ms-logo:after{content:"\f0c0";font-family:"Font Awesome 6 Free";font-weight:900;font-size:37px;color:#6264a7}
body .ms-product:nth-child(1) .ms-logo img{content:url("/assets/microsoft/windows11.svg");display:block!important}
body .ms-product:nth-child(3) .ms-logo img{content:url("/assets/microsoft/sql-server.svg");display:block!important}
body .ms-product:nth-child(4) .ms-logo img{content:url("/assets/microsoft/azure.svg");display:block!important}
body .ms-product:nth-child(5) .ms-logo img{content:url("/assets/microsoft/microsoft-365.svg");display:block!important}
body .ms-product:nth-child(6) .ms-logo img{content:url("/assets/microsoft/outlook.svg");display:block!important}
body .ms-product:nth-child(7) .ms-logo img{content:url("/assets/microsoft/onedrive.svg");display:block!important}
body .ms-product:nth-child(8) .ms-logo img{content:url("/assets/microsoft/teams.svg");display:block!important}
body .ms-product:nth-child(2) .ms-logo:after{content:"";display:block;width:48px;height:48px;background:url("/assets/microsoft/windows-server.svg") center/contain no-repeat}
body .ms-product:nth-child(1) .ms-logo:after,body .ms-product:nth-child(3) .ms-logo:after,body .ms-product:nth-child(4) .ms-logo:after,body .ms-product:nth-child(5) .ms-logo:after,body .ms-product:nth-child(6) .ms-logo:after,body .ms-product:nth-child(7) .ms-logo:after,body .ms-product:nth-child(8) .ms-logo:after{content:none!important}
body .ms-product:nth-child(2) .ms-logo.server strong{display:none}
.ap-module li i.fa-file-excel:before{content:"\f00c"!important}
.ap-screen .ap-side div{font-size:8px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-screen .ap-side strong{font-size:10px!important;white-space:nowrap}
@media(max-width:620px){.ap-screen .ap-side div{font-size:7px!important}}
.ms-page-marketplace .ms-marketplace-trust{width:100%;margin:0;padding:22px 24px;border-color:#b9d9f2;background:linear-gradient(105deg,#eef8ff,#fff);color:#233b56;box-shadow:0 12px 28px rgba(0,120,212,.08)}.ms-page-marketplace .ms-marketplace-mark{flex:0 0 48px;width:48px;height:48px;font-size:25px}.ms-page-marketplace .ms-marketplace-trust strong{color:#13233e;font-size:17px}.ms-page-marketplace .ms-marketplace-trust span{color:#5e7287;font-size:13px;line-height:1.45}.ms-page-marketplace .ms-marketplace-trust a{border-color:#a9cde9;color:#0078d4;background:#fff;font-size:13px}.ms-page-marketplace .ms-marketplace-trust a:hover{color:#fff;background:#0078d4}@media(max-width:620px){.ms-page-marketplace .ms-marketplace-trust{padding:18px;gap:12px}.ms-page-marketplace .ms-marketplace-trust strong{font-size:15px}.ms-page-marketplace .ms-marketplace-trust a{margin-left:60px}}
.ms-page-marketplace{background:linear-gradient(180deg,#f4faff 0%,#fff 100%);width:100%}.ms-page-marketplace .ms-container{width:min(1240px,calc(100% - 38px));max-width:1240px;margin-inline:auto}
.ap-copy{position:relative;padding-top:118px!important}.ap-copy:before{content:"";position:absolute;left:0;top:22px;width:205px;height:68px;background:url("/assets/agency-plus/agency-plus-logo.png") left center/contain no-repeat}.ap-copy .ap-kicker{position:relative}
@media(max-width:980px){.ap-copy{padding-top:106px!important}}
@media(max-width:620px){.ap-copy{padding-top:94px!important}.ap-copy:before{top:13px;width:168px;height:56px}}
.ms-page-marketplace{padding:24px 0 2px!important}.ms-page-marketplace .ms-marketplace-trust{padding:12px 18px!important}.ms-page-marketplace .ms-marketplace-mark{width:40px;height:40px;flex-basis:40px;font-size:21px}
@media(max-width:620px){.ms-page-marketplace{padding:16px 0 2px!important}.ms-page-marketplace .ms-marketplace-trust{padding:10px 14px!important}}
.ms-page-marketplace .ms-marketplace-trust{background:linear-gradient(105deg,#e4f5ff 0%,#eeeaff 48%,#e2fbf5 100%)!important;border-color:#a8c9ea!important}
.rt-logo{width:80px!important}
.rt-app-card:first-child>img{width:235px!important;height:430px!important;max-height:none!important;justify-self:center;object-fit:cover;object-position:top;border:7px solid #102d4a;border-radius:28px;box-shadow:0 18px 36px rgba(16,45,74,.15)}@media(max-width:620px){.rt-app-card:first-child>img{width:210px!important;height:380px!important}}
.gp-price-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px 27px;border:1px solid #cbdcf3;border-radius:20px;background:linear-gradient(105deg,#eef5ff,#fff);box-shadow:0 14px 32px rgba(37,99,235,.08)}.gp-price-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(145deg,#2563eb,#4338ca);font-size:23px}.gp-price-card h3{margin:0 0 6px;font-size:21px}.gp-price-card p{margin:0;color:#65758b;font-size:13px;line-height:1.5}.gp-price-card ul{display:flex;flex-wrap:wrap;gap:8px 18px;margin:12px 0 0;padding:0;list-style:none}.gp-price-card li{display:flex;gap:7px;align-items:center;color:#53657a;font-size:13px}.gp-price-card li i{color:#16a36b}.gp-price-card li strong{color:#14213d}.gp-price-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 16px;border-radius:10px;color:#fff;background:linear-gradient(100deg,#2563eb,#4338ca);font-size:13px;font-weight:900;white-space:nowrap}@media(max-width:700px){.gp-price-card{grid-template-columns:auto 1fr}.gp-price-btn{grid-column:1/-1;justify-content:center}.gp-price-card ul{display:grid;gap:8px}}
.rt-app-card{position:relative;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#f8fbff 65%,#eef6ff 100%)}.rt-app-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0d5fc5,#14a9c7)}.rt-app-card:first-child .rt-app-copy:after{content:"BRANDED PORTAL   •   QUICK CHECK-IN   •   EVENT DETAILS";display:block;margin-top:22px;padding-top:13px;border-top:1px solid #dce8f3;color:#7a8da0;font-size:11px;font-weight:900;letter-spacing:.08em}.rt-app-card.reverse .rt-app-copy:after{content:"TERMINAL ASSIGNMENT   •   QR SCAN   •   LIVE COUNTS";display:block;margin-top:22px;padding-top:13px;border-top:1px solid #dce8f3;color:#7a8da0;font-size:11px;font-weight:900;letter-spacing:.08em}@media(max-width:620px){.rt-app-card:first-child .rt-app-copy:after,.rt-app-card.reverse .rt-app-copy:after{font-size:10px;line-height:1.5}}
@media(max-width:620px){.rt-logo{width:80px!important}}
.rt-app-grid{display:grid;grid-template-columns:1fr;gap:18px}.rt-app-card{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:25px;border:1px solid var(--rt-line,#dfe8f1);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(16,65,110,.06)}.rt-app-card.reverse{grid-template-columns:.95fr 1.05fr}.rt-app-copy h3{margin:12px 0 9px;color:#102d4a;font-size:24px;line-height:1.15}.rt-app-copy p{margin:0;color:#66798a;font-size:14px;line-height:1.7}.rt-app-copy ul{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none}.rt-app-copy li{display:flex;gap:8px;color:#536b7d;font-size:13px;font-weight:700}.rt-app-copy li i{color:#149b71}.rt-app-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:99px;color:#0d5fc5;background:#eaf3ff;font-size:13px;font-weight:900}.rt-app-badge i{color:#0d5fc5}.rt-app-card>img,.rt-phone-pair img{display:block;width:100%;max-height:420px;object-fit:contain;border-radius:16px}.rt-phone-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rt-phone-pair img{height:390px;object-fit:cover;object-position:top;border:5px solid #102d4a;border-radius:20px;box-shadow:0 12px 26px rgba(16,45,74,.13)}@media(max-width:980px){.rt-app-card,.rt-app-card.reverse{grid-template-columns:1fr}.rt-app-card.reverse .rt-app-copy{order:1}.rt-app-card.reverse .rt-phone-pair{order:2}}@media(max-width:620px){.rt-app-card{padding:18px;gap:18px}.rt-app-copy h3{font-size:21px}.rt-phone-pair{gap:8px}.rt-phone-pair img{height:300px;border-width:4px}}
.ms-copy{position:relative;padding-top:94px!important}.ms-copy:before{content:"";position:absolute;left:0;top:15px;width:176px;height:52px;background:url("/assets/microsoft/microsoft-logo.svg") left center/contain no-repeat}
@media(max-width:980px){.ms-copy{padding-top:88px!important}}
@media(max-width:620px){.ms-copy{padding-top:78px!important}.ms-copy:before{top:8px;width:150px;height:44px}}
.ms-marketplace-trust{display:flex;align-items:center;gap:14px;margin:24px 0 0;padding:15px 18px;border:1px solid rgba(0,120,212,.25);border-radius:14px;background:linear-gradient(100deg,rgba(0,120,212,.12),rgba(255,255,255,.04));color:#d8e8fa}.ms-marketplace-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#0078d4;color:#fff;font-size:20px}.ms-marketplace-trust div:nth-child(2){display:grid;gap:3px}.ms-marketplace-trust strong{color:#fff;font-size:13px}.ms-marketplace-trust span{color:#9fb4cb;font-size:13px}.ms-marketplace-trust a{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:13px;font-weight:800;white-space:nowrap}.ms-marketplace-trust a:hover{background:#0078d4;border-color:#0078d4}@media(max-width:620px){.ms-marketplace-trust{align-items:flex-start;flex-wrap:wrap}.ms-marketplace-trust a{margin-left:52px}}

/* Shared site footer: mirrors the common header navigation on every public page. */
.site-footer{margin-top:15px!important;padding:62px 0 22px!important;background:radial-gradient(circle at 4% 0,rgba(49,92,255,.14),transparent 24%),#0d1425!important}
.footer-grid.footer-nav-grid{display:grid!important;grid-template-columns:minmax(230px,1.35fr) repeat(5,minmax(125px,1fr))!important;gap:28px!important;align-items:start}
.footer-brand-col p{max-width:255px!important;color:#aeb8ca!important}
.footer-menu h4{position:relative;padding-bottom:12px!important;margin-bottom:14px!important;color:#fff!important;font-size:13px!important;letter-spacing:.02em}.footer-menu h4:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;border-radius:2px;background:linear-gradient(90deg,#e31616,#ff8c5c)}
.footer-menu ul{display:grid;gap:7px}.footer-menu li{margin:0!important;line-height:1.35!important}.footer-menu a{position:relative;display:inline-flex;align-items:center;gap:7px;color:#aeb8ca!important;font-size:11px!important;line-height:1.45!important;transition:color .18s ease,transform .18s ease}.footer-menu a:before{content:"";width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:#3d4b65;transition:background .18s ease}.footer-menu a:hover{color:#fff!important;transform:translateX(3px)}.footer-menu a:hover:before{background:#ff725f}
.footer-contact-bar{display:grid;grid-template-columns:minmax(235px,.8fr) minmax(0,2fr) auto;gap:22px;align-items:center;margin-top:35px;padding:20px 22px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(110deg,rgba(255,255,255,.075),rgba(255,255,255,.035))}.footer-contact-title{display:flex;align-items:center;gap:12px}.footer-contact-title>i{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px;color:#fff;background:linear-gradient(145deg,#315cff,#694cda)}.footer-contact-title span{display:grid;gap:3px}.footer-contact-title strong{color:#fff;font-size:12px}.footer-contact-title small{color:#8f9bb0;font-size:10px}.footer-contact-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px}.footer-contact-links a{display:inline-flex;align-items:center;gap:7px;color:#c9d1df!important;font-size:10px!important;font-weight:700}.footer-contact-links i{color:#ff8562}.footer-contact-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 15px;border-radius:10px;color:#12203a!important;background:#fff;font-size:11px!important;font-weight:900;white-space:nowrap}
.site-footer .payment-strip{margin-top:14px}.site-footer .copyright{align-items:center;gap:20px}.site-footer .copyright strong{color:#d4dbea;font-weight:800}
@media(max-width:1180px){.footer-grid.footer-nav-grid{grid-template-columns:1.3fr repeat(3,1fr)!important}.footer-brand-col{grid-row:span 2}.footer-contact-bar{grid-template-columns:1fr auto}.footer-contact-links{grid-column:1/-1;grid-row:2;justify-content:flex-start}.footer-contact-cta{grid-column:2;grid-row:1}}
@media(max-width:760px){.footer-grid.footer-nav-grid{grid-template-columns:1fr 1fr!important;gap:30px 22px!important}.footer-brand-col{grid-column:1/-1;grid-row:auto}.footer-brand-col p{max-width:440px!important}.footer-contact-bar{grid-template-columns:1fr}.footer-contact-links{grid-column:1;grid-row:auto;justify-content:flex-start;align-items:flex-start;flex-direction:column}.footer-contact-cta{grid-column:1;grid-row:auto;width:100%}.site-footer .payment-strip{margin-top:14px!important}.site-footer .copyright{align-items:flex-start;flex-direction:column}}
@media(max-width:430px){.footer-grid.footer-nav-grid{grid-template-columns:1fr!important}.footer-menu{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-contact-bar{padding:18px}.site-footer{padding-top:48px!important}}
