@charset "UTF-8";

:root {
    --yal-ink: #0f172a;
    --yal-muted: #475569;
    --yal-line: rgba(15, 23, 42, 0.12);
    --yal-blue: #2563eb;
    --yal-cyan: #0891b2;
    --yal-sky: #e0f2fe;
    --yal-gold: #f59e0b;
    --yal-green: #10b981;
    --yal-radius: 8px;
}

.yal-page {
    background: #f8fbff;
    color: var(--yal-ink);
    font-family: "Noto Sans JP", "Inter", system-ui, sans-serif;
    overflow-x: hidden;
}

.yal-container {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.yal-hero {
    padding: clamp(58px, 8vw, 108px) 0 clamp(52px, 7vw, 92px);
    background:
        radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.17), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #eff6ff 54%, #ecfeff 100%);
}

.yal-hero-grid,
.yal-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
}

.yal-kicker {
    margin: 0 0 12px;
    color: var(--yal-blue);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.yal-hero h1,
.yal-section h2,
.yal-final-cta h2 {
    margin: 0;
    color: var(--yal-ink);
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
}

.yal-section h2,
.yal-final-cta h2 {
    font-size: clamp(1.9rem, 3.6vw, 3.2rem);
}

.yal-lead,
.yal-text,
.yal-section-head p,
.yal-final-cta p {
    color: var(--yal-muted);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.95;
}

.yal-lead {
    margin: 24px 0 0;
}

.yal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.yal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: var(--yal-radius);
    font-weight: 900;
    text-decoration: none;
}

.yal-btn-primary {
    background: linear-gradient(135deg, var(--yal-blue), var(--yal-cyan));
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
}

.yal-btn-secondary {
    border: 1px solid rgba(37, 99, 235, 0.22);
    background: rgba(255, 255, 255, 0.84);
    color: var(--yal-blue);
}

.yal-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.yal-hero-points span {
    padding: 7px 12px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #1e3a8a;
    font-size: 0.86rem;
    font-weight: 900;
}

.yal-hero-visual {
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(37, 99, 235, 0.18);
}

.yal-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.yal-section {
    padding: clamp(64px, 8vw, 104px) 0;
    background: #ffffff;
}

.yal-section-alt,
.yal-problem {
    background: linear-gradient(180deg, #f8fbff 0%, #eef8ff 100%);
}

.yal-section-head {
    width: min(100%, 860px);
    margin: 0 auto 38px;
    text-align: center;
}

.yal-section-head p {
    margin: 16px 0 0;
}

.yal-problem-grid,
.yal-fit-grid,
.yal-card-grid,
.yal-deliverables,
.yal-price-grid,
.yal-option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.yal-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
}

.yal-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yal-problem-grid article,
.yal-fit-card,
.yal-card-grid article,
.yal-deliverables div,
.yal-base-plan article,
.yal-option-grid article,
.yal-price-grid article,
.yal-flow-list div,
.yal-check-list p,
.yal-price-note {
    border: 1px solid var(--yal-line);
    border-radius: var(--yal-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.yal-problem-grid article,
.yal-fit-card,
.yal-card-grid article,
.yal-deliverables div {
    padding: 24px;
}

.yal-problem-grid span,
.yal-deliverables span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--yal-blue);
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 900;
}

.yal-problem-grid h3,
.yal-card-grid h3,
.yal-deliverables h3,
.yal-price-grid h3 {
    margin: 0 0 10px;
    color: var(--yal-ink);
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.45;
}

.yal-problem-grid p,
.yal-fit-card li,
.yal-card-grid p,
.yal-deliverables p,
.yal-price-grid p {
    margin: 0;
    color: var(--yal-muted);
    line-height: 1.8;
}

.yal-fit-card h3 {
    margin: 0 0 16px;
    color: var(--yal-ink);
    font-size: 1.28rem;
    font-weight: 900;
}

.yal-fit-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yal-fit-card li {
    font-weight: 800;
}

.yal-fit-card li::before {
    margin-right: 8px;
    font-weight: 900;
}

.yal-fit-good {
    border-color: rgba(16, 185, 129, 0.26) !important;
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%) !important;
}

.yal-fit-good li::before {
    content: "✓";
    color: var(--yal-green);
}

.yal-fit-bad {
    border-color: rgba(245, 158, 11, 0.3) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%) !important;
}

.yal-fit-bad li::before {
    content: "!";
    color: var(--yal-gold);
}

.yal-flow-list {
    display: grid;
    gap: 12px;
}

