:root {
    --bg: #f5f7fb;
    --surface: #ffffff;
    --text: #1e2430;
    --muted: #616b7f;
    --line: #dfe5ef;
    --brand: #ff6200;
    --brand-dark: #df5500;
    --accent: #007acc;
    --logo-orange: #f58220;
    --logo-blue: #003F66;
    --radius: 14px;
    --shadow: 0 12px 30px rgba(11, 26, 54, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

a,
button,
.feature-card,
.service-card,
.pricing-card,
.quote-card,
.media-card,
details,
input,
textarea,
select {
    transition: all 0.2s ease;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.section-space {
    padding: 80px 0;
}

.section-light {
    background: #eef2f7;
}

.hidden {
    display: none !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.logo .logo-wp,
.footer-logo .logo-wp {
    color: var(--logo-orange) !important;
}

.logo .logo-flow,
.footer-logo .logo-flow {
    color: var(--logo-blue) !important;
}

.main-nav {
    display: flex;
    gap: 28px;
}

.main-nav a {
    color: var(--muted);
    font-weight: 500;
    position: relative;
}

.main-nav a:hover {
    color: var(--brand);
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--brand);
    transition: width 0.2s ease;
}

.main-nav a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 0 4% 18px;
    background: var(--surface);
    border-top: 1px solid var(--line);
}

.mobile-nav a {
    color: var(--muted);
    padding: 6px 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-sm {
    padding: 10px 16px;
    font-size: 0.92rem;
}

.btn-primary {
    background: var(--brand);
    color: #fff;
}

.btn-primary:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
}

.btn-dark {
    background: #1f2838;
    color: #fff;
}

.btn-dark:hover {
    background: #141b27;
    transform: translateY(-1px);
}

.btn-ghost {
    border: 1px solid #2f3b53;
    color: #2f3b53;
    background: transparent;
}

.btn-ghost:hover {
    background: #e8edf6;
    transform: translateY(-1px);
}

.btn-light {
    background: #fff;
    color: #1f2838;
}

.hero {
    background: #eef5ff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 36px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffe8da;
    color: var(--brand);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

h1, h2, h3 {
    line-height: 1.2;
    margin: 0 0 12px;
}

h1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.hero-subtitle {
    color: var(--muted);
    max-width: 680px;
    margin: 0;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin: 26px 0;
    flex-wrap: wrap;
}

.hero-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #36425b;
}

.hero-points i {
    color: var(--brand);
}

.hero-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 26px;
}

.hero-card ul {
    margin: 0;
    padding-left: 18px;
}

.section-head {
    margin-bottom: 28px;
}

.three-col {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pricing-four-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pricing-block-head {
    margin-top: 16px;
    margin-bottom: 12px;
}

.pricing-block-head h3 {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.pricing-support-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bucket-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.bucket-card {
    background: #ffffff;
    border: 1px dashed #c7d3e8;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(11, 26, 54, 0.06);
    display: flex;
    flex-direction: column;
    position: relative;
}

.bucket-card:hover {
    transform: translateY(-3px);
    border-color: #a9bbdb;
}

.bucket-featured {
    border-style: solid;
    border-color: #f3b383;
    box-shadow: 0 12px 28px rgba(245, 130, 32, 0.12);
}

.bucket-badge {
    position: absolute;
    top: -10px;
    right: 14px;
    margin: 0;
    background: #f58220;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
}

.bucket-card .plan-list {
    flex: 1;
    margin-bottom: 14px;
}

.two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.core-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.core-value-card {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.07);
}

.core-value-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #ffe8da;
    color: var(--brand);
    margin-bottom: 10px;
}

.core-value-card p {
    margin: 0;
    color: var(--muted);
}

.core-value-card:hover {
    transform: translateY(-4px);
    border-color: #c8d6eb;
    box-shadow: 0 16px 34px rgba(11, 26, 54, 0.12);
}

.care-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.care-problem-grid .core-value-card p {
    margin: 0;
}

.care-pain-grid {
    align-items: stretch;
}

.care-pain-card {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.07);
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
}

