:root {
    --ink: #19263a;
    --ink-soft: #2b3a50;
    --deep: #20324e;
    --deep-soft: #2b4262;
    --paper: #f6f5f1;
    --white: #ffffff;
    --blue: #2f63f5;
    --blue-dark: #1747d2;
    --lime: #caff3d;
    --muted: #6e7480;
    --line: #dcdedc;
    --red: #ff4d43;
    --radius-xl: 34px;
    --radius-lg: 24px;
    --shadow: 0 24px 70px rgba(17, 24, 39, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
.section-shell { position: relative; padding: 116px 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: var(--paper); border-bottom: 1px solid rgba(16,21,34,.1); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; line-height: 1; font-weight: 850; letter-spacing: -.8px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 11px; transform: rotate(-4deg); box-shadow: 0 8px 18px rgba(47,99,245,.25); }
.brand-mark svg { width: 25px; height: 25px; }
.brand-dot { color: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: auto; }
.main-nav a, .text-link { color: #3f4550; font-size: 15px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 15px; }
.button-dark { color: #fff; background: linear-gradient(135deg, var(--deep-soft), var(--deep)); box-shadow: 0 10px 24px rgba(32,50,78,.18); }
.button-dark:hover { background: linear-gradient(135deg, #345174, #263b59); }
.button-primary { color: #fff; background: var(--blue); white-space: nowrap; box-shadow: 0 12px 24px rgba(47,99,245,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-outline { color: var(--ink); background: transparent; border: 1px solid #cfd2d5; }
.button-outline:hover { background: #f2f3f3; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--ink); transition: .2s ease; }

.hero { min-height: 735px; padding-top: 92px; padding-bottom: 90px; }
.hero-glow { position: absolute; width: 720px; height: 640px; right: -160px; top: -90px; background: radial-gradient(circle, rgba(202,255,61,.42), rgba(202,255,61,0) 68%); filter: blur(8px); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; color: var(--blue); background: rgba(47,99,245,.09); border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .11em; }
.eyebrow-neutral { padding: 0; color: #606671; background: transparent; }
.eyebrow-light { color: var(--lime); background: rgba(202,255,61,.1); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(47,99,245,.1); }
.hero h1 { max-width: 690px; margin: 25px 0 24px; font-size: clamp(52px, 5.5vw, 76px); line-height: .98; letter-spacing: -.058em; font-weight: 880; }
.accent-text { color: var(--blue); }
.hero-lead { max-width: 630px; margin: 0 0 31px; color: #5d6471; font-size: 19px; line-height: 1.58; }
.track-form { max-width: 650px; padding: 20px; background: #fff; border: 1px solid #e0e1e0; border-radius: 21px; box-shadow: 0 18px 55px rgba(26,36,56,.1); }
.track-form label { display: block; margin: 0 0 10px; font-size: 13px; font-weight: 800; }
.url-field { display: flex; align-items: center; gap: 8px; padding: 6px; border: 1.5px solid #d5d8dc; border-radius: 14px; background: #fafbfc; transition: border .2s ease, box-shadow .2s ease; }
.url-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,99,245,.09); }
.link-icon { flex: 0 0 24px; width: 24px; height: 24px; margin-left: 7px; color: #969ca6; }
.link-icon svg { width: 100%; height: 100%; }
.url-field input { min-width: 0; flex: 1; height: 46px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.url-field input::placeholder { color: #949aa4; }
.url-field.is-invalid { border-color: var(--red); }
.form-note { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 14px 4px 0; color: #68717d; font-size: 13px; }
.form-note span:first-child { color: #4a9e2f; font-weight: 900; }

.hero-visual { position: relative; min-height: 555px; display: grid; place-items: center; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(47,99,245,.17); border-radius: 52px; transform: rotate(-3deg); }
.orbit-one { inset: 33px 3px 23px 2px; }
.orbit-two { inset: 65px -25px 0 33px; transform: rotate(5deg); border-color: rgba(16,21,34,.08); }
.tracker-card { position: relative; z-index: 2; width: min(100%, 660px); padding: 28px; color: #fff; background: linear-gradient(145deg, #243a59 0%, #1c2c45 58%, #213653 100%); border: 1px solid rgba(255,255,255,.12); border-radius: 31px; box-shadow: 0 38px 90px rgba(28,44,69,.25); transform: rotate(1.5deg); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 750; }
.card-topline span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(202,255,61,.1); }
.muted { color: #7e879c; font-weight: 600 !important; }
.product-row { display: flex; align-items: center; gap: 20px; padding: 22px 0 16px; }
.product-image { position: relative; flex: 0 0 104px; height: 94px; overflow: hidden; background: linear-gradient(145deg, #f4f5f6, #d7dce5); border-radius: 18px; }
.headphone-band { position: absolute; width: 56px; height: 62px; left: 24px; top: 12px; border: 9px solid #1c2027; border-bottom: 0; border-radius: 28px 28px 0 0; }
.headphone-cup { position: absolute; width: 24px; height: 37px; top: 46px; background: #12151b; border-radius: 9px; box-shadow: inset 0 -4px 5px rgba(255,255,255,.08); }
.headphone-cup.left { left: 15px; transform: rotate(-8deg); }
.headphone-cup.right { right: 15px; transform: rotate(8deg); }
.store-name { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.product-info h2 { margin: 7px 0 5px; font-size: 17px; letter-spacing: -.02em; }
.product-info p { margin: 0; color: #a9b3c3; font-size: 13px; }
.price-row { display: flex; align-items: end; justify-content: space-between; padding: 18px 0; }
.price-label { display: block; margin-bottom: 5px; color: #a2aec0; font-size: 12px; }
.price-row strong { font-size: 33px; letter-spacing: -.04em; }
.price-drop { display: flex; flex-direction: column; align-items: flex-end; }
.price-drop span { padding: 7px 10px; color: var(--lime); background: rgba(202,255,61,.13); border-radius: 8px; font-size: 13px; font-weight: 900; }
.price-drop small { margin-top: 6px; color: #9da8ba; font-size: 11px; }
.chart-wrap { position: relative; height: 132px; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.price-chart { position: absolute; left: 0; right: 0; bottom: 18px; width: 100%; height: 104px; overflow: visible; }
.price-chart .line { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 4px 6px rgba(202,255,61,.16)); }
.chart-labels, .chart-days { position: absolute; z-index: 2; left: 0; right: 0; display: flex; justify-content: space-between; color: #96a2b5; font-size: 10px; }
.chart-labels { top: 7px; }.chart-days { bottom: 5px; }
.target-price { display: flex; align-items: center; gap: 12px; margin-top: 19px; padding: 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; }
.target-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--lime); background: rgba(202,255,61,.1); border-radius: 10px; font-size: 20px; }
.target-price div { display: flex; flex-direction: column; gap: 2px; }
.target-price small { color: #a4afc0; font-size: 11px; }.target-price strong { font-size: 15px; }
.reached-badge { margin-left: auto; padding: 8px 11px; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: 11px; font-weight: 900; }
.notification-card { position: absolute; z-index: 4; right: -12px; bottom: 2px; display: flex; align-items: center; gap: 12px; width: 300px; padding: 13px; background: var(--lime); border: 1px solid rgba(16,21,34,.15); border-radius: 16px; box-shadow: 0 16px 42px rgba(16,21,34,.18); transform: rotate(-2deg); }
.notification-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 11px; }
.notification-icon svg { width: 22px; height: 22px; }
.notification-card div { display: flex; flex-direction: column; gap: 3px; }.notification-card strong { font-size: 14px; }.notification-card div span { font-size: 12px; }.notification-time { margin-left: auto; color: #56631d; font-size: 11px; }

.proof-strip { padding: 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { position: relative; display: grid; grid-template-columns: 82px 1fr; align-items: center; min-height: 118px; padding: 24px 42px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border: 0; }
.proof-grid > div > span { grid-row: 1 / 3; color: var(--blue); font-size: 38px; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.proof-grid strong { font-size: 17px; }.proof-grid small { margin-top: 6px; color: #68717d; font-size: 15px; }

.section-heading h2 { margin: 20px 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > p { color: #656c77; font-size: 17px; line-height: 1.65; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 10px; }
.scribble { position: relative; color: var(--blue); white-space: nowrap; }
.scribble::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 7px; background: url("data:image/svg+xml,%3Csvg width='240' height='8' viewBox='0 0 240 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5C42 1 84 7 124 3s74 2 114-1' fill='none' stroke='%232f63f5' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.centered-heading { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.centered-heading > p { max-width: 660px; margin: 0 auto; }

.problem { background: #f1f0ec; }
.truth-heading { max-width: 960px; margin-bottom: 52px; }
.truth-heading h2 { margin-bottom: 22px; }
.truth-heading h2 span { color: var(--blue); }
.truth-heading > p { max-width: 770px; margin: 0; }
.truth-dashboard { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 490px; overflow: hidden; background: #fff; border: 1px solid #dadddd; border-radius: 30px; box-shadow: 0 24px 70px rgba(37,51,82,.08); }
.truth-summary { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 52px; overflow: hidden; color: #fff; background: linear-gradient(150deg, #2b4262, #20324e); }
.truth-summary::after { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; bottom: -180px; background: radial-gradient(circle, rgba(202,255,61,.23), transparent 68%); }
.truth-kicker { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; padding: 9px 12px; color: #d3dbe6; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 12px; font-weight: 800; }
.truth-kicker i { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(202,255,61,.1); }
.truth-summary h3 { position: relative; z-index: 1; margin: 29px 0 18px; font-size: clamp(40px, 4vw, 61px); line-height: 1.01; letter-spacing: -.055em; }
.truth-summary h3 span { color: var(--lime); }
.truth-summary > p { position: relative; z-index: 1; max-width: 470px; margin: 0; color: #c0cad8; font-size: 16px; line-height: 1.65; }
.truth-price-row { position: relative; z-index: 1; display: flex; align-items: end; gap: 18px; margin-top: 42px; }
.truth-price-row > div { display: flex; flex-direction: column; gap: 4px; }
.truth-price-row small { color: #aeb9c9; font-size: 13px; }
.truth-price-row strong { font-size: 38px; letter-spacing: -.045em; }
.truth-discount { margin-bottom: 4px; padding: 9px 12px; color: var(--ink); background: var(--lime); border-radius: 9px; font-size: 14px; font-weight: 900; }
.history-panel { min-width: 0; padding: 38px 42px 34px; }
.history-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.history-panel-head > div:first-child { display: flex; flex-direction: column; gap: 6px; }
.history-panel-head span { font-size: 18px; font-weight: 850; }
.history-panel-head small { color: #7a838f; font-size: 13px; }
.history-legend { display: flex; align-items: center; gap: 8px; color: #6b7480; font-size: 12px; }
.history-legend i { width: 10px; height: 10px; background: var(--blue); border-radius: 50%; }
.history-chart { position: relative; height: 335px; margin-top: 26px; padding-left: 52px; }
.history-chart svg { position: absolute; z-index: 2; left: 52px; right: 0; bottom: 31px; width: calc(100% - 52px); height: 255px; overflow: visible; }
.chart-grid-lines { position: absolute; inset: 6px 0 31px 52px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid-lines i { width: 100%; height: 1px; background: #e8eaec; }
.history-scale { position: absolute; inset: 0 auto 27px 0; display: flex; flex-direction: column; justify-content: space-between; color: #929aa4; font-size: 10px; }
.history-months { position: absolute; left: 52px; right: 0; bottom: 0; display: flex; justify-content: space-between; color: #7e8792; font-size: 11px; }
.best-price-marker { position: absolute; z-index: 3; right: 6px; top: 132px; display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; color: #fff; background: var(--blue); border-radius: 10px; box-shadow: 0 10px 24px rgba(47,99,245,.24); }
.best-price-marker span { font-size: 9px; font-weight: 700; }.best-price-marker strong { font-size: 14px; }
.truth-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.truth-feature { display: grid; grid-template-columns: 58px 1fr; gap: 18px; min-height: 205px; padding: 27px; background: #fff; border: 1px solid #dadddd; border-radius: 21px; }
.truth-feature-blue { background: #edf2ff; border-color: #dbe5ff; }
.truth-feature-lime { background: #f1f9d9; border-color: #e4efc1; }
.truth-feature-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 17px; }
.truth-feature-lime .truth-feature-icon { color: var(--ink); background: var(--lime); }
.truth-feature-icon svg { width: 28px; height: 28px; }
.truth-feature > div > span { color: #707986; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.truth-feature h3 { margin: 12px 0 8px; font-size: 20px; line-height: 1.2; letter-spacing: -.03em; }
.truth-feature p { margin: 0; color: #65707c; font-size: 14px; line-height: 1.55; }

.how { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 390px; padding: 30px; background: #f4f4f1; border: 1px solid #e1e2e0; border-radius: 23px; }
.featured-step { color: #fff; background: linear-gradient(145deg, var(--deep-soft), var(--deep)); transform: translateY(-12px); box-shadow: var(--shadow); }
.step-number { display: inline-grid; place-items: center; width: 42px; height: 31px; color: var(--blue); background: rgba(47,99,245,.09); border-radius: 7px; font-size: 13px; font-weight: 900; }
.featured-step .step-number { color: var(--lime); background: rgba(202,255,61,.1); }
.step-visual { height: 125px; margin: 33px 0 35px; }
.step-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.03em; }.step-card p { margin: 0; color: #67707c; font-size: 16px; line-height: 1.65; }.featured-step p { color: #b2bdcd; }
.browser-line { height: 58px; display: flex; align-items: center; gap: 6px; margin-top: 65px; padding: 9px 10px; background: #fff; border: 1px solid #d8dadc; border-radius: 12px; box-shadow: 0 12px 30px rgba(16,21,34,.08); transform: rotate(-2deg); }.browser-line i { width: 7px; height: 7px; border-radius: 50%; background: #ddd; }.browser-line span { min-width: 0; flex: 1; margin-left: 5px; padding: 7px; overflow: hidden; background: #f2f3f4; border-radius: 6px; color: #9a9fa7; font-size: 9px; white-space: nowrap; }.browser-line b { color: var(--blue); font-size: 10px; }
.target-visual { padding: 20px; background: rgba(14,27,45,.46); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }.target-visual span { display: block; color: #a7b3c4; font-size: 12px; }.target-visual strong { display: block; margin: 7px 0 17px; font-size: 29px; }.target-visual div { height: 7px; background: #425672; border-radius: 99px; }.target-visual i { display: block; width: 67%; height: 100%; background: var(--lime); border-radius: inherit; box-shadow: 0 0 10px rgba(202,255,61,.3); }
.message-visual { height: 88px; display: flex; align-items: center; gap: 13px; margin-top: 48px; padding: 15px; background: #fff; border: 1px solid #dcdddf; border-radius: 14px; box-shadow: 0 12px 32px rgba(16,21,34,.08); transform: rotate(2deg); }.tiny-logo { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; color: #fff; background: var(--blue); border-radius: 11px; font-size: 17px; font-weight: 900; }.message-visual div { min-width: 0; display: flex; flex-direction: column; gap: 5px; }.message-visual strong { font-size: 15px; }.message-visual small { color: #68717d; font-size: 12px; }.message-visual i { margin-left: auto; color: var(--blue); font-size: 13px; font-style: normal; }

.control { background: #eef1f8; }
.control-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 70px; }
.control-copy h2 { margin: 20px 0; font-size: clamp(42px, 4.3vw, 61px); line-height: 1.03; letter-spacing: -.052em; }.control-copy > p { color: #666d78; font-size: 16px; line-height: 1.65; }.check-list { display: grid; gap: 13px; margin: 29px 0 33px; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }.check-list span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; color: var(--blue); background: rgba(47,99,245,.1); border-radius: 50%; font-size: 11px; }
.dashboard-mockup { padding: 22px; background: #fff; border: 1px solid #d9dce3; border-radius: 25px; box-shadow: 0 30px 80px rgba(37,51,82,.15); transform: rotate(1deg); }
.dashboard-top, .dashboard-title, .dashboard-stats, .list-item { display: flex; align-items: center; }.dashboard-top { justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #e7e8e9; }.mock-brand { font-size: 18px; font-weight: 900; }.mock-brand span { color: var(--blue); }.mock-avatar { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 800; }
.dashboard-title { justify-content: space-between; padding: 20px 0 14px; }.dashboard-title div { display: flex; flex-direction: column; gap: 4px; }.dashboard-title small { color: #747d89; font-size: 11px; }.dashboard-title strong { font-size: 20px; }.dashboard-title strong span { color: #858e9a; font-size: 13px; }.dashboard-title button { padding: 10px 13px; color: #fff; background: var(--blue); border: 0; border-radius: 8px; font-size: 11px; font-weight: 800; }
.dashboard-stats { gap: 10px; }.dashboard-stats > div { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 13px; background: #f3f4f5; border-radius: 11px; }.dashboard-stats small { color: #727b87; font-size: 10px; }.dashboard-stats strong { font-size: 17px; }.dashboard-stats > div:first-child strong { color: #3b8a25; }
.product-list { margin-top: 12px; border: 1px solid #e6e7e8; border-radius: 13px; overflow: hidden; }.list-item { gap: 11px; padding: 12px; border-bottom: 1px solid #e9eaeb; }.list-item:last-child { border: 0; }.list-thumb { flex: 0 0 38px; height: 38px; display: grid; place-items: center; background: #eef0f3; border-radius: 8px; font-size: 12px; font-weight: 900; }.phone-thumb::before { content: ""; width: 15px; height: 29px; background: #1d232d; border: 2px solid #758093; border-radius: 4px; }.shoe-thumb { color: #fff; background: #708593; transform: skew(-7deg); }.console-thumb { color: #252b36; font-size: 22px; }.list-item > div:nth-child(2) { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 4px; }.list-item > div:nth-child(2) strong { overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }.list-item > div:nth-child(2) small { color: #7f8792; font-size: 9px; }.list-price { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }.list-price s, .list-price small { color: #89919c; font-size: 9px; }.list-price strong { font-size: 13px; }.down-pill, .watch-pill { min-width: 42px; padding: 6px 7px; border-radius: 6px; text-align: center; font-size: 9px; font-weight: 900; }.down-pill { color: #357925; background: #e7f8df; }.watch-pill { color: var(--blue); background: #e9efff; }

.stores { padding: 105px 0; background: #fff; }
.stores-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.stores-heading .eyebrow { grid-column: 1 / -1; justify-self: start; }
.stores-heading h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.stores-heading > p { margin: 0 0 5px; color: #65707c; font-size: 16px; line-height: 1.65; }
.store-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.store-logo-card { min-height: 172px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px; padding: 27px 18px 23px; background: #f7f7f4; border: 1px solid #e1e3e2; border-radius: 19px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.store-logo-card:hover { z-index: 2; background: #fff; box-shadow: 0 18px 45px rgba(31,48,72,.1); transform: translateY(-5px); }
.store-logo-card > small { color: #69737f; font-size: 14px; line-height: 1.35; text-align: center; }
.store-logo-image { width: min(78%, 184px); height: 50px; display: block; object-fit: contain; object-position: center; }
.store-logo-image.logo-rozetka { height: 45px; }
.store-logo-image.logo-comfy { height: 47px; }
.store-logo-image.logo-allo { height: 52px; }
.store-logo-image.logo-foxtrot { height: 48px; }
.moyo-logo-plate { width: 72px; height: 72px; display: grid; place-items: center; background: #101b2d; border-radius: 16px; }
.store-logo-image.logo-moyo { width: 54px; height: 54px; }
.store-logo-image.logo-intertop { height: 37px; }
.store-logo-image.logo-maudau { height: 43px; color: #371f5e; }
.store-logo-image.logo-epicentr { width: min(82%, 198px); height: 50px; }
.stores-more { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 18px; padding: 25px 27px; color: #fff; background: linear-gradient(120deg, #263c5a 0%, #31547b 100%); border-radius: 20px; box-shadow: 0 16px 40px rgba(31,48,72,.12); }
.stores-more-mark { position: relative; width: 62px; height: 54px; display: flex; align-items: center; }
.stores-more-mark span { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; color: #20334e; background: var(--lime); border-radius: 15px; font-size: 28px; font-weight: 850; }
.stores-more-mark i { position: absolute; width: 26px; height: 26px; right: 0; background: #fff; border: 3px solid #31547b; border-radius: 9px; }
.stores-more-mark i:nth-of-type(1) { top: 1px; }.stores-more-mark i:nth-of-type(2) { top: 14px; }.stores-more-mark i:nth-of-type(3) { top: 27px; }
.stores-more strong { display: block; margin-bottom: 5px; font-size: 20px; letter-spacing: -.02em; }
.stores-more p { margin: 0; color: #d1dbe7; font-size: 14px; line-height: 1.5; }
.stores-more-label { padding: 9px 12px; color: var(--lime); border: 1px solid rgba(202,255,61,.28); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.store-request { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; margin-top: 18px; padding: 20px 22px; background: #edf2ff; border: 1px solid #d9e4ff; border-radius: 18px; }
.store-request > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #fff; border-radius: 14px; font-size: 25px; }
.store-request p { margin: 0; color: #616b78; font-size: 14px; line-height: 1.5; }
.store-request p strong { display: block; color: var(--ink); font-size: 16px; }
.store-request a { padding: 12px 15px; color: var(--blue); font-size: 14px; font-weight: 850; }

.pricing { background: var(--paper); }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }.price-card { position: relative; display: flex; flex-direction: column; min-height: 475px; padding: 31px; background: #fff; border: 1px solid #dadcdd; border-radius: 22px; }.price-card-featured { color: #fff; background: linear-gradient(145deg, var(--deep-soft), var(--deep)); border-color: var(--deep); transform: translateY(-12px); box-shadow: var(--shadow); }.popular-label { position: absolute; top: -14px; right: 22px; padding: 9px 13px; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }.plan-name h3 { margin: 0 0 6px; font-size: 24px; }.plan-name > span { color: #69727e; font-size: 14px; }.price-card-featured .plan-name > span { color: #b3bdcc; }.plan-price { display: flex; align-items: flex-start; margin: 35px 0 30px; }.plan-price > strong { font-size: 62px; line-height: .85; letter-spacing: -.06em; }.plan-price > span { display: flex; flex-direction: column; margin: 0 0 0 9px; font-size: 16px; line-height: 1; font-weight: 850; }.plan-price small { margin-top: 7px; color: #7d8692; font-size: 12px; line-height: 1.1; font-weight: 600; }.price-card-featured .plan-price small { color: #b3bdcc; }.price-card ul { display: grid; gap: 15px; margin: 0 0 30px; padding: 25px 0 0; border-top: 1px solid #e4e5e5; list-style: none; color: #4f5660; font-size: 15px; }.price-card-featured ul { border-color: rgba(255,255,255,.12); color: #e1e5eb; }.price-card li span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; color: var(--blue); background: rgba(47,99,245,.09); border-radius: 50%; font-size: 10px; font-weight: 900; }.price-card-featured li span { color: var(--lime); background: rgba(202,255,61,.1); }.price-card .button { width: 100%; margin-top: auto; }.pricing-note { margin: 24px 0 0; color: #747d88; text-align: center; font-size: 13px; }

.faq { position: relative; overflow: hidden; background: linear-gradient(145deg, #edf2fb 0%, #f8f8f4 72%); }
.faq::before { content: "?"; position: absolute; right: -25px; top: -105px; color: rgba(47,99,245,.055); font-size: 440px; line-height: 1; font-weight: 950; pointer-events: none; }
.faq-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 78px; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { max-width: 440px; margin: 22px 0; font-size: clamp(46px, 4.4vw, 64px); line-height: 1.01; letter-spacing: -.055em; }
.faq-intro > p { max-width: 410px; margin: 0; color: #5f6977; font-size: 17px; line-height: 1.7; }
.faq-contact { width: min(100%, 385px); display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 34px; padding: 18px 20px; background: rgba(255,255,255,.78); border: 1px solid #dce3ee; border-radius: 16px; box-shadow: 0 12px 35px rgba(43,62,91,.07); }
.faq-contact > span { color: #6c7582; font-size: 13px; }
.faq-contact a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 14px; font-weight: 850; white-space: nowrap; }
.faq-contact a i { font-style: normal; transition: transform .2s ease; }.faq-contact a:hover i { transform: translate(2px,-2px); }
.accordion { display: grid; gap: 13px; }
.accordion-item { overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid #dce2eb; border-radius: 18px; box-shadow: 0 9px 28px rgba(36,53,81,.045); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease, background .3s ease; }
.accordion-item:hover { border-color: #cbd7ea; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(36,53,81,.075); }
.accordion-item.is-open { background: #fff; border-color: #bfcff1; box-shadow: 0 18px 46px rgba(36,65,116,.1); }
.accordion-item button { width: 100%; display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 18px; padding: 24px 25px; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.accordion-number { color: #8a96a6; font-size: 13px; font-weight: 900; letter-spacing: .08em; transition: color .3s ease; }
.accordion-question { font-size: 19px; line-height: 1.35; font-weight: 850; letter-spacing: -.018em; }
.accordion-toggle { position: relative; width: 40px; height: 40px; display: block; border: 1px solid #d4dce8; background: #f2f5fa; border-radius: 50%; transition: transform .38s cubic-bezier(.22,1,.36,1), background .3s ease, border-color .3s ease; }
.accordion-toggle::before, .accordion-toggle::after { content: ""; position: absolute; left: 12px; top: 18px; width: 14px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .38s cubic-bezier(.22,1,.36,1), background .3s ease; }
.accordion-toggle::after { transform: rotate(90deg); }
.accordion-item.is-open .accordion-number { color: var(--blue); }
.accordion-item.is-open .accordion-toggle { background: var(--blue); border-color: var(--blue); transform: rotate(180deg); }
.accordion-item.is-open .accordion-toggle::before, .accordion-item.is-open .accordion-toggle::after { background: #fff; }
.accordion-item.is-open .accordion-toggle::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .44s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
.accordion-panel-inner { min-height: 0; overflow: hidden; }
.accordion-panel p { margin: 0; padding: 0 85px 28px; color: #596575; font-size: 17px; line-height: 1.75; opacity: 0; transform: translateY(-7px); transition: opacity .28s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; opacity: 1; }
.accordion-item.is-open .accordion-panel p { opacity: 1; transform: translateY(0); }

.final-cta { padding-top: 80px; background: #fff; }.cta-card { position: relative; padding: 78px 40px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #2c4262 0%, #20324e 62%, #29425f 100%); border-radius: var(--radius-xl); text-align: center; }.cta-glow { position: absolute; width: 650px; height: 390px; left: 50%; top: -180px; transform: translateX(-50%); background: radial-gradient(circle, rgba(47,99,245,.6), rgba(47,99,245,0) 68%); }.cta-card > *:not(.cta-glow) { position: relative; z-index: 2; }.cta-card h2 { margin: 24px 0 18px; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.03; letter-spacing: -.055em; }.cta-card h2 span { color: var(--lime); }.cta-card > p { margin: 0 0 29px; color: #c0c8d4; font-size: 17px; }.google-button { width: min(100%, 300px); min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: var(--ink); background: #fff; border-radius: 13px; font-size: 15px; font-weight: 800; transition: transform .2s ease; }.google-button:hover { transform: translateY(-2px); }.google-button svg { width: 20px; height: 20px; }.cta-card > small { display: block; max-width: 560px; margin: 18px auto 0; color: #aab5c5; font-size: 12px; line-height: 1.55; }

.site-footer { padding: 70px 0 25px; color: #fff; background: #17243a; }.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }.brand-light .brand-mark { color: var(--ink); background: var(--lime); box-shadow: none; }.brand-light .brand-dot { color: var(--lime); }.footer-brand p { margin: 20px 0 0; color: #a4afc0; font-size: 14px; line-height: 1.6; }.footer-links { display: flex; flex-direction: column; gap: 13px; }.footer-links strong { margin-bottom: 5px; color: #9da9bb; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.footer-links a { color: #e0e4eb; font-size: 14px; transition: color .2s ease; }.footer-links a:hover { color: var(--lime); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #a0abbd; font-size: 12px; }.footer-bottom b { margin-left: 6px; font-size: 15px; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; width: min(460px, calc(100% - 32px)); display: flex; align-items: center; gap: 12px; padding: 15px; color: #fff; background: linear-gradient(135deg, var(--deep-soft), var(--deep)); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; box-shadow: 0 20px 50px rgba(28,44,69,.25); transform: translate(-50%, 140%); opacity: 0; transition: .3s ease; }.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }.toast-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: var(--ink); background: var(--lime); border-radius: 10px; font-weight: 900; }.toast div { display: flex; flex-direction: column; gap: 3px; }.toast strong { font-size: 14px; }.toast div span { color: #bcc5d2; font-size: 11px; }.toast button { margin-left: auto; color: #abb5c4; background: transparent; border: 0; font-size: 20px; cursor: pointer; }
.auth-error-banner { margin-top: 20px; padding: 15px 18px; color: #8d2732; background: #fff0f1; border: 1px solid #f0c9cd; border-radius: 13px; font-size: 15px; font-weight: 750; }
.auth-page { min-height: 100vh; background: radial-gradient(circle at 15% 10%, #e6ecff, transparent 37%), radial-gradient(circle at 85% 90%, #efffc7, transparent 36%), #f7f9fc; }
.auth-layout { width: min(100% - 32px, 540px); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; gap: 28px; margin: auto; padding: 36px 0; }
.auth-card { padding: clamp(28px, 5vw, 48px); background: #fff; border: 1px solid #dfe6f2; border-radius: 28px; box-shadow: 0 24px 70px rgba(34,54,87,.09); }
.auth-card h1 { margin: 22px 0 12px; color: var(--ink); font-size: clamp(32px, 5vw, 46px); line-height: 1.1; letter-spacing: -.045em; }
.auth-card > p { margin: 0; color: #667286; font-size: 17px; line-height: 1.55; }
.auth-options { display: grid; gap: 13px; margin: 32px 0 22px; }
.auth-option { min-height: 74px; display: grid; grid-template-columns: 44px minmax(0,1fr) 32px; align-items: center; gap: 15px; padding: 12px 17px; border: 1px solid transparent; border-radius: 17px; font-size: 17px; font-weight: 800; letter-spacing: -.015em; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.auth-option:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(31,56,99,.13); }
.auth-option:active { transform: translateY(0); }
.auth-option:focus-visible { outline: 3px solid #a2b5ff; outline-offset: 3px; }
.auth-option-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; }
.auth-option-icon svg { width: 25px; height: 25px; }
.auth-option-label { min-width: 0; }
.auth-option-arrow { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-size: 19px; font-weight: 500; transition: transform .22s ease; }
.auth-option:hover .auth-option-arrow { transform: translateX(3px); }
.auth-option-google { color: #26334c; background: #fff; border-color: #d8e0ed; box-shadow: 0 4px 15px rgba(37,58,91,.04); }
.auth-option-google:hover { border-color: #b9c9e2; background: #fbfcff; }
.auth-option-google .auth-option-icon { background: #f5f7fc; border: 1px solid #e9edf5; }
.auth-option-google .auth-option-arrow { color: #586a89; background: #f1f4f9; }
.auth-option-telegram { color: #fff; background: linear-gradient(110deg, #249fdd 0%, #1484c6 100%); box-shadow: 0 9px 22px rgba(27,145,205,.19); }
.auth-option-telegram:hover { background: linear-gradient(110deg, #1b97d8 0%, #0b76b7 100%); }
.auth-option-telegram .auth-option-icon, .auth-option-telegram .auth-option-arrow { background: rgba(255,255,255,.17); }
.auth-card > small { color: #748092; font-size: 14px; line-height: 1.5; }
.auth-back { align-self: center; color: #4d5b72; font-size: 15px; font-weight: 700; }
@media (max-width: 430px) { .auth-option { grid-template-columns: 40px minmax(0,1fr) 28px; gap: 11px; padding: 10px 13px; font-size: 15px; }.auth-option-icon { width: 40px; height: 40px; }.auth-option-arrow { width: 28px; height: 28px; } }

@media (max-width: 1050px) {
    .main-nav { gap: 20px; }.login-link { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { text-align: center; }.hero-copy .eyebrow { margin: 0 auto; }.hero-lead, .track-form { margin-left: auto; margin-right: auto; }.hero-visual { width: min(680px, 100%); margin: 0 auto; }
    .split-heading { gap: 40px; }.control-grid { grid-template-columns: 1fr; }.control-copy { max-width: 660px; }.dashboard-mockup { width: min(780px, 100%); }
    .truth-dashboard { grid-template-columns: 1fr; }.truth-summary { min-height: 410px; }.truth-summary > p { max-width: 600px; }.truth-features { grid-template-columns: 1fr; }.truth-feature { min-height: auto; }
    .stores-heading { grid-template-columns: 1fr; gap: 18px; }.stores-heading > p { max-width: 700px; }.store-logo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .container { width: min(100% - 32px, 680px); }.section-shell { padding: 82px 0; }
    .menu-button { display: block; }.header-actions .button-small, .login-link { display: none; }.main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 18px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-140%); opacity: 0; transition: .25s ease; }.main-nav.is-open { transform: translateY(0); opacity: 1; }.main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .hero { padding-top: 68px; }.hero h1 { font-size: clamp(45px, 12vw, 68px); }.hero-lead { font-size: 17px; }.hero-visual { min-height: 530px; }.tracker-card { padding: 21px; }.notification-card { right: 0; }
    .proof-grid { grid-template-columns: 1fr; }.proof-grid > div { grid-template-columns: 76px 1fr; min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }.proof-grid > div > span { font-size: 34px; }
    .split-heading, .faq-grid { grid-template-columns: 1fr; gap: 25px; }.split-heading { margin-bottom: 38px; }.split-heading > p { max-width: 600px; }.faq-grid { gap: 42px; }.faq-intro { position: static; }.faq-intro > p { max-width: 620px; }
    .truth-heading { margin-bottom: 38px; }.truth-dashboard { border-radius: 24px; }.truth-summary { min-height: 380px; padding: 40px; }.history-panel { padding: 32px 28px; }.truth-feature { grid-template-columns: 52px 1fr; padding: 24px; }.truth-feature-icon { width: 52px; height: 52px; }
    .stores { padding: 82px 0; }.stores-more { grid-template-columns: auto 1fr; }.stores-more-label { grid-column: 2; justify-self: start; }.store-request { grid-template-columns: 48px 1fr; }.store-request a { grid-column: 2; padding: 0; }
    .steps-grid, .pricing-grid { grid-template-columns: 1fr; }.step-card { min-height: 360px; }.featured-step, .price-card-featured { transform: none; }.price-card { min-height: 450px; }
    .faq-intro h2 { font-size: 48px; }.footer-main { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 24px, 480px); }.site-header { height: 68px; }.brand { font-size: 22px; }.brand-mark { width: 34px; height: 34px; }.main-nav { top: 68px; }
    .hero { min-height: auto; padding-top: 50px; }.hero h1 { margin-top: 20px; font-size: clamp(42px, 13.2vw, 58px); }.hero-lead { font-size: 16px; }.track-form { padding: 14px; text-align: left; }.url-field { flex-wrap: wrap; }.url-field input { width: calc(100% - 48px); }.url-field .button { width: 100%; }.form-note { line-height: 1.6; }
    .hero-visual { min-height: 465px; margin-top: -20px; }.tracker-card { padding: 17px; border-radius: 23px; }.card-topline { font-size: 9px; }.product-row { gap: 12px; }.product-image { flex-basis: 76px; height: 72px; }.headphone-band { width: 44px; height: 48px; left: 16px; top: 9px; border-width: 7px; }.headphone-cup { width: 19px; height: 29px; top: 36px; }.headphone-cup.left { left: 10px; }.headphone-cup.right { right: 10px; }.product-info h2 { font-size: 13px; }.price-row strong { font-size: 25px; }.chart-wrap { height: 105px; }.price-chart { height: 82px; }.notification-card { width: 245px; bottom: -6px; }.notification-time { display: none; }
    .section-heading h2, .control-copy h2 { font-size: 39px; }.split-heading { gap: 15px; }
    .truth-heading h2 br { display: none; }.truth-summary { min-height: 360px; padding: 28px 24px; }.truth-summary h3 { font-size: 42px; }.truth-summary > p { font-size: 15px; }.truth-price-row { margin-top: 30px; }.truth-price-row strong { font-size: 31px; }.history-panel { padding: 27px 18px 24px; }.history-panel-head { flex-direction: column; gap: 13px; }.history-chart { height: 275px; padding-left: 37px; }.history-chart svg { left: 37px; width: calc(100% - 37px); height: 200px; }.chart-grid-lines { left: 37px; }.history-months { left: 37px; }.best-price-marker { top: 126px; }.truth-feature { grid-template-columns: 1fr; }.truth-feature h3 { font-size: 22px; }.truth-feature p { font-size: 15px; }
    .centered-heading { text-align: left; }.centered-heading > p { margin: 0; }.steps-grid { gap: 14px; }.dashboard-mockup { padding: 14px; transform: none; }.dashboard-title button { display: none; }.dashboard-stats > div:last-child { display: none; }.list-item { gap: 8px; }.list-item .down-pill, .list-item .watch-pill { display: none; }.list-price { min-width: 65px; }.store-logo-grid { grid-template-columns: 1fr; }.store-logo-card { min-height: 145px; }.stores-more { grid-template-columns: 1fr; padding: 24px; }.stores-more-label { grid-column: 1; }.store-request { grid-template-columns: 1fr; text-align: left; }.store-request a { grid-column: 1; }.stores-heading h2 { font-size: 39px; }
    .price-card { padding: 25px; }.faq-grid { gap: 35px; }.faq-intro h2 { font-size: 42px; }.faq-contact { align-items: flex-start; flex-direction: column; gap: 8px; }.accordion { gap: 10px; }.accordion-item button { grid-template-columns: 29px 1fr 38px; gap: 10px; padding: 19px 16px; }.accordion-number { font-size: 11px; }.accordion-question { font-size: 17px; }.accordion-toggle { width: 38px; height: 38px; }.accordion-toggle::before, .accordion-toggle::after { left: 11px; top: 17px; }.accordion-panel p { padding: 0 16px 23px 55px; font-size: 16px; line-height: 1.65; }.cta-card { padding: 60px 20px; border-radius: 25px; }.cta-card h2 { font-size: 38px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; gap: 20px; }.footer-bottom span:last-child { text-align: right; }
}

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