@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght,SOFT@9..144,400..700,100&display=swap');

:root {
    --sc-primary: #2563eb;
    --sc-primary-deep: #1d4ed8;
    --sc-ink: #151d32;
    --sc-copy: #495066;
    --sc-muted: #6e768f;
    --sc-white: #ffffff;
    --sc-paper: #f8fbff;
    --sc-paper-soft: #f0f5ff;
    --sc-line: #d7e3fb;
    --sc-line-soft: #e7eefc;
    --sc-highlight: #fdf2dc;
    --sc-success: #1f9f73;
    --sc-shadow: 0 18px 45px rgba(35, 65, 130, 0.09);
    --sc-shadow-soft: 0 8px 25px rgba(37, 99, 235, 0.08);
    --sc-r-lg: 28px;
    --sc-r-md: 18px;
    --sc-r-sm: 12px;
    --sc-r-pill: 999px;
    --sc-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --sc-font-display: 'Fraunces', Georgia, serif;
}

.sc-landing {
    position: relative;
    color: var(--sc-ink);
    font-family: var(--sc-font-sans);
    width: 100vw;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background:
        radial-gradient(circle at 10% 5%, #edf4ff 0, transparent 30%),
        radial-gradient(circle at 90% 20%, #f7f2ff 0, transparent 36%),
        linear-gradient(180deg, #fdfefe 0%, #f7faff 100%);
    overflow-x: clip;
}

/* Force full-bleed inside block themes (e.g. Twenty Twenty-Five). */
.wp-site-blocks .sc-landing,
.entry-content .sc-landing,
.is-layout-constrained .sc-landing {
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.wp-site-blocks .sc-landing + *,
.entry-content .sc-landing + * {
    margin-top: 0;
}

/* Hide default page title when landing shortcode exists. */
body.fitbook-landing-page .wp-block-post-title,
body.fitbook-landing-page .entry-title,
body.fitbook-landing-page h1.wp-block-post-title {
    display: none !important;
}

.sc-landing *,
.sc-landing *::before,
.sc-landing *::after {
    box-sizing: border-box;
}

.sc-container {
    width: min(1320px, 100%);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 56px);
}

.sc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: var(--sc-r-pill);
    padding: 13px 25px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.sc-btn--primary {
    background: linear-gradient(140deg, var(--sc-primary) 0%, #3876f4 100%);
    color: var(--sc-white);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}

.sc-btn--primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(140deg, var(--sc-primary-deep) 0%, #2f68e6 100%);
    color: var(--sc-white);
    text-decoration: none;
}

.sc-btn--ghost {
    background: var(--sc-white);
    color: var(--sc-ink);
    border-color: var(--sc-line);
}

.sc-btn--ghost:hover {
    border-color: #bfd2fa;
    background: #f6f9ff;
    color: var(--sc-ink);
    text-decoration: none;
}

.sc-btn--white {
    background: var(--sc-white);
    color: var(--sc-primary);
    box-shadow: var(--sc-shadow);
}

.sc-btn--white:hover {
    transform: translateY(-2px);
    color: var(--sc-primary-deep);
    text-decoration: none;
}

.sc-section {
    position: relative;
    padding: 98px 0;
}

.sc-section__header {
    width: min(680px, 100%);
    margin-inline: auto;
    margin-bottom: 54px;
    text-align: center;
}

.sc-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: var(--sc-r-pill);
    border: 1px solid #cae0ff;
    background: #f3f8ff;
    color: #2458cc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding: 6px 13px;
    margin-bottom: 14px;
}

.sc-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sc-primary);
}

.sc-section__title {
    font-family: var(--sc-font-display);
    font-size: clamp(30px, 3.7vw, 46px);
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    color: var(--sc-ink);
}

.sc-section__title em {
    font-style: normal;
    color: var(--sc-primary);
}

.sc-section__sub {
    margin: 0;
    color: var(--sc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.sc-hero {
    position: relative;
    padding: 94px 0 0;
}

.sc-hero::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 78%;
    background: linear-gradient(180deg, rgba(238, 246, 255, 0.95), rgba(248, 251, 255, 0.6));
    pointer-events: none;
}

.sc-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sc-hero__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 42%, transparent 100%);
}

.sc-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
}

.sc-hero__orb--1 {
    width: 340px;
    height: 340px;
    top: -90px;
    left: -70px;
    background: rgba(37, 99, 235, 0.16);
}

.sc-hero__orb--2 {
    width: 290px;
    height: 290px;
    top: 40px;
    right: -50px;
    background: rgba(107, 54, 226, 0.12);
}

.sc-hero__orb--3 {
    width: 280px;
    height: 280px;
    bottom: 20px;
    left: 36%;
    background: rgba(28, 167, 125, 0.09);
}

.sc-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(36px, 5vw, 86px);
    align-items: center;
}

