@charset "utf-8";

body.skr-mobile-lp-page #custom_header,
body.skr-mobile-lp-page #custom_header_img,
body.skr-mobile-lp-page #content,
body.skr-mobile-lp-page .homeadd_wrap,
body.skr-mobile-lp-page .home_widget,
body.skr-mobile-lp-page .front-page-content {
    display: none;
}

.skr-sp-lp {
    --skr-ink: #101418;
    --skr-charcoal: #15191d;
    --skr-muted: #59636d;
    --skr-line: #06c755;
    --skr-cool: #f4f6f7;
    --skr-border: #dfe5e8;
    --skr-card-shadow: 0 1px 0 rgba(16, 20, 24, 0.04), 0 14px 34px rgba(16, 20, 24, 0.06);
    display: block;
    background: #f6f8f9;
    color: var(--skr-ink);
    letter-spacing: 0;
}

.skr-sp-lp * {
    box-sizing: border-box;
}

.skr-sp-profile__figure,
.skr-sp-hero__visual {
    margin: 0;
}

.skr-sp-profile__figure img,
.skr-sp-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skr-sp-profile__figure figcaption,
.skr-sp-hero__visual figcaption {
    color: inherit;
    font-size: 11px;
    line-height: 1.4;
}

.skr-sp-profile__role {
    margin: 0 0 8px;
    color: var(--skr-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
}

.skr-sp-profile__points {
    display: grid;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.skr-sp-profile__points li {
    position: relative;
    padding-left: 16px;
    color: #4f5b65;
    font-size: 12.5px;
    line-height: 1.62;
}

.skr-sp-profile__points li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--skr-ink);
    border-radius: 50%;
}