.care-pain-card:hover {
    transform: translateY(-4px);
    border-color: #c8d6eb;
    box-shadow: 0 16px 34px rgba(11, 26, 54, 0.12);
}

.care-pain-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #ffe8da;
    color: var(--brand);
}

.care-pain-card:nth-child(even) .care-pain-icon {
    background: #e9f2ff;
    color: var(--logo-blue);
}

.care-pain-card h3 {
    margin: 0 0 4px;
    font-size: 1.05rem;
}

.care-pain-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.care-problem-closing {
    margin-top: 18px;
    text-align: center;
}

.care-problem-closing p {
    margin: 0;
    display: inline-block;
    border: 1px solid #f2c39f;
    background: #fff8f3;
    color: #7d3f0e;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
}

.care-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.care-oneoff-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.care-oneoff-side {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.07);
}

.care-oneoff-side .pricing-block-head {
    margin: 0;
    margin-bottom: 10px;
}

.care-oneoff {
    border-style: dashed;
    border-color: #c7d3e8;
    margin: 0;
}

.care-oneoff:hover {
    border-style: solid;
}

.care-plan-grid {
    margin-bottom: 22px;
}

.care-coverage-table-wrap {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.07);
}

.care-coverage-table-wrap h3 {
    margin-bottom: 12px;
}

.care-coverage-table {
    display: grid;
    gap: 0;
    border: 1px solid #e1e8f4;
    border-radius: 10px;
    overflow: hidden;
}

.care-coverage-row {
    display: grid;
    grid-template-columns: 2fr repeat(4, minmax(0, 1fr));
    gap: 0;
}

.care-coverage-row span {
    padding: 10px 12px;
    border-right: 1px solid #e8edf7;
    border-bottom: 1px solid #e8edf7;
    background: #ffffff;
    text-align: center;
}

.care-coverage-row span:first-child {
    text-align: left;
    font-weight: 600;
}

.care-coverage-row span:last-child {
    border-right: 0;
}

.care-coverage-head span {
    background: #f5f8ff;
    font-weight: 700;
}

.care-coverage-row:last-child span {
    border-bottom: 0;
}

.care-coverage-row i {
    color: var(--brand);
}

.care-terms-wrap {
    margin-top: 18px;
    background: #fffaf6;
    border: 1px solid #f3d9c2;
    border-radius: 14px;
    padding: 18px;
}

.care-terms-wrap h3 {
    margin-bottom: 10px;
}

.care-terms-wrap .plan-list {
    margin-bottom: 0;
}

.care-packages-head {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.care-plan-grid .feature-off {
    color: #9ea7b8;
}

.service-showcase-head {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.service-highlight-grid {
    align-items: stretch;
}

.service-highlight-grid .service-card {
    position: relative;
}

.service-emphasis {
    border-color: #f2c39f;
    box-shadow: 0 14px 30px rgba(245, 130, 32, 0.12);
}

.service-tag {
    position: absolute;
    top: -10px;
    right: 14px;
    margin: 0;
    background: var(--brand);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.service-highlight-grid .feature-icon {
    background: #e9f2ff;
    color: var(--logo-blue);
}

.service-highlight-grid .service-emphasis .feature-icon {
    background: #ffe8da;
    color: var(--brand);
}

.service-highlight-grid .service-card p {
    margin-top: 0;
}

.offload-grid {
    align-items: stretch;
}

.offload-card {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.07);
    display: flex;
    align-items: center;
    gap: 12px;
}

.offload-card:hover {
    transform: translateY(-4px);
    border-color: #c8d6eb;
    box-shadow: 0 16px 34px rgba(11, 26, 54, 0.12);
}

.offload-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #e9f2ff;
    color: var(--logo-blue);
}

.offload-card:nth-child(odd) .offload-icon {
    background: #ffe8da;
    color: var(--brand);
}

.offload-card h3 {
    margin: 0;
    font-size: 1.05rem;
}

.showcase-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    align-items: stretch;
}

.showcase-copy {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.08);
}

.showcase-points {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.showcase-point {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: start;
    background: #f7faff;
    border: 1px solid #e4ebf7;
    border-radius: 12px;
    padding: 12px;
}

.showcase-point h3 {
    margin: 0 0 2px;
    font-size: 1.02rem;
}

.showcase-point p {
    margin: 0;
    color: var(--muted);
}

.showcase-point-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #e9f2ff;
    color: var(--logo-blue);
}

