/* ================================================================
   Template A — Light & Modern
   Simple Tech Service Pages
   ================================================================ */

/* ── RESET & BASE ──────────────────────────────── */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body.stsp-template-a {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #222222;
}

ul, ol {
    list-style: none;
}

button {
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    border: none;
    background: none;
}

blockquote {
    margin: 0;
    padding: 0;
}

svg {
    display: inline-block;
    vertical-align: middle;
}


/* ── CONTAINER ─────────────────────────────────── */
.stsp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 52px;
    padding-right: 52px;
}

@media (max-width: 1024px) {
    .stsp-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 768px) {
    .stsp-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 480px) {
    .stsp-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ── SECTION DIVIDERS ─────────────────────────── */
.stsp-pain::after,
.stsp-features::after,
.stsp-partners::after,
.stsp-process::after,
.stsp-showroom::after,
.stsp-faq::after,
.stsp-area::after,
.stsp-testimonials::after,
.stsp-crosssell::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #FC7B03;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    border-radius: 2px;
}

.stsp-showroom::after {
    bottom: -60px;
}

/* ── SHARED COMPONENTS ─────────────────────────── */

/* Eyebrow */
.stsp-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FC7B03;
    margin-bottom: 16px;
}

/* Section heading / subheading */
.stsp-section__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: #222222;
}

.stsp-section__subheading {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #555555;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

/* Alt background sections */
.stsp-section--alt {
    background-color: #F9FAFB;
}

/* Buttons */
.stsp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

.stsp-btn--primary {
    background-color: #FC7B03;
    color: #FFFFFF;
    border-color: #FC7B03;
}

.stsp-btn--primary:hover {
    background-color: #C45F00;
    border-color: #C45F00;
    color: #FFFFFF;
}

.stsp-btn--outline {
    background-color: transparent;
    color: #222222;
    border-color: #E5E7EB;
}

.stsp-btn--outline:hover {
    border-color: #222222;
    color: #222222;
}


/* ── 1. HEADER ─────────────────────────────────── */
.stsp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #222222;
}

.stsp-header__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
}

.stsp-header__logo img {
    max-height: 36px;
    width: auto;
}

.stsp-header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
}

.stsp-header__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.stsp-header__hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.stsp-header__hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.stsp-header__hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.stsp-header__nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stsp-header__nav a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    transition: color 0.2s ease;
    text-decoration: none;
}

.stsp-header__nav a:hover {
    color: #FC7B03;
}

.stsp-dropdown-chevron {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

/* Services dropdown */
.stsp-header__dropdown {
    position: relative;
}

.stsp-header__dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #222222;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 0;
    min-width: 200px;
    z-index: 200;
    margin-top: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.stsp-header__dropdown-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.stsp-header__dropdown:hover .stsp-header__dropdown-menu {
    display: block;
}

.stsp-header__dropdown-menu a {
    display: block;
    padding: 8px 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.stsp-header__dropdown-menu a:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.05);
}

.stsp-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #FC7B03;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.stsp-header__cta:hover {
    background-color: #C45F00;
    color: #FFFFFF;
}

.stsp-header__cta-icon {
    display: flex;
    align-items: center;
}

.stsp-header__cta-icon svg {
    width: 16px;
    height: 16px;
    stroke: #FFFFFF;
}

@media (max-width: 1024px) {
    .stsp-header__inner {
        padding: 0 32px;
    }
}

@media (max-width: 768px) {
    .stsp-header__inner {
        padding: 0 24px;
        height: 60px;
    }

    .stsp-header__hamburger {
        display: flex;
    }

    .stsp-header__nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #222222;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 40px;
        gap: 24px;
        z-index: 99;
    }

    .stsp-header__nav.stsp-nav--open {
        display: flex;
    }

    .stsp-header__nav a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.55);
    }

    .stsp-header__nav a:hover {
        color: #FFFFFF;
    }

    .stsp-header__cta {
        font-size: 13px;
        padding: 8px 16px;
    }
}


/* ── 2. HERO ───────────────────────────────────── */
.stsp-hero {
    background: #FFFFFF;
    padding: 100px 0 80px;
}

