/* ===== Kuddle Super Meal — Mr Healthybite ===== */
:root {
  --green-900: #133a1c;
  --green-700: #1f7a34;
  --green-600: #2e9e3f;
  --green-500: #4bb543;
  --green-100: #e7f6e5;
  --green-50: #f2fbf1;
  --pink-600: #e5316f;
  --pink-500: #f04d81;
  --pink-100: #fde4ee;
  --navy: #1e2a78;
  --amber: #f6b21b;
  --ink: #17241a;
  --body: #46574c;
  --muted: #6d7c71;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f4faf3;
  --border: #e2ece2;
  --shadow-sm: 0 2px 12px rgba(19, 58, 28, 0.06);
  --shadow-md: 0 14px 44px rgba(19, 58, 28, 0.14);
  --radius: 16px;
  --radius-lg: 24px;
  --max: 1140px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font); color: var(--body);
  width: 100%; max-width: 100%; overflow-x: clip;
  background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { color: var(--ink); line-height: 1.14; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.hero-grid > *, .products > *, .nutri-grid > *, .video-grid > *,
.social-grid > *, .gallery > *, .benefits > *, .steps > *, .split > *,
.facts > *, .quotes > *, .review-submit-wrap > *, .footer-grid > * { min-width: 0; }
.quote, .social-card, .footer-col { overflow-wrap: anywhere; }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

/* Veg mark */
.veg { display: inline-block; width: 14px; height: 14px; border: 2px solid var(--green-600); border-radius: 3px; position: relative; vertical-align: middle; }
.veg::after { content: ""; position: absolute; inset: 0; margin: auto; width: 6px; height: 6px; background: var(--green-600); border-radius: 50%; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: .98rem;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: .6rem 1.1rem; font-size: .9rem; }
.btn-primary { background: var(--green-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-700); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.btn-ghost { color: var(--green-700); }
.btn-ghost:hover { color: var(--green-900); }

.eyebrow { color: var(--green-600); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .6rem; display: flex; align-items: center; gap: .5rem; }
.section-head .eyebrow { justify-content: center; }

/* Topbar */
.topbar { background: var(--green-900); color: #eafff0; text-align: center; font-size: .84rem; font-weight: 600; padding: .55rem 1rem; }
.topbar sup { font-size: .6em; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; gap: 1.5rem; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; color: var(--ink); font-size: 1.2rem; }
.logo-img { height: 46px; width: auto; display: block; }
.logo-mrhb { height: 56px; }
.logo-chip { background: #fff; padding: .55rem .9rem; border-radius: 14px; box-shadow: var(--shadow-sm); }
.logo-chip .logo-img { height: 40px; }
.nav-links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav-links a { color: var(--body); font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--green-700); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* Hero */
.hero { padding: clamp(3rem, 8vw, 5.5rem) 0; background: linear-gradient(180deg, var(--green-50), #fff 75%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; }
.hero-accent { color: var(--green-600); }
.hero-copy .lead { font-size: 1.15rem; max-width: 40ch; color: var(--body); }
.hero-copy .lead strong { color: var(--ink); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.8rem 0 1.6rem; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; padding: 0; margin: 0; font-size: .92rem; color: var(--muted); font-weight: 600; }

.hero-visual { position: relative; }
.hero-img, .hero-fallback { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.hero-img { object-fit: cover; aspect-ratio: 1/1; background: #fff; }
.hero-fallback { aspect-ratio: 1/1; display: none; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; background: linear-gradient(135deg, var(--green-100), var(--pink-100)); color: var(--ink); }
.fallback-emoji { font-size: 5rem; }
.hero-fallback small { color: var(--green-700); font-weight: 600; }
.hero-tag {
  position: absolute; top: -14px; right: -10px; background: var(--pink-600); color: #fff;
  width: 96px; height: 96px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  font-size: 1.9rem; font-weight: 800; line-height: 1; box-shadow: var(--shadow-md); transform: rotate(6deg);
}
.hero-tag span { display: block; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-top: 3px; }

/* Strip */
.strip { background: var(--green-900); color: #eafff0; padding: 1rem 0; }
.strip-inner { display: flex; flex-wrap: wrap; gap: .6rem 2rem; justify-content: center; font-weight: 600; font-size: .92rem; }

/* Sections */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 3rem; }
.section-sub { color: var(--muted); font-size: 1.05rem; }

/* Products */
.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.product { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.product:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-media { position: relative; aspect-ratio: 4/3; background: var(--green-50); }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-fallback { display: none; place-items: center; width: 100%; height: 100%; font-size: 4rem; }
.product-paprika .product-media { background: var(--pink-100); }
.product-jalapeno .product-media { background: var(--green-100); }
.product-flag { position: absolute; top: 14px; left: 14px; z-index: 2; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: #fff; padding: .35rem .8rem; border-radius: 999px; }
.product-paprika .product-flag { background: var(--pink-600); }
.product-jalapeno .product-flag { background: var(--green-600); }
.product-off { position: absolute; top: 14px; right: 14px; z-index: 2; font-size: .72rem; font-weight: 800; color: #fff; background: var(--amber); padding: .3rem .65rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
.product-body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
.product-body p { color: var(--muted); font-size: .96rem; }
.rating { color: var(--amber); font-size: .95rem; letter-spacing: 1px; margin-bottom: .3rem; }
.rating span { color: var(--muted); font-weight: 700; margin-left: .3rem; letter-spacing: 0; }
.product-meta { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; padding: 0; margin: .4rem 0 1rem; font-weight: 700; color: var(--ink); font-size: .92rem; }
.product-meta li { display: flex; align-items: center; gap: .4rem; }
.price { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem .6rem; margin-bottom: 1.3rem; }
.price-now { font-size: 1.6rem; font-weight: 800; color: var(--ink); }
.price-mrp { font-size: 1rem; color: var(--muted); text-decoration: line-through; }
.launch-tag { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: #fff; background: linear-gradient(135deg, var(--pink-600), var(--amber)); padding: .32rem .7rem; border-radius: 999px; box-shadow: var(--shadow-sm); white-space: nowrap; }
.product-body .btn { margin-top: auto; align-self: flex-start; }

/* Nutrition detail */
.nutri-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.nutri-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.nutri-sub { color: var(--muted); font-size: .9rem; margin: -.3rem 0 1rem; }
.nutri-table { width: 100%; border-collapse: collapse; }
.nutri-table td { padding: .5rem 0; border-bottom: 1px solid var(--border); font-size: .95rem; }
.nutri-table td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.nutri-table tr:last-child td { border-bottom: 0; }
.ingredients { color: var(--body); font-size: .95rem; }
.allergen { color: var(--muted); font-size: .88rem; margin: .6rem 0 0; }

/* Gallery */
.video-section { background: var(--green-900); }
.video-section h2, .video-section .video-copy h3 { color: #fff; }
.video-section .section-sub, .video-section .video-copy p { color: #c7d6cc; }
.video-section .eyebrow { color: #86dc8c; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.06); box-shadow: var(--shadow-sm); }
.video-embed { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #0b160e; }
.video-embed.is-short { aspect-ratio: 9/16; width: min(100%, 360px); margin-inline: auto; }
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; padding: 1rem; text-align: center; color: #fff; background: radial-gradient(circle at 50% 35%, #244d2d, #0b160e 70%); }
.video-placeholder span:last-child { color: #a9b9ad; font-size: .88rem; }
.youtube-mark { width: 54px; height: 38px; border-radius: 10px; display: grid; place-items: center; margin-bottom: .4rem; padding-left: 3px; background: #ff0033; color: #fff; font-size: 1.1rem; }
.video-copy { padding: 1.35rem; }
.video-copy p { margin: 0; font-size: .92rem; }
.video-channel-cta { display: flex; justify-content: center; margin-top: 2rem; }
.btn-youtube { background: #ff0033; color: #fff; box-shadow: var(--shadow-sm); }
.btn-youtube:hover { background: #d9002b; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Social posts */
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.social-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.social-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.social-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: var(--green-50); }
.social-instagram-embed { width: 100%; aspect-ratio: 4/5; overflow: hidden; background: #fff; }
.social-instagram-embed.is-reel { aspect-ratio: 9/16; }
.social-instagram-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.social-media-placeholder { width: 100%; aspect-ratio: 1/1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; color: #fff; background: linear-gradient(135deg,#833ab4,#fd1d1d 55%,#fcb045); }
.social-media-placeholder span { font-size: 3rem; line-height: 1; }
.social-media-placeholder strong { font-size: .9rem; letter-spacing: .02em; }
.social-card > div:last-child { padding: 1.25rem; }
.social-card p { color: var(--muted); font-size: .92rem; }
.social-card span, .social-card > div a { color: var(--green-700); font-weight: 700; }
.social-empty { grid-column: 1/-1; min-height: 220px; border: 2px dashed var(--border); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; background: var(--green-50); }
.social-empty span { color: var(--green-700); font-weight: 700; }
.social-follow { display: flex; justify-content: center; margin-top: 2rem; }
.btn-instagram { color: #fff; background: linear-gradient(120deg,#833ab4,#fd1d1d,#fcb045); }
.btn-instagram:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); aspect-ratio: 1/1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery figure:hover img { transform: scale(1.05); }

/* Benefits */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.benefit { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.benefit-ic { font-size: 2rem; margin-bottom: .6rem; }
.benefit p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-sm); }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-weight: 800; display: grid; place-items: center; font-size: 1.1rem; margin-bottom: 1rem; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split-media img, .split-fallback { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; }
.split-fallback { display: none; place-items: center; font-size: 4rem; background: linear-gradient(135deg, var(--green-100), var(--pink-100)); }
.checks { list-style: none; padding: 0; margin: 1rem 0 0; }
.checks li { padding: .5rem 0 .5rem 1.8rem; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 800; }

/* Facts */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.fact { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem 1.5rem; text-align: center; box-shadow: var(--shadow-sm); }
.fact-num { display: block; font-size: 2.6rem; font-weight: 800; color: var(--green-600); line-height: 1; }
.fact-label { display: block; margin-top: .6rem; color: var(--muted); font-weight: 600; font-size: .92rem; }

/* Quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.quote { margin: 0; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.quote blockquote { margin: 0 0 1rem; font-size: 1.05rem; color: var(--ink); font-weight: 500; }
.quote figcaption { color: var(--muted); font-weight: 600; font-size: .92rem; }
.review-stars { color: var(--amber); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: .7rem; }
.review-submit-wrap { display: grid; grid-template-columns: .75fr 1.5fr; gap: 2rem; margin-top: 2.5rem; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--green-50); }
.review-invite p { color: var(--muted); }
.review-form { display: grid; gap: 1rem; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-form label, .star-field legend { color: var(--ink); font-weight: 700; }
.review-form label span { color: var(--muted); font-weight: 400; }
.review-form input, .review-form select, .review-form textarea { width: 100%; margin-top: .3rem; padding: .8rem; border: 1px solid #cbd8cd; border-radius: 10px; background: #fff; font: inherit; }
.review-form textarea { min-height: 120px; resize: vertical; }
.star-field { border: 0; padding: 0; margin: 0; }
.star-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; width: fit-content; }
.star-input input { position: absolute; opacity: 0; pointer-events: none; }
.star-input label { color: #c8d0ca; cursor: pointer; font-size: 2rem; line-height: 1; padding: .15rem; }
.star-input label:hover, .star-input label:hover ~ label, .star-input input:checked ~ label { color: var(--amber); }
.review-consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .88rem; font-weight: 500 !important; }
.review-consent input { width: auto; margin-top: .25rem; }
.review-submit-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.review-submit-row p { margin: 0; color: var(--green-700); font-weight: 600; }

/* FAQ */
.faq details { border: 1px solid var(--border); border-radius: var(--radius); padding: 0 1.3rem; margin-bottom: 1rem; background: #fff; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--ink); padding: 1.2rem 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--green-600); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 1.2rem; color: var(--body); }

/* CTA */
.cta { padding: clamp(3.5rem, 8vw, 6rem) 0; background: linear-gradient(135deg, var(--green-700), var(--green-500)); color: #fff; }
.cta-inner { text-align: center; max-width: 620px; margin: 0 auto; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,0.92); font-size: 1.1rem; }
.cta-buttons { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin: 1.6rem 0 .5rem; }
.btn-light { background: #fff; color: var(--green-700); }
.btn-light:hover { background: #f0fff4; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.cta-form { display: flex; gap: .75rem; max-width: 480px; margin: 1rem auto .5rem; flex-wrap: wrap; }
.cta-form input { flex: 1; min-width: 220px; padding: .9rem 1.2rem; border-radius: 999px; border: 0; font-size: 1rem; font-family: inherit; }
.cta-form input:focus { outline: 3px solid rgba(255,255,255,0.5); }
.cta-form .btn-primary { background: var(--pink-600); }
.cta-form .btn-primary:hover { background: var(--pink-500); }
.cta-note { min-height: 1.4rem; font-weight: 600; color: #eafff0; }

/* Footer */
.site-footer { background: var(--green-900); color: #c7d6cc; padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { color: #fff; margin-bottom: .8rem; }
.footer-brand .logo-text span { color: var(--green-500); }
.footer-brand p { max-width: 30ch; color: #9fb4a7; }
.brand-by { display: flex; align-items: center; gap: .7rem; margin-top: 1.1rem; }
.brand-by span { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: #9fb4a7; font-weight: 600; }
.brand-by img { height: 46px; width: auto; display: block; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 1rem; }
.footer-col a { display: block; padding: .3rem 0; color: #c7d6cc; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.marketer-logo { display: inline-block; background: #fff; padding: .7rem 1rem; border-radius: 12px; margin-bottom: 1rem; box-shadow: var(--shadow-sm); }
.marketer-logo img { height: 58px; width: auto; display: block; }
.footer-address address { font-style: normal; color: #9fb4a7; font-size: .9rem; line-height: 1.7; }
.footer-address .fssai { display: inline-block; margin-top: .5rem; color: var(--green-500); font-weight: 700; font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; font-size: .88rem; flex-wrap: wrap; gap: .5rem; }
.footer-legal a:hover { color: #fff; }

/* Responsive */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 1rem 24px 1.5rem; border-bottom: 1px solid var(--border); gap: .5rem; box-shadow: var(--shadow-md); }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav .btn-sm { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; margin: 1rem auto 0; }
  .products { grid-template-columns: 1fr; }
  .benefits, .steps, .quotes, .video-grid, .social-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .nutri-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .review-submit-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