.showcase-visual {
    border-radius: 20px;
    background: #0f2339;
    border: 1px solid #1f3550;
    min-height: 360px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.showcase-ring {
    width: 78%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px dashed rgba(186, 213, 240, 0.25);
    position: absolute;
}

.showcase-center {
    width: 148px;
    height: 148px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    place-items: center;
    color: #e9f2ff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.showcase-center i {
    font-size: 1.4rem;
}

.dev-task-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dev-task-panel {
    background: #ffffff;
    border: 1px solid #dce4f2;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(11, 26, 54, 0.08);
}

.dev-task-panel h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.dev-task-panel h3 i {
    color: var(--logo-blue);
}

.dev-task-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.dev-task-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    border: 1px solid #e5ecf8;
    background: #f8fbff;
    border-radius: 10px;
    padding: 9px 10px;
}

.dev-task-item i {
    color: var(--brand);
    margin-top: 2px;
}

.feature-card,
.service-card,
.pricing-card,
.quote-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 24px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
}

.feature-card:hover,
.service-card:hover,
.pricing-card:hover,
.quote-card:hover,
.media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(11, 26, 54, 0.12);
    border-color: #ced8e8;
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    margin-bottom: 12px;
}

.service-card ul {
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--muted);
}

.plan-list {
    margin: 12px 0 18px;
    padding-left: 18px;
    color: var(--muted);
}

.pricing-card .btn,
.service-card .btn,
.bucket-card .btn {
    margin-top: 8px;
    width: 100%;
    white-space: nowrap;
}

.pricing-card .btn {
    margin-top: auto;
}

.bucket-card .btn {
    margin-top: auto;
}

.pricing-card,
.bucket-card {
    background: #ffffff;
}

.pricing-fit {
    margin: 2px 0 8px;
    font-weight: 600;
    color: #27344d;
}

.pricing-note {
    margin: 4px 0 10px;
    color: var(--muted);
    font-size: 0.92rem;
}

.seo-different-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.seo-different-card {
    width: min(920px, 100%);
    background: linear-gradient(135deg, #fff 0%, #f7fbff 65%, #fef4ea 100%);
    border: 1px solid #ffd9bc;
    border-radius: var(--radius);
    padding: 24px 26px;
    box-shadow: var(--shadow);
    text-align: center;
}

.seo-different-card h3 {
    margin: 6px 0 10px;
}

.seo-different-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    text-align: left;
}

.seo-different-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e5ecf8;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 14px;
}

.seo-different-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--logo-orange), var(--brand));
    box-shadow: 0 8px 18px rgba(255, 98, 0, 0.22);
    flex-shrink: 0;
}

.seo-different-item:nth-child(2n) .seo-different-icon {
    background: linear-gradient(135deg, var(--accent), var(--logo-blue));
    box-shadow: 0 8px 18px rgba(0, 122, 204, 0.2);
}

.seo-different-icon i {
    font-size: 1rem;
}

.seo-different-item p {
    margin: 0;
    font-weight: 600;
    color: #2b3851;
}

/* Keep "Bucket Of Hours" header/subtitle from overlapping */
#packages .section-head h3 {
    line-height: 1.25;
    margin-bottom: 6px;
}

#packages .section-head .hero-subtitle {
    max-width: 100%;
    line-height: 1.45;
    word-break: break-word;
}

.text-link {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    margin: 8px 0;
}

.price span {
    font-size: 1rem;
    color: var(--muted);
    font-weight: 500;
}

.pricing-card.featured {
    border-color: var(--brand);
    position: relative;
}

.badge {
    position: absolute;
    top: -12px;
    right: 14px;
    margin: 0;
    background: var(--brand);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
}

.quote-card {
    margin: 0;
    font-style: italic;
    color: #2f3b53;
}

.quote-card cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    color: var(--muted);
}

.testimonial-copy-head {
    margin-top: 26px;
}

.media-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 24px;
}

.video-frame {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 560px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #0f1728;
}

