:root {
    --ink: #17151f;
    --ink-soft: #514d5f;
    --ink-faint: #8d879a;
    --paper: #ffffff;
    --canvas: #f7f6fb;
    --canvas-deep: #efedf7;
    --line: #e7e3ef;
    --purple: #7657f6;
    --purple-deep: #5837df;
    --purple-soft: #eee9ff;
    --violet: #b8a4ff;
    --mint: #4fd7bf;
    --mint-soft: #def8f2;
    --orange: #ff9c63;
    --shadow: 0 24px 70px rgba(47, 35, 92, 0.12);
    --radius-xl: 40px;
    --radius-lg: 28px;
    --radius-md: 20px;
    --shell: 1180px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--canvas);
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.025em;
    word-break: keep-all;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.section-shell {
    width: min(calc(100% - 48px), var(--shell));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(247, 246, 251, 0.82);
    backdrop-filter: blur(20px);
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(231, 227, 239, .9);
    box-shadow: 0 10px 34px rgba(42, 30, 81, .06);
}

.site-header-inner {
    width: min(calc(100% - 48px), var(--shell));
    min-height: 76px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 38px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.brand img {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(72, 49, 168, .18);
}

.brand i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--purple);
}

.primary-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 34px;
}

.primary-nav a {
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 700;
    transition: color .2s ease;
}

.primary-nav a:hover { color: var(--purple-deep); }

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    color: #fff;
    background: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 13px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-nav { display: none; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--purple-deep);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--purple);
    box-shadow: 0 0 0 6px rgba(118, 87, 246, .1);
}

.eyebrow-light { color: #c9bbff; }

.button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 850;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--purple); box-shadow: 0 14px 28px rgba(118, 87, 246, .26); }
.button-primary:hover { background: var(--purple-deep); }
.button-ghost { background: rgba(255,255,255,.8); border: 1px solid var(--line); }

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--purple-deep);
    font-size: 15px;
    font-weight: 850;
}

.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero-section {
    min-height: 760px;
    padding: 82px 0 110px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 79% 36%, rgba(192, 176, 255, .38), transparent 27%),
        radial-gradient(circle at 12% 18%, rgba(79, 215, 191, .14), transparent 24%),
        linear-gradient(180deg, #f9f8fd 0%, #f3f1fa 100%);
}

.hero-grid {
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    align-items: center;
    gap: 54px;
}

.hero-copy { position: relative; z-index: 2; }

.hero-copy h1 {
    margin: 24px 0 24px;
    font-size: clamp(52px, 6vw, 82px);
    line-height: 1.08;
    letter-spacing: -.065em;
    font-weight: 900;
}

.hero-copy h1 em { color: var(--purple); font-style: normal; }

.hero-copy > p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 550;
}

.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.hero-proof {
    margin-top: 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: var(--ink-faint);
    font-size: 12px;
    font-weight: 650;
}

.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof span + span::before { content: ""; width: 3px; height: 3px; margin-right: 12px; border-radius: 50%; background: #c9c4d4; }
.hero-proof b { color: var(--ink-soft); }

.hero-visual {
    height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-halo {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(118, 87, 246, .16), rgba(79, 215, 191, .12));
    border: 1px solid rgba(118, 87, 246, .14);
    box-shadow: inset 0 0 80px rgba(255,255,255,.75);
}

.app-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(46, 31, 102, .22);
}

.app-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.app-shot::after, .report-phone::after, .explore-phone::after, .usage-phone::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 7px solid rgba(255,255,255,.92);
    border-radius: inherit;
    pointer-events: none;
}
.app-shot-front { z-index: 3; width: 315px; transform: translate(55px, 5px); }
.app-shot-back { z-index: 2; width: 281px; transform: translate(-136px, 24px); opacity: .92; }

.float-chip {
    position: absolute;
    z-index: 4;
    min-width: 188px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(231, 227, 239, .85);
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 38px rgba(48, 36, 91, .15);
    animation: float 4.2s ease-in-out infinite;
}

