:root {
    --ink: #151714;
    --muted: #686b62;
    --paper: #f6f5ef;
    --paper-2: #eeede5;
    --card: #fffefa;
    --line: #dcdcd2;
    --acid: #d7ff35;
    --acid-soft: #e8ff8d;
    --green: #213e2e;
    --green-2: #315a42;
    --blue: #2aabee;
    --danger: #bb3d34;
    --shadow: 0 26px 80px rgba(25, 29, 22, .10);
    --radius: 28px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
svg { display: block; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
    position: relative;
    z-index: 30;
    width: min(calc(100% - 48px), var(--shell));
    height: 94px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 760; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--acid); background: var(--ink); }
.brand-mark svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a { color: #494c45; text-decoration: none; font-size: 14px; font-weight: 640; }
.site-nav a:hover { color: var(--ink); }
.site-nav .nav-cta { padding: 10px 18px; border: 1px solid #c8c9bf; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.4); }

.hero { min-height: 665px; padding: 52px 0 92px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero-copy { position: relative; z-index: 2; }
.privacy-pill { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid #d4d5cb; border-radius: 999px; color: #565a51; background: rgba(255,255,255,.48); font-size: 12px; font-weight: 720; letter-spacing: .035em; text-transform: uppercase; }
.privacy-pill > span { width: 7px; height: 7px; border-radius: 50%; background: #4a795b; box-shadow: 0 0 0 4px rgba(74,121,91,.13); }
.hero h1 { margin: 25px 0 24px; font-size: clamp(54px, 5.15vw, 76px); line-height: .98; letter-spacing: -.072em; font-weight: 580; }
.hero h1 em { color: #506857; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.052em; }
.hero-lead { width: min(100%, 570px); margin: 0; color: var(--muted); font-size: 19px; line-height: 1.62; letter-spacing: -.015em; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.button { appearance: none; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; font-weight: 720; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-large { min-height: 58px; padding-inline: 27px; border-radius: 17px; font-size: 15px; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 28px rgba(21,23,20,.16); }
.button-primary:hover { background: #2a2d28; box-shadow: 0 16px 32px rgba(21,23,20,.22); }
.button-secondary { color: var(--ink); background: #e8e8df; }
.button-light { color: var(--ink); background: var(--acid); box-shadow: 0 14px 34px rgba(5, 12, 8, .24); }
.button-danger { color: white; background: var(--danger); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; color: #50534b; font-size: 14px; font-weight: 660; text-decoration: none; border-bottom: 1px solid #afb1a8; padding-bottom: 3px; }
.trust-list { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 17px; color: #666960; font-size: 12px; font-weight: 620; }
.trust-list span { display: inline-flex; align-items: center; gap: 6px; }
.trust-list i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #e0e4d7; color: #41624c; font-style: normal; font-size: 10px; font-weight: 900; }

.transfer-demo { position: relative; padding: 27px; border: 1px solid rgba(207,208,198,.92); border-radius: 34px; background: rgba(255,254,250,.82); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(1.1deg); overflow: hidden; }
.transfer-demo::before { content: ""; position: absolute; z-index: -1; inset: 16% -11% -9% 14%; border-radius: 50%; background: rgba(215,255,53,.25); filter: blur(45px); }
.demo-topline, .progress-heading, .progress-meta { display: flex; align-items: center; justify-content: space-between; }
.demo-label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { display: inline-flex; gap: 7px; align-items: center; color: #5c645b; font-size: 11px; }
.live-dot i { width: 7px; height: 7px; border-radius: 50%; background: #5f936e; box-shadow: 0 0 0 4px rgba(95,147,110,.13); }
.route-visual { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; margin: 23px 0; }
.platform-card { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 15px 14px; border: 1px solid #e3e3da; border-radius: 17px; background: white; }
.platform-card strong, .platform-card small { display: block; white-space: nowrap; }
.platform-card strong { font-size: 13px; }
.platform-card small { color: #85877f; font-size: 10px; }
.platform-icon { flex: 0 0 auto; width: 37px; height: 37px; border-radius: 12px; display: grid; place-items: center; }
.telegram-icon { background: #e8f6fd; }
.telegram-icon svg { width: 23px; fill: var(--blue); }
.max-icon { color: white; background: #6a3df0; font-weight: 900; font-size: 17px; }
.connected-dot { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: #60a174; }
.route-line { position: relative; height: 1px; background: #d5d6cc; }
.route-line span { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #759c4d); animation: travel 2.2s infinite ease-in-out; transform-origin: left; }
.route-line i { position: absolute; top: -11px; right: 2px; color: #789457; background: var(--card); font-style: normal; font-size: 13px; }
@keyframes travel { 0% { transform: scaleX(0); } 55%, 100% { transform: scaleX(1); } }
.demo-progress { padding: 16px 17px; border-radius: 16px; background: #f0f1e9; }
.progress-heading span { font-size: 12px; font-weight: 680; }
.progress-heading strong { font-size: 13px; }
.progress-track { height: 7px; margin: 11px 0 8px; border-radius: 999px; overflow: hidden; background: #d9dbd1; }
.progress-track span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #799d54, #b8dc52); }
.progress-meta { color: #81847b; font-size: 9px; }
.message-stack { margin-top: 13px; display: grid; gap: 7px; }
.message-row { display: grid; grid-template-columns: 34px 1fr 18px; gap: 11px; align-items: center; padding: 10px 12px; border: 1px solid #e7e7df; border-radius: 13px; background: rgba(255,255,255,.82); }
.message-row > span:nth-child(2) strong, .message-row > span:nth-child(2) small { display: block; }
.message-row strong { font-size: 11px; }
.message-row small { color: #94968e; font-size: 9px; }
.message-row > i { color: #658b6e; font-style: normal; font-size: 11px; }
.message-kind { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #efefe8; color: #72766d; font-size: 10px; font-weight: 800; }
.message-kind svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.image-kind { color: #64856b; background: #edf3e8; }
.text-kind { color: #5b6170; background: #eef0f5; }
.current-row { opacity: .72; }
.loader { width: 13px; height: 13px; border: 1.5px solid #d2d4ca; border-top-color: #73975e; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.demo-footnote { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 -4px; color: #767a71; font-size: 9px; }
.demo-footnote svg { width: 14px; fill: none; stroke: #67816d; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.privacy-statement { padding: 84px 0; color: white; background: var(--green); }
.privacy-grid { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 66px; align-items: center; }
.privacy-number { width: 152px; height: 152px; display: grid; place-items: center; border: 1px solid rgba(215,255,53,.38); border-radius: 50%; color: var(--acid); font-family: Georgia, serif; font-size: 104px; line-height: 1; box-shadow: inset 0 0 0 16px rgba(215,255,53,.025); }
.section-kicker { display: block; margin-bottom: 13px; color: #697067; font-size: 11px; font-weight: 830; letter-spacing: .13em; text-transform: uppercase; }
.privacy-copy .section-kicker { color: #b2c0b5; }
.privacy-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.03; letter-spacing: -.055em; font-weight: 560; }
.privacy-detail { max-width: 390px; }
.privacy-detail p { margin: 0 0 23px; color: #c9d1cb; font-size: 17px; line-height: 1.65; }
.privacy-detail a { color: var(--acid); font-size: 13px; font-weight: 740; text-underline-offset: 5px; }

.how-section { padding-block: 120px; }
.section-heading { width: min(100%, 720px); margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin: 0 0 16px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.055em; font-weight: 590; }
.section-heading p { margin: 0 auto; width: min(100%, 580px); color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.step-card { position: relative; min-height: 420px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.44); overflow: hidden; }
.step-card.featured-step { background: #f0f2e7; }
.step-number { display: block; color: #888b82; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.step-visual { height: 165px; margin: 22px 0 17px; display: flex; align-items: center; justify-content: center; }
.phone-visual { width: 80%; height: 82px; margin: 60px auto 62px; padding: 0 18px; justify-content: flex-start; gap: 10px; border: 1px solid #d6d7cd; border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(31,36,28,.07); transform: rotate(-3deg); }
.phone-visual span { padding-right: 10px; border-right: 1px solid #ddd; font-weight: 750; }
.phone-visual i { color: #9b9d95; font-style: normal; font-size: 13px; }
.phone-visual b { margin-left: auto; width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; color: var(--acid); background: var(--ink); }
.max-connect-visual { gap: 24px; }
.mini-max, .mini-check { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 23px; }
.mini-max { color: white; background: #6a3df0; font-size: 28px; font-weight: 900; box-shadow: 0 13px 30px rgba(106,61,240,.22); transform: rotate(-6deg); }
.mini-check { color: #244832; background: var(--acid); font-size: 26px; font-weight: 900; transform: rotate(7deg); }
.max-connect-visual > i { width: 45px; height: 1px; background: repeating-linear-gradient(90deg, #9da18f 0 4px, transparent 4px 8px); }
.choice-visual { flex-direction: column; align-items: stretch; gap: 9px; width: 76%; margin-inline: auto; }
.choice-visual > span { padding: 13px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #dbdcd2; border-radius: 13px; background: white; font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(20,24,19,.04); }
.choice-visual > span:last-child { margin-left: 22px; }
.choice-visual i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; color: #2e4d37; background: var(--acid); font-style: normal; font-size: 11px; }
.step-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.035em; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.honest-section { padding-bottom: 110px; }
.honest-card { padding: 62px 66px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; color: white; border-radius: 34px; background: var(--ink); }
.section-kicker.light { color: #9da298; }
.honest-card h2 { margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.03; letter-spacing: -.06em; font-weight: 560; }
.honest-points { display: grid; gap: 25px; }
.honest-points article { display: grid; grid-template-columns: 29px 1fr; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid #353932; }
.honest-points article:last-child { padding-bottom: 0; border: 0; }
.honest-points article > span { color: var(--acid); }
.honest-points strong { font-size: 15px; }
.honest-points p { margin: 6px 0 0; color: #aeb3aa; font-size: 13px; line-height: 1.6; }

.final-cta { padding-bottom: 100px; }
.final-cta-inner { position: relative; min-height: 485px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 25px; color: white; border-radius: 36px; background: var(--green); overflow: hidden; text-align: center; }
.final-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(215,255,53,.11); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: min(620px, calc(100% - 28px)); height: auto; aspect-ratio: 1; }
.orbit-two { width: min(390px, calc(100% - 72px)); height: auto; aspect-ratio: 1; }
.final-icon { position: relative; z-index: 2; width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--acid); font-size: 23px; }
.final-cta h2 { position: relative; z-index: 2; margin: 0 0 13px; font-size: clamp(44px, 5vw, 66px); line-height: 1; letter-spacing: -.06em; font-weight: 560; }
.final-cta p { position: relative; z-index: 2; margin: 0 0 29px; color: #c2cec5; }
.final-cta .button { position: relative; z-index: 2; }
.final-cta small { position: relative; z-index: 2; margin-top: 15px; color: #9fac9f; }

.site-footer { width: min(calc(100% - 48px), var(--shell)); min-height: 100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; color: #74776f; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 750; }
.footer-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.site-footer a { font-weight: 700; text-underline-offset: 4px; }

/* Auth */
.auth-shell { min-height: calc(100vh - 194px); padding: 70px 0 110px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.back-link { display: inline-block; margin-bottom: 45px; color: #777a71; font-size: 13px; font-weight: 650; text-decoration: none; }
.auth-intro h1 { margin: 0 0 22px; font-size: clamp(52px, 5.2vw, 74px); line-height: .98; letter-spacing: -.065em; font-weight: 560; }
.auth-intro > p { max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.auth-privacy-note { max-width: 470px; margin-top: 38px; padding: 18px; display: flex; gap: 14px; border: 1px solid #d6dacf; border-radius: 17px; background: #eff2e8; }
.auth-privacy-note svg { flex: 0 0 auto; width: 28px; height: 28px; fill: none; stroke: #43614b; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.auth-privacy-note strong, .auth-privacy-note span { display: block; }
.auth-privacy-note strong { font-size: 13px; }
.auth-privacy-note span { margin-top: 3px; color: #71766d; font-size: 11px; }
.auth-card { padding: 42px; border: 1px solid #deded5; border-radius: 30px; background: var(--card); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 31px; }
.form-heading h2 { margin: 0 0 3px; font-size: 25px; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: #7a7d75; font-size: 12px; line-height: 1.5; }
.form-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: #3f6049; background: #edf2e7; font-weight: 900; }
.telegram-form-icon { background: #e8f6fd; }
.telegram-form-icon svg { width: 28px; fill: var(--blue); }
.stacked-form { display: grid; gap: 19px; }
.stacked-form label > span, .date-fields label > span { display: block; margin: 0 0 8px 2px; color: #666a61; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
input[type="text"], input[type="tel"], input[type="password"], input[type="date"], .code-input { width: 100%; height: 55px; padding: 0 16px; color: var(--ink); border: 1px solid #d5d6cc; border-radius: 14px; outline: none; background: #fbfbf7; transition: border .2s, box-shadow .2s; }
input:focus { border-color: #81916f; box-shadow: 0 0 0 4px rgba(126,151,97,.12); }
.code-input { text-align: center; font-size: 24px; letter-spacing: .24em; font-weight: 700; }
.form-legal { margin: -3px 0 0; color: #989a94; text-align: center; font-size: 10px; line-height: 1.5; }
.inline-form { text-align: center; margin-top: 16px; }
.link-button, .text-link-button { appearance: none; padding: 0; border: 0; color: #63675e; background: none; cursor: pointer; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.security-line { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 28px -8px -18px; padding-top: 18px; border-top: 1px solid #ededE7; color: #888b83; font-size: 10px; }
.setup-notice { padding: 25px; border-radius: 18px; background: #f4eecf; }
.setup-notice p { margin-bottom: 0; color: #756d4e; }
.flash { margin-bottom: 20px; padding: 13px 16px; border-radius: 13px; font-size: 13px; }
.flash-success { color: #34533d; background: #e7f1e6; }
.flash-error { color: #7d3831; background: #f7e4e0; }

/* Dashboard */
.dashboard-shell { padding: 55px 0 110px; }
.dashboard-top { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.dashboard-top h1 { margin: 0; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.06em; font-weight: 570; }
.dashboard-top p { margin: 11px 0 0; color: var(--muted); }
.ghost-button { min-height: 40px; padding: 0 16px; border: 1px solid #d1d2c8; border-radius: 12px; background: transparent; color: #65685f; cursor: pointer; font-size: 12px; font-weight: 700; }
.connection-grid { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 12px; }
.connection-card { position: relative; min-height: 210px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #d9dad0; border-radius: 25px; background: rgba(255,255,255,.56); }
.connection-card.is-connected { border-color: #cbd5c7; background: #fbfcf6; }
.connection-head { display: flex; align-items: flex-start; justify-content: space-between; }
.connection-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; }
.tg-logo { background: #e4f4fc; }
.tg-logo svg { width: 28px; fill: var(--blue); }
.max-logo { color: white; background: #6a3df0; font-size: 20px; font-weight: 900; }
.status-chip { padding: 6px 10px; border: 1px solid #dadbd2; border-radius: 999px; color: #787b73; background: #f6f6f1; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-chip i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #5f936e; }
.connection-card small { color: #8b8e85; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.connection-card h2 { margin: 3px 0 0; font-size: 27px; letter-spacing: -.04em; }
.connection-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.card-link { position: absolute; right: 24px; bottom: 25px; color: #5d6258; font-size: 12px; font-weight: 730; }
.connection-arrow { display: flex; flex-direction: column; align-items: center; color: #6d7167; }
.connection-arrow span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d6d7ce; border-radius: 50%; background: var(--paper); }
.connection-arrow small { margin-top: 5px; color: #989a93; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.progress-panel, .import-panel { margin-top: 24px; padding: 34px; border: 1px solid #d9dad1; border-radius: 28px; background: var(--card); box-shadow: 0 18px 60px rgba(26,31,23,.05); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.panel-heading h2 { margin: 0; font-size: 30px; letter-spacing: -.045em; }
.job-state, .privacy-mini { padding: 7px 11px; border-radius: 999px; background: #edf1e7; color: #486052; font-size: 9px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.state-paused, .state-failed { color: #795d31; background: #f4ecd8; }
.state-completed { color: #355b40; background: #dff0e3; }
.big-progress { margin-top: 33px; display: grid; grid-template-columns: 1fr 60px; align-items: center; gap: 18px; }
.big-progress-track { height: 13px; overflow: hidden; border-radius: 999px; background: #ecece5; }
.big-progress-track span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #435d4b, #8eb14e, var(--acid)); transition: width .6s ease; }
.big-progress strong { text-align: right; font-size: 20px; }
.stat-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid #ecece6; }
.stat-grid > div { padding: 20px 18px; border-right: 1px solid #ecece6; }
.stat-grid > div:first-child { padding-left: 0; }
.stat-grid > div:last-child { border: 0; }
.stat-grid span, .stat-grid small { display: block; }
.stat-grid span { font-size: 25px; font-weight: 620; letter-spacing: -.04em; }
.stat-grid small { color: #8a8d84; font-size: 10px; }
.job-error { margin-top: 17px; padding: 12px 14px; color: #813a33; border-radius: 12px; background: #f8e8e5; font-size: 11px; }
.job-controls { margin-top: 24px; display: flex; align-items: center; gap: 20px; }
.danger-link { color: var(--danger); }
.background-note { margin: 24px 0 0; display: flex; align-items: center; gap: 8px; color: #898c83; font-size: 10px; }
.background-note span { width: 7px; height: 7px; border-radius: 50%; background: #62a072; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 5px rgba(98,160,114,.12); } }
.privacy-mini { color: #667653; background: #eff5d9; }
.import-form { margin-top: 31px; }
.date-fields { display: grid; grid-template-columns: 1fr 25px 1fr; align-items: end; gap: 15px; }
.date-divider { padding-bottom: 15px; text-align: center; color: #a0a29a; }
.toggle-row { margin-top: 22px; padding: 17px 0; display: flex; justify-content: space-between; align-items: center; border-block: 1px solid #ecece6; cursor: pointer; }
.toggle-row strong, .toggle-row small { display: block; }
.toggle-row strong { font-size: 14px; }
.toggle-row small { margin-top: 3px; color: #888b82; font-size: 10px; }
.toggle-row input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-row > i { position: relative; width: 46px; height: 26px; border-radius: 999px; background: #d8d9d1; transition: background .2s; }
.toggle-row > i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(0,0,0,.13); transition: transform .2s; }
.toggle-row input:checked + i { background: var(--green); }
.toggle-row input:checked + i::after { transform: translateX(20px); }
.import-actions { margin-top: 26px; display: flex; align-items: center; gap: 20px; }
.import-actions p { color: #8c8e86; font-size: 11px; }
.data-control { margin-top: 22px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px dashed #d0d2c7; border-radius: 20px; }
.data-control > div { display: flex; align-items: center; gap: 13px; }
.data-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #476050; background: #e8eee4; }
.data-control strong, .data-control p { display: block; }
.data-control strong { font-size: 12px; }
.data-control p { margin: 3px 0 0; color: #85887f; font-size: 10px; }
.text-link-button { white-space: nowrap; }
.delete-dialog { width: min(calc(100% - 32px), 470px); padding: 38px; border: 0; border-radius: 28px; color: var(--ink); background: var(--card); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.delete-dialog::backdrop { background: rgba(18,22,17,.58); backdrop-filter: blur(4px); }
.dialog-close-form { position: absolute; top: 16px; right: 16px; }
.dialog-close-form button { width: 32px; height: 32px; border: 0; border-radius: 50%; color: #777; background: #efefe9; cursor: pointer; font-size: 20px; }
.dialog-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--danger); background: #f7e8e5; font-weight: 900; }
.delete-dialog h2 { margin: 19px 0 8px; font-size: 28px; letter-spacing: -.04em; }
.delete-dialog p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.delete-form { margin-top: 25px; }

/* Privacy */
.privacy-page { padding: 65px 0 110px; }
.privacy-page-heading { width: min(100%, 830px); margin-bottom: 85px; }
.privacy-page-heading h1 { margin: 25px 0 23px; font-size: clamp(52px, 6vw, 82px); line-height: .97; letter-spacing: -.07em; font-weight: 560; }
.privacy-page-heading > p { width: min(100%, 620px); margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.privacy-timeline { border-top: 1px solid #d7d8ce; }
.privacy-timeline article { padding: 39px 0; display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid #d7d8ce; }
.privacy-timeline article > span { color: #8e9188; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.privacy-timeline article > div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; }
.privacy-timeline h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.privacy-timeline p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.privacy-summary { margin-top: 70px; padding: 45px 55px; display: grid; grid-template-columns: 105px 1fr; gap: 40px; align-items: center; color: white; border-radius: 28px; background: var(--green); }
.privacy-number.small { width: 94px; height: 94px; font-size: 65px; }
.privacy-summary p { margin: 0; color: #c7d0c9; font-size: 15px; line-height: 1.7; }
.privacy-summary strong { color: white; font-size: 20px; }
.privacy-cta { margin-top: 70px; display: flex; align-items: center; justify-content: space-between; }
.privacy-cta h2 { font-size: 36px; letter-spacing: -.05em; }
.empty-page { min-height: calc(100vh - 200px); padding-block: 100px; text-align: center; }
.empty-page > span { color: #a0a29b; font-size: 12px; letter-spacing: .2em; }
.empty-page h1 { margin: 20px 0 5px; font-size: 55px; letter-spacing: -.06em; }
.empty-page p { margin-bottom: 30px; color: var(--muted); }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 35px; }
    .hero-copy { max-width: 720px; }
    .transfer-demo { width: min(100%, 620px); justify-self: center; }
    .privacy-grid { grid-template-columns: 140px 1fr; }
    .privacy-detail { grid-column: 2; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 330px; display: grid; grid-template-columns: 120px 1fr; grid-template-rows: auto auto 1fr; column-gap: 30px; align-items: center; }
    .step-card .step-number { grid-column: 1 / -1; }
    .step-visual { grid-row: 2 / 4; height: 190px; width: 100%; margin: 0; }
    .phone-visual { height: 78px; margin: 0; }
    .choice-visual { height: auto; }
    .honest-card { grid-template-columns: 1fr; gap: 50px; }
    .auth-shell { grid-template-columns: 1fr; gap: 55px; }
    .auth-intro { max-width: 680px; }
}

@media (max-width: 720px) {
    .shell, .site-header, .site-footer { width: min(calc(100% - 28px), var(--shell)); }
    .site-header { height: 76px; }
    .site-nav { gap: 12px; }
    .site-nav > a:first-child { display: none; }
    .hero { padding: 40px 0 68px; }
    .hero h1 { font-size: clamp(46px, 14vw, 64px); }
    .hero-lead { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .trust-list { gap: 11px; }
    .transfer-demo { padding: 19px; border-radius: 25px; transform: none; }
    .route-visual { grid-template-columns: 1fr 34px 1fr; }
    .platform-card { padding: 11px 9px; gap: 7px; }
    .platform-card small { display: none; }
    .platform-icon { width: 32px; height: 32px; }
    .privacy-statement { padding: 70px 0; }
    .privacy-grid { grid-template-columns: 1fr; gap: 28px; }
    .privacy-number { width: 104px; height: 104px; font-size: 72px; }
    .privacy-detail { grid-column: 1; }
    .how-section { padding-block: 82px; }
    .section-heading { text-align: left; }
    .step-card { min-height: 0; padding: 24px; display: block; }
    .step-visual { height: 150px; margin: 15px 0; }
    .phone-visual { width: 100%; height: 74px; margin: 48px 0; }
    .choice-visual { width: 90%; margin: 14px auto; }
    .honest-section { padding-bottom: 70px; }
    .honest-card { padding: 40px 25px; border-radius: 27px; }
    .final-cta { padding-bottom: 70px; }
    .final-cta-inner { min-height: 450px; border-radius: 27px; }
    .site-footer { padding-block: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
    .site-footer p { margin: 0; }
    .auth-shell { padding: 45px 0 75px; }
    .auth-intro h1 { font-size: 52px; }
    .auth-card { padding: 27px 20px; border-radius: 24px; }
    .dashboard-shell { padding-top: 35px; }
    .dashboard-top { align-items: flex-start; }
    .dashboard-top h1 { font-size: 42px; }
    .connection-grid { grid-template-columns: 1fr; }
    .connection-arrow { transform: rotate(90deg); margin-block: -3px; }
    .connection-arrow small { display: none; }
    .progress-panel, .import-panel { padding: 25px 19px; border-radius: 23px; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-grid > div:nth-child(2) { border-right: 0; }
    .stat-grid > div:nth-child(-n+2) { border-bottom: 1px solid #ecece6; }
    .stat-grid > div { padding-left: 12px; }
    .date-fields { grid-template-columns: 1fr; }
    .date-divider { display: none; }
    .import-actions { align-items: flex-start; flex-direction: column; }
    .data-control { align-items: flex-start; flex-direction: column; }
    .data-control .text-link-button { white-space: normal; text-align: left; }
    .privacy-page { padding-top: 42px; }
    .privacy-page-heading { margin-bottom: 55px; }
    .privacy-page-heading h1 { font-size: 50px; }
    .privacy-timeline article { grid-template-columns: 45px 1fr; }
    .privacy-timeline article > div { grid-template-columns: 1fr; gap: 10px; }
    .privacy-summary { padding: 30px 23px; grid-template-columns: 1fr; }
    .privacy-cta { align-items: flex-start; flex-direction: column; }
}

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