/*
 * Custom CSS for: Customer Acquisition Cost Calculator
 * Page: /customer-acquisition-cost-calculator
 * Generated: 2026-07-13 13:32:30
 */

/* Custom CSS for this page */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* ============================================
   SEO COST CALCULATOR — COMPLETE PAGE CSS
=============================================== */

body {
    font-family: var(--jdg-body-font-family);
}

.scc-hero-glow-left,
.scc-hero-glow-right {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.scc-hero-glow-left {
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.14) 0%, transparent 65%);
    top: -150px;
    left: -200px;
    animation: scc-float 9s ease-in-out infinite;
}

.scc-hero-glow-right {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.09) 0%, transparent 65%);
    bottom: 0;
    right: -120px;
    animation: scc-float 11s ease-in-out infinite reverse;
}

.services-inner-page-banner {
    position: relative;
    overflow: hidden;
    padding: 160px 0 80px;
    background: #0a0a0a;
}

.services-inner-banner-content {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.services-inner-banner-content h1 {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.1;
}

.services-inner-banner-content > p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 800px;
}

.scc-hero-btns,
.scc-cta-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 34px;
}

.scc-hero-microcopy {
    font-size: 0.82rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
    max-width: 700px !important;
    line-height: 1.6 !important;
    margin-bottom: 28px !important;
}

.breadcrumb {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 6px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.jdg-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-family: var(--jdg-heading-font-family);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.jdg-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.35);
    color: #fff;
}

.jdg-outlined-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.jdg-outlined-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.scc-label {
    display: inline-block;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.65rem, 0.65vw, 0.78rem);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.34);
    margin-bottom: 14px;
}

.section-main-title {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.text-start {
    text-align: left;
}

.scc-section,
.scc-calc-section {
    padding: 100px 0;
    background: #0a0a0a;
    color: #fff;
}

.scc-calc-section {
    padding-left: 20px;
    padding-right: 20px;
}

.scc-calc-section-alt {
    background: #0d0d10;
}

.scc-section-centered {
    text-align: center;
}

.scc-section-centered .section-main-title {
    margin-left: auto;
    margin-right: auto;
}

.scc-section-desc {
    font-size: clamp(0.95rem, 0.88vw, 1.1rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    max-width: 900px;
    margin: 0 auto;
}

.scc-section-header {
    margin-bottom: 60px;
}

.scc-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: #0a0a0a;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.scc-trust::before,
.scc-trust::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.scc-trust::before {
    left: 0;
    background: linear-gradient(90deg, #0a0a0a, transparent);
}

.scc-trust::after {
    right: 0;
    background: linear-gradient(-90deg, #0a0a0a, transparent);
}

.scc-trust-track {
    display: flex;
    width: max-content;
    animation: scc-scroll-trust 40s linear infinite;
}

.scc-trust-track:hover {
    animation-play-state: paused;
}

.scc-trust-item {
    display: flex;
    align-items: center;
    padding: 22px 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    flex-shrink: 0;
}

.scc-trust-item span {
    font-family: var(--jdg-heading-font-family);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.scc-trust-item span i {
    color: rgba(99, 102, 241, 0.8);
}

.scc-calc-shell,
.scc-adv-shell {
    max-width: 1280px;
    margin: 0 auto;
}

.scc-calc-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 40px;
    align-items: start;
}

.scc-calc-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    padding: 36px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.scc-calc-fields::before,
.seo-service-card::before,
.who-help-stack-panel::before,
.audit-result-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
}

.scc-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.scc-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.scc-field-full {
    grid-column: 1 / -1;
}

.scc-field label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.scc-field input,
.scc-field select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 0.9rem;
    font-family: var(--jdg-body-font-family);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.scc-field input:focus,
.scc-field select:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(0, 0, 0, 0.5);
}

.scc-field select {
    cursor: pointer;
}

.scc-field input[type="checkbox"] {
    width: auto;
    accent-color: #6366f1;
}

.scc-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.scc-check-grid label {
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 0.82rem;
}

.scc-pill-toggle {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.scc-pill-toggle button {
    flex: 1;
    min-width: 160px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.scc-pill-toggle button.active {
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(99, 102, 241, 0.18);
    color: #fff;
}

.scc-preset-note,
.scc-preset-preview {
    grid-column: 1 / -1;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #c7c3ff;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 0;
}

.scc-preset-note:empty {
    display: none;
}

.scc-calc-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.scc-calc-actions-top {
    margin-bottom: 28px;
}

.scc-calc-result {
    position: sticky;
    top: 110px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.scc-adv-result-card {
    position: static;
}

.scc-calc-result h3 {
    margin: 0 0 18px;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
}

.scc-result-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.scc-result-table td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.875rem;
    color: var(--jdg-gray);
    vertical-align: top;
}

.scc-result-table td:last-child {
    text-align: right;
    color: #fff;
    font-weight: 600;
}

.scc-result-table tr.scc-result-row-total td {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 16px;
    font-size: 1.08rem;
    font-weight: 800;
    color: #fff;
}

.scc-result-insight {
    font-size: 0.86rem;
    line-height: 1.7;
    color: rgba(165, 180, 252, 0.9);
    margin: 0 0 14px;
}

.scc-result-insight.scc-warning {
    color: #ffb86b;
}

.scc-disclaimer-mini {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.34);
    line-height: 1.55;
    margin: 0;
}

.scc-adv-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.scc-adv-tab {
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-family: var(--jdg-heading-font-family);
    cursor: pointer;
    transition: all 0.25s ease;
}

.scc-adv-tab:hover {
    background: rgba(99, 102, 241, 0.08);
    color: #fff;
}

.scc-adv-tab.active {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.35), rgba(139, 92, 246, 0.2));
    border-color: rgba(99, 102, 241, 0.5);
    color: #fff;
}

.scc-adv-stepnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 26px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.scc-step-indicator {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.82rem;
}

.scc-adv-panel {
    display: none;
    padding: 36px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.scc-adv-panel.active {
    display: block;
    animation: scc-panel-in 0.35s ease;
}

.scc-adv-panel h3 {
    margin: 0 0 22px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
}

.scc-panel-intro {
    color: var(--jdg-gray);
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0 0 26px;
    max-width: 850px;
}

.scc-preset-preview {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scc-preset-preview strong {
    color: #fff;
}

.scc-margin-results {
    margin-top: 30px;
}

/* Content Sections */
.seo-services-flow,
.seo-company-section,
.seo-service-card-section,
.who-help-stack-section,
.audit-result-section {
    background: #0a0a0a;
    color: #fff;
}

.seo-services-flow {
    padding: 100px 20px;
}

.seo-flow-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 72px;
    align-items: start;
}

.seo-flow-intro {
    position: sticky;
    top: 32px;
}

.seo-flow-intro h2,
.seo-company-head h2,
.seo-service-card-head h2,
.who-help-stack-head h2,
.audit-result-content h2 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 850;
    color: #fff;
}

.seo-flow-intro p,
.seo-company-head p,
.seo-service-card-head p,
.who-help-stack-head p,
.audit-result-content p,
.seo-flow-item p,
.seo-problem-row p,
.seo-service-card-content p,
.who-help-stack-content p {
    color: var(--jdg-gray);
    line-height: 1.75;
}

.seo-flow-list {
    position: relative;
    padding-left: 34px;
}

.seo-flow-list::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 1px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.seo-flow-list > strong {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-flow-item {
    position: relative;
    padding: 0 0 36px;
}

.seo-flow-item::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #8f6cff;
}

.seo-flow-item h3,
.seo-problem-row h3,
.seo-service-card-content h3,
.who-help-stack-content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 800;
}

