/* =====================
   TOKENS / BRAND
===================== */
:root {
    --ss-navy: #054A8A;
    --ss-gold: #F79320;
    --ss-gold-hover: #c88722;
    --ss-bg: #ffffff;
    --ss-muted: #6b7280;
    --ss-border: #e6edf5;
    --ss-shadow: 0 12px 26px rgba(16,24,40,.10);
    --ss-radius: 16px;
}

/* =====================
   BASE
===================== */
body {
    font-family: "Arimo", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--ss-bg);
    color: #111827;
}

h1,
h2,
h3,
h4 {
    font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ss-navy);
    letter-spacing: .2px;
}

/* =========================
   NAVBAR
========================= */
.ss-navbar {
    background: #ffffff;
    border-bottom: 1px solid rgba(22,59,115,.10);
    padding: .9rem 0;
}

.ss-logo {
    height: 60px !important;
    width: auto !important;
    display: block !important;
}

.ss-navbar .nav-link {
    font-weight: 700;
    color: var(--ss-navy);
    opacity: .92;
    padding: .5rem .85rem;
}

.ss-navbar .nav-link:hover {
    opacity: 1;
}

.ss-btn-quote {
    background: var(--ss-gold);
    color: #ffffff !important;
    font-weight: 800;
    border-radius: 10px;
    padding: .65rem 1.15rem;
    border: none;
    box-shadow: 0 10px 18px rgba(215,154,56,.18);
    text-decoration: none;
}

.ss-btn-quote:hover {
    background: #054A8A;
    color: #fff !important;
}

.ss-nav-toggle {
    border: 1px solid rgba(22,59,115,.18);
    border-radius: 10px;
}

/* =====================
   HERO
===================== */
.ss-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Replace this image with yours */
.ss-hero--voip {
    background-image: url("../images/1_Yealink Phone in Use.png");
    background-size: cover;
    background-position: center;
}

/* Overlay like screenshot (light wash)
.ss-hero--voip::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,.72); */
.ss-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4.5rem 0 4rem;
    max-width: 880px;
    margin: 0 auto;
}

.ss-hero-title {
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    line-height: 1.08;
    margin: 0 0 .75rem 0;
}

.ss-hero-sub {
    color: #4b5563;
    font-size: 1.15rem;
    line-height: 1.75;
    margin: 0 auto 1.35rem;
    max-width: 72ch;
}

.ss-hero-btn {
    padding: .75rem 1.3rem;
    border-radius: 10px;
}

/* =====================
   SECTION
===================== */
.ss-section {
    padding: 4.5rem 0 5rem;
}

.ss-section-title {
    text-align: center;
    font-weight: 900;
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin-bottom: 2.5rem;
}

/* =====================
   FEATURE CARDS
===================== */
.ss-feature-card {
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
    box-shadow: var(--ss-shadow);
    padding: 1.9rem 1.75rem;
    height: 100%;
}

.ss-feature-iconwrap {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.ss-feature-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.ss-feature-title {
    font-weight: 900;
    font-size: 1.35rem;
    margin: 0 0 .65rem 0;
    color: #111827;
    font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.ss-feature-text {
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
    font-size: 1.02rem;
}

/* spacing like screenshot */
.ss-feature-grid {
    margin-top: .75rem;
}

/* Responsive */
@media (max-width: 575.98px){
    .ss-hero-inner {
        padding: 3.75rem 0 3.25rem;
    }

    .ss-section {
        padding: 3.5rem 0 4rem;
    }
}

/* =====================
   TOKENS / BRAND
===================== */
:root {
    --ss-navy: #054A8A;
    --ss-gold: #F79320;
    --ss-gold-hover: #c88722;
    --ss-bg: #ffffff;
    --ss-muted: #6b7280;
    --ss-border: #e6edf5;
    --ss-shadow: 0 12px 26px rgba(16,24,40,.10);
    --ss-radius: 18px;
}

/* =====================
   BASE
===================== */
body {
    font-family: "Arimo", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--ss-bg);
    color: #111827;
}

h1,
h2,
h3,
h4 {
    font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ss-navy);
    letter-spacing: .2px;
}

/* =========================
   NAVBAR
========================= */
.ss-navbar {
    background: #ffffff;
    border-bottom: 1px solid rgba(22,59,115,.10);
    padding: .9rem 0;
}

.ss-logo {
    height: 42px;
    width: auto;
    display: block;
}