.yal-flow-list div {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.yal-flow-list strong {
    color: var(--yal-blue);
    font-weight: 900;
}

.yal-flow-list span {
    color: var(--yal-muted);
    font-weight: 700;
    line-height: 1.65;
}

.yal-pricing {
    background: #ffffff;
}

.yal-base-plan {
    width: min(100%, 820px);
    margin: 0 auto 28px;
}

.yal-base-plan article {
    padding: 30px;
}

.yal-price-grid article {
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.yal-option-head {
    margin: 36px 0 18px;
    text-align: center;
}

.yal-option-head h3 {
    margin: 0;
    color: var(--yal-ink);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 900;
}

.yal-option-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yal-option-grid article {
    padding: 22px;
}

.yal-option-grid h3 {
    margin: 0 0 12px;
    color: var(--yal-ink);
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.45;
}

.yal-option-grid p {
    margin: 0;
    color: var(--yal-muted);
    line-height: 1.75;
}

.yal-option-price {
    margin: 0 0 12px !important;
    color: var(--yal-blue) !important;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
}

.yal-option-price span {
    display: block;
    margin-top: 4px;
    color: var(--yal-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.yal-price-featured {
    border-color: rgba(37, 99, 235, 0.36) !important;
    box-shadow: 0 24px 62px rgba(37, 99, 235, 0.15) !important;
}

.yal-price-label {
    width: fit-content;
    margin: 0 0 14px !important;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--yal-blue) !important;
    font-size: 0.76rem;
    font-weight: 900;
}

.yal-price {
    margin: 14px 0 10px !important;
    color: var(--yal-ink) !important;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 900;
    line-height: 1;
}

.yal-price span {
    margin-left: 6px;
    color: var(--yal-muted);
    font-size: 0.9rem;
}

.yal-duration {
    width: fit-content;
    margin: 0 0 16px !important;
    padding: 8px 12px;
    border-radius: var(--yal-radius);
    background: var(--yal-sky);
    color: #075985 !important;
    font-size: 0.9rem;
    font-weight: 900;
}

.yal-base-plan ul,
.yal-price-grid ul {
    display: grid;
    gap: 9px;
    margin: auto 0 0;
    padding: 20px 0 0;
    list-style: none;
}

.yal-base-plan li,
.yal-price-grid li {
    color: var(--yal-ink);
    font-weight: 800;
    line-height: 1.55;
}

.yal-base-plan li::before,
.yal-price-grid li::before,
.yal-check-list p::before {
    content: "✓";
    margin-right: 8px;
    color: var(--yal-green);
}

.yal-price-note {
    margin-top: 20px;
    padding: 18px 20px;
    background: #fffbeb;
    color: #5f4b16;
    line-height: 1.85;
}

.yal-check-list {
    display: grid;
    gap: 12px;
}

.yal-check-list p {
    margin: 0;
    padding: 15px 18px;
    color: var(--yal-ink);
    font-weight: 900;
}

.yal-final-cta {
    padding: clamp(70px, 9vw, 112px) 0;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.94), rgba(8, 145, 178, 0.94)),
        #2563eb;
    color: #ffffff;
    text-align: center;
}

.yal-final-cta .yal-kicker,
.yal-final-cta h2,
.yal-final-cta p {
    color: #ffffff;
}

.yal-form-panel {
    width: min(100%, 860px);
    margin: 34px auto 0;
    text-align: left;
}

.yal-form-panel .wb-form-field > label,
.yal-form-panel .wb-form-radio,
.yal-form-panel .wb-form-checkbox,
.yal-form-panel .wb-form-consent,
.yal-form-panel .wb-form-consent label {
    color: var(--yal-ink);
}

.yal-form-panel .wb-form-radio,
.yal-form-panel .wb-form-checkbox {
    min-height: 42px;
    background: #ffffff;
}

.yal-form-panel .wb-form-confirm-heading {
    color: #ffffff;
}

.yal-form-panel .wb-form-confirm-desc {
    color: rgba(255, 255, 255, 0.9);
}

.yal-form-panel .wb-form-confirm-summary {
    color: var(--yal-ink);
}

@media (max-width: 980px) {
    .yal-hero-grid,
    .yal-two-col,
    .yal-problem-grid,
    .yal-fit-grid,
    .yal-card-grid,
    .yal-deliverables,
    .yal-option-grid,
    .yal-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .yal-container {
        width: min(100% - 24px, 1180px);
    }

    .yal-actions {
        flex-direction: column;
    }

    .yal-btn {
        width: 100%;
    }

    .yal-flow-list div {
        grid-template-columns: 1fr;
    }
}