.stsp-hero__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 52px;
    align-items: stretch;
}

.stsp-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stsp-hero__h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #222222;
    margin-bottom: 16px;
}

.stsp-hero__tagline {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
    line-height: 1.5;
}

.stsp-hero__desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 32px;
}

.stsp-hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.stsp-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    border-top: 1px solid #E5E7EB;
    padding-top: 24px;
}

.stsp-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
}

.stsp-hero__trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stsp-hero__trust-icon svg {
    width: 15px;
    height: 15px;
    stroke: #FC7B03;
}

.stsp-hero__image {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

.stsp-hero__image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .stsp-hero {
        padding: 60px 0 48px;
    }

    .stsp-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stsp-hero__content {
        max-width: 100%;
        text-align: center;
    }

    .stsp-hero__desc {
        max-width: 100%;
    }

    .stsp-hero__ctas {
        justify-content: center;
    }

    .stsp-hero__trust {
        justify-content: center;
    }

    .stsp-hero__image {
        order: 2;
    }
}

@media (max-width: 480px) {
    .stsp-hero__ctas {
        flex-direction: column;
    }

    .stsp-hero__trust {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}


/* ── 3. LIVE SUPPORT BAR ──────────────────────── */
.stsp-live-support {
    background-color: #FC7B03;
    padding: 12px 0;
}

.stsp-live-support__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.stsp-live-support__dot {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 50%;
    flex-shrink: 0;
    animation: stsp-pulse 1.5s ease-in-out infinite;
}

@keyframes stsp-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.stsp-live-support__text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.stsp-live-support__phone {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.stsp-live-support__phone:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

@media (max-width: 480px) {
    .stsp-live-support__text {
        font-size: 12px;
    }

    .stsp-live-support__phone {
        font-size: 13px;
    }
}


/* ── 4. PAIN POINTS ────────────────────────────── */
.stsp-pain {
    padding: 100px 0;
}

.stsp-pain__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.stsp-pain__card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 36px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.stsp-pain__card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.stsp-pain__icon-box {
    width: 48px;
    height: 48px;
    background: #222222;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stsp-pain__icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #FC7B03;
}

.stsp-pain__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #222222;
}

.stsp-pain__desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
}

.stsp-pain__solution {
    background: #222222;
    border: none;
    border-radius: 16px;
    padding: 36px;
    text-align: center;
}

.stsp-pain__solution p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .stsp-pain {
        padding: 60px 0;
    }

    .stsp-pain__grid {
        grid-template-columns: 1fr;
    }

    .stsp-pain__solution {
        padding: 28px;
    }
}


/* ── 5. FEATURES ───────────────────────────────── */
.stsp-features {
    padding: 100px 0;
    background: #FFFFFF;
}

/* Card grid mode */
.stsp-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stsp-features__card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 34px;
    transition: all 0.2s ease;
}

.stsp-features__card:hover {
    border-color: #FC7B03;
    box-shadow: 0 8px 24px rgba(252, 123, 3, 0.1);
}

.stsp-features__icon-box {
    width: 44px;
    height: 44px;
    background: #222222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stsp-features__icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #FC7B03;
}

.stsp-features__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222222;
}

.stsp-features__desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.stsp-features__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #FC7B03;
    transition: color 0.2s ease, gap 0.2s ease;
}

.stsp-features__link:hover {
    color: #C45F00;
    gap: 10px;
}

.stsp-features__link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.2s ease;
}

/* Accordion mode */
.stsp-features__accordion {
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .stsp-features {
        padding: 60px 0;
    }

    .stsp-features__grid {
        grid-template-columns: 1fr;
    }
}


