/*
 * Custom CSS for: Website Cost Calculator
 * Page: /website-cost-calculator
 * Generated: 2026-07-13 13:32:36
 */

/* Custom CSS for this page */

/* ============================================
   PAGE BANNER
=============================================== */

.wdd-hero-glow-left,
.wdd-hero-glow-right {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.wdd-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: wdd-float 9s ease-in-out infinite;
}

.wdd-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: wdd-float 11s ease-in-out infinite reverse;
}

.wdd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.wdd-hero-microcopy {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 640px;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* ============================================
   SHARED SECTION LABEL
=============================================== */

.wdd-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.3);
    margin-bottom: 14px;
}

/* ============================================
   TRUST BAR
=============================================== */

.wdd-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.015);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.wdd-trust::before,
.wdd-trust::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.wdd-trust::before {
    left: 0;
    background: linear-gradient(90deg, var(--main-bg, #0a0a0a), transparent);
}

.wdd-trust::after {
    right: 0;
    background: linear-gradient(-90deg, var(--main-bg, #0a0a0a), transparent);
}

.wdd-trust-track {
    display: flex;
    width: max-content;
    animation: wdd-scroll-trust 40s linear infinite;
}

.wdd-trust-track:hover {
    animation-play-state: paused;
}

.wdd-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;
}

.wdd-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;
}

.wdd-trust-item span i {
    color: rgba(99, 102, 241, 0.8);
}

/* ============================================
   SHARED SECTION LAYOUT
=============================================== */

.wdd-section {
    padding: 100px 0;
}

.wdd-section-centered {
    text-align: center;
}

.wdd-section-centered .section-main-title {
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-centered .wdd-section-desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-desc {
    font-size: clamp(0.95rem, 0.88vw, 1.1rem);
    line-height: 1.85;
    color: var(--jdg-gray, #9a9aa8);
    max-width: 1200px;
    margin-bottom: 0;
}

.wdd-section-header {
    margin-bottom: 64px;
}

.section-main-title {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.05;
    font-weight: 400;
    text-align: center;
}

/* ============================================
   FAQ
=============================================== */

.wdd-faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wdd-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;
}

.wdd-faq-item.wdd-faq-open {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.wdd-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;
}

.wdd-faq-question span {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.9rem, 0.92vw, 1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
}

.wdd-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);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 0.65rem;
}

.wdd-faq-open .wdd-faq-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(165, 180, 252, 0.85);
    transform: rotate(180deg);
}

.wdd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 28px;
}

.wdd-faq-open .wdd-faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.wdd-faq-answer p {
    font-size: clamp(0.875rem, 0.88vw, 0.975rem);
    line-height: 1.8;
    margin: 0;
    color: var(--jdg-gray, #9a9aa8);
}

/* ============================================
   FINAL CTA
=============================================== */

.wdd-cta-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 32px;
    padding: 110px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wdd-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;
    pointer-events: none;
}

.wdd-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%);
    pointer-events: none;
}