.testimonial-grid .media-card {
    width: 340px;
    max-width: 100%;
    margin: 0;
}

.testimonial-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial-grid .media-card video {
    display: block;
}

/* Keep 3 videos in one centered row on desktop */
@media (min-width: 961px) {
    .testimonial-grid .media-card {
        flex: 0 0 340px;
    }

    .testimonial-grid:has(.media-card:nth-child(3)) .media-card {
        flex-basis: 320px;
    }
}

/* Fallback for browsers without :has support */
@supports not selector(:has(*)) {
    .testimonial-grid .media-card {
        flex: 0 0 340px;
    }
}

@media (max-width: 960px) {
    .testimonial-grid .media-card {
        width: min(340px, 100%);
    }

    .testimonial-grid {
        gap: 16px;
    }
}

.narrow {
    max-width: 760px;
}

.faq-search-wrap {
    position: relative;
    margin: 18px 0 18px;
    background: #ffffff;
    border: 1px solid #d9e2f0;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 10px 22px rgba(11, 26, 54, 0.06);
}

.faq-top-cta {
    margin: 14px auto 0;
    max-width: 680px;
    background: #fff6ef;
    border: 1px solid #ffd8bf;
    color: #8a470f;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
}

.faq-top-cta i {
    margin-right: 6px;
}

.faq-top-cta a {
    color: var(--brand);
}

.faq-search-wrap i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #7b879d;
}

#faq-search {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px 12px 40px;
    font: inherit;
    background: #fff;
}

#faq-search:focus {
    outline: none;
    border-color: #b7c7e1;
    box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.12);
}

.faq-empty {
    margin: 0 0 14px;
    color: #7b879d;
    font-weight: 500;
}

.faq-grid {
    display: grid;
    gap: 14px;
}

.faq-section-card {
    background: #ffffff;
    border: 1px solid #d9e2f0;
    border-left: 5px solid #d0d9e8;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 28px;
}

.faq-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    font-size: 1.3rem;
}

.faq-section-title i {
    color: var(--brand);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    background: #ffe8da;
}

#faq-list .faq-section-card:nth-of-type(1) {
    border-left-color: #ff6200;
}

#faq-list .faq-section-card:nth-of-type(1) .faq-section-title i {
    background: #ffe8da;
    color: #ff6200;
}

#faq-list .faq-section-card:nth-of-type(2) {
    border-left-color: #1f6feb;
}

#faq-list .faq-section-card:nth-of-type(2) .faq-section-title i {
    background: #e9f2ff;
    color: #1f6feb;
}

#faq-list .faq-section-card:nth-of-type(3) {
    border-left-color: #ff6200;
}

#faq-list .faq-section-card:nth-of-type(3) .faq-section-title i {
    background: #ffe8da;
    color: #ff6200;
}

#faq-list .faq-section-card:nth-of-type(4) {
    border-left-color: #1f6feb;
}

#faq-list .faq-section-card:nth-of-type(4) .faq-section-title i {
    background: #e9f2ff;
    color: #1f6feb;
}

.faq-item {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.faq-tag {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--brand);
}

.faq-highlight {
    font-weight: 700;
    color: #15233f;
}

:is(#faq-list, .faq-unified) details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 14px;
}

:is(#faq-list, .faq-unified) details[open] {
    border-color: #c8d6eb;
    box-shadow: 0 8px 20px rgba(11, 26, 54, 0.06);
}

:is(#faq-list, .faq-unified) summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.06rem;
    padding: 8px 0;
}

:is(#faq-list, .faq-unified) summary::-webkit-details-marker {
    display: none;
}

:is(#faq-list, .faq-unified) summary::before {
    content: "Q";
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    background: var(--brand);
    flex: 0 0 24px;
}

:is(#faq-list, .faq-unified) summary::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    color: #7b879d;
    transition: transform 0.2s ease;
}

:is(#faq-list, .faq-unified) details[open] summary::after {
    transform: rotate(180deg);
    color: var(--brand);
}