.ss-navbar .nav-link {
    font-weight: 700;
    color: var(--ss-navy);
    opacity: .92;
    padding: .5rem .85rem;
}

.ss-navbar .nav-link:hover {
    opacity: 1;
}

.ss-navbar .nav-link.active {
    opacity: 1;
}

.ss-nav-toggle {
    border: 1px solid rgba(22,59,115,.18);
    border-radius: 10px;
}

/* Button used in nav */
.ss-btn-accent {
    background-color: var(--ss-gold) !important;
    border-color: var(--ss-gold) !important;
    color: #fff !important;
    font-weight: 800;
    border-radius: 10px;
    padding: .65rem 1.15rem;
    box-shadow: 0 10px 18px rgba(215,154,56,.18);
    text-decoration: none;
}

.ss-btn-accent:hover {
    background-color: var(--ss-gold-hover) !important;
    border-color: var(--ss-gold-hover) !important;
    color: #fff !important;
}

/* =========================
   SECTION HEADER
========================= */
.ss-section {
    padding: 5rem 0 6rem;
}

.ss-section-title {
    text-align: center;
    font-weight: 900;
    font-size: clamp(2.1rem, 3.2vw, 3rem);
    margin-bottom: .75rem;
}

.ss-section-sub {
    text-align: center;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 70ch;
    margin: 0 auto;
}

/* =========================
   HARDWARE CARDS
========================= */
/* A little breathing room below the card row so lifted card doesn't collide with next content */
.hw-row {
    padding-bottom: 18px;

    /* add this class to the row wrapper if you can */
}

/* Card base */
.hw-card {
    background: #fff;
    border-radius: var(--ss-radius);
    box-shadow: var(--ss-shadow);
    height: 100%;

    /* IMPORTANT: allow badge to overflow */
    overflow: visible;

    /* interaction */
    position: relative;
    border: 1px solid rgba(17, 24, 39, 0.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, outline-color .18s ease;
}

/* Lift on hover (subtle) */
.hw-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
    border-color: rgba(247, 147, 32, .35);
}

/* Featured / pre-selected */
.hw-card.is-featured {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(0,0,0,.18);
    border-color: rgba(247, 147, 32, .85);
    outline: 3px solid rgba(247, 147, 32, .22);
    outline-offset: 2px;
}

/* Keep featured stronger than hover */
.hw-card.is-featured:hover {
    transform: translateY(-12px);
    box-shadow: 0 26px 60px rgba(0,0,0,.20);
    border-color: rgba(247, 147, 32, .95);
}

/* image area */
.hw-media {
    position: relative;
    padding: 2.25rem 1.75rem 1.5rem;
    background: #fbfdff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;

    /* IMPORTANT: keep media clipped + rounded (instead of the whole card) */
    overflow: hidden;
    border-top-left-radius: var(--ss-radius);
    border-top-right-radius: var(--ss-radius);
}

/* gold circle behind image */
.hw-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: #F79320;
    opacity: .95;
    z-index: 0;
}

/* placeholder image you can swap */
.hw-img {
    position: relative;
    z-index: 1;
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 16px rgba(0,0,0,.18));
}

/* Badge */
.hw-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ss-gold);
    color: #fff;
    font-weight: 900;
    font-size: .85rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(0,0,0,.16);
    z-index: 10;
    letter-spacing: .2px;
}

/* content */
.hw-body {
    padding: 1.35rem 1.6rem 1.75rem;
}

/* Slight extra height for featured (like your example) */
.hw-card.is-featured .hw-body {
    padding-bottom: 2.1rem;
}

.hw-title {
    font-weight: 900;
    font-size: 1.25rem;
    margin: 0 0 .15rem 0;
    color: #111827;
}

.hw-sub {
    color: var(--ss-gold);
    font-weight: 800;
    margin-bottom: 1.1rem;
}

.hw-text {
    color: #4b5563;
    line-height: 1.7;
    margin: 0 0 1.15rem 0;
}

/* checklist */
.hw-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .65rem;
}

.hw-list li {
    position: relative;
    padding-left: 1.65rem;
    color: #374151;
}

.hw-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ss-gold);
    font-weight: 900;
}

/* Responsive */
@media (max-width: 575.98px){
    .hw-media {
        min-height: 220px;
    }

    .hw-circle {
        width: 155px;
        height: 155px;
    }

    /* Don’t lift cards so much on tiny screens */
    .hw-card.is-featured {
        transform: translateY(-6px);
    }

    .hw-card.is-featured:hover {
        transform: translateY(-8px);
    }
}

