/*
Theme Name: Swiftpro Media Cloud
Theme URI: https://swiftpro.co.za/
Author: Swiftpro Media & Print
Description: Custom responsive WordPress theme for Swiftpro Media & Print, inspired by the clean green, grey and white SwiftPro Cloud visual system.
Version: 1.4.13.104.54
Text Domain: swiftpro-media-cloud
Requires at least: 6.4
Requires PHP: 8.0
*/

:root{
  --sp-green:#10b981;
  --sp-brand-mint:#a7e7d4;
  --sp-brand-green:#10b981;
  --sp-green-dark:#059669;
  --sp-green-deep:#047857;
  --sp-mint:#ecfdf5;
  --sp-mint-2:#f3fbf7;
  --sp-mint-3:#f7faf9;
  --sp-ink:#24354b;
  --sp-text:#667487;
  --sp-text-dark:#344761;
  --sp-line:#e5ece9;
  --sp-white:#fff;
  --sp-shadow:0 16px 42px rgba(11,30,56,.06);
  --sp-shadow-sm:0 7px 22px rgba(11,30,56,.05);
  --sp-radius-sm:12px;
  --sp-radius-md:16px;
  --sp-radius:24px;
  --sp-radius-lg:24px;
  --sp-radius-pill:999px;
  --sp-container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--sp-text);
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
.sp-container{width:min(var(--sp-container),calc(100% - 48px));margin-inline:auto}

/* Header */
/* Global header behaviour: blend into the top of every page, then become a clean white bar after scrolling. */
.sp-site-header{position:fixed;left:0;right:0;top:0;z-index:1000;background:transparent;border-bottom:1px solid transparent;backdrop-filter:none;box-shadow:none;transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,backdrop-filter .24s ease}
.admin-bar .sp-site-header{top:32px}
.sp-site-header.is-scrolled{background:rgba(255,255,255,.97);border-bottom-color:var(--sp-line);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(11,30,56,.045)}
.sp-header-inner{height:80px;display:flex;align-items:center;gap:34px}
.sp-brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:230px}
.sp-brand-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:26px}
.sp-brand-mark img{display:block;width:100%;height:100%;object-fit:contain}
.sp-brand .custom-logo{max-height:54px;width:auto}
.sp-wordmark{display:flex;flex-direction:column;line-height:1.06;color:var(--sp-ink);letter-spacing:-.025em}
.sp-wordmark strong{font-size:25px;font-weight:700}
.sp-wordmark strong::after{content:".";color:var(--sp-green)}
.sp-wordmark>span{font-size:12px;color:#7a8796;font-weight:500;letter-spacing:.055em;text-transform:uppercase;margin-top:5px}
.sp-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.sp-nav>ul,.sp-nav .menu{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}
.sp-nav li{list-style:none}
.sp-nav ul a{position:relative;display:block;padding:27px 0 24px;text-decoration:none;color:#778394;font-size:14px;font-weight:500;transition:.2s ease}
.sp-nav ul a:hover,.sp-nav .current-menu-item>a,.sp-nav .current_page_item>a{color:var(--sp-ink)}
.sp-nav ul a::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--sp-green);transform:scaleX(0);transform-origin:center;transition:.2s ease}
.sp-nav ul a:hover::after,.sp-nav .current-menu-item>a::after,.sp-nav .current_page_item>a::after{transform:scaleX(1)}
.sp-menu-toggle{display:none;border:0;background:transparent;color:var(--sp-ink);font-size:26px;padding:8px;cursor:pointer}

/* Homepage: keep the hero clean, without the small duplicate company-name eyebrow. */
body.home .sp-editor-hero .sp-eyebrow{display:none}