.seo-company-section,
.seo-service-card-section,
.who-help-stack-section,
.audit-result-section {
    padding: 110px 20px;
}

.seo-company-head,
.seo-service-card-head,
.who-help-stack-head {
    margin-bottom: 64px;
    text-align: center;
}

.seo-company-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.seo-company-visual {
    position: sticky;
    top: 32px;
    min-height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-orbit {
    position: relative;
    width: min(100%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(143, 108, 255, 0.22);
    background: linear-gradient(135deg, rgba(143, 108, 255, 0.12), transparent 55%), rgba(255, 255, 255, 0.02);
}

.seo-orbit::before,
.seo-orbit::after {
    content: "";
    position: absolute;
    inset: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-orbit::after {
    inset: 112px;
    border-color: rgba(143, 108, 255, 0.18);
}

.seo-orbit-line {
    position: absolute;
    left: 50%;
    top: 8%;
    width: 1px;
    height: 84%;
    background: linear-gradient(transparent, rgba(143, 108, 255, 0.7), transparent);
    transform: rotate(38deg);
    transform-origin: center;
}

.seo-orbit-center {
    position: absolute;
    inset: 50%;
    width: 142px;
    height: 142px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(143, 108, 255, 0.38), rgba(18, 18, 26, 0.96) 68%);
    box-shadow: 0 0 70px rgba(143, 108, 255, 0.35);
}

.seo-orbit-center strong {
    font-size: 34px;
    line-height: 1;
}

.seo-orbit-center small {
    margin-top: 8px;
    color: #c7c3d9;
    font-size: 12px;
}

.orbit-point {
    position: absolute;
    padding: 9px 13px;
    border-bottom: 1px solid rgba(143, 108, 255, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    background: rgba(9, 9, 13, 0.72);
    backdrop-filter: blur(10px);
}

.point-1 { top: 12%; left: 8%; }
.point-2 { top: 25%; right: -4%; }
.point-3 { bottom: 18%; right: 6%; }
.point-4 { bottom: 28%; left: -2%; }

.seo-problem-row {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 26px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-problem-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-problem-row span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(143, 108, 255, 0.8);
    font-size: 42px;
    line-height: 1;
    font-weight: 850;
}

.seo-service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.seo-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.seo-service-card-content {
    position: relative;
    z-index: 1;
    padding: 28px;
}

.who-help-stack {
    display: grid;
    gap: 22px;
}

.who-help-stack-panel {
    position: sticky;
    top: 90px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 38px;
    align-items: center;
    min-height: 320px;
    padding: 44px;
    border-radius: 8px;
    background: #000000fa;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.who-help-stack-panel:nth-child(2) { top: 110px; z-index: 1; }
.who-help-stack-panel:nth-child(3) { top: 130px; z-index: 2; }
.who-help-stack-panel:nth-child(4) { top: 150px; z-index: 3; }
.who-help-stack-panel:nth-child(5) { top: 170px; z-index: 4; }

.who-help-stack-content,
.who-help-stack-image {
    position: relative;
    z-index: 1;
}

.who-help-stack-image {
    overflow: hidden;
    width: 100%;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(-1.5deg);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.who-help-stack-image img,
.audit-result-image img,
.scc-why-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.audit-result-row {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 90px;
}

.audit-result-row:last-child {
    margin-bottom: 0;
}

.audit-result-row-reverse .audit-result-image { order: 2; }
.audit-result-row-reverse .audit-result-content { order: 1; }

.audit-result-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.scc-why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.scc-why-visual {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.scc-why-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.scc-why-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.65) 100%);
}

.scc-why-stat-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 32px 36px;
}

.scc-why-stat-card > p,
.scc-why-text > p,
.scc-why-item-text p {
    color: var(--jdg-gray);
    line-height: 1.8;
}

.scc-why-stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
}

.scc-why-stat {
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.scc-why-stat:last-child {
    border-right: none;
}

.scc-wstat-val {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}

.scc-wstat-label {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.scc-why-bullets {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
}

.scc-why-bullets li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.scc-why-bullets li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.scc-why-item-text strong {
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.scc-faq-list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scc-faq-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.scc-faq-item.scc-faq-open {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.scc-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.scc-faq-question span {
    font-family: var(--jdg-heading-font-family);
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
}

.scc-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
    flex-shrink: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scc-faq-open .scc-faq-icon {
    transform: rotate(180deg);
    background: rgba(99, 102, 241, 0.1);
    color: rgba(165, 180, 252, 0.9);
}

.scc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 28px;
}

.scc-faq-open .scc-faq-answer {
    max-height: 320px;
    padding: 0 28px 24px;
}

.scc-faq-answer p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0;
    color: var(--jdg-gray);
}

.scc-disclaimer-box {
    max-width: 960px;
    margin: 0 auto;
    padding: 44px 48px;
    border-radius: 8px;
    background: rgba(255, 106, 106, 0.04);
    border: 1px solid rgba(255, 106, 106, 0.18);
}

.scc-disclaimer-box h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 850;
    color: #fff;
}

.scc-disclaimer-box p {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--jdg-gray);
}

.scc-final-cta {
    padding-top: 0;
}

.scc-cta-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 32px;
    padding: 90px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scc-cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
}

