:root{--green:#006b4f;--green-dark:#004d3a;--green-soft:#e9f6f0;--gold:#ffc400;--ink:#122033;--muted:#667085;--line:#e5e7eb;--cream:#fffaf0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:15px/1.6 'DM Sans',Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button,select,input,textarea{font:inherit}button,.button{cursor:pointer}.announcement{display:flex;justify-content:center;gap:36px;padding:7px 16px;background:var(--gold);color:#17220d;font-size:12px;font-weight:700}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(5vw,20px);background:var(--green-dark);color:#fff}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border:2px solid #fff;border-radius:8px;font-size:25px;line-height:1}.brand strong{display:block;font:700 15px/1.15 Sora,sans-serif}.brand small{display:block;color:#b8dace;font-size:11px}.site-header nav{display:flex;align-items:center;gap:24px;font-weight:500}.site-header nav a:hover{color:var(--gold)}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:24px}.hero{background:radial-gradient(circle at 88% 45%,#11966e 0,#006b4f 37%,#004d3a 100%);color:#fff}.hero-inner{max-width:950px;margin:auto;padding:112px 20px 100px;text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--green);font-weight:800;font-size:12px}.gold{color:var(--gold)}.hero h1,h2,h3{font-family:Sora,Arial,sans-serif}.hero h1{margin:22px 0 20px;font-size:clamp(38px,6vw,70px);line-height:1.1}.hero h1 em{color:var(--gold);font-style:normal}.hero p:not(.eyebrow){max-width:680px;margin:0 auto;color:#d3eee3;font-size:18px}.hero-actions{display:flex;justify-content:center;gap:12px;margin:34px 0 44px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:12px 22px;font-weight:800;transition:.2s transform,.2s filter}.button:hover{transform:translateY(-2px);filter:brightness(1.04)}.gold-button{background:var(--gold);color:#15230e}.outline-button{border:1px solid #83baa9;color:#fff}.primary-button{background:var(--green);color:#fff}.hero-stats{display:flex;justify-content:center;gap:80px}.hero-stats strong{display:block;color:#fff;font:700 27px Sora,sans-serif}.hero-stats span{color:#b8dace;font-size:12px}.trust-strip{display:flex;justify-content:center;gap:35px;flex-wrap:wrap;padding:20px;color:#4d5e58;font-size:13px;border-bottom:1px solid var(--line)}.section{padding:74px max(5vw,20px)}.section.alt{background:#f7faf9}.section.dark{background:linear-gradient(135deg,#004d3a,#006b4f);color:#fff}.section-heading{text-align:center;max-width:680px;margin:0 auto 36px}.section-heading h2{margin:8px 0 10px;font-size:clamp(28px,4vw,42px)}.section-heading>p:last-child{color:var(--muted);margin:0}.section-heading.light>p:last-child{color:#c4e4d8}.filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid #cfe2da;border-radius:999px;background:#fff;color:var(--green);padding:8px 15px;font-weight:700;cursor:pointer}.filter.active,.filter:hover{background:var(--green);color:#fff}.phone-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1220px;margin:auto}.phone-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;padding:15px;box-shadow:0 5px 15px #0b594d0a}.phone-card img{width:100%;height:155px;object-fit:contain}.phone-card h3{margin:4px 0;font-size:16px}.phone-card .model{color:var(--muted);font-size:13px}.phone-card .price{margin-top:11px;color:var(--green);font-weight:800}.phone-card .deposit{color:#966b00;font-size:12px}.phone-card .stock{margin-top:auto;padding-top:12px;color:#43806e;font-size:12px;font-weight:700}.phone-card .apply-small{display:block;margin-top:10px;padding:8px;border-radius:9px;background:var(--green-soft);color:var(--green);text-align:center;font-size:12px;font-weight:800}.calculator{display:grid;grid-template-columns:repeat(3,1fr) 1.2fr;gap:16px;max-width:940px;margin:auto;padding:25px;border-radius:20px;background:#fff;box-shadow:0 8px 25px #0b594d12}.calculator label,.form-grid label{display:grid;gap:6px;color:#49545d;font-size:13px;font-weight:700}.calculator select,.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #d7e1df;border-radius:10px;padding:11px;background:#fff;color:var(--ink)}.calc-result{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:2px 10px;padding:14px;border-radius:14px;background:var(--green-soft)}.calc-result span{font-size:11px;color:var(--muted)}.calc-result strong{font:700 17px Sora;color:var(--green)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;max-width:1060px;margin:auto}.steps article{padding:20px;border:1px solid #ffffff25;border-radius:16px;background:#ffffff12}.steps b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--gold);color:#1d2a16}.steps h3{font-size:15px;margin:15px 0 6px}.steps p{margin:0;color:#c4e4d8;font-size:13px}.apply{background:#f7faf9}.apply form{max-width:900px;margin:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .wide{grid-column:1/-1}.payment-card{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:22px;padding:25px;border:1px solid #f3dc7d;border-radius:18px;background:var(--cream)}.payment-card h3{margin:5px 0 12px;font-size:18px}.payment-card p:not(.eyebrow){margin:10px 0 0;color:var(--muted);font-size:13px}.payment-line{display:flex;align-items:center;gap:12px}.payment-line strong{font:700 21px Sora}.copy-button{border:1px solid #d5bf67;border-radius:8px;background:#fff;padding:7px 10px;color:#765900;font-size:12px;font-weight:700}.deposit{min-width:160px;padding:14px;border-radius:12px;background:#fff}.deposit span{display:block;font-size:11px;color:var(--muted)}.deposit strong{color:#a05c00;font:700 20px Sora}.apply form>.primary-button{margin-top:18px}.form-note{color:#89948e;font-size:12px;text-align:center}.empty-review{max-width:680px;margin:auto;padding:36px 24px;border:1px solid #dcebe5;border-radius:18px;background:#fff;text-align:center;box-shadow:0 6px 18px #0b594d08}.empty-review span{display:grid;place-items:center;width:48px;height:48px;margin:auto;border-radius:12px;background:var(--green-soft);color:var(--green);font-size:24px}.empty-review h3{margin:15px 0 6px;font-size:18px}.empty-review p{margin:0;color:var(--muted);font-size:14px}.commitments{background:#fff}.commitment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:auto}.commitment-grid article{padding:23px;border:1px solid var(--line);border-radius:16px;text-align:center}.commitment-grid span{color:var(--green);font-size:26px}.commitment-grid h3{margin:8px 0;font-size:17px}.commitment-grid p{margin:0;color:var(--muted);font-size:13px}footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding:48px max(5vw,20px);background:#101c28;color:#cbd5dc}footer .brand{color:#fff}footer h3{margin:0 0 12px;color:#fff;font-size:15px}footer p{font-size:13px}footer a{color:#fff}.stock-notice{position:fixed;right:24px;bottom:24px;z-index:15;display:flex;gap:12px;max-width:340px;padding:14px;border:1px solid #d7eee5;border-radius:16px;background:#fff;box-shadow:0 10px 30px #0b594d20;transition:.25s transform,.25s opacity}.stock-notice.hide{opacity:0;transform:translateX(30px)}.stock-notice>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green-soft);color:var(--green)}.stock-notice b{display:block;color:var(--green);font-size:10px;letter-spacing:.1em}.stock-notice p{margin:1px 0;font-weight:700;font-size:13px}.stock-notice small{color:var(--muted);font-size:11px}.to-top{position:fixed;left:22px;bottom:22px;z-index:10;display:none;width:38px;height:38px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:20px}.toast{position:fixed;left:50%;bottom:25px;z-index:30;display:none;transform:translateX(-50%);padding:10px 16px;border-radius:10px;background:#10251d;color:#fff;font-size:13px}.toast.show{display:block}@media(max-width:1050px){.phone-grid{grid-template-columns:repeat(4,1fr)}.site-header nav{gap:14px}}@media(max-width:760px){.announcement{gap:12px;justify-content:space-around;font-size:10px}.announcement span:nth-child(2){display:none}.site-header{padding:12px 18px}.menu-toggle{display:block}.site-header nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--green-dark);padding:8px 18px 14px}.site-header nav.open{display:flex}.site-header nav a{padding:10px;border-bottom:1px solid #ffffff16}.hero-inner{padding:70px 20px 68px}.hero h1{font-size:40px}.hero p:not(.eyebrow){font-size:15px}.hero-stats{gap:28px}.hero-stats strong{font-size:21px}.trust-strip{gap:12px 20px;font-size:11px}.section{padding:52px 18px}.phone-grid{grid-template-columns:repeat(2,1fr);gap:12px}.phone-card{padding:11px}.phone-card img{height:130px}.phone-card h3{font-size:14px}.phone-card .price{font-size:13px}.calculator{grid-template-columns:1fr;padding:18px}.steps{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.payment-card{display:block;padding:18px}.payment-line{flex-wrap:wrap}.payment-line strong{font-size:18px}.deposit{margin-top:15px}.commitment-grid{grid-template-columns:1fr}.stock-notice{right:13px;bottom:13px;max-width:calc(100vw - 26px)}.to-top{left:13px;bottom:13px}.stock-notice+.to-top{bottom:82px}footer{grid-template-columns:1fr;gap:20px;padding:36px 18px}}
.hidden{display:none!important}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 7px 22px #0b594d0b}.modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:18px;background:#09251ccc}.modal-box{position:relative;width:min(100%,480px);max-height:90vh;overflow:auto;border-radius:18px;background:#fff;padding:28px;box-shadow:0 18px 60px #001b1370}.modal-box h2{margin:0 0 18px;font-size:24px}.modal-box form{display:grid;gap:14px}.modal-box label{display:grid;gap:5px;color:#49545d;font-size:13px;font-weight:700}.modal-box input,.modal-box textarea,.modal-box select{width:100%;border:1px solid #d7e1df;border-radius:9px;padding:10px}.modal-close{position:absolute;top:12px;right:15px;border:0;background:transparent;color:#667085;font-size:27px;cursor:pointer}.auth-tabs{display:flex;gap:5px;margin-bottom:22px;border-bottom:1px solid var(--line)}.auth-tabs button,.admin-tabs button{border:0;background:transparent;padding:10px 12px;color:var(--muted);font-weight:700;cursor:pointer}.auth-tabs button.active,.admin-tabs button.active{border-bottom:3px solid var(--green);color:var(--green)}.nav-button{border:1px solid #a8c9bd;border-radius:999px;background:transparent;color:#fff;padding:8px 14px;font-weight:700;cursor:pointer}.account-box{width:min(100%,560px)}.order-card{display:grid;gap:3px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:12px}.order-card span,.order-card small{color:var(--muted);font-size:12px}.payment-form{display:grid;gap:8px;margin-top:10px}.payment-form input,.payment-form textarea{border:1px solid #d7e1df;border-radius:8px;padding:9px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1000px;margin:auto}.review-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.review-card .stars{color:#eab308;letter-spacing:2px}.review-card blockquote{margin:14px 0;color:#49545d}.review-card strong{display:block}.review-card small{color:var(--muted)}.admin-main{max-width:1220px;margin:auto;padding:45px 20px}.admin-title{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:25px}.admin-title h1{margin:4px 0;font:700 34px Sora}.admin-tabs{display:flex;flex-wrap:wrap;gap:4px;margin:18px 0;border-bottom:1px solid var(--line)}.admin-panel h2{margin-top:0;font:700 22px Sora}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.table-wrap{overflow:auto}.table-wrap table{width:100%;min-width:750px;border-collapse:collapse;font-size:13px}.table-wrap th,.table-wrap td{padding:12px;text-align:left;border-bottom:1px solid var(--line)}.table-wrap th{background:#f7faf9;color:var(--muted);font-size:11px;text-transform:uppercase}.table-wrap small{display:block;color:var(--muted)}.table-wrap select{padding:7px;border:1px solid #d7e1df;border-radius:7px}.status{display:inline-block;padding:4px 8px;border-radius:999px;background:#fff7d6;color:#8a6400;font-size:11px;font-weight:700}.admin-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.admin-item b{display:block}.admin-item small{display:block;color:var(--muted);font-size:12px}.admin-item p{margin:8px 0;color:#49545d}.auth-card{width:min(100%,460px);margin:70px auto}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:5px;color:#49545d;font-size:13px;font-weight:700}.auth-card input{border:1px solid #d7e1df;border-radius:9px;padding:11px}.good{color:var(--green)}.error{color:#b42318}@media(max-width:760px){.review-grid{grid-template-columns:1fr}.admin-title{align-items:start;flex-direction:column}.admin-main{padding:28px 14px}.card{padding:18px}.site-header nav{gap:12px}}

/* Guided four-step application flow */
.application-shell{max-width:920px;margin:auto}.progress-bar{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 auto 24px;color:#84918d}.progress-step{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800}.progress-step span{display:grid;place-items:center;width:30px;height:30px;border:2px solid #d9e4df;border-radius:50%;background:#fff;color:#93a099}.progress-step.active span,.progress-step.complete span{border-color:var(--green);background:var(--green);color:#fff}.progress-step.active b{color:var(--green)}.progress-line{width:42px;height:1px;background:#dce6e1}.guided-form{padding:0!important;overflow:hidden}.application-step{display:none;padding:30px}.application-step.active{display:block}.step-heading{display:flex;align-items:center;gap:13px;margin-bottom:23px}.step-heading h3{margin:4px 0 0;font-size:22px}.step-tip,.free-delivery{margin-top:20px;padding:13px 15px;border-radius:10px;background:var(--green-soft);color:var(--green);font-size:12px}.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:25px}.back-button{border:1px solid #cfddd8;background:#fff;color:var(--green)}.review-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.review-summary div{padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fbfdfc}.review-summary span,.review-summary strong{display:block}.review-summary span{color:var(--muted);font-size:10px}.review-summary strong{margin-top:2px;color:var(--green);font-size:13px}.order-success{padding:38px 30px;text-align:center}.success-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:28px;font-weight:800}.order-success h3{margin:8px 0;font-size:24px}.order-success p{max-width:520px;margin:0 auto 20px;color:var(--muted)}
@media(max-width:700px){.progress-bar{justify-content:space-between;gap:3px}.progress-step{display:block;text-align:center;font-size:8px}.progress-step span{margin:auto}.progress-line{flex:1}.application-step{padding:21px 17px}.step-heading h3{font-size:18px}.step-actions{flex-direction:column-reverse}.step-actions .button{width:100%}.review-summary{grid-template-columns:1fr}.payment-card{display:block}.payment-card .deposit{margin-top:13px}}

/* Customer dashboard parity */
.dashboard-main{min-height:66vh;max-width:1080px;margin:auto;padding:58px 20px}.dashboard-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.dashboard-title h1{margin:6px 0;font:700 36px Sora;color:var(--ink)}.dashboard-title .muted{max-width:620px}.dashboard-content{display:grid;gap:25px}.account-summary{max-width:420px}.account-summary h2{margin:5px 0;font-size:23px}.dashboard-message{max-width:760px;color:var(--muted)}.orders-list{display:grid;gap:16px}.dashboard-order{padding:21px}.order-top{display:flex;justify-content:space-between;align-items:start;gap:15px}.order-top h3{margin:4px 0;font-size:17px;color:var(--green)}.order-details{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.order-details span{padding:13px;border-radius:10px;background:#f7faf9}.order-details b,.order-details small{display:block}.order-details small{margin-top:3px;color:var(--muted);font-size:11px}.dashboard-order .payment-form{max-width:580px;padding-top:16px;border-top:1px solid var(--line)}.dashboard-order .payment-form label{display:grid;gap:5px;color:#49545d;font-size:12px;font-weight:700}.dashboard-order .payment-form input,.dashboard-order .payment-form textarea{border:1px solid #d7e1df;border-radius:9px;padding:10px}.dashboard-nav{display:flex;align-items:center;gap:22px}.dashboard-nav a{color:#fff}.dashboard-nav a:hover{color:var(--gold)}
@media(max-width:760px){.dashboard-main{padding:38px 18px}.dashboard-title{align-items:start;flex-direction:column}.dashboard-title h1{font-size:29px}.dashboard-title .button{width:100%}.dashboard-nav{gap:10px}.dashboard-nav a{display:none}.order-details{grid-template-columns:1fr}.dashboard-order .payment-form button{width:100%}}


/* Premium catalogue redesign */
#phones{background:#fbfcfd;padding-top:76px;padding-bottom:82px}
.catalogue-heading{max-width:650px;margin:0 auto 38px;text-align:center}
.catalogue-heading .eyebrow{margin-bottom:7px;color:#006b4f}
.catalogue-heading h2{margin:0 0 9px;font:800 clamp(32px,4vw,43px)/1.15 Sora,Arial,sans-serif;color:#101b2d}
.catalogue-heading>p:last-child{margin:0;color:#68758a;font-size:15px;line-height:1.6}
.compare-inline-icon{color:#15966d;font-weight:800}
#brandFilters{margin-bottom:31px}
#brandFilters .filter{min-width:62px;padding:8px 17px;border-color:#dfe5e9;color:#243348;background:#fff;box-shadow:0 1px 2px #15203008;font-weight:600}
#brandFilters .filter.active,#brandFilters .filter:hover{background:#006b4f;border-color:#006b4f;color:#fff}
.phone-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:1145px}
.catalogue-card{padding:0;overflow:hidden;border:1px solid #e7ebee;border-radius:17px;background:#fff;box-shadow:0 5px 16px rgba(17,35,52,.08);min-width:0}
.catalogue-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(17,35,52,.12);transition:.2s ease}
.catalogue-card .product-image-wrap{height:190px;background:#f8fafb;display:grid;place-items:center;border-bottom:1px solid #eef1f3;padding:15px 24px}
.catalogue-card .product-image-wrap img{width:100%;height:165px;object-fit:contain}
.product-badge,.stock-pill{position:absolute;top:12px;z-index:2;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;line-height:1.1}
.product-badge{left:12px;color:#fff;background:#12a879}
.product-badge.popular{background:#397ff0}.product-badge.new{background:#9a45ed}.product-badge.premium{background:#d69b00}.product-badge.budget{background:#0c8d6a}
.stock-pill{right:12px;color:#0a9b70;background:#d9f8eb}
.product-info{padding:15px 16px 16px}
.product-brand{margin:0;color:#6b788a;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}
.catalogue-card h3{margin:2px 0 1px;font-size:19px;line-height:1.25;color:#101b2d}
.catalogue-card .product-specs{margin:0;color:#697689;font-size:13px}
.color-row{display:flex;align-items:center;gap:5px;height:29px;margin:4px 0 4px}
.color-dot{width:21px;height:21px;border-radius:50%;background:var(--dot-color);border:2px solid #fff;box-shadow:0 0 0 1px #d7dee2}
.color-dot.selected{box-shadow:0 0 0 2px #006b4f}
.color-row small{margin-left:3px;color:#8792a1;font-size:11px}
.plan-highlights{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}
.plan-highlights>div{padding:7px 9px;border-radius:10px;background:#eefaf5}
.plan-highlights>div+div{background:#fff9e9}
.plan-highlights span{display:block;color:#84918d;font-size:10px;line-height:1.1;margin-bottom:2px}
.plan-highlights strong{display:block;color:#00714f;font-size:13px;line-height:1.25;white-space:nowrap}
.plan-highlights>div+div strong{color:#9a6800}
.product-actions{display:grid;grid-template-columns:1fr 40px;gap:8px;margin-top:10px}
.catalogue-apply{margin:0!important;padding:9px 12px!important;border-radius:10px!important;background:#006b4f!important;color:#fff!important;font-size:13px!important;line-height:1.2}
.catalogue-apply span{font-size:16px;margin-left:3px}
.compare-button{display:grid;place-items:center;border:1px solid #e0e5e7;border-radius:10px;background:#fff;color:#53606e;font-size:17px;cursor:pointer;box-shadow:0 1px 3px #0f1e2d0b}
.compare-button:hover,.compare-button.selected{border-color:#8bcab5;background:#e9f8f1;color:#006b4f}
.compare-bar{position:fixed;left:50%;bottom:22px;z-index:25;display:flex;align-items:center;gap:12px;max-width:min(900px,calc(100vw - 30px));padding:10px 12px 10px 16px;border:1px solid #d8e8e2;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(12,51,40,.18);transform:translate(-50%,20px);opacity:0;pointer-events:none;transition:.2s ease}
.compare-bar.show{transform:translate(-50%,0);opacity:1;pointer-events:auto}
.compare-items{display:flex;gap:7px;flex-wrap:wrap}.compare-items span{padding:6px 9px;border-radius:8px;background:#f1f7f4;color:#23463b;font-size:11px;font-weight:700}.compare-count{font-size:12px;color:#6b7885;white-space:nowrap}
.compare-modal{position:fixed;inset:0;z-index:50;display:none;place-items:center;padding:20px;background:rgba(7,20,17,.55)}
.compare-modal.show{display:grid}.compare-modal-box{position:relative;width:min(850px,100%);max-height:90vh;overflow:auto;border-radius:20px;background:#fff;padding:30px;box-shadow:0 25px 70px rgba(0,0,0,.25)}
.compare-modal-box h2{margin:4px 0 22px;font-size:26px}.compare-modal-box .modal-close{position:absolute;right:16px;top:14px}
.compare-table{border:1px solid #e4e9eb;border-radius:12px;overflow:hidden}.compare-row{display:grid;grid-template-columns:1.1fr repeat(3,1fr);border-top:1px solid #e7ebed}.compare-row:first-child{border-top:0}.compare-row>*{padding:13px;border-right:1px solid #e7ebed;font-size:13px}.compare-row>*:last-child{border-right:0}.compare-head{background:#f4f8f6}.compare-head strong{color:#123f32}
@media(max-width:1050px){.phone-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){#phones{padding-top:55px}.catalogue-heading{margin-bottom:28px}.catalogue-heading h2{font-size:32px}.phone-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalogue-card .product-image-wrap{height:145px;padding:10px 14px}.catalogue-card .product-image-wrap img{height:125px}.catalogue-card .product-info{padding:12px}.catalogue-card h3{font-size:15px}.product-badge,.stock-pill{top:8px;font-size:9px;padding:4px 6px}.product-badge{left:8px}.stock-pill{right:8px}.plan-highlights strong{font-size:11px}.plan-highlights span{font-size:9px}.product-actions{grid-template-columns:1fr 34px}.catalogue-apply{font-size:11px!important;padding:8px 7px!important}.compare-button{font-size:14px}.compare-bar{left:10px;right:10px;bottom:10px;max-width:none;transform:translateY(20px);padding:9px}.compare-bar.show{transform:translateY(0)}.compare-items{max-width:45vw}.compare-modal-box{padding:22px 14px}.compare-row{grid-template-columns:90px repeat(3, minmax(105px,1fr));min-width:405px}.compare-modal-box{overflow-x:auto}.compare-table{width:max-content;min-width:100%}}

/* Installment Calculator - reference design */
.payment-plans-section{padding-top:72px;padding-bottom:74px;background:#fff!important}
.payment-plans-heading{max-width:700px;margin-bottom:38px}
.payment-plans-heading .eyebrow{margin-bottom:7px;color:#006b4f}
.payment-plans-heading h2{margin:0 0 10px;font:800 clamp(32px,4vw,42px)/1.15 Sora,Arial,sans-serif;color:#101b2d}
.payment-plans-heading>p:last-child{max-width:620px;margin:0 auto;color:#68758a;font-size:15px;line-height:1.65}
.calculator-card{width:min(448px,100%);margin:0 auto;padding:25px;border:1px solid #e7ebee;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(17,35,52,.11)}
.calculator-card-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.calculator-card-title h3{margin:0;color:#101b2d;font:700 17px/1.25 Sora,Arial,sans-serif}
.calculator-icon{display:grid;place-items:center;width:18px;height:18px;color:#00885f;font-size:19px;line-height:1}
.calculator-select-label{display:grid;gap:7px;color:#12324b;font-size:13px;font-weight:500}
.calculator-select-label select{width:100%;height:37px;padding:7px 36px 7px 11px;border:1px solid #d7dedb;border-radius:8px;background:#fff;color:#122033;outline:none;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.calculator-select-label select:focus{border-color:#70b99f;box-shadow:0 0 0 3px rgba(0,107,79,.08)}
.calculator-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;padding:0;background:transparent}
.calc-metric{min-height:63px;padding:11px 12px;border-radius:14px;display:flex;flex-direction:column;justify-content:center}
.calc-metric span{display:block;margin-bottom:2px;font-size:11px;line-height:1.25;color:#6f7a86}
.calc-metric strong{font:700 14px/1.25 Sora,Arial,sans-serif;white-space:nowrap}
.calc-metric.total{background:#f6f8fa}.calc-metric.total strong{color:#122033}
.calc-metric.deposit{background:#e9fbf3}.calc-metric.deposit span{color:#5e8e7c}.calc-metric.deposit strong{color:#007a54}
.calc-metric.daily{background:#fff9e9}.calc-metric.daily span{color:#b37d22}.calc-metric.daily strong{color:#a95b00}
.calc-metric.weekly{background:#edf5ff}.calc-metric.weekly span{color:#6c8ed1}.calc-metric.weekly strong{color:#1047b4}
.calculator-footnote{margin:14px 0 0;text-align:center;color:#8a9199;font-size:11px}
.site-header nav a[href="#plans"]{font-weight:700}
@media(max-width:760px){.payment-plans-section{padding-top:55px;padding-bottom:55px}.calculator-card{padding:20px;border-radius:15px}.calculator-result-grid{gap:10px}.calc-metric{min-height:62px;padding:10px}.calc-metric strong{font-size:12px}.payment-plans-heading h2{font-size:32px}}

/* === Reference-matched guided application === */
#apply.apply{background:#f7f9fb;padding-top:54px;padding-bottom:58px}
#apply .section-heading{max-width:650px;margin-bottom:28px}
#apply .section-heading .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:3px}
#apply .section-heading h2{font-size:28px;line-height:1.18;margin:4px 0 9px;color:#0e1830;text-transform:none}
#apply .section-heading>p:last-child{font-size:12px;line-height:1.5;max-width:520px;margin:auto;color:#69748b}
.application-shell{max-width:710px;margin:0 auto}
.progress-bar{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:start;margin:0 0 27px;padding:0 3px}
.progress-line{height:1px;background:#e6e9ef;margin:13px 12px 0}
.progress-step{min-width:72px;text-align:center;color:#a1a8b6;font-size:9px;font-weight:500}
.progress-step span{display:grid;place-items:center;width:27px;height:27px;margin:0 auto 6px;border:1px solid #dfe3e9;border-radius:50%;background:#fff;color:#98a0b0;font-size:11px;font-weight:700;box-shadow:0 1px 3px rgba(16,24,40,.03)}
.progress-step b{font-weight:500;white-space:nowrap}
.progress-step.active,.progress-step.complete{color:#006b4f}
.progress-step.active span,.progress-step.complete span{border-color:#006b4f;background:#006b4f;color:#fff}
.progress-step.complete+ .progress-line{background:#87bca9}
.guided-form{max-width:none;margin:0;padding:0;border:1px solid #e4e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(16,24,40,.10);overflow:hidden}
.application-step{display:none;padding:27px 28px 22px}
.application-step.active{display:block}
#apply .step-heading{display:block;margin-bottom:18px}
#apply .step-heading .number-badge,#apply .step-heading .eyebrow{display:none}
#apply .step-heading h3{font-size:16px;line-height:1.35;margin:0 0 3px;color:#0d172d}
#apply .step-heading h3::after{content:''}
#apply .step-heading div::after{display:block;color:#69748b;font-size:10px;line-height:1.45;font-family:'DM Sans',Arial,sans-serif;font-weight:400;margin-top:3px}
#apply .application-step[data-step="1"] .step-heading div::after{content:'The managed catalogue is updated by EasyPay administrators. Select a phone, colour, and preferred payment schedule.'}
.application-phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin-top:10px}
.application-phone-option{position:relative;display:grid;grid-template-columns:50px 1fr;align-items:center;min-height:76px;padding:10px 12px;border:1px solid #e5e8ed;border-radius:11px;background:#fafbfc;cursor:pointer;transition:border-color .18s,box-shadow .18s,background .18s}
.application-phone-option:hover{border-color:#cfd7dd;background:#fff}
.application-phone-option.selected{border-color:#c7d4da;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,107,79,.04)}
.application-phone-option input{position:absolute;opacity:0;pointer-events:none}
.application-phone-option img{width:42px;height:54px;object-fit:contain;justify-self:center}
.application-phone-meta{min-width:0;line-height:1.25}
.application-phone-meta small{display:block;color:#9aa2b2;font-size:8px;margin-bottom:1px}
.application-phone-meta strong{display:block;color:#0e1830;font:700 12px/1.2 Sora,Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.application-phone-meta span{display:block;color:#768197;font-size:8px;margin-top:2px}
.application-phone-meta b{display:block;color:#006b4f;font-size:8px;margin-top:3px;font-weight:700}
.application-plan-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding-top:15px;border-top:1px solid #eef0f3}
.application-plan-row label{display:grid;gap:6px;color:#465267;font-size:10px;font-weight:600}
.application-plan-row select{width:100%;border:1px solid #dfe3e8;border-radius:9px;padding:9px 10px;background:#fff;color:#1a2438;font-size:11px}
#apply .step-tip{margin:12px 0 0;padding:0;background:transparent;border:0;color:#8892a4;font-size:9px;text-align:left}
#apply .next-button{float:right;margin-top:17px;border-radius:10px;padding:9px 14px;font-size:10px;background:#7eb69e;color:#fff}
#apply .application-step[data-step="1"]::after{content:'';display:block;clear:both}
#apply .step-actions{margin-top:20px}
#apply .outline-dark{border:1px solid #dfe3e8;background:#fff;color:#687386}
@media(max-width:760px){
  #apply.apply{padding-top:46px}.application-shell{max-width:100%}.progress-bar{grid-template-columns:repeat(4,1fr);gap:4px}.progress-line{display:none}.progress-step{min-width:0;font-size:8px}.progress-step b{white-space:normal;line-height:1.25}.application-step{padding:20px 14px}.application-phone-grid{grid-template-columns:1fr}.application-plan-row{grid-template-columns:1fr}.guided-form{border-radius:12px}
}

/* === Selected phone plan details === */
.application-phone-option.selected{border-color:#008752;background:#eafaf2;box-shadow:inset 0 0 0 1px rgba(0,135,82,.12)}
.selected-plan-details{margin-top:17px;padding-top:14px;border-top:1px solid #edf0f2}
.selected-plan-details[hidden]{display:none!important}
.application-colour-block{margin-bottom:11px}
.application-field-label{display:block;margin-bottom:5px;color:#0f1d2f;font-size:10px;font-weight:600}
.colour-chip-row{display:flex;flex-wrap:wrap;gap:6px}
.colour-chip{appearance:none;border:1px solid #d9dfe6;border-radius:7px;background:#fff;color:#1f2937;padding:5px 9px;font-size:9px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.colour-chip:hover{border-color:#94b8aa}
.colour-chip.active{border-color:#006b4f;background:#006b4f;color:#fff}
.selected-plan-details .application-plan-row{margin-top:0;padding-top:0;border-top:0;grid-template-columns:1fr 1fr;gap:12px}
.selected-plan-details .application-plan-row label{font-size:9px;color:#111827}
.selected-plan-details .application-plan-row select{width:100%;max-width:140px;height:31px;padding:5px 25px 5px 8px;border-radius:7px;font-size:9px}
.selected-plan-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:13px}
.summary-metric{min-height:53px;padding:9px 10px;border-radius:11px;display:flex;flex-direction:column;justify-content:center}
.summary-metric span{display:block;margin-bottom:3px;font-size:8px;color:#7b8495}
.summary-metric strong{display:block;font:700 10px/1.25 Sora,Arial,sans-serif;white-space:nowrap}
.summary-metric.cash{background:#f6f8fa}.summary-metric.cash strong{color:#101828}
.summary-metric.deposit{background:#eafaf3}.summary-metric.deposit span{color:#4d8f77}.summary-metric.deposit strong{color:#007653}
.summary-metric.balance{background:#edf5ff}.summary-metric.balance span{color:#6689cf}.summary-metric.balance strong{color:#1247b5}
.summary-metric.estimate{background:#fff8e8}.summary-metric.estimate span{color:#b47a20}.summary-metric.estimate strong{color:#aa5b00}
#applicationStepTip{display:none}
#apply .next-button{background:#006b4f}
@media(max-width:760px){
  .selected-plan-summary{grid-template-columns:1fr 1fr}.summary-metric strong{font-size:10px}.selected-plan-details .application-plan-row{grid-template-columns:1fr 1fr}.selected-plan-details .application-plan-row select{max-width:none}
}

/* === Application step 2: personal details === */
#apply .application-step[data-step="2"]{padding:31px 30px 26px}
#apply .application-step[data-step="2"] .step-heading{margin-bottom:22px}
#apply .application-step[data-step="2"] .step-heading h3{font-size:20px;line-height:1.25;margin:0 0 4px;color:#0b1428}
#apply .application-step[data-step="2"] .step-heading div::after{display:none}
#apply .step-description{margin:0;color:#68748b;font-size:12px;line-height:1.5}
.personal-details-grid{gap:14px 16px}
.personal-details-grid label{gap:5px;color:#101827;font-size:12px;font-weight:500}
.personal-details-grid input{height:36px;border:1px solid #d9ddd7;border-radius:8px;padding:8px 11px;background:#fff;color:#101827;font-size:12px;box-shadow:0 1px 3px rgba(16,24,40,.06)}
.personal-details-grid input::placeholder{color:#9299a7}
.personal-details-grid input:focus{outline:0;border-color:#80af9c;box-shadow:0 0 0 3px rgba(0,107,79,.08)}
#apply .details-step-actions{margin:22px -30px -26px;padding:20px 0 0;background:#f7faf9;transform:translateY(26px);position:relative}
#apply .details-step-actions::before{content:'';position:absolute;left:-999px;right:-999px;top:0;height:1px;background:#f0f2f4}
#apply .details-step-actions .button{min-height:35px;border-radius:9px;padding:8px 14px;font-size:11px}
#apply .details-step-actions .primary-button{background:#7eb69e}
#apply .details-step-actions .back-button{color:#172033;border-color:#d8dedb}
.delivery-details-grid{margin-top:4px}
@media(max-width:760px){
  #apply .application-step[data-step="2"]{padding:23px 17px 20px}
  #apply .application-step[data-step="2"] .step-heading h3{font-size:18px}
  .personal-details-grid{grid-template-columns:1fr}
  .personal-details-grid .wide{grid-column:auto}
  #apply .details-step-actions{margin:20px -17px -20px;transform:translateY(20px);padding:16px 0 0}
}

/* === Application step 3: delivery or collection === */
#apply .application-step[data-step="3"]{padding:31px 30px 26px}
#apply .application-step[data-step="3"] .delivery-step-heading{margin-bottom:23px}
#apply .application-step[data-step="3"] .delivery-step-heading h3{font-size:20px;line-height:1.25;margin:0 0 4px;color:#0b1428}
.delivery-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.delivery-method-option{position:relative;display:grid;grid-template-columns:18px 25px 1fr;align-items:center;gap:8px;min-height:80px;padding:14px 15px;border:1px solid #e2e7e5;border-radius:13px;background:#fff;cursor:pointer;transition:.18s ease}
.delivery-method-option:hover{border-color:#a9c9bc}
.delivery-method-option.selected{border-color:#007a53;background:#ecfbf4;box-shadow:inset 0 0 0 1px rgba(0,122,83,.08)}
.delivery-method-option input{position:absolute;opacity:0;pointer-events:none}
.delivery-radio{width:14px;height:14px;border:1px solid #cfd8d3;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 3px #fff}
.delivery-method-option.selected .delivery-radio{border-color:#83bca6;background:#087a55}
.delivery-icon{display:grid;place-items:center;color:#007a53;font-size:20px;line-height:1}
.delivery-method-copy strong{display:block;color:#0d172d;font:700 13px/1.25 Sora,Arial,sans-serif}
.delivery-method-copy small{display:block;margin-top:5px;color:#6f788b;font-size:10px;line-height:1.35}
.delivery-details-grid{display:grid;grid-template-columns:1fr;gap:11px;margin-top:0}
.delivery-details-grid label{display:grid;gap:5px;color:#101827;font-size:11px;font-weight:500}
.delivery-details-grid select,.delivery-details-grid textarea{width:100%;border:1px solid #d9ddd7;border-radius:8px;padding:9px 11px;background:#fff;color:#101827;font:400 11px/1.4 'DM Sans',Arial,sans-serif;box-shadow:0 1px 3px rgba(16,24,40,.06)}
.delivery-details-grid select{max-width:180px;height:37px}
.delivery-details-grid textarea{min-height:38px;resize:vertical}
.delivery-details-grid textarea::placeholder{color:#8e98a4}
.delivery-details-grid select:focus,.delivery-details-grid textarea:focus{outline:0;border-color:#80af9c;box-shadow:0 0 0 3px rgba(0,107,79,.08)}
.delivery-notes-field{margin-top:12px}
.delivery-notes-field label{display:grid;gap:5px;color:#101827;font-size:11px;font-weight:500}
.delivery-notes-field textarea{width:100%;min-height:38px;border:1px solid #d9ddd7;border-radius:8px;padding:9px 11px;background:#fff;color:#101827;font:400 11px/1.4 'DM Sans',Arial,sans-serif;box-shadow:0 1px 3px rgba(16,24,40,.06);resize:vertical}
.delivery-notes-field textarea::placeholder{color:#8e98a4}
.delivery-notes-field textarea:focus{outline:0;border-color:#80af9c;box-shadow:0 0 0 3px rgba(0,107,79,.08)}
.office-collection-notice{padding:14px 15px;border:1px solid #cfe8dc;border-radius:10px;background:#f1fbf6;color:#53685f;font-size:11px;line-height:1.45}
.office-collection-notice strong,.office-collection-notice span{display:block}.office-collection-notice strong{color:#08734f;margin-bottom:3px}
#apply .delivery-step-actions{margin:22px -30px -26px;padding:20px 0 0;background:#f7faf9;transform:translateY(26px);position:relative}
#apply .delivery-step-actions::before{content:'';position:absolute;left:-999px;right:-999px;top:0;height:1px;background:#f0f2f4}
#apply .delivery-step-actions .button{min-height:35px;border-radius:9px;padding:8px 14px;font-size:11px}
#apply .delivery-step-actions .primary-button{background:#7eb69e}
#apply .delivery-step-actions .back-button{color:#172033;border-color:#d8dedb}
@media(max-width:760px){
  #apply .application-step[data-step="3"]{padding:23px 17px 20px}
  #apply .application-step[data-step="3"] .delivery-step-heading h3{font-size:18px}
  .delivery-method-grid{grid-template-columns:1fr}.delivery-method-option{min-height:72px}
  #apply .delivery-step-actions{margin:20px -17px -20px;transform:translateY(20px);padding:16px 0 0}
}

/* === Step 4: review & submit reference layout === */
#apply .application-step.review-order-step{padding:31px 30px 25px}
.review-order-heading{margin-bottom:23px}
.review-order-heading h3{margin:0 0 5px;color:#071428;font-size:20px;line-height:1.25}
.review-order-heading p{max-width:650px;margin:0;color:#68748a;font-size:12px;line-height:1.55}
.review-order-card{overflow:hidden;border:1px solid #e4e8ee;border-radius:13px;background:#fff}
.review-product-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 16px 17px;border-bottom:1px solid #edf0f4}
.review-product-copy{display:flex;align-items:center;gap:13px;min-width:0}
.review-phone-icon{display:grid;place-items:center;width:18px;color:#00754d;font-size:25px;line-height:1}
.review-product-copy div{display:grid;gap:3px;min-width:0}
.review-product-copy strong{color:#0b1428;font-size:14px}
.review-product-copy small{color:#66748a;font-size:11px}
.review-cash-price{white-space:nowrap;color:#071428;font-size:14px}
.review-plan-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #edf0f4}
.review-plan-metrics>div{padding:16px 14px}
.review-plan-metrics span,.review-plan-metrics strong{display:block}
.review-plan-metrics span{margin-bottom:6px;color:#8a94a8;font-size:10px}
.review-plan-metrics strong{color:#071428;font-size:12px}
.review-plan-metrics>div:first-child strong{color:#008054}
.review-plan-metrics>div:last-child strong{color:#008054}
.review-customer-block{display:grid;gap:3px;padding:16px 14px 17px;color:#5f6b80;font-size:11px;line-height:1.45}
.review-customer-block>strong{margin-bottom:2px;color:#0b1428;font-size:11px}
.review-verification-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:15px 16px;border:1px solid #cfe1ff;border-radius:12px;background:#eef5ff;color:#1245c6;font-size:11px;line-height:1.5}
.review-verification-note p{margin:0}
.review-shield{flex:0 0 auto;font-size:16px;color:#1b57e5}
.review-payment-hooks{display:none}
.review-step-actions{margin-top:21px;align-items:center}
.review-step-actions .back-button{padding:9px 15px;border-color:#d9ddd9;color:#111;background:#fff}
.review-submit-button{padding:10px 14px!important;border-radius:12px!important;background:#00733f!important;box-shadow:none!important}
.review-submit-button span{display:inline-grid;place-items:center;width:16px;height:16px;margin-left:7px;border:1px solid #fff;border-radius:50%;font-size:9px}
@media(max-width:700px){
  #apply .application-step.review-order-step{padding:23px 17px 20px}
  .review-order-heading h3{font-size:18px}
  .review-product-row{align-items:flex-start;padding:15px 12px}
  .review-cash-price{font-size:12px}
  .review-plan-metrics{grid-template-columns:1fr 1fr}
  .review-plan-metrics>div{padding:12px;border-bottom:1px solid #f0f2f5}
  .review-plan-metrics>div:nth-last-child(-n+2){border-bottom:0}
  .review-step-actions{flex-direction:row}
  .review-step-actions .button{width:auto}
}

/* Step 5: application received + payment reference */
.order-success-payment{max-width:610px;margin:0 auto;padding:30px 34px 34px;text-align:center;border:1px solid #b9ead7;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0b594d12}
.order-success-payment .success-icon{width:56px;height:56px;margin-bottom:16px;background:#d9faec;border:0;color:#007a54;font-size:25px}
.order-success-payment .eyebrow{margin:0 0 4px;font-size:10px;letter-spacing:.05em}
.order-success-payment h3{margin:0 0 18px;font-size:21px;color:#101b2d}
.success-reference-box{max-width:410px;margin:0 auto 18px;padding:12px 18px 14px;border-radius:13px;background:#111b2e;color:#fff}
.success-reference-box span{display:block;margin-bottom:3px;color:#87a7d4;font-size:9px;letter-spacing:.08em}
.success-reference-box strong{display:block;color:#ffd400;font:800 18px Sora,Arial,sans-serif;letter-spacing:.04em}
.order-success-payment .success-intro{max-width:500px;margin:0 auto 22px;color:#607086;font-size:12px;line-height:1.55}
.success-payment-card{max-width:470px;margin:0 auto 16px;padding:17px 18px;border-radius:14px;text-align:left}
.success-payment-card h4{display:flex;align-items:center;gap:8px;margin:0 0 13px;font:800 14px Sora,Arial,sans-serif;color:#101b2d}
.mtn-card{border:1px solid #f0c64d;background:#fff9e8}
.mtn-card h4 span{color:#c85f00}
.success-payment-line{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:5px 0;border-bottom:1px solid #efd78b;color:#667085;font-size:11px}
.success-payment-line:last-child{border-bottom:0}
.success-payment-line>div{display:flex;align-items:center;gap:8px}
.success-payment-line strong{color:#101b2d;font-size:11px}
.success-deposit-line strong{color:#b64f00}
.success-copy-button{border:1px solid #f0a400;border-radius:8px;background:#fff;color:#c45d00;padding:5px 10px;font-size:11px;font-weight:800;cursor:pointer}
.reference-card{border:1px solid #aee8ce;background:#effcf6}
.reference-card h4 span{color:#007a54}
.reference-card>p{margin:-3px 0 13px;color:#607086;font-size:11px;line-height:1.5}
.success-amount-box{margin-bottom:11px;padding:10px 12px;border:1px solid #bfead9;border-radius:10px;background:#fff;color:#667085;font-size:11px}
.success-amount-box strong{color:#006b4f}
.reference-card label{display:grid;gap:4px;margin-top:8px;color:#101b2d;font-size:11px;font-weight:700}
.reference-card input,.reference-card textarea{width:100%;border:1px solid #cfdad6;border-radius:8px;background:#fff;padding:9px 10px;color:#101b2d;font:12px 'DM Sans',Arial,sans-serif;outline:none}
.reference-card input:focus,.reference-card textarea:focus{border-color:#007a54;box-shadow:0 0 0 3px #007a5412}
.success-submit-payment{width:100%;margin-top:12px;padding:9px 14px;border-radius:9px;font-size:11px}
.success-dashboard-button{margin-top:4px;padding:9px 16px;border-radius:10px;font-size:11px}
#successPaymentMessage{margin:8px 0 0;text-align:center;font-size:11px}
@media(max-width:700px){.order-success-payment{padding:25px 16px}.success-payment-card{padding:15px}.success-payment-line{align-items:flex-start}.success-reference-box{max-width:100%}}
.payment-reference-received{max-width:470px;margin:0 auto 18px;padding:17px 18px;display:flex;align-items:flex-start;gap:12px;border:1px solid #8fe4c0;border-radius:14px;background:#effcf6;text-align:left;color:#0a6949}
.payment-reference-received.hidden{display:none}
.payment-received-icon{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;margin-top:1px;border:1.5px solid #00845b;border-radius:50%;font-size:12px;font-weight:800;line-height:1;color:#00845b}
.payment-reference-received h4{margin:0 0 5px;font:800 13px Sora,Arial,sans-serif;color:#0a6949}
.payment-reference-received p{margin:0!important;max-width:none!important;color:#315f52!important;font-size:11px!important;line-height:1.55!important}

/* EasyPay customer account dashboard */
.customer-dashboard-page{margin:0;background:#f8fafc;color:#101828;font-family:'DM Sans',sans-serif}.customer-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.customer-sidebar{position:sticky;top:0;height:100vh;background:#fbfcf9;border-right:1px solid #e8ece8;padding:20px 10px 18px;display:flex;flex-direction:column}.customer-brand{display:flex;gap:14px;align-items:center;padding:3px 8px 25px;color:#071225;text-decoration:none;font-size:17px}.customer-brand-icon{font-size:20px;color:#48564f}.customer-side-nav{display:grid;gap:7px}.customer-side-nav a{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:10px;color:#101828;text-decoration:none;font-size:14px;font-weight:600}.customer-side-nav a.active{background:#eef1e9}.customer-side-nav a span{width:18px;text-align:center;color:#173e30}.customer-profile{margin-top:auto;display:flex;align-items:center;gap:12px;padding:13px 7px 0;border-top:1px solid #eef0ec}.profile-avatar{width:36px;height:36px;display:grid;place-items:center;border:1px solid #dde3dc;border-radius:50%;background:#f1f4ed;font-weight:700}.customer-profile strong,.customer-profile small{display:block}.customer-profile strong{font-size:13px}.customer-profile small{max-width:175px;margin-top:2px;color:#637083;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-workspace{min-width:0}.customer-topbar{height:88px;padding:0 max(32px,calc((100vw - 260px - 1160px)/2));display:flex;align-items:center;gap:13px;background:linear-gradient(100deg,#003f32,#00743f);color:#fff}.customer-topbar h1{margin:0;font:700 18px Sora}.customer-topbar p{margin:3px 0 0;color:#d9efe5;font-size:12px}.dashboard-back{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#ffffff12;color:#fff;text-decoration:none;font-size:24px}.dashboard-signout{margin-left:auto;border:1px solid #ffffff52;background:transparent;color:#fff;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer}.customer-dashboard-main{max-width:1160px;margin:0 auto;padding:30px 28px 70px}.dashboard-loading{padding:22px;border:1px solid #e5e9ef;border-radius:12px;background:#fff;color:#667085}.dashboard-welcome-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.dashboard-kicker{margin:0 0 4px;color:#08783d;font-size:12px;font-weight:700}.dashboard-welcome-row h2{margin:0;font:700 32px Sora;letter-spacing:-.03em}.dashboard-welcome-row p:not(.dashboard-kicker){margin:8px 0 0;color:#737f91;font-size:14px}.dashboard-shop-button{display:inline-flex;align-items:center;border-radius:12px;background:#00763d;color:#fff;padding:11px 17px;text-decoration:none;font-weight:700;font-size:13px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:29px}.dashboard-stat{min-height:165px;padding:19px;border:1px solid #e5e8ec;border-radius:14px;background:#fff;box-shadow:0 2px 5px #1018280d}.stat-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;color:#fff;font-size:19px;font-weight:800}.stat-green{background:#00723b}.stat-mint{background:#0ac285}.stat-orange{background:#ff9500}.stat-blue{background:#2f7df6}.dashboard-stat>strong{display:block;margin-top:19px;font:700 23px Sora}.dashboard-stat h3{margin:5px 0 0;font-size:14px}.dashboard-stat p{margin:4px 0 0;color:#8a94a6;font-size:12px}.dashboard-notifications-card{overflow:hidden;border:1px solid #e1e5e9;border-radius:14px;background:#fff;box-shadow:0 2px 5px #1018280c}.notification-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px}.notification-title-wrap{display:flex;align-items:center;gap:13px}.notification-bell{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#d3f9e6;color:#00743d;font-size:19px}.notification-bell b{position:absolute;right:-3px;top:-4px;width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:#ffd329;color:#111827;font-size:10px}.notification-card-head h3{margin:0;font:700 20px Sora}.notification-card-head p{margin:4px 0 0;color:#7b8798;font-size:13px}.notification-card-head button{border:0;background:transparent;color:#08733c;font-weight:700;cursor:pointer}.notifications-list{max-height:305px;overflow:auto;border-top:1px solid #edf0f2}.notification-item{position:relative;padding:17px 38px 17px 20px;border-bottom:1px solid #edf0f2;cursor:pointer}.notification-item.unread{background:#f2fcf7}.notification-item h4{margin:0;font-size:14px}.notification-item p{margin:6px 0;color:#667085;font-size:13px}.notification-item small{color:#9aa4b2;font-size:11px}.notification-dot{position:absolute;right:19px;top:21px;width:7px;height:7px;border-radius:50%;background:#08753d}.notification-empty{padding:25px;color:#7d8795}.dashboard-orders-section{margin-top:32px}.dashboard-section-head{margin-bottom:14px}.dashboard-section-head h3{margin:2px 0 0;font:700 22px Sora}.customer-dashboard-page .orders-list{display:grid;gap:14px}.customer-dashboard-page .dashboard-order{border-radius:14px;box-shadow:0 2px 5px #1018280b}.customer-dashboard-page .order-top h3{color:#006d39}.status-verified,.status-approved,.status-ready,.status-active,.status-completed{background:#e9fbf1;color:#06743e}.status-rejected{background:#fff0f0;color:#b42318}
@media(max-width:980px){.customer-shell{grid-template-columns:78px minmax(0,1fr)}.customer-sidebar{align-items:center}.customer-brand strong,.customer-side-nav a:not(.active){font-size:0}.customer-brand{padding-left:0;padding-right:0}.customer-side-nav a{justify-content:center;width:50px}.customer-side-nav a.active{font-size:0}.customer-side-nav a span{font-size:18px}.customer-profile div{display:none}.customer-topbar{padding:0 22px}.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.customer-shell{display:block}.customer-sidebar{position:static;height:auto;padding:12px 14px;display:flex;flex-direction:row;align-items:center;border-right:0;border-bottom:1px solid #e8ece8}.customer-brand{padding:0;margin-right:auto}.customer-brand strong{display:block;font-size:14px}.customer-side-nav{display:flex}.customer-side-nav a{display:none}.customer-side-nav a.active{display:flex;width:auto;font-size:12px}.customer-profile{display:none}.customer-topbar{height:76px;padding:0 15px}.customer-topbar h1{font-size:15px}.customer-topbar p{display:none}.dashboard-signout{font-size:11px;padding:7px 10px}.customer-dashboard-main{padding:25px 14px 55px}.dashboard-welcome-row{align-items:start;flex-direction:column}.dashboard-welcome-row h2{font-size:27px}.dashboard-shop-button{width:100%;justify-content:center}.dashboard-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.dashboard-stat{min-height:145px;padding:15px}.dashboard-stat>strong{font-size:18px}.notification-card-head{align-items:flex-start;padding:16px}.notification-card-head h3{font-size:17px}.notification-card-head p{font-size:11px}.notification-card-head button{font-size:11px}.customer-dashboard-page .order-details{grid-template-columns:1fr}.customer-dashboard-page .payment-form button{width:100%}}

/* Customer dashboard — My orders section */
.customer-dashboard-page .dashboard-orders-section{margin-top:30px;padding-bottom:0}.customer-dashboard-page .orders-heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.customer-dashboard-page .orders-heading-row h3{margin:0;font:700 21px Sora;color:#111827}.customer-dashboard-page .orders-heading-row p{margin:6px 0 0;color:#7b8798;font-size:13px}.orders-refresh{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:#667085;font:600 13px 'DM Sans';cursor:pointer;padding:8px}.orders-refresh span{font-size:19px}.customer-dashboard-page .orders-list{gap:15px}.customer-dashboard-page .order-summary-card{padding:21px 22px 20px;border:1px solid #e3e7eb;background:#fff;border-radius:14px;box-shadow:0 1px 3px #10182810}.order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.order-product{display:flex;align-items:center;gap:12px}.order-phone-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#e9fbf2;color:#00743d;font-size:24px}.order-reference{display:block;color:#9aa4b2;font-weight:600;font-size:11px;letter-spacing:.02em}.order-product h3{margin:2px 0 1px!important;color:#111827!important;font:700 17px Sora!important}.order-product p{margin:0;color:#748196;font-size:13px}.order-status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #b9d5ff;border-radius:999px;background:#eff6ff;color:#2661d9;font-size:11px;font-weight:700;white-space:nowrap}.order-status-pill.status-verified,.order-status-pill.status-approved,.order-status-pill.status-ready,.order-status-pill.status-active,.order-status-pill.status-completed{border-color:#bfe7cf;background:#ecfbf2;color:#06743e}.order-status-pill.status-rejected{border-color:#f3c7c3;background:#fff1f0;color:#b42318}.order-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:19px 0 17px}.order-metrics>div{min-height:59px;padding:12px 13px;border-radius:12px;background:#f8fafb}.order-metrics small,.order-metrics strong{display:block}.order-metrics small{color:#98a2b3;font-size:11px}.order-metrics strong{margin-top:5px;color:#182230;font-size:13px}.order-metrics .metric-green{color:#08753d}.order-card-actions{display:flex;align-items:center;gap:12px}.view-order-details{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #dfe4e8;border-radius:9px;background:#fff;color:#475467;font:600 12px 'DM Sans';cursor:pointer;box-shadow:0 1px 2px #10182808}.details-chevron{font-size:16px;line-height:1}.order-status-message{margin:0;color:#2864e8;font-size:12px}.order-expanded{margin-top:17px;padding-top:17px;border-top:1px solid #edf0f2}.expanded-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.expanded-grid>div{padding:11px;border-radius:10px;background:#fafbfc}.expanded-grid small,.expanded-grid strong{display:block}.expanded-grid small{color:#98a2b3;font-size:10px}.expanded-grid strong{margin-top:4px;font-size:12px;color:#344054}.order-note{margin:12px 0;color:#667085;font-size:12px}.customer-dashboard-page .order-payment-form{margin-top:14px;max-width:620px}.dashboard-help-grid{display:grid;grid-template-columns:2fr 1fr;gap:15px;margin-top:28px}.order-assistance-card{padding:22px;border-radius:14px;background:linear-gradient(105deg,#006a4b,#007942);color:#fff}.order-assistance-card h3{margin:0;font:700 18px Sora}.order-assistance-card p{margin:9px 0 16px;color:#e3f5eb;font-size:13px}.assistance-actions{display:flex;gap:10px;flex-wrap:wrap}.support-action{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:8px;text-decoration:none;font-size:12px;font-weight:700}.support-call{background:#fff;color:#075f42}.support-email{border:1px solid #ffffff6b;color:#fff;background:#ffffff08}.easypay-office-card{padding:22px;border:1px solid #e5e8ec;border-radius:14px;background:#fff}.office-pin{display:block;margin-bottom:13px;color:#08753d;font-size:23px}.easypay-office-card h3{margin:0;font:700 15px Sora}.easypay-office-card p{margin:10px 0 0;color:#7b8798;font-size:13px}.easypay-office-card small{display:block;margin-top:13px;color:#9aa4b2;font-size:11px}
@media(max-width:900px){.order-metrics{grid-template-columns:1fr 1fr}.dashboard-help-grid{grid-template-columns:1fr}.expanded-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.customer-dashboard-page .orders-heading-row{align-items:flex-start}.customer-dashboard-page .order-summary-card{padding:16px}.order-card-head{align-items:flex-start}.order-status-pill{font-size:10px}.order-product{align-items:flex-start}.order-phone-icon{width:40px;height:40px}.order-product h3{font-size:15px!important}.order-metrics{grid-template-columns:1fr 1fr;gap:8px}.order-card-actions{align-items:flex-start;flex-direction:column}.order-status-message{line-height:1.45}.expanded-grid{grid-template-columns:1fr}.order-assistance-card,.easypay-office-card{padding:18px}}

/* === Reference-matched How It Works section === */
#how-it-works.how-it-works-section{
  background:#006044;
  padding:82px max(6vw,24px) 78px;
  color:#fff;
}
#how-it-works .how-it-works-heading{max-width:650px;margin:0 auto 52px}
#how-it-works .how-it-works-heading .eyebrow{
  margin:0 0 7px;
  color:#ffd000;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.06em;
  font-weight:800;
}
#how-it-works .how-it-works-heading h2{
  margin:0 0 10px;
  color:#fff;
  font-size:36px;
  line-height:1.15;
  letter-spacing:-.03em;
}
#how-it-works .how-it-works-heading>p:last-child{
  max-width:590px;
  margin:0 auto;
  color:#d2f3e7;
  font-size:15px;
  line-height:1.55;
}
#how-it-works .how-it-works-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:15px 16px;
  max-width:1120px;
  margin:0 auto;
}
#how-it-works .how-it-works-grid article{
  min-height:176px;
  padding:16px 16px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  background:rgba(255,255,255,.105);
  box-shadow:none;
}
#how-it-works .step-marker{display:flex;align-items:center;gap:11px;height:31px;margin-bottom:8px}
#how-it-works .step-marker b{
  width:28px;height:28px;min-width:28px;
  display:grid;place-items:center;
  margin:0;
  border-radius:50%;
  background:#ffcf00;
  color:#142313;
  font:800 11px/1 Sora,Arial,sans-serif;
}
#how-it-works .step-marker span{
  color:#ffcf00;
  font-size:17px;
  line-height:1;
  font-weight:800;
}
#how-it-works .how-it-works-grid h3{
  margin:7px 0 5px;
  color:#fff;
  font:700 14px/1.28 Sora,Arial,sans-serif;
  letter-spacing:-.015em;
}
#how-it-works .how-it-works-grid p{
  margin:0;
  color:#cce9df;
  font-size:11px;
  line-height:1.55;
}
@media(max-width:1050px){
  #how-it-works .how-it-works-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  #how-it-works.how-it-works-section{padding:58px 18px}
  #how-it-works .how-it-works-heading{margin-bottom:34px}
  #how-it-works .how-it-works-heading h2{font-size:31px}
  #how-it-works .how-it-works-heading>p:last-child{font-size:13px}
  #how-it-works .how-it-works-grid{grid-template-columns:1fr 1fr;gap:11px}
  #how-it-works .how-it-works-grid article{min-height:170px;padding:14px}
}
@media(max-width:480px){
  #how-it-works .how-it-works-grid{grid-template-columns:1fr}
  #how-it-works .how-it-works-grid article{min-height:0}
}

/* EasyPay Standard / About Us */
#about.easypay-standard-section{background:#fff;padding:82px 24px 86px}
#about .easypay-standard-heading{max-width:900px;margin:0 auto 44px;text-align:center}
#about .easypay-standard-heading .eyebrow{color:#007335;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
#about .easypay-standard-heading h2{font-size:38px;line-height:1.15;margin:0 0 14px;color:#07152d;letter-spacing:-.02em}
#about .easypay-standard-heading>p:last-child{max-width:760px;margin:0 auto;color:#657086;font-size:16px;line-height:1.55}
#about .easypay-standard-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#about .easypay-standard-grid article{min-height:240px;background:#f8f9fa;border:1px solid #eceef1;border-radius:15px;padding:25px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
#about .standard-icon{width:50px;height:50px;border-radius:14px;background:#c9fae0;color:#007335;display:grid;place-items:center;font-size:25px;font-weight:800;margin-bottom:17px}
#about .easypay-standard-grid h3{margin:0 0 12px;color:#07152d;font-size:20px}
#about .easypay-standard-grid p{margin:0;color:#48556c;font-size:14px;line-height:1.6;max-width:245px}
@media(max-width:800px){#about.easypay-standard-section{padding:58px 18px}#about .easypay-standard-heading h2{font-size:31px}#about .easypay-standard-grid{grid-template-columns:1fr;max-width:520px}#about .easypay-standard-grid article{min-height:205px}}

/* Frequently Asked Questions */
#faq.faq-section{background:#f8fafb;padding:72px 24px 80px;scroll-margin-top:92px}
#faq .faq-heading{max-width:760px;margin:0 auto 28px;text-align:center}
#faq .faq-heading .eyebrow{margin-bottom:8px;color:#007335;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
#faq .faq-heading h2{margin:0;color:#07152d;font-size:34px;line-height:1.15;letter-spacing:-.025em}
#faq .faq-accordion{max-width:720px;margin:0 auto;display:grid;gap:12px}
#faq .faq-accordion details{overflow:hidden;border:1px solid #e6e9ed;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.02)}
#faq .faq-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:54px;padding:15px 18px;cursor:pointer;color:#07152d;font-size:13px;font-weight:700;user-select:none}
#faq .faq-accordion summary::-webkit-details-marker{display:none}
#faq .faq-chevron{flex:0 0 auto;color:#95a0af;font-size:16px;line-height:1;transform:rotate(180deg);transition:transform .2s ease}
#faq details[open] .faq-chevron{transform:rotate(0)}
#faq .faq-answer{border-top:1px solid #eceff2;padding:14px 18px 16px;background:#fbfcfd}
#faq .faq-answer p{margin:0;color:#536177;font-size:12px;line-height:1.55}
@media(max-width:700px){#faq.faq-section{padding:56px 16px 64px}#faq .faq-heading h2{font-size:29px}#faq .faq-accordion summary{padding:14px 15px;font-size:12px}#faq .faq-answer{padding:13px 15px 15px}}

/* Better Way to Buy section */
.better-buy-section{padding-top:72px;padding-bottom:86px;background:#fff}.better-buy-heading{max-width:820px;margin-bottom:44px}.better-buy-heading .eyebrow{margin-bottom:8px}.better-buy-heading h2{margin-top:4px;font-size:clamp(30px,4vw,42px)}.better-buy-heading>p:last-child{font-size:16px;line-height:1.55}.better-buy-grid{max-width:1080px;gap:62px}.better-buy-grid article{border:0;padding:0 22px;background:transparent}.better-buy-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 17px;border:1px solid #c8f1df;border-radius:17px;background:#dcf8eb!important;color:#00754e!important;font:700 28px/1 Sora,sans-serif}.better-buy-grid h3{margin:0 0 8px;font-size:19px}.better-buy-grid p{max-width:300px;margin:0 auto;color:#667085;font-size:15px;line-height:1.55}@media(max-width:760px){.better-buy-section{padding-top:52px;padding-bottom:58px}.better-buy-grid{gap:34px}.better-buy-grid article{padding:0 8px}.desktop-break{display:none}}

/* Customer reviews redesign */
.reviews-section{background:#f8fafb;padding-top:72px;padding-bottom:88px}
.reviews-heading{max-width:760px;margin-bottom:42px}
.reviews-heading .eyebrow{margin:0 0 7px;color:#007044;font-size:12px;letter-spacing:.08em;font-weight:800}
.reviews-heading h2{margin:0 0 12px;color:#08162f;font-size:clamp(34px,4vw,46px);line-height:1.12}
.reviews-heading>p:last-child{max-width:690px;margin:0 auto;color:#53647d;font-size:16px;line-height:1.55}
.reviews-section .review-grid{max-width:900px;grid-template-columns:repeat(3,1fr)}
.reviews-section .reviews-empty-state{grid-column:1/-1;width:min(100%,700px);max-width:none;margin:0 auto;padding:32px 26px 34px;border:1px solid #b9ecd4;border-radius:15px;background:#fff;box-shadow:0 2px 3px rgba(16,24,40,.08);text-align:center}
.reviews-empty-state .review-verified-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 16px;border-radius:14px;background:#ccf7e1;color:#007044}
.reviews-empty-state .review-verified-icon svg{width:25px;height:25px}
.reviews-empty-state h3{margin:0 0 8px;color:#07152d;font-size:19px;line-height:1.35;font-weight:700}
.reviews-empty-state p{margin:0;color:#4f6078;font-size:14px;line-height:1.6}
.reviews-section .review-card{border-color:#dfe7e4;box-shadow:0 2px 8px rgba(16,24,40,.04)}
@media(max-width:760px){
  .reviews-section{padding-top:54px;padding-bottom:62px}
  .reviews-heading{margin-bottom:28px}
  .reviews-heading h2{font-size:34px}
  .reviews-heading>p:last-child{font-size:14px}
  .reviews-section .reviews-empty-state{padding:28px 20px}
  .desktop-break{display:none}
}

/* EasyPay leadership section */
.team-section{background:#ecfff6;padding:72px 7% 84px}.team-heading{text-align:center;max-width:760px;margin:0 auto 48px}.team-heading .eyebrow{color:#00763d;text-transform:uppercase;font-weight:800;letter-spacing:.06em;margin-bottom:10px}.team-heading h2{font-size:clamp(2rem,3vw,3rem);margin:0 0 12px;color:#07152d}.team-heading>p:last-child{font-size:1.05rem;color:#526078;line-height:1.5}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto}.team-card{position:relative;overflow:hidden;background:#fff;border:1px solid #b9efd6;border-radius:16px;text-align:center;box-shadow:0 2px 4px rgba(4,55,34,.12);padding:112px 28px 30px;min-height:310px}.team-card::before{content:"";position:absolute;inset:0 0 auto;height:64px;background:#006c4d}.team-photo{position:absolute;z-index:1;top:18px;left:50%;transform:translateX(-50%);width:92px;height:92px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.25);background:#e8eee9}.team-role{display:block;color:#00713e;text-transform:uppercase;font-size:.82rem;font-weight:800;letter-spacing:.04em;margin-bottom:8px}.team-card h3{font-size:1.35rem;color:#07152d;margin:0 0 14px}.team-card p{color:#435169;line-height:1.65;margin:0}.team-avatar{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#006c4d;background:#e5f8ee}@media(max-width:850px){.team-grid{grid-template-columns:1fr;max-width:520px}.team-section{padding:56px 20px}}

/* Footer redesign */
.site-footer-v2{display:block;padding:0;background:#101a2b;color:#aebbd0}
.footer-v2-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:48px 0 28px}
.footer-v2-top{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:72px;align-items:start}
.footer-logo{display:inline-flex;align-items:center;gap:10px;color:#fff}
.footer-logo-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#087839;color:#fff;font-size:23px;font-weight:700}
.footer-logo strong{display:block;font:700 15px/1.1 Sora,Arial,sans-serif;color:#fff}
.footer-logo small{display:block;margin-top:2px;color:#9eb1cb;font-size:11px}
.footer-v2-brand p{max-width:360px;margin:17px 0 0;color:#9eb1cb;font-size:13px;line-height:1.75}
.site-footer-v2 h3{margin:0 0 14px;color:#fff;font-size:15px}
.footer-contact-row{display:flex;align-items:flex-start;gap:11px;margin:10px 0;color:#fff;font-size:13px}
.footer-contact-row:hover{color:#dce7f7}
.footer-contact-icon{display:inline-flex;width:16px;flex:0 0 16px;justify-content:center;color:#ffd000;font-size:18px;line-height:1.15}
.footer-contact-row strong{display:block;color:#fff;font-size:13px}
.footer-contact-row small{display:block;margin-top:1px;color:#7588a5;font-size:10px}
.hours-row{display:flex;justify-content:space-between;gap:22px;margin:10px 0;color:#9eb1cb;font-size:13px}
.hours-row strong{color:#fff;font-weight:500;white-space:nowrap}.hours-row .closed{color:#ff4343}
.footer-apply-btn{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;margin-top:19px;padding:9px 18px;border-radius:12px;background:#057632;color:#fff;font-size:13px;font-weight:800}
.footer-apply-btn:hover{filter:brightness(1.08)}
.footer-v2-policies{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:38px 0 30px}
.footer-policy-card{display:flex;align-items:center;gap:14px;padding:17px 18px;border-radius:12px;background:#1d2a3e;color:#a9b9d0}
.policy-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;font-size:22px}.policy-icon.warranty{background:#103c38;color:#00a96b}.policy-icon.refund{background:#504a25;color:#ffd000}
.footer-policy-card h4{margin:0 0 1px;color:#fff;font:700 13px Sora,Arial,sans-serif}.footer-policy-card p{margin:0;color:#9eb1cb;font-size:11px;line-height:1.5}
.footer-v2-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:24px;border-top:1px solid #283549;color:#697c99;font-size:11px}
.footer-v2-bottom p{margin:0}.footer-v2-bottom nav{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.footer-v2-bottom a{color:#697c99}.footer-v2-bottom a:hover{color:#fff}.footer-v2-bottom i{width:1px;height:12px;background:#41506a}
.footer-to-top{position:fixed;left:20px;bottom:18px;z-index:18;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#057632;color:#fff;font-size:22px;box-shadow:0 8px 22px rgba(0,0,0,.18)}
@media(max-width:900px){.footer-v2-top{grid-template-columns:1fr 1fr;gap:36px}.footer-v2-hours{grid-column:1/-1}.footer-v2-policies{grid-template-columns:1fr}.footer-v2-bottom{align-items:flex-start;flex-direction:column}.footer-v2-bottom nav{justify-content:flex-start}}
@media(max-width:620px){.footer-v2-inner{width:min(100% - 30px,1180px);padding-top:38px}.footer-v2-top{grid-template-columns:1fr;gap:30px}.footer-v2-hours{grid-column:auto}.hours-row{max-width:360px}.footer-v2-policies{margin-top:30px}.footer-policy-card{align-items:flex-start}.footer-v2-bottom nav{gap:10px}.footer-to-top{left:14px;bottom:14px}.stock-notice{right:12px;bottom:68px;max-width:calc(100vw - 24px)}}

/* Reference-matched top announcement, navigation and hero */
.hero-announcement{height:34px;padding:0 18px;display:flex;align-items:center;gap:22px;background:#ffc600;color:#10180f;font-size:12px;font-weight:700}
.hero-announcement i{width:1px;height:13px;background:#b88d00;opacity:.65}
.hero-site-header{position:relative;top:auto;min-height:84px;padding:10px max(5vw,20px);background:#00694e;color:#fff}
.hero-site-header>.brand,.hero-site-header>nav{position:relative;z-index:1}
.hero-site-header .brand{margin-left:max(0px,calc((100vw - 1160px)/2));gap:9px}
.hero-site-header .brand-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#067a4d;color:#fff;font-size:21px}
.hero-site-header .brand strong{font:700 15px/1.05 Sora,sans-serif}
.hero-site-header .brand small{margin-top:3px;color:#bfe4d7;font-size:10px}
.hero-site-header nav{margin-right:max(0px,calc((100vw - 1160px)/2));gap:29px;font-size:13px;font-weight:700}
.hero-site-header nav a{line-height:1.35;text-align:center}
.hero-site-header nav .dashboard-nav-link{padding:8px 14px;border:1px solid #ffffff7a;border-radius:999px;white-space:nowrap}
.hero-site-header .nav-button{border:0;background:transparent;color:#fff;padding:8px 0;font-weight:700;white-space:nowrap}
.hero-site-header nav a:hover,.hero-site-header .nav-button:hover{color:#ffd000}
.hero-reference{min-height:635px;background:#007352;color:#fff}
.hero-reference .hero-inner{max-width:1020px;padding:74px 20px 91px}
.hero-reference .hero-pill{display:inline-flex;align-items:center;margin:0 auto 20px;padding:5px 14px;border:1px solid #9b8f19;border-radius:999px;background:#517326;color:#ffd000;font-size:12px;letter-spacing:0;text-transform:none}
.hero-reference h1{margin:0 0 22px;font-size:clamp(44px,5.15vw,64px);line-height:1.14;letter-spacing:-.035em}
.hero-reference h1 em{display:inline-block;margin-top:5px;color:#ffc800}
.hero-reference p:not(.eyebrow){max-width:740px;color:#fff;font-size:19px;line-height:1.7}
.hero-reference .hero-actions{margin:31px 0 44px;gap:12px}
.hero-reference .button{min-width:142px;border-radius:10px;padding:10px 18px;font-size:14px}
.hero-reference .gold-button{background:#ffc600;color:#132112}
.hero-reference .outline-button{border:1px solid #73ae9c;background:transparent;color:#fff}
.hero-reference .hero-stats{gap:88px}
.hero-reference .hero-stats span{min-width:95px;color:#d5f0e7;font-size:12px;line-height:1.3;text-align:center}
.hero-reference .hero-stats i{display:block;height:21px;color:#ffd000;font-style:normal;font-size:19px}
.hero-reference .hero-stats b{margin:2px 0 0;color:#fff;font-size:22px;line-height:1.15}
.hero-trust-strip{min-height:66px;padding:18px 20px;border-bottom:1px solid #edf0f2;background:#fff;gap:38px;color:#485b68;font-size:13px}
.hero-trust-strip span{white-space:nowrap}
.hero-trust-strip span::first-letter{color:#087949}
@media(max-width:1180px){.hero-site-header nav{gap:18px}.hero-site-header{padding-left:24px;padding-right:24px}.hero-site-header .brand{margin-left:0}.hero-site-header nav{margin-right:0}}
@media(max-width:900px){.hero-site-header nav{gap:12px;font-size:12px}.hero-site-header nav .dashboard-nav-link{padding:7px 10px}}
@media(max-width:760px){.hero-announcement{height:auto;min-height:32px;gap:8px;justify-content:center;font-size:9px;text-align:center}.hero-announcement i{display:none}.hero-site-header{min-height:66px;padding:10px 16px}.hero-site-header nav{position:absolute;margin:0;top:100%;background:#00694e;padding:8px 16px 16px}.hero-site-header nav a{padding:10px;text-align:left}.hero-site-header nav a br{display:none}.hero-site-header nav .dashboard-nav-link{border:0;border-radius:0}.hero-site-header .nav-button{text-align:left;padding:10px}.hero-reference{min-height:auto}.hero-reference .hero-inner{padding:62px 18px 68px}.hero-reference h1{font-size:42px}.hero-reference p:not(.eyebrow){font-size:15px;line-height:1.65}.hero-desktop-break{display:none}.hero-reference .hero-actions{margin:28px 0 40px}.hero-reference .hero-stats{gap:26px}.hero-reference .hero-stats b{font-size:19px}.hero-reference .hero-stats span{font-size:10px}.hero-trust-strip{gap:10px 20px;padding:15px 12px;font-size:10px}}

/* Sticky navbar colour transition */
.hero-site-header{
  position:sticky;
  top:0;
  z-index:50;
  transition:background-color .24s ease,color .24s ease,box-shadow .24s ease,min-height .24s ease,padding .24s ease;
}
.hero-site-header.is-scrolled{
  min-height:74px;
  background:#fff;
  color:#172033;
  box-shadow:0 2px 10px rgba(16,24,40,.10);
}
.hero-site-header.is-scrolled .brand strong{color:#172033}
.hero-site-header.is-scrolled .brand small{color:#667085}
.hero-site-header.is-scrolled .brand-icon{
  background:#08763f;
  color:#fff;
}
.hero-site-header.is-scrolled nav a{color:#344054}
.hero-site-header.is-scrolled nav a:hover{color:#08763f}
.hero-site-header.is-scrolled nav .dashboard-nav-link{
  border-color:#08763f;
  color:#08763f;
  background:#fff;
}
.hero-site-header.is-scrolled nav .dashboard-nav-link:hover{
  background:#f3fbf7;
  color:#075f35;
}
.hero-site-header.is-scrolled .nav-button{
  color:#667085;
}
.hero-site-header.is-scrolled .nav-button:hover{color:#08763f}
.hero-site-header.is-scrolled .menu-toggle{color:#08763f}

@media(max-width:760px){
  .hero-site-header.is-scrolled{min-height:64px;padding:9px 16px}
  .hero-site-header.is-scrolled nav{background:#fff;border-top:1px solid #eaecf0;box-shadow:0 10px 20px rgba(16,24,40,.08)}
  .hero-site-header.is-scrolled nav a{color:#344054;border-bottom-color:#eaecf0}
  .hero-site-header.is-scrolled nav .dashboard-nav-link{color:#08763f;border:0;border-radius:0}
  .hero-site-header.is-scrolled .nav-button{color:#667085}
}


/* Authentication/account modals must always sit above the sticky navigation. */
.modal{z-index:1000}
body.modal-open{overflow:hidden}
body.modal-open .hero-site-header{z-index:20}
#authModal,#accountPanel{z-index:1100}
@media(max-width:760px){
  body.modal-open .hero-site-header nav{display:none!important}
}

.catalogue-load-error{grid-column:1/-1;margin:0 auto;padding:28px 30px;border:1px solid #fecaca;border-radius:16px;background:#fff7f7;text-align:center;max-width:720px;color:#111827}.catalogue-load-error strong{display:block;font-size:1.1rem;margin-bottom:8px}.catalogue-load-error p{margin:0 0 16px;color:#6b7280;line-height:1.55}
\n/* Application navigation / submission reliability */\n#apply .first-step-actions{clear:both;display:flex!important;align-items:center;justify-content:space-between;margin-top:20px!important;position:relative;z-index:3}\n#apply .first-step-actions .next-button{float:none!important;display:inline-flex!important;align-items:center;justify-content:center;visibility:visible!important;opacity:1!important;min-width:112px;min-height:38px;margin:0!important;background:#00733f!important;color:#fff!important;border:1px solid #00733f!important}\n#apply .step-actions .primary-button{display:inline-flex;align-items:center;justify-content:center;visibility:visible;opacity:1}\n#apply .review-submit-button:disabled{opacity:.65!important;cursor:wait}\n#apply .application-submit-error{display:block!important;margin-top:14px;padding:11px 13px;border:1px solid #fecaca;border-radius:9px;background:#fef2f2;color:#b91c1c!important;font-weight:700;text-align:left}\n@media(max-width:700px){#apply .first-step-actions{flex-direction:row!important}#apply .first-step-actions .next-button{width:auto!important;margin-left:auto!important}}\n

/* 2026-08-29: application form visibility / bottom-spacing fix */
#apply .application-step[data-step="2"],
#apply .application-step[data-step="3"]{
  padding-bottom:42px!important;
  overflow:visible!important;
}
#apply .details-step-actions,
#apply .delivery-step-actions{
  margin:28px 0 0!important;
  padding:22px 0 4px!important;
  transform:none!important;
  position:relative!important;
  clear:both!important;
  background:transparent!important;
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
#apply .details-step-actions .primary-button,
#apply .delivery-step-actions .primary-button{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  background:#00733f!important;
  color:#fff!important;
}
#apply .guided-form{overflow:visible!important}
@media(max-width:700px){
  #apply .application-step[data-step="2"],#apply .application-step[data-step="3"]{padding-bottom:34px!important}
  #apply .details-step-actions,#apply .delivery-step-actions{margin-top:24px!important;padding-bottom:2px!important;flex-direction:row!important}
  #apply .details-step-actions .button,#apply .delivery-step-actions .button{width:auto!important}
  #apply .details-step-actions .primary-button,#apply .delivery-step-actions .primary-button{margin-left:auto!important}
}


/* Recent customer purchase popup — homepage bottom-left */
.recent-purchase-popup{
  position:fixed;
  left:24px;
  bottom:78px;
  z-index:26;
  display:flex;
  align-items:center;
  gap:12px;
  width:min(390px,calc(100vw - 48px));
  min-height:82px;
  padding:16px 20px;
  border:1px solid #edf0ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(16,32,51,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px) scale(.98);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  pointer-events:none;
}
.recent-purchase-popup.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.recent-purchase-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d9fae9;
  color:#00723f;
  font-size:26px;
  font-weight:800;
}
.recent-purchase-copy{min-width:0}
.recent-purchase-copy strong{
  display:block;
  margin:0 0 2px;
  color:#172033;
  font:700 15px/1.35 Sora,Arial,sans-serif;
}
.recent-purchase-copy p{
  margin:0;
  color:#697386;
  font-size:16px;
  line-height:1.35;
}
.recent-purchase-copy span{
  color:#08783f;
  font-weight:700;
}
@media(max-width:620px){
  .recent-purchase-popup{
    left:14px;
    bottom:72px;
    width:min(350px,calc(100vw - 28px));
    min-height:72px;
    padding:13px 15px;
    border-radius:18px;
  }
  .recent-purchase-icon{
    flex-basis:46px;
    width:46px;
    height:46px;
    font-size:22px;
  }
  .recent-purchase-copy strong{font-size:13px}
  .recent-purchase-copy p{font-size:14px}
}

/* Bottom-right stock availability popup removed by request. */
.stock-notice{display:none !important;}


/* Customer testimonial photos */
.admin-review-item{align-items:center}
.admin-review-copy{flex:1;min-width:0}
.admin-review-photo{
  width:58px;height:58px;flex:0 0 58px;border-radius:50%;
  object-fit:cover;border:2px solid #d5eee2;background:#e5faef;
}
.admin-review-photo-placeholder{
  display:grid;place-items:center;color:#00723f;font-weight:800;font-size:22px;
}
.review-photo-preview{display:flex;align-items:center;gap:10px}
.review-photo-preview img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #d5eee2}
.review-photo-preview small{color:var(--muted)}
.review-card-person{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.review-card-person>div{min-width:0}
.review-card-person strong{margin:0}
.review-card-person small{display:block;margin-top:2px}
.review-customer-photo{
  width:54px;height:54px;flex:0 0 54px;border-radius:50%;
  object-fit:cover;border:2px solid #d5eee2;background:#e5faef;
}
.review-customer-initial{
  display:grid;place-items:center;color:#00723f;font-weight:800;font-size:20px;
}


/* Admin-managed leadership profiles */
.admin-leadership-item{align-items:center}
.admin-leadership-copy{flex:1;min-width:0}
.admin-leadership-photo{
  width:68px;height:68px;flex:0 0 68px;border-radius:50%;
  object-fit:cover;border:2px solid #d5eee2;background:#e5faef;
}
.admin-leadership-placeholder{
  display:grid;place-items:center;color:#00723f;font-weight:800;font-size:20px;
}
.admin-leadership-actions{display:flex;gap:8px;flex-wrap:wrap}
.team-card .team-photo{
  width:94px;height:94px;border-radius:50%;object-fit:cover;
  border:4px solid #fff;box-shadow:0 3px 10px rgba(16,32,51,.18);
  margin:-48px auto 16px;display:block;background:#edf8f2;
}
.team-loading-card{grid-column:1/-1;max-width:520px;margin:0 auto}
@media(max-width:700px){
  .admin-leadership-item{align-items:flex-start}
  .admin-leadership-actions{width:100%}
}


/* Leadership section image/card layout — matched to supplied reference */
.team-section{
  background:#ecfff6;
  padding:72px 6% 86px;
}
.team-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:1140px;
  margin:0 auto;
}
.team-card{
  position:relative;
  overflow:visible;
  min-height:310px;
  padding:126px 28px 28px;
  border:1px solid #b9efd6;
  border-radius:16px;
  background:
    linear-gradient(to bottom,#007452 0,#007452 64px,#fff 64px,#fff 100%);
  text-align:center;
  box-shadow:0 2px 4px rgba(4,55,34,.13);
}
.team-card::before{display:none!important}
.team-card .team-photo{
  position:absolute;
  z-index:2;
  top:17px;
  left:50%;
  transform:translateX(-50%);
  width:94px;
  height:94px;
  margin:0;
  display:block;
  border:4px solid #fff;
  border-radius:50%;
  object-fit:cover;
  object-position:center top;
  background:#e8eee9;
  box-shadow:0 3px 9px rgba(0,0,0,.24);
}
.team-card .team-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
}
.team-role{
  display:block;
  margin:0 0 8px;
  color:#00713e;
  font-size:.78rem;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.team-card h3{
  margin:0 0 14px;
  color:#07152d;
  font-size:1.35rem;
  line-height:1.25;
}
.team-card p{
  margin:0 auto;
  max-width:330px;
  color:#435169;
  font-size:.96rem;
  line-height:1.55;
}
@media(max-width:900px){
  .team-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
}
@media(max-width:650px){
  .team-section{padding:56px 18px 68px}
  .team-grid{grid-template-columns:1fr;max-width:430px;gap:28px}
  .team-card{min-height:300px;padding:124px 24px 26px}
}


/* === Responsive Testimonials Slider === */
.testimonial-slider-shell{
  width:100%;
  position:relative;
}
.testimonial-slider-viewport{
  overflow:hidden;
  width:100%;
}
.testimonial-slider-track{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:24px !important;
  transition:transform .45s ease;
  will-change:transform;
  align-items:stretch;
}
.testimonial-slider-track > *{
  flex:0 0 calc((100% - 24px)/2) !important;
  max-width:calc((100% - 24px)/2) !important;
  width:calc((100% - 24px)/2) !important;
  margin:0 !important;
  height:auto;
}
.testimonial-slider-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:24px;
}
.testimonial-slider-btn{
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  background:#007452;
  color:#fff;
  transition:transform .2s ease, opacity .2s ease;
}
.testimonial-slider-btn:hover{transform:translateY(-1px)}
.testimonial-slider-btn:disabled{opacity:.38;cursor:not-allowed;transform:none}
.testimonial-slider-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.testimonial-slider-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  border:0;
  padding:0;
  background:#c9d8d1;
  transition:width .2s ease, background .2s ease;
}
.testimonial-slider-dot.active{
  width:22px;
  background:#007452;
}
@media (max-width: 760px){
  .testimonial-slider-track{
    gap:0 !important;
  }
  .testimonial-slider-track > *{
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important;
  }
  .testimonial-slider-controls{
    margin-top:18px;
  }
}

/* Admin order customer phone number */
.admin-order-phone-number{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
  color:#52615b;
}

/* WhatsApp order column */
#ordersTable table td,
#ordersTable table th{
  vertical-align:middle;
}


/* === Mobile product card pricing / overflow fix === */
@media (max-width:760px){
  .catalogue-card,
  .catalogue-card .product-info{
    min-width:0;
    overflow:hidden;
  }

  /* Stack Daily underneath Deposit on mobile. */
  .catalogue-card .plan-highlights{
    grid-template-columns:1fr !important;
    gap:6px !important;
    width:100%;
  }

  .catalogue-card .plan-highlights > div{
    width:100%;
    min-width:0;
    padding:8px 10px;
  }

  .catalogue-card .plan-highlights strong{
    font-size:12px;
    white-space:normal;
    overflow-wrap:anywhere;
  }

  .catalogue-card .product-actions{
    min-width:0;
  }

  .catalogue-card .catalogue-apply{
    min-width:0;
    white-space:nowrap;
  }
}


/* === Secure order verification overlay === */
.order-verification-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(2,20,14,.82);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, visibility .2s ease;
}
.order-verification-overlay.show{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.order-verification-card{
  width:min(92vw,420px);
  background:#fff;
  border-radius:20px;
  padding:36px 26px 30px;
  text-align:center;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.order-verification-gif{
  width:88px;
  height:88px;
  display:block;
  margin:0 auto 16px;
}
.order-verification-success{
  display:none;
  width:76px;
  height:76px;
  margin:0 auto 20px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#e7f9f0;
  color:#007452;
  font-size:40px;
  font-weight:900;
}
.order-verification-overlay.verified .order-verification-gif{display:none}
.order-verification-overlay.verified .order-verification-success{display:flex}
.order-verification-card h3{
  margin:0 0 8px;
  color:#082f23;
  font-size:24px;
  line-height:1.2;
}
.order-verification-card p{
  margin:0;
  color:#62716b;
  font-size:14px;
  line-height:1.55;
}
body.order-verification-active{overflow:hidden}
@media(max-width:560px){
  .order-verification-card{
    width:100%;
    padding:30px 20px 26px;
    border-radius:18px;
  }
  .order-verification-card h3{font-size:21px}
}


/* Continuous rotation for the verification loader */
.order-verification-overlay.show:not(.verified) .order-verification-gif{
  animation:orderVerificationSpin 1s linear infinite;
  transform-origin:center center;
}
@keyframes orderVerificationSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