/* =========================
   supported brands
========================= */
.supported-brands {
    padding: 32px 16px;
    display: flex;
    justify-content: center;
}

/* Card */
.sb-card {
    width: min(920px, 100%);
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    padding: 26px 22px;
    box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
    text-align: center;
}

/* Header row */
.sb-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sb-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #ffffff;
    color: #F79320;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sb-title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #054A8A;
}

/* Description */
.sb-text {
    margin: 6px auto 18px;
    max-width: 680px;
    color: #667085;
    font-size: 14.5px;
    line-height: 1.55;
}

/* Pills */
.sb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* Orange pill buttons */
.sb-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #F79320;

    /* ORANGE */
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 6px 14px rgba(255, 122, 24, 0.25);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.sb-pill:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
    box-shadow: 0 10px 22px rgba(255, 122, 24, 0.30);
}

.sb-pill:active {
    transform: translateY(0px);
    box-shadow: 0 6px 14px rgba(255, 122, 24, 0.22);
}

.sb-pill:focus-visible {
    outline: 3px solid rgba(255, 122, 24, 0.35);
    outline-offset: 2px;
}

/* =========================
   SCALE CTA
========================= */
.scale-wrap {
    text-align: center;
    padding: 2rem 0;
    max-width: 920px;
    margin: 0 auto;
    background-color: #1f4f88;
}

.scale-title {
    font-weight: 900;
    font-size: clamp(2.2rem, 3.2vw, 3.1rem);
    margin-bottom: 1.25rem;
    color: #f7931f;
}

.scale-text {
    color: #f8f8f8;
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0 auto 1.25rem;
    max-width: 78ch;
}

.scale-btn {
    background: var(--ss-gold);
    color: #fff;
    font-weight: 900;
    border-radius: 10px;
    padding: .85rem 1.6rem;
    border: none;
    box-shadow: 0 12px 18px rgba(215,154,56,.22);
}

.scale-btn:hover {
    background: var(--ss-gold-hover);
    color: #fff;
}

/* Responsive */
@media (max-width: 575.98px){
    .ss-section {
        padding: 4rem 0 5rem;
    }

    .hw-media {
        min-height: 220px;
    }

    .hw-circle {
        width: 155px;
        height: 155px;
    }
}

/* =========================
   SIMPLE, TRANSPARENT PRICING
========================= */
.ss-pricing {
    padding: 4.75rem 0 1.5rem;
    background: #ffffff;
    font-family: "Arimo", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* REMOVE CONTAINER WIDTH LIMIT FOR FULL BLEED */
.ss-pricing .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Top title */
.ss-pricing-title {
    text-align: center;
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(2.2rem, 3.4vw, 3.2rem);
    color: #163b73;
    margin: 0 0 .35rem 0;
}

.ss-pricing-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0 0 2.75rem 0;
}

/* FULL-WIDTH PRICING BOX — NO BORDER / NO RADIUS */
.ss-pricing-box {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    padding: 4rem 0;
}

/* Responsive vertical padding */
@media (max-width: 767.98px) {
    .ss-pricing-box {
        padding: 3rem 0;
    }
}

/* Inner spacing (keeps content readable) */
.ss-pricing-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1rem 0 2rem;
}

/* Big orange headline */
.ss-pricing-headline {
    text-align: center;
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    color: #064a89;
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    line-height: 1.05;
    margin: 0 auto 1rem;
}

/* Small gray line under headline */
.ss-pricing-lead {
    text-align: center;
    color: #6b7280;
    font-size: 1.25rem;
    line-height: 1.7;
    margin: 0 auto 2.5rem;
    max-width: 62ch;
}

/* Two-column area */
.ss-pricing-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3.5rem;
    align-items: start;
    margin-bottom: 3rem;
}

/* Stack columns on tablet/mobile */
@media (max-width: 991.98px) {
    .ss-pricing-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
}

/* ✅ NEW: Center each column content so lists don’t feel left-heavy */
.ss-pricing-col {
    display: flex;
    justify-content: center;
}

/* “Everything Included:” */
.ss-included-title {
    text-align: left;
    max-width: 980px;
    margin: 0 auto 1.1rem;
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.55rem;
    color: #054A8A;
}

/* ✅ FIXED Checklist (visually centered, clean icon alignment) */
.ss-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 440px;

    /* ✅ makes both columns feel balanced */
    display: grid;
    gap: 1.6rem;
}