/* ── ACCORDION (shared FAQ + features) ─────────── */
.stsp-accordion {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.stsp-accordion__item {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #FFFFFF;
    transition: border-color 0.2s ease;
}

.stsp-accordion__item:hover {
    border-color: #FC7B03;
}

.stsp-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.stsp-accordion__trigger-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stsp-accordion__icon-box {
    width: 44px;
    height: 44px;
    background: #222222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stsp-accordion__icon-box svg {
    width: 20px;
    height: 20px;
    stroke: #FC7B03;
}

.stsp-accordion__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.stsp-accordion__chevron {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.stsp-accordion__chevron svg {
    width: 20px;
    height: 20px;
    stroke: #7A7A7A;
}

.stsp-accordion__item.is-open .stsp-accordion__chevron,
.stsp-accordion__trigger[aria-expanded="true"] .stsp-accordion__chevron {
    transform: rotate(180deg);
}

.stsp-accordion__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.stsp-accordion__panel-inner {
    padding: 0 20px 20px;
}

.stsp-accordion__panel-inner p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
}


/* ── 6. BRAND PARTNERS ─────────────────────────── */
.stsp-partners {
    padding: 100px 0;
}

.stsp-partners__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.stsp-partners__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease;
}

.stsp-partners__logo-link img {
    max-height: 96px;
    width: auto;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.stsp-partners__logo-link:hover img {
    opacity: 0.7;
}

.stsp-partners__certs {
    font-size: 14px;
    color: #7A7A7A;
    text-align: center;
    line-height: 1.7;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .stsp-partners {
        padding: 60px 0;
    }

    .stsp-partners__logos {
        gap: 28px;
    }

    .stsp-partners__logo-link img {
        max-height: 36px;
    }
}


/* ── 7. PROCESS ────────────────────────────────── */
.stsp-process {
    padding: 100px 0;
    background: #FFFFFF;
}

.stsp-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

/* Connecting line */
.stsp-process__grid::before {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(12.5% + 24px);
    right: calc(12.5% + 24px);
    height: 2px;
    background: #E5E7EB;
    z-index: 0;
}

.stsp-process__step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.stsp-process__number {
    width: 48px;
    height: 48px;
    background: #FC7B03;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.stsp-process__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #222222;
}

.stsp-process__desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .stsp-process {
        padding: 60px 0;
    }

    .stsp-process__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 24px;
    }

    .stsp-process__grid::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .stsp-process__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}


.stsp-process__image {
    margin-top: 48px;
}
.stsp-process__image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 400px;
}

/* ── 8. VIRTUAL SHOWROOM ──────────────────────── */
.stsp-showroom {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222222;
}

.stsp-showroom__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.stsp-showroom .stsp-container {
    position: relative;
    z-index: 2;
}

.stsp-showroom__content {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    background: rgba(34, 34, 34, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 56px 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.stsp-showroom__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.stsp-showroom__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .stsp-showroom {
        padding: 60px 0;
    }

    .stsp-showroom__card {
        padding: 40px 24px;
    }

    .stsp-showroom__heading {
        font-size: 26px;
    }
}


/* ── 9. FAQ ────────────────────────────────────── */
.stsp-faq {
    padding: 100px 0;
}

.stsp-faq__list {
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .stsp-faq {
        padding: 60px 0;
    }
}


/* ── 10. SERVICE AREA ──────────────────────────── */
.stsp-area {
    padding: 100px 0;
    background: #FFFFFF;
}

.stsp-area .stsp-section__heading {
    text-align: center;
}

.stsp-area .stsp-section__subheading {
    text-align: center;
}

.stsp-area__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.stsp-area__badge {
    display: inline-block;
    padding: 6px 16px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
    transition: all 0.2s ease;
    text-decoration: none;
}

a.stsp-area__badge:hover,
.stsp-area__badge:hover {
    border-color: #FC7B03;
    color: #FC7B03;
}

.stsp-area__image {
    margin-top: 40px;
}
.stsp-area__image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 400px;
}