.float-chip-top { top: 72px; right: -6px; }
.float-chip-bottom { bottom: 62px; left: -12px; animation-delay: -2.1s; }
.float-chip span:last-child { display: flex; flex-direction: column; }
.float-chip small { color: var(--ink-faint); font-size: 10px; font-weight: 700; }
.float-chip strong { margin-top: 2px; font-size: 13px; }
.chip-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; font-weight: 900; }
.chip-icon-purple { color: var(--purple-deep); background: var(--purple-soft); }
.chip-icon-mint { color: #138e79; background: var(--mint-soft); }

.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .75; }
.hero-orb-one { width: 24px; height: 24px; top: 16%; left: 5%; background: var(--violet); animation: drift 7s ease-in-out infinite; }
.hero-orb-two { width: 14px; height: 14px; right: 5%; bottom: 14%; background: var(--mint); animation: drift 6s ease-in-out -2s infinite; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes drift { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(16px,-18px); } }

.flow-strip { background: var(--paper); border-block: 1px solid var(--line); }
.flow-strip-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); }
.flow-strip-grid > div { padding: 28px 30px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 1px 13px; border-right: 1px solid var(--line); }
.flow-strip-grid > div:first-child { border-left: 1px solid var(--line); }
.flow-strip-grid span { grid-row: 1 / 3; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.flow-strip-grid strong { font-size: 15px; }
.flow-strip-grid small { color: var(--ink-faint); font-size: 12px; font-weight: 650; }

.intro-section { padding: 140px 0 150px; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2, .feature-copy h2, .usage-copy h2, .contact-grid h2 {
    margin: 18px 0 20px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.16;
    letter-spacing: -.055em;
    font-weight: 900;
}
.section-heading p, .feature-copy > p, .usage-copy > p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.8;
}

.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.bento-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 20px 45px rgba(45, 34, 85, .06); overflow: hidden; }
.card-index { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.bento-card h3 { margin: 13px 0 13px; font-size: 29px; line-height: 1.25; letter-spacing: -.045em; }
.bento-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.bento-calendar { grid-row: span 2; min-height: 590px; padding: 42px; display: grid; grid-template-rows: auto 1fr; background: linear-gradient(150deg, #fff 0%, #f2efff 100%); }
.bento-copy { max-width: 410px; }
.mini-calendar { align-self: end; width: min(100%, 480px); margin: 42px auto 0; padding: 27px; border: 1px solid rgba(222, 217, 235, .9); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.mini-calendar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mini-calendar-head strong { font-size: 16px; }
.mini-calendar-head span { color: var(--ink-faint); letter-spacing: .3em; }
.mini-calendar-week, .mini-calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 9px; text-align: center; }
.mini-calendar-week { margin-bottom: 9px; color: var(--ink-faint); font-size: 10px; font-weight: 800; }
.mini-calendar-days b, .mini-calendar-days i { width: 33px; height: 33px; margin: auto; border-radius: 12px; display: grid; place-items: center; font-size: 11px; font-style: normal; }
.mini-calendar-days .pay-day { color: #fff; background: var(--purple); box-shadow: 0 8px 15px rgba(118, 87, 246, .24); }
.mini-calendar-days .end-day { color: #b25b27; background: #fff0e6; }
.calendar-legend { margin-top: 18px; padding-top: 16px; display: flex; gap: 20px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 10px; font-weight: 750; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.calendar-legend i { width: 7px; height: 7px; border-radius: 50%; }
.legend-pay { background: var(--purple); } .legend-end { background: var(--orange); }

.bento-cycle, .bento-currency { min-height: 286px; padding: 35px; }
.bento-cycle { color: #fff; background: #252130; border-color: #252130; }
.bento-cycle p { color: #c7c2d0; }
.cycle-stack { margin-top: 25px; display: grid; gap: 8px; }
.cycle-stack span { padding: 11px 12px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; border-radius: 13px; background: rgba(255,255,255,.08); }
.cycle-stack i { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #d9d0ff; background: rgba(118,87,246,.28); font-style: normal; font-size: 10px; font-weight: 900; }
.cycle-stack b { font-size: 11px; }
.cycle-stack em { color: #aaa3b5; font-style: normal; font-size: 9px; }
.bento-currency { background: var(--mint-soft); border-color: #c9eee6; }
.currency-convert { margin-top: 28px; padding: 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 17px; background: rgba(255,255,255,.78); }
.currency-convert strong { font-size: 22px; }.currency-convert span { color: #77a69d; }.currency-convert b { color: #137e6b; font-size: 15px; }

.feature-section { padding: 150px 0; }
.feature-dark { color: #fff; background: #1d1927; overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.feature-copy h2 em, .usage-copy h2 em { color: var(--purple); font-style: normal; }
.feature-dark .feature-copy h2 em { color: #a991ff; }
.feature-dark .feature-copy > p { color: #b9b3c4; }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.feature-list li { display: flex; align-items: center; gap: 14px; color: #e3dfea; font-size: 14px; font-weight: 700; }
.feature-list span { width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; color: #c9bbff; background: rgba(118,87,246,.18); font-size: 9px; }
.report-stage { min-height: 640px; position: relative; display: flex; align-items: center; justify-content: center; }
.report-stage::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(118,87,246,.18); filter: blur(2px); }
.report-phone { position: relative; z-index: 2; width: 343px; aspect-ratio: 9 / 16; margin: 0; overflow: hidden; border-radius: 36px; box-shadow: 0 42px 90px rgba(0,0,0,.42); }
.report-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.report-note { position: absolute; z-index: 3; width: 184px; padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(42,35,57,.96); box-shadow: 0 22px 48px rgba(0,0,0,.3); display: grid; }
.report-note-one { top: 115px; left: 0; }.report-note-two { right: -8px; bottom: 110px; }
.report-note small { color: #a8a0b5; font-size: 9px; font-weight: 750; }.report-note strong { margin-top: 5px; font-size: 19px; }.report-note span { margin-top: 3px; color: #c9bbff; font-size: 9px; }

.explore-section { background: #fff; }
.explore-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.explore-stage { min-height: 650px; position: relative; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-xl); background: linear-gradient(145deg, #f3efff, #eef7fb); overflow: hidden; }
.explore-phone { position: relative; z-index: 2; width: 340px; aspect-ratio: 9 / 16; margin: 0; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow); }
.explore-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.category-cloud { position: absolute; inset: 0; }
.category-cloud span { position: absolute; padding: 9px 13px; border: 1px solid #e6e1ef; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(51,38,97,.1); color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.category-cloud span:nth-child(1) { top: 14%; left: 7%; }.category-cloud span:nth-child(2) { top: 26%; right: 4%; }.category-cloud span:nth-child(3) { bottom: 25%; left: 3%; }.category-cloud span:nth-child(4) { bottom: 12%; right: 6%; }
.fact-row { margin: 34px 0 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.fact-row div { padding: 18px; border: 1px solid var(--line); border-radius: 17px; display: grid; }
.fact-row strong { font-size: 13px; }.fact-row span { margin-top: 4px; color: var(--ink-faint); font-size: 10px; }

.usage-section { padding: 150px 0; background: linear-gradient(180deg, #f7f6fb, #efeaff); }
.usage-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.usage-meter { margin-top: 36px; display: flex; align-items: center; gap: 16px; }
.usage-meter > div { flex: 1; max-width: 330px; height: 10px; overflow: hidden; border-radius: 999px; background: #ddd7eb; }
.usage-meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--purple),#a88aff); }
.usage-meter strong { color: var(--purple-deep); font-size: 19px; }
.usage-visual { min-height: 610px; position: relative; display: flex; align-items: center; justify-content: center; }
.usage-phone { position: relative; z-index: 2; width: 338px; aspect-ratio: 9 / 16; margin: 0; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow); }
.usage-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.water-ring { position: absolute; border: 1px solid rgba(118,87,246,.24); border-radius: 50%; }
.water-ring-one { width: 490px; height: 490px; }.water-ring-two { width: 380px; height: 380px; border-color: rgba(79,215,191,.3); }

.download-section { padding: 110px 0; background: #fff; }
.download-card { min-height: 520px; padding: 64px; position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; border-radius: var(--radius-xl); color: #fff; background: #171220; }
.download-copy { position: relative; z-index: 2; }
.download-copy h2 { margin: 18px 0; font-size: clamp(40px,5vw,62px); line-height: 1.16; letter-spacing: -.055em; }
.download-copy p { color: #bdb6c9; font-size: 15px; }
.store-links { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.store-link { min-width: 168px; min-height: 60px; padding: 10px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.1); }
.store-link.is-disabled { cursor: default; opacity: .82; }
.store-link-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #171220; background: #fff; font-size: 12px; }
.store-link-mark svg { width: 22px; height: 22px; display: block; fill: currentColor; }
.store-link > span:last-child { display: grid; }.store-link small { color: #bdb6c9; font-size: 9px; }.store-link strong { font-size: 13px; }
.download-art { position: absolute; width: 58%; height: 100%; right: 0; top: 0; }
.download-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#171220 0%,transparent 42%); }
.download-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .88; }

.contact-section { padding: 30px 0 120px; background: #fff; }
.contact-grid { padding: 52px 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; border-top: 1px solid var(--line); }
.contact-grid h2 { margin-bottom: 0; font-size: clamp(34px,4vw,50px); }
.contact-address { display: grid; text-align: right; }
.contact-address small { color: var(--ink-faint); font-size: 11px; font-weight: 750; }
.contact-address a { margin-top: 5px; color: var(--purple-deep); font-size: clamp(20px,3vw,30px); font-weight: 850; }
.contact-address a span { margin-left: 10px; }

.site-footer { padding: 74px max(24px, calc((100vw - var(--shell))/2)) 28px; color: #d6d1dd; background: #16131d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.brand-on-dark { color: #fff; }
.footer-brand p { margin: 24px 0 0; color: #8f889a; font-size: 17px; font-weight: 700; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column strong { margin-bottom: 8px; color: #fff; font-size: 12px; }
.footer-column a, .footer-column span { color: #8f889a; font-size: 12px; font-weight: 650; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-bottom { margin-top: 58px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #6f687a; font-size: 10px; }

.legal-main { min-height: 70vh; }
.legal-hero { padding: 100px 0 86px; background: linear-gradient(145deg,#f0ebff,#f7f6fb 58%,#e9f8f5); }
.legal-hero h1 { max-width: 860px; margin: 22px 0 16px; font-size: clamp(44px,7vw,76px); line-height: 1.12; letter-spacing: -.06em; overflow-wrap: anywhere; word-break: break-word; }
.legal-hero p { margin: 0; color: var(--ink-soft); font-size: 16px; }
.legal-layout { padding: 82px 0 130px; display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 55px; align-items: start; }
.legal-summary { padding: 24px; display: grid; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.legal-summary > span { color: var(--ink-faint); font-size: 10px; font-weight: 800; }.legal-summary > strong { margin-top: 3px; font-size: 19px; }
.legal-summary dl { margin: 22px 0; display: grid; gap: 15px; }.legal-summary dl div { display: grid; gap: 3px; }.legal-summary dt { color: var(--ink-faint); font-size: 10px; font-weight: 750; }.legal-summary dd { margin: 0; font-size: 11px; font-weight: 700; overflow-wrap: anywhere; }.legal-summary dd a { color: var(--purple-deep); }
.legal-summary .text-link { padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }
.legal-paper { padding: 50px 56px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 22px 60px rgba(49,36,92,.06); }
.legal-paper-head { padding-bottom: 25px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.legal-paper-head span { font-size: 14px; font-weight: 850; }.legal-paper-head time { color: var(--ink-faint); font-size: 10px; font-weight: 700; }
.legal-copy { padding-top: 18px; color: #403b49; font-size: 14px; line-height: 1.85; }
.legal-copy h2 { margin: 44px 0 14px; color: var(--ink); font-size: 23px; line-height: 1.4; letter-spacing: -.04em; }.legal-copy h2:first-child { margin-top: 16px; }
.legal-copy h3 { margin: 30px 0 10px; color: var(--ink); font-size: 17px; }.legal-copy h4 { margin: 25px 0 8px; color: var(--ink); font-size: 15px; }
.legal-copy p { margin: 9px 0 16px; }.legal-copy ul, .legal-copy ol { margin: 10px 0 20px; padding-left: 22px; }.legal-copy li { margin: 6px 0; padding-left: 3px; }.legal-copy a { color: var(--purple-deep); text-decoration: underline; text-underline-offset: 3px; }.legal-copy hr { margin: 40px 0; border: 0; border-top: 1px solid var(--line); }
.legal-table-wrap { margin: 20px 0 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }.legal-copy table { width: 100%; border-collapse: collapse; min-width: 620px; }.legal-copy th, .legal-copy td { padding: 13px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 11px; }.legal-copy th { color: var(--ink); background: #f6f4fb; font-weight: 850; }.legal-copy tr:last-child td { border-bottom: 0; }

.deletion-layout { padding: 82px 0 30px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: start; }
.deletion-primary, .deletion-request, .data-policy article { border: 1px solid var(--line); border-radius: 27px; background: #fff; }
.deletion-primary { padding: 42px; }.deletion-request { padding: 36px; background: var(--purple-soft); border-color: #ded4ff; }
.step-label { color: var(--purple-deep); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.deletion-primary h2, .deletion-request h2 { margin: 10px 0 22px; font-size: 27px; letter-spacing: -.045em; }
.deletion-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.deletion-steps li { padding: 16px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; border-radius: 17px; background: #f8f7fb; }
.deletion-steps li > span { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: var(--purple-deep); background: var(--purple-soft); font-size: 11px; font-weight: 900; }.deletion-steps strong { font-size: 13px; }.deletion-steps p { margin: 2px 0 0; color: var(--ink-faint); font-size: 10px; }
.recovery-notice { margin-top: 20px; padding: 20px; display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; border-radius: 18px; color: #fff; background: #252130; }.recovery-notice > span { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: var(--purple); font-size: 18px; font-weight: 900; }.recovery-notice strong { font-size: 13px; }.recovery-notice p { margin: 4px 0 0; color: #bcb5c7; font-size: 10px; }
.deletion-request > p { color: var(--ink-soft); font-size: 13px; }.deletion-request .button { width: 100%; margin-top: 18px; }.deletion-request > small { display: block; margin-top: 14px; color: var(--ink-faint); font-size: 10px; text-align: center; }
.data-policy { padding: 0 0 130px; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }.data-policy article { padding: 34px; }.data-policy article > span { color: var(--purple-deep); font-size: 10px; font-weight: 850; }.data-policy h3 { margin: 9px 0 16px; font-size: 20px; }.data-policy ul { margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 12px; }.data-policy p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.has-js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.has-js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
    .primary-nav { gap: 20px; }.primary-nav a { font-size: 12px; }
    .hero-grid { grid-template-columns: 1fr 480px; gap: 20px; }.hero-copy h1 { font-size: 58px; }
    .feature-grid, .usage-grid { gap: 40px; }.explore-grid { gap: 50px; }
    .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 30px; }
}

@media (max-width: 820px) {
    .section-shell, .site-header-inner { width: min(calc(100% - 32px), var(--shell)); }
    .site-header { background: rgba(247,246,251,.98); backdrop-filter: none; }
    .site-header-inner { min-height: 66px; }.primary-nav, .header-cta { display: none; }.menu-toggle { margin-left: auto; display: flex; }
    .mobile-nav { padding: 6px 16px 18px; display: none; grid-template-columns: repeat(2,1fr); gap: 7px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
    .mobile-nav.is-open { display: grid; }.mobile-nav a { padding: 12px; border-radius: 12px; background: var(--canvas); color: var(--ink-soft); font-size: 12px; font-weight: 750; }
    .hero-section { min-height: 0; padding: 76px 0 90px; }.hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 62px; }.hero-copy { text-align: center; }.hero-copy > p br { display: none; }.hero-actions, .hero-proof { justify-content: center; }.hero-visual { height: 570px; max-width: 570px; width: 100%; margin-inline: auto; }
    .flow-strip-grid { grid-template-columns: repeat(2,1fr); }.flow-strip-grid > div { border-bottom: 1px solid var(--line); }.flow-strip-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
    .intro-section, .feature-section, .usage-section { padding: 100px 0; }.bento-grid { grid-template-columns: 1fr; }.bento-calendar { grid-row: auto; }.bento-cycle, .bento-currency { min-height: 260px; }
    .feature-grid, .explore-grid, .usage-grid { grid-template-columns: 1fr; }.feature-dark .feature-copy { order: 1; }.feature-dark .report-stage { order: 2; }.explore-stage { min-height: 620px; }.usage-copy { order: 1; }.usage-visual { order: 2; }
    .download-card { padding: 48px 36px; grid-template-columns: 1fr; }.download-copy { max-width: 510px; }.download-art { width: 75%; opacity: .55; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }.footer-brand { grid-column: 1 / -1; }
    .legal-layout { grid-template-columns: 1fr; gap: 22px; }.legal-summary { grid-template-columns: 1fr 1fr; gap: 8px 30px; }.legal-summary dl { grid-column: 1 / -1; grid-template-columns: repeat(2,1fr); }.legal-summary .text-link { grid-column: 1 / -1; }
    .deletion-layout { grid-template-columns: 1fr; }.data-policy { grid-template-columns: 1fr; }
    .float-chip, .hero-orb { animation: none; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .brand { font-size: 16px; }.brand img { width: 34px; height: 34px; border-radius: 10px; }
    .hero-section { padding-top: 56px; }.hero-copy h1 { margin-top: 18px; font-size: clamp(43px,13vw,60px); }.hero-copy > p { font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-proof { gap: 8px 14px; }.hero-proof span + span::before { display: none; }
    .hero-visual { height: 475px; }.hero-halo { width: 390px; height: 390px; }.app-shot-front { width: 252px; transform: translate(44px,5px); }.app-shot-back { width: 225px; transform: translate(-102px,20px); }.float-chip { min-width: 151px; padding: 10px; }.float-chip-top { top: 35px; right: -10px; }.float-chip-bottom { left: -6px; bottom: 35px; }.float-chip strong { font-size: 11px; }.chip-icon { width: 30px; height: 30px; }
    .flow-strip-grid > div { padding: 20px 17px; }.intro-section, .feature-section, .usage-section { padding: 82px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .feature-copy h2, .usage-copy h2 { font-size: 36px; }.section-heading p, .feature-copy > p, .usage-copy > p { font-size: 15px; }
    .bento-calendar { min-height: 540px; padding: 28px 20px; }.bento-card h3 { font-size: 25px; }.bento-cycle, .bento-currency { padding: 28px 22px; }.mini-calendar { padding: 20px 13px; }.mini-calendar-week, .mini-calendar-days { gap: 4px; }.mini-calendar-days b, .mini-calendar-days i { width: 30px; height: 30px; }
    .report-stage, .usage-visual { min-height: 520px; }.report-phone, .usage-phone { width: 281px; }.report-stage::before, .water-ring-one { width: 390px; height: 390px; }.water-ring-two { width: 310px; height: 310px; }.report-note { width: 150px; padding: 13px; }.report-note-one { left: -5px; top: 80px; }.report-note-two { right: -5px; bottom: 70px; }.report-note strong { font-size: 15px; }
    .explore-stage { min-height: 530px; }.explore-phone { width: 284px; }.category-cloud span:nth-child(2), .category-cloud span:nth-child(3) { display: none; }.fact-row { grid-template-columns: 1fr; }
    .download-section { padding: 70px 0; }.download-card { min-height: 550px; padding: 36px 24px; align-items: start; }.download-copy h2 { font-size: 37px; }.download-art { width: 100%; height: 46%; top: auto; bottom: 0; }.download-art::after { background: linear-gradient(180deg,#171220 0%,transparent 70%); }.store-links { display: grid; grid-template-columns: minmax(0, 210px); }.store-link { min-width: 0; padding: 9px 12px; gap: 10px; }.store-link-mark { width: 28px; height: 28px; flex: 0 0 28px; }.store-link-mark svg { width: 19px; height: 19px; }.store-link small, .store-link strong { white-space: nowrap; }
    .contact-grid { padding: 42px 0; grid-template-columns: 1fr; align-items: start; }.contact-address { text-align: left; }.contact-address a { font-size: 21px; }
    .site-footer { padding-top: 58px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }.footer-column:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
    .legal-hero { padding: 70px 0 60px; }.legal-hero h1 { font-size: 32px; }.legal-hero p { font-size: 14px; }.legal-layout { padding: 45px 0 90px; }.legal-paper { padding: 28px 20px; }.legal-paper-head { display: grid; gap: 5px; }.legal-copy { font-size: 13px; }.legal-copy h2 { font-size: 20px; }.legal-summary { grid-template-columns: 1fr; }.legal-summary dl { grid-column: auto; grid-template-columns: 1fr; }.legal-summary .text-link { grid-column: auto; }
    .deletion-layout { padding-top: 45px; }.deletion-primary, .deletion-request { padding: 27px 20px; }.recovery-notice { grid-template-columns: 1fr; }.data-policy { padding-bottom: 90px; }.data-policy article { padding: 27px 22px; }
}

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