:root {
  --green-50: #eef9f3;
  --green-100: #d9f2e6;
  --green-200: #b9e5d1;
  --green-500: #17a673;
  --green-600: #17a673;
  --green-700: #12845c;
  --green-800: #0d6546;
  --accent: #88e38a;
  --ink: #10161c;
  --muted: #5d6a65;
  --line: #dde6e1;
  --surface: #ffffff;
  --soft: #f7f9f7;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 22, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { background: rgba(255,255,255,.9); border-color: rgba(226,232,240,.8); box-shadow: 0 8px 30px rgba(15,23,42,.05); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; font-size: 1.3rem; letter-spacing: -.04em; }
.brand img { border-radius: 12px; }
.primary-navigation { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 700; }
.primary-navigation a { text-decoration: none; color: #475569; transition: color .2s; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { color: var(--green-700); }
.primary-navigation .nav-cta { padding: 10px 17px; color: #fff; background: var(--ink); border-radius: 999px; }
.primary-navigation .nav-cta:hover { color: #fff; background: var(--green-700); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; min-height: 820px; padding-top: 160px; overflow: hidden; background: radial-gradient(circle at 78% 24%, #e5f8ed 0, rgba(229,248,237,0) 35%), linear-gradient(180deg,#f7f9f7 0,#fff 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 20px 0 24px; font-size: clamp(3.7rem, 6.6vw, 6.25rem); line-height: .96; letter-spacing: -.075em; font-weight: 900; }
h1 em { display: block; color: var(--green-600); font-style: normal; }
.hero-lead { max-width: 650px; color: #526175; font-size: 1.15rem; line-height: 1.75; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-button { min-width: 184px; display: inline-flex; align-items: center; gap: 11px; padding: 11px 17px; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 14px; text-decoration: none; box-shadow: 0 10px 24px rgba(15,23,42,.12); transition: transform .2s, box-shadow .2s, background .2s; }
.store-button svg { width: 27px; height: 27px; fill: currentColor; }
.store-button span { font-size: 1rem; font-weight: 800; line-height: 1.1; }
.store-button small { display: block; margin-bottom: 3px; color: #cbd5e1; font-size: .64rem; font-weight: 600; }
.store-button:not(.is-disabled):hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 14px 30px rgba(22,163,74,.2); }
.store-button.is-disabled { cursor: default; opacity: .78; }
.availability-note { margin: 11px 0 0; color: #94a3b8; font-size: .78rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #475569; font-size: .86rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 18px; height: 18px; padding: 2px; fill: var(--green-700); background: var(--green-100); border-radius: 50%; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone-shell { position: relative; z-index: 2; width: 332px; padding: 9px; background: #10161c; border: 4px solid #27332e; border-radius: 48px; box-shadow: 0 45px 95px rgba(16,22,28,.24), 0 0 0 10px rgba(255,255,255,.7); transform: rotate(2deg); }
.phone-top { height: 25px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #fff; font-size: 10px; font-weight: 800; }
.phone-top i { width: 70px; height: 19px; position: absolute; left: 50%; top: 8px; transform: translateX(-50%); background: #030712; border-radius: 99px; }
.phone-content { min-height: 590px; overflow: hidden; padding: 14px; background: #f7f9f7; border-radius: 34px; }
.app-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.app-bar img { width: 29px; height: 29px; border-radius: 9px; }
.app-bar strong { font-size: 14px; letter-spacing: -.03em; }
.app-bar button { width: 26px; height: 26px; margin-left: auto; color: #64748b; border: 0; background: #e2e8f0; border-radius: 50%; }
.scan-photo { position: relative; height: 218px; overflow: hidden; background: linear-gradient(145deg,#e7efe8,#d9e6db); border-radius: 24px; }
.bowl { position: absolute; width: 190px; height: 150px; left: 50%; top: 55%; overflow: hidden; transform: translate(-50%,-50%); background: #f8fafc; border: 9px solid #fff; border-radius: 50%; box-shadow: 0 17px 28px rgba(15,23,42,.19); }
.food { position: absolute; border-radius: 50%; }
.avocado { width: 70px; height: 92px; left: 25px; top: 16px; background: #84cc16; transform: rotate(-25deg); box-shadow: inset -14px -6px 0 #65a30d; }
.tomato { width: 52px; height: 52px; right: 28px; top: 21px; background: #ef4444; box-shadow: -16px 34px 0 #f97316; }
.rice { width: 100px; height: 60px; right: -8px; bottom: 0; background: #f8e7be; }
.greens { width: 93px; height: 68px; left: -12px; bottom: -2px; background: #22c55e; border-radius: 55% 40%; }
.scan-line { position: absolute; left: 14%; right: 14%; top: 52%; height: 2px; background: var(--accent); box-shadow: 0 0 12px var(--green-500); }
.corner { position: absolute; width: 30px; height: 30px; border-color: #fff; border-style: solid; }
.corner-tl { left: 20px; top: 20px; border-width: 3px 0 0 3px; border-radius: 8px 0 0; }
.corner-tr { right: 20px; top: 20px; border-width: 3px 3px 0 0; border-radius: 0 8px 0 0; }
.corner-bl { left: 20px; bottom: 20px; border-width: 0 0 3px 3px; border-radius: 0 0 0 8px; }
.corner-br { right: 20px; bottom: 20px; border-width: 0 3px 3px 0; border-radius: 0 0 8px; }
.result-card { display: flex; justify-content: space-between; align-items: center; margin: 12px 0 9px; padding: 11px 12px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 7px 20px rgba(15,23,42,.04); }
.result-card div { display: grid; }
.result-card span { color: #94a3b8; font-size: 9px; }
.result-card strong { font-size: 11px; }
.result-card b { padding: 4px 7px; color: var(--green-700); background: var(--green-100); border-radius: 8px; font-size: 9px; }
.calorie-row { display: flex; align-items: center; justify-content: space-between; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.calorie-row > div:first-child { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 2px 5px; }
.calorie-row span { grid-column: 1 / 3; color: #64748b; font-size: 9px; }
.calorie-row strong { font-size: 24px; line-height: 1; }
.calorie-row small { font-size: 8px; color: #94a3b8; }
.ring { width: 46px; height: 46px; display: grid; place-items: center; border: 5px solid #dcfce7; border-top-color: var(--green-600); border-right-color: var(--green-600); border-radius: 50%; transform: rotate(28deg); }
.ring span { grid-column: auto; color: var(--green-700); font-size: 8px; font-weight: 900; transform: rotate(-28deg); }
.macro-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 9px 0; }
.macro-row span { display: grid; grid-template-columns: 7px auto; align-items: center; gap: 1px 4px; padding: 8px 6px; color: #64748b; background: #fff; border: 1px solid var(--line); border-radius: 11px; font-size: 7px; }
.macro-row b { grid-column: 2; color: var(--ink); font-size: 10px; }
.macro-row i, .dashboard-macros i { width: 7px; height: 7px; grid-row: 1 / 3; border-radius: 50%; }
.protein-dot { background: #22c55e; }.carb-dot { background: #f59e0b; }.fat-dot { background: #8b5cf6; }
.save-preview { width: 100%; padding: 10px; color: #fff; border: 0; background: var(--green-600); border-radius: 11px; font-size: 10px; font-weight: 900; }
.floating-chip { position: absolute; z-index: 3; min-width: 126px; display: grid; padding: 12px 15px; background: rgba(255,255,255,.92); border: 1px solid rgba(226,232,240,.8); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-chip span { color: #64748b; font-size: .7rem; }.floating-chip strong { font-size: .92rem; }
.chip-one { left: 0; top: 33%; transform: rotate(-4deg); }.chip-two { right: -5px; top: 18%; transform: rotate(4deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; right: -170px; top: -120px; background: rgba(34,197,94,.10); }
.hero-orb-two { width: 270px; height: 270px; left: -170px; bottom: 40px; background: rgba(21,128,61,.06); }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { display: grid; gap: 3px; padding: 27px 30px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 1rem; }.trust-grid span { color: var(--muted); font-size: .8rem; }

.section-heading { max-width: 690px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .insights-copy h2, .privacy-card h2, .final-cta h2 { margin: 15px 0 18px; font-size: clamp(2.3rem,5vw,4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p, .insights-copy > p, .privacy-card p { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; min-height: 310px; padding: 34px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-card h3 { margin: 22px 0 10px; font-size: 1.35rem; letter-spacing: -.03em; }
.feature-card p { max-width: 520px; color: var(--muted); }
.feature-large { min-height: 420px; background: linear-gradient(145deg,#f0fdf4,#fff); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 14px; }
.feature-icon svg { width: 25px; fill: currentColor; }
.mini-scan { position: absolute; right: 28px; bottom: 24px; width: 45%; height: 150px; overflow: hidden; background: #dcebdd; border: 8px solid #fff; border-radius: 20px; box-shadow: 0 16px 35px rgba(15,23,42,.1); }
.mini-scan span { position: absolute; width: 100px; height: 76px; left: 50%; top: 48%; transform: translate(-50%,-50%); background: radial-gradient(circle at 30% 30%,#ef4444 0 18%,transparent 19%), radial-gradient(circle at 70% 35%,#84cc16 0 20%,transparent 21%), #f4dfb6; border: 7px solid #fff; border-radius: 50%; }
.mini-scan i { position: absolute; left: 13%; right: 13%; top: 49%; height: 2px; background: #22c55e; box-shadow: 0 0 8px #22c55e; }
.mini-scan b { position: absolute; inset: auto 12px 10px; padding: 5px; color: var(--green-800); background: rgba(255,255,255,.8); border-radius: 7px; text-align: center; font-size: .62rem; }
.feature-wide { grid-column: 1 / 3; min-height: 270px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--ink); color: #fff; }
.feature-wide p { color: #9ba8ba; }
.trend-preview { height: 170px; display: flex; align-items: flex-end; gap: 12px; padding: 26px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.05); border-radius: 20px; }
.trend-preview i { flex: 1; min-height: 20px; background: linear-gradient(var(--accent),var(--green-600)); border-radius: 8px 8px 3px 3px; }

.soft-section { background: var(--soft); }
.steps-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid li > span { position: absolute; right: 24px; top: 20px; color: #d7dee8; font-size: 1.35rem; font-weight: 900; }
.steps-grid h3 { margin: 22px 0 8px; font-size: 1.3rem; }.steps-grid p { color: var(--muted); font-size: .93rem; }
.step-art { height: 150px; display: grid; place-items: center; background: var(--green-50); border-radius: 18px; }
.camera-art i { width: 72px; height: 55px; position: relative; border: 6px solid var(--green-700); border-radius: 14px; }
.camera-art i::before { content:""; position:absolute; width:20px; height:10px; left:20px; top:-13px; background:var(--green-700); border-radius:5px 5px 0 0; }
.camera-art i::after { content:""; position:absolute; width:23px; height:23px; left:18px; top:10px; border:5px solid var(--green-700); border-radius:50%; }
.analyze-art { position: relative; }.analyze-art i { width: 74px; height: 74px; border: 6px dashed var(--green-600); border-radius: 18px; }.analyze-art b { position:absolute; width:120px; height:2px; background:#4ade80; box-shadow:0 0 10px #22c55e; }
.chart-art { display:flex; align-items:flex-end; justify-content:center; gap:9px; padding-bottom:35px; }.chart-art i { width:19px; background:var(--green-600); border-radius:6px 6px 2px 2px; }.chart-art i:nth-child(1){height:35px}.chart-art i:nth-child(2){height:65px}.chart-art i:nth-child(3){height:48px}.chart-art i:nth-child(4){height:88px}

.insights-section { color: #fff; background: var(--ink); }
.insights-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.eyebrow.light { color: var(--accent); }
.insights-copy > p { color: #a9b4c5; }
.insights-copy ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.insights-copy li { position: relative; padding-left: 30px; color: #dbe4ef; }
.insights-copy li::before { content:"✓"; position:absolute; left:0; width:20px; height:20px; display:grid; place-items:center; color:#10161c; background:var(--accent); border-radius:50%; font-size:.7rem; font-weight:900; }
.dashboard-card { padding: 26px; color: var(--ink); background: #fff; border-radius: 28px; box-shadow: 0 40px 90px rgba(0,0,0,.26); transform: rotate(1deg); }
.dashboard-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:15px; }.dashboard-head span{font-weight:900}.dashboard-head b{padding:6px 9px;color:var(--green-700);background:var(--green-100);border-radius:8px;font-size:.68rem}
.average-card { position:relative; display:grid; padding:18px; background:var(--green-50); border-radius:18px; }.average-card span{color:var(--muted);font-size:.75rem}.average-card strong{font-size:2rem;letter-spacing:-.04em}.average-card small{font-size:.8rem;color:var(--muted)}.average-card em{position:absolute;right:18px;bottom:20px;color:var(--green-700);font-size:.72rem;font-style:normal;font-weight:800}
.dashboard-chart { position:relative; height:190px; display:flex; align-items:flex-end; gap:11px; padding:26px 8px 30px; border-bottom:1px solid var(--line); }.dashboard-chart i{position:relative;z-index:2;flex:1;background:linear-gradient(#4ade80,#16a34a);border-radius:7px 7px 2px 2px}.dashboard-chart i span{position:absolute;left:50%;bottom:-25px;transform:translateX(-50%);color:#94a3b8;font-size:.65rem;font-style:normal}.goal-line{position:absolute;z-index:1;left:0;right:0;top:55px;border-top:1px dashed #cbd5e1}
.dashboard-macros { display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px }.dashboard-macros span{display:grid;grid-template-columns:8px auto;gap:1px 5px;color:var(--muted);font-size:.65rem}.dashboard-macros b{grid-column:2;color:var(--ink);font-size:.8rem}

.privacy-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:34px; padding:42px; background:linear-gradient(130deg,var(--green-50),#fff); border:1px solid var(--green-200); border-radius:30px; }
.privacy-card h2 { margin-bottom: 10px; font-size: clamp(2rem,4vw,3rem); }.privacy-card p{max-width:720px;margin-bottom:0}
.privacy-lock { width:78px;height:78px;display:grid;place-items:center;color:#fff;background:var(--green-600);border-radius:23px;box-shadow:0 18px 35px rgba(22,163,74,.22)}.privacy-lock svg{width:38px;fill:currentColor}
.text-link { white-space:nowrap;color:var(--green-700);font-weight:900;text-decoration:none}.text-link span{display:inline-block;margin-left:5px;transition:transform .2s}.text-link:hover span{transform:translateX(4px)}

.faq-section { background:#fff; }.faq-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start }.faq-grid .section-heading{position:sticky;top:120px}.faq-grid a{color:var(--green-700)}
.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { display:flex;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer;font-size:1.05rem;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:22px;height:22px;position:relative;flex:0 0 auto}.faq-list summary span::before,.faq-list summary span::after{content:"";position:absolute;left:4px;right:4px;top:10px;height:2px;background:var(--green-700)}.faq-list summary span::after{transform:rotate(90deg);transition:transform .2s}.faq-list details[open] summary span::after{transform:rotate(0)}.faq-list details p{padding:0 40px 22px 0;color:var(--muted)}

.final-cta { padding:70px 0;color:#fff;background:linear-gradient(120deg,#10161c,#17382d); }.final-cta-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.final-cta img{border-radius:22px}.final-cta h2{margin:0 0 6px;font-size:2.4rem}.final-cta p{margin:0;color:#c9efd9}.button-light{display:inline-flex;align-items:center;gap:10px;padding:13px 19px;color:#10161c;background:var(--accent);border-radius:999px;text-decoration:none;font-weight:900}.button-light span{transition:transform .2s}.button-light:hover span{transform:translateX(4px)}
.site-footer { padding:65px 0 28px;background:#0b1014;color:#fff }.footer-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:70px}.footer-brand{margin-bottom:16px}.footer-grid p{max-width:330px;color:#84928c;font-size:.9rem}.footer-grid nav{display:grid;align-content:start;gap:10px}.footer-grid nav strong{margin-bottom:7px;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.footer-grid nav a{color:#9ca9a3;text-decoration:none;font-size:.88rem}.footer-grid nav a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:24px;border-top:1px solid #25302b;color:#718079;font-size:.75rem}

@media (max-width: 980px) {
  .section-pad{padding:88px 0}.hero{padding-top:130px}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-copy{text-align:center}.hero-copy .eyebrow,.store-actions,.hero-proof{justify-content:center}.hero-lead{margin-inline:auto}.hero-visual{min-height:600px}.chip-one{left:12%}.chip-two{right:10%}.insights-grid{grid-template-columns:1fr;gap:50px}.privacy-card{grid-template-columns:auto 1fr}.privacy-card .text-link{grid-column:2}.faq-grid{grid-template-columns:1fr;gap:25px}.faq-grid .section-heading{position:static}.final-cta-inner{grid-template-columns:auto 1fr}.final-cta .button-light{grid-column:2;justify-self:start}
}

@media (max-width: 760px) {
  .container{width:min(100% - 28px,1180px)}.section-pad{padding:72px 0}.header-inner{min-height:68px}.menu-button{display:block}.primary-navigation{position:absolute;left:14px;right:14px;top:76px;display:none;padding:15px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.primary-navigation.is-open{display:grid}.primary-navigation a{padding:9px 10px}.primary-navigation .nav-cta{text-align:center}.hero{min-height:auto;padding-top:118px}.hero-grid{display:block}.hero-copy{text-align:left}.hero-copy .eyebrow,.store-actions,.hero-proof{justify-content:flex-start}h1{font-size:clamp(3rem,15vw,4.6rem)}.hero-lead{font-size:1rem}.hero-visual{min-height:610px;margin-top:40px}.phone-shell{width:300px}.floating-chip{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div{border-bottom:1px solid var(--line)}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto;grid-template-columns:1fr;gap:20px}.mini-scan{width:48%}.steps-grid{grid-template-columns:1fr}.dashboard-card{padding:17px}.privacy-card{grid-template-columns:1fr;padding:28px}.privacy-card .text-link{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div{grid-column:1/3}.footer-bottom{display:grid}.final-cta-inner{grid-template-columns:1fr;text-align:center}.final-cta img{margin:auto}.final-cta .button-light{grid-column:auto;justify-self:center}
}

@media (max-width: 440px) {
  .store-button{width:100%;justify-content:center}.phone-shell{width:278px}.hero-visual{min-height:580px}.feature-card{padding:25px}.mini-scan{position:relative;right:auto;bottom:auto;width:100%;margin-top:22px}.trust-grid{grid-template-columns:1fr}.trust-grid div,.trust-grid div:first-child{border-left:0;border-right:0}.dashboard-macros{grid-template-columns:1fr}.dashboard-macros span{grid-template-columns:8px auto auto}.dashboard-macros b{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto}
}

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