.sc-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #c8dcff;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--sc-r-pill);
    padding: 7px 14px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 600;
    color: #29467b;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.sc-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sc-success);
    box-shadow: 0 0 0 4px rgba(31, 159, 115, 0.22);
    animation: sc-breathe 2s ease-in-out infinite;
}

@keyframes sc-breathe {
    0%, 100% { box-shadow: 0 0 0 4px rgba(31, 159, 115, 0.2); }
    50% { box-shadow: 0 0 0 7px rgba(31, 159, 115, 0.11); }
}

.sc-hero__title {
    margin: 0 0 18px;
    font-family: var(--sc-font-display);
    font-size: clamp(38px, 5.1vw, 62px);
    line-height: 1.03;
    letter-spacing: -0.03em;
    color: var(--sc-ink);
}

.sc-hero__title em {
    color: #1b4dc0;
    font-style: italic;
}

.sc-hero__title-accent {
    display: inline;
    background: linear-gradient(95deg, #1f59d8 15%, #5f41d8 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sc-hero__sub {
    margin: 0;
    max-width: 620px;
    color: var(--sc-copy);
    font-size: 16px;
    line-height: 1.78;
}

.sc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 34px;
}

.sc-hero__stats {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #d8e4fa;
    border-radius: var(--sc-r-md);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 24px rgba(31, 69, 130, 0.06);
    width: fit-content;
    padding: 12px 16px;
}

.sc-stat {
    min-width: 96px;
}

.sc-stat__num {
    display: block;
    font-family: var(--sc-font-display);
    font-size: 28px;
    line-height: 1;
    color: var(--sc-ink);
}

.sc-stat__label {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--sc-muted);
}

.sc-stat__divider {
    width: 1px;
    height: 38px;
    background: #d7e3fb;
}

.sc-hero__visual {
    position: relative;
    padding: 16px 16px 12px;
    border: 1px solid #d8e4fb;
    border-radius: 30px;
    background: linear-gradient(170deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: var(--sc-shadow);
}

.sc-hero__visual::after {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px dashed #d7e3fb;
    border-radius: 22px;
    pointer-events: none;
}

.sc-hero__svg {
    width: 100%;
    max-width: 560px;
    display: block;
    margin-inline: auto;
    animation: sc-float 5.2s ease-in-out infinite;
}

@keyframes sc-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.sc-illus-float {
    animation: sc-float 4.4s ease-in-out infinite;
}

.sc-illus-pulse {
    animation: sc-alpha 2.8s ease-in-out infinite;
}

@keyframes sc-alpha {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.83; }
}

.sc-illus-draw {
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: sc-dash 3s ease forwards 0.8s;
}

@keyframes sc-dash {
    to { stroke-dashoffset: 0; }
}

.sc-hero__badge-float {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: var(--sc-r-pill);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #d8e5fa;
    box-shadow: 0 12px 24px rgba(38, 86, 181, 0.12);
    color: #324d80;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 13px;
    white-space: nowrap;
}

.sc-hero__badge-float--1 {
    top: -14px;
    left: -28px;
}

.sc-hero__badge-float--2 {
    bottom: 24px;
    right: -22px;
}

.sc-hero__wave {
    margin-top: 58px;
    line-height: 0;
}

.sc-hero__wave svg {
    width: 100%;
    display: block;
}

.sc-services {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.sc-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 18px;
}

.sc-service-card {
    position: relative;
    border: 1px solid var(--sc-line);
    border-radius: var(--sc-r-md);
    background: var(--sc-white);
    box-shadow: 0 14px 34px rgba(44, 73, 133, 0.08);
    padding: 22px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    animation: sc-rise 0.45s ease both;
}

@keyframes sc-rise {
    from { transform: translateY(16px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.sc-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
    height: 4px;
    border-radius: var(--sc-r-pill);
    background: linear-gradient(90deg, #2a63e8 0%, #5f43d7 100%);
}

.sc-service-card:hover {
    transform: translateY(-4px) rotate(-0.2deg);
    border-color: #bad0fb;
    box-shadow: 0 20px 38px rgba(44, 73, 133, 0.13);
}

.sc-service-card__icon {
    width: 44px;
    height: 44px;
    border-radius: var(--sc-r-sm);
    border: 1px solid #ccddff;
    background: #eef4ff;
    display: grid;
    place-items: center;
    color: var(--sc-primary);
    margin-bottom: 15px;
}

.sc-service-card__cat {
    color: #2f5baf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.sc-service-card__title {
    margin: 0 0 8px;
    font-family: var(--sc-font-display);
    font-size: 22px;
    line-height: 1.22;
    font-weight: 500;
    color: var(--sc-ink);
}

.sc-service-card__meta {
    margin: 0 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sc-muted);
    font-size: 13px;
}

.sc-service-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--sc-line-soft);
    padding-top: 14px;
}