.ss-checklist li {
    display: grid;
    grid-template-columns: 1.6rem 1fr;

    /* ✅ icon column + text column */
    column-gap: 1rem;
    align-items: start;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #054A8A;
}

/* Replace absolute-position icon with grid-based icon */
.ss-checklist li::before {
    content: "✓";
    color: #F79320;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0.15em;

    /* ✅ baseline alignment */
}

/* CTA button centered */
.ss-pricing-cta {
    display: flex;
    justify-content: center;
}

/* Button width slightly less wide */
.ss-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(640px, 100%);

    /* ✅ less wide than before */
    padding: 1.1rem 2rem;
    border-radius: 14px;
    background: #F79320;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.35rem;
    box-shadow: 0 16px 24px rgba(230,161,74,.28);
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.ss-pricing-btn:hover {
    background: #054A8A;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 20px 30px rgba(230,161,74,.32);
}

/* =========================
   99.999% UPTIME SECTION
========================= */
.ss-uptime {
    padding: 4.25rem 0 5rem;

    /* slightly less vertical space */
    background: #ffffff;
    font-family: "Arimo", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.ss-uptime-card {
    /* blue panel */
    border-radius: 28px;

    /* ✅ less padding so it doesn’t feel “zoomed” */
    padding: 2.6rem 3rem 3rem;
    box-shadow: 0 22px 34px rgba(16,24,40,.16);
    text-align: center;

    /* ✅ prevents giant full-width feel on big screens */
    max-width: 1200px;
    margin: 0 auto;
    background-color: #1f4f88;
}

.ss-uptime-title {
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #f7931f;
    font-weight: 900;

    /* ✅ reduce scale */
    font-size: clamp(2.05rem, 3.2vw, 3.25rem);
    letter-spacing: .2px;
    margin: 0 0 1rem 0;
}

.ss-uptime-sub {
    color: #f2f2f2;

    /* ✅ reduce paragraph size + improve readability */
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.55;
    max-width: 70ch;
    margin: 0 auto 2.4rem;
}

/* stats row */
.ss-uptime-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 2.25rem;
    align-items: start;
}

.ss-uptime-num {
    color: #f7931f;
    font-weight: 900;

    /* ✅ reduce number scale */
    font-size: clamp(2.2rem, 3.3vw, 3.6rem);
    line-height: 1;
    margin-bottom: .55rem;
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.ss-uptime-label {
    color: #f7f7f7;

    /* ✅ slightly smaller label */
    font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

/* responsive */
@media (max-width: 991.98px) {
    .ss-uptime {
        padding: 3.5rem 0 4rem;
    }

    .ss-uptime-card {
        padding: 2.4rem 1.5rem 2.6rem;
        border-radius: 22px;
    }

    .ss-uptime-sub {
        margin-bottom: 2rem;
        max-width: 60ch;
    }

    .ss-uptime-stats {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
}

/* =========================
   FOOTER (TIGHTER HEIGHT)
========================= */
.ss-footer {
    background: #1f4f88;
    color: #ffffff;
    font-family: "Arimo", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    padding: 1rem 0 0;

    /* was 4.25rem */
}

/* inner layout */
.ss-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 0rem;

    /* was 3rem bottom */
    display: grid;
    grid-template-columns: 1.2fr 1px 1.4fr 1px 1fr;
    gap: 1.5rem;

    /* was 3rem */
    align-items: start;
}

.ss-footer-col {
    min-width: 0;
}

.ss-footer-divider {
    width: 1px;
    background: rgba(255,255,255,.25);
    height: 100%;
}

/* BRAND BLOCK */
.ss-footer-brandblock {
    display: flex;
    gap: .85rem;
    align-items: center;
    margin-bottom: .65rem;

    /* was .9rem */
}

.ss-footer-brandblock--stack {
    flex-direction: column;
    align-items: flex-start;
    gap: .65rem;

    /* was .85rem */
}

.ss-footer-brandblock--row {
    flex-direction: row;
    align-items: center;
}

.ss-footer-logo {
    width: 100px;

    /* was 80px */
    height: auto;
    display: block;
    flex-shrink: 0;
}

/* Brand name */
.ss-footer-title {
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #dbe6f6;

    /* was 3.1rem */
    line-height: 1.05;
    margin: 0;
    letter-spacing: .4px;
}

/* tagline */
.ss-footer-tagline {
    color: #f0a13e;
    font-size: 1.05rem;

    /* was 1.25rem */
    margin: 0 0 1.4rem 0;

    /* was 2rem */
}

/* contact items */
.ss-footer-contact p {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin: 0 0 .95rem 0;

    /* was 1.2rem */
    font-size: 1.05rem;

    /* was 1.25rem */
}

.ss-footer-icon {
    width: 22px;

    /* was 26px */
    height: 22px;
    object-fit: contain;
    display: block;
}

.ss-footer a {
    color: #ffffff;
    text-decoration: none;
}

.ss-footer a:hover {
    text-decoration: underline;
}

/* headings */
.ss-footer-heading {
    font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    color: #f0a13e;
    letter-spacing: .6px;
    margin: 0 0 1.05rem 0;

    /* was 1.5rem */
    font-size: 1.55rem;

    /* was 2rem */
    text-transform: uppercase;
}

/* links columns */
.ss-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;

    /* was 2.5rem */
}

.ss-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;

    /* was 1.4rem */
}