:is(#faq-list, .faq-unified) details p,
:is(#faq-list, .faq-unified) details ul {
    margin-left: 34px;
}

:is(#faq-list, .faq-unified) details p {
    position: relative;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f4f8ff;
}

:is(#faq-list, .faq-unified) details p::before {
    content: "A";
    font-weight: 700;
    color: #0f325c;
    margin-right: 8px;
}

details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
}

summary {
    cursor: pointer;
    font-weight: 600;
}

details:hover {
    border-color: #c9d4e6;
    box-shadow: 0 8px 20px rgba(11, 26, 54, 0.06);
}

details p {
    margin: 10px 0 0;
    color: var(--muted);
}

/* SEO Growth Plan — results timeline (highlighted) */
.seo-timeline-section {
    position: relative;
    background: linear-gradient(145deg, #fff6ee 0%, #f0f7ff 55%, #eef5fb 100%);
    border-block: 1px solid rgba(245, 130, 32, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.seo-timeline-section .section-head {
    margin-bottom: 8px;
}

.seo-timeline-shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    max-width: 980px;
    margin: 32px auto 0;
    align-items: stretch;
}

.seo-timeline-shell::before {
    content: "";
    position: absolute;
    left: calc(100% / 6);
    right: calc(100% / 6);
    top: 15px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--logo-orange), var(--accent));
    opacity: 0.45;
    pointer-events: none;
}

.seo-timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 4px;
}

.seo-timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--surface);
    border: 4px solid var(--logo-orange);
    box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.18);
    z-index: 1;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.seo-timeline-step:nth-child(2) .seo-timeline-dot {
    border-color: var(--brand);
    box-shadow: 0 0 0 6px rgba(255, 98, 0, 0.22);
}

.seo-timeline-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px 20px;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 300px;
    flex: 1;
}

.seo-timeline-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    color: var(--text);
}

.seo-timeline-range {
    margin: 0;
    font-size: 1.28rem;
    font-weight: 700;
    color: var(--logo-blue);
    letter-spacing: -0.02em;
}

.seo-timeline-card-featured {
    border: 2px solid var(--brand);
    box-shadow: 0 18px 44px rgba(255, 98, 0, 0.2);
}

@media (max-width: 900px) {
    .seo-timeline-shell {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 24px;
        padding-left: 36px;
    }

    .seo-timeline-shell::before {
        left: 14px;
        right: auto;
        top: 12px;
        bottom: 12px;
        width: 4px;
        height: auto;
        background: linear-gradient(180deg, var(--logo-orange), var(--accent));
    }

    .seo-timeline-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 18px;
        padding: 14px 0;
    }

    .seo-timeline-dot {
        margin-bottom: 0;
        margin-top: 22px;
    }

    .seo-timeline-card {
        max-width: none;
    }

}

.cta-band {
    background: var(--brand);
    color: #fff;
}

.center-text {
    text-align: center;
}

.center-text p {
    opacity: 0.95;
}

.faq-more-wrap {
    margin-top: 16px;
}

.site-footer {
    background: #11192a;
    color: #9ca8c0;
    padding-top: 56px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 24px;
}

.footer-grid h4 {
    color: #fff;
    margin-top: 0;
}

.footer-grid a {
    display: block;
    margin: 8px 0;
}

.footer-grid a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: 1px solid #24314c;
    margin-top: 26px;
    padding: 16px 0 24px;
    font-size: 0.9rem;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(7, 12, 26, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 110;
}

.modal.is-open {
    display: flex;
}

.modal-panel {
    width: min(560px, 96%);
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    position: relative;
}

.modal-close {
    border: none;
    background: transparent;
    font-size: 26px;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
}

#contact-form {
    display: grid;
    gap: 10px;
}

#contact-form label {
    font-size: 0.92rem;
    font-weight: 600;
}

#contact-form input,
#contact-form textarea,
.lead-form input,
.lead-form textarea,
.lead-form select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}

#contact-form input:focus,
#contact-form textarea:focus,
.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
    outline: none;
    border-color: #b7c7e1;
    box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.12);
}

.full {
    width: 100%;
    margin-top: 8px;
}

.lead-form {
    display: grid;
    gap: 12px;
}

.lead-form label {
    font-size: 0.92rem;
    font-weight: 600;
    color: #24314c;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
}

