:root {
    --bg: #fffaf7;
    --surface: #ffffff;
    --surface-soft: #f8f6ff;
    --text: #23212c;
    --muted: #74717f;
    --line: rgba(35, 33, 44, .10);
    --primary: #6d72f6;
    --primary-dark: #555bdc;
    --purple: #9a73f7;
    --peach: #ffb49a;
    --mint: #9edfc6;
    --shadow: 0 24px 70px rgba(65, 49, 109, .12);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 7% 3%, rgba(255, 191, 170, .24), transparent 28%),
        radial-gradient(circle at 96% 8%, rgba(154, 115, 247, .14), transparent 30%),
        var(--bg);
    font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.page-shell { overflow: hidden; }
.section-wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.topbar {
    width: min(var(--max), calc(100% - 40px));
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
    width: 42px; height: 42px; display: grid; place-items: center;
    border-radius: 14px; color: #fff; font-weight: 800; font-size: 20px;
    background: linear-gradient(135deg, var(--primary), var(--purple));
    box-shadow: 0 12px 30px rgba(109,114,246,.28);
}
.brand strong { display: block; font-size: 16px; letter-spacing: .06em; }
.brand small { display: block; margin-top: 2px; font-size: 9px; letter-spacing: .22em; color: var(--muted); }
.nav-links { display: flex; gap: 30px; color: #5e5a69; font-size: 14px; font-weight: 600; }
.nav-links a { transition: .25s; }
.nav-links a:hover { color: var(--primary); }
.top-cta {
    padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px;
    font-size: 13px; font-weight: 700; background: rgba(255,255,255,.72);
    backdrop-filter: blur(12px); transition: .25s;
}
.top-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(50,40,80,.10); }