.wdd-cta-inner .section-main-title {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-cta-inner > p {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto 32px;
    color: var(--jdg-gray, #9a9aa8);
    font-size: 1rem;
    line-height: 1.8;
}

.wdd-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ============================================
   WHY CHOOSE US
=============================================== */

.wdd-why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.wdd-why-visual {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wdd-why-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.wdd-why-img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-why-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.65) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-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;
}

.wdd-why-stat-card > p {
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    line-height: 1.8;
    color: var(--jdg-gray, #9a9aa8);
    margin-bottom: 28px;
}

.wdd-why-stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
}

.wdd-why-stat {
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.wdd-why-stat:last-child {
    border-right: none;
}

.wdd-wstat-val {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    font-weight: 400;
    color: var(--jdg-white, #fff);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.wdd-wstat-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
}

.wdd-why-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray, #9a9aa8);
    margin-bottom: 0;
}

.wdd-why-bullets {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

.wdd-why-bullets li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.wdd-why-bullets li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wdd-why-item-text strong {
    font-size: clamp(0.92rem, 0.95vw, 1.05rem);
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--jdg-white, #fff);
    transition: color 0.3s ease;
    display: block;
}

.wdd-why-bullets li:hover .wdd-why-item-text strong {
    color: rgba(165, 180, 252, 0.9);
}

.wdd-why-item-text p {
    font-size: clamp(0.82rem, 0.8vw, 0.925rem);
    line-height: 1.65;
    margin: 0;
    color: var(--jdg-gray, #9a9aa8);
}

/* ============================================
   WHO WE SERVE — TRUST PROOF SECTION
=============================================== */

.who-help-stack-section {
    padding: 110px 20px;
    color: #ffffff;
}

.who-help-stack-head {
    text-align: center;
    margin-bottom: 64px;
}

.who-help-stack-head span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.who-help-stack-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.who-help-stack-head p,
.who-help-stack-content p {
    color: var(--jdg-gray, #9a9aa8);
}

.who-help-stack-head p {
    margin: 0 auto;
    max-width: 860px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.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-panel::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;
}

.who-help-stack-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.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 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.04) rotate(1.5deg);
    transition: transform 0.45s ease;
}

.who-help-stack-panel:hover .who-help-stack-image {
    border-color: rgba(99, 102, 241, 0.38);
    transform: rotate(1.5deg);
}

.who-help-stack-panel:hover .who-help-stack-image img {
    transform: scale(1.1) rotate(-1.5deg);
}

.who-help-stack-content h3 {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.12;
    font-weight: 850;
}

.who-help-stack-content p {
    margin: 0;
    max-width: 820px;
    font-size: 15.5px;
    line-height: 1.78;
}

/* ============================================
   SEO SERVICES FLOW (sticky split layout)
=============================================== */

.seo-services-flow {
    padding: 100px 20px;
    color: #ffffff;
}

.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 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 850;
}

.seo-flow-intro p {
    margin: 0 0 16px;
    color: var(--jdg-gray, #9a9aa8);
    font-size: 16px;
    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;
    display: block;
    gap: 20px;
    padding: 0 0 36px;
}

.seo-flow-item:last-child {
    padding-bottom: 0;
}

.seo-flow-item::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #8f6cff;
}

.seo-flow-item h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 780;
}

.seo-flow-item p {
    max-width: 680px;
    margin: 0;
    color: var(--jdg-gray, #9a9aa8);
    font-size: 15px;
    line-height: 1.75;
}

/* ============================================
   SEO COMPANY SECTION (orbit visual)
=============================================== */

.seo-company-section {
    color: #fff;
    padding: 110px 20px;
}

.seo-company-head {
    margin-bottom: 70px;
    text-align: center;
}

.seo-company-head h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 850;
    text-align: center;
}

.seo-company-head p,
.seo-company-content p {
    color: var(--jdg-gray, #9a9aa8);
}

.seo-company-head p {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.75;
    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;
    flex-direction: column;
    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-company-content {
    counter-reset: seoRow;
}

.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);
    position: relative;
}

.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-problem-row h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.seo-problem-row p {
    margin: 0;
    color: #b9bac8;
    font-size: 15.5px;
    line-height: 1.75;
}

.seo-problem-row:hover {
    border-top-color: rgba(143, 108, 255, 0.45);
}

.seo-problem-row:hover h3 {
    color: #d9d0ff;
}

/* ============================================
   SEO SERVICE CARDS
=============================================== */

.seo-service-card-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.seo-service-card-head {
    margin-bottom: 58px;
    text-align: center;
}

.seo-service-card-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-service-card-head p,
.seo-service-card-content p {
    color: var(--jdg-gray, #9a9aa8);
}

.seo-service-card-head p {
    margin: 0 auto;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-service-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 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::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;
}

.seo-service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.seo-service-card-image {
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.seo-service-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.seo-service-card-content {
    position: relative;
    z-index: 1;
    padding: 28px;
}

.seo-service-card-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
}

/* ============================================
   AUDIT RESULT SECTION
=============================================== */

.audit-result-section {
    padding: 100px 20px;
    color: #ffffff;
    overflow: hidden;
}

.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));
}

.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;
    z-index: 2;
}

.audit-result-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.audit-result-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.82;
}

.audit-result-content h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 850;
}