.sc-service-card__price {
    color: var(--sc-primary);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sc-service-card__cta {
    border: 1px solid #c7dbff;
    border-radius: var(--sc-r-pill);
    background: #f1f7ff;
    color: #2458cb;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 12px;
    transition: all 0.22s ease;
}

.sc-service-card__cta:hover {
    background: var(--sc-primary);
    border-color: var(--sc-primary);
    color: var(--sc-white);
    text-decoration: none;
}

.sc-why {
    background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.sc-why__inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 66px;
    align-items: center;
}

.sc-why__visual {
    position: relative;
}

.sc-why__visual::before {
    content: '';
    position: absolute;
    inset: auto 10% -14px 10%;
    height: 22px;
    border-radius: 50%;
    background: rgba(40, 83, 167, 0.12);
    filter: blur(8px);
}

.sc-why__visual svg {
    width: 100%;
    max-width: 410px;
    display: block;
    margin-inline: auto;
    filter: drop-shadow(0 20px 36px rgba(45, 84, 157, 0.14));
}

.sc-why__content .sc-section__title {
    text-align: left;
    margin-bottom: 28px;
}

.sc-why__features {
    display: grid;
    gap: 14px;
}

.sc-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #d8e5fb;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    padding: 13px 14px;
    transition: transform 0.24s ease, border-color 0.24s ease;
}

.sc-feature:hover {
    transform: translateX(3px);
    border-color: #bfd2fa;
}

.sc-feature__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 1px solid #cdddff;
    background: #ecf4ff;
    display: grid;
    place-items: center;
}

.sc-feature h4 {
    margin: 1px 0 4px;
    color: #1f2f54;
    font-size: 15px;
    font-weight: 700;
}

.sc-feature p {
    margin: 0;
    color: var(--sc-copy);
    font-size: 13px;
    line-height: 1.6;
}

.sc-testimonials {
    background: var(--sc-white);
}

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

.sc-testimonial {
    border: 1px solid #d6e3fa;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 12px 30px rgba(43, 72, 130, 0.08);
    padding: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: sc-rise 0.5s ease both;
}

.sc-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(43, 72, 130, 0.12);
}

.sc-testimonial__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 13px;
}

.sc-testimonial__text {
    margin: 0 0 18px;
    color: #2b3f66;
    line-height: 1.72;
    font-size: 14px;
}

.sc-testimonial__author {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sc-testimonial__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
}

.sc-testimonial__name {
    color: #1f2f54;
    font-size: 14px;
    font-weight: 700;
}

.sc-testimonial__role {
    margin-top: 2px;
    color: #7280a2;
    font-size: 12px;
}

.sc-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #21439c 0%, #2762de 60%, #317af3 100%);
    padding: 90px 0;
}

.sc-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.22;
    pointer-events: none;
}

.sc-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sc-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(58px);
}

.sc-cta__orb--1 {
    width: 290px;
    height: 290px;
    background: rgba(255, 255, 255, 0.16);
    top: -90px;
    left: -60px;
}

.sc-cta__orb--2 {
    width: 250px;
    height: 250px;
    background: rgba(135, 95, 250, 0.28);
    right: -55px;
    bottom: -75px;
}

.sc-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 42px;
}

.sc-cta__illustration {
    width: 165px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    animation: sc-float 5.2s ease-in-out infinite;
}

.sc-cta__illustration svg {
    width: 100%;
    display: block;
}

.sc-cta__title {
    margin: 0 0 12px;
    font-family: var(--sc-font-display);
    color: #ffffff;
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.sc-cta__title em {
    color: var(--sc-highlight);
    font-style: italic;
}

.sc-cta__sub {
    margin: 0 0 28px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
}

.sc-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.sc-cta__note {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 980px) {
    .sc-section {
        padding: 78px 0;
    }

    .sc-hero__inner,
    .sc-why__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sc-hero__visual {
        order: -1;
        max-width: 480px;
        margin-inline: auto;
    }

    .sc-hero__badge-float {
        display: none;
    }

    .sc-hero__stats {
        width: 100%;
        justify-content: space-between;
    }

    .sc-cta__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sc-cta__illustration {
        margin-inline: auto;
    }

    .sc-cta__actions {
        justify-content: center;
    }

    .sc-testimonials__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sc-container {
        padding-inline: 16px;
    }

    .sc-hero {
        padding-top: 74px;
    }

    .sc-hero__title {
        font-size: clamp(33px, 10vw, 42px);
    }

    .sc-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sc-btn {
        justify-content: center;
    }

    .sc-hero__stats {
        gap: 11px;
        padding: 10px;
    }

    .sc-stat {
        min-width: 72px;
    }

    .sc-stat__num {
        font-size: 22px;
    }

    .sc-service-card__title {
        font-size: 20px;
    }

    .sc-why__visual {
        display: none;
    }
}