:root {
    --bg: #f7f9f4;
    --paper: #ffffff;
    --ink: #0f2a22;
    --muted: #4f6a61;
    --line: #c9d7d0;
    --brand: #0b6e4f;
    --brand-2: #f18f01;
    --ok: #1f8a4d;
    --bad: #b42318;
    --shadow: 0 18px 45px rgba(12, 49, 38, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 10% 0%, #e4f6ec 0%, transparent 35%),
        radial-gradient(circle at 90% 20%, #fff1da 0%, transparent 30%),
        var(--bg);
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Sora", "Segoe UI", sans-serif;
    margin: 0;
    letter-spacing: -0.02em;
}

.bg-glow {
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(60px);
    opacity: 0.25;
    z-index: 0;
}

.bg-glow-left {
    left: -120px;
    top: 120px;
    background: #79c89f;
}

.bg-glow-right {
    right: -120px;
    top: 360px;
    background: #ffd28c;
}

.hero,
main,
.site-footer {
    position: relative;
    z-index: 1;
}

.hero {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-logo {
    width: 182.4px;
    height: 182.4px;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.brand-kicker {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.brand h1 {
    font-size: 1.55rem;
}

.cta-mini {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(120deg, var(--brand), #16a675);
    padding: 0.75rem 1rem;
    border-radius: 999px;
    font-weight: 700;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.6rem;
    margin-top: 1.6rem;
    align-items: stretch;
}

.hero-copy {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dbe7e1;
    border-radius: 28px;
    padding: 2rem;
    box-shadow: var(--shadow);
    animation: riseIn 0.7s ease;
}

.eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--brand);
}

.hero-copy h2 {
    margin-top: 0.9rem;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.15;
}

.hero-copy p {
    color: var(--muted);
    margin-top: 0.9rem;
    max-width: 55ch;
}

.cta-main {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(110deg, var(--brand-2), #ffac3f);
    padding: 0.9rem 1.3rem;
    border-radius: 12px;
    font-weight: 800;
}

.hero-visual {
    padding: 0.8rem;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #dfeae4;
    background: #ffffff;
    box-shadow: var(--shadow);
    animation: riseIn 0.9s ease;
}

.hero-visual-pair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: center;
}

.hero-visual-card {
    margin: 0;
    padding: 0.55rem;
    border-radius: 16px;
    border: 1px solid #d3e2db;
    background: linear-gradient(180deg, #ffffff, #f6fbf8);
}

.hero-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #dbe7e1;
    display: block;
}

.hero-visual-card figcaption {
    margin-top: 0.45rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #215f4a;
}

main {
    max-width: 1120px;
    margin: 1.5rem auto 0;
    padding: 0 1rem 2.5rem;
}

.booking {
    background: var(--paper);
    border: 1px solid #d7e3dd;
    border-radius: 28px;
    padding: 1.6rem;
    box-shadow: var(--shadow);
}

.section-head h3 {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
}

.section-head p {
    margin: 0.35rem 0 0;
    color: var(--muted);
}

.notice {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    font-weight: 600;
}

.notice.success {
    background: #ecfdf3;
    border: 1px solid #9de2b4;
    color: var(--ok);
}

.notice.error {
    background: #fef2f2;
    border: 1px solid #f7a9a9;
    color: var(--bad);
}

.booking-form {
    margin-top: 1.2rem;
}

.honey-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.step-pill {
    border: 1px solid var(--line);
    background: #f3f8f5;
    border-radius: 999px;
    padding: 0.9rem 1rem;
    font-weight: 700;
    color: #365146;
    cursor: pointer;
}

.step-pill.active {
    border-color: #1d7f5f;
    background: linear-gradient(120deg, #daf8ea, #f9ffe8);
    color: #174b39;
}

.step-panel {
    display: none;
    animation: fadeUp 0.35s ease;
}

.step-panel.active {
    display: block;
}

.step-panel h4 {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.choice-card {
    position: relative;
    border: 1px solid #c7d8cf;
    border-radius: 16px;
    padding: 1rem;
    padding-right: 8.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    cursor: pointer;
    background: #fbfdfb;
    min-height: 130px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.choice-card:hover {
    transform: translateY(-2px);
    border-color: #7bbca0;
    box-shadow: 0 8px 20px rgba(11, 110, 79, 0.12);
}

.choice-card input {
    accent-color: #0b6e4f;
    width: 20px;
    height: 20px;
}

.choice-thumb {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 104px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #d3e2db;
    box-shadow: 0 4px 12px rgba(12, 49, 38, 0.16);
    background: #ffffff;
}

.choice-thumb-pair {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    gap: 0.35rem;
}

.choice-thumb-item {
    width: 50px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #d3e2db;
    box-shadow: 0 4px 12px rgba(12, 49, 38, 0.16);
    background: #ffffff;
}

.choice-title {
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.choice-sub {
    color: var(--muted);
    font-size: 0.95rem;
}

.field-grid {
    display: grid;
    gap: 0.8rem;
}

.field-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
    display: block;
    font-weight: 600;
    color: #2d4f42;
    margin-bottom: 0.75rem;
}

input,
textarea {
    width: 100%;
    border: 1px solid #c7d6cf;
    border-radius: 12px;
    padding: 0.75rem 0.8rem;
    margin-top: 0.35rem;
    font-size: 1rem;
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
}

input:focus,
textarea:focus {
    outline: 2px solid #7fd2af;
    border-color: #4ca685;
}

.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.7rem;
    font-weight: 500;
}

.privacy-check input {
    margin-top: 0.18rem;
    width: 18px;
    height: 18px;
    flex: none;
}

.nav-row {
    margin-top: 1.1rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
}

.btn {
    border: 0;
    border-radius: 11px;
    padding: 0.75rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.btn.next,
.btn.submit {
    color: #fff;
    background: linear-gradient(120deg, #f18f01, #ff6a00);
    box-shadow: 0 10px 24px rgba(241, 143, 1, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn.submit {
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}

.btn.submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(241, 143, 1, 0.42);
}

.btn.submit:focus-visible {
    outline: 3px solid #ffd39a;
    outline-offset: 2px;
}

.btn.ghost {
    border: 1px solid #bfd0c8;
    background: #f8fbf9;
    color: #345649;
}

.benefits {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.benefits article {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #d5e2dc;
    border-radius: 16px;
    padding: 1rem;
}

.benefits h5 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.benefits p {
    color: var(--muted);
    margin: 0;
}

.site-footer {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
}

.site-footer p {
    margin: 0;
    font-size: 0.95rem;
    color: #45665a;
}

.site-footer a {
    color: #1b5f49;
    font-weight: 700;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}

.site-footer a:hover {
    color: #0b6e4f;
}

.legal-hero {
    padding-bottom: 1rem;
}

.legal-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem 2.5rem;
    position: relative;
    z-index: 1;
}

.legal-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #d7e3dd;
    border-radius: 24px;
    padding: 1.6rem;
    box-shadow: var(--shadow);
}

.legal-card h2 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

.legal-card h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 1.03rem;
}

.legal-card p {
    margin: 0 0 0.85rem;
    color: #25453a;
    max-width: 85ch;
}

.legal-card a {
    color: #0b6e4f;
    font-weight: 600;
}

.legal-note {
    margin-top: 1.2rem;
    padding-top: 0.7rem;
    border-top: 1px solid #d7e3dd;
    color: #476d5f;
    font-size: 0.95rem;
}

.legal-footer {
    padding-top: 0;
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 260px;
    }

    .choice-grid,
    .benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .steps {
        grid-template-columns: 1fr;
    }

    .field-grid.two {
        grid-template-columns: 1fr;
    }

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .btn.submit {
        width: 100%;
        padding: 0.9rem 1rem;
    }
}