.toast {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 120;
    background: #10182a;
    color: #fff;
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.thanks-overlay {
    position: fixed;
    inset: 0;
    z-index: 160;
    background: rgba(9, 16, 32, 0.56);
    display: grid;
    place-items: center;
    padding: 16px;
}

.thanks-card {
    width: min(520px, 100%);
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(10, 20, 40, 0.28);
    border: 1px solid #e5ecf8;
}

.thanks-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    color: #fff;
    background: linear-gradient(135deg, #1dbf73, #12a75f);
}

.thanks-card h3 {
    margin: 0 0 8px;
}

.thanks-card p {
    margin: 0 0 14px;
    color: #44536f;
}

.wordcamp-modal-panel {
    width: min(540px, 96%);
    background: linear-gradient(165deg, #ffffff 0%, #f4f9ff 62%, #fff4ea 100%);
    border: 1px solid #ffd8bb;
    padding: 20px;
}

.wordcamp-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.wordcamp-logo {
    display: block;
    width: min(260px, 84%);
    height: auto;
}

.wordcamp-modal-panel h3 {
    margin: 10px 0 8px;
    text-align: center;
}

.wordcamp-subtitle {
    margin: 0 0 12px;
    color: var(--logo-orange);
    text-align: center;
}

.wordcamp-highlight {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, var(--logo-orange), var(--brand));
    padding: 2px 8px;
    border-radius: 8px;
}

.wordcamp-infographic {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6edf9;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 12px;
    justify-content: center;
}

.wordcamp-infographic p {
    margin: 0;
    font-size: 0.9rem;
    color: #33435f;
}

.wordcamp-infographic p:first-child {
    font-weight: 700;
    color: #22324d;
}

.wordcamp-visual-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--logo-orange), var(--brand));
}

#wordcamp-lead-form {
    gap: 10px;
}

#wordcamp-lead-form input,
#wordcamp-lead-form select {
    min-height: 46px;
    font-size: 16px;
}

.input-error {
    border-color: #d93025 !important;
    box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.15) !important;
}

.field-error {
    margin: 6px 0 0;
    font-size: 0.85rem;
    color: #d93025;
    font-weight: 600;
    line-height: 1.3;
}

.wpcamp-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.wpcamp-stat-card {
    background: #f7fbff;
    border: 1px solid #dfe9f8;
    border-radius: 12px;
    padding: 12px 14px;
}

.wpcamp-stat-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.wpcamp-stat-card h3 {
    margin: 2px 0 0;
    font-size: 1.6rem;
}

.wpcamp-filter-form .form-grid {
    align-items: end;
}

.wpcamp-filter-actions {
    display: flex;
    gap: 10px;
}

.wpcamp-filter-actions .btn {
    width: auto;
}

.wpcamp-table-wrap {
    margin-top: 16px;
}

.wpcamp-table-scroll {
    overflow-x: auto;
}

.wpcamp-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.wpcamp-table th,
.wpcamp-table td {
    border-bottom: 1px solid #e5ecf8;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

.wpcamp-table thead th {
    background: #f6f9ff;
    color: #2d3b55;
    position: sticky;
    top: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}

@media (max-width: 960px) {
    .main-nav,
    .nav-wrap > .btn {
        display: none;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .hero-grid,
    .three-col,
    .pricing-four-grid,
    .pricing-support-grid,
    .bucket-grid,
    .two-col,
    .dev-task-shell,
    .showcase-split,
    .core-value-grid,
    .form-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-space {
        padding: 62px 0;
    }

    .care-coverage-table {
        overflow-x: auto;
        display: block;
    }

    .care-coverage-row {
        min-width: 720px;
    }

    .care-oneoff-split {
        grid-template-columns: 1fr;
    }

    .care-packages-head {
        width: 100%;
    }

    .seo-different-grid {
        grid-template-columns: 1fr;
    }

    .wordcamp-modal-panel {
        width: min(100%, 100%);
        border-radius: 14px;
        padding: 16px;
    }

    .modal {
        padding: 12px;
    }

    .wordcamp-infographic {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .wordcamp-visual-icon {
        width: 36px;
        height: 36px;
    }
}