.stsp-area__contact {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.stsp-area__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stsp-area__contact-icon {
    display: flex;
    align-items: center;
}

.stsp-area__contact-icon svg {
    width: 20px;
    height: 20px;
    stroke: #FC7B03;
}

.stsp-area__contact-item a,
.stsp-area__contact-item span {
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    transition: color 0.2s ease;
}

.stsp-area__contact-item a:hover {
    color: #FC7B03;
}

@media (max-width: 768px) {
    .stsp-area {
        padding: 60px 0;
    }

    .stsp-area__contact {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}


/* ── 11. TESTIMONIALS ──────────────────────────── */
.stsp-testimonials {
    padding: 100px 0;
}

.stsp-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stsp-testimonials__card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 34px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.stsp-testimonials__card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.stsp-testimonials__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
}

.stsp-testimonials__star {
    width: 14px;
    height: 14px;
    background: #FC7B03;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.stsp-testimonials__quote {
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.stsp-testimonials__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stsp-testimonials__name {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
}

.stsp-testimonials__location {
    font-size: 13px;
    color: #7A7A7A;
}

.stsp-testimonials__placeholder {
    text-align: center;
    font-style: italic;
    color: #7A7A7A;
    font-size: 15px;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .stsp-testimonials {
        padding: 60px 0;
    }

    .stsp-testimonials__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
}


/* ── 12. CROSS-SELL ────────────────────────────── */
.stsp-crosssell {
    padding: 100px 0;
    background: #FFFFFF;
}

.stsp-crosssell__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stsp-crosssell__card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 34px;
    transition: all 0.2s ease;
}

.stsp-crosssell__card:hover {
    border-color: #FC7B03;
    box-shadow: 0 8px 24px rgba(252, 123, 3, 0.1);
}

.stsp-crosssell__icon-box {
    width: 44px;
    height: 44px;
    background: #222222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stsp-crosssell__icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #FC7B03;
}

.stsp-crosssell__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222222;
}

.stsp-crosssell__desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.stsp-crosssell__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #FC7B03;
    transition: color 0.2s ease, gap 0.2s ease;
}

.stsp-crosssell__link:hover {
    color: #C45F00;
    gap: 10px;
}

.stsp-crosssell__link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.2s ease;
}

@media (max-width: 768px) {
    .stsp-crosssell {
        padding: 60px 0;
    }

    .stsp-crosssell__grid {
        grid-template-columns: 1fr;
    }
}


/* ── 13. CONTACT ───────────────────────────────── */
.stsp-contact {
    padding: 100px 0;
    background: #222222;
    color: #FFFFFF;
}

.stsp-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: flex-start;
}

.stsp-contact__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.stsp-contact__desc {
    font-size: 16px;
    color: #C1C1C1;
    line-height: 1.7;
    margin-bottom: 32px;
}

.stsp-contact__phone {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #FC7B03;
    margin-bottom: 12px;
    transition: color 0.2s ease;
    text-decoration: none;
}

.stsp-contact__phone:hover {
    color: #FFFFFF;
}

.stsp-contact__email {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    transition: color 0.2s ease;
    text-decoration: none;
}

.stsp-contact__email:hover {
    color: #FC7B03;
}