.audit-result-content p {
    margin: 0 0 16px;
    font-size: 15.5px;
    line-height: 1.8;
    color: var(--jdg-gray, #9a9aa8);
}

/* ============================================
   GENERIC PAGE BANNER / BREADCRUMB / BUTTON
   FALLBACKS — needed because this page reuses
   theme classes that normally come from the
   global stylesheet, not from this file.
=============================================== */

.services-inner-page-banner {
    position: relative;
    overflow: hidden;
    padding: 160px 0 80px;
}

.services-inner-banner-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.services-inner-banner-content h1 {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.services-inner-banner-content > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 760px;
}

.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, inherit);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 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;
}

/* ============================================
   KEYFRAMES (shared)
=============================================== */

@keyframes wdd-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes wdd-scroll-trust {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   RESPONSIVE (shared sections)
=============================================== */

@media (max-width: 1199px) {
    .wdd-why-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wdd-why-visual {
        position: static;
    }

    .seo-company-layout {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .seo-company-visual {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .seo-orbit {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .seo-flow-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .seo-flow-intro {
        position: static;
        max-width: 820px;
    }
}

@media (max-width: 991px) {
    .wdd-section {
        padding: 70px 0;
    }

    .wdd-cta-inner {
        padding: 80px 36px;
    }
}

@media (max-width: 900px) {
    .who-help-stack-panel {
        position: relative;
        top: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
        padding: 34px;
    }

    .who-help-stack-image {
        height: 260px;
    }

    .who-help-stack-panel:nth-child(2),
    .who-help-stack-panel:nth-child(3),
    .who-help-stack-panel:nth-child(4),
    .who-help-stack-panel:nth-child(5) {
        top: auto;
    }

    .seo-service-card-grid {
        grid-template-columns: 1fr;
    }

    .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;
    }
}

@media (max-width: 640px) {
    .who-help-stack-section {
        padding: 74px 16px;
    }

    .who-help-stack-head {
        margin-bottom: 40px;
    }

    .who-help-stack-head h2 {
        font-size: 34px;
    }

    .who-help-stack-panel {
        padding: 24px 20px;
    }

    .who-help-stack-image {
        height: 210px;
    }

    .who-help-stack-content h3 {
        font-size: 24px;
    }

    .seo-services-flow {
        padding: 70px 16px;
    }

    .seo-flow-intro h2 {
        font-size: 32px;
    }

    .seo-flow-list {
        padding-left: 24px;
    }

    .seo-flow-list::before {
        left: 7px;
    }

    .seo-flow-item {
        padding-bottom: 32px;
    }

    .seo-flow-item::before {
        left: -22px;
        top: 5px;
    }

    .seo-company-section {
        padding: 74px 16px;
    }

    .seo-company-head h2 {
        font-size: 34px;
    }

    .seo-orbit {
        width: 100%;
        max-width: 330px;
    }

    .seo-orbit-center {
        width: 112px;
        height: 112px;
    }

    .seo-orbit-center strong {
        font-size: 28px;
    }

    .orbit-point {
        font-size: 12px;
        padding: 7px 10px;
    }

    .point-2 { right: 0; }
    .point-4 { left: 0; }

    .seo-problem-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 25px 0;
    }

    .seo-problem-row span {
        font-size: 30px;
    }

    .seo-problem-row h3 {
        font-size: 21px;
    }

    .seo-service-card-section {
        padding: 74px 16px;
    }

    .seo-service-card-head h2 {
        font-size: 34px;
    }

    .seo-service-card-content {
        padding: 24px 20px;
    }

    .seo-service-card-content h3 {
        font-size: 22px;
    }

    .audit-result-section {
        padding: 70px 16px;
    }

    .audit-result-image {
        aspect-ratio: 16 / 11;
    }

    .audit-result-content h2 {
        font-size: 30px;
    }

    .wdd-section {
        padding: 44px 0;
    }

    .wdd-cta-inner {
        padding: 56px 24px;
    }

    .wdd-why-stat-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-why-stat:nth-child(2) {
        border-right: none;
    }
}

/* ============================================
   ============================================
   CALCULATOR-SPECIFIC STYLES (NEW FOR THIS PAGE)
   ============================================
=============================================== */

.wdd-calc-section {
    padding: 100px 20px;
    color: #ffffff;
}

.wdd-calc-section-alt {
    background: rgba(255, 255, 255, 0.012);
}

.wdd-calc-shell,
.wdd-adv-shell {
    max-width: 1280px;
    margin: 0 auto;
}

.wdd-calc-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: start;
}

.wdd-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));
}