/* Common buttons */
.sp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 24px;border-radius:8px;text-decoration:none;font-weight:700;font-size:13px;letter-spacing:.01em;border:1px solid transparent;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease}
.sp-btn:hover{transform:translateY(-1px)}
.sp-btn-primary{background:var(--sp-green);color:#fff;box-shadow:0 8px 20px rgba(16,185,129,.18)}
.sp-btn-primary:hover{background:var(--sp-green-dark);color:#fff}
.sp-btn-secondary{background:#fff;color:var(--sp-text-dark);border-color:#dfe8e4}
.sp-btn-secondary:hover{border-color:#b9d8cb;color:var(--sp-green-deep)}
.sp-btn-light{background:#fff;color:var(--sp-green-deep)}
.sp-btn-light:hover{background:var(--sp-mint)}
.sp-text-link{display:inline-flex;gap:8px;color:var(--sp-green-dark);font-weight:700;text-decoration:none}
.sp-text-link:hover{color:var(--sp-green-deep)}

/* Hero */
.sp-hero{position:relative;overflow:hidden;background:#fff}
.sp-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:59%;background:linear-gradient(135deg,#f1fbf7 0%,#eefaf5 70%,#f8fcfa 100%);clip-path:polygon(0 0,100% 0,43% 100%,0 100%)}
.sp-hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center;min-height:660px;padding-block:82px 74px}
.sp-hero-copy{position:relative;z-index:2;max-width:560px}
.sp-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--sp-green-dark);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}
.sp-eyebrow::before{content:"";width:24px;height:2px;background:var(--sp-green)}
.sp-hero h1,.sp-page-hero h1{margin:0;color:var(--sp-text-dark);font-size:clamp(40px,5.2vw,67px);line-height:1.06;font-weight:650;letter-spacing:-.035em}
.sp-hero h1 span,.sp-page-hero h1 span{color:var(--sp-green);font-weight:600}
.sp-hero-copy>p{max-width:600px;margin:26px 0 30px;color:#798696;font-size:17px;line-height:1.75}
.sp-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.sp-hero-note{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;color:#85909d;font-size:12px}
.sp-hero-note span{display:flex;align-items:center;gap:7px}
.sp-hero-note span::before{content:"";width:7px;height:7px;background:#bff3dc;border-radius:50%;box-shadow:inset 0 0 0 2px var(--sp-green)}

/* Home hero mockup */
.sp-visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;z-index:2}
.sp-dashboard{width:min(590px,100%);background:#fff;border:1px solid #dfe8e4;border-radius:15px;box-shadow:0 30px 60px rgba(20,45,60,.15);overflow:hidden;transform:perspective(1000px) rotateY(-3deg)}
.sp-dash-top{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#f8fbfa;border-bottom:1px solid #e6ecea;color:#697788;font-size:11px}
.sp-dots{display:flex;gap:6px}.sp-dots i{display:block;width:7px;height:7px;border-radius:50%;background:#cfd8d4}.sp-dots i:first-child{background:#10b981}.sp-dots i:nth-child(2){background:#75ddb8}
.sp-dash-body{display:grid;grid-template-columns:88px 1fr;min-height:335px}
.sp-dash-sidebar{background:#344761;padding:22px 16px;display:flex;flex-direction:column;gap:15px}.sp-dash-sidebar b,.sp-dash-sidebar i{height:8px;border-radius:9px;background:rgba(255,255,255,.24)}.sp-dash-sidebar b{height:24px;background:var(--sp-green)}.sp-dash-sidebar i:nth-child(4){background:rgba(16,185,129,.75)}
.sp-dash-main{background:#f7faf9;padding:23px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.sp-mini-card{background:#fff;border:1px solid #e1e9e6;border-radius:10px;padding:16px;min-height:130px}.sp-mini-card.wide{grid-column:1/-1}.sp-mini-card span{display:block;color:#85909d;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.sp-mini-card strong{display:block;margin-top:6px;color:var(--sp-text-dark);font-size:15px}.sp-bars{height:50px;margin-top:18px;display:flex;align-items:flex-end;gap:8px}.sp-bars i{flex:1;background:#baf1d8;border-radius:4px 4px 0 0}.sp-bars i:nth-child(1){height:34%}.sp-bars i:nth-child(2){height:62%}.sp-bars i:nth-child(3){height:47%}.sp-bars i:nth-child(4){height:78%}.sp-bars i:nth-child(5){height:54%}.sp-bars i:nth-child(6){height:88%;background:var(--sp-green)}
.sp-sheet{height:48px;margin-top:17px;background:linear-gradient(#ecfdf5,#ecfdf5) 0 0/100% 10px no-repeat,linear-gradient(#edf2f0,#edf2f0) 0 21px/78% 6px no-repeat,linear-gradient(#edf2f0,#edf2f0) 0 34px/62% 6px no-repeat;border-left:4px solid var(--sp-green);border-radius:4px}
.sp-code-lines{margin-top:15px;display:grid;gap:8px}.sp-code-lines i{height:7px;border-radius:8px;background:#e9efed}.sp-code-lines i:nth-child(1){width:84%;background:#d9f6e9}.sp-code-lines i:nth-child(2){width:63%}.sp-code-lines i:nth-child(3){width:91%}.sp-code-lines i:nth-child(4){width:47%;background:#bff1da}
.sp-float-card{position:absolute;background:#fff;border:1px solid #e2ebe7;border-radius:10px;box-shadow:var(--sp-shadow-sm);padding:13px 16px;display:flex;flex-direction:column;gap:2px;font-size:11px}.sp-float-card b{color:var(--sp-text-dark);font-size:12px}.sp-float-card span{color:#87929e}.sp-float-one{left:-18px;bottom:42px}.sp-float-two{right:-10px;top:40px}

.sp-trust-strip{border-top:1px solid #edf2f0;border-bottom:1px solid #edf2f0;background:#fff}.sp-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:center;min-height:92px}.sp-trust-grid span{text-align:center;color:#9aa4ae;font-size:11px;font-weight:700;letter-spacing:.15em}

/* Sections */
.sp-section{padding:94px 0;background:#fff}.sp-section-soft{background:var(--sp-mint-3)}
.sp-section-title{max-width:780px;margin:0;color:var(--sp-text-dark);font-size:clamp(31px,4.4vw,48px);line-height:1.15;font-weight:550;letter-spacing:-.035em}
.sp-section-copy{font-size:16px;line-height:1.9;color:#768394;margin:0 0 22px}
.sp-intro-grid,.sp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.sp-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.sp-section-head .sp-section-title{max-width:780px}
.sp-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.sp-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.sp-card{background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius);padding:30px;box-shadow:0 4px 18px rgba(11,30,56,.025);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.sp-card:hover{transform:translateY(-3px);box-shadow:var(--sp-shadow-sm);border-color:#d2e9df}.sp-card h3{margin:14px 0 10px;color:var(--sp-text-dark);font-size:19px;line-height:1.35;font-weight:650}.sp-card p{margin:0;color:#788596;font-size:14px;line-height:1.75}.sp-card a{display:inline-flex;margin-top:17px;color:var(--sp-green-dark);font-weight:700;font-size:13px;text-decoration:none}.sp-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:var(--sp-mint);color:var(--sp-green-dark);font-size:18px;font-weight:700}
.sp-service-grid .sp-card{min-height:258px}

/* Feature sections */
.sp-feature-stack{margin-top:48px}.sp-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center;padding:72px 0;border-top:1px solid var(--sp-line)}.sp-feature-row:nth-child(even) .sp-feature-copy{order:2}.sp-feature-row:nth-child(even) .sp-feature-art{order:1}
.sp-feature-copy h3{margin:8px 0 18px;color:var(--sp-text-dark);font-size:clamp(29px,3.5vw,42px);line-height:1.18;font-weight:550;letter-spacing:-.03em}.sp-feature-copy p{color:#788596;line-height:1.85}.sp-feature-tag{font-size:11px;color:var(--sp-green-dark);font-weight:700;letter-spacing:.12em}
.sp-checks{list-style:none;margin:22px 0 24px;padding:0;display:grid;gap:11px}.sp-checks li{position:relative;padding-left:28px;color:#667487;font-size:14px}.sp-checks li::before{content:"✓";position:absolute;left:0;top:0;color:var(--sp-green);font-weight:800}
.sp-feature-art{min-height:350px;border-radius:18px;background:linear-gradient(145deg,#effaf5,#fafdfc);border:1px solid #e5efeb;display:grid;place-items:center;overflow:hidden;position:relative}.sp-feature-art::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(16,185,129,.08);right:-70px;top:-70px}
.sp-print-stack{position:relative;width:260px;height:215px}.sp-print-stack i{position:absolute;display:block;width:190px;height:120px;border-radius:8px;background:#fff;border:1px solid #dbe6e2;box-shadow:0 18px 30px rgba(31,57,70,.10)}.sp-print-stack i::after{content:"SWIFTPRO";position:absolute;left:22px;top:24px;color:var(--sp-text-dark);font-size:13px;font-weight:700;border-bottom:4px solid var(--sp-green);padding-bottom:6px}.sp-print-stack i:nth-child(1){left:18px;top:68px;transform:rotate(-7deg)}.sp-print-stack i:nth-child(2){left:48px;top:42px;transform:rotate(3deg)}.sp-print-stack i:nth-child(3){left:70px;top:18px;transform:rotate(9deg)}
.sp-browser-mock{width:82%;background:#fff;border:1px solid #dce7e3;border-radius:12px;overflow:hidden;box-shadow:0 24px 42px rgba(31,57,70,.12)}.sp-browser-top{height:31px;border-bottom:1px solid #e4ebe8;display:flex;gap:6px;align-items:center;padding:0 12px}.sp-browser-top i{width:7px;height:7px;border-radius:50%;background:#d4ddd9}.sp-browser-top i:first-child{background:var(--sp-green)}.sp-browser-hero{height:115px;background:linear-gradient(135deg,#eefaf5 0 55%,#fff 55%)}.sp-browser-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:14px}.sp-browser-cards i{height:70px;border:1px solid #e2ebe7;border-radius:8px;background:#fff}.sp-browser-cards i:nth-child(2){background:#ecfdf5}
.sp-code-window{width:82%;background:#fff;border:1px solid #dce7e3;border-radius:12px;overflow:hidden;box-shadow:0 24px 42px rgba(31,57,70,.12);padding-bottom:18px}.sp-code-bar{height:34px;background:#f7faf9;border-bottom:1px solid #e4ebe8;display:flex;gap:6px;align-items:center;padding:0 12px}.sp-code-bar i{width:7px;height:7px;border-radius:50%;background:#ccd7d2}.sp-code-bar i:first-child{background:var(--sp-green)}.sp-code-window p{margin:10px 22px;color:#5e7280;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.sp-code-window p:nth-of-type(2),.sp-code-window p:nth-of-type(4){color:var(--sp-green-dark)}

/* Process */
.sp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:45px}.sp-step{position:relative;padding:0 28px 0 0}.sp-step:not(:last-child)::after{content:"";position:absolute;top:20px;right:20px;left:72px;height:1px;background:#dbe5e1}.sp-step-no{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--sp-mint);color:var(--sp-green-dark);border:1px solid #caf0df;font-size:13px;font-weight:700}.sp-step h3{color:var(--sp-text-dark);font-size:17px;margin:18px 0 8px}.sp-step p{font-size:13px;line-height:1.75;margin:0;color:#7c8998}

/* Page hero */
.sp-page-hero{position:relative;background:#fff;border-bottom:1px solid var(--sp-line);overflow:hidden}.sp-page-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:53%;background:linear-gradient(135deg,#f0faf6,#f8fcfa);clip-path:polygon(0 0,100% 0,58% 100%,0 100%)}.sp-page-hero-inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;min-height:410px;align-items:center;padding-block:68px}.sp-page-hero h1{font-size:clamp(40px,5vw,62px);max-width:790px}.sp-page-hero p{max-width:650px;color:#7b8795;font-size:16px;line-height:1.8;margin:22px 0 0}.sp-breadcrumb{display:flex;align-items:center;gap:10px;margin-top:28px;font-size:12px;color:#909aa5}.sp-breadcrumb a{text-decoration:none;color:var(--sp-green-dark)}
.sp-page-orb{position:relative;min-height:220px}.sp-page-orb i{position:absolute;border-radius:16px;background:#fff;border:1px solid #dfe9e5;box-shadow:var(--sp-shadow-sm)}.sp-page-orb i:nth-child(1){width:210px;height:138px;right:56px;top:26px;transform:rotate(-7deg)}.sp-page-orb i:nth-child(2){width:175px;height:110px;right:0;top:82px;transform:rotate(8deg);background:var(--sp-mint)}.sp-page-orb i:nth-child(3){width:74px;height:74px;right:210px;top:122px;border-radius:50%;background:var(--sp-green);box-shadow:0 14px 28px rgba(16,185,129,.20)}

/* Services index */
.sp-large-service-grid{gap:18px}.sp-large-service{display:block;padding:36px;background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius);text-decoration:none;transition:.2s ease}.sp-large-service:hover{transform:translateY(-3px);border-color:#cfe9de;box-shadow:var(--sp-shadow-sm)}.sp-large-service>span{display:inline-grid;place-items:center;width:40px;height:40px;background:var(--sp-mint);color:var(--sp-green-dark);border-radius:9px;font-size:12px;font-weight:700}.sp-large-service h2{margin:20px 0 10px;color:var(--sp-text-dark);font-size:27px;font-weight:550}.sp-large-service p{color:#788596}.sp-large-service b{display:block;margin-top:18px;color:var(--sp-green-dark);font-size:13px}
.sp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.sp-stat{padding:26px;background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius)}.sp-stat strong{display:block;color:var(--sp-green-dark);font-size:30px;line-height:1}.sp-stat span{display:block;margin-top:10px;color:#7b8795;font-size:12px}

/* Contact */
.sp-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}.sp-contact-card,.sp-contact-form{background:#fff;border:1px solid var(--sp-line);border-radius:var(--sp-radius-lg);padding:38px;box-shadow:var(--sp-shadow-sm)}.sp-contact-card{background:linear-gradient(145deg,#f0faf6,#fff)}.sp-contact-card h2,.sp-contact-form h3{margin:0 0 14px;color:var(--sp-text-dark);font-weight:600}.sp-contact-list{display:grid;gap:14px;margin-top:30px}.sp-contact-item{padding:15px 0;border-top:1px solid #dfeae5}.sp-contact-item strong{display:block;color:var(--sp-text-dark);font-size:12px;margin-bottom:3px}.sp-contact-item span,.sp-contact-item a{color:#748191;text-decoration:none;font-size:14px}.sp-field{margin-bottom:16px}.sp-field label{display:block;color:var(--sp-text-dark);font-size:12px;font-weight:600;margin-bottom:7px}.sp-field input,.sp-field select,.sp-field textarea{width:100%;border:1px solid #dce6e2;border-radius:8px;background:#fff;color:var(--sp-text-dark);padding:12px 13px;min-height:46px;outline:none;transition:.2s}.sp-field textarea{min-height:145px;resize:vertical}.sp-field input:focus,.sp-field select:focus,.sp-field textarea:focus{border-color:var(--sp-green);box-shadow:0 0 0 3px rgba(16,185,129,.10)}.sp-form-notice{padding:12px 14px;border-radius:8px;margin-bottom:16px;font-size:13px}.sp-form-notice.success{background:var(--sp-mint);color:var(--sp-green-deep)}.sp-form-notice.error{background:#fff1f2;color:#b42318}.sp-hp{position:absolute!important;left:-9999px!important}

/* CTA */
.sp-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(105deg,#0aa373,#10b981);border-radius:18px;padding:48px 54px;color:#fff;box-shadow:0 22px 44px rgba(16,185,129,.18)}.sp-cta h2{margin:4px 0 9px;font-size:clamp(28px,3.6vw,42px);line-height:1.2;font-weight:600;letter-spacing:-.025em}.sp-cta p{margin:0;color:rgba(255,255,255,.82)}.sp-cta-kicker{font-size:11px;font-weight:700;letter-spacing:.13em;color:rgba(255,255,255,.8)}

/* Content templates */
.sp-content{padding:76px 0}.sp-content article{max-width:820px;margin:auto}.sp-content h1,.sp-content h2,.sp-content h3{color:var(--sp-text-dark)}.sp-content a{color:var(--sp-green-dark)}

/* Footer */
.sp-footer{background:#f7faf9;border-top:1px solid var(--sp-line);padding:66px 0 28px}.sp-footer-grid{display:grid;grid-template-columns:1.6fr .8fr 1fr 1fr;gap:46px}.sp-footer-brand{color:var(--sp-text-dark)}.sp-footer-brand-row{display:inline-flex;align-items:center;gap:10px}.sp-footer-brand-mark{display:inline-flex;width:30px;height:24px;flex:0 0 auto}.sp-footer-brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.sp-footer-brand .sp-footer-wordmark{display:inline-block;margin:0;color:var(--sp-text-dark);font-size:22px;font-weight:700;line-height:1.15;text-transform:none;letter-spacing:0}.sp-footer-brand .sp-footer-dot{display:inline;color:var(--sp-green);font-size:inherit;font-weight:700;margin:0;text-transform:none;letter-spacing:0}.sp-footer-brand .sp-footer-tagline{display:block;margin-top:4px;color:#8a95a0;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.09em}.sp-footer p{max-width:380px;color:#85909c;font-size:13px;line-height:1.8}.sp-footer h4{margin:0 0 16px;color:var(--sp-text-dark);font-size:13px}.sp-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sp-footer li,.sp-footer a{color:#7d8995;font-size:12px;text-decoration:none}.sp-footer a:hover{color:var(--sp-green-dark)}.sp-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:52px;padding-top:22px;border-top:1px solid var(--sp-line);color:#9ba4ad;font-size:11px}

@media(max-width:1050px){
  .sp-header-inner{height:72px}.sp-brand{min-width:180px}.sp-nav{gap:16px}.sp-nav>ul,.sp-nav .menu{gap:18px}.sp-nav ul a{font-size:13px}
  .sp-hero-grid{grid-template-columns:1fr 1fr;gap:30px;min-height:590px}.sp-float-one{left:0}.sp-float-two{right:0}
  .sp-grid-3{grid-template-columns:repeat(2,1fr)}.sp-feature-row{gap:45px}.sp-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.sp-footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:860px){
  .admin-bar .sp-site-header{top:46px}.sp-container{width:min(100% - 32px,var(--sp-container))}
  .sp-menu-toggle{display:block;margin-left:auto}.sp-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--sp-line);padding:12px 16px 20px;box-shadow:0 14px 30px rgba(11,30,56,.08);align-items:stretch}.sp-nav.is-open{display:flex;flex-direction:column}.sp-nav>ul,.sp-nav .menu{display:flex;flex-direction:column;align-items:stretch;gap:0}.sp-nav ul a{padding:12px 8px}.sp-nav ul a::after{bottom:7px;right:auto;width:30px}.sp-nav .sp-btn{width:100%}
  .sp-hero::before{width:100%;clip-path:polygon(0 0,100% 0,100% 62%,0 87%)}.sp-hero-grid{grid-template-columns:1fr;min-height:auto;padding-block:70px 62px}.sp-hero-copy{max-width:680px}.sp-visual{min-height:390px}.sp-dashboard{transform:none;max-width:620px}.sp-float-two{top:20px}.sp-float-one{bottom:10px}
  .sp-trust-grid{grid-template-columns:repeat(3,1fr);padding:16px 0}.sp-trust-grid span:nth-child(4),.sp-trust-grid span:nth-child(5){display:none}
  .sp-intro-grid,.sp-two-col,.sp-contact-grid{grid-template-columns:1fr;gap:36px}.sp-feature-row{grid-template-columns:1fr;gap:30px}.sp-feature-row:nth-child(even) .sp-feature-copy,.sp-feature-row:nth-child(even) .sp-feature-art{order:initial}.sp-feature-row{padding:48px 0}.sp-steps{grid-template-columns:repeat(2,1fr);gap:28px}.sp-step:not(:last-child)::after{display:none}
  .sp-page-hero-inner{grid-template-columns:1fr}.sp-page-orb{display:none}.sp-page-hero::before{width:100%;clip-path:polygon(0 0,100% 0,74% 100%,0 100%)}
  .sp-stats{grid-template-columns:repeat(2,1fr)}.sp-footer-grid{grid-template-columns:1fr 1fr}.sp-footer-grid>div:last-child{grid-column:auto}.sp-cta{padding:38px 34px}
}
@media(max-width:620px){
  body{font-size:15px}.sp-container{width:min(100% - 24px,var(--sp-container))}.sp-header-inner{height:66px}.sp-nav{top:66px}.sp-brand-mark{width:26px;height:22px}.sp-wordmark strong{font-size:21px}.sp-wordmark>span{font-size:10px}
  .sp-hero-grid{padding-block:52px 48px}.sp-hero h1,.sp-page-hero h1{font-size:40px}.sp-hero-copy>p{font-size:15px}.sp-hero-actions{display:grid;grid-template-columns:1fr}.sp-hero-actions .sp-btn{width:100%}.sp-hero-note{gap:10px 14px}.sp-visual{min-height:300px}.sp-dashboard{width:100%}.sp-dash-body{grid-template-columns:55px 1fr;min-height:245px}.sp-dash-sidebar{padding:14px 9px}.sp-dash-main{padding:13px;gap:8px}.sp-mini-card{padding:10px;min-height:95px}.sp-float-card{display:none}
  .sp-section{padding:66px 0}.sp-section-head{align-items:flex-start;flex-direction:column}.sp-section-title{font-size:34px}.sp-grid-2,.sp-grid-3{grid-template-columns:1fr}.sp-card{padding:24px}.sp-service-grid .sp-card{min-height:0}.sp-feature-art{min-height:290px}.sp-browser-mock,.sp-code-window{width:90%}.sp-feature-copy h3{font-size:30px}.sp-steps{grid-template-columns:1fr}.sp-step{padding-right:0}
  .sp-page-hero-inner{min-height:330px;padding-block:54px}.sp-page-hero h1{font-size:38px}.sp-large-service{padding:28px}.sp-stats{grid-template-columns:1fr}.sp-contact-card,.sp-contact-form{padding:26px}.sp-cta{flex-direction:column;align-items:flex-start;padding:32px 26px}.sp-cta .sp-btn{width:100%}.sp-footer-grid{grid-template-columns:1fr}.sp-footer-bottom{flex-direction:column;margin-top:36px}
}


/* ==========================================================
   v1.3.0 — Native Gutenberg editable page system
   SwiftPro Cloud-inspired green / grey / white visual language
   ========================================================== */
.sp-editable-page{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#344761;background:#fff}
.sp-editable-page .wp-block-group>.wp-block-group__inner-container{max-width:1180px;margin-left:auto;margin-right:auto}
.sp-editable-page .sp-editor-section,.sp-editable-page .sp-editor-page-hero,.sp-editable-page .sp-editor-hero,.sp-editable-page .sp-editor-cta{padding-left:max(24px,calc((100vw - 1180px)/2));padding-right:max(24px,calc((100vw - 1180px)/2))}
.sp-editor-hero{position:relative;overflow:hidden;padding-top:112px;padding-bottom:112px;background:linear-gradient(135deg,#f0fcf7 0%,#f6fdf9 49%,#fff 49.2%,#fff 100%)}
.sp-editor-hero-grid{gap:70px!important;margin:0!important}
.sp-editor-hero-title{font-size:clamp(42px,5vw,68px);line-height:1.08;letter-spacing:-.035em;font-weight:650;color:#344761;margin:12px 0 24px}
.sp-editor-hero-title mark{background:none;color:#10b981;padding:0}
.sp-editor-lead{font-size:18px;line-height:1.75;color:#6b778c;max-width:680px}
.sp-eyebrow{font-size:12px!important;text-transform:uppercase;letter-spacing:.13em;font-weight:700!important;color:#10b981!important;margin-bottom:12px!important}
.sp-editor-buttons{gap:12px;margin-top:30px}
.sp-editor-buttons .wp-block-button__link,.sp-btn-primary .wp-block-button__link{background:#10b981!important;color:#fff!important;border-radius:8px!important;padding:14px 22px!important;font-weight:650;box-shadow:0 8px 22px rgba(16,185,129,.18)}
.sp-editor-buttons .wp-block-button__link:hover,.sp-btn-primary .wp-block-button__link:hover{background:#059669!important}
.sp-btn-outline .wp-block-button__link{background:#fff!important;color:#344761!important;border:1px solid #dce7e2!important;box-shadow:none!important}
.sp-btn-outline .wp-block-button__link:hover{color:#059669!important;border-color:#10b981!important}
.sp-editor-meta{margin-top:26px!important;color:#7a8798;font-size:13px}
.sp-editor-showcase{background:#fff;border:1px solid #dfe9e5;border-radius:14px;padding:28px;box-shadow:0 24px 56px rgba(11,30,56,.09);position:relative}
.sp-editor-showcase:before{content:"";display:block;width:100%;height:8px;border-radius:10px;background:linear-gradient(90deg,#10b981,#8fe2be);margin-bottom:24px}
.sp-editor-showcase h3{font-size:20px;font-weight:650;color:#172033;margin-bottom:20px}
.sp-editor-mini-grid{gap:12px!important;margin-bottom:12px!important}
.sp-editor-mini-grid>.wp-block-column,.sp-editor-software-card{background:#f7faf9;border:1px solid #e4ece8;border-radius:10px;padding:17px}
.sp-editor-mini-grid p,.sp-editor-software-card p{font-size:13px;line-height:1.5;margin:0;color:#64748b}
.sp-editor-mini-grid strong,.sp-editor-software-card strong{color:#059669;font-size:12px;letter-spacing:.07em}
.sp-editor-trust{padding:20px 24px;border-top:1px solid #edf2f0;border-bottom:1px solid #edf2f0;background:#fff;color:#829089;font-size:12px;letter-spacing:.10em}
.sp-editor-section{padding-top:88px;padding-bottom:88px}
.sp-editor-section h2{font-size:clamp(32px,3.4vw,46px);line-height:1.18;letter-spacing:-.02em;font-weight:500;color:#344761;margin:0 0 22px}
.sp-editor-section h3{color:#27384d;font-weight:650}
.sp-editor-section p{line-height:1.75;color:#6b778c}
.sp-editor-section a{color:#059669;text-decoration:none;font-weight:650}
.sp-editor-soft{background:#f7faf9}
.sp-editor-service-row{gap:18px!important;margin-top:18px!important}
.sp-editor-service-card{background:#fff;border:1px solid #e2eae7;border-radius:12px;padding:26px!important;box-shadow:0 8px 24px rgba(11,30,56,.035)}
.sp-editor-service-card h3{font-size:20px;margin-top:0}
.sp-editor-service-card p{font-size:14px;margin-bottom:12px}
.sp-editor-steps{gap:18px!important;margin-top:38px!important}
.sp-editor-steps>.wp-block-column{border-top:3px solid #10b981;padding-top:18px}
.sp-editor-steps h3{font-size:17px}
.sp-editor-page-hero{padding-top:105px;padding-bottom:82px;background:linear-gradient(135deg,#f0fcf7 0%,#f7fbf9 72%,#fff 72.2%)}
.sp-editor-page-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.08;letter-spacing:-.035em;font-weight:560;color:#344761;max-width:900px;margin:10px 0 20px}
.sp-editor-cta{padding-top:58px;padding-bottom:58px;background:#10b981;color:#fff}
.sp-editor-cta h2,.sp-editor-cta p,.sp-editor-cta .sp-eyebrow{color:#fff!important}
.sp-editor-cta h2{font-size:34px;margin:0 0 12px;font-weight:600}
.sp-btn-light .wp-block-button__link{background:#fff!important;color:#059669!important;border-radius:8px!important;padding:14px 22px!important;font-weight:700}
.sp-contact-form{background:#fff;border:1px solid #e1eae6;border-radius:12px;padding:28px;box-shadow:0 12px 34px rgba(11,30,56,.05)}
.sp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sp-contact-form label{display:block;font-size:13px;font-weight:650;color:#344761;margin-bottom:15px}
.sp-contact-form input,.sp-contact-form select,.sp-contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #dbe5e1;border-radius:8px;padding:12px 13px;background:#fff;color:#344761;font:inherit}
.sp-contact-form input:focus,.sp-contact-form select:focus,.sp-contact-form textarea:focus{outline:2px solid rgba(16,185,129,.15);border-color:#10b981}
.sp-form-submit{border:0;background:#10b981;color:#fff;border-radius:8px;padding:13px 19px;font-weight:700;cursor:pointer}
.sp-form-submit:hover{background:#059669}.sp-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.sp-form-notice{padding:13px 15px;border-radius:8px;margin-bottom:18px}.sp-form-success{background:#ecfdf5;color:#047857}.sp-form-error{background:#fff1f1;color:#9b2424}
.sp-generic-page{max-width:1180px;margin:auto;padding:80px 24px}.sp-generic-page>article>h1{font-size:44px;color:#344761}
@media(max-width:900px){.sp-editor-hero{padding-top:72px;padding-bottom:72px;background:#f5fcf8}.sp-editor-hero-grid{gap:32px!important}.sp-editor-section{padding-top:64px;padding-bottom:64px}.sp-editor-page-hero{padding-top:72px;padding-bottom:58px}.sp-editor-service-row{flex-wrap:wrap!important}.sp-editor-service-row>.wp-block-column{flex-basis:calc(50% - 10px)!important}.sp-editor-steps{flex-wrap:wrap!important}.sp-editor-steps>.wp-block-column{flex-basis:calc(50% - 10px)!important}}
@media(max-width:650px){.sp-editor-hero,.sp-editor-page-hero,.sp-editor-section,.sp-editor-cta{padding-left:18px;padding-right:18px}.sp-editor-hero-title{font-size:40px}.sp-editor-page-hero h1{font-size:38px}.sp-editor-section h2{font-size:31px}.sp-editor-service-row>.wp-block-column,.sp-editor-steps>.wp-block-column{flex-basis:100%!important}.sp-form-grid{grid-template-columns:1fr}.sp-contact-form{padding:20px}.sp-editor-buttons{display:grid!important}.sp-editor-buttons .wp-block-button{width:100%}.sp-editor-buttons .wp-block-button__link{width:100%;text-align:center}.sp-editor-cta .wp-block-columns{gap:24px}}

/* WordPress admin-bar correction for the fixed transparent global header. */
@media(max-width:782px){.admin-bar .sp-site-header{top:46px}}

/* ==========================================================
   v1.3.2 — Interactive service cards
   SwiftPro Cloud-inspired icon + hover/tap treatment
   ========================================================== */
.sp-editor-service-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:240px;
  padding:30px 28px 27px!important;
  border:1px solid #e1ebe6;
  border-radius:16px;
  box-shadow:0 8px 26px rgba(11,30,56,.035);
  transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,border-color .32s ease,background-color .32s ease;
}
.sp-editor-service-card::before{
  content:"✦";
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin:0 0 22px;
  border-radius:15px;
  background:linear-gradient(145deg,#e7fbf2,#f4fffa);
  border:1px solid #d6f3e6;
  color:#059669;
  font-size:25px;
  line-height:1;
  box-shadow:0 8px 18px rgba(16,185,129,.08);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,color .35s ease,box-shadow .35s ease;
}
.sp-editor-service-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:150px;
  height:150px;
  right:-72px;
  top:-78px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(16,185,129,.13) 0%,rgba(16,185,129,0) 70%);
  opacity:0;
  transform:scale(.7);
  transition:opacity .35s ease,transform .45s ease;
}
.sp-editor-service-card h3{transition:color .28s ease,transform .28s ease}
.sp-editor-service-card p{position:relative;z-index:1}
.sp-editor-service-card p:last-child a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  transition:gap .25s ease,color .25s ease;
}
.sp-editor-service-card:hover,
.sp-editor-service-card:focus-within{
  transform:translateY(-8px);
  border-color:#bfe8d5;
  background:#fff;
  box-shadow:0 22px 48px rgba(11,30,56,.10),0 8px 22px rgba(16,185,129,.07);
}
.sp-editor-service-card:hover::before,
.sp-editor-service-card:focus-within::before{
  transform:translateY(-2px) scale(1.08) rotate(-3deg);
  background:linear-gradient(145deg,#10b981,#059669);
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 24px rgba(16,185,129,.22);
}
.sp-editor-service-card:hover::after,.sp-editor-service-card:focus-within::after{opacity:1;transform:scale(1)}
.sp-editor-service-card:hover h3,.sp-editor-service-card:focus-within h3{color:#047857;transform:translateY(-1px)}
.sp-editor-service-card:hover p:last-child a,.sp-editor-service-card:focus-within p:last-child a{gap:12px;color:#047857}

/* Distinct service icons without external icon libraries. */
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(1)::before{content:"✎"}
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(2)::before{content:"⌘"}
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(3)::before{content:"</>";font-size:17px;font-weight:800}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(1)::before{content:"★"}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(2)::before{content:"▤"}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(3)::before{content:"↗"}

/* The Services page uses a standard columns block, so give those cards icons too. */
.sp-editable-page .sp-editor-section>.wp-block-columns .sp-editor-service-card:nth-child(1)::before{content:"✦"}
.sp-editable-page .sp-editor-section>.wp-block-columns .sp-editor-service-card:nth-child(2)::before{content:"⌘"}
.sp-editable-page .sp-editor-section>.wp-block-columns .sp-editor-service-card:nth-child(3)::before{content:"</>";font-size:17px;font-weight:800}

@media (hover:none){
  .sp-editor-service-card:active{transform:translateY(-4px);border-color:#bfe8d5;box-shadow:0 16px 34px rgba(11,30,56,.09)}
  .sp-editor-service-card:active::before{transform:scale(1.06);background:#10b981;color:#fff}
}
@media(max-width:650px){
  .sp-editor-service-card{min-height:0;padding:25px 22px!important}
  .sp-editor-service-card::before{width:50px;height:50px;margin-bottom:18px}
}
@media(prefers-reduced-motion:reduce){
  .sp-editor-service-card,.sp-editor-service-card::before,.sp-editor-service-card::after,.sp-editor-service-card h3,.sp-editor-service-card a{transition:none!important}
}


/* ==========================================================
   v1.3.5 — Client registration wizard
   ========================================================== */
.sp-register-shell{min-height:100vh;padding:132px max(24px,calc((100vw - 1180px)/2)) 90px;background:linear-gradient(135deg,#eefbf5 0%,#f8fcfa 45%,#fff 45.2%)}
.sp-register-intro{max-width:780px;margin-bottom:34px}
.sp-register-kicker{display:inline-flex;align-items:center;gap:9px;color:#059669;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.sp-register-kicker::before{content:"";width:24px;height:2px;background:#10b981}
.sp-register-intro h1{margin:13px 0 14px;color:#344761;font-size:clamp(38px,5vw,58px);line-height:1.08;letter-spacing:-.035em;font-weight:600}
.sp-register-intro>p{max-width:720px;margin:0;color:#728092;font-size:16px;line-height:1.8}
.sp-register-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;color:#738293;font-size:12px;font-weight:650}
.sp-register-trust span{display:flex;align-items:center;gap:7px}.sp-register-trust span::before{content:"✓";display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#dcf8ea;color:#059669;font-size:11px}
.sp-register-form,.sp-register-success{max-width:980px;background:#fff;border:1px solid #dfebe5;border-radius:20px;box-shadow:0 28px 70px rgba(11,30,56,.09);overflow:hidden}
.sp-register-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0;padding:0 34px;list-style:none;border-bottom:1px solid #e8efec;background:#fbfdfc}
.sp-register-progress li{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:76px;color:#98a3ae;font-size:12px;font-weight:700}
.sp-register-progress li:not(:last-child)::after{content:"";position:absolute;right:-15%;width:30%;height:1px;background:#dde7e3}
.sp-register-progress b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid #d8e4df;background:#fff;color:#87939f;font-size:12px;transition:.2s ease}
.sp-register-progress .is-active{color:#047857}.sp-register-progress .is-active b{background:#10b981;color:#fff;border-color:#10b981;box-shadow:0 6px 15px rgba(16,185,129,.2)}
.sp-register-progress .is-complete b{background:#e5f9ef;color:#059669;border-color:#bfead5}.sp-register-progress .is-complete b::before{content:"✓";font-size:12px}.sp-register-progress .is-complete b{font-size:0}
.sp-register-step{padding:38px 42px 28px;animation:spRegisterIn .28s ease}
@keyframes spRegisterIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.sp-register-step-head{margin-bottom:26px}.sp-register-step-head>span{color:#10b981;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.sp-register-step-head h2{margin:6px 0 6px;color:#344761;font-size:29px;letter-spacing:-.02em}.sp-register-step-head p{margin:0;color:#7a8796;font-size:14px}
.sp-register-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px}.sp-register-span-2{grid-column:1/-1}
.sp-register-form label,.sp-register-notes{display:block;color:#435469;font-size:13px;font-weight:700}
.sp-register-form input:not([type=checkbox]),.sp-register-form select,.sp-register-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d9e5df;border-radius:10px;background:#fff;color:#344761;padding:12px 13px;line-height:1.4;transition:border-color .18s ease,box-shadow .18s ease}
.sp-register-form input:focus,.sp-register-form select:focus,.sp-register-form textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.11)}
.sp-register-form label small{display:block;margin-top:7px;color:#909ba5;font-size:11px;font-weight:500;line-height:1.5}
.sp-service-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.sp-service-choice{position:relative;display:grid!important;grid-template-columns:36px 1fr;grid-template-rows:auto auto;gap:2px 12px;align-items:center;padding:18px;border:1px solid #dfe9e5;border-radius:13px;background:#fff;cursor:pointer;transition:.2s ease}
.sp-service-choice:hover{border-color:#bde7d2;box-shadow:0 9px 22px rgba(11,30,56,.05);transform:translateY(-2px)}
.sp-service-choice input{position:absolute;opacity:0;pointer-events:none}.sp-service-choice-icon{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf8f3;color:#a2b5ac;transition:.2s ease}.sp-service-choice strong{color:#344761;font-size:14px}.sp-service-choice small{color:#85919e;font-size:11px;font-weight:500;line-height:1.5}
.sp-service-choice:has(input:checked){border-color:#10b981;background:#f4fcf8;box-shadow:0 0 0 2px rgba(16,185,129,.08)}.sp-service-choice:has(input:checked) .sp-service-choice-icon{background:#10b981;color:#fff}
.sp-register-notes{margin-top:22px}.sp-register-notes textarea{resize:vertical}
.sp-register-confirm-card{display:grid;gap:0;border:1px solid #dfebe5;border-radius:14px;overflow:hidden;background:#fbfdfc}.sp-register-confirm-card h3{margin:0;padding:18px 20px;color:#344761;font-size:17px;border-bottom:1px solid #e5eeea;background:#f3faf6}.sp-register-confirm-card>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:17px 20px;border-bottom:1px solid #e9efec}.sp-register-confirm-card>div:last-child{border-bottom:0}.sp-register-confirm-card b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e3f8ee;color:#059669;font-size:12px}.sp-register-confirm-card span strong,.sp-register-confirm-card span small{display:block}.sp-register-confirm-card span strong{color:#425269;font-size:13px}.sp-register-confirm-card span small{margin-top:2px;color:#86929f;font-size:11px;line-height:1.5}
.sp-register-consent{display:flex!important;align-items:flex-start;gap:11px;margin-top:22px;padding:16px 18px;border-radius:12px;background:#f7faf9}.sp-register-consent input{margin-top:3px;accent-color:#10b981;flex:0 0 auto}.sp-register-consent span{font-size:12px;font-weight:550;line-height:1.6;color:#657486}
.sp-register-actions{display:flex;justify-content:flex-end;gap:11px;padding:20px 42px 28px;border-top:1px solid #edf2f0;background:#fbfdfc}.sp-register-actions button{min-height:46px;padding:0 20px;border-radius:9px;font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:.18s ease}.sp-register-next,.sp-register-submit{border:0;background:#10b981;color:#fff;box-shadow:0 7px 18px rgba(16,185,129,.18)}.sp-register-next:hover,.sp-register-submit:hover{background:#059669;transform:translateY(-1px)}.sp-register-back{margin-right:auto;border:1px solid #dce7e2;background:#fff;color:#526175}.sp-register-back:hover{border-color:#b9d9ca;color:#047857}.sp-register-submit:disabled{opacity:.7;cursor:wait}
.sp-register-success{padding:50px;text-align:center}.sp-register-success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#dcf8ea;color:#059669;font-size:28px;font-weight:800}.sp-register-success h2{margin:0 0 9px;color:#344761;font-size:31px}.sp-register-success p{max-width:660px;margin:0 auto 24px;color:#748292;line-height:1.7}
@media(max-width:780px){.sp-register-shell{padding:110px 18px 60px}.sp-register-progress{padding:0 8px}.sp-register-progress li{min-height:66px}.sp-register-progress li span{display:none}.sp-register-progress li:not(:last-child)::after{right:-30%;width:60%}.sp-register-step{padding:28px 22px 22px}.sp-register-grid,.sp-service-choice-grid{grid-template-columns:1fr}.sp-register-span-2{grid-column:auto}.sp-register-actions{padding:18px 22px 24px}.sp-register-trust{gap:10px 16px}}
@media(max-width:480px){.sp-register-intro h1{font-size:38px}.sp-register-actions{display:grid;grid-template-columns:1fr 1fr}.sp-register-actions button{width:100%;margin:0}.sp-register-submit{grid-column:1/-1}.sp-register-success{padding:36px 22px}}


/* v1.3.7 Firebase SMS phone verification */
.sp-register-phone{padding:16px 18px;border:1px solid #dfeae5;border-radius:14px;background:#fbfdfc}.sp-phone-row,.sp-otp-row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1.2fr);gap:10px;align-items:end}.sp-phone-row select,.sp-phone-row input,.sp-otp-row input{margin-top:7px!important}.sp-phone-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}.sp-otp-button{min-height:42px;padding:0 16px;border:0;border-radius:9px;background:#0f9f75;color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgba(15,159,117,.16);transition:.18s ease}.sp-otp-button:hover{background:#08785a;transform:translateY(-1px)}.sp-otp-button:disabled{opacity:.65;cursor:wait;transform:none}.sp-phone-status{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:#f2f5f4;color:#6f7c87;font-size:11px;font-weight:750}.sp-phone-status.is-error{background:#fff2f0;color:#b94b40}.sp-phone-status.is-verified{background:#e5f9ef;color:#047857}.sp-otp-panel{margin-top:14px;padding-top:14px;border-top:1px solid #e5eeea}.sp-otp-row{grid-template-columns:1fr auto}.sp-otp-verify{margin-bottom:0}#sp-recaptcha-container{height:0;overflow:hidden}@media(max-width:680px){.sp-phone-row,.sp-otp-row{grid-template-columns:1fr}.sp-otp-button{width:100%}.sp-phone-actions{align-items:stretch}.sp-phone-status{justify-content:center}}


/* v1.3.8 — registration thank-you confirmation */
.sp-register-thankyou{max-width:760px;margin:42px auto 70px;padding:52px 48px;text-align:center;background:#fff;border:1px solid #dcebe5;border-radius:24px;box-shadow:0 22px 60px rgba(22,101,77,.10)}
.sp-register-thankyou .sp-register-success-icon{display:flex;align-items:center;justify-content:center;width:74px;height:74px;margin:0 auto 18px;border-radius:50%;background:#e7f8ef;color:#078653;font-size:36px;font-weight:800}
.sp-register-thankyou h2{margin:10px 0 14px;font-size:clamp(30px,4vw,44px);line-height:1.1;color:var(--sp-ink)}
.sp-register-thankyou>p{max-width:620px;margin:0 auto 22px;color:var(--sp-text);font-size:17px;line-height:1.7}
.sp-register-email-confirmation{max-width:610px;margin:26px auto;padding:20px 22px;border:1px solid #bfe8d4;border-radius:16px;background:linear-gradient(135deg,#f1fbf6,#f8fffb);display:grid;gap:6px;color:var(--sp-ink)}
.sp-register-email-confirmation strong{font-size:17px;color:#06784b}.sp-register-email-confirmation span{font-size:16px}.sp-register-email-confirmation small{color:var(--sp-text);font-size:13px}
.sp-register-next-note{margin-top:24px!important}.sp-register-home-button{display:inline-flex!important;justify-content:center;min-width:210px;margin-top:2px}
@media(max-width:640px){.sp-register-thankyou{margin:22px 12px 50px;padding:36px 22px}.sp-register-thankyou h2{font-size:31px}}


/* v1.3.9 — Contact thank-you state */
.sp-contact-thankyou{max-width:720px;margin:28px auto;padding:54px 42px;text-align:center;background:linear-gradient(145deg,#fff 0%,#f2fbf6 100%);border:1px solid var(--sp-line);border-radius:20px;box-shadow:var(--sp-shadow)}
.sp-contact-thankyou-icon{width:66px;height:66px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--sp-green);color:#fff;font-size:34px;font-weight:700;box-shadow:0 12px 30px rgba(16,185,129,.2)}
.sp-contact-thankyou h2{margin:8px 0 12px;color:var(--sp-ink);font-size:clamp(28px,4vw,42px);line-height:1.15}
.sp-contact-thankyou p:not(.sp-eyebrow){max-width:560px;margin:0 auto 26px;color:var(--sp-text);font-size:17px;line-height:1.7}
.sp-contact-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 25px;border-radius:9px;background:var(--sp-green);color:#fff!important;font-weight:700;text-decoration:none;box-shadow:0 10px 24px rgba(16,185,129,.18);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.sp-contact-home-button:hover{background:var(--sp-green-dark);transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,185,129,.24)}
@media(max-width:640px){.sp-contact-thankyou{padding:38px 22px;margin:18px auto}.sp-contact-home-button{width:100%}}


/* ==========================================================
   v1.4.5 — SwiftPro Cloud-inspired colourful service visuals
   and How It Works process treatment.
   ========================================================== */
.sp-editor-service-card{
  --sp-card-accent:#10b981;
  --sp-card-soft:#ecfdf5;
  --sp-card-soft-2:#d1fae5;
  min-height:270px;
  border-radius:20px;
  padding:32px 30px 28px!important;
  border-color:#e5ece9;
  background:linear-gradient(180deg,#fff 0%,#fff 76%,#fbfdfc 100%);
}
.sp-editor-service-card::before{
  width:72px;
  height:72px;
  border-radius:20px;
  margin-bottom:26px;
  color:var(--sp-card-accent);
  border:1px solid color-mix(in srgb,var(--sp-card-accent) 20%,#fff);
  background:
    radial-gradient(circle at 72% 25%,rgba(255,255,255,.95) 0 7%,transparent 8%),
    radial-gradient(circle at 28% 72%,rgba(255,255,255,.76) 0 11%,transparent 12%),
    linear-gradient(145deg,var(--sp-card-soft),var(--sp-card-soft-2));
  box-shadow:0 12px 26px color-mix(in srgb,var(--sp-card-accent) 14%,transparent);
  font-weight:800;
}
.sp-editor-service-card::after{
  width:210px;
  height:150px;
  right:-65px;
  top:-52px;
  border-radius:44% 56% 58% 42%;
  opacity:.62;
  transform:rotate(-12deg);
  background:
    radial-gradient(circle at 28% 34%,var(--sp-card-soft-2) 0 12%,transparent 13%),
    radial-gradient(circle at 62% 55%,var(--sp-card-soft) 0 24%,transparent 25%),
    radial-gradient(circle at 76% 22%,color-mix(in srgb,var(--sp-card-accent) 22%,#fff) 0 10%,transparent 11%);
}
.sp-editor-service-card:hover::after,.sp-editor-service-card:focus-within::after{opacity:.95;transform:rotate(-6deg) scale(1.04)}
.sp-editor-service-card:hover::before,.sp-editor-service-card:focus-within::before{
  background:
    radial-gradient(circle at 72% 25%,rgba(255,255,255,.94) 0 7%,transparent 8%),
    radial-gradient(circle at 28% 72%,rgba(255,255,255,.68) 0 11%,transparent 12%),
    linear-gradient(145deg,var(--sp-card-accent),color-mix(in srgb,var(--sp-card-accent) 72%,#1f2937));
  color:#fff;
}
/* A different colour family for each card, like the small illustrated cards on SwiftPro Cloud. */
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(1),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(1)>.sp-editor-service-card:nth-child(1){--sp-card-accent:#f59e0b;--sp-card-soft:#fff7df;--sp-card-soft-2:#fde7a9}
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(2),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(1)>.sp-editor-service-card:nth-child(2){--sp-card-accent:#6366f1;--sp-card-soft:#f0f1ff;--sp-card-soft-2:#dfe2ff}
.sp-editor-service-row:nth-of-type(1)>.sp-editor-service-card:nth-child(3),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(1)>.sp-editor-service-card:nth-child(3){--sp-card-accent:#0ea5e9;--sp-card-soft:#e9f8ff;--sp-card-soft-2:#cceeff}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(1),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(2)>.sp-editor-service-card:nth-child(1){--sp-card-accent:#ec4899;--sp-card-soft:#fff0f7;--sp-card-soft-2:#ffd9eb}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(2),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(2)>.sp-editor-service-card:nth-child(2){--sp-card-accent:#14b8a6;--sp-card-soft:#e9fbf8;--sp-card-soft-2:#c8f3ec}
.sp-editor-service-row:nth-of-type(2)>.sp-editor-service-card:nth-child(3),
.sp-editable-page .sp-editor-section>.wp-block-columns:nth-of-type(2)>.sp-editor-service-card:nth-child(3){--sp-card-accent:#8b5cf6;--sp-card-soft:#f5f0ff;--sp-card-soft-2:#e6d9ff}

/* How It Works — clean connected process, matching the Cloud site's visual rhythm. */
.sp-editor-steps{
  position:relative;
  display:flex!important;
  gap:0!important;
  margin-top:44px!important;
  padding-top:12px;
}
.sp-editor-steps::before{
  content:"";
  position:absolute;
  left:5%;right:5%;top:42px;
  height:2px;
  background:linear-gradient(90deg,#a7f3d0,#10b981,#a7f3d0);
  z-index:0;
}
.sp-editor-steps>.wp-block-column{
  position:relative;
  z-index:1;
  border-top:0!important;
  padding:0 16px!important;
  text-align:left;
}
.sp-editor-steps>.wp-block-column::before{
  content:"";
  display:block;
  width:58px;height:58px;
  border-radius:18px;
  margin:0 0 22px;
  background:#fff;
  border:2px solid #b9ead4;
  box-shadow:0 8px 24px rgba(16,185,129,.10);
}
.sp-editor-steps>.wp-block-column::after{
  content:"✓";
  position:absolute;
  top:17px;left:37px;
  width:24px;height:24px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#10b981;color:#fff;
  font-size:12px;font-weight:800;
}
.sp-editor-steps h3{font-size:17px;margin:0 0 10px;color:#27384d}
.sp-editor-steps p{font-size:14px;line-height:1.7;margin:0;color:#718096}
.sp-editor-steps>.wp-block-column:nth-child(2)::before{border-color:#cfd4ff}.sp-editor-steps>.wp-block-column:nth-child(2)::after{background:#6366f1}
.sp-editor-steps>.wp-block-column:nth-child(3)::before{border-color:#bde6fa}.sp-editor-steps>.wp-block-column:nth-child(3)::after{background:#0ea5e9}
.sp-editor-steps>.wp-block-column:nth-child(4)::before{border-color:#f9c7df}.sp-editor-steps>.wp-block-column:nth-child(4)::after{background:#ec4899}
.sp-editor-steps>.wp-block-column:nth-child(5)::before{border-color:#bdeade}.sp-editor-steps>.wp-block-column:nth-child(5)::after{background:#14b8a6}
@media(max-width:900px){
  .sp-editor-steps{gap:18px!important;flex-wrap:wrap!important}
  .sp-editor-steps::before{display:none}
  .sp-editor-steps>.wp-block-column{flex-basis:calc(50% - 10px)!important;padding:18px!important;border:1px solid #e5ece9!important;border-radius:16px;background:#fff}
  .sp-editor-steps>.wp-block-column::after{top:35px;left:39px}
}
@media(max-width:650px){
  .sp-editor-service-card{min-height:0}
  .sp-editor-service-card::before{width:64px;height:64px;border-radius:18px}
  .sp-editor-steps>.wp-block-column{flex-basis:100%!important}
}


/* v1.4.8 — private client portfolio */
.sp-client-portfolio-link{font-weight:700;color:var(--sp-green-deep)!important;white-space:nowrap}
.sp-private-portfolio-page{padding:132px 0 84px;background:linear-gradient(180deg,#f8fcfa 0%,#fff 55%);min-height:70vh}
.sp-client-portfolio-shell{max-width:1180px;margin:0 auto}
.sp-client-portfolio-intro{max-width:820px;margin:0 auto 42px;text-align:center}
.sp-client-portfolio-intro h1{font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.02;margin:10px 0 18px;color:var(--sp-ink)}
.sp-client-portfolio-intro p{font-size:1.08rem;line-height:1.8;color:var(--sp-text);max-width:760px;margin:0 auto}
.sp-client-portfolio-trust{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}
.sp-client-portfolio-trust span,.sp-portfolio-tags span{display:inline-flex;align-items:center;border:1px solid #ccecdf;background:#f4fbf7;color:#087a5f;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:800;letter-spacing:.02em}
.sp-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.sp-portfolio-card{overflow:hidden;border:1px solid #dfeae5;border-radius:26px;background:#fff;box-shadow:0 18px 50px rgba(28,72,57,.08);transition:transform .2s ease,box-shadow .2s ease}
.sp-portfolio-card:hover{transform:translateY(-3px);box-shadow:0 24px 62px rgba(28,72,57,.12)}
.sp-portfolio-image{aspect-ratio:16/9;background:#e9f8f0;overflow:hidden}
.sp-portfolio-image img{width:100%;height:100%;object-fit:cover;display:block}
.sp-portfolio-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e1f8ec,#f8fcfa)}
.sp-portfolio-placeholder span{font-size:2rem;font-weight:900;color:#079669;letter-spacing:-.04em}
.sp-portfolio-card-body{padding:26px}
.sp-portfolio-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}
.sp-portfolio-tags span{padding:5px 9px;font-size:.7rem}
.sp-portfolio-card h2{font-size:1.55rem;line-height:1.2;margin:0 0 12px;color:var(--sp-ink)}
.sp-portfolio-copy{color:var(--sp-text);line-height:1.7}
.sp-portfolio-copy p:last-child{margin-bottom:0}
.sp-dflip-project{margin-top:20px;border-top:1px solid #e2ece7;padding-top:18px}
.sp-dflip-project summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:14px;background:var(--sp-green-deep);color:#fff;padding:14px 17px;font-weight:800}
.sp-dflip-project summary::-webkit-details-marker{display:none}
.sp-dflip-project summary span{font-size:1.2rem;transition:transform .2s ease}
.sp-dflip-project[open] summary span{transform:rotate(90deg)}
.sp-dflip-stage{padding-top:18px;min-height:40px}
.sp-dflip-admin-note,.sp-portfolio-empty,.sp-private-access{border:1px solid #dfeae5;border-radius:24px;background:#fff;padding:34px;box-shadow:0 16px 44px rgba(28,72,57,.07)}
.sp-dflip-admin-note{padding:18px;color:#7a5d16;background:#fff9e7;border-color:#f2df9a;box-shadow:none}
.sp-portfolio-empty,.sp-private-access{text-align:center;max-width:760px;margin:30px auto}
.sp-private-access h2,.sp-portfolio-empty h2{margin:8px 0 12px;color:var(--sp-ink)}
.sp-private-access p,.sp-portfolio-empty p{color:var(--sp-text);margin:0 auto 20px;max-width:590px;line-height:1.7}
@media(max-width:800px){.sp-private-portfolio-page{padding-top:110px}.sp-portfolio-grid{grid-template-columns:1fr}.sp-client-portfolio-intro{margin-bottom:28px}.sp-portfolio-card-body{padding:21px}}

/* v1.4.9 — Client Login Portal */
.sp-client-auth-page,.sp-client-dashboard-page{padding:72px 0 96px;background:linear-gradient(145deg,var(--sp-mint-2) 0,#fff 48%,var(--sp-mint) 100%);min-height:72vh}
.sp-client-login-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;max-width:1040px;margin:0 auto}
.sp-client-login-intro h1,.sp-client-portal-head h1{font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.04;color:var(--sp-ink);margin:.35rem 0 1rem;letter-spacing:-.045em}
.sp-client-login-intro>p{max-width:600px;font-size:1.08rem}
.sp-client-login-points,.sp-client-portfolio-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.sp-client-login-points span{padding:7px 11px;background:#fff;border:1px solid var(--sp-line);border-radius:999px;color:var(--sp-green-deep);font-size:.86rem;font-weight:650}
.sp-client-login-card{background:#fff;border:1px solid var(--sp-line);border-radius:24px;padding:34px;box-shadow:var(--sp-shadow)}
.sp-client-login-card h2{margin:0 0 5px;color:var(--sp-ink);font-size:1.7rem}
.sp-client-login-card>p{margin-top:0}
.sp-client-login-form{display:grid;gap:18px;margin-top:24px}
.sp-client-login-form label{display:grid;gap:7px;color:var(--sp-text-dark);font-weight:650;font-size:.92rem}
.sp-client-login-form input[type=text],.sp-client-login-form input[type=password]{width:100%;border:1px solid #d9e4df;border-radius:11px;padding:13px 14px;background:#fff;outline:none}
.sp-client-login-form input:focus{border-color:var(--sp-green);box-shadow:0 0 0 3px rgba(16,185,129,.11)}
.sp-client-login-form .sp-client-remember{display:flex;align-items:center;grid-template-columns:auto 1fr;font-weight:500}
.sp-client-login-button{width:100%;justify-content:center;border:0;cursor:pointer}
.sp-client-login-links{display:grid;gap:7px;padding-top:19px;margin-top:20px;border-top:1px solid var(--sp-line);font-size:.9rem}
.sp-client-login-links a{color:var(--sp-green-deep);font-weight:700;text-decoration:none}
.sp-client-alert{padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:.92rem}.sp-client-alert.is-error{background:#fff1f2;color:#9f1239}.sp-client-alert.is-success{background:var(--sp-mint);color:var(--sp-green-deep)}
.sp-client-portal-shell{max-width:1120px;margin:0 auto}.sp-client-portal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:34px}.sp-client-portal-head h1{font-size:clamp(2.2rem,4vw,3.8rem)}.sp-client-portal-head p{margin:0;font-weight:600}.sp-client-logout{background:#fff;border:1px solid var(--sp-line);border-radius:10px;padding:10px 15px;color:var(--sp-text-dark);text-decoration:none;font-weight:700;white-space:nowrap}
.sp-client-portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.sp-client-portal-card{background:#fff;border:1px solid var(--sp-line);border-radius:18px;padding:27px;box-shadow:var(--sp-shadow-sm)}.sp-client-portal-card h2{color:var(--sp-ink);margin:7px 0 7px}.sp-client-portal-card p{margin-top:0}.sp-client-card-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:var(--sp-mint);color:var(--sp-green-deep);font-weight:800}.sp-client-card-link{color:var(--sp-green-deep);font-weight:750;text-decoration:none}.sp-client-coming,.sp-client-status{display:inline-block;padding:5px 9px;border-radius:999px;background:var(--sp-mint);color:var(--sp-green-deep);font-size:.8rem;font-weight:750}.sp-client-profile-card dl{margin:18px 0 0}.sp-client-profile-card dl div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:9px 0;border-top:1px solid var(--sp-line)}.sp-client-profile-card dt{font-weight:650;color:var(--sp-text)}.sp-client-profile-card dd{margin:0;color:var(--sp-text-dark);font-weight:650;overflow-wrap:anywhere}
@media(max-width:780px){.sp-client-auth-page,.sp-client-dashboard-page{padding:45px 0 70px}.sp-client-login-shell{grid-template-columns:1fr;gap:30px}.sp-client-login-card{padding:25px}.sp-client-portal-head{display:block}.sp-client-logout{display:inline-block;margin-top:18px}.sp-client-portal-grid{grid-template-columns:1fr}.sp-client-profile-card dl div{grid-template-columns:1fr;gap:0}.sp-client-profile-card dt{font-size:.8rem}.sp-client-login-intro h1{font-size:2.6rem}}


/* ============================================================
   v1.4.11 — Swiftpro Media & Print Client Portal dashboard
   ============================================================ */
body.page-template-page-client-portal{background:#f9fcfb}
body.page-template-page-client-portal .sp-client-dashboard-page{padding:80px 0 0;background:linear-gradient(180deg,#fff 0,#f9fcfb 70%,#effaf6 100%);min-height:calc(100vh - 80px)}
body.page-template-page-client-portal .sp-site-footer{margin-top:0}
.spcp-shell{width:min(1536px,100%);margin:0 auto;display:grid;grid-template-columns:308px minmax(0,1fr);min-height:900px;background:rgba(255,255,255,.72);border-top:1px solid var(--sp-line)}
.spcp-sidebar{position:relative;padding:38px 26px 34px;border-right:1px solid var(--sp-line);background:rgba(255,255,255,.92);display:flex;flex-direction:column}
.spcp-client-card{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:0 10px 28px;border-bottom:1px solid var(--sp-line)}
.spcp-avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#12c986,#059669);color:#fff;font-weight:800;font-size:18px;box-shadow:0 8px 20px rgba(16,185,129,.2)}
.spcp-client-card strong{display:block;color:var(--sp-ink);font-size:15px;line-height:1.3}.spcp-client-card span:not(.spcp-avatar){display:block;color:var(--sp-text);font-size:12px;margin-top:4px}.spcp-client-card small{display:inline-block;margin-top:7px;padding:4px 8px;border-radius:999px;background:var(--sp-mint);color:var(--sp-green-deep);font-size:10px;font-weight:750}
.spcp-nav{display:grid;gap:4px;padding:22px 0}.spcp-nav a{display:flex;align-items:center;gap:13px;min-height:44px;padding:0 15px;border-radius:9px;color:#29405c;text-decoration:none;font-size:14px;font-weight:600;border-left:3px solid transparent;transition:.18s ease}.spcp-nav a>span{width:22px;text-align:center;font-size:17px;color:#52667e}.spcp-nav a:hover,.spcp-nav a.is-active{background:#eaf8f2;color:#087a5f;border-left-color:var(--sp-green)}.spcp-nav a:hover>span,.spcp-nav a.is-active>span{color:var(--sp-green-dark)}
.spcp-signout{margin:auto 10px 0;display:flex;align-items:center;justify-content:center;gap:9px;height:45px;border:1px solid var(--sp-green);border-radius:8px;color:var(--sp-green-dark);font-weight:750;text-decoration:none;font-size:13px}.spcp-signout:hover{background:var(--sp-mint)}
.spcp-main{padding:42px 40px 64px;min-width:0}.spcp-welcome-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,490px);gap:32px;align-items:center;margin-bottom:28px}.spcp-welcome h1{margin:5px 0 7px;color:var(--sp-ink);font-size:clamp(28px,3.3vw,42px);line-height:1.12;letter-spacing:-.035em}.spcp-welcome p{margin:0;color:var(--sp-text);font-size:15px}
.spcp-company-card{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:20px 22px;background:#fff;border:1px solid var(--sp-line);border-radius:14px;box-shadow:var(--sp-shadow-sm)}.spcp-company-icon{width:54px;height:54px;border-radius:13px;background:var(--sp-mint);color:var(--sp-green-dark);display:grid;place-items:center;font-size:25px;font-weight:800}.spcp-company-card strong{display:block;color:var(--sp-ink);font-size:14px}.spcp-company-card span:not(.spcp-company-icon){display:block;font-size:12px;color:#41556e;margin-top:3px;overflow-wrap:anywhere}.spcp-company-card small{display:block;margin-top:4px;color:var(--sp-text);font-size:11px}
.spcp-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:25px}.spcp-stats article{display:grid;grid-template-columns:50px 1fr;gap:13px;align-items:center;padding:20px;background:#fff;border:1px solid var(--sp-line);border-radius:13px;box-shadow:var(--sp-shadow-sm);min-height:124px}.spcp-stat-icon{width:50px;height:50px;border-radius:13px;background:#e9f8f2;color:var(--sp-green-dark);display:grid;place-items:center;font-size:22px}.spcp-stats strong{display:block;color:var(--sp-ink);font-size:24px;line-height:1}.spcp-stats b{display:block;color:#273d57;font-size:12px;margin-top:7px}.spcp-stats small{display:block;color:var(--sp-green-dark);font-size:10px;margin-top:7px;line-height:1.35}
.spcp-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:25px}.spcp-action-card{display:grid;grid-template-columns:66px 1fr;gap:18px;align-items:start;padding:27px 25px;background:#fff;border:1px solid var(--sp-line);border-radius:14px;box-shadow:var(--sp-shadow-sm);min-height:205px}.spcp-action-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:800}.spcp-action-icon.is-green{background:#e3f8ef;color:#059669}.spcp-action-icon.is-blue{background:#e7f0ff;color:#1468e8}.spcp-action-icon.is-purple{background:#f0e9ff;color:#7044dd}.spcp-action-card h2{margin:3px 0 8px;color:var(--sp-ink);font-size:18px;line-height:1.3}.spcp-action-card h2 small{font-size:12px;color:var(--sp-text);font-weight:600}.spcp-action-card p{margin:0 0 18px;color:var(--sp-text);font-size:12px;line-height:1.7}.spcp-action-card .sp-btn{min-height:39px;padding:0 17px;font-size:11px}.spcp-blue-btn{display:inline-flex;align-items:center;gap:12px;min-height:39px;padding:0 19px;border-radius:7px;background:#1468e8;color:#fff!important;text-decoration:none;font-size:11px;font-weight:750;box-shadow:0 7px 18px rgba(20,104,232,.16)}.spcp-planned{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f0e9ff;color:#7044dd;font-size:10px;font-weight:750}
.spcp-lower-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:20px}.spcp-panel{background:#fff;border:1px solid var(--sp-line);border-radius:14px;box-shadow:var(--sp-shadow-sm);overflow:hidden}.spcp-panel-title{padding:18px 21px;border-bottom:1px solid var(--sp-line)}.spcp-panel-title h2{margin:0;color:var(--sp-ink);font-size:16px}.spcp-activity{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px 20px;border-bottom:1px solid var(--sp-line)}.spcp-activity:last-child{border-bottom:0}.spcp-activity>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf8f2;color:var(--sp-green-dark);font-weight:800}.spcp-activity strong{display:block;color:#2a4058;font-size:12px}.spcp-activity small{display:block;color:var(--sp-text);font-size:10px;margin-top:2px}.spcp-activity time{color:#66798e;font-size:10px;text-align:right}.spcp-quick{display:flex;justify-content:space-between;align-items:center;min-height:47px;padding:0 22px;border-bottom:1px solid var(--sp-line);text-decoration:none;color:#2b4058;font-size:12px;font-weight:600}.spcp-quick:last-child{border-bottom:0}.spcp-quick:hover{color:var(--sp-green-dark);background:#fbfefd}.spcp-quick span{font-size:18px}
@media(max-width:1100px){.spcp-shell{grid-template-columns:240px minmax(0,1fr)}.spcp-sidebar{padding-left:16px;padding-right:16px}.spcp-main{padding:32px 24px 54px}.spcp-stats{grid-template-columns:repeat(2,1fr)}.spcp-actions{grid-template-columns:1fr}.spcp-action-card{min-height:0}}
@media(max-width:800px){body.page-template-page-client-portal .sp-client-dashboard-page{padding-top:72px}.spcp-shell{display:block}.spcp-sidebar{position:relative;border-right:0;border-bottom:1px solid var(--sp-line);padding:20px}.spcp-client-card{padding-bottom:18px}.spcp-nav{display:flex;overflow-x:auto;padding:14px 0;gap:5px;scrollbar-width:thin}.spcp-nav a{flex:0 0 auto;min-height:40px;padding:0 12px;border-left:0;border-bottom:2px solid transparent}.spcp-nav a.is-active{border-left:0;border-bottom-color:var(--sp-green)}.spcp-signout{margin:3px 0 0;width:max-content;padding:0 18px}.spcp-main{padding:28px 18px 45px}.spcp-welcome-row,.spcp-lower-grid{grid-template-columns:1fr}.spcp-stats{grid-template-columns:1fr 1fr}.spcp-actions{grid-template-columns:1fr}.spcp-company-card{max-width:none}}
@media(max-width:520px){.spcp-stats{grid-template-columns:1fr}.spcp-action-card{grid-template-columns:52px 1fr;padding:21px 18px}.spcp-action-icon{width:52px;height:52px}.spcp-activity{grid-template-columns:34px 1fr}.spcp-activity time{display:none}.spcp-welcome h1{font-size:29px}}

/* v1.4.12 — Public Previous Work */
body.page-template-page-previous-work .sp-previous-work-page{padding:130px 0 80px;background:linear-gradient(180deg,#f8fcfa 0,#fff 28%,#fff 100%)}
.sp-previous-work-shell .sp-client-portfolio-intro{max-width:860px}
@media(max-width:800px){body.page-template-page-previous-work .sp-previous-work-page{padding-top:105px}}

/* v1.4.13 private Previous Work */
.sp-client-portfolio-trust a{display:inline-flex;text-decoration:none;color:inherit}
.spcp-action-icon.is-blue{background:#e9f2ff;color:#2563eb}


/* v1.4.13.3 — centred Client Login */
.sp-client-auth-page .sp-container{display:flex;justify-content:center;}
.sp-client-login-shell{display:block;max-width:620px;width:100%;margin:0 auto;text-align:center;}
.sp-client-login-intro{max-width:560px;margin:0 auto 28px;}
.sp-client-login-intro>p{max-width:540px;margin-left:auto;margin-right:auto;}
.sp-client-login-card{text-align:left;margin:0 auto;}
.sp-client-login-card h2,.sp-client-login-card>p{text-align:center;}
.sp-client-login-links{text-align:center;}
@media(max-width:780px){.sp-client-login-shell{max-width:100%;}.sp-client-login-intro h1{font-size:2.6rem;}}


/* =========================================================
   v1.4.13.5 — Branded Products Catalogue
   ========================================================= */
.sp-branded-products-link{color:var(--sp-ink,#183153);font-weight:700;text-decoration:none}
.sp-branded-products-link:hover{color:#09a86b}
.spbp-page{max-width:1180px;margin:0 auto;padding:72px 24px 90px}
.spbp-hero{text-align:center;max-width:760px;margin:0 auto 34px}
.spbp-hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:10px 0 16px;color:#173153}
.spbp-hero p{font-size:1.05rem;line-height:1.7;color:#657489;margin:0}
.spbp-filter{display:flex;align-items:end;gap:14px;flex-wrap:wrap;background:#f6fbf9;border:1px solid #d9eee5;border-radius:20px;padding:20px;margin-bottom:32px}
.spbp-filter label{display:grid;gap:7px;min-width:220px;flex:0 1 260px}
.spbp-filter label span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#0a9a65}
.spbp-filter select,.spbp-filter input{width:100%;height:46px;border:1px solid #dbe6e1;border-radius:11px;background:#fff;padding:0 13px;font:inherit;color:#173153}
.spbp-filter .spbp-search{flex:1 1 300px}
.spbp-clear{align-self:center;color:#557067;text-decoration:none;font-weight:700}
.spbp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.spbp-card{background:#fff;border:1px solid #e3ece8;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(30,62,52,.06);display:flex;flex-direction:column}
.spbp-image{aspect-ratio:4/3;background:#f3faf7;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none}
.spbp-image img{width:100%;height:100%;object-fit:cover;display:block}
.spbp-placeholder{color:#0aa36a;font-weight:800}
.spbp-card-body{padding:20px;display:flex;flex-direction:column;flex:1}
.spbp-code{display:inline-flex;align-self:flex-start;background:#eaf8f2;color:#078a59;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800;letter-spacing:.04em}
.spbp-card h2{font-size:1.25rem;margin:10px 0 8px}
.spbp-card h2 a{color:#173153;text-decoration:none}
.spbp-excerpt{color:#6b7889;line-height:1.55;margin:0 0 14px}
.spbp-details{display:grid;gap:0;margin:4px 0 18px;border-top:1px solid #edf2ef}
.spbp-details>div,.spbp-single-details dl>div{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid #edf2ef}
.spbp-details dt,.spbp-single-details dt{font-size:.78rem;font-weight:800;color:#6d7c8b}
.spbp-details dd,.spbp-single-details dd{margin:0;color:#173153}
.spbp-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:auto}
.spbp-view{color:#0a9a65;font-weight:800;text-decoration:none}
.spbp-empty{border:1px dashed #b9decf;background:#f4fbf8;border-radius:22px;padding:46px;text-align:center}
.spbp-empty h2{color:#173153;margin:10px 0}
.spmc-product-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.spbp-single-details{margin-top:30px;background:#f6fbf9;border:1px solid #dceee6;border-radius:18px;padding:24px}
.spbp-single-details dl{margin:0 0 22px}
.spbp-price-note{font-size:.9rem;color:#6b7889;margin:14px 0 0}
@media(max-width:900px){.spbp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.spbp-page{padding:44px 16px 64px}.spbp-grid{grid-template-columns:1fr}.spbp-filter{padding:16px}.spbp-filter label,.spbp-filter .spbp-search{flex:1 1 100%}.spmc-product-admin-grid{grid-template-columns:1fr}}


/* =========================================================
   v1.4.13.6 — Branded catalogue layout repair
   ========================================================= */
/* Give the catalogue its own wider desktop header so the navigation stays on one line. */
body.page-template-page-branded-products .sp-header-inner,
body.single-spmc_branded_product .sp-header-inner{
  width:min(1480px,calc(100% - 56px));
}
body.page-template-page-branded-products .sp-brand,
body.single-spmc_branded_product .sp-brand{min-width:190px}
body.page-template-page-branded-products .sp-nav,
body.single-spmc_branded_product .sp-nav{gap:20px}
body.page-template-page-branded-products .sp-nav>ul,
body.page-template-page-branded-products .sp-nav .menu,
body.single-spmc_branded_product .sp-nav>ul,
body.single-spmc_branded_product .sp-nav .menu{gap:23px}
body.page-template-page-branded-products .sp-branded-products-link,
body.single-spmc_branded_product .sp-branded-products-link{white-space:nowrap}

/* The public catalogue page renders only the catalogue component — no duplicate WordPress page title. */
.spbp-page-template{padding-top:80px}
.admin-bar .spbp-page-template{padding-top:80px}
.spbp-page-template .spbp-page{max-width:1320px;padding-top:72px}

/* Single branded product page. */
.spbp-single-page{padding-top:80px;background:#fff}
.spbp-single-wrap{width:min(1320px,calc(100% - 56px));margin:0 auto;padding:66px 0 90px}
.spbp-back{display:inline-flex;margin-bottom:28px;color:#078a59;text-decoration:none;font-size:.9rem;font-weight:800}
.spbp-product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:58px;align-items:start}
.spbp-product-media{display:flex;align-items:center;justify-content:center;min-height:540px;padding:36px;background:linear-gradient(145deg,#f7fbf9,#fff);border:1px solid #e3ece8;border-radius:22px;overflow:hidden}
.spbp-product-main-image{display:block;width:100%;max-height:520px;object-fit:contain;margin:0!important;border-radius:12px}
.spbp-product-image-placeholder{display:grid;place-items:center;min-height:420px;width:100%;color:#079762;font-size:1.1rem;font-weight:800;background:#eef9f4;border-radius:14px}
.spbp-product-summary{padding:20px 0 0}
.spbp-product-summary h1{margin:4px 0 18px;color:#173153;font-size:clamp(2.25rem,4vw,3.65rem);line-height:1.06;letter-spacing:-.035em}
.spbp-product-lead{margin:0 0 24px;color:#69778a;font-size:1.05rem;line-height:1.7}
.spbp-product-specs{margin:0;border-top:1px solid #e5ece9}
.spbp-product-specs>div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:13px 0;border-bottom:1px solid #e5ece9}
.spbp-product-specs dt{color:#6c7989;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.spbp-product-specs dd{margin:0;color:#29415e;line-height:1.55}
.spbp-product-quote{margin-top:28px;padding:22px;background:#f3faf7;border:1px solid #dceee6;border-radius:16px}
.spbp-product-quote p{margin:12px 0 0;color:#728091;font-size:.88rem;line-height:1.55}
.spbp-product-description{margin-top:54px;padding-top:46px;border-top:1px solid #e5ece9;max-width:980px}
.spbp-product-description h2{margin:5px 0 18px;color:#173153;font-size:2rem}
.spbp-product-description-copy{color:#5e6d80;line-height:1.8}

/* Admin-only setup panel and public empty state share the same visual shell. */
.spbp-admin-setup,.spbp-public-empty{max-width:960px;margin-inline:auto}

@media(max-width:1180px){
  body.page-template-page-branded-products .sp-header-inner,
  body.single-spmc_branded_product .sp-header-inner{width:min(100% - 32px,1180px)}
  body.page-template-page-branded-products .sp-nav>ul,
  body.page-template-page-branded-products .sp-nav .menu,
  body.single-spmc_branded_product .sp-nav>ul,
  body.single-spmc_branded_product .sp-nav .menu{gap:16px}
  .spbp-product-layout{grid-template-columns:1fr 1fr;gap:36px}
}
@media(max-width:900px){
  .spbp-single-wrap{width:min(100% - 32px,760px);padding-top:44px}
  .spbp-product-layout{grid-template-columns:1fr;gap:28px}
  .spbp-product-media{min-height:390px;padding:24px}
  .spbp-product-summary{padding-top:0}
}
@media(max-width:620px){
  .spbp-page-template,.spbp-single-page{padding-top:66px}
  .spbp-single-wrap{width:min(100% - 24px,620px);padding:34px 0 64px}
  .spbp-product-media{min-height:300px;padding:16px;border-radius:16px}
  .spbp-product-main-image{max-height:360px}
  .spbp-product-specs>div{grid-template-columns:1fr;gap:3px;padding:10px 0}
}


/* =========================================================
   v1.4.13.7 — Smart Quote Assistant
   ========================================================= */
.spqa-page-main{padding-top:30px}
.spqa-shell{max-width:1120px;margin:0 auto;padding:54px 24px 88px}
.spqa-head{text-align:center;max-width:770px;margin:0 auto 34px}
.spqa-head h1{font-size:clamp(2.2rem,4.4vw,3.6rem);line-height:1.04;margin:10px 0 16px;color:#173153}
.spqa-head p{font-size:1.05rem;line-height:1.7;color:#657489;margin:0}
.spqa-selected{display:flex;gap:10px;align-items:center;flex-wrap:wrap;background:#edf9f4;border:1px solid #caeadd;border-radius:16px;padding:15px 18px;margin:0 0 22px;color:#173153}
.spqa-selected span{text-transform:uppercase;font-size:.72rem;letter-spacing:.09em;font-weight:800;color:#0a9964}
.spqa-selected strong{font-size:1rem}.spqa-selected small{color:#657489}
.spqa-form{display:grid;gap:18px}
.spqa-step{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;background:#fff;border:1px solid #e2ece8;border-radius:22px;padding:25px;box-shadow:0 10px 28px rgba(28,57,48,.045)}
.spqa-step-no{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e7f8f1;color:#069962;font-weight:900;font-size:1rem}
.spqa-step-content h2{margin:2px 0 5px;color:#173153;font-size:1.35rem}
.spqa-step-content>p{margin:0 0 18px;color:#6b7889}
.spqa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-bottom:15px}
.spqa-form label{display:grid;gap:7px;font-weight:750;color:#31455f;font-size:.9rem}
.spqa-form input,.spqa-form select,.spqa-form textarea{width:100%;box-sizing:border-box;border:1px solid #d8e5e0;border-radius:11px;background:#fff;padding:12px 13px;font:inherit;color:#173153;outline:none}
.spqa-form input,.spqa-form select{min-height:46px}
.spqa-form textarea{resize:vertical}
.spqa-form input:focus,.spqa-form select:focus,.spqa-form textarea:focus{border-color:#13ad76;box-shadow:0 0 0 3px rgba(19,173,118,.09)}
.spqa-form small{font-weight:400;color:#7c8996}
.spqa-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#f2faf6;border:1px solid #d9eee5;border-radius:18px;padding:20px 24px}
.spqa-submit div{display:grid;gap:3px}.spqa-submit strong{color:#173153}.spqa-submit span{color:#697989;font-size:.9rem}
.spqa-success{max-width:720px;margin:40px auto;text-align:center;background:#f2faf6;border:1px solid #d5ece2;border-radius:24px;padding:46px}
.spqa-success h1{font-size:2.3rem;color:#173153;margin:10px 0 14px}.spqa-success p{color:#657489;line-height:1.65}
.spqa-ref{background:#fff;border-radius:12px;padding:12px 16px;display:inline-block}
.spqa-success-actions{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:22px}.spqa-secondary{font-weight:800;color:#0a9964;text-decoration:none}
@media(max-width:720px){.spqa-shell{padding:38px 16px 64px}.spqa-step{grid-template-columns:1fr;padding:19px}.spqa-grid{grid-template-columns:1fr}.spqa-submit{align-items:flex-start}.spqa-submit .sp-btn{width:100%;text-align:center}}


/* =========================================================
   v1.4.13.8 — Product alignment + quotation workflow
   ========================================================= */

/* Product page alignment refinement */
.spbp-single-wrap{width:min(1380px,calc(100% - 64px));padding-top:54px}
.spbp-product-layout{grid-template-columns:minmax(520px,1.05fr) minmax(470px,.95fr);gap:44px;align-items:start}
.spbp-product-media{min-height:500px;padding:28px;margin-top:0}
.spbp-product-summary{padding-top:0}
.spbp-product-summary .sp-eyebrow{display:inline-flex;margin-top:8px}
.spbp-product-summary h1{margin-top:10px}
.spbp-product-specs>div{grid-template-columns:145px 1fr;gap:18px}
.spbp-product-quote{margin-top:20px}
.spbp-product-description{max-width:1100px;margin-top:46px}
@media(max-width:1100px){
  .spbp-single-wrap{width:min(100% - 36px,980px)}
  .spbp-product-layout{grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:850px){
  .spbp-product-layout{grid-template-columns:1fr}
  .spbp-product-media{min-height:360px}
}

/* Admin quotation helper */
.spmc-admin-quote input,.spmc-admin-quote textarea{box-sizing:border-box}

/* Client portal quotations */
.spcp-quotes-panel{margin-top:18px}
.spcp-panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px}
.spcp-panel-title>a{color:#079762;text-decoration:none;font-size:.85rem;font-weight:800}
.spcp-quote-list{display:grid}
.spcp-quote-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:16px 18px;border-top:1px solid #edf1ef}
.spcp-quote-row:first-child{border-top:0}
.spcp-quote-row>div{display:grid;gap:4px}.spcp-quote-row small{color:#758191}
.spcp-quote-row>b{color:#173153}.spcp-quote-row>a{color:#079762;font-weight:800;text-decoration:none}
.spcp-empty-row{display:flex;justify-content:space-between;gap:20px;padding:18px;color:#718091}
.spcp-empty-row a{color:#079762;font-weight:800;text-decoration:none}

/* Client quotation page */
.spq-page-main{padding-top:30px}
.spq-shell{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:58px 0 90px}
.spq-message{max-width:700px;margin:40px auto;text-align:center;padding:42px;border:1px solid #dcebe5;border-radius:22px;background:#f6fbf9}
.spq-message h1{color:#173153;margin-top:0}
.spq-response-note{padding:14px 18px;background:#eaf8f2;border:1px solid #ccebdd;border-radius:14px;color:#087b52;font-weight:800;margin-bottom:18px}
.spq-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;border-bottom:1px solid #e3ece8;padding-bottom:26px}
.spq-head h1{font-size:clamp(2.1rem,4vw,3.2rem);color:#173153;margin:10px 0 5px}.spq-head p{color:#738092;margin:0}
.spq-status{display:inline-flex;padding:8px 13px;border-radius:999px;background:#eef4f1;color:#436155;font-size:.78rem;font-weight:850}
.spq-status-sent{background:#fff5dc;color:#9a6a00}.spq-status-accepted{background:#e8f8f0;color:#087e53}.spq-status-declined{background:#fff0f0;color:#a43c3c}.spq-status-changes_requested{background:#f1ecff;color:#6540bd}
.spq-client{display:grid;grid-template-columns:1fr auto;gap:24px;padding:24px 0}.spq-client>div{display:grid;gap:4px}.spq-client small{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#0a9a65}.spq-client strong{font-size:1.15rem;color:#173153}.spq-client span{color:#6b7889}
.spq-table-wrap{overflow-x:auto;border:1px solid #e2eae7;border-radius:18px;background:#fff}
.spq-table{width:100%;border-collapse:collapse}.spq-table th,.spq-table td{padding:15px 17px;text-align:left;border-bottom:1px solid #edf1ef}.spq-table th{background:#f5faf8;color:#526579;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.spq-table td{color:#29415e}.spq-table th:nth-child(n+2),.spq-table td:nth-child(n+2){text-align:right}
.spq-bottom{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;margin-top:28px}.spq-terms h2{font-size:1rem;color:#173153;margin:0 0 7px}.spq-terms p{color:#6a7888;line-height:1.7;margin:0 0 22px}
.spq-totals{margin:0;background:#f5faf8;border:1px solid #dfece6;border-radius:18px;padding:20px}.spq-totals>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.spq-totals dt{color:#6c7988}.spq-totals dd{margin:0;color:#173153;font-weight:750}.spq-totals .spq-total{border-top:1px solid #d7e7e0;margin-top:8px;padding-top:15px}.spq-totals .spq-total dt,.spq-totals .spq-total dd{font-size:1.25rem;font-weight:900;color:#079762}
.spq-response{margin-top:32px;border-top:1px solid #e2eae7;padding-top:28px}.spq-response label{display:grid;gap:8px;color:#31455f;font-weight:800}.spq-response textarea{width:100%;box-sizing:border-box;border:1px solid #d6e4de;border-radius:12px;padding:13px;font:inherit;resize:vertical}.spq-response-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.spq-decline{border:0;background:transparent;color:#a33c3c;font-weight:850;padding:11px 14px;cursor:pointer}.spq-accept-note{font-size:.84rem;color:#7a8794;line-height:1.5;margin-top:13px}
.spq-final{margin-top:28px;padding:18px 20px;border-radius:14px;background:#f3f5f4;display:grid;gap:4px;color:#53665d}.spq-final-accepted{background:#eaf8f2;color:#087b52}
@media(max-width:760px){
  .spq-shell{width:min(100% - 28px,700px);padding-top:38px}
  .spq-head{display:grid}.spq-client{grid-template-columns:1fr}.spq-bottom{grid-template-columns:1fr;gap:24px}.spcp-quote-row{grid-template-columns:1fr auto}.spcp-quote-row>a{grid-column:1/-1}
}


/* =========================================================
   v1.4.13.10 — Payment & Order workflow
   ========================================================= */
.sp-pay-panel{width:min(1120px,calc(100% - 40px));margin:-54px auto 90px;background:#f8fcfa;border:1px solid #dcebe5;border-radius:22px;padding:28px}
.sp-pay-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}
.sp-pay-head h2{margin:7px 0 0;color:#173153;font-size:1.7rem}
.sp-pay-order,.sp-pay-amount{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid #e0ebe7}
.sp-pay-order span,.sp-pay-amount span{color:#6b7889}.sp-pay-order strong{color:#173153}.sp-pay-amount strong{color:#079762;font-size:1.45rem}
.sp-pay-bank{margin-top:20px;background:#fff;border:1px solid #e0eae6;border-radius:16px;padding:20px}.sp-pay-bank h3{margin:0 0 12px;color:#173153}.sp-pay-bank>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.sp-pay-bank span{color:#74808e}.sp-pay-bank strong{color:#253d56;text-align:right}
.sp-pay-note,.sp-pay-review{margin-top:18px;padding:14px 16px;border-radius:12px;background:#fff6df;color:#8a6500;border:1px solid #f0ddb0}
.sp-pay-proof{display:grid;gap:15px;margin-top:22px}.sp-pay-proof label{display:grid;gap:7px;font-weight:800;color:#31455f}.sp-pay-proof input{width:100%;box-sizing:border-box;border:1px solid #d7e4df;border-radius:11px;padding:12px;font:inherit;background:#fff}.sp-pay-proof small{font-weight:400;color:#7d8792}.sp-pay-proof .sp-btn{justify-self:start}
.spcp-orders-panel{margin-top:18px}
@media(max-width:760px){.sp-pay-panel{width:min(100% - 28px,700px);margin-top:-40px;padding:20px}.sp-pay-head{display:grid}.sp-pay-bank>div{display:grid;gap:2px}.sp-pay-bank strong{text-align:left}}


/* =========================================================
   v1.4.13.11 — PayFast / Ozow payment choices
   ========================================================= */
.sp-gateway-options{margin-top:20px;padding:20px;border:1px solid #dceae5;border-radius:16px;background:#fff}
.sp-gateway-title{display:grid;gap:3px;margin-bottom:14px}.sp-gateway-title strong{color:#173153;font-size:1.05rem}.sp-gateway-title span{color:#788492;font-size:.9rem}
.sp-gateway-buttons{display:flex;gap:12px;flex-wrap:wrap}.sp-gateway-form{margin:0}
.sp-btn-payfast,.sp-btn-ozow{min-width:205px;justify-content:center}
.sp-payment-return-cancelled,.sp-payment-return-error{background:#fff6e8!important;border-color:#f2dbb5!important;color:#8a6100!important}
@media(max-width:600px){.sp-gateway-buttons{display:grid}.sp-gateway-form,.sp-gateway-form .sp-btn{width:100%}}


/* v1.4.13.15 — Client Portal return button */
.sp-client-portal-back{max-width:1180px;margin:0 auto 22px;padding:0 2px}
.sp-client-portal-back a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 15px;border:1px solid var(--sp-line);border-radius:12px;background:var(--sp-white);color:var(--sp-ink);font-weight:700;text-decoration:none;box-shadow:var(--sp-shadow-sm);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.sp-client-portal-back a:hover{transform:translateY(-1px);border-color:var(--sp-green);background:var(--sp-mint);color:var(--sp-green-deep)}
.sp-client-portal-back a span{font-size:1.1em;line-height:1}
@media (max-width:700px){.sp-client-portal-back{margin-bottom:16px}.sp-client-portal-back a{width:100%;justify-content:center}}

/* v1.4.13.15 — Invoice */
.spinv-shell{max-width:1180px;margin:0 auto;padding:36px 24px 72px}.spinv-toolbar{display:flex;justify-content:space-between;gap:12px;margin:0 0 18px}.spinv-card{background:#fff;border:1px solid rgba(18,59,52,.12);border-radius:24px;padding:34px;box-shadow:0 18px 55px rgba(18,59,52,.08)}.spinv-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;border-bottom:1px solid rgba(18,59,52,.1);padding-bottom:24px}.spinv-head h1{margin:5px 0 8px}.spinv-head p{margin:0;color:#60736f}.spinv-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.spinv-meta>div{background:#f4fbf8;border-radius:14px;padding:14px}.spinv-meta span,.spinv-totals span{display:block;color:#668079;font-size:12px;margin-bottom:4px}.spinv-table-wrap{overflow-x:auto}.spinv-table{width:100%;border-collapse:collapse}.spinv-table th,.spinv-table td{padding:14px 12px;border-bottom:1px solid rgba(18,59,52,.1);text-align:left}.spinv-table th:nth-child(n+2),.spinv-table td:nth-child(n+2){text-align:right}.spinv-totals{width:min(420px,100%);margin:22px 0 0 auto}.spinv-totals>div{display:flex;justify-content:space-between;gap:20px;padding:10px 4px;border-bottom:1px solid rgba(18,59,52,.08)}.spinv-totals>div span{margin:0}.spinv-totals .is-total{font-size:20px;padding-top:15px}.spinv-totals .is-due{background:#effaf6;border-radius:12px;padding:12px;margin-top:8px}.spinv-foot{margin-top:26px;padding-top:18px;border-top:1px solid rgba(18,59,52,.1);color:#667a75}@media(max-width:760px){.spinv-shell{padding:20px 14px 50px}.spinv-card{padding:20px 16px;border-radius:18px}.spinv-toolbar{flex-direction:column}.spinv-toolbar .sp-btn{width:100%;text-align:center}.spinv-head{flex-direction:column}.spinv-meta{grid-template-columns:1fr 1fr}.spinv-table{min-width:620px}}@media print{header.site-header,footer.site-footer,.spinv-toolbar,.sp-back-to-portal{display:none!important}.spinv-shell{max-width:none;padding:0}.spinv-card{box-shadow:none;border:0;padding:0}.spinv-card *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* v1.4.13.16 — invoice document printing is rendered through a standalone A4 document endpoint; site chrome is never part of the printed invoice. */


/* v1.4.13.19: Proof review is an application screen; suppress the theme/WordPress page heading. */
body.spmc-proof-review-page .entry-header,
body.spmc-proof-review-page .entry-title,
body.spmc-proof-review-page .page-title,
body.spmc-proof-review-page .wp-block-post-title,
body.spmc-proof-review-page main > header,
body.spmc-proof-review-page .sp-page-hero { display:none !important; }
body.spmc-proof-review-page .sproof-head { display:flex !important; }


/* v1.4.13.21 — separate Client Portal pages + progress */
.spcp-pages-shell{min-height:760px}.spcp-page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.spcp-page-head h1{margin:.35rem 0 0}.spcp-progress-card{background:#fff;border:1px solid #dfe9e4;border-radius:18px;padding:20px 22px;margin:0 0 22px;box-shadow:0 8px 25px rgba(22,80,58,.05)}.spcp-progress-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.spcp-progress-head small{display:block;color:#8290a3;font-size:10px;font-weight:800;letter-spacing:1.5px}.spcp-progress-head strong{display:block;margin-top:4px;font-size:18px;color:#0b1f3a}.spcp-progress-head b{color:#047857;font-size:19px}.spcp-progress-line{height:8px;background:#e8f2ed;border-radius:999px;overflow:hidden;margin:15px 0 10px}.spcp-progress-line i{display:block;height:100%;background:#10b981;border-radius:999px}.spcp-progress-steps{display:grid;grid-template-columns:repeat(9,1fr);gap:8px}.spcp-progress-steps span{font-size:10px;color:#9aa8b6;text-align:center}.spcp-progress-steps span.done{color:#047857;font-weight:700}.spcp-dashboard-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.spcp-dashboard-cards a{background:#fff;border:1px solid #dfe9e4;border-radius:16px;padding:20px;text-decoration:none;color:#24354b;box-shadow:0 8px 25px rgba(22,80,58,.04)}.spcp-dashboard-cards small{display:block;color:#8290a3;font-size:10px;font-weight:800;letter-spacing:1px}.spcp-dashboard-cards strong{display:block;font-size:30px;color:#0b1f3a;margin:8px 0}.spcp-dashboard-cards span{font-size:12px;color:#047857;font-weight:700}.spcp-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.spcp-profile-grid p{margin:0;padding:16px;border:1px solid #e5ece9;border-radius:12px}.spcp-profile-grid small,.spcp-profile-grid strong{display:block}.spcp-profile-grid small{color:#8290a3;margin-bottom:5px}.spcp-download-links{display:grid;gap:10px;margin-top:18px}.spcp-download-links a{display:flex;justify-content:space-between;padding:14px 16px;border:1px solid #dfe9e4;border-radius:12px;text-decoration:none;color:#047857;font-weight:700}
@media(max-width:1050px){.spcp-dashboard-cards{grid-template-columns:repeat(2,1fr)}.spcp-progress-steps{grid-template-columns:repeat(3,1fr);row-gap:6px}}@media(max-width:680px){.spcp-dashboard-cards,.spcp-profile-grid{grid-template-columns:1fr}.spcp-progress-steps{display:none}.spcp-progress-card{padding:16px}.spcp-page-head h1{font-size:27px}}


/* =========================================================
   v1.4.13.41 — Unified Client Portal mint / white visual system
   ========================================================= */
.spcp-pages-shell .spcp-main{background:linear-gradient(180deg,#fbfffd 0%,#f5fbf8 100%)}
.spcp-pages-shell .spcp-page-head{padding:2px 0 4px}
.spcp-pages-shell .spcp-page-head .sp-register-kicker{color:#079762;font-weight:800}
.spcp-pages-shell .spcp-page-head h1{color:#173153}

.spcp-pages-shell .spcp-panel{background:#f4fbf8;border:1px solid #bfe7d6;border-radius:16px;box-shadow:0 10px 28px rgba(22,80,58,.055);overflow:hidden}
.spcp-pages-shell .spcp-panel-title{margin:0;padding:16px 22px;background:#dff6eb;border-bottom:1px solid #bfe7d6}
.spcp-pages-shell .spcp-panel-title h2{color:#173153;font-size:17px;font-weight:800}
.spcp-pages-shell .spcp-panel-title>a{color:#087a56}
.spcp-pages-shell .spcp-panel>p{margin:0;padding:18px 22px;color:#52677a;line-height:1.65}

.spcp-pages-shell .spcp-dashboard-cards a{background:#f4fbf8;border-color:#bfe7d6}
.spcp-pages-shell .spcp-dashboard-cards a:hover{background:#eaf8f2;border-color:#8ed6b9}
.spcp-pages-shell .spcp-dashboard-cards small{color:#087a56}

.spcp-pages-shell .spcp-progress-card{background:#f4fbf8;border-color:#bfe7d6}
.spcp-pages-shell .spcp-progress-line{background:#dcefe7}

.spcp-pages-shell .spcp-profile-grid{padding:20px 22px}
.spcp-pages-shell .spcp-profile-grid p{background:#fff;border-color:#cee6dc}
.spcp-pages-shell .spcp-profile-grid small{color:#087a56}

.spcp-pages-shell .spcp-quote-list{background:transparent}
.spcp-pages-shell .spcp-quote-row{background:#fff;border-color:#d5e9e0}
.spcp-pages-shell .spcp-quote-row:hover{background:#fbfffd}
.spcp-pages-shell .spcp-quote-row>a{color:#087a56}
.spcp-pages-shell .spcp-empty-row{background:#fff;border-color:#d5e9e0}

.spcp-pages-shell .spmc-track-card{background:#fff;border-color:#cce5da}

.spcp-pages-shell .spcp-download-links{padding:0 22px 22px;margin-top:0}
.spcp-pages-shell .spcp-download-links a{background:#fff;border-color:#cce5da}
.spcp-pages-shell .spcp-download-links a:hover{background:#eaf8f2;border-color:#8ed6b9}

.spcp-pages-shell.spcp-section-support .spcp-panel .sp-btn{margin:0 22px 22px}

.spcp-pages-shell.spcp-section-messages .spcp-message-intro{margin:0!important;padding:18px 22px!important}
.spcp-pages-shell.spcp-section-messages .spcp-message-list{margin:0 22px 20px}
.spcp-pages-shell.spcp-section-messages .spcp-message-compose{margin:0 22px 22px;background:#effbf5;border-color:#b9e6d2}
.spcp-pages-shell.spcp-section-messages .spcp-message-form h3{background:#dff6eb;border-color:#b9e6d2}

@media(max-width:700px){
  .spcp-pages-shell .spcp-panel-title{padding:14px 16px}
  .spcp-pages-shell .spcp-panel>p{padding:16px}
  .spcp-pages-shell .spcp-profile-grid{padding:16px}
  .spcp-pages-shell .spcp-download-links{padding:0 16px 16px}
  .spcp-pages-shell.spcp-section-messages .spcp-message-list{margin:0 16px 16px}
  .spcp-pages-shell.spcp-section-messages .spcp-message-compose{margin:0 16px 16px}
  .spcp-pages-shell.spcp-section-support .spcp-panel .sp-btn{margin:0 16px 16px}
}

/* v1.4.13.42 — Client Upload Files */
.spcp-upload-wrap{padding:0 22px 22px}
.spcp-upload-form{background:#fff;border:1px solid #cce5da;border-radius:12px;padding:20px}
.spcp-upload-form label{display:block;font-weight:700;color:#344761;font-size:13px;margin-bottom:15px}
.spcp-upload-form input[type=file],.spcp-upload-form input[type=text],.spcp-upload-form textarea{box-sizing:border-box;width:100%;display:block;margin-top:7px;border:1px solid #ccd9d3;border-radius:8px;padding:11px 12px;background:#fff;color:#24354b;font:inherit}
.spcp-upload-limit{margin:2px 0 16px;padding:14px 16px;border-radius:10px;background:#effbf5;border:1px solid #b9e6d2;color:#344761;line-height:1.55}
.spcp-upload-limit a{color:#087a56;font-weight:800}
@media(max-width:700px){.spcp-upload-wrap{padding:0 16px 16px}.spcp-upload-form{padding:16px}}

/* =========================================================
   v1.4.13.46 — News page
   ========================================================= */
.sp-news-page{padding:72px 0 86px;background:linear-gradient(180deg,#fbfffd 0%,#f4fbf8 100%)}
.sp-news-hero{max-width:760px;margin-bottom:34px}
.sp-news-hero h1{margin:8px 0 12px;color:#173153;font-size:clamp(34px,5vw,54px);line-height:1.05}
.sp-news-hero p{margin:0;color:#617286;font-size:17px;line-height:1.7}
.sp-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sp-news-card{overflow:hidden;background:#fff;border:1px solid #cfe7dc;border-radius:16px;box-shadow:0 12px 30px rgba(20,70,52,.06)}
.sp-news-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf8f2}
.sp-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.sp-news-card:hover .sp-news-image img{transform:scale(1.025)}
.sp-news-card-body{padding:20px}
.sp-news-date{margin-bottom:9px;color:#079762;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.sp-news-card h2{margin:0 0 10px;font-size:20px;line-height:1.3}
.sp-news-card h2 a{color:#173153;text-decoration:none}
.sp-news-excerpt{color:#617286;line-height:1.65}
.sp-news-excerpt p{margin:0}
.sp-news-read{display:inline-block;margin-top:16px;color:#087a56;font-weight:800;text-decoration:none}
.sp-news-empty{grid-column:1/-1;padding:34px;border:1px solid #cfe7dc;border-radius:16px;background:#fff}
.sp-news-empty h2{margin:0 0 8px;color:#173153}
.sp-news-empty p{margin:0;color:#617286}
.sp-news-pagination{display:flex;gap:8px;justify-content:center;margin-top:32px;flex-wrap:wrap}
.sp-news-pagination .page-numbers{padding:9px 12px;border:1px solid #bfe7d6;border-radius:8px;background:#fff;color:#087a56;text-decoration:none}
.sp-news-pagination .current{background:#dff6eb;font-weight:800}
@media(max-width:900px){.sp-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.sp-news-page{padding:44px 0 60px}.sp-news-grid{grid-template-columns:1fr}}


/* =========================================================
   v1.4.13.47 — News single article
   ========================================================= */
.sp-news-single-wrap{
  background:linear-gradient(180deg,#fbfffd 0%,#f5fbf8 100%);
  padding:72px 24px 84px;
}
.sp-news-single{
  max-width:980px;
  margin:0 auto;
}
.sp-news-single-head{
  max-width:780px;
  margin:0 auto 28px;
  text-align:center;
}
.sp-news-single-head .sp-register-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#079762;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.sp-news-single-head h1{
  margin:0;
  color:#173153;
  font-size:clamp(34px,5vw,54px);
  line-height:1.08;
}
.sp-news-single-meta{
  margin-top:14px;
  display:flex;
  justify-content:center;
  gap:9px;
  flex-wrap:wrap;
  color:#718197;
  font-size:13px;
}
.sp-news-single-image{
  overflow:hidden;
  border-radius:18px;
  border:1px solid #cfe8dd;
  margin:0 0 26px;
  background:#fff;
  box-shadow:0 14px 34px rgba(21,75,57,.06);
}
.sp-news-single-image img{
  display:block;
  width:100%;
  height:auto;
}
.sp-news-single-card{
  background:#fff;
  border:1px solid #cfe8dd;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(21,75,57,.06);
  overflow:hidden;
}
.sp-news-single-content{
  padding:34px 38px 30px;
  color:#344761;
  font-size:16px;
  line-height:1.8;
}
.sp-news-single-content h2,
.sp-news-single-content h3,
.sp-news-single-content h4{
  color:#173153;
}
.sp-news-single-content a{
  color:#087a56;
  font-weight:700;
}
.sp-news-single-content img{
  max-width:100%;
  height:auto;
  border-radius:12px;
}
.sp-news-single-footer{
  padding:20px 28px;
  background:#effbf5;
  border-top:1px solid #cfe8dd;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.sp-news-single-nav{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-left:auto;
}
.sp-news-single-nav a{
  color:#087a56;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
@media(max-width:700px){
  .sp-news-single-wrap{padding:46px 16px 60px}
  .sp-news-single-content{padding:24px 20px}
  .sp-news-single-footer{padding:18px 20px}
  .sp-news-single-nav{margin-left:0;width:100%;justify-content:space-between}
}


/* =========================================================
   v1.4.13.48 — Professional News page
   ========================================================= */
.sp-news-page{
  background:linear-gradient(180deg,#fbfffd 0%,#f5fbf8 100%);
  min-height:70vh;
}
.sp-news-container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.sp-news-hero{
  padding:76px 0 48px;
  border-bottom:1px solid #e1eee8;
  background:radial-gradient(circle at 80% 15%,rgba(196,242,222,.55),transparent 35%),#fbfffd;
}
.sp-news-hero .sp-register-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#079762;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-size:12px;
}
.sp-news-hero h1{
  margin:0;
  color:#173153;
  font-size:clamp(38px,6vw,64px);
  line-height:1.03;
}
.sp-news-hero p{
  max-width:650px;
  margin:18px 0 0;
  color:#607187;
  font-size:18px;
  line-height:1.65;
}
.sp-news-content{
  padding:46px 0 80px;
}
.sp-news-featured{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:410px;
  background:#fff;
  border:1px solid #cfe8dd;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(20,75,57,.07);
}
.sp-news-featured-copy{
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sp-news-label{
  display:inline-block;
  color:#07885d;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
}
.sp-news-meta{
  margin-top:10px;
  color:#8391a0;
  font-size:12px;
}
.sp-news-featured h2{
  margin:12px 0 14px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.08;
}
.sp-news-featured h2 a,
.sp-news-card h3 a{
  color:#173153;
  text-decoration:none;
}
.sp-news-featured p{
  margin:0 0 24px;
  color:#56687d;
  line-height:1.7;
  font-size:15px;
}
.sp-news-featured-visual{
  min-height:410px;
  background:#eaf8f2;
}
.sp-news-featured-visual img{
  width:100%;
  height:100%;
  min-height:410px;
  object-fit:cover;
  display:block;
}
.sp-news-anniversary-visual{
  min-height:410px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:40px;
  text-decoration:none;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.85),transparent 25%),
    linear-gradient(145deg,#dff6eb,#f8fffb);
}
.sp-news-ten{
  color:#087a56;
  font-size:120px;
  font-weight:900;
  line-height:.85;
  letter-spacing:-.08em;
}
.sp-news-years{
  margin-top:8px;
  color:#173153;
  font-size:26px;
  font-weight:900;
  letter-spacing:.22em;
}
.sp-news-journey{
  margin-top:24px;
  color:#456278;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
}
.sp-news-date{
  margin-top:10px;
  color:#079762;
  font-size:12px;
  font-weight:800;
}
.sp-news-section-head{
  margin:52px 0 22px;
  display:flex;
  align-items:end;
  justify-content:space-between;
}
.sp-news-section-head h2{
  margin:5px 0 0;
  color:#173153;
  font-size:30px;
}
.sp-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sp-news-card{
  background:#fff;
  border:1px solid #d4e9df;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(20,75,57,.045);
  transition:transform .18s ease,box-shadow .18s ease;
}
.sp-news-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(20,75,57,.08);
}
.sp-news-card-image{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eaf8f2;
}
.sp-news-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sp-news-card-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:linear-gradient(145deg,#e1f6ec,#f7fffb);
}
.sp-news-card-placeholder span{
  color:#173153;
  font-size:30px;
  font-weight:800;
}
.sp-news-card-placeholder span::after{
  content:".";
  color:#08a56d;
}
.sp-news-card-body{
  padding:22px;
}
.sp-news-card h3{
  margin:8px 0 10px;
  font-size:20px;
  line-height:1.25;
}
.sp-news-card p{
  margin:0 0 16px;
  color:#66788c;
  line-height:1.65;
  font-size:14px;
}
.sp-news-readmore{
  color:#087a56;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.sp-news-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:38px;
}
.sp-news-pagination .page-numbers{
  min-width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid #cfe5db;
  border-radius:8px;
  background:#fff;
  color:#345066;
  text-decoration:none;
}
.sp-news-pagination .current{
  background:#0bb780;
  color:#fff;
  border-color:#0bb780;
}
.sp-news-empty{
  padding:44px;
  border:1px solid #cfe8dd;
  border-radius:18px;
  background:#effbf5;
  text-align:center;
}
@media(max-width:900px){
  .sp-news-featured{grid-template-columns:1fr}
  .sp-news-featured-visual{min-height:300px}
  .sp-news-featured-visual img,.sp-news-anniversary-visual{min-height:300px}
  .sp-news-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .sp-news-container{width:min(100% - 28px,1180px)}
  .sp-news-hero{padding:52px 0 34px}
  .sp-news-content{padding:30px 0 60px}
  .sp-news-featured-copy{padding:28px 22px}
  .sp-news-grid{grid-template-columns:1fr}
  .sp-news-ten{font-size:88px}
}


/* v1.4.13.49 — Force full-width professional News layout on WordPress Posts page */
body.blog .sp-news-page,
body.archive .sp-news-page{
  width:100%;
  max-width:none;
}
body.blog .widget-area,
body.blog .sidebar,
body.blog #secondary,
body.archive .widget-area,
body.archive .sidebar,
body.archive #secondary{
  display:none!important;
}


/* =========================================================
   v1.4.13.53 — News layout cleanup / fixed-header correction
   ========================================================= */

/* The News templates had older .sp-news-* rules still contributing
   max-width and padding. Reset those values here so the current
   editorial design is the only layout controlling the page. */
body.blog #content,
body.page-template-page-news #content{
  padding-top:80px;
}

body.blog .sp-site-header,
body.page-template-page-news .sp-site-header{
  background:rgba(255,255,255,.98);
  border-bottom-color:var(--sp-line);
  box-shadow:0 7px 22px rgba(11,30,56,.035);
  backdrop-filter:blur(14px);
}

body.blog .sp-news-page,
body.page-template-page-news .sp-news-page{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  overflow:hidden;
  background:linear-gradient(180deg,#fbfffd 0%,#f6fbf9 100%);
}

body.blog .sp-news-hero,
body.page-template-page-news .sp-news-hero{
  width:100%;
  max-width:none;
  margin:0;
  padding:64px 0 52px;
  border-bottom:1px solid #dfece6;
  background:
    radial-gradient(circle at 82% 12%,rgba(201,244,226,.62),transparent 29%),
    linear-gradient(120deg,#f2fcf8 0%,#fbfffd 52%,#fff 100%);
}

body.blog .sp-news-hero .sp-news-container,
body.page-template-page-news .sp-news-hero .sp-news-container{
  width:min(1120px,calc(100% - 48px));
  margin-inline:auto;
}

body.blog .sp-news-hero h1,
body.page-template-page-news .sp-news-hero h1{
  max-width:760px;
  margin:8px 0 12px;
  font-size:clamp(42px,5vw,62px);
  line-height:1.04;
  letter-spacing:-.035em;
}

body.blog .sp-news-hero p,
body.page-template-page-news .sp-news-hero p{
  max-width:690px;
  margin:0;
  font-size:17px;
  line-height:1.7;
}

body.blog .sp-news-content,
body.page-template-page-news .sp-news-content{
  width:min(1120px,calc(100% - 48px));
  margin-inline:auto;
  padding:42px 0 76px;
}

/* Keep the feature prominent without leaving excessive empty space. */
body.blog .sp-news-featured,
body.page-template-page-news .sp-news-featured{
  width:100%;
  min-height:360px;
  grid-template-columns:1.08fr .92fr;
  border-radius:20px;
}

body.blog .sp-news-featured-copy,
body.page-template-page-news .sp-news-featured-copy{
  padding:42px 44px;
}

body.blog .sp-news-featured-visual,
body.page-template-page-news .sp-news-featured-visual,
body.blog .sp-news-featured-visual img,
body.page-template-page-news .sp-news-featured-visual img,
body.blog .sp-news-anniversary-visual,
body.page-template-page-news .sp-news-anniversary-visual{
  min-height:360px;
}

body.blog .sp-news-section-head,
body.page-template-page-news .sp-news-section-head{
  margin:40px 0 20px;
}

/* Do not show an empty "Latest / From Swiftpro" heading when the
   featured article is currently the only published news item. */
body.blog .sp-news-section-head:last-child,
body.page-template-page-news .sp-news-section-head:last-child{
  margin-bottom:0;
}

@media(max-width:1050px){
  body.blog #content,
  body.page-template-page-news #content{padding-top:72px}
}

@media(max-width:900px){
  body.blog .sp-news-featured,
  body.page-template-page-news .sp-news-featured{
    grid-template-columns:1fr;
  }
  body.blog .sp-news-featured-copy,
  body.page-template-page-news .sp-news-featured-copy{
    padding:34px 30px;
  }
  body.blog .sp-news-featured-visual,
  body.page-template-page-news .sp-news-featured-visual,
  body.blog .sp-news-featured-visual img,
  body.page-template-page-news .sp-news-featured-visual img,
  body.blog .sp-news-anniversary-visual,
  body.page-template-page-news .sp-news-anniversary-visual{
    min-height:290px;
  }
}

@media(max-width:620px){
  body.blog #content,
  body.page-template-page-news #content{padding-top:66px}

  body.blog .sp-news-hero,
  body.page-template-page-news .sp-news-hero{
    padding:42px 0 34px;
  }

  body.blog .sp-news-hero .sp-news-container,
  body.page-template-page-news .sp-news-hero .sp-news-container,
  body.blog .sp-news-content,
  body.page-template-page-news .sp-news-content{
    width:min(100% - 28px,1120px);
  }

  body.blog .sp-news-hero h1,
  body.page-template-page-news .sp-news-hero h1{
    font-size:40px;
  }

  body.blog .sp-news-content,
  body.page-template-page-news .sp-news-content{
    padding:28px 0 56px;
  }

  body.blog .sp-news-featured-copy,
  body.page-template-page-news .sp-news-featured-copy{
    padding:26px 22px;
  }
}


/* =========================================================
   v1.4.13.57 — Stay Connected / Get the Latest Updates
   ========================================================= */
.sp-news-connect-141357{
  margin:46px 0 0;
  padding:28px 32px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(340px,.9fr);
  align-items:center;
  gap:22px;
  border:1px solid #bfe8d8;
  border-radius:18px;
  background:
    radial-gradient(circle at 88% 20%,rgba(84,220,173,.25),transparent 28%),
    linear-gradient(115deg,#dff8ee 0%,#f7fffb 56%,#d5f6e9 100%);
  box-shadow:0 16px 36px rgba(20,72,56,.06);
}
.sp-news-connect-icon-141357{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#0aa66f;
  font-size:30px;
  box-shadow:0 8px 20px rgba(18,77,58,.08);
}
.sp-news-connect-copy-141357 span{
  display:block;
  color:#079762;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.sp-news-connect-copy-141357 h2{
  margin:4px 0 5px;
  color:#173153;
  font-size:28px;
  line-height:1.15;
}
.sp-news-connect-copy-141357 p{
  margin:0;
  color:#66788c;
  font-size:13px;
  line-height:1.6;
}
.sp-news-connect-form-141357{
  display:flex;
  min-height:48px;
  overflow:hidden;
  border:1px solid #c9e6da;
  border-radius:9px;
  background:#fff;
  box-shadow:0 7px 18px rgba(18,77,58,.045);
}
.sp-news-connect-form-141357 input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:0 15px;
  background:#fff;
  color:#29445f;
}
.sp-news-connect-form-141357 button{
  border:0;
  padding:0 24px;
  background:#10b981;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.sp-news-connect-message-141357{
  margin:0 0 8px;
  padding:9px 11px;
  border-radius:8px;
  background:#fff;
  color:#087a56;
  font-size:12px;
  font-weight:700;
}
@media(max-width:900px){
  .sp-news-connect-141357{
    grid-template-columns:auto 1fr;
  }
  .sp-news-connect-form-wrap-141357{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  .sp-news-connect-141357{
    grid-template-columns:1fr;
    text-align:center;
    padding:24px 20px;
  }
  .sp-news-connect-icon-141357{
    margin:0 auto;
  }
  .sp-news-connect-form-wrap-141357{
    grid-column:auto;
  }
  .sp-news-connect-form-141357{
    flex-direction:column;
  }
  .sp-news-connect-form-141357 input{
    min-height:48px;
  }
  .sp-news-connect-form-141357 button{
    min-height:46px;
  }
}


/* v1.4.13.58 — News card image fallbacks */
.sp-news-card-image > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sp-news-card-image .sp-news-card-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#e1f6ec,#f7fffb);
}


/* =========================================================
   v1.4.13.59 — 4K News images / correct image proportions
   ========================================================= */
.sp-news-card-image{
  aspect-ratio:40 / 21;
  height:auto;
  overflow:hidden;
}
.sp-news-card-image > img{
  display:block;
  width:100%;
  aspect-ratio:40 / 21;
  height:auto;
  object-fit:cover;
  object-position:center center;
}

/* Preserve the full vehicle proportions instead of stretching/cropping it. */
.sp-news-card.post-vehicle-wraps-that-turn-heads .sp-news-card-image > img,
.sp-news-card.category-branding .sp-news-card-image > img[src*="branding.jpg"]{
  object-fit:contain;
  background:#eef8f4;
}

/* Keep all cards aligned even when the branding image uses contain. */
.sp-news-card-image .sp-news-card-placeholder{
  aspect-ratio:40 / 21;
  height:auto;
}


/* v1.4.13.60 — Featured images fill cards without distortion */
.sp-news-card-image img,
.sp-news-featured-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.sp-news-card-image{
  aspect-ratio:40 / 21;
}
.sp-news-featured-visual{
  overflow:hidden;
}


/* =========================================================
   v1.4.13.61 — Services dropdown
   ========================================================= */
.sp-nav .menu-item-has-children{position:relative}
.sp-nav .menu-item-has-children>a{display:flex;align-items:center;gap:5px}
.sp-submenu-arrow{font-size:12px;line-height:1;transform:translateY(-1px)}
.sp-nav .sub-menu{
  position:absolute;
  left:50%;
  top:calc(100% + 12px);
  transform:translateX(-50%) translateY(6px);
  min-width:230px;
  margin:0;
  padding:8px;
  list-style:none;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(19,112,81,.13);
  border-radius:12px;
  box-shadow:0 16px 36px rgba(23,49,83,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
  z-index:1200;
}
.sp-nav .menu-item-has-children:hover>.sub-menu,
.sp-nav .menu-item-has-children:focus-within>.sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.sp-nav .sub-menu li{display:block;margin:0}
.sp-nav .sub-menu a{
  display:block;
  padding:10px 12px;
  white-space:nowrap;
  border-radius:8px;
}
.sp-nav .sub-menu a:hover{background:#e8f8f1;color:#087a56}
@media(max-width:900px){
  .sp-nav .sub-menu{
    position:static;
    transform:none!important;
    min-width:0;
    width:100%;
    padding:3px 0 3px 14px;
    background:transparent;
    border:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .sp-nav .sub-menu a{padding:8px 10px}
}


/* v1.4.13.62 — make Services dropdown unmistakably visible */
.sp-nav ul{overflow:visible}
.sp-nav li{overflow:visible}
.sp-nav li.menu-item-has-children{position:relative}
.sp-nav li.menu-item-has-children > a::after{
  content:"▾";
  margin-left:6px;
  font-size:10px;
  color:#0aa66f;
}
.sp-nav li.menu-item-has-children > ul.sub-menu{
  display:block;
  position:absolute;
  top:100%;
  left:0;
  width:max-content;
  min-width:230px;
  padding:10px;
  margin:0;
  list-style:none;
  background:#fff;
  border:1px solid #cceade;
  border-radius:12px;
  box-shadow:0 16px 36px rgba(23,49,83,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  z-index:99999;
}
.sp-nav li.menu-item-has-children:hover > ul.sub-menu,
.sp-nav li.menu-item-has-children:focus-within > ul.sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.sp-nav li.menu-item-has-children > ul.sub-menu > li{
  display:block!important;
  width:100%;
  margin:0!important;
}
.sp-nav li.menu-item-has-children > ul.sub-menu > li > a{
  display:block!important;
  padding:11px 13px!important;
  white-space:nowrap;
  border-radius:8px;
}
.sp-nav li.menu-item-has-children > ul.sub-menu > li > a:hover{
  background:#e8f8f1;
  color:#087a56;
}
@media(max-width:900px){
  .sp-nav li.menu-item-has-children > ul.sub-menu{
    position:static;
    display:block;
    width:100%;
    min-width:0;
    padding:4px 0 4px 18px;
    border:0;
    box-shadow:none;
    background:transparent;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
}


/* =========================================================
   v1.4.13.63 — clean desktop navigation + Services submenu
   ========================================================= */
.sp-clean-primary-menu{
  display:flex;
  align-items:center;
  gap:26px;
  margin:0;
  padding:0;
  list-style:none;
}
.sp-clean-primary-menu>li{margin:0;padding:0}
.sp-clean-primary-menu>li>a{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.sp-clean-primary-menu .sp-services-menu>a::after{
  content:"▾";
  margin-left:6px;
  font-size:10px;
  color:#0aa66f;
}
.sp-clean-primary-menu .sp-services-menu{
  position:relative;
}
.sp-clean-primary-menu .sp-services-menu>.sub-menu{
  left:0;
  top:calc(100% + 12px);
  transform:translateY(7px);
  min-width:245px;
}
.sp-clean-primary-menu .sp-services-menu:hover>.sub-menu,
.sp-clean-primary-menu .sp-services-menu:focus-within>.sub-menu{
  transform:translateY(0);
}
@media(max-width:900px){
  .sp-clean-primary-menu{
    display:block;
    width:100%;
  }
  .sp-clean-primary-menu>li>a{
    width:100%;
  }
  .sp-clean-primary-menu .sp-services-menu>.sub-menu{
    position:static;
    transform:none!important;
    min-width:0;
    width:100%;
  }
}


/* =========================================================
   v1.4.13.64 — original header/menu styling + Services dropdown
   ========================================================= */
.sp-nav > ul > li.menu-item-has-children{
  position:relative;
}
.sp-nav > ul > li.menu-item-has-children > a::after{
  content:"▾";
  display:inline-block;
  margin-left:5px;
  font-size:10px;
  line-height:1;
  color:currentColor;
  opacity:.72;
}
.sp-nav > ul > li.menu-item-has-children > .sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  z-index:9999;
  min-width:235px;
  margin:0;
  padding:8px;
  list-style:none;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(16,185,129,.15);
  border-radius:12px;
  box-shadow:0 16px 34px rgba(23,49,83,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.sp-nav > ul > li.menu-item-has-children:hover > .sub-menu,
.sp-nav > ul > li.menu-item-has-children:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.sp-nav > ul > li.menu-item-has-children > .sub-menu > li{
  display:block;
  margin:0;
  padding:0;
}
.sp-nav > ul > li.menu-item-has-children > .sub-menu > li > a{
  display:block;
  padding:10px 12px;
  white-space:nowrap;
  border-radius:8px;
}
.sp-nav > ul > li.menu-item-has-children > .sub-menu > li > a:hover{
  background:#e9f8f2;
}

@media(max-width:900px){
  .sp-nav > ul > li.menu-item-has-children > .sub-menu{
    position:static;
    min-width:0;
    width:100%;
    margin:2px 0 4px;
    padding:2px 0 2px 14px;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
}


/* =========================================================
   v1.4.13.65 — News header transparent like Home
   ========================================================= */
body.blog .sp-site-header,
body.page-template-page-news .sp-site-header{
  background:transparent;
  border-bottom-color:transparent;
  box-shadow:none;
  backdrop-filter:none;
}

/* Preserve the standard sticky white header once scrolling starts */
body.blog .sp-site-header.is-scrolled,
body.page-template-page-news .sp-site-header.is-scrolled{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(10,60,45,.08);
  box-shadow:0 8px 24px rgba(20,70,52,.06);
  backdrop-filter:blur(12px);
}

/* Let the mint News hero sit underneath the fixed transparent header */
body.blog #content,
body.page-template-page-news #content{
  padding-top:0;
}

/* Add enough breathing room so the News heading does not sit under the menu */
body.blog .sp-news-hero,
body.page-template-page-news .sp-news-hero{
  padding-top:clamp(135px, 13vw, 180px);
}

@media(max-width:782px){
  body.blog .sp-news-hero,
  body.page-template-page-news .sp-news-hero{
    padding-top:120px;
  }
}


/* =========================================================
   v1.4.13.66 — Mobile/tablet Services submenu accordion
   ========================================================= */
@media(max-width:900px){
  .sp-nav > ul > li.menu-item-has-children{
    position:relative;
  }

  .sp-nav > ul > li.menu-item-has-children > a{
    padding-right:42px;
  }

  .sp-nav > ul > li.menu-item-has-children > a::after{
    content:"▾";
    position:absolute;
    right:14px;
    top:50%;
    margin:0;
    transform:translateY(-50%);
    transition:transform .18s ease;
  }

  .sp-nav > ul > li.menu-item-has-children.sp-submenu-open > a::after{
    transform:translateY(-50%) rotate(180deg);
  }

  .sp-nav > ul > li.menu-item-has-children > .sub-menu{
    display:none;
    position:static;
    width:100%;
    min-width:0;
    margin:0;
    padding:3px 0 6px 16px;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  .sp-nav > ul > li.menu-item-has-children.sp-submenu-open > .sub-menu{
    display:block;
  }

  .sp-nav > ul > li.menu-item-has-children > .sub-menu > li > a{
    padding:9px 12px;
    white-space:normal;
    font-size:.95em;
  }
}


/* =========================================================
   v1.4.13.68 — Services dropdown stability/accessibility
   ========================================================= */

/* Invisible hover bridge prevents the desktop dropdown from closing
   while the pointer crosses the small gap below Services. */
@media(min-width:901px){
  .sp-nav > ul > li.menu-item-has-children::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:14px;
    background:transparent;
  }

  .sp-nav > ul > li.menu-item-has-children > .sub-menu{
    top:calc(100% + 8px);
  }
}

/* Clear focus state for keyboard navigation */
.sp-nav a:focus-visible{
  outline:2px solid #10b981;
  outline-offset:4px;
  border-radius:6px;
}

.sp-nav .sub-menu a:focus-visible{
  outline-offset:1px;
}


/* =========================================================
   v1.4.13.69 — Mobile menu interaction polish
   ========================================================= */
@media(max-width:900px){
  body.sp-mobile-menu-open{
    overflow:hidden;
  }

  .sp-menu-toggle[aria-expanded="true"]{
    position:relative;
    z-index:1302;
  }
}


/* =========================================================
   v1.4.13.72 — Remove active menu underline
   ========================================================= */
.sp-nav > ul > li > a::before{
  content:none!important;
  display:none!important;
}


/* =========================================================
   v1.4.13.73 — Branded Products now uses the normal menu
   ========================================================= */
.sp-nav .menu-item a[href*="/branded-products/"]{
  white-space:nowrap;
}


/* =========================================================
   v1.4.13.74 — Client navigation consistency
   ========================================================= */
@media(max-width:900px){
  .sp-nav a[href*="/client-login/"],
  .sp-nav a[href*="/client-registration/"],
  .sp-nav a[href*="/client-portal/"]{
    width:100%;
    box-sizing:border-box;
  }
}


/* =========================================================
   v1.4.13.75 — Remove green lines through Services submenu
   ========================================================= */
.sp-nav .sub-menu li > a,
.sp-nav .sub-menu li > a:hover,
.sp-nav .sub-menu li > a:focus,
.sp-nav .sub-menu li.current-menu-item > a,
.sp-nav .sub-menu li.current_page_item > a{
  text-decoration:none!important;
  border-bottom:none!important;
  box-shadow:none!important;
  background-image:none!important;
}

.sp-nav .sub-menu li > a::before,
.sp-nav .sub-menu li > a::after,
.sp-nav .sub-menu li::before,
.sp-nav .sub-menu li::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
}


/* =========================================================
   v1.4.13.76 — Clean Services dropdown presentation
   ========================================================= */
@media(min-width:901px){
  .sp-nav .sub-menu{
    min-width:245px;
    padding:8px;
    border:1px solid rgba(10,60,45,.08);
    border-radius:12px;
    background:#fff;
    box-shadow:0 14px 34px rgba(20,70,52,.12);
  }

  .sp-nav .sub-menu li{
    margin:0;
    padding:0;
    border:0!important;
  }

  .sp-nav .sub-menu li + li{
    border-top:0!important;
  }

  .sp-nav .sub-menu li > a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    line-height:1.35;
    white-space:nowrap;
  }

  .sp-nav .sub-menu li > a:hover,
  .sp-nav .sub-menu li > a:focus-visible{
    background:#eef9f5;
    color:#087a56;
  }
}

@media(max-width:900px){
  .sp-nav .sub-menu{
    border:0!important;
    box-shadow:none!important;
  }

  .sp-nav .sub-menu li{
    border:0!important;
  }

  .sp-nav .sub-menu li > a{
    text-decoration:none!important;
  }
}


/* =========================================================
   v1.4.13.77 — Branded Products catalogue polish
   ========================================================= */
body.page-template-page-branded-products .sp-site-header,
body.page-id-branded-products .sp-site-header{
  background:transparent;
  border-bottom-color:transparent;
  box-shadow:none;
}

.sp-branded-products,
.sp-product-catalogue,
.sp-catalogue{
  background:#fff;
}

.sp-branded-products .sp-card,
.sp-product-catalogue .sp-card,
.sp-catalogue .sp-card,
.sp-product-card{
  border:1px solid rgba(10,60,45,.08);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,70,52,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sp-product-card:hover,
.sp-branded-products .sp-card:hover,
.sp-product-catalogue .sp-card:hover{
  transform:translateY(-3px);
  border-color:rgba(16,185,129,.24);
  box-shadow:0 14px 34px rgba(20,70,52,.10);
}

.sp-product-card img,
.sp-product-catalogue .sp-card img,
.sp-branded-products .sp-card img{
  width:100%;
  height:auto;
  display:block;
}

.sp-product-card .button,
.sp-product-card .sp-button,
.sp-product-catalogue .button,
.sp-branded-products .button{
  border-radius:999px;
}

@media(max-width:782px){
  .sp-product-grid,
  .sp-catalogue-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   v1.4.13.78 — Branded Products Add to Quote
   ========================================================= */
.spmc-quote-basket{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1200;
  display:none;
  align-items:center;
  gap:10px;
  padding:11px 16px;
  border:0;
  border-radius:999px;
  background:#0f8f68;
  color:#fff;
  font:inherit;
  font-weight:700;
  box-shadow:0 12px 30px rgba(15,143,104,.24);
  cursor:pointer;
}
.spmc-quote-basket.is-visible{display:flex;}
.spmc-quote-basket-count{
  display:inline-grid;
  place-items:center;
  min-width:24px;
  height:24px;
  padding:0 6px;
  border-radius:999px;
  background:#fff;
  color:#087a56;
  font-size:12px;
}
.spmc-add-to-quote{
  cursor:pointer;
}
.spmc-add-to-quote.is-added{
  background:#e9f8f2!important;
  color:#087a56!important;
  border-color:#bfe9da!important;
}
@media(max-width:782px){
  .spmc-quote-basket{
    left:16px;
    right:16px;
    bottom:16px;
    justify-content:center;
  }
}


/* =========================================================
   v1.4.13.79 — Quote Request selected products prefill
   ========================================================= */
.spmc-selected-products-note{
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid #ccefe3;
  border-radius:12px;
  background:#eef9f5;
  color:#155c48;
}
.spmc-selected-products-note strong{
  display:block;
  margin-bottom:4px;
  color:#087a56;
}


/* =========================================================
   v1.4.13.82 — Quotation acceptance / invoice-ready status
   ========================================================= */
.spmc-quote-accepted-notice{
  margin:18px 0;
  padding:14px 16px;
  border:1px solid #ccefe3;
  border-radius:12px;
  background:#eef9f5;
  color:#155c48;
}
.spmc-quote-accepted-notice strong{
  color:#087a56;
}


/* =========================================================
   v1.4.13.84 — Swiftpro design-system stabilisation
   Standardises shared radii and removes page-to-page drift.
   ========================================================= */

.sp-card,
.sp-large-service,
.sp-contact-card,
.sp-contact-form,
.sp-cta,
.spinv-card,
.spcp-progress-card,
.spcp-dashboard-cards a,
.spcp-pages-shell .spcp-panel,
.sp-news-card,
.sp-news-empty,
.sp-product-card,
.sp-product-catalogue .sp-card,
.sp-branded-products .sp-card,
.sp-pay-panel{
  border-radius:var(--sp-radius)!important;
}

.sp-mini-card,
.sp-float-card,
.sp-feature-art,
.sp-browser-mock,
.sp-code-window,
.sp-stat,
.spcp-profile-grid p,
.spcp-download-links a,
.spcp-upload-form,
.sp-pay-bank,
.sp-gateway-options,
.spq-totals,
.spq-final,
.spmc-selected-products-note,
.spmc-quote-accepted-notice{
  border-radius:var(--sp-radius-md)!important;
}

.sp-btn,
.sp-field input,
.sp-field select,
.sp-field textarea,
.spcp-upload-form input[type=file],
.spcp-upload-form input[type=text],
.spcp-upload-form textarea,
.sp-pay-proof input,
.spq-response textarea,
.sp-client-portal-back a,
.sp-news-pagination .page-numbers{
  border-radius:var(--sp-radius-sm)!important;
}

.spmc-quote-basket,
.spmc-quote-basket-count,
.sp-product-card .button,
.sp-product-card .sp-button,
.sp-product-catalogue .button,
.sp-branded-products .button{
  border-radius:var(--sp-radius-pill)!important;
}

@media(min-width:861px){
  .sp-nav > ul > li > .sub-menu,
  .sp-nav .menu > li > .sub-menu{
    border-radius:var(--sp-radius-md)!important;
    overflow:hidden;
  }
  .sp-nav .sub-menu li,
  .sp-nav .sub-menu li > a{
    border:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
  }
  .sp-nav .sub-menu li > a::before,
  .sp-nav .sub-menu li > a::after,
  .sp-nav .sub-menu li::before,
  .sp-nav .sub-menu li::after{
    display:none!important;
    content:none!important;
  }
}

@media(max-width:860px){
  .sp-nav{
    background:rgba(255,255,255,.99)!important;
    backdrop-filter:blur(14px);
  }
  .sp-nav .sub-menu{
    border-radius:var(--sp-radius-md)!important;
  }
}


/* =========================================================
   v1.4.13.85 — Canonical global header + navigation layer
   One shared desktop/tablet/mobile behaviour across the site.
   ========================================================= */
.sp-site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:1300;
  background:transparent;
  border-bottom:1px solid transparent;
  box-shadow:none;
  backdrop-filter:none;
  transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease;
}
.sp-site-header.is-scrolled{
  background:rgba(255,255,255,.97)!important;
  border-bottom-color:rgba(10,60,45,.08)!important;
  box-shadow:0 8px 24px rgba(20,70,52,.06)!important;
  backdrop-filter:blur(14px)!important;
}

.sp-header-inner{
  min-height:80px;
  height:80px;
  display:flex;
  align-items:center;
  gap:28px;
}
.sp-nav{margin-left:auto;display:flex;align-items:center;gap:22px;overflow:visible}
.sp-nav>ul,.sp-nav>.menu{display:flex;align-items:center;gap:26px;margin:0;padding:0;list-style:none;overflow:visible}
.sp-nav>ul>li,.sp-nav>.menu>li{position:relative;margin:0;padding:0;overflow:visible}
.sp-nav>ul>li>a,.sp-nav>.menu>li>a{display:flex;align-items:center;min-height:80px;padding:0;text-decoration:none}

@media(min-width:901px){
  .sp-nav>ul>li.menu-item-has-children>.sub-menu,
  .sp-nav>.menu>li.menu-item-has-children>.sub-menu{
    display:block!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    width:max-content!important;
    min-width:245px!important;
    margin:0!important;
    padding:8px!important;
    background:#fff!important;
    border:1px solid rgba(10,60,45,.08)!important;
    border-radius:var(--sp-radius-md)!important;
    box-shadow:0 14px 34px rgba(20,70,52,.12)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(7px)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
    z-index:1400!important;
  }
  .sp-nav>ul>li.menu-item-has-children:hover>.sub-menu,
  .sp-nav>ul>li.menu-item-has-children:focus-within>.sub-menu,
  .sp-nav>.menu>li.menu-item-has-children:hover>.sub-menu,
  .sp-nav>.menu>li.menu-item-has-children:focus-within>.sub-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .sp-nav .sub-menu li{display:block!important;width:100%;margin:0!important;padding:0!important;border:0!important}
  .sp-nav .sub-menu li>a{
    display:block!important;
    min-height:0!important;
    padding:10px 12px!important;
    border:0!important;
    border-radius:10px!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    box-shadow:none!important;
    background-image:none!important;
  }
  .sp-nav .sub-menu li>a:hover,.sp-nav .sub-menu li>a:focus-visible{background:#eef9f5!important;color:#087a56!important}
}

@media(max-width:900px){
  .sp-header-inner{height:72px;min-height:72px}
  .sp-menu-toggle{display:block;margin-left:auto;position:relative;z-index:1402}
  .sp-nav{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:72px!important;
    max-height:calc(100vh - 72px);
    overflow:auto!important;
    padding:14px 18px 22px!important;
    background:rgba(255,255,255,.99)!important;
    border-bottom:1px solid var(--sp-line)!important;
    box-shadow:0 18px 36px rgba(11,30,56,.10)!important;
    backdrop-filter:blur(14px)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
  }
  .sp-nav.is-open{display:flex!important}
  .sp-nav>ul,.sp-nav>.menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important}
  .sp-nav>ul>li,.sp-nav>.menu>li{width:100%!important}
  .sp-nav>ul>li>a,.sp-nav>.menu>li>a{min-height:0!important;width:100%!important;padding:12px 10px!important}
  .sp-nav>ul>li.menu-item-has-children>.sub-menu,
  .sp-nav>.menu>li.menu-item-has-children>.sub-menu{
    display:none!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 4px!important;
    padding:2px 0 4px 14px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .sp-nav>ul>li.menu-item-has-children.sp-submenu-open>.sub-menu,
  .sp-nav>.menu>li.menu-item-has-children.sp-submenu-open>.sub-menu{display:block!important}
  .sp-nav .sub-menu li>a{padding:9px 10px!important;white-space:normal!important}
  .sp-nav .sp-btn,.sp-nav .sp-client-portfolio-link{width:100%;box-sizing:border-box}
}

@media(max-width:600px){
  .sp-header-inner{height:66px;min-height:66px}
  .sp-nav{top:66px!important;max-height:calc(100vh - 66px)}
}


/* =========================================================
   v1.4.13.86 — Global typography, spacing and controls
   Keeps the Swiftpro public site and portal visually aligned.
   ========================================================= */
:root{
  --sp-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sp-text-xs:12px;
  --sp-text-sm:14px;
  --sp-text-md:16px;
  --sp-text-lg:18px;
  --sp-space-1:8px;
  --sp-space-2:12px;
  --sp-space-3:16px;
  --sp-space-4:24px;
  --sp-space-5:32px;
  --sp-space-6:48px;
  --sp-control-height:46px;
}

body,
button,
input,
select,
textarea{
  font-family:var(--sp-font);
}

body{
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2,h3,h4,h5,h6{
  letter-spacing:-.025em;
  line-height:1.15;
}

p{line-height:1.7}

/* Shared vertical rhythm for primary page sections. */
.sp-section,
.sp-services,
.sp-about,
.sp-contact-section,
.sp-news-page,
.sp-product-catalogue,
.sp-branded-products{
  scroll-margin-top:96px;
}

/* One Swiftpro button system. */
.sp-btn,
.sp-editor-buttons .wp-block-button__link,
.sp-btn-primary .wp-block-button__link,
.sp-btn-light .wp-block-button__link,
.sp-btn-outline .wp-block-button__link{
  min-height:var(--sp-control-height)!important;
  padding:0 24px!important;
  border-radius:var(--sp-radius-sm)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
}

/* Shared form treatment. */
.sp-field input,
.sp-field select,
.sp-field textarea,
.spcp-upload-form input[type=file],
.spcp-upload-form input[type=text],
.spcp-upload-form input[type=email],
.spcp-upload-form textarea,
.sp-pay-proof input,
.spq-response textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--sp-line)!important;
  background:#fff!important;
  color:var(--sp-ink)!important;
  font:inherit!important;
  border-radius:var(--sp-radius-sm)!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}

.sp-field input,
.sp-field select,
.spcp-upload-form input[type=text],
.spcp-upload-form input[type=email],
.sp-pay-proof input{
  min-height:var(--sp-control-height);
  padding:10px 14px!important;
}

.sp-field textarea,
.spcp-upload-form textarea,
.spq-response textarea{
  padding:12px 14px!important;
  line-height:1.6!important;
}

.sp-field input:focus,
.sp-field select:focus,
.sp-field textarea:focus,
.spcp-upload-form input:focus,
.spcp-upload-form textarea:focus,
.sp-pay-proof input:focus,
.spq-response textarea:focus{
  outline:none!important;
  border-color:var(--sp-green)!important;
  box-shadow:0 0 0 4px rgba(16,185,129,.10)!important;
}

/* Consistent card padding without changing special layouts. */
.sp-card,
.sp-news-card-body,
.sp-portfolio-card-body{
  --sp-card-pad:24px;
}

/* Mobile typography and controls remain compact and readable. */
@media(max-width:600px){
  :root{--sp-control-height:44px}
  .sp-btn,
  .sp-editor-buttons .wp-block-button__link,
  .sp-btn-primary .wp-block-button__link,
  .sp-btn-light .wp-block-button__link,
  .sp-btn-outline .wp-block-button__link{
    padding-inline:18px!important;
    font-size:13px!important;
  }
  h1{letter-spacing:-.035em}
}

/* =========================================================
   v1.4.13.87 — shared surfaces / visual consistency
   ========================================================= */
:root{
  --sp-surface:#ffffff;
  --sp-surface-soft:#f7fbf9;
  --sp-border:#e1ebe6;
  --sp-shadow-card:0 10px 30px rgba(11,30,56,.055);
  --sp-shadow-hover:0 18px 42px rgba(11,30,56,.085);
}

.sp-card,
.sp-large-service,
.sp-contact-card,
.sp-contact-form,
.spinv-card,
.spcp-progress-card,
.spcp-dashboard-cards a,
.spcp-pages-shell .spcp-panel,
.sp-news-card,
.sp-news-empty,
.sp-product-card,
.sp-product-catalogue .sp-card,
.sp-branded-products .sp-card,
.sp-register-form,
.sp-register-success{
  background:var(--sp-surface)!important;
  border:1px solid var(--sp-border)!important;
  box-shadow:var(--sp-shadow-card)!important;
}

.sp-card:hover,
.sp-large-service:hover,
.spcp-dashboard-cards a:hover,
.sp-news-card:hover,
.sp-product-card:hover{
  box-shadow:var(--sp-shadow-hover)!important;
}

.sp-section-soft,
.sp-editor-soft,
.sp-trust-strip,
.sp-footer,
.sp-dash-main{
  background:var(--sp-surface-soft)!important;
}

.sp-editor-service-card,
.sp-editor-showcase,
.sp-editor-mini-grid>.wp-block-column,
.sp-editor-software-card,
.sp-browser-mock,
.sp-code-window,
.sp-mini-card,
.sp-float-card{
  border-color:var(--sp-border)!important;
  box-shadow:var(--sp-shadow-card)!important;
}

.sp-cta{
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 46px rgba(16,185,129,.18)!important;
}

@media(max-width:900px){
  .sp-card,
  .sp-large-service,
  .sp-contact-card,
  .sp-contact-form,
  .spinv-card,
  .spcp-progress-card,
  .spcp-dashboard-cards a,
  .spcp-pages-shell .spcp-panel,
  .sp-news-card,
  .sp-product-card{
    box-shadow:0 8px 24px rgba(11,30,56,.045)!important;
  }
}


/* =========================================================
   v1.4.13.88 — Homepage hero / brand polish
   Keeps Gutenberg content editable while tightening the
   Swiftpro Media & Print visual identity.
   ========================================================= */
body.home .sp-editor-hero{
  isolation:isolate;
  min-height:690px;
  display:flex;
  align-items:center;
  padding-top:132px;
  padding-bottom:104px;
  background:
    radial-gradient(circle at 19% 78%,rgba(32,169,131,.08),transparent 24%),
    linear-gradient(136deg,#eefaf5 0%,#f5fcf9 50%,#fff 50.15%,#fff 100%);
}
body.home .sp-editor-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:520px;
  height:520px;
  left:-220px;
  bottom:-270px;
  border-radius:50%;
  background:rgba(185,239,216,.24);
  pointer-events:none;
}
body.home .sp-editor-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:260px;
  height:260px;
  right:7%;
  top:17%;
  border-radius:50%;
  border:1px solid rgba(32,169,131,.11);
  pointer-events:none;
}
body.home .sp-editor-hero-grid{
  width:100%;
  gap:78px!important;
  align-items:center!important;
}
body.home .sp-editor-hero-title{
  max-width:720px;
  margin:0 0 24px;
  font-size:clamp(48px,5.35vw,72px);
  line-height:1.035;
  letter-spacing:-.045em;
  font-weight:680;
  color:var(--sp-text-dark,#344761);
  text-wrap:balance;
}
body.home .sp-editor-hero-title mark{
  display:inline;
  color:var(--sp-green,#20a983);
  font-weight:620;
}
body.home .sp-editor-lead{
  max-width:650px;
  margin:0;
  font-size:18px;
  line-height:1.72;
  color:#6d7b89;
}
body.home .sp-editor-buttons{
  margin-top:32px;
  gap:12px;
}
body.home .sp-editor-buttons .wp-block-button__link{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 23px!important;
  border-radius:var(--sp-radius-sm,12px)!important;
  font-size:14px;
  font-weight:700;
  letter-spacing:-.01em;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease;
}
body.home .sp-editor-buttons .sp-btn-primary .wp-block-button__link,
body.home .sp-editor-buttons .wp-block-button.sp-btn-primary .wp-block-button__link{
  box-shadow:0 12px 26px rgba(32,169,131,.18)!important;
}
body.home .sp-editor-buttons .wp-block-button__link:hover{
  transform:translateY(-1px);
}
body.home .sp-editor-meta{
  margin-top:28px!important;
  font-size:12px;
  line-height:1.6;
  letter-spacing:.055em;
  text-transform:uppercase;
  color:#88948f;
}
body.home .sp-editor-showcase{
  max-width:560px;
  margin-left:auto;
  padding:32px;
  border:1px solid rgba(207,224,216,.9);
  border-radius:var(--sp-radius,24px)!important;
  background:rgba(255,255,255,.94);
  box-shadow:0 30px 70px rgba(23,49,83,.10);
  backdrop-filter:blur(8px);
}
body.home .sp-editor-showcase::before{
  height:6px;
  margin-bottom:26px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--sp-green,#20a983),#8de1c3 74%,#dff7ed);
}
body.home .sp-editor-showcase h3{
  margin:0 0 22px;
  color:#24384f;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:680;
}
body.home .sp-editor-mini-grid{
  gap:14px!important;
  margin-bottom:14px!important;
}
body.home .sp-editor-mini-grid>.wp-block-column,
body.home .sp-editor-software-card{
  border:1px solid #e2ede8;
  border-radius:var(--sp-radius-md,16px)!important;
  background:linear-gradient(180deg,#fbfdfc,#f6faf8);
  padding:19px;
}
body.home .sp-editor-mini-grid p,
body.home .sp-editor-software-card p{
  color:#62717f;
  font-size:13px;
  line-height:1.55;
}
body.home .sp-editor-mini-grid strong,
body.home .sp-editor-software-card strong{
  display:inline-block;
  margin-bottom:5px;
  color:var(--sp-green-dark,#148d6d);
  font-size:11px;
  letter-spacing:.11em;
  font-weight:800;
}
body.home .sp-editor-trust{
  padding-top:21px;
  padding-bottom:21px;
  border-color:#e9f0ed;
  color:#7f8d87;
  font-size:11px;
  letter-spacing:.13em;
  background:#fff;
}
body.home .sp-editor-trust strong{color:var(--sp-green-dark,#148d6d)}

@media(max-width:900px){
  body.home .sp-editor-hero{
    min-height:0;
    padding-top:94px;
    padding-bottom:74px;
    background:linear-gradient(180deg,#eefaf5 0%,#f8fcfa 68%,#fff 100%);
  }
  body.home .sp-editor-hero-grid{gap:44px!important}
  body.home .sp-editor-showcase{margin-left:0;max-width:none}
  body.home .sp-editor-hero::after{right:-110px;top:35%}
}
@media(max-width:650px){
  body.home .sp-editor-hero{padding-top:78px;padding-bottom:58px}
  body.home .sp-editor-hero-title{font-size:42px;line-height:1.04}
  body.home .sp-editor-lead{font-size:16px;line-height:1.65}
  body.home .sp-editor-buttons{display:grid!important;grid-template-columns:1fr}
  body.home .sp-editor-buttons .wp-block-button{width:100%}
  body.home .sp-editor-buttons .wp-block-button__link{width:100%}
  body.home .sp-editor-meta{font-size:10px;letter-spacing:.045em}
  body.home .sp-editor-showcase{padding:24px}
  body.home .sp-editor-mini-grid{display:grid!important;grid-template-columns:1fr}
  body.home .sp-editor-trust{font-size:9px;line-height:1.9;letter-spacing:.08em}
}


/* =========================================================
   v1.4.13.89 — Homepage below-hero polish
   About, Services and supporting homepage sections.
   ========================================================= */
body.home .sp-editor-trust{
  margin-top:0!important;
  padding:18px 24px!important;
  border-top:1px solid var(--sp-line)!important;
  border-bottom:1px solid var(--sp-line)!important;
  background:rgba(255,255,255,.76)!important;
}
body.home .sp-editor-trust p{
  margin:0!important;
  font-size:12px!important;
  font-weight:750!important;
  letter-spacing:.14em!important;
  color:#6f7f79!important;
}
body.home .sp-editor-trust strong{color:var(--sp-green)!important}

body.home .sp-editor-section{
  max-width:var(--sp-container);
  margin-inline:auto!important;
  padding:82px 24px!important;
}
body.home .sp-editor-section>.wp-block-columns{
  gap:54px!important;
}
body.home .sp-editor-section .sp-eyebrow{
  margin-bottom:14px!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:var(--sp-green)!important;
}
body.home .sp-editor-section h2{
  max-width:760px;
  margin-top:0!important;
  margin-bottom:18px!important;
  font-size:clamp(32px,4vw,52px)!important;
  line-height:1.08!important;
  color:var(--sp-ink)!important;
}
body.home .sp-editor-section p{
  color:var(--sp-muted)!important;
}
body.home .sp-editor-section a{
  color:var(--sp-green)!important;
  text-decoration:none!important;
  font-weight:700!important;
}

body.home .sp-editor-soft{
  position:relative;
  max-width:none!important;
  padding:82px max(24px,calc((100vw - var(--sp-container))/2 + 24px))!important;
  background:linear-gradient(180deg,#f4fbf7 0%,#eef8f3 100%)!important;
  border-top:1px solid #e1eee8!important;
  border-bottom:1px solid #e1eee8!important;
  overflow:hidden;
}
body.home .sp-editor-soft::after{
  content:"";
  position:absolute;
  right:-110px;
  top:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(32,169,131,.065);
  pointer-events:none;
}
body.home .sp-editor-service-row{
  position:relative;
  z-index:1;
  gap:22px!important;
  margin-top:22px!important;
  margin-bottom:0!important;
}
body.home .sp-editor-service-card{
  min-height:245px;
  padding:30px!important;
  border:1px solid var(--sp-line)!important;
  border-radius:var(--sp-radius)!important;
  background:#fff!important;
  box-shadow:var(--sp-shadow-soft)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
body.home .sp-editor-service-card:hover{
  transform:translateY(-4px);
  border-color:#cfe7dc!important;
  box-shadow:var(--sp-shadow-hover)!important;
}
body.home .sp-editor-service-card h3{
  margin:0 0 12px!important;
  font-size:22px!important;
  color:var(--sp-ink)!important;
}
body.home .sp-editor-service-card p{
  margin:0 0 16px!important;
  font-size:15px!important;
}
body.home .sp-editor-service-card p:last-child{
  margin-top:auto!important;
  margin-bottom:0!important;
}

body.home .sp-editor-steps{
  gap:18px!important;
  margin-top:32px!important;
}
body.home .sp-editor-steps>.wp-block-column{
  padding:26px 24px!important;
  border:1px solid var(--sp-line)!important;
  border-radius:var(--sp-radius-md)!important;
  background:#fff!important;
  box-shadow:var(--sp-shadow-soft)!important;
}
body.home .sp-editor-steps h3{
  margin-top:0!important;
  color:var(--sp-green)!important;
  font-size:18px!important;
}

body.home .sp-editor-cta{
  max-width:calc(var(--sp-container) - 48px);
  margin:34px auto 84px!important;
  padding:48px!important;
  border-radius:var(--sp-radius)!important;
  background:linear-gradient(135deg,#15966f 0%,#22ad83 100%)!important;
  box-shadow:0 22px 55px rgba(18,115,86,.18)!important;
}
body.home .sp-editor-cta .sp-eyebrow,
body.home .sp-editor-cta h2,
body.home .sp-editor-cta p{color:#fff!important}
body.home .sp-editor-cta h2{font-size:clamp(30px,4vw,46px)!important}
body.home .sp-editor-cta .wp-block-columns{gap:32px!important}

@media(max-width:900px){
  body.home .sp-editor-section,
  body.home .sp-editor-soft{padding:64px 22px!important}
  body.home .sp-editor-section>.wp-block-columns{gap:26px!important}
  body.home .sp-editor-service-row{gap:16px!important}
  body.home .sp-editor-service-card{min-height:0;padding:24px!important}
  body.home .sp-editor-cta{margin:24px 20px 64px!important;padding:34px 26px!important}
}
@media(max-width:600px){
  body.home .sp-editor-section,
  body.home .sp-editor-soft{padding:52px 18px!important}
  body.home .sp-editor-section h2{font-size:34px!important}
  body.home .sp-editor-trust{padding:14px 16px!important}
  body.home .sp-editor-trust p{font-size:10px!important;line-height:1.8!important}
  body.home .sp-editor-service-card{border-radius:20px!important}
  body.home .sp-editor-cta{margin:18px 14px 52px!important;padding:30px 22px!important;border-radius:20px!important}
}


/* =========================================================
   v1.4.13.90 — Homepage Previous Work + closing polish
   ========================================================= */
body.home .sp-editor-previous-work{
  position:relative;
  max-width:calc(var(--sp-container) - 48px);
  margin:18px auto 34px!important;
  padding:42px 44px!important;
  overflow:hidden;
  border:1px solid #dcebe4!important;
  border-radius:var(--sp-radius)!important;
  background:
    radial-gradient(circle at 8% 12%,rgba(32,169,131,.11),transparent 28%),
    linear-gradient(135deg,#f3fbf7 0%,#fbfdfc 58%,#fff 100%)!important;
  box-shadow:var(--sp-shadow-card)!important;
}
body.home .sp-editor-previous-work::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  bottom:-100px;
  border-radius:50%;
  border:1px solid rgba(32,169,131,.14);
  box-shadow:0 0 0 34px rgba(32,169,131,.035);
  pointer-events:none;
}
body.home .sp-editor-previous-work .wp-block-columns{
  position:relative;
  z-index:1;
  align-items:center!important;
  gap:46px!important;
  margin:0!important;
}
body.home .sp-editor-previous-work .sp-eyebrow{
  margin:0 0 12px!important;
  color:var(--sp-green)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.home .sp-editor-previous-work h2{
  margin:0 0 14px!important;
  max-width:640px;
  color:var(--sp-ink)!important;
  font-size:clamp(30px,3.6vw,44px)!important;
  line-height:1.08!important;
}
body.home .sp-editor-previous-work p{
  max-width:680px;
  margin:0!important;
  color:var(--sp-muted)!important;
  line-height:1.72!important;
}
body.home .sp-editor-previous-work .wp-block-button{
  margin:0!important;
}
body.home .sp-editor-previous-work .wp-block-button__link{
  min-height:48px!important;
  padding:0 24px!important;
  border-radius:var(--sp-radius-sm)!important;
  background:var(--sp-green)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:750!important;
  box-shadow:0 10px 24px rgba(32,169,131,.17)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
body.home .sp-editor-previous-work .wp-block-button__link:hover{
  transform:translateY(-1px);
  box-shadow:0 15px 30px rgba(32,169,131,.23)!important;
}
body.home .sp-editor-cta{
  margin-top:0!important;
}
body.home .sp-editor-cta .sp-btn-light .wp-block-button__link{
  background:#fff!important;
  color:#148d6d!important;
  border-color:#fff!important;
  box-shadow:0 9px 22px rgba(16,78,62,.13)!important;
}
body.home .sp-editor-cta .sp-btn-light .wp-block-button__link:hover{
  background:#f7fbf9!important;
}

@media(max-width:900px){
  body.home .sp-editor-previous-work{
    margin:10px 20px 28px!important;
    padding:34px 28px!important;
  }
  body.home .sp-editor-previous-work .wp-block-columns{
    gap:24px!important;
  }
}
@media(max-width:600px){
  body.home .sp-editor-previous-work{
    margin:8px 14px 22px!important;
    padding:28px 22px!important;
    border-radius:20px!important;
  }
  body.home .sp-editor-previous-work h2{
    font-size:32px!important;
  }
  body.home .sp-editor-previous-work .wp-block-button,
  body.home .sp-editor-previous-work .wp-block-button__link{
    width:100%!important;
  }
}


/* v1.4.13.90 — Style the existing saved homepage credibility block as benefit cards. */
body.home .sp-credibility-strip{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 24px 56px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
body.home .sp-credibility-strip > .wp-block-columns,
body.home .sp-credibility-strip .sp-credibility-grid{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
body.home .sp-credibility-grid > .wp-block-column{
  position:relative!important;
  min-width:0!important;
  min-height:360px!important;
  margin:0!important;
  padding:30px 24px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  background:#fff!important;
  border:1px solid rgba(36,53,75,.09)!important;
  border-radius:16px!important;
  box-shadow:0 10px 28px rgba(24,63,50,.07)!important;
}
body.home .sp-credibility-grid > .wp-block-column::before{
  content:""!important;
  display:block!important;
  flex:0 0 auto!important;
  width:116px!important;
  height:116px!important;
  margin:0 auto 20px!important;
  border-radius:50%!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:66px 66px!important;
}
body.home .sp-credibility-grid > .wp-block-column:nth-child(1)::before{
  background-color:#e2f8ef!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%2310b981' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='13' width='46' height='42' rx='6' fill='white'/%3E%3Cpath d='M18 8v11M46 8v11M9 25h46'/%3E%3C/g%3E%3Ctext x='32' y='44' font-family='Arial,sans-serif' font-size='15' font-weight='700' text-anchor='middle' fill='%2310b981'%3E2016%3C/text%3E%3C/svg%3E")!important;
}
body.home .sp-credibility-grid > .wp-block-column:nth-child(2)::before{
  background-color:#e5f4fd!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%232795df' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='10' width='39' height='31' rx='4' fill='white'/%3E%3Cpath d='M20 49h14M27 41v8'/%3E%3Crect x='40' y='27' width='17' height='27' rx='4' fill='white'/%3E%3C/g%3E%3C/svg%3E")!important;
}
body.home .sp-credibility-grid > .wp-block-column:nth-child(3)::before{
  background-color:#fff1d9!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23f59e0b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h29v25H8z' fill='%23f59e0b'/%3E%3Cpath d='M37 26h10l9 10v7H37z' fill='white'/%3E%3Ccircle cx='20' cy='47' r='6' fill='white'/%3E%3Ccircle cx='48' cy='47' r='6' fill='white'/%3E%3C/g%3E%3C/svg%3E")!important;
}
body.home .sp-credibility-grid > .wp-block-column:nth-child(4)::before{
  background-color:#f0eafd!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%237c4ce0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='13' y='13' width='38' height='43' rx='4' fill='white'/%3E%3Cpath d='M25 13v-3a7 7 0 0 1 14 0v3M23 36l6 6 13-15'/%3E%3C/g%3E%3C/svg%3E")!important;
}
body.home .sp-credibility-grid p{
  margin:0!important;
  color:#526173!important;
  font-size:16px!important;
  line-height:1.65!important;
}
body.home .sp-credibility-grid p strong{
  display:block!important;
  margin:0 0 16px!important;
  color:#24354b!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
}
body.home .sp-credibility-grid p strong::after{
  content:""!important;
  display:block!important;
  width:44px!important;
  height:3px!important;
  margin:14px auto 0!important;
  border-radius:999px!important;
  background:#10b981!important;
}
body.home .sp-credibility-grid > .wp-block-column:nth-child(2) strong::after{background:#2795df!important}
body.home .sp-credibility-grid > .wp-block-column:nth-child(3) strong::after{background:#f59e0b!important}
body.home .sp-credibility-grid > .wp-block-column:nth-child(4) strong::after{background:#7c4ce0!important}
@media(max-width:980px){
  body.home .sp-credibility-strip .sp-credibility-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:650px){
  body.home .sp-credibility-strip{padding:26px 16px 40px!important}
  body.home .sp-credibility-strip .sp-credibility-grid{grid-template-columns:1fr!important;gap:16px!important}
  body.home .sp-credibility-grid > .wp-block-column{min-height:auto!important;padding:26px 22px 28px!important}
  body.home .sp-credibility-grid > .wp-block-column::before{width:104px!important;height:104px!important;background-size:60px 60px!important}
}



/* v1.4.13.95 — POPIA page layout fix. */
body .sp-popia-page{
  background:#fff;
}
body .sp-popia-page .sp-popia-content{
  width:min(1120px,calc(100% - 48px));
  margin:0 auto;
  padding:72px 0 96px;
}
body .sp-popia-page .sp-editor-section{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body .sp-popia-page .sp-editor-section.is-layout-constrained > *,
body .sp-popia-page .sp-editor-section > *{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body .sp-popia-page .sp-eyebrow{
  margin:0 0 14px!important;
  color:#10b981!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body .sp-popia-page .sp-editor-section > h1{
  max-width:900px!important;
  margin:0 0 22px!important;
  color:#24354b!important;
  font-size:clamp(34px,3.6vw,46px)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}
body .sp-popia-page .sp-editor-lead{
  max-width:880px!important;
  margin:0 0 54px!important;
  color:#5f6f80!important;
  font-size:20px!important;
  line-height:1.7!important;
}
body .sp-popia-page .sp-editor-section > h2{
  max-width:900px!important;
  margin:46px 0 14px!important;
  color:#24354b!important;
  font-size:clamp(25px,2.5vw,34px)!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
body .sp-popia-page .sp-editor-section > p:not(.sp-eyebrow):not(.sp-editor-lead),
body .sp-popia-page .sp-editor-section > ul{
  max-width:900px!important;
  color:#5f6f80!important;
  font-size:16px!important;
  line-height:1.8!important;
}
body .sp-popia-page .sp-editor-section > ul{
  padding-left:24px!important;
  margin-top:10px!important;
  margin-bottom:24px!important;
}
body .sp-popia-page .sp-editor-section > ul li{
  margin:0 0 8px!important;
}
@media(max-width:650px){
  body .sp-popia-page .sp-popia-content{
    width:calc(100% - 36px);
    padding:48px 0 68px;
  }
  body .sp-popia-page .sp-editor-section > h1{
    font-size:32px!important;
  }
  body .sp-popia-page .sp-editor-lead{
    margin-bottom:40px!important;
    font-size:18px!important;
  }
  body .sp-popia-page .sp-editor-section > h2{
    margin-top:36px!important;
    font-size:27px!important;
  }
}


/* v1.4.13.96 — smaller POPIA title. */
body .sp-popia-page .sp-editor-section > h1{
  font-size:clamp(34px,3.6vw,46px)!important;
}
@media(max-width:650px){
  body .sp-popia-page .sp-editor-section > h1{font-size:32px!important;}
}


/* v1.4.13.97 — confirmed smaller POPIA page title. */
body.page-popia-privacy-policy .sp-popia-page .sp-editor-section > h1,
body .sp-popia-page .sp-editor-section > h1.wp-block-heading{
  font-size:clamp(28px,2.6vw,38px)!important;
  line-height:1.12!important;
}
@media(max-width:650px){
  body.page-popia-privacy-policy .sp-popia-page .sp-editor-section > h1,
  body .sp-popia-page .sp-editor-section > h1.wp-block-heading{
    font-size:28px!important;
  }
}


/* ============================================================
   v1.4.13.99 — Home "Built for confidence" workflow cards
   ============================================================ */
body.home .sp-proof-section{
  margin:0!important;
  padding:76px 24px 82px!important;
  background:linear-gradient(180deg,#f7fcfa 0%,#ffffff 100%)!important;
}
body.home .sp-proof-section > .wp-block-columns{
  display:block!important;
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
body.home .sp-proof-section > .wp-block-columns > .wp-block-column{
  width:100%!important;
  max-width:none!important;
  flex-basis:auto!important;
  margin:0!important;
}
body.home .sp-proof-section > .wp-block-columns > .wp-block-column:first-child{
  max-width:760px!important;
  margin:0 auto 38px!important;
  text-align:center!important;
}
body.home .sp-proof-section .sp-eyebrow{
  margin:0 0 12px!important;
  color:#10b981!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.home .sp-proof-section h2{
  margin:0 auto 16px!important;
  max-width:760px!important;
  color:#24354b!important;
  font-size:clamp(32px,3.5vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
body.home .sp-proof-section > .wp-block-columns > .wp-block-column:first-child > p:not(.sp-eyebrow){
  margin:0 auto!important;
  max-width:720px!important;
  color:#667487!important;
  font-size:17px!important;
  line-height:1.7!important;
}
body.home .sp-proof-section .sp-proof-points{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  margin:0!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column{
  position:relative!important;
  min-width:0!important;
  min-height:220px!important;
  margin:0!important;
  padding:30px 26px 28px!important;
  background:#fff!important;
  border:1px solid rgba(36,53,75,.09)!important;
  border-radius:16px!important;
  box-shadow:0 12px 32px rgba(24,63,50,.07)!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column::before{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  height:48px!important;
  margin:0 0 22px!important;
  border-radius:14px!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column:nth-child(1)::before{
  content:"01"!important;
  color:#059669!important;
  background:#e4f8f0!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column:nth-child(2)::before{
  content:"02"!important;
  color:#278bd1!important;
  background:#e7f4fc!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column:nth-child(3)::before{
  content:"03"!important;
  color:#d98208!important;
  background:#fff3df!important;
}
body.home .sp-proof-section .sp-proof-points > .wp-block-column:nth-child(4)::before{
  content:"04"!important;
  color:#7546cf!important;
  background:#f1ebfb!important;
}
body.home .sp-proof-section .sp-proof-points p{
  margin:0!important;
  color:#667487!important;
  font-size:15.5px!important;
  line-height:1.65!important;
}
body.home .sp-proof-section .sp-proof-points strong{
  display:block!important;
  margin:0 0 10px!important;
  color:#24354b!important;
  font-size:19px!important;
  line-height:1.25!important;
}
body.home .sp-proof-section .sp-proof-points br{
  display:none!important;
}

@media(max-width:980px){
  body.home .sp-proof-section{
    padding:64px 22px 70px!important;
  }
  body.home .sp-proof-section .sp-proof-points{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:650px){
  body.home .sp-proof-section{
    padding:52px 16px 58px!important;
  }
  body.home .sp-proof-section > .wp-block-columns > .wp-block-column:first-child{
    margin-bottom:28px!important;
    text-align:left!important;
  }
  body.home .sp-proof-section h2{
    font-size:32px!important;
  }
  body.home .sp-proof-section .sp-proof-points{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.home .sp-proof-section .sp-proof-points > .wp-block-column{
    min-height:0!important;
    padding:24px!important;
  }
}


/* ============================================================
   v1.4.13.100 — Built for confidence full-width card fix
   ============================================================ */
body.home .sp-proof-section{
  padding:72px 24px 78px!important;
}

body.home .sp-proof-section > .wp-block-columns{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:34px!important;
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  align-items:start!important;
}

body.home .sp-proof-section > .wp-block-columns > .wp-block-column{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex:0 0 100%!important;
  flex-basis:100%!important;
  margin:0!important;
}

body.home .sp-proof-section > .wp-block-columns > .wp-block-column:first-child{
  width:100%!important;
  max-width:780px!important;
  margin:0 auto!important;
  text-align:center!important;
}

body.home .sp-proof-section > .wp-block-columns > .wp-block-column:last-child{
  width:100%!important;
  max-width:100%!important;
  flex-basis:100%!important;
}

body.home .sp-proof-section .sp-proof-points{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  align-items:stretch!important;
}

body.home .sp-proof-section .sp-proof-points > .wp-block-column{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  flex-basis:auto!important;
  min-height:230px!important;
  padding:28px 24px 26px!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

body.home .sp-proof-section .sp-proof-points p,
body.home .sp-proof-section .sp-proof-points strong{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

@media(max-width:980px){
  body.home .sp-proof-section > .wp-block-columns{
    gap:30px!important;
  }
  body.home .sp-proof-section .sp-proof-points{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:650px){
  body.home .sp-proof-section{
    padding:52px 16px 58px!important;
  }
  body.home .sp-proof-section > .wp-block-columns{
    gap:24px!important;
  }
  body.home .sp-proof-section > .wp-block-columns > .wp-block-column:first-child{
    max-width:100%!important;
    text-align:left!important;
  }
  body.home .sp-proof-section .sp-proof-points{
    grid-template-columns:1fr!important;
  }
  body.home .sp-proof-section .sp-proof-points > .wp-block-column{
    min-height:0!important;
  }
}


/* ============================================================
   v1.4.13.101 — Rebuilt Home "Built for confidence" section
   ============================================================ */
body.home .sp-proof-rebuilt{
  width:100%!important;
  margin:0!important;
  padding:72px 24px 78px!important;
  background:linear-gradient(180deg,#f7fcfa 0%,#ffffff 100%)!important;
}
body.home .sp-proof-rebuilt-inner{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
body.home .sp-proof-rebuilt-head{
  max-width:760px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}
body.home .sp-proof-rebuilt-kicker{
  margin:0 0 12px!important;
  color:#10b981!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.home .sp-proof-rebuilt-title{
  margin:0 0 16px!important;
  color:#24354b!important;
  font-size:clamp(32px,3.4vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
body.home .sp-proof-rebuilt-copy{
  margin:0 auto!important;
  max-width:720px!important;
  color:#667487!important;
  font-size:17px!important;
  line-height:1.7!important;
}
body.home .sp-proof-rebuilt-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  margin:0!important;
}
body.home .sp-proof-rebuilt-card{
  min-width:0!important;
  min-height:230px!important;
  padding:28px 24px 26px!important;
  background:#fff!important;
  border:1px solid rgba(36,53,75,.09)!important;
  border-radius:16px!important;
  box-shadow:0 12px 32px rgba(24,63,50,.07)!important;
}
body.home .sp-proof-rebuilt-num{
  display:flex!important;
  width:48px!important;
  height:48px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 0 22px!important;
  border-radius:14px!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
}
body.home .sp-proof-rebuilt-card:nth-child(1) .sp-proof-rebuilt-num{color:#059669!important;background:#e4f8f0!important}
body.home .sp-proof-rebuilt-card:nth-child(2) .sp-proof-rebuilt-num{color:#278bd1!important;background:#e7f4fc!important}
body.home .sp-proof-rebuilt-card:nth-child(3) .sp-proof-rebuilt-num{color:#d98208!important;background:#fff3df!important}
body.home .sp-proof-rebuilt-card:nth-child(4) .sp-proof-rebuilt-num{color:#7546cf!important;background:#f1ebfb!important}
body.home .sp-proof-rebuilt-card h3{
  margin:0 0 10px!important;
  color:#24354b!important;
  font-size:19px!important;
  line-height:1.25!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.home .sp-proof-rebuilt-card p{
  margin:0!important;
  color:#667487!important;
  font-size:15.5px!important;
  line-height:1.65!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media(max-width:980px){
  body.home .sp-proof-rebuilt-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:650px){
  body.home .sp-proof-rebuilt{padding:52px 16px 58px!important}
  body.home .sp-proof-rebuilt-head{margin-bottom:26px!important;text-align:left!important}
  body.home .sp-proof-rebuilt-title{font-size:32px!important}
  body.home .sp-proof-rebuilt-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.home .sp-proof-rebuilt-card{min-height:0!important;padding:24px!important}
}


/* ============================================================
   v1.4.13.102 — About page credibility cards
   ============================================================ */
body.page-about .sp-about-credibility{
  width:100%!important;
  margin:0!important;
  padding:54px 24px 68px!important;
  background:#fff!important;
}
body.page-about .sp-about-credibility-inner{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
body.page-about .sp-about-credibility-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  margin:0!important;
}
body.page-about .sp-about-credibility-card{
  position:relative!important;
  min-width:0!important;
  min-height:285px!important;
  padding:28px 24px 26px!important;
  text-align:center!important;
  background:#fff!important;
  border:1px solid rgba(36,53,75,.09)!important;
  border-radius:16px!important;
  box-shadow:0 10px 28px rgba(24,63,50,.07)!important;
}
body.page-about .sp-about-credibility-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:82px!important;
  height:82px!important;
  margin:0 auto 22px!important;
  border-radius:50%!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.page-about .sp-about-credibility-card:nth-child(1) .sp-about-credibility-icon{color:#059669!important;background:#e2f8ef!important}
body.page-about .sp-about-credibility-card:nth-child(2) .sp-about-credibility-icon{color:#278bd1!important;background:#e5f4fd!important}
body.page-about .sp-about-credibility-card:nth-child(3) .sp-about-credibility-icon{color:#d98208!important;background:#fff1d9!important}
body.page-about .sp-about-credibility-card:nth-child(4) .sp-about-credibility-icon{color:#7546cf!important;background:#f0eafd!important}
body.page-about .sp-about-credibility-card h3{
  margin:0 0 12px!important;
  color:#24354b!important;
  font-size:20px!important;
  line-height:1.25!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.page-about .sp-about-credibility-card p{
  margin:0!important;
  color:#667487!important;
  font-size:15.5px!important;
  line-height:1.65!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media(max-width:980px){
  body.page-about .sp-about-credibility-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:650px){
  body.page-about .sp-about-credibility{
    padding:38px 16px 48px!important;
  }
  body.page-about .sp-about-credibility-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  body.page-about .sp-about-credibility-card{
    min-height:0!important;
  }
}


/* ============================================================
   v1.4.13.103 — About credibility block matches Home exactly
   ============================================================ */
.sp-about-home-credibility-match{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 24px 56px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.sp-about-home-credibility-match > .wp-block-columns,
.sp-about-home-credibility-match .sp-credibility-grid{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column{
  position:relative!important;
  min-width:0!important;
  min-height:360px!important;
  margin:0!important;
  padding:30px 24px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  background:#fff!important;
  border:1px solid rgba(36,53,75,.09)!important;
  border-radius:16px!important;
  box-shadow:0 10px 28px rgba(24,63,50,.07)!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column::before{
  content:""!important;
  display:block!important;
  flex:0 0 auto!important;
  width:116px!important;
  height:116px!important;
  margin:0 auto 20px!important;
  border-radius:50%!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:66px 66px!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(1)::before{
  background-color:#e2f8ef!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%2310b981' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='13' width='46' height='42' rx='6' fill='white'/%3E%3Cpath d='M18 8v11M46 8v11M9 25h46'/%3E%3C/g%3E%3Ctext x='32' y='44' font-family='Arial,sans-serif' font-size='15' font-weight='700' text-anchor='middle' fill='%2310b981'%3E2016%3C/text%3E%3C/svg%3E")!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(2)::before{
  background-color:#e5f4fd!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%232795df' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='13' width='38' height='29' rx='4' fill='white'/%3E%3Cpath d='M18 50h16M26 42v8'/%3E%3Crect x='39' y='28' width='17' height='26' rx='4' fill='white'/%3E%3C/g%3E%3C/svg%3E")!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(3)::before{
  background-color:#fff1d9!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23f59e0b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18h31v25H7zM38 27h10l9 10v6H38z' fill='white'/%3E%3Ccircle cx='18' cy='47' r='5' fill='white'/%3E%3Ccircle cx='48' cy='47' r='5' fill='white'/%3E%3C/g%3E%3C/svg%3E")!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(4)::before{
  background-color:#f0eafd!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%237c4ce0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='14' width='40' height='42' rx='5' fill='white'/%3E%3Cpath d='M24 14v-3h16v3M21 36l7 7 15-17'/%3E%3C/g%3E%3C/svg%3E")!important;
}
.sp-about-home-credibility-match .sp-credibility-grid p{
  margin:0!important;
  color:#667487!important;
  font-size:16px!important;
  line-height:1.62!important;
}
.sp-about-home-credibility-match .sp-credibility-grid p strong{
  display:block!important;
  margin:0 0 16px!important;
  color:#24354b!important;
  font-size:20px!important;
  line-height:1.25!important;
}
.sp-about-home-credibility-match .sp-credibility-grid p strong::after{
  content:""!important;
  display:block!important;
  width:54px!important;
  height:3px!important;
  margin:12px auto 0!important;
  border-radius:999px!important;
  background:#10b981!important;
}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(2) p strong::after{background:#2795df!important}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(3) p strong::after{background:#f59e0b!important}
.sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column:nth-child(4) p strong::after{background:#7c4ce0!important}

@media(max-width:980px){
  .sp-about-home-credibility-match .sp-credibility-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:650px){
  .sp-about-home-credibility-match{
    padding:26px 16px 40px!important;
  }
  .sp-about-home-credibility-match .sp-credibility-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column{
    min-height:auto!important;
    padding:26px 22px 28px!important;
  }
  .sp-about-home-credibility-match .sp-credibility-grid > .wp-block-column::before{
    width:104px!important;
    height:104px!important;
    background-size:60px 60px!important;
  }
}


/* ============================================================
   v1.4.13.104.3 — Products page
   ============================================================ */
.sp-products-page{
  width:100%;
  margin:0;
  padding:0 0 78px;
  background:#fff;
}
.sp-products-hero{
  padding:72px 24px 68px;
  background:
    radial-gradient(circle at 8% 18%,rgba(16,185,129,.13) 0 180px,transparent 181px),
    linear-gradient(135deg,#eefaf5 0%,#f8fcfa 58%,#fff 100%);
}
.sp-products-inner{
  width:min(1180px,100%);
  margin:0 auto;
}
.sp-products-eyebrow{
  margin:0 0 12px;
  color:#10b981;
  font-size:13px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.sp-products-hero h1{
  max-width:760px;
  margin:0 0 18px;
  color:#24354b;
  font-size:clamp(42px,5.5vw,68px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.sp-products-hero p{
  max-width:760px;
  margin:0;
  color:#667487;
  font-size:18px;
  line-height:1.7;
}
.sp-products-grid-wrap{
  padding:58px 24px 0;
}
.sp-products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.sp-product-category-card{
  min-width:0;
  padding:28px 26px 30px;
  background:#fff;
  border:1px solid #e5ece9;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(24,63,50,.06);
}
.sp-product-category-card h2{
  margin:0 0 10px;
  color:#24354b;
  font-size:22px;
  line-height:1.2;
}
.sp-product-category-card p{
  margin:0 0 18px;
  color:#667487;
  font-size:15px;
  line-height:1.65;
}
.sp-product-category-card a{
  color:#059669;
  font-weight:800;
  text-decoration:none;
}
@media(max-width:900px){
  .sp-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .sp-products-hero{padding:54px 16px 50px}
  .sp-products-grid-wrap{padding:42px 16px 0}
  .sp-products-grid{grid-template-columns:1fr}
  .sp-products-hero h1{font-size:42px}
}


/* ============================================================
   v1.4.13.104.4 — Swiftpro Products catalogue + product pages
   ============================================================ */
.sp-products-catalogue{width:min(1240px,calc(100% - 36px));margin:0 auto;padding:44px 0 76px}
.sp-products-catalogue-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 26px}
.sp-products-catalogue-head h1{margin:0;color:#24354b;font-size:clamp(36px,4vw,54px);line-height:1.05}
.sp-products-catalogue-head p{max-width:620px;margin:8px 0 0;color:#667487;line-height:1.65}
.sp-products-filterbar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.sp-products-filterbar a{padding:9px 13px;border:1px solid #dfe8e4;border-radius:999px;color:#516276;text-decoration:none;font-size:.82rem;font-weight:750;background:#fff}
.sp-products-filterbar a.is-active,.sp-products-filterbar a:hover{background:#ecfdf5;border-color:#bfead8;color:#059669}
.sp-products-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.sp-products-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e5ece9;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(24,63,50,.055)}
.sp-products-card-visual{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;padding:26px;background:linear-gradient(145deg,#f7faf9,#eef9f4);border-bottom:1px solid #e8efec;text-align:center}
.sp-products-card-visual span{display:inline-flex;align-items:center;justify-content:center;min-height:78px;padding:14px 18px;border:1px solid #cde9dd;border-radius:14px;background:#fff;color:#24354b;font-size:18px;font-weight:850;line-height:1.2}
.sp-products-card-body{display:flex;flex:1;flex-direction:column;padding:20px}
.sp-products-card h2{margin:0 0 8px;color:#24354b;font-size:19px;line-height:1.25}
.sp-products-card h2 a{color:inherit;text-decoration:none}
.sp-products-price{margin:0 0 12px;color:#667487;font-size:.84rem}
.sp-products-price strong{color:#059669;font-size:1.05rem}
.sp-products-card p{margin:0 0 18px;color:#667487;font-size:.86rem;line-height:1.58}
.sp-products-card .sp-btn{margin-top:auto;justify-content:center}
.sp-product-page{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:38px 0 80px}
.sp-product-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:#84909e;font-size:.8rem}
.sp-product-breadcrumb a{color:#667487;text-decoration:none}
.sp-product-titleline{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid #e5ece9}
.sp-product-titleline h1{margin:0;color:#24354b;font-size:clamp(32px,3.4vw,46px);line-height:1.05}
.sp-product-titleline .sp-products-price{margin:0;white-space:nowrap}
.sp-product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:36px;align-items:start}
.sp-product-display{display:flex;align-items:center;justify-content:center;min-height:500px;padding:42px;border:1px solid #e5ece9;border-radius:16px;background:linear-gradient(145deg,#f8fbfa,#edf8f3)}
.sp-product-display span{display:flex;align-items:center;justify-content:center;min-height:160px;min-width:min(76%,420px);padding:30px;border:1px solid #cfe8de;border-radius:18px;background:#fff;color:#24354b;text-align:center;font-size:30px;font-weight:900;line-height:1.15}
.sp-product-overview{padding:22px 0 0;color:#5f6f82;line-height:1.72}
.sp-product-overview h2,.sp-product-overview h3{color:#24354b}
.sp-product-estimator{padding:0}
.sp-product-estimator-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:0 0 16px;padding:0 0 12px;border-bottom:1px solid #e5ece9}
.sp-product-estimator-head h2{margin:0;color:#24354b;font-size:20px}
.sp-product-estimator-head span{color:#059669;font-size:.78rem;font-weight:800}
.sp-product-fields{display:grid;gap:10px}
.sp-product-field{display:grid;grid-template-columns:145px minmax(0,1fr);gap:14px;align-items:center}
.sp-product-field label{color:#667487;font-size:.82rem;font-weight:700}
.sp-product-field select,.sp-product-field input{width:100%;min-height:44px;padding:9px 11px;border:1px solid #dce6e2;border-radius:8px;background:#fff;color:#344761;font:inherit;font-size:.86rem;box-sizing:border-box}
.sp-product-field select:focus,.sp-product-field input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.12)}
.sp-product-pricebox{margin:22px 0 0;padding:18px 20px;border:1px solid #ccefe0;border-radius:14px;background:#ecfdf5;text-align:right}
.sp-product-pricebox span{display:block;color:#667487;font-size:.8rem}
.sp-product-pricebox strong{display:block;margin-top:3px;color:#059669;font-size:1.6rem}
.sp-product-pricebox small{display:block;margin-top:7px;color:#738194;line-height:1.45}
.sp-product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.sp-product-actions .sp-btn{flex:1;justify-content:center;min-width:150px}
.sp-product-specnote{margin:18px 0 0;padding:13px 15px;border:1px solid #e5ece9;border-radius:12px;background:#f7faf9;color:#6a7889;font-size:.78rem;line-height:1.55}
@media(max-width:1050px){.sp-products-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.sp-products-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp-product-layout{grid-template-columns:1fr}.sp-product-display{min-height:360px}}
@media(max-width:620px){.sp-products-catalogue,.sp-product-page{width:min(100% - 28px,1180px)}.sp-products-card-grid{grid-template-columns:1fr}.sp-products-catalogue-head,.sp-product-titleline{align-items:flex-start;flex-direction:column}.sp-product-field{grid-template-columns:1fr;gap:6px}.sp-product-display{min-height:280px;padding:24px}.sp-product-display span{font-size:24px}}


/* ============================================================
   v1.4.13.104.6 — Products storefront layout
   ============================================================ */
.sp-products-store{
  background:#fff;
}
.sp-products-store-hero{
  position:relative;
  overflow:hidden;
  padding:48px 24px 46px;
  background:
    radial-gradient(circle at 90% 24%,rgba(16,185,129,.14) 0 150px,transparent 151px),
    linear-gradient(135deg,#f4fbf8 0%,#eef9f4 52%,#fff 100%);
  border-bottom:1px solid #e5ece9;
}
.sp-products-store-hero::after{
  content:"";
  position:absolute;
  right:7%;
  top:24px;
  width:300px;
  height:150px;
  border-radius:26px;
  background:
    linear-gradient(145deg,#fff 0 44%,#11b981 44% 100%);
  border:1px solid rgba(36,53,75,.08);
  box-shadow:0 18px 42px rgba(24,63,50,.09);
  transform:rotate(-3deg);
  opacity:.95;
}
.sp-products-store-hero::before{
  content:"Swiftpro.\A MEDIA & PRINT";
  white-space:pre;
  position:absolute;
  z-index:2;
  right:14%;
  top:62px;
  color:#24354b;
  font-size:21px;
  line-height:1.25;
  font-weight:850;
  letter-spacing:-.02em;
}
.sp-products-store-inner{
  width:min(1420px,100%);
  margin:0 auto;
}
.sp-products-store-hero h1{
  position:relative;
  z-index:3;
  margin:0 0 10px;
  color:#24354b;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.sp-products-store-hero p{
  position:relative;
  z-index:3;
  max-width:650px;
  margin:0;
  color:#667487;
  font-size:16px;
  line-height:1.65;
}
.sp-products-store-body{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:38px;
  width:min(1420px,calc(100% - 40px));
  margin:0 auto;
  padding:30px 0 40px;
}
.sp-products-sidebar{
  min-width:0;
}
.sp-products-sidebar h2{
  margin:0 0 14px;
  color:#24354b;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sp-products-sidebar-nav{
  display:grid;
  gap:2px;
}
.sp-products-sidebar-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:42px;
  padding:9px 12px;
  border-radius:8px;
  color:#42536a;
  text-decoration:none;
  font-size:13px;
  font-weight:650;
}
.sp-products-sidebar-nav a::after{
  content:"›";
  color:#9aabb8;
  font-size:17px;
}
.sp-products-sidebar-nav a.is-active{
  color:#059669;
  background:#eef9f4;
}
.sp-products-sidebar-nav a.is-active::after{color:#059669}
.sp-products-help{
  margin-top:24px;
  padding:20px;
  border:1px solid #e5ece9;
  border-radius:14px;
  background:#fafcfb;
}
.sp-products-help strong{
  display:block;
  margin-bottom:6px;
  color:#24354b;
  font-size:15px;
}
.sp-products-help p{
  margin:0 0 14px;
  color:#667487;
  font-size:12.5px;
  line-height:1.55;
}
.sp-products-help .sp-btn{
  width:100%;
  justify-content:center;
}
.sp-products-main{
  min-width:0;
}
.sp-products-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
}
.sp-products-count{
  color:#667487;
  font-size:13px;
}
.sp-products-tools{
  display:flex;
  align-items:center;
  gap:10px;
}
.sp-products-tools select{
  min-height:40px;
  padding:8px 34px 8px 11px;
  border:1px solid #dfe8e4;
  border-radius:8px;
  background:#fff;
  color:#42536a;
  font-size:12.5px;
}
.sp-products-view{
  display:inline-flex;
  gap:4px;
  padding:3px;
  border:1px solid #dfe8e4;
  border-radius:8px;
}
.sp-products-view button{
  min-width:34px;
  height:32px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#68798d;
  cursor:pointer;
}
.sp-products-view button.is-active{
  background:#ecfdf5;
  color:#059669;
}
.sp-products-store-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.sp-products-store-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  border:1px solid #e5ece9;
  border-radius:10px;
  background:#fff;
}
.sp-products-store-card-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1.15/1;
  padding:18px;
  background:linear-gradient(145deg,#f8faf9,#f2f7f5);
  border-bottom:1px solid #edf1ef;
}
.sp-products-store-card-visual span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78%;
  min-height:78px;
  padding:14px;
  border-radius:12px;
  background:#fff;
  border:1px solid #d7e8e0;
  color:#24354b;
  text-align:center;
  font-size:16px;
  font-weight:800;
}
.sp-products-store-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:12px 13px 13px;
}
.sp-products-store-card h3{
  margin:0 0 6px;
  color:#24354b;
  font-size:14px;
  line-height:1.25;
}
.sp-products-store-card h3 a{
  color:inherit;
  text-decoration:none;
}
.sp-products-store-price{
  margin:0 0 11px;
  color:#667487;
  font-size:12px;
}
.sp-products-store-price strong{
  color:#059669;
  font-size:13.5px;
}
.sp-products-store-card .sp-btn{
  width:100%;
  min-height:36px;
  margin-top:auto;
  padding:8px 10px;
  justify-content:center;
  font-size:12px;
  border-radius:7px;
}
.sp-products-featurebar{
  border-top:1px solid #dceae4;
  background:#f2faf6;
}
.sp-products-featurebar-inner{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  padding:18px 0;
}
.sp-products-feature{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:10px;
  align-items:start;
}
.sp-products-feature-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid #8ad8b8;
  border-radius:50%;
  color:#059669;
  font-size:18px;
  font-weight:800;
}
.sp-products-feature strong{
  display:block;
  margin-bottom:2px;
  color:#24354b;
  font-size:12px;
}
.sp-products-feature span{
  display:block;
  color:#667487;
  font-size:10.8px;
  line-height:1.45;
}
.sp-products-store.is-list .sp-products-store-grid{
  grid-template-columns:1fr;
}
.sp-products-store.is-list .sp-products-store-card{
  display:grid;
  grid-template-columns:180px 1fr;
}
.sp-products-store.is-list .sp-products-store-card-visual{
  aspect-ratio:auto;
  min-height:150px;
}
.sp-products-store.is-list .sp-products-store-card-body{
  padding:20px;
}
@media(max-width:1180px){
  .sp-products-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .sp-products-store-body{grid-template-columns:1fr}
  .sp-products-sidebar{display:none}
  .sp-products-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sp-products-store-hero::after,.sp-products-store-hero::before{display:none}
  .sp-products-featurebar-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .sp-products-store-body{width:min(100% - 24px,1420px)}
  .sp-products-store-hero{padding:38px 16px}
  .sp-products-store-grid{grid-template-columns:1fr}
  .sp-products-toolbar{align-items:flex-start;flex-direction:column}
  .sp-products-tools{width:100%;justify-content:space-between}
  .sp-products-featurebar-inner{grid-template-columns:1fr}
}


/* ============================================================
   v1.4.13.104.7 — Products header with Swiftpro image
   ============================================================ */
.sp-products-store-hero{
  min-height:165px;
  display:flex;
  align-items:center;
}
.sp-products-store-hero::before,
.sp-products-store-hero::after{
  display:none!important;
}
.sp-products-store-hero .sp-products-store-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
  gap:36px;
  align-items:center;
}
.sp-products-store-hero-copy{
  min-width:0;
}
.sp-products-store-hero-media{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.sp-products-store-hero-media img{
  display:block;
  width:100%;
  max-width:620px;
  height:170px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(24,63,50,.10);
}
@media(max-width:900px){
  .sp-products-store-hero .sp-products-store-inner{
    grid-template-columns:1fr;
  }
  .sp-products-store-hero-media{
    display:none;
  }
}


/* ============================================================
   v1.4.13.104.8 — Products storefront proportion/image fix
   ============================================================ */

/* Wider storefront + narrower sidebar */
.sp-products-store-body{
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:34px!important;
  width:min(1500px,calc(100% - 34px))!important;
  padding:26px 0 34px!important;
}
.sp-products-store-inner{
  width:min(1500px,100%)!important;
}

/* Shallower hero, closer to supplied reference */
.sp-products-store-hero{
  min-height:140px!important;
  padding:34px 24px 32px!important;
}
.sp-products-store-hero .sp-products-store-inner{
  grid-template-columns:minmax(0,1fr) minmax(390px,.8fr)!important;
  gap:28px!important;
}
.sp-products-store-hero h1{
  font-size:clamp(34px,3.7vw,50px)!important;
  margin-bottom:8px!important;
}
.sp-products-store-hero p{
  font-size:14px!important;
}
.sp-products-store-hero-media img{
  height:138px!important;
  max-width:560px!important;
  border-radius:12px!important;
  box-shadow:0 10px 26px rgba(24,63,50,.08)!important;
}

/* More compact sidebar */
.sp-products-sidebar-nav a{
  min-height:36px!important;
  padding:7px 9px!important;
  font-size:12px!important;
}
.sp-products-sidebar h2{
  margin-bottom:10px!important;
  font-size:11px!important;
}
.sp-products-help{
  margin-top:18px!important;
  padding:16px!important;
}

/* Six cards across on large desktop */
.sp-products-store-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}

/* Compact product cards */
.sp-products-store-card{
  border-radius:8px!important;
  box-shadow:none!important;
}
.sp-products-store-card-visual{
  aspect-ratio:1.12/1!important;
  padding:0!important;
  background:#f6f8f7!important;
  overflow:hidden!important;
}
.sp-products-store-card-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.sp-products-store-card-visual .sp-products-card-fallback{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:14px!important;
  border:0!important;
  border-radius:0!important;
  background:
    linear-gradient(145deg,#f8faf9,#eef6f2)!important;
  color:#24354b!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.sp-products-store-card-body{
  padding:10px 11px 11px!important;
}
.sp-products-store-card h3{
  margin-bottom:5px!important;
  font-size:12.5px!important;
}
.sp-products-store-price{
  margin-bottom:9px!important;
  font-size:10.5px!important;
}
.sp-products-store-price strong{
  font-size:12px!important;
}
.sp-products-store-card .sp-btn{
  min-height:32px!important;
  padding:6px 8px!important;
  font-size:10.5px!important;
}

/* Toolbar tighter and aligned */
.sp-products-toolbar{
  margin-bottom:12px!important;
}
.sp-products-count{
  font-size:11px!important;
}
.sp-products-tools select{
  min-height:36px!important;
  font-size:11px!important;
}

/* Bottom strip closer to reference */
.sp-products-featurebar-inner{
  width:min(1320px,calc(100% - 36px))!important;
  padding:14px 0!important;
}
.sp-products-feature{
  grid-template-columns:36px 1fr!important;
  gap:8px!important;
}
.sp-products-feature-icon{
  width:32px!important;
  height:32px!important;
  font-size:15px!important;
}
.sp-products-feature strong{font-size:10.5px!important}
.sp-products-feature span{font-size:9.5px!important}

/* Featured image on product page */
.sp-product-display{
  padding:18px!important;
  overflow:hidden!important;
}
.sp-product-display img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:500px!important;
  object-fit:contain!important;
  border-radius:10px!important;
}

@media(max-width:1380px){
  .sp-products-store-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:1180px){
  .sp-products-store-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .sp-products-store-body{grid-template-columns:170px minmax(0,1fr)!important}
  .sp-products-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .sp-products-store-body{grid-template-columns:1fr!important}
  .sp-products-sidebar{display:none!important}
  .sp-products-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .sp-products-store-grid{grid-template-columns:1fr!important}
  .sp-products-store-hero{padding:32px 16px!important}
}


/* ============================================================
   v1.4.13.104.9 — Product visual assets from supplied reference
   ============================================================ */
.sp-products-store-card-visual img.sp-product-theme-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.sp-product-display img.sp-product-theme-image{
  width:100%!important;
  height:auto!important;
  max-height:520px!important;
  object-fit:contain!important;
  object-position:center!important;
}


/* ============================================================
   v1.4.13.104.10 — Full-size product image population
   ============================================================ */
.sp-products-store-card-visual img.sp-product-theme-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.sp-product-display img.sp-product-theme-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:620px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}


/* ============================================================
   v1.4.13.104.11 — Product images fill the catalogue cards
   ============================================================ */

/* Remove the old padded/icon-style presentation completely. */
.sp-products-store-card-visual{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1.18 / 1!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#f7f9f8!important;
}

/* Both uploaded Featured Images and bundled Swiftpro images fill the card. */
.sp-products-store-card-visual > img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
}

/* Keep the fallback full-card too, rather than a small icon-like box. */
.sp-products-store-card-visual .sp-products-card-fallback{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:18px!important;
  border:0!important;
  border-radius:0!important;
}

/* Individual product page uses a large image area without shrinking the artwork. */
.sp-product-display{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:440px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f7f9f8!important;
}
.sp-product-display > img,
.sp-product-display img.wp-post-image,
.sp-product-display img.sp-product-theme-image{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:620px!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:900px){
  .sp-product-display{min-height:340px!important}
}
@media(max-width:620px){
  .sp-products-store-card-visual{aspect-ratio:1.25 / 1!important}
  .sp-product-display{min-height:260px!important}
}


/* ============================================================
   v1.4.13.104.12 — Trimmed full-size product artwork
   ============================================================ */
.sp-products-store-card-visual > img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}


/* ============================================================
   v1.4.13.104.13 — force product artwork to full card size
   ============================================================ */
.sp-products-store-card-visual{
  height:230px!important;
  aspect-ratio:auto!important;
  padding:0!important;
  background:#f5f8f7!important;
}
.sp-products-store-card-visual picture,
.sp-products-store-card-visual a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.sp-products-store-card-visual img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
@media(max-width:1200px){
  .sp-products-store-card-visual{height:210px!important}
}
@media(max-width:700px){
  .sp-products-store-card-visual{height:250px!important}
}


/* ============================================================
 * v1.4.13.104.15 — editable Customize & Estimate fields
 * ============================================================ */
.sp-product-size-pair{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:end}
.sp-product-size-pair .sp-size-x{padding:0 2px 11px;color:var(--sp-text);font-weight:700}
.sp-product-size-pair label{display:block;font-size:12px;font-weight:700;color:var(--sp-text-dark);margin-bottom:6px}
.sp-product-size-pair input{width:100%;min-height:44px;border:1px solid var(--sp-line);border-radius:10px;padding:9px 11px;background:#fff;color:var(--sp-ink)}
.sp-product-size-presets{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}
.sp-product-size-preset{appearance:none;border:1px solid #b8e8d5;background:#f3fbf7;color:#047857;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer}
.sp-product-size-preset:hover{background:#ecfdf5;border-color:#10b981}
@media(max-width:520px){.sp-product-size-pair{grid-template-columns:1fr 20px 1fr;gap:6px}}


/* ============================================================
 * v1.4.13.104.16 — product estimator image upload
 * ============================================================ */
.sp-product-upload{margin:18px 0;padding:14px;border:1px solid var(--sp-line);border-radius:12px;background:#f8fbfa}
.sp-product-upload>label{display:block;margin-bottom:7px;color:var(--sp-text-dark);font-weight:800}
.sp-product-upload input[type=file]{display:block;width:100%;padding:10px;border:1px dashed #9dd9c2;border-radius:10px;background:#fff;color:var(--sp-ink)}
.sp-product-upload small{display:block;margin-top:7px;color:var(--sp-text)}
.sp-product-upload-status{min-height:20px;margin-top:7px;font-size:13px;font-weight:700}
.sp-product-upload-status.is-success{color:#047857}.sp-product-upload-status.is-error{color:#b42318}.sp-product-upload-status.is-uploading{color:#344761}
.sp-product-actions .is-disabled{pointer-events:none;opacity:.6}
.spqa-preupload{margin-top:8px;padding:10px 12px;border-radius:9px;background:#ecfdf5;color:#047857;font-size:13px}


/* ============================================================
   v1.4.13.104.17 — fixed 4:3 Product Card and Feature image areas
   ============================================================ */
.sp-products-store-card-visual{
  width:100%!important;
  height:auto!important;
  aspect-ratio:4 / 3!important;
  min-height:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.sp-products-store-card-visual img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
.sp-product-display{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:4 / 3!important;
  background:#fff!important;
}
.sp-product-display > img,
.sp-product-display img.wp-post-image,
.sp-product-display img.sp-product-theme-image{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
@media(max-width:900px){.sp-product-display{min-height:0!important}}
@media(max-width:700px){.sp-products-store-card-visual{height:auto!important}}
@media(max-width:620px){.sp-products-store-card-visual{aspect-ratio:4 / 3!important}.sp-product-display{min-height:0!important}}


/* ============================================================
   v1.4.13.104.18 — final non-cropping product image fit
   ============================================================ */
/* Catalogue cards: always show the complete dedicated 1200x900 artwork. */
.sp-products-store-card-visual{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4 / 3!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.sp-products-store-card-visual > img,
.sp-products-store-card-visual img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
}
/* Single product: same non-cropping 4:3 treatment for the 1800x1350 feature image. */
.sp-product-display{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:4 / 3!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.sp-product-display > img,
.sp-product-display img,
.sp-product-display img.wp-post-image,
.sp-product-display img.sp-product-theme-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* ============================================================
   v1.4.13.104.19 — feature image frame hugs the image
   ============================================================ */
/*
 * The single-product frame now follows the uploaded image's own
 * proportions. This removes the empty band caused when a source
 * image is not exactly 4:3, while still showing the full image.
 */
.sp-product-display{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  line-height:0!important;
  background:transparent!important;
  border:1px solid #e5ece9!important;
  border-radius:16px!important;
}
.sp-product-display > img,
.sp-product-display img,
.sp-product-display img.wp-post-image,
.sp-product-display img.sp-product-theme-image,
.sp-product-display img.sp-product-feature-image{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:15px!important;
  transform:none!important;
  vertical-align:top!important;
}


/* ============================================================
   v1.4.13.104.20 — Products: 4-card desktop grid + header alignment
   ============================================================ */

/* Match the Products hero content to the same 1180px container used by
   the global site header and the rest of the Swiftpro pages. */
.sp-products-store-hero .sp-products-store-inner{
  width:min(var(--sp-container),calc(100% - 48px))!important;
  margin-inline:auto!important;
}

/* Keep the catalogue body comfortably wide, but never show more than
   four product cards across on desktop. */
.sp-products-store-body{
  width:min(1380px,calc(100% - 48px))!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:34px!important;
}
.sp-products-store-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}

/* Give the larger four-column cards a little more breathing room. */
.sp-products-store-card-body{
  padding:12px 13px 13px!important;
}
.sp-products-store-card h3{
  font-size:13.5px!important;
}
.sp-products-store-price{
  font-size:11.5px!important;
}
.sp-products-store-price strong{
  font-size:13px!important;
}
.sp-products-store-card .sp-btn{
  min-height:34px!important;
  font-size:11px!important;
}

/* Responsive fallbacks. */
@media(max-width:1180px){
  .sp-products-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .sp-products-store-body{width:min(100% - 32px,1180px)!important;grid-template-columns:1fr!important}
  .sp-products-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sp-products-store-hero .sp-products-store-inner{width:min(100% - 32px,var(--sp-container))!important}
}
@media(max-width:620px){
  .sp-products-store-grid{grid-template-columns:1fr!important}
}


/* ============================================================
   v1.4.13.104.21 — Products: 3-card grid + hero/header positioning
   ============================================================ */

/* Keep the catalogue aligned to the same content width as the site header. */
.sp-products-store-body{
  width:min(var(--sp-container),calc(100% - 48px))!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:34px!important;
}

/* Three larger product cards across on desktop. */
.sp-products-store-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

/* The site header is fixed, so give the Products hero the same clear top
   space used on the other Swiftpro pages instead of letting it sit underneath
   the logo/navigation. */
.sp-products-store-hero{
  min-height:230px!important;
  padding:112px 24px 30px!important;
}
.sp-products-store-hero .sp-products-store-inner{
  width:min(var(--sp-container),calc(100% - 48px))!important;
  grid-template-columns:minmax(0,1fr) 430px!important;
  gap:46px!important;
  align-items:end!important;
}
.sp-products-store-hero-copy{
  align-self:end!important;
}

/* Move the decorative Products image away from the navigation and lower it
   into the hero where it reads as part of the page rather than the menu. */
.sp-products-store-hero-media{
  align-self:end!important;
  justify-self:end!important;
  width:430px!important;
  max-width:100%!important;
  margin:0 0 -2px!important;
}
.sp-products-store-hero-media img{
  display:block!important;
  width:100%!important;
  height:112px!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:12px!important;
}

/* Responsive fallbacks for the new three-column desktop layout. */
@media(max-width:1050px){
  .sp-products-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sp-products-store-hero .sp-products-store-inner{grid-template-columns:minmax(0,1fr) 360px!important;gap:28px!important}
  .sp-products-store-hero-media{width:360px!important}
}
@media(max-width:900px){
  .sp-products-store-body{width:min(100% - 32px,var(--sp-container))!important;grid-template-columns:1fr!important}
  .sp-products-store-hero{padding:98px 16px 28px!important;min-height:auto!important}
  .sp-products-store-hero .sp-products-store-inner{width:min(100% - 32px,var(--sp-container))!important;grid-template-columns:1fr!important;gap:20px!important}
  .sp-products-store-hero-media{justify-self:start!important;width:min(520px,100%)!important}
}
@media(max-width:620px){
  .sp-products-store-grid{grid-template-columns:1fr!important}
  .sp-products-store-hero-media img{height:auto!important;aspect-ratio:3.8/1!important}
}

/* ============================================================
   v1.4.13.104.22 — remove seam below Product Card image
   ============================================================ */
/* Make the 4:3 image area meet the card body directly. The tiny overlap
   prevents a 1px white seam caused by sub-pixel rendering at some zoom levels. */
.sp-products-store-card-visual{
  display:block!important;
  margin:0 0 -1px 0!important;
  padding:0!important;
  border:0!important;
  line-height:0!important;
}
.sp-products-store-card-visual img,
.sp-products-store-card-visual img.wp-post-image,
.sp-products-store-card-visual img.sp-product-theme-image{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  vertical-align:top!important;
}
.sp-products-store-card-body{
  position:relative!important;
  margin:0!important;
  border-top:0!important;
}


/* v1.4.13.104.23 — contact form CAPTCHA / anti-spam */
.sp-captcha-wrap{margin:18px 0 20px;min-height:65px}
.sp-contact-form .sp-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:480px){.sp-captcha-wrap{transform:scale(.92);transform-origin:left top;margin-bottom:12px}}


/* ============================================================
   v1.4.13.104.26 — refined single Product page
   Matches approved three-column Swiftpro layout; no breadcrumbs.
   ============================================================ */
body.single-sp_product .sp-product-page{
  width:min(var(--sp-container),calc(100% - 48px));
  margin-inline:auto;
  padding:42px 0 54px;
}
body.single-sp_product .sp-product-titleline{
  display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  margin:0 0 22px;
}
body.single-sp_product .sp-product-titleline h1{
  margin:0;color:#173153;font-size:clamp(34px,3.1vw,48px);line-height:1.04;letter-spacing:-.035em;
}
body.single-sp_product .sp-product-titleline .sp-products-price{font-size:14px;color:#657489;white-space:nowrap}
body.single-sp_product .sp-product-titleline .sp-products-price strong{font-size:22px;color:#079761}

body.single-sp_product .sp-product-layout-v26{
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(345px,.88fr) minmax(205px,.46fr);
  gap:24px;
  align-items:start;
}
body.single-sp_product .sp-product-display{
  border:0!important;border-radius:15px!important;background:#f4f5f4!important;
  box-shadow:none!important;
}
body.single-sp_product .sp-product-display img.sp-product-feature-image{border-radius:15px!important}
body.single-sp_product .sp-product-overview{padding:20px 0 0;font-size:15px;line-height:1.65;color:#42566f}
body.single-sp_product .sp-product-overview p:first-child{margin-top:0}
body.single-sp_product .sp-product-overview h2,
body.single-sp_product .sp-product-overview h3{font-size:16px;margin:24px 0 7px;color:#173153}

body.single-sp_product .sp-product-estimator{
  border:1px solid #dce8e3;border-radius:14px;background:#fff;padding:18px 18px 16px;
}
body.single-sp_product .sp-product-estimator-head{margin-bottom:14px}
body.single-sp_product .sp-product-estimator-head h2{font-size:18px;color:#173153}
body.single-sp_product .sp-product-fields{display:grid;gap:10px}
body.single-sp_product .sp-product-field{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:center}
body.single-sp_product .sp-product-field>label{font-size:12px;font-weight:800;color:#31455f}
body.single-sp_product .sp-product-field select,
body.single-sp_product .sp-product-field>input{min-height:42px;border:1px solid #d8e5e0;border-radius:9px;padding:8px 10px;background:#fff;color:#173153}
body.single-sp_product .sp-product-size-pair input{min-height:42px;border-radius:9px}
body.single-sp_product .sp-product-upload{margin:18px 0 0;padding:15px;border-radius:11px;background:#f8fbfa}
body.single-sp_product .sp-product-specnote{margin-top:12px;color:#738194;font-size:11px;line-height:1.5}

body.single-sp_product .sp-product-quote-rail{display:grid;gap:18px}
body.single-sp_product .sp-product-pricebox{
  margin:0;padding:26px 18px 20px;border:1px solid #ccefe0;border-radius:14px;background:#f3fcf8;text-align:center;
}
body.single-sp_product .sp-product-pricebox span{font-size:12px}
body.single-sp_product .sp-product-pricebox strong{margin-top:10px;font-size:27px}
body.single-sp_product .sp-product-pricebox small{margin-top:12px;font-size:12px;line-height:1.65;color:#53677d}
body.single-sp_product .sp-product-actions{display:grid;gap:10px;margin-top:24px}
body.single-sp_product .sp-product-actions .sp-btn{width:100%;min-width:0;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:800}
body.single-sp_product .sp-product-actions button.sp-btn{font:inherit;cursor:pointer}
body.single-sp_product .sp-product-actions .spmc-add-to-quote.is-added{background:#e9f8f2!important;color:#087a56!important}

body.single-sp_product .sp-product-assurance{
  display:grid;grid-template-columns:34px 1fr;gap:10px;padding:20px 16px;border:1px solid #e5ece9;border-radius:12px;background:#fafcfb;
}
body.single-sp_product .sp-product-assurance-icon{width:30px;height:30px;border:2px solid #0a9964;border-radius:50%;display:grid;place-items:center;color:#0a9964;font-weight:900}
body.single-sp_product .sp-product-assurance strong{display:block;color:#173153;font-size:12px;margin-bottom:7px}
body.single-sp_product .sp-product-assurance span{display:block;color:#657489;font-size:10.5px;line-height:1.55}

body.single-sp_product .sp-product-feature-strip{
  margin-top:44px;padding:20px 26px;border:1px solid #dcefe7;border-radius:18px;background:linear-gradient(90deg,#effaf6,#fbfefd);
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;
}
body.single-sp_product .sp-product-feature-strip>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:0 22px;border-right:1px solid #d7ebe2}
body.single-sp_product .sp-product-feature-strip>div:first-child{padding-left:0}
body.single-sp_product .sp-product-feature-strip>div:last-child{border-right:0;padding-right:0}
body.single-sp_product .sp-product-feature-strip b{width:36px;height:36px;border:1px solid #0a9964;border-radius:50%;display:grid;place-items:center;color:#087a56;font-size:15px}
body.single-sp_product .sp-product-feature-strip span{font-size:11px;line-height:1.45;color:#52667b}
body.single-sp_product .sp-product-feature-strip strong{display:block;margin-bottom:4px;color:#173153;font-size:11.5px}

@media(max-width:1260px){
  body.single-sp_product .sp-product-page{width:min(1180px,calc(100% - 36px))}
  body.single-sp_product .sp-product-layout-v26{grid-template-columns:minmax(0,1.2fr) minmax(360px,.9fr)}
  body.single-sp_product .sp-product-quote-rail{grid-column:2}
}
@media(max-width:900px){
  body.single-sp_product .sp-product-layout-v26{grid-template-columns:1fr}
  body.single-sp_product .sp-product-quote-rail{grid-column:auto;grid-template-columns:1fr 1fr}
  body.single-sp_product .sp-product-pricebox{grid-row:span 2}
  body.single-sp_product .sp-product-feature-strip{grid-template-columns:repeat(2,1fr);row-gap:22px}
  body.single-sp_product .sp-product-feature-strip>div:nth-child(2){border-right:0}
}
@media(max-width:620px){
  body.single-sp_product .sp-product-page{width:min(100% - 28px,1180px);padding-top:28px}
  body.single-sp_product .sp-product-titleline{align-items:flex-start;flex-direction:column;margin-bottom:18px}
  body.single-sp_product .sp-product-titleline h1{font-size:34px}
  body.single-sp_product .sp-product-field{grid-template-columns:1fr;gap:6px}
  body.single-sp_product .sp-product-quote-rail{grid-template-columns:1fr}
  body.single-sp_product .sp-product-pricebox{grid-row:auto}
  body.single-sp_product .sp-product-feature-strip{grid-template-columns:1fr;padding:18px}
  body.single-sp_product .sp-product-feature-strip>div{border-right:0;border-bottom:1px solid #d7ebe2;padding:12px 0}
  body.single-sp_product .sp-product-feature-strip>div:last-child{border-bottom:0}
}


/* ============================================================
   v1.4.13.104.27 — narrower approved single-product layout
   Keeps the approved three-column structure inside the standard
   Swiftpro 1180px site container instead of the previous 1440px.
   ============================================================ */
@media(min-width:1261px){
  body.single-sp_product .sp-product-page{
    width:min(var(--sp-container),calc(100% - 48px))!important;
    margin-inline:auto!important;
  }
  body.single-sp_product .sp-product-layout-v26{
    grid-template-columns:minmax(0,1.38fr) minmax(345px,.88fr) minmax(205px,.46fr)!important;
    gap:24px!important;
  }
}

/* ============================================================
   v1.4.13.104.28 — single-product header clearance
   Keeps the product title fully below the fixed site header.
   ============================================================ */
body.single-sp_product .sp-product-page{
  padding-top:112px!important;
}
body.admin-bar.single-sp_product .sp-product-page{
  padding-top:144px!important;
}
@media(max-width:900px){
  body.single-sp_product .sp-product-page{padding-top:100px!important}
  body.admin-bar.single-sp_product .sp-product-page{padding-top:146px!important}
}
@media(max-width:620px){
  body.single-sp_product .sp-product-page{padding-top:92px!important}
  body.admin-bar.single-sp_product .sp-product-page{padding-top:138px!important}
}



/* ============================================================
   v1.4.13.104.29 — balanced desktop single-product width
   Restores a generous desktop working area without allowing the
   product title to overlap the fixed site header.
   ============================================================ */
@media(min-width:1261px){
  body.single-sp_product .sp-product-page{
    width:min(1420px,calc(100% - 72px))!important;
    max-width:1420px!important;
    margin-inline:auto!important;
  }
  body.single-sp_product .sp-product-layout-v26{
    grid-template-columns:minmax(0,1.52fr) minmax(390px,.92fr) minmax(230px,.52fr)!important;
    gap:28px!important;
    align-items:start!important;
  }
  body.single-sp_product .sp-product-display{
    min-height:430px!important;
  }
  body.single-sp_product .sp-product-titleline h1{
    font-size:42px!important;
    line-height:1.08!important;
  }
}


/* ============================================================
   v1.4.13.104.30 — Products catalogue consistency
   Keeps product cards uniform, prevents small/tiny card images,
   and improves category navigation without changing artwork.
   ============================================================ */
.sp-products-store-card{
  height:100%;
}
.sp-products-store-card-visual{
  position:relative;
  aspect-ratio:4/3!important;
  min-height:0!important;
  padding:14px!important;
  overflow:hidden!important;
  background:#f5f7f6!important;
}
.sp-products-store-card-visual img,
.sp-products-store-card-visual img.sp-product-theme-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
.sp-products-store-card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-height:154px;
  padding:18px!important;
}
.sp-products-store-card-body h3{
  min-height:48px;
  margin:0 0 9px!important;
  font-size:17px!important;
  line-height:1.4!important;
}
.sp-products-store-card-body .sp-products-store-price{margin-bottom:14px!important}
.sp-products-store-card-body .sp-btn{margin-top:auto!important}
.sp-products-sidebar-nav a .sp-products-cat-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:25px;
  height:22px;
  margin-left:auto;
  padding:0 7px;
  border-radius:999px;
  background:#f1f5f3;
  color:#758397;
  font-size:10px;
  font-weight:800;
}
.sp-products-sidebar-nav a.is-active .sp-products-cat-count{
  background:#dff5eb;
  color:#087a56;
}
.sp-products-sidebar-nav a::after{display:none!important}
.sp-products-sidebar-nav a{gap:9px}
@media(max-width:620px){
  .sp-products-store-card-body{min-height:0}
  .sp-products-store-card-body h3{min-height:0}
}


/* v1.4.13.104.32 — Swiftpro arrow brand mark
   The original white chevron is now mint while the forward green chevron stays green.
   Applied as a reusable theme asset in the site header and footer only; existing product imagery is untouched. */


/* v1.4.13.104.33 — header arrow alignment
   Keep the mint + green arrow directly inline with the Swiftpro wordmark,
   aligned to the main Swiftpro name rather than the MEDIA & PRINT tagline. */
.sp-brand{gap:7px;align-items:flex-start}
.sp-brand-mark{width:29px;height:24px;margin-top:5px;align-self:flex-start}
.sp-brand .custom-logo-link{display:inline-flex;align-items:flex-start;line-height:0}
.sp-brand .custom-logo{display:block;max-height:54px;width:auto}
.sp-brand .sp-wordmark{margin-top:0}
@media(max-width:620px){
  .sp-brand{gap:6px}
  .sp-brand-mark{width:25px;height:21px;margin-top:4px}
}

/* ============================================================
 * v1.4.13.104.34 — Quote Basket + Request Quote workflow
 * ============================================================ */
.spmc-quote-basket{position:fixed;right:24px;bottom:24px;z-index:9990;display:flex;align-items:center;gap:10px;border:0;border-radius:999px;background:var(--sp-green);color:#fff;padding:13px 16px;box-shadow:0 16px 35px rgba(16,185,129,.26);font-weight:800;cursor:pointer}
.spmc-quote-basket:hover{transform:translateY(-1px)}
.spmc-quote-basket-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0 7px;border-radius:999px;background:#fff;color:var(--sp-green-deep);font-size:13px}
.spmc-quote-basket:not(.is-visible){display:none}
.spmc-quote-drawer-backdrop{position:fixed;inset:0;z-index:9991;background:rgba(20,35,50,.38);backdrop-filter:blur(2px)}
.spmc-quote-drawer{position:fixed;top:0;right:0;z-index:9992;width:min(460px,94vw);height:100dvh;background:#fff;box-shadow:-24px 0 60px rgba(20,35,50,.18);transform:translateX(105%);transition:transform .22s ease;display:flex;flex-direction:column}
.spmc-quote-drawer.is-open{transform:translateX(0)}
.spmc-quote-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid var(--sp-line);background:linear-gradient(135deg,#fff,#f0fbf6)}
.spmc-quote-drawer-head h2{margin:4px 0 0;color:var(--sp-ink);font-size:25px}
.spmc-quote-drawer-close{width:38px;height:38px;border:1px solid var(--sp-line);border-radius:12px;background:#fff;color:var(--sp-ink);font-size:27px;line-height:1;cursor:pointer}
.spmc-quote-drawer-body{flex:1;overflow:auto;padding:18px 24px}
.spmc-quote-items{display:grid;gap:12px}
.spmc-quote-item{border:1px solid var(--sp-line);border-radius:16px;padding:14px;background:#fff}
.spmc-quote-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.spmc-quote-item-title{font-weight:800;color:var(--sp-ink);line-height:1.35}
.spmc-quote-item-title a{color:inherit;text-decoration:none}
.spmc-quote-item-code{display:block;margin-top:3px;color:var(--sp-text);font-size:12px}
.spmc-quote-item-remove{border:0;background:transparent;color:#9b3c3c;font-weight:700;cursor:pointer;padding:2px 0}
.spmc-quote-item-specs{margin:10px 0 0;padding:9px 11px;border-radius:10px;background:var(--sp-mint-2);color:var(--sp-text-dark);font-size:12px;line-height:1.5}
.spmc-quote-item-qty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.spmc-quote-item-qty label{font-size:12px;font-weight:800;color:var(--sp-text-dark)}
.spmc-quote-item-qty input{width:82px;height:38px;border:1px solid var(--sp-line);border-radius:10px;padding:0 10px;font:inherit}
.spmc-quote-empty{padding:34px 18px;text-align:center;border:1px dashed #b9d9ce;border-radius:16px;background:var(--sp-mint-2);color:var(--sp-text)}
.spmc-quote-empty strong,.spmc-quote-empty span{display:block}.spmc-quote-empty strong{color:var(--sp-ink);margin-bottom:6px}
.spmc-quote-drawer-foot{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:18px 24px;border-top:1px solid var(--sp-line);background:#fff}
.spmc-quote-clear{border:0;background:transparent;color:#8b3a3a;font-weight:800;cursor:pointer;padding:0 8px}
.spmc-quote-request-button{text-align:center;justify-content:center}
body.spmc-quote-open{overflow:hidden}
.sp-products-store-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.sp-products-store-card-actions .sp-btn{width:100%;justify-content:center;text-align:center}
.spmc-add-to-quote.is-added{background:#e9f8f2!important;border-color:#b5e5d3!important;color:#087a56!important}
.spmc-quote-prefill{margin:0 auto 20px;max-width:980px;padding:18px 20px;border:1px solid #cfe9df;border-radius:18px;background:#f4fbf8}
.spmc-quote-prefill h3{margin:0 0 8px;color:var(--sp-ink)}
.spmc-quote-prefill p{margin:0 0 10px;color:var(--sp-text)}
.spmc-quote-prefill-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.spmc-quote-prefill-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid var(--sp-line);color:var(--sp-text-dark)}
@media(max-width:700px){.spmc-quote-basket{right:14px;bottom:14px}.spmc-quote-basket-label{display:none}.spmc-quote-drawer-foot{grid-template-columns:1fr}.spmc-quote-clear{order:2;height:40px}.sp-products-store-card-actions{grid-template-columns:1fr}}

/* v1.4.13.104.36 — Quote Basket visibility fix */
.spmc-quote-basket{display:flex!important;}


/* v1.4.13.104.37 — permanent Quote Basket in main navigation */
.sp-quote-nav-button{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:8px 11px;
  border:1px solid var(--sp-line);
  border-radius:10px;
  background:#fff;
  color:var(--sp-ink);
  font:inherit;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  white-space:nowrap;
}
.sp-quote-nav-button:hover,
.sp-quote-nav-button:focus-visible{
  border-color:#a7e7d4;
  background:#f0fbf6;
  color:var(--sp-green-deep);
  outline:none;
}
.sp-quote-nav-button .spmc-quote-basket-count{
  min-width:22px;
  height:22px;
  padding:0 6px;
  font-size:11px;
  background:var(--sp-green);
  color:#fff;
}
/* Use one clear basket entry point: the header button. */
.spmc-quote-basket{display:none!important;}
@media(max-width:980px){
  .sp-quote-nav-button{
    width:100%;
    justify-content:space-between;
    box-sizing:border-box;
    margin:4px 0;
    padding:12px 10px;
  }
}
\n\n/* v1.4.13.104.42 — quotation letter, preview and print */
.spq-letterhead{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;padding:26px 0 22px;border-bottom:2px solid var(--sp-green,#10b981);margin-bottom:22px}
.spq-letterhead h1{margin:5px 0 6px;font-size:34px;letter-spacing:.05em}.spq-letterhead p{margin:0;color:#667085}.spq-company-details{text-align:right;line-height:1.65;color:#475467}.spq-print-actions{display:flex;justify-content:flex-end;margin:0 0 18px}
@media(max-width:700px){.spq-letterhead{display:block}.spq-company-details{text-align:left;margin-top:18px}.spq-print-actions{justify-content:flex-start}}
@media print{header,.site-header,.sp-site-header,footer,.site-footer,.sp-footer,.sp-client-back,.spq-response,.spq-print-actions,.spq-status{display:none!important}body{background:#fff!important}.spq-shell{max-width:none!important;margin:0!important;padding:0!important;box-shadow:none!important}.spq-letterhead{padding-top:0}.spq-table{font-size:11pt}.spq-bottom{break-inside:avoid}.spq-head,.spq-client,.spq-table-wrap{break-inside:avoid}a{color:#000!important;text-decoration:none!important}@page{size:A4;margin:14mm}}


/* v1.4.13.104.54 — align Swiftpro arrow mark with the main wordmark */
.sp-brand{gap:4px!important;align-items:flex-start!important}
.sp-brand-mark{width:27px!important;height:auto!important;margin-top:1px!important;align-self:flex-start!important}
.sp-brand-mark img{width:27px!important;height:auto!important;object-fit:contain!important}
.sp-footer-brand-row{align-items:flex-start!important;gap:4px!important}
.sp-footer-brand-mark{width:27px!important;height:auto!important;margin-top:1px!important}
.sp-footer-brand-mark img{width:27px!important;height:auto!important;object-fit:contain!important}
@media(max-width:760px){
  .sp-brand{gap:4px!important}
  .sp-brand-mark{width:24px!important;margin-top:1px!important}
  .sp-brand-mark img{width:24px!important}
}
