:root {
  --green: #0b6a2c;
  --green-dark: #063c20;
  --ink: #090f20;
  --muted: #4b5568;
  --line: #e5e9e6;
  --soft: #f4f8f4;
  --navy: #00142c;
  --gold: #f3a600;
}

* { box-sizing: border-box; }
html { background: #eef2ef; overflow-x: hidden; scroll-behavior: smooth; }
body {
  width: 853px;
  min-width: 853px;
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; }
.page { width: 853px; min-height: 1844px; padding-bottom: 76px; background: #fff; }
.site-header { height: 143px; border-bottom: 1px solid var(--line); position: relative; padding: 0 33px; }
.header-main { height: 83px; display: flex; align-items: flex-start; }
.menu-btn, .search-btn { border: 0; background: transparent; padding: 17px 0 0; cursor: pointer; }
.menu-btn img { width: 52px; height: 62px; object-fit: contain; }
.brand { margin: 5px 0 0 24px; }
.brand img { width: 196px; height: 78px; object-fit: contain; }
.header-actions { margin-left: auto; display: flex; gap: 16px; align-items: flex-start; }
.country { margin-top: 16px; height: 53px; min-width: 110px; padding: 0 13px; border: 1px solid var(--line); border-radius: 28px; background: #fff; display: flex; align-items: center; gap: 6px; font-weight: 700; cursor: pointer; }
.country img { width: 38px; height: 38px; object-fit: contain; }
.country::after { content: ""; width: 8px; height: 8px; margin-left: 2px; background: url("public/assets/source-300ui/review-chevron-down.png") center / contain no-repeat; }
.search-btn img { width: 56px; height: 58px; object-fit: contain; }
.top-nav { position: absolute; left: 54px; right: 52px; bottom: 0; height: 60px; display: flex; justify-content: space-between; align-items: center; }
.top-nav a { height: 60px; display: flex; align-items: center; text-decoration: none; font-size: 16px; position: relative; }
.top-nav a.active { color: var(--green); font-weight: 750; }
.top-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px; background: var(--green); }
.breadcrumbs { margin: 17px 42px 0; font-size: 13px; color: #26324b; }
.breadcrumbs a { text-decoration: none; }
.bottom-nav { position: fixed; left: 0; bottom: 0; width: 853px; height: 72px; z-index: 30; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-top: 1px solid var(--line); }
.bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; font-size: 12px; color: #101828; }
.bottom-nav img { width: 48px; height: 34px; object-fit: contain; }
.bottom-nav a.active { color: var(--green); font-weight: 700; }
.section { margin: 0 43px; }
.section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.section-title h2 { margin: 0; font-size: 15px; letter-spacing: .01em; display: flex; align-items: center; gap: 8px; }
.section-title a { color: var(--green); font-size: 12px; text-decoration: none; font-weight: 700; }
.section-title a::after { content: ""; display: inline-block; width: 15px; height: 15px; margin-left: 7px; vertical-align: -3px; background: url("public/assets/source-300ui/arrow-right.png") center / contain no-repeat; }
.card { border: 1px solid var(--line); border-radius: 11px; background: #fff; overflow: hidden; }
.tag { display: inline-block; padding: 3px 7px; border-radius: 7px; background: #edf6ee; color: var(--green); font-size: 10px; font-weight: 700; }
.btn { height: 40px; border: 0; border-radius: 7px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer; font-weight: 700; background: var(--green); color: #fff; }
.stars { display: inline-block; width: 102px; height: 24px; background: url("public/assets/source-300ui/review-stars.png") center / contain no-repeat; vertical-align: middle; }
.chevron { display: inline-block; width: 16px; height: 16px; background: url("public/assets/source-300ui/review-chevron-right.png") center / contain no-repeat; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; }
.breadcrumbs .chevron { width: 12px; height: 12px; }

/* Home */
.home-hero { height: 408px; margin: 0 49px; padding: 25px 5px 28px; display: grid; grid-template-columns: 335px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.home-hero .eyebrow { color: #9a5d00; font-size: 13px; }
.home-hero h1 { margin: 12px 0 14px; font-family: Georgia, serif; font-size: 38px; line-height: 1.03; letter-spacing: -.02em; }
.home-hero p { margin: 0 0 18px; font-size: 14px; line-height: 1.48; color: var(--muted); }
.byline { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; font-size: 12px; }
.byline b:first-child { grid-row: 1 / 3; width: 36px; height: 36px; border-radius: 50%; background: #001a40; color: #fff; display: grid; place-items: center; }
.byline small { color: var(--muted); }
.home-hero > img { width: 404px; height: 354px; object-fit: cover; border-radius: 10px; }
.home-news { height: 301px; padding-top: 28px; }
.home-news .section-title h2::before { content: ""; width: 20px; height: 20px; background: url("public/assets/source-300ui/home-title-trending.png") center / contain no-repeat; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { height: 235px; }
.news-card > img { width: 100%; height: 112px; object-fit: cover; }
.news-card .tag { margin: 8px 12px 0; }
.news-card h3 { margin: 6px 12px; font-family: Georgia, serif; font-size: 16px; line-height: 1.25; }
.news-card small { margin: 0 12px; color: var(--muted); font-size: 11px; }
.review-list { height: 455px; padding-top: 19px; }
.review-list .section-title h2::before { content: ""; width: 20px; height: 20px; background: url("public/assets/source-300ui/home-title-reviews.png") center / contain no-repeat; }
.review-row { height: 135px; display: grid; grid-template-columns: 194px 1fr 158px 18px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.review-row:last-child { border-bottom: 0; }
.review-row > .chevron { justify-self: center; }
.review-row > img { width: 192px; height: 120px; object-fit: cover; border-radius: 8px; }
.review-row h3 { margin: 5px 0; font-size: 17px; }
.review-row p { margin: 0 0 7px; font-size: 12px; color: var(--muted); }
.review-row small { color: var(--muted); font-size: 11px; }
.review-score { height: 82px; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.review-score strong { font-size: 25px; }
.review-score small { color: var(--muted); }
.home-bonus { height: 133px; margin: 0 48px 25px; padding: 0 50px 0 26px; display: grid; grid-template-columns: 180px 1fr 215px; align-items: center; background: #fffaf0; border-radius: 12px; }
.home-bonus img { width: 168px; height: 122px; object-fit: contain; }
.home-bonus h2 { margin: 3px 0; font-family: Georgia, serif; font-size: 22px; line-height: 1; }
.home-bonus p { margin: 0; font-size: 12px; color: var(--muted); }
.home-bonus .btn { background: #001b45; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card { height: 137px; padding: 14px; background: #f8faf8; text-decoration: none; }
.guide-card img { width: 46px; height: 46px; object-fit: contain; }
.guide-card h3 { font-size: 13px; line-height: 1.25; margin: 7px 0 8px; }
.guide-card small { font-size: 10px; color: var(--muted); }
.knowledge { padding-top: 22px; }
.knowledge-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.knowledge-row a { height: 54px; border: 1px solid var(--line); border-radius: 9px; padding: 8px 10px; text-decoration: none; font-size: 10px; display: flex; align-items: center; gap: 7px; }
.knowledge-row b { font-size: 11px; display: block; }
.knowledge-row img { width: 27px; height: 27px; object-fit: contain; flex: 0 0 auto; }
.section:has(.guide-grid) .section-title h2::before { content: ""; width: 20px; height: 20px; background: url("public/assets/source-300ui/home-title-guides.png") center / contain no-repeat; }
.knowledge .section-title h2::before { content: ""; width: 20px; height: 20px; background: url("public/assets/source-300ui/home-title-knowledge.png") center / contain no-repeat; }

/* Reviews */
.review-hero { height: 399px; margin: 19px 27px 22px; padding: 18px 20px 0; position: relative; }
.review-main { height: 266px; display: grid; grid-template-columns: 173px 1fr 220px; gap: 28px; align-items: center; }
.review-brand { position: relative; }
.review-brand > img { width: 163px; height: 167px; object-fit: cover; border-radius: 12px; }
.recommended { position: absolute; left: 0; top: -28px; background: var(--green); color: #fff; padding: 8px 11px 8px 34px; border-radius: 6px; font-weight: 700; font-size: 12px; }
.recommended::before { content: ""; position: absolute; left: 8px; top: 7px; width: 20px; height: 20px; background: url("public/assets/source-300ui/review-recommended-icon.png") center / contain no-repeat; }
.review-copy h1 { font-size: 29px; margin: 0 0 15px; }
.review-copy p { font-size: 15px; line-height: 1.55; margin: 0 0 20px; }
.chips { display: flex; gap: 8px; }
.chips span { border-radius: 15px; background: #f3f4f4; padding: 6px 12px; font-size: 11px; }
.rating-box { height: 228px; border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.rating-box h3 { margin: 0 0 8px; font-size: 14px; }
.rating-box h3::after { content: ""; display: inline-block; width: 15px; height: 15px; margin-left: 6px; vertical-align: -2px; background: url("public/assets/source-300ui/review-info-icon.png") center / contain no-repeat; }
.rating-box strong { font-size: 56px; line-height: 1; }
.rating-box .stars { font-size: 27px; margin: 14px 0 7px; }
.rating-box a { font-size: 12px; color: var(--muted); }
.visit-btn { position: absolute; left: 20px; top: 234px; }
.visit-btn::after { content: ""; width: 16px; height: 16px; margin-left: 10px; background: url("public/assets/source-300ui/review-external-icon.png") center / contain no-repeat; }
.review-benefits { height: 107px; border-top: 1px solid var(--line); margin-top: 5px; display: grid; grid-template-columns: repeat(4, 1fr); }
.review-benefit { display: grid; grid-template-columns: 54px 1fr; align-content: center; gap: 7px; }
.review-benefit img { grid-row: 1 / 3; width: 48px; height: 48px; object-fit: contain; }
.review-benefit span { font-size: 11px; color: var(--muted); }
.review-benefit b { font-size: 14px; }
.toc { margin: 0 27px 18px; padding: 0 14px 12px; }
.toc header { height: 58px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.toc h2 { font-size: 17px; margin: 0; }
.toc button { border: 0; background: transparent; color: var(--green); font-weight: 700; }
.toc button::after { content: ""; display: inline-block; width: 15px; height: 15px; margin-left: 8px; vertical-align: -3px; background: url("public/assets/source-300ui/review-arrow-up.png") center / contain no-repeat; }
.toc-grid { display: grid; grid-template-columns: 1fr 1fr; }
.toc-grid a { height: 50px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 12px; padding: 0 10px; }
.toc-grid a:nth-child(odd) { border-right: 1px solid var(--line); }
.toc-grid b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-size: 10px; }
.toc-grid i { margin-left: auto; font-style: normal; }
.editor-note { height: 153px; margin: 0 42px 18px; display: grid; grid-template-columns: 85px 1fr; align-items: center; padding: 22px; background: #f4f9f4; border-radius: 11px; }
.editor-note img { width: 74px; height: 80px; object-fit: contain; }
.editor-note h2 { margin: 0 0 8px; color: #064520; font-size: 18px; }
.editor-note p { margin: 0; line-height: 1.55; font-size: 14px; }
.review-detail { margin: 0 42px; }
.overview-card { min-height: 376px; padding: 23px 18px; }
.overview-card h2 { margin: 0 0 12px; color: var(--green); font-size: 19px; }
.overview-card p { font-size: 14px; line-height: 1.55; }
.facts { width: 540px; display: grid; grid-template-columns: 220px 1fr; gap: 14px; margin-top: 24px; font-size: 13px; }
.facts span { position: relative; padding-left: 35px; }
.facts span::before { content: ""; position: absolute; left: 0; top: -5px; width: 26px; height: 26px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.facts span:nth-of-type(1)::before { background-image: url("public/assets/source-300ui/review-fact-founded.png"); }
.facts span:nth-of-type(2)::before { background-image: url("public/assets/source-300ui/review-fact-license.png"); }
.facts span:nth-of-type(3)::before { background-image: url("public/assets/source-300ui/review-fact-website.png"); }
.facts span:nth-of-type(4)::before { background-image: url("public/assets/source-300ui/review-fact-available.png"); }
.facts span:nth-of-type(5)::before { background-image: url("public/assets/source-300ui/review-fact-best.png"); }
.review-accordion { height: 54px; margin-top: 11px; padding: 0 16px; display: flex; align-items: center; color: var(--green); font-weight: 700; cursor: pointer; }
.review-accordion img { width: 34px; height: 34px; object-fit: contain; margin-right: 12px; }
.review-accordion span:last-child { margin-left: auto; }
.accordion-chevron { width: 18px; height: 18px; background: url("public/assets/source-300ui/review-chevron-down.png") center / contain no-repeat; transition: transform .18s ease; }
.review-accordion.open .accordion-chevron { transform: rotate(180deg); }

/* Bonus */
.bonus-hero { height: 344px; margin: 0 42px; display: grid; grid-template-columns: 365px 1fr; align-items: center; gap: 22px; }
.bonus-hero h1 { font-size: 35px; line-height: 1.1; margin: 9px 0 13px; }
.bonus-hero p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.bonus-hero img { width: 396px; height: 299px; border-radius: 9px; object-fit: cover; }
.bonus-types { height: 107px; margin: 0 38px 24px; display: grid; grid-template-columns: repeat(7, 1fr); padding: 8px; }
.bonus-types button { border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: 10px; cursor: pointer; position: relative; }
.bonus-types img { width: 52px; height: 52px; object-fit: contain; }
.bonus-types button.active { color: var(--green); font-weight: 700; }
.bonus-types button.active::after { content: ""; position: absolute; bottom: -8px; width: 38px; height: 3px; background: var(--green); }
.top-deals { height: 244px; margin: 0 38px 27px; padding: 15px; }
.deal-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
.deal-main { display: grid; grid-template-columns: 130px 1fr; gap: 15px; align-items: center; }
.deal-main img { width: 129px; height: 160px; object-fit: cover; border-radius: 7px; }
.deal-main h3 { font-size: 20px; margin: 9px 0; }
.deal-main p { margin: 0 0 10px; font-size: 12px; line-height: 1.45; }
.deal-side article { height: 78px; display: grid; grid-template-columns: 113px 1fr 14px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.deal-side article:last-child { border-bottom: 0; }
.deal-side img { width: 112px; height: 73px; object-fit: cover; border-radius: 7px; }
.deal-side h3 { font-size: 13px; margin: 2px 0; }
.bonus-news { margin: 0 38px 29px; }
.bonus-news .news-grid { gap: 14px; }
.bonus-news .news-card { height: 224px; }
.bonus-news .news-card > img { height: 130px; }
.bonus-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bonus-guide-card { height: 218px; }
.bonus-guide-card img { width: 100%; height: 98px; object-fit: cover; }
.bonus-guide-card h3 { font-size: 14px; line-height: 1.25; margin: 7px 12px 10px; }
.bonus-guide-card small { margin: 0 12px; color: var(--muted); font-size: 10px; }
.steps { height: 211px; margin: 23px 38px 15px; padding: 17px 13px; background: #f8faf8; border-radius: 10px; }
.steps h2 { margin: 0 0 12px; font-size: 15px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.step { position: relative; padding: 0 14px 0 25px; }
.step img { width: 68px; height: 68px; object-fit: contain; margin: 0 auto 5px; }
.step b { display: block; font-size: 12px; margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.step em { position: absolute; left: 0; top: 77px; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-style: normal; font-size: 10px; }
.faq { margin: 0 38px; padding: 14px; }
.faq h2 { font-size: 15px; margin: 0 0 9px; }
.faq details { border-top: 1px solid var(--line); padding: 10px 5px; font-size: 12px; }
.faq summary { cursor: pointer; font-weight: 650; }
.faq p { color: var(--muted); }

/* App */
.app-hero { height: 381px; margin: 0 43px; display: grid; grid-template-columns: 390px 1fr; position: relative; }
.app-hero-copy { padding-top: 37px; }
.app-hero h1 { margin: 8px 0 13px; font-size: 37px; }
.app-hero p { width: 340px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.app-hero > img { width: 367px; height: 351px; object-fit: contain; }
.app-perks { position: absolute; left: 0; bottom: 5px; width: 370px; display: grid; grid-template-columns: repeat(3, 1fr); }
.app-perk { font-size: 10px; }
.app-perk img { width: 48px; height: 48px; object-fit: contain; }
.app-perk b, .app-perk small { display: block; }
.app-perk small { color: var(--muted); margin-top: 4px; }
.app-benefits { height: 101px; margin: 0 43px 28px; padding: 16px; display: grid; grid-template-columns: 70px 1fr 180px; align-items: center; background: #f3f8f3; border-radius: 10px; }
.app-benefits img { width: 69px; height: 69px; object-fit: contain; }
.app-benefits h2 { margin: 0 0 3px; font-size: 16px; }
.app-benefits p { margin: 0; font-size: 12px; }
.app-benefits .btn { background: transparent; color: var(--green); border: 1px solid var(--green); }
.featured-app { margin: 0 43px 31px; }
.featured-app .card { height: 257px; padding: 20px; background: linear-gradient(135deg, #061c12, #00270f); color: #fff; display: grid; grid-template-columns: 150px 1fr 230px; gap: 18px; align-items: center; }
.featured-app .brand-app { width: 148px; height: 150px; object-fit: cover; border-radius: 12px; }
.featured-app h2 { margin: 5px 0 8px; font-size: 22px; }
.featured-app p { font-size: 13px; line-height: 1.45; }
.feature-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 11px; }
.feature-points span { position: relative; padding-left: 18px; }
.feature-points span::before { content: ""; position: absolute; left: 0; top: 0; width: 12px; height: 12px; background: url("public/assets/source-300ui/review-fact-license.png") center / contain no-repeat; }
.download-box { border-left: 1px solid #ffffff30; padding-left: 24px; text-align: center; }
.download-box img { width: 114px; height: 117px; object-fit: cover; margin: 0 auto 8px; background: #fff; padding: 5px; }
.download-box button { width: 180px; height: 36px; margin-top: 6px; border: 0; border-radius: 6px; background: #05962f; color: #fff; font-weight: 700; cursor: pointer; }
.app-updates { margin: 0 43px 27px; }
.app-update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.app-update { height: 244px; }
.app-update img { width: 100%; height: 136px; object-fit: cover; }
.app-update h3 { margin: 8px 12px 4px; font-size: 14px; }
.app-update p, .app-update small { margin: 0 12px; font-size: 11px; color: var(--muted); }
.install { margin: 0 43px 25px; }
.install h2 { font-size: 15px; }
.install .steps { margin: 0; height: 205px; }

/* More */
.more-hero { height: 247px; margin: 0 44px; display: grid; grid-template-columns: 365px 1fr; align-items: center; }
.more-hero h1 { margin: 0 0 14px; font-size: 36px; line-height: 1.05; }
.more-hero h1 span { color: var(--green); }
.more-hero p { width: 330px; margin: 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.more-hero img { width: 353px; height: 246px; object-fit: contain; }
.metrics { height: 92px; margin: 0 44px 27px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.metric { display: grid; grid-template-columns: 48px 1fr; align-content: center; }
.metric img { grid-row: 1 / 3; width: 48px; height: 50px; object-fit: contain; }
.metric b { font-size: 22px; }
.metric small { font-size: 11px; }
.tools { margin: 0 44px 27px; }
.tool-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.tool { height: 170px; padding: 13px; text-align: center; text-decoration: none; }
.tool img { width: 72px; height: 70px; object-fit: contain; margin: 0 auto 5px; }
.tool b { display: block; font-size: 12px; color: var(--green); }
.tool p { font-size: 10px; line-height: 1.45; color: var(--muted); }
.more-guides { margin: 0 44px 26px; }
.more-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.more-guide { height: 199px; }
.more-guide img { width: 100%; height: 96px; object-fit: cover; }
.more-guide h3 { margin: 8px 11px 5px; font-size: 13px; line-height: 1.25; }
.more-guide small { margin: 0 11px; font-size: 10px; color: var(--muted); }
.latest-news-list { margin: 0 44px 18px; }
.latest-news-list .card { padding: 0 10px; }
.more-news-row { height: 101px; display: grid; grid-template-columns: 180px 1fr 16px; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.more-news-row:last-child { border-bottom: 0; }
.more-news-row img { width: 177px; height: 87px; object-fit: cover; border-radius: 7px; }
.more-news-row h3 { font-size: 14px; margin: 0 0 5px; }
.more-news-row p { font-size: 11px; color: var(--muted); margin: 0 0 4px; }
.more-news-row small { color: var(--muted); font-size: 10px; }
.community { height: 128px; margin: 0 44px 23px; padding: 15px; }
.community-body { height: 83px; background: #f6f8f6; display: grid; grid-template-columns: 320px 1fr; align-items: center; padding: 10px; }
.community-copy { display: grid; grid-template-columns: 50px 1fr; align-items: center; font-size: 11px; }
.community-copy img { width: 48px; height: 48px; object-fit: contain; }
.socials { display: grid; grid-template-columns: repeat(5, 1fr); text-align: center; }
.socials a { text-decoration: none; font-size: 10px; }
.socials img { width: 44px; height: 44px; object-fit: contain; margin: 0 auto 3px; }
.support { margin: 0 44px 18px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.support-card { height: 110px; background: #f8faf8; padding: 14px; display: grid; grid-template-columns: 62px 1fr; text-decoration: none; }
.support-card img { width: 62px; height: 62px; object-fit: contain; }
.support-card b { color: var(--green); }
.support-card p, .support-card small { margin: 4px 0; font-size: 10px; }
.newsletter { height: 95px; margin: 0 44px; padding: 15px; background: linear-gradient(120deg, #003b21, #005425); color: #fff; display: grid; grid-template-columns: 66px 1fr 330px; align-items: center; border-radius: 9px; }
.newsletter img { width: 62px; height: 62px; object-fit: contain; }
.newsletter h2 { font-size: 15px; margin: 0 0 3px; }
.newsletter p { font-size: 10px; margin: 0; }
.newsletter form { display: flex; }
.newsletter input { height: 38px; flex: 1; border: 0; border-radius: 6px 0 0 6px; padding: 0 12px; }
.newsletter button { height: 38px; border: 0; border-radius: 0 6px 6px 0; background: #0a963c; color: #fff; padding: 0 25px; cursor: pointer; }
.toast { position: fixed; left: 330px; bottom: 92px; z-index: 50; display: none; padding: 10px 18px; background: #092d1a; color: #fff; border-radius: 7px; }
.toast.show { display: block; }
.search-dialog { width: 600px; border: 0; border-radius: 14px; padding: 25px; box-shadow: 0 24px 70px #0004; }
.search-dialog::backdrop { background: #001a0d66; }
.search-dialog form { display: flex; gap: 10px; }
.search-dialog input { height: 44px; flex: 1; border: 1px solid var(--line); border-radius: 7px; padding: 0 12px; }
.search-dialog button { height: 44px; }

[hidden] { display: none !important; }
.page{padding-bottom:80px}
body[data-page="reviews"],body[data-page="reviews"] .page,body[data-page="bonus"],body[data-page="bonus"] .page{width:862px;min-width:862px}
body[data-page="reviews"] .page,body[data-page="bonus"] .page{min-height:1824px}
body[data-page="reviews"] .bottom-nav,body[data-page="bonus"] .bottom-nav{width:862px}
body[data-page="bonus"] .bonus-guide-card{height:205px}
body[data-page="bonus"] .steps{height:190px;margin-top:16px}
body[data-page="bonus"] .faq details{padding:7px 5px}

/* User-approved compact header: the horizontal text navigation is removed. */
.site-header,
body:not([data-page="home"]) .site-header { height: 83px; }
.header-main,
body:not([data-page="home"]) .header-main { height: 83px; }
.top-nav { display: none; }
body:not([data-page="home"]) .breadcrumbs { margin-top: 10px; }

/* The app and resource hero slots are shorter in the source artwork. */
body[data-page="app"] .app-hero { height: 350px; }
body[data-page="more"] .more-hero { height: 227px; }

.menu-dialog { width: 360px; max-width: calc(100vw - 40px); border: 0; border-radius: 14px; padding: 18px; box-shadow: 0 24px 70px #0004; }
.menu-dialog::backdrop { background: #001a0d66; }
.menu-dialog header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 18px; }
.menu-dialog header button { min-width: 64px; height: 36px; border: 0; border-radius: 18px; background: var(--soft); font-size: 13px; font-weight: 700; cursor: pointer; }
.menu-dialog nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.menu-dialog nav a { min-height: 44px; display: flex; align-items: center; padding: 0 13px; border-radius: 8px; background: var(--soft); text-decoration: none; }
.menu-dialog nav a.active { color: var(--green); font-weight: 750; background: #eaf5ec; }

.bottom-nav { left: 0; transform: none; }
@media (min-width: 900px) {
  .bottom-nav { left: calc(50% - (100vw - 100%) / 2); transform: translateX(-50%); }
}
.step:first-child img { clip-path: inset(10px 0 0); }