.scc-cta-glow {
    position: absolute;
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scc-cta-inner > * {
    position: relative;
    z-index: 1;
}

.scc-cta-inner > p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: var(--jdg-gray);
    line-height: 1.8;
}

.scc-cta-btns {
    justify-content: center;
    margin-bottom: 0;
}

@keyframes scc-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes scc-scroll-trust {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scc-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
    .scc-calc-grid,
    .scc-why-inner,
    .seo-company-layout {
        grid-template-columns: 1fr;
    }

    .scc-calc-result,
    .scc-why-visual,
    .seo-company-visual {
        position: static;
    }

    .scc-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-service-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .seo-flow-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .seo-flow-intro {
        position: static;
    }

    .scc-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .who-help-stack-panel {
        position: relative;
        top: auto !important;
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
        padding: 34px;
    }

    .audit-result-row,
    .audit-result-row-reverse {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 64px;
    }

    .audit-result-row-reverse .audit-result-image,
    .audit-result-row-reverse .audit-result-content {
        order: initial;
    }
}

@media (max-width: 767px) {
    .services-inner-page-banner {
        padding: 120px 0 56px;
    }

    .scc-section,
    .scc-calc-section,
    .seo-services-flow,
    .seo-company-section,
    .seo-service-card-section,
    .who-help-stack-section,
    .audit-result-section {
        padding: 70px 16px;
    }

    .scc-calc-fields,
    .scc-adv-panel {
        padding: 24px;
    }

    .scc-calc-fields,
    .scc-grid-3,
    .seo-service-card-grid,
    .scc-check-grid {
        grid-template-columns: 1fr;
    }

    .scc-adv-tabs {
        flex-direction: column;
    }

    .scc-adv-tab {
        text-align: center;
    }

    .scc-adv-stepnav {
        flex-direction: column;
    }

    .scc-pill-toggle {
        flex-direction: column;
    }

    .scc-pill-toggle button {
        min-width: 100%;
    }

    .scc-disclaimer-box,
    .scc-cta-inner {
        padding: 32px 24px;
    }

    .scc-why-stat-row {
        grid-template-columns: repeat(2, 1fr);
    }
}