.hero {
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 80px;
    padding: 60px 0 90px;
}
.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    color: var(--primary-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase;
}
.eyebrow i { width: 18px; height: 2px; border-radius: 999px; background: currentColor; }
.hero h1 {
    margin: 24px 0 22px;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1.1;
    letter-spacing: -.055em;
    font-weight: 800;
}
.hero h1 em {
    font-style: normal;
    background: linear-gradient(100deg, var(--primary-dark), var(--purple) 55%, #df7b9d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-text { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
    min-height: 52px; padding: 0 24px; border-radius: 15px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 0; font-size: 14px; font-weight: 800; transition: .25s;
}
.btn-primary {
    color: #fff; background: linear-gradient(135deg, var(--primary), var(--purple));
    box-shadow: 0 16px 34px rgba(109,114,246,.28);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(109,114,246,.36); }
.btn-soft { background: #fff; border: 1px solid var(--line); }
.btn-soft:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(50,40,80,.08); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #666270; font-size: 12px; }

.hero-card { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-card::before {
    content: ""; position: absolute; inset: 35px 25px 30px;
    border-radius: 46% 54% 55% 45% / 42% 40% 60% 58%;
    background: linear-gradient(145deg, #eeeaff, #ffece4);
    transform: rotate(-5deg);
}
.blob { position: absolute; border-radius: 50%; filter: blur(2px); }
.blob-one { width: 120px; height: 120px; top: 30px; right: 8px; background: rgba(158,223,198,.6); }
.blob-two { width: 86px; height: 86px; left: 25px; bottom: 45px; background: rgba(255,180,154,.58); }
.mini-window {
    position: relative; z-index: 2; width: min(430px, 88%); padding: 26px;
    border: 1px solid rgba(255,255,255,.9); border-radius: 30px;
    background: rgba(255,255,255,.86); backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
}
.window-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.mini-label { display: block; color: var(--muted); font-size: 11px; }
.window-top strong { display: block; margin-top: 3px; font-size: 19px; }
.status-dot { padding: 7px 10px; border-radius: 999px; background: #e9f8f1; color: #3a8e6f; font-size: 11px; font-weight: 800; }
.portrait-block { display: flex; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.portrait-ring { width: 58px; height: 58px; border-radius: 20px; padding: 4px; background: linear-gradient(135deg, var(--peach), var(--purple)); }
.portrait-face { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--primary); font-size: 22px; font-weight: 800; }
.portrait-block h3 { margin: 0 0 5px; font-size: 16px; }
.portrait-block p { margin: 0; color: var(--muted); font-size: 12px; }
.schedule-list { display: grid; gap: 10px; margin: 20px 0; }
.schedule-item {
    display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 10px;
    padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff;
}
.schedule-item span { font-size: 13px; font-weight: 800; }
.schedule-item b { font-size: 13px; }
.schedule-item small { color: var(--muted); font-size: 10px; }
.schedule-item.active { border-color: rgba(109,114,246,.35); background: #f7f7ff; }
.schedule-item.muted { opacity: .45; }
.card-button {
    min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px;
    border-radius: 14px; color: #fff; background: #24212e; font-size: 13px; font-weight: 800;
}
.card-button span { font-size: 17px; }
.floating-note {
    position: absolute; z-index: 3; padding: 14px 16px; border-radius: 16px;
    background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(60,46,94,.14);
    color: var(--muted); font-size: 10px; line-height: 1.45;
}
.floating-note b { color: var(--text); font-size: 12px; }
.note-one { top: 95px; left: 0; transform: rotate(-3deg); }
.note-two { right: 0; bottom: 88px; transform: rotate(3deg); }

.services { padding: 90px 0 110px; }
.section-heading { max-width: 650px; margin-bottom: 38px; }
.section-heading h2, .booking-intro h2, .custom-strip h2 {
    margin: 14px 0 14px; font-size: clamp(32px, 4vw, 50px); line-height: 1.18; letter-spacing: -.04em;
}
.section-heading p, .booking-intro > p { margin: 0; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
    position: relative; min-height: 300px; padding: 30px; border-radius: var(--radius-md);
    background: rgba(255,255,255,.82); border: 1px solid var(--line); transition: .3s;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(62,49,93,.10); }
.service-card.featured { background: linear-gradient(145deg, #6d72f6, #8d72ef); color: #fff; border: 0; box-shadow: 0 24px 55px rgba(109,114,246,.28); }
.service-no { color: var(--muted); font-size: 11px; font-weight: 800; }
.featured .service-no, .featured p, .featured .service-meta span { color: rgba(255,255,255,.75); }
.service-icon { margin: 42px 0 18px; font-size: 26px; }
.service-card h3 { margin: 0 0 12px; font-size: 22px; }
.service-card p { min-height: 58px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-meta { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 28px; }
.service-meta b { font-size: 14px; }
.service-meta span { color: var(--muted); font-size: 11px; }
.popular { position: absolute; top: 22px; right: 22px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 10px; font-weight: 800; }

.custom-strip {
    padding: 54px 58px; border-radius: var(--radius-lg); color: #fff;
    background:
        radial-gradient(circle at 90% 0, rgba(255,255,255,.16), transparent 28%),
        linear-gradient(125deg, #292633 0%, #403755 48%, #6e5b9a 100%);
    display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center;
    box-shadow: 0 28px 70px rgba(41,38,51,.22);
}
.eyebrow.light { color: rgba(255,255,255,.75); }
.custom-strip h2 { max-width: 650px; margin-bottom: 0; }
.custom-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.custom-tags span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 130px 0 100px; align-items: start; }
.booking-intro { position: sticky; top: 35px; padding-top: 28px; }
.contact-list { display: grid; gap: 11px; margin-top: 32px; }
.contact-list div { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 12px; }
.contact-list strong { font-size: 13px; }
.privacy-note { margin-top: 24px; padding: 14px 16px; border-radius: 14px; background: #fff; color: var(--muted); font-size: 11px; line-height: 1.6; border: 1px solid var(--line); }
.form-card { padding: 34px; border-radius: 28px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.95); box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.form-head h3 { margin: 5px 0 0; font-size: 22px; }
.form-head b { padding: 8px 10px; border-radius: 999px; background: #f4f2ff; color: var(--primary-dark); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-group { position: relative; margin-bottom: 20px; }
.field-group.full { width: 100%; }
.field-group label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; }
.field-group label em { color: #e87373; font-style: normal; }
.field-group input, .field-group select, .field-group textarea {
    width: 100%; border: 1px solid var(--line); border-radius: 13px; outline: 0;
    background: #fbfafc; color: var(--text); transition: .22s;
}
.field-group input, .field-group select { height: 50px; padding: 0 14px; }
.field-group textarea { min-height: 116px; padding: 14px; resize: vertical; line-height: 1.65; }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: rgba(109,114,246,.58); background: #fff; box-shadow: 0 0 0 4px rgba(109,114,246,.09); }
.field-group small { position: absolute; right: 8px; bottom: 8px; color: #aaa6b2; font-size: 10px; }
.service-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-pills input { position: absolute; opacity: 0; pointer-events: none; }
.service-pills label { margin: 0; }
.service-pills span {
    min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px;
    background: #fbfafc; color: #6b6674; font-size: 12px; font-weight: 700; transition: .22s; cursor: pointer;
}
.service-pills input:checked + span { color: var(--primary-dark); border-color: rgba(109,114,246,.42); background: #f2f1ff; box-shadow: inset 0 0 0 1px rgba(109,114,246,.08); }
.agreement { display: flex; align-items: center; gap: 9px; margin: 2px 0 18px; color: var(--muted); font-size: 11px; }
.agreement input { accent-color: var(--primary); }
.submit-btn {
    width: 100%; min-height: 54px; padding: 0 18px; border: 0; border-radius: 15px;
    display: flex; align-items: center; justify-content: center; gap: 14px;
    color: #fff; background: linear-gradient(135deg, var(--primary), var(--purple));
    box-shadow: 0 16px 32px rgba(109,114,246,.25); font-weight: 800; transition: .25s;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(109,114,246,.34); }
.submit-btn:disabled { opacity: .65; cursor: wait; transform: none; }
.submit-btn b { font-size: 18px; }
.form-message { min-height: 20px; margin-top: 12px; text-align: center; font-size: 12px; }
.form-message.error { color: #c44f5d; }
.form-message.success { color: #3f9875; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.footer { min-height: 120px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); }
.footer strong { color: var(--text); }
.footer p { margin: 5px 0 0; font-size: 11px; }
.footer > span { font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: .25s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(31,27,43,.48); backdrop-filter: blur(8px); }
.modal-card {
    position: relative; z-index: 1; width: min(440px, calc(100% - 32px)); padding: 36px;
    border-radius: 28px; background: #fff; text-align: center; box-shadow: 0 30px 90px rgba(30,24,52,.25);
    transform: translateY(20px) scale(.96); transition: .28s;
}
.modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f4f2f6; color: #777; font-size: 20px; }
.success-icon { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #70cfae, #6d72f6); font-size: 28px; font-weight: 800; }
.modal-card > span { color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.modal-card h3 { margin: 8px 0 10px; font-size: 26px; }
.modal-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.booking-code { margin: 20px 0; padding: 13px; border-radius: 13px; background: #f7f6fb; color: var(--muted); font-size: 12px; }
.booking-code b { color: var(--text); }
.modal-button { width: 100%; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 45px; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero-card { min-height: 520px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .custom-strip { grid-template-columns: 1fr; text-align: center; }
    .custom-tags { justify-content: center; }
    .booking { grid-template-columns: 1fr; gap: 48px; }
    .booking-intro { position: static; text-align: center; max-width: 680px; margin: 0 auto; }
}

@media (max-width: 640px) {
    .section-wrap, .topbar { width: min(100% - 28px, var(--max)); }
    .topbar { height: 72px; }
    .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
    .brand strong { font-size: 14px; }
    .top-cta { padding: 10px 14px; }
    .hero { min-height: auto; padding: 42px 0 65px; }
    .hero h1 { font-size: 42px; margin-top: 19px; }
    .hero-text { font-size: 15px; line-height: 1.8; }
    .hero-actions { width: 100%; }
    .hero-actions .btn { flex: 1; padding-inline: 14px; }
    .trust-row { justify-content: center; gap: 9px 14px; font-size: 10px; }
    .hero-card { min-height: 460px; }
    .mini-window { width: 96%; padding: 20px; border-radius: 24px; }
    .schedule-item { grid-template-columns: 56px 1fr; }
    .schedule-item small { display: none; }
    .floating-note { display: none; }
    .hero-card::before { inset: 30px 2px 25px; }
    .services { padding: 65px 0 75px; }
    .section-heading { text-align: center; }
    .section-heading h2, .booking-intro h2, .custom-strip h2 { font-size: 34px; }
    .custom-strip { padding: 40px 24px; border-radius: 24px; }
    .custom-tags span { font-size: 10px; }
    .booking { padding: 75px 0 70px; }
    .form-card { padding: 22px; border-radius: 22px; }
    .form-head { align-items: flex-start; }
    .form-head b { display: none; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .service-pills { grid-template-columns: 1fr; }
    .service-pills span { min-height: 42px; }
    .footer { min-height: 145px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