.ss-footer-links a {
    font-size: 1.15rem;

    /* was 1.4rem */
    line-height: 1.35;
}

/* CTA */
.ss-footer-cta .ss-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F79320;
    color: #fff;
    font-weight: 900;
    border-radius: 16px;
    padding: .95rem 1.4rem;

    /* was 1.2rem 2rem */
    font-size: 1.15rem;

    /* was 1.35rem */
    margin-top: 1rem;

    /* was 1.25rem */
    box-shadow: 0 14px 22px rgba(0,0,0,.18);
    text-decoration: none;
    width: min(320px, 100%);
    text-align: center;
}

.ss-footer-cta .ss-footer-btn:hover {
    background: #c88722;
    text-decoration: none;
}

/* bottom bar */
.ss-footer-bottom {
    border-top: 2px solid rgba(255,255,255,.20);
    padding: .5rem 2rem;

    /* was 1.8rem */
    text-align: center;
    font-size: 1rem;

    /* was 1.35rem */
    color: rgba(255,255,255,.92);
}

/* responsive */
@media (max-width: 991.98px){
    .ss-footer-inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding-bottom: 1.5rem;
    }

    .ss-footer-divider {
        display: none;
    }

    .ss-footer-title {
        font-size: 2.1rem;
    }

    .ss-footer-links {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    /* Center the grid itself */
    .ss-footer-inner {
        justify-items: center;
        text-align: center;
    }

    /* Brand / logo block */
    .ss-footer-brandblock,
    .ss-footer-brandblock--stack {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Contact rows */
    .ss-footer-contact p {
        justify-content: center;
        text-align: center;
    }

    /* Headings */
    .ss-footer-heading {
        text-align: center;
    }

    /* quick links: keep 2 columns but center them */
    .ss-footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 0.9rem 1.25rem;
        justify-items: center;

        /* FIX */
        text-align: center;

        /* FIX */
    }

    .ss-footer-links ul {
        text-align: center;

        /* FIX */
        gap: 0.75rem;
    }

    .ss-footer-links a {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    /* CTA section */
    .ss-footer-cta {
        text-align: center;
    }

    .ss-footer-cta .ss-footer-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Fold unfolded / tablets / small laptops: use centered stacked footer */
@media (max-width: 1100px) {
    .ss-footer-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
        justify-items: center;

        /* center the stacked blocks */
        text-align: center;
    }

    .ss-footer-divider {
        display: none;
    }

    .ss-footer-brandblock,
    .ss-footer-brandblock--stack {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ss-footer-contact p {
        justify-content: center;
        text-align: center;
    }

    /* Keep quick links in 2 columns for wider unfolded screens */
    .ss-footer-links {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        text-align: center;
        gap: 1rem 2rem;
    }

    .ss-footer-links ul {
        text-align: center;
    }

    .ss-footer-cta {
        text-align: center;
    }

    .ss-footer-cta .ss-footer-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

/* =====================
   FORCE BUTTON STYLES
===================== */
a.btn {
    text-decoration: none;
}

.ss-btn-accent {
    background-color: #F79320 !important;
    border-color: #F79320 !important;
    color: #fff !important;
}

.ss-btn-primary {
    background-color: #054A8A!important;
    border-color: #054A8A !important;
    color: #fff !important;
}

.ss-btn-accent:hover {
    background-color: #054A8A !important;
    border-color: #d8943e !important;
}

.ss-btn-primary:hover {
    background-color: #054A8A !important;
    border-color: #054A8A !important;
}