/* Style form embed within dark section */
.stsp-contact__form label {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.stsp-contact__form input[type="text"],
.stsp-contact__form input[type="email"],
.stsp-contact__form input[type="tel"],
.stsp-contact__form input[type="url"],
.stsp-contact__form textarea,
.stsp-contact__form select {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: border-color 0.2s ease;
    margin-bottom: 16px;
}

.stsp-contact__form input:focus,
.stsp-contact__form textarea:focus,
.stsp-contact__form select:focus {
    outline: none;
    border-color: #FC7B03;
}

.stsp-contact__form input::placeholder,
.stsp-contact__form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.stsp-contact__form textarea {
    min-height: 120px;
    resize: vertical;
}

.stsp-contact__form .wpforms-container {
    max-width: 100%;
}

.stsp-contact__form .wpforms-form .wpforms-field-label {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.stsp-contact__form .wpforms-form input[type="text"],
.stsp-contact__form .wpforms-form input[type="email"],
.stsp-contact__form .wpforms-form input[type="tel"],
.stsp-contact__form .wpforms-form input[type="url"],
.stsp-contact__form .wpforms-form textarea,
.stsp-contact__form .wpforms-form select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border-radius: 10px;
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: border-color 0.2s ease;
}

.stsp-contact__form .wpforms-form input::placeholder,
.stsp-contact__form .wpforms-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.stsp-contact__form .wpforms-form input:focus,
.stsp-contact__form .wpforms-form textarea:focus,
.stsp-contact__form .wpforms-form select:focus {
    outline: none;
    border-color: #FC7B03;
}

.stsp-contact__form .wpforms-form textarea {
    min-height: 120px;
    resize: vertical;
}

.stsp-contact__form button[type="submit"],
.stsp-contact__form input[type="submit"],
.stsp-contact__form .wpforms-submit,
.stsp-contact__form .wpforms-form button[type="submit"],
.stsp-contact__form .wpforms-form .wpforms-submit {
    background: #FC7B03 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 14px 32px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.stsp-contact__form button[type="submit"]:hover,
.stsp-contact__form input[type="submit"]:hover,
.stsp-contact__form .wpforms-submit:hover,
.stsp-contact__form .wpforms-form button[type="submit"]:hover,
.stsp-contact__form .wpforms-form .wpforms-submit:hover {
    background: #C45F00 !important;
}

.stsp-contact__form .wpforms-form .wpforms-required-label {
    color: #FC7B03;
}

.stsp-contact__form .wpforms-form .wpforms-field-sublabel {
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .stsp-contact {
        padding: 60px 0;
    }

    .stsp-contact__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stsp-contact__heading {
        font-size: 28px;
    }

    .stsp-contact__phone {
        font-size: 26px;
    }
}


/* ── 14. FOOTER ────────────────────────────────── */
.stsp-footer {
    background: #1C1C1E;
    padding: 72px 0 32px;
    color: #C1C1C1;
}

.stsp-footer__grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 52px;
    margin-bottom: 48px;
}

.stsp-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.stsp-footer__logo img {
    max-height: 30px;
    width: auto;
}

.stsp-footer__tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.7;
    margin-bottom: 20px;
}

.stsp-footer__social {
    display: flex;
    gap: 8px;
}

.stsp-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.38);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.stsp-footer__social a:hover {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}

.stsp-footer__social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.stsp-footer__col-title {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.stsp-footer__links li {
    margin-bottom: 11px;
}

.stsp-footer__links a,
.stsp-footer__links span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    transition: color 0.2s ease;
    text-decoration: none;
    display: block;
}

.stsp-footer__links a:hover {
    color: #FFFFFF;
}

.stsp-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.28);
}

.stsp-footer__bottom a {
    color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: color 0.2s ease;
}

.stsp-footer__bottom a:hover {
    color: #FC7B03;
}

@media (max-width: 768px) {
    .stsp-footer {
        padding: 48px 0 24px;
    }

    .stsp-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .stsp-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .stsp-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}


/* ── RESPONSIVE — GLOBAL ADJUSTMENTS ──────────── */
@media (max-width: 768px) {
    .stsp-section__heading {
        font-size: clamp(24px, 5vw, 32px);
    }
}

@media (max-width: 480px) {
    .stsp-section__heading {
        font-size: clamp(22px, 5vw, 28px);
    }
}


/* ── PRINT STYLES ──────────────────────────────── */
@media print {
    .stsp-header,
    .stsp-live-support,
    .stsp-header__hamburger {
        display: none !important;
    }

    .stsp-footer {
        padding: 24px 0;
        background: #FFFFFF;
        color: #222222;
    }

    .stsp-footer__social,
    .stsp-footer__grid {
        display: none !important;
    }

    .stsp-footer__bottom {
        border-top: 1px solid #E5E7EB;
        color: #555555;
    }

    .stsp-contact {
        background: #F9FAFB;
        color: #222222;
    }

    .stsp-contact__heading {
        color: #222222;
    }

    .stsp-contact__desc,
    .stsp-contact__email {
        color: #555555;
    }

    .stsp-contact__phone {
        color: #FC7B03;
    }

    .stsp-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stsp-btn {
        border: 1px solid #222222;
    }

    body.stsp-template-a {
        font-size: 12pt;
    }

    .stsp-section--alt {
        background: #FFFFFF;
    }

    .stsp-hero__image,
    .stsp-showroom,
    .stsp-contact__form {
        display: none !important;
    }
}