.skr-sp-profile__detail {
    margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
    .skr-sp-hero__visual {
        display: none;
    }

    .skr-sp-hero__title {
        max-width: 9.5em;
    }

    .skr-sp-hero__lead {
        font-size: 14px;
    }

    .skr-sp-profile {
        grid-template-columns: 86px 1fr;
        gap: 12px;
        align-items: start;
    }

    .skr-sp-profile__figure {
        overflow: hidden;
        width: 86px;
        aspect-ratio: 1;
        background: #111;
        border-radius: 12px;
    }

    .skr-sp-profile__figure img {
        object-position: 44% 35%;
    }

    .skr-sp-profile__figure figcaption {
        display: none;
    }

    .skr-sp-profile__body > p:not(.skr-sp-profile__role):first-of-type {
        font-size: 13px;
        line-height: 1.68;
    }

    .skr-sp-profile__points li {
        font-size: 12px;
    }

    .skr-sp-profile__detail {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    body.skr-mobile-lp-page {
        background: #f6f8f9;
    }

    .skr-sp-lp {
        padding-bottom: 0;
    }

    .skr-sp-lp__inner {
        width: min(1120px, calc(100% - 56px));
        margin: 0 auto;
    }

    .skr-sp-hero {
        padding: 54px 0 46px;
        background: linear-gradient(135deg, #101418 0%, #171d22 56%, #263941 100%);
        color: #fff;
    }

    .skr-sp-hero__layout {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) 390px;
        gap: 48px;
        align-items: center;
    }

    .skr-sp-hero__eyebrow {
        display: inline-flex;
        margin: 0 0 14px;
        padding: 6px 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        color: #e7f1f2;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.4;
    }

    .skr-sp-hero__title {
        max-width: 8.5em;
        margin: 0;
        color: #fff;
        font-size: 48px;
        line-height: 1.12;
        font-weight: 800;
    }

    .skr-sp-hero__lead {
        max-width: 620px;
        margin: 18px 0 0;
        color: #edf5f6;
        font-size: 17px;
        line-height: 1.85;
    }

    .skr-sp-hero__price {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 4px 14px;
        align-items: end;
        max-width: 430px;
        margin-top: 22px;
        padding: 18px 20px;
        background: #fff;
        color: var(--skr-ink);
        border-radius: 12px;
        box-shadow: var(--skr-card-shadow);
    }

    .skr-sp-hero__price-label {
        grid-column: 1 / -1;
        color: var(--skr-muted);
        font-size: 13px;
        font-weight: 800;
    }

    .skr-sp-hero__price-value {
        font-size: 44px;
        line-height: 1;
        font-weight: 800;
    }

    .skr-sp-hero__price-note {
        align-self: center;
        padding: 5px 8px;
        background: var(--skr-cool);
        border-radius: 999px;
        color: #315963;
        font-size: 12px;
        font-weight: 800;
    }

    .skr-sp-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 520px;
        margin: 14px 0 0;
    }

    .skr-sp-hero__facts div {
        padding: 11px 12px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 10px;
    }

    .skr-sp-hero__facts dt,
    .skr-sp-hero__facts dd {
        margin: 0;
    }

    .skr-sp-hero__facts dt {
        color: #bed0d4;
        font-size: 11px;
        font-weight: 800;
    }

    .skr-sp-hero__facts dd {
        margin-top: 4px;
        color: #fff;
        font-size: 15px;
        font-weight: 800;
    }

    .skr-sp-cta {
        display: grid;
        grid-template-columns: 180px 160px;
        gap: 10px;
        margin-top: 22px;
    }

    .skr-sp-button,
    .skr-sp-text-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 18px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
    }

    .skr-sp-button--primary {
        background: var(--skr-line);
        color: #fff;
        border: 1px solid var(--skr-line);
        box-shadow: 0 10px 22px rgba(6, 199, 85, 0.22);
    }

    .skr-sp-button--secondary {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.42);
    }

    .skr-sp-hero__subnote {
        margin-top: 14px;
        color: #c9d7da;
        font-size: 13px;
        line-height: 1.7;
    }

    .skr-sp-hero__visual {
        overflow: hidden;
        aspect-ratio: 4 / 5;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 18px;
        box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
    }

    .skr-sp-hero__visual img {
        object-position: 45% 42%;
        filter: grayscale(1) contrast(1.04);
    }

    .skr-sp-hero__visual figcaption {
        position: absolute;
        right: 18px;
        bottom: 16px;
        padding: 7px 10px;
        background: rgba(16, 20, 24, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        color: #fff;
        backdrop-filter: blur(8px);
    }

    .skr-sp-section {
        padding: 54px 0;
        background: #fff;
        border-bottom: 1px solid var(--skr-border);
    }

    .skr-sp-section--trust,
    .skr-sp-section--pricing,
    .skr-sp-section--flow,
    .skr-sp-section--posts {
        background: #f6f8f9;
    }

    .skr-sp-section__kicker {
        margin: 0 0 8px;
        color: #355f6b;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
    }

    .skr-sp-section__title {
        margin: 0;
        color: var(--skr-ink);
        font-size: 30px;
        line-height: 1.35;
        font-weight: 800;
    }

    .skr-sp-section__lead {
        max-width: 720px;
        margin: 12px 0 0;
        color: #4f5b65;
        font-size: 15px;
        line-height: 1.85;
    }

    .skr-sp-mini-grid,
    .skr-sp-card-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 18px;
    }

    .skr-sp-card-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .skr-sp-mini-card,
    .skr-sp-info-card,
    .skr-sp-flow li,
    .skr-sp-post,
    .skr-sp-price-card,
    .skr-sp-price-panel__side,
    .skr-sp-profile,
    .skr-sp-consult-card {
        background: #fff;
        border: 1px solid var(--skr-border);
        border-radius: 12px;
        box-shadow: var(--skr-card-shadow);
    }

    .skr-sp-mini-card,
    .skr-sp-info-card {
        padding: 18px;
    }

    .skr-sp-mini-card span,
    .skr-sp-info-card__icon,
    .skr-sp-flow span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background: #f1f6f7;
        color: #17333b;
        border: 1px solid #d4e5e9;
        border-radius: 50%;
        font-size: 11px;
        font-weight: 800;
    }

    .skr-sp-mini-card strong,
    .skr-sp-info-card h3,
    .skr-sp-flow h3 {
        display: block;
        margin: 12px 0 0;
        color: var(--skr-ink);
        font-size: 16px;
        line-height: 1.45;
        font-weight: 800;
    }

    .skr-sp-mini-card p,
    .skr-sp-info-card p,
    .skr-sp-flow p,
    .skr-sp-profile p {
        margin: 7px 0 0;
        color: #53606a;
        font-size: 13px;
        line-height: 1.7;
    }

    .skr-sp-price-panel {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 14px;
        margin-top: 22px;
    }

    .skr-sp-price-panel__main,
    .skr-sp-price-panel__side,
    .skr-sp-price-card {
        padding: 18px;
    }

    .skr-sp-price-panel__main {
        background: var(--skr-ink);
        color: #fff;
        border-radius: 14px;
    }

    .skr-sp-price-panel span,
    .skr-sp-price-card span,
    .skr-sp-price-panel small,
    .skr-sp-price-card small {
        display: block;
        font-size: 12px;
        line-height: 1.45;
    }

    .skr-sp-price-panel strong,
    .skr-sp-price-card strong {
        display: block;
        margin-top: 5px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 800;
    }

    .skr-sp-price-panel__main strong {
        font-size: 42px;
    }

    .skr-sp-price-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin-top: 14px;
    }

    .skr-sp-price-card--wide {
        grid-column: span 4;
        background: #fbfdfd;
    }

    .skr-sp-text-link {
        display: inline-flex;
        margin-top: 16px;
        background: #fff;
        color: var(--skr-ink);
        border: 1px solid #c9d3d7;
    }

    .skr-sp-consult-cards {
        display: grid;
        grid-template-columns: 1.08fr 0.92fr;
        gap: 16px;
        margin-top: 20px;
    }

    .skr-sp-consult-card {
        display: block;
        padding: 22px;
        text-decoration: none;
    }

    .skr-sp-consult-card--dark {
        background: var(--skr-line);
        color: #fff;
        border-color: var(--skr-line);
    }

    .skr-sp-consult-card span,
    .skr-sp-consult-card strong,
    .skr-sp-consult-card small {
        display: block;
    }

    .skr-sp-consult-card strong {
        margin-top: 6px;
        font-size: 22px;
        line-height: 1.35;
    }

    .skr-sp-consult-card small {
        margin-top: 8px;
        color: #53606a;
        font-size: 13px;
        line-height: 1.7;
    }

    .skr-sp-consult-card--dark small,
    .skr-sp-consult-card--dark span {
        color: rgba(255, 255, 255, 0.9);
    }

    .skr-sp-flow {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin: 22px 0 0;
        padding: 0;
        list-style: none;
    }

    .skr-sp-flow li {
        padding: 18px;
    }

    .skr-sp-profile {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 28px;
        align-items: stretch;
        margin-top: 22px;
        padding: 20px;
        background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
    }

    .skr-sp-profile__figure {
        overflow: hidden;
        min-height: 360px;
        background: #111;
        border-radius: 14px;
    }

    .skr-sp-profile__figure img {
        object-position: 45% 42%;
        filter: grayscale(1) contrast(1.04);
    }

    .skr-sp-profile__figure figcaption {
        padding: 10px 0 0;
        color: #53606a;
    }

    .skr-sp-profile__body {
        align-self: center;
    }

    .skr-sp-profile__role {
        font-size: 15px;
    }

    .skr-sp-profile__points {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 14px;
    }

    .skr-sp-profile__points li {
        font-size: 13px;
    }

    .skr-sp-section--ai {
        background: #fff;
    }

    .skr-sp-cta--sub {
        grid-template-columns: 170px 160px;
    }

    .skr-sp-button--ai {
        background: var(--skr-charcoal);
        color: #fff;
        border: 1px solid var(--skr-charcoal);
    }

    .skr-sp-section--posts {
        padding: 40px 0;
    }

    .skr-sp-post-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 18px;
    }

    .skr-sp-post {
        display: block;
        padding: 16px;
        text-decoration: none;
    }

    .skr-sp-post span,
    .skr-sp-post strong {
        display: block;
    }

    .skr-sp-post span {
        color: var(--skr-muted);
        font-size: 12px;
        font-weight: 800;
    }

    .skr-sp-post strong {
        margin-top: 6px;
        color: var(--skr-ink);
        font-size: 15px;
        line-height: 1.55;
    }

    .skr-sp-section--final {
        background: linear-gradient(135deg, #101418 0%, #162229 100%);
        color: #fff;
    }

    .skr-sp-section--final .skr-sp-section__title {
        color: #fff;
    }

    .skr-sp-section--final .skr-sp-section__lead {
        color: #e5eef0;
    }

    .skr-sp-bottom-cta {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .skr-sp-hero__layout,
    .skr-sp-profile {
        grid-template-columns: 1fr;
    }

    .skr-sp-hero__visual {
        max-width: 420px;
    }

    .skr-sp-card-list,
    .skr-sp-flow,
    .skr-sp-price-grid,
    .skr-sp-post-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .skr-sp-price-card--wide {
        grid-column: span 2;
    }
}