.wdd-calc-fields::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;
}

.wdd-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.wdd-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.wdd-field-full,
.wdd-field-discount {
    grid-column: 1 / -1;
}

.wdd-field label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.wdd-field input,
.wdd-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: inherit;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.wdd-field input:focus,
.wdd-field select:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(0, 0, 0, 0.5);
}

.wdd-field select {
    cursor: pointer;
}

.wdd-field-note {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.5;
    margin: 0;
}

.wdd-state-preset-note {
    grid-column: 1 / -1;
    font-size: 0.8rem;
    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;
    min-height: 0;
}

.wdd-state-preset-note:empty {
    display: none;
}

.wdd-input-with-toggle {
    display: flex;
    gap: 8px;
}

.wdd-input-with-toggle input {
    flex: 1;
}

.wdd-mini-toggle {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.wdd-mini-toggle button {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 16px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.wdd-mini-toggle button.active {
    background: rgba(99, 102, 241, 0.35);
    color: #fff;
}

.wdd-pill-toggle {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wdd-pill-toggle button {
    flex: 1;
    min-width: 220px;
    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.6);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wdd-pill-toggle button.active {
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(99, 102, 241, 0.18);
    color: #fff;
}

.wdd-calc-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    margin-top: 6px;
}

.wdd-calc-actions-top {
    margin-bottom: 28px;
    flex-wrap: wrap;
}

#basicResetBtn {
    background: transparent;
}

.wdd-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);
}

.wdd-calc-result h3 {
    margin: 0 0 18px;
    font-size: 1.3rem;
    font-weight: 800;
}

.wdd-result-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.wdd-result-table td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.875rem;
    color: var(--jdg-gray, #9a9aa8);
}

.wdd-result-table td:last-child {
    text-align: right;
    color: #fff;
    font-weight: 500;
}

.wdd-result-table tr.wdd-result-row-strong td {
    color: #c7c3ff;
    font-weight: 700;
}

.wdd-result-table tr.wdd-result-row-total td {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 16px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
}

.wdd-result-insight {
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(165, 180, 252, 0.85);
    margin: 0 0 14px;
}

.wdd-result-insight.wdd-warning {
    color: #ffb86b;
}

.wdd-disclaimer-mini {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.32);
    line-height: 1.55;
    margin: 0;
}

.wdd-adv-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.wdd-adv-tab {
    padding: 12px 20px;
    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.5);
    font-size: 0.82rem;
    font-family: var(--jdg-heading-font-family);
    cursor: pointer;
    transition: all 0.25s ease;
}

.wdd-adv-tab:hover {
    background: rgba(99, 102, 241, 0.08);
    color: #fff;
}

.wdd-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;
}

.wdd-adv-panels {
  margin-top: 24px;
  position: relative;
}

.wdd-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);
}

.wdd-adv-panel.active {
    display: block;
    animation: wdd-panel-in 0.35s ease;
}

.wdd-adv-panel h3 {
    margin: 0 0 22px;
    font-size: 1.4rem;
    font-weight: 800;
}

.wdd-panel-intro {
    color: var(--jdg-gray, #9a9aa8);
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0 0 26px;
    max-width: 760px;
}

@keyframes wdd-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.wdd-preset-preview {
    margin-top: 24px;
    padding: 20px 24px;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wdd-preset-preview strong {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 4px;
}

.wdd-preset-preview span {
    font-size: 0.82rem;
    color: #c7c3ff;
}

.wdd-line-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
}

.wdd-line-item-row {
    padding: 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.wdd-line-item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 4px;
}

.wdd-line-remove {
    justify-content: flex-end;
}

.wdd-remove-row {
    border: 1px solid rgba(239, 68, 68, 0.35);
    background: rgba(239, 68, 68, 0.1);
    color: #ff9d9d;
    border-radius: 10px;
    padding: 11px 16px;
    cursor: pointer;
    font-size: 0.82rem;
    width: 100%;
    transition: all 0.2s ease;
}

.wdd-remove-row:hover {
    background: rgba(239, 68, 68, 0.2);
}

.wdd-line-item-total {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    color: #c7c3ff;
}

.wdd-margin-results {
    margin-top: 30px;
}

.wdd-disclaimer-box {
    max-width: 920px;
    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);
}

.wdd-disclaimer-box h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 850;
}

.wdd-disclaimer-box p {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--jdg-gray, #9a9aa8);
}

.wdd-disclaimer-box p:last-child {
    margin-bottom: 0;
}

/* ============================================
   CALCULATOR RESPONSIVE
=============================================== */

@media (max-width: 1199px) {
    .wdd-calc-grid {
        grid-template-columns: 1fr;
    }

    .wdd-calc-result {
        position: static;
    }

    .wdd-calc-fields {
        grid-template-columns: 1fr;
    }

    .wdd-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-line-item-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wdd-calc-section {
        padding: 70px 16px;
    }

    .wdd-calc-fields,
    .wdd-adv-panel {
        padding: 24px;
    }

    .wdd-grid-3 {
        grid-template-columns: 1fr;
    }

    .wdd-line-item-grid {
        grid-template-columns: 1fr;
    }

    .wdd-adv-tabs {
        flex-direction: column;
    }

    .wdd-adv-tab {
        text-align: center;
    }

    .wdd-pill-toggle {
        flex-direction: column;
    }

    .wdd-pill-toggle button {
        min-width: 100%;
    }

    .wdd-disclaimer-box {
        padding: 32px 24px;
    }
}
/* ============================================
   ADVANCED CALCULATOR — STEP NAVIGATION
   (Prev / Next controls below the tab panels)
=============================================== */

.wdd-adv-stepnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding: 18px 26px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.wdd-step-indicator {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.4px;
    flex-shrink: 0;
}

.wdd-step-prev,
.wdd-step-next {
    min-width: 130px;
    text-align: center;
}

.wdd-step-prev:disabled,
.wdd-step-next:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

@media (max-width: 640px) {
    .wdd-adv-stepnav {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 16px 18px;
    }

    .wdd-step-indicator {
        order: -1;
        width: 100%;
        margin-bottom: 6px;
        text-align: center;
    }

    .wdd-step-prev,
    .wdd-step-next {
        flex: 1;
        min-width: 0;
    }
}
/* ============================================
   WEBSITE COST CALCULATOR — PAGE-SPECIFIC ADDITIONS
=============================================== */
.website-cost-page-banner {
    background:
        radial-gradient(circle at 12% 18%, rgba(99, 102, 241, 0.18), transparent 34%),
        radial-gradient(circle at 88% 35%, rgba(16, 185, 129, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(5, 5, 8, 0.98), rgba(10, 10, 10, 0.98));
}

.wdd-hidden {
    display: none !important;
}

.wdd-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

.wdd-checkbox-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.35;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wdd-checkbox-grid label:hover {
    border-color: rgba(99, 102, 241, 0.45);
    background: rgba(99, 102, 241, 0.08);
    color: #fff;
}

.wdd-checkbox-grid input {
    width: auto !important;
    accent-color: #6366f1;
}

.seo-service-card-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.wdd-cost-driver-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 18px;
}

.wdd-cost-driver-tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #d9d0ff;
    font-size: 0.75rem;
    line-height: 1;
}

.wdd-calc-result-static {
    position: static;
}

.wdd-field select option {
    color: #111;
    background: #fff;
}

.text-start {
    text-align: left !important;
}

@media (max-width: 1024px) {
    .seo-service-card-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wdd-checkbox-grid,
    .seo-service-card-grid-3 {
        grid-template-columns: 1fr;
    }

    .wdd-calc-actions {
        flex-direction: column;
    }

    .wdd-calc-actions .jdg-btn {
        width: 100%;
        text-align: center;
    }
}

/* Standalone fallback variables. Remove body rule if your theme already controls the full site body. 
:root {
    --main-bg: #0a0a0a;
    --jdg-white: #ffffff;
    --jdg-gray: #9a9aa8;
    --jdg-heading-font-family: 'Poppins', Arial, sans-serif;
}

body {
    background: var(--main-bg);
    color: var(--jdg-white);
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
}*/