@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --g: #2f9e44;
  --g-dark: #26833a;
  --g-soft: #eaf6ec;
  --ink: #1c1c1c;
  --body: #5c5c5c;
  --line: #e1e1e1;
  --line2: #ebebeb;
  --soft: #f6f7f6;
  --star: #f5a623;
  --white: #fff;
  --font: "Poppins", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--body); background: var(--white); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--g); text-decoration: none; }
a:hover { color: var(--g-dark); }
h1, h2, h3, h4, h5 { font-family: var(--font); color: var(--ink); font-weight: 600; line-height: 1.3; }
ul { list-style: none; }

.hm-wrap { max-width: 1170px; margin: 0 auto; padding: 0 15px; }

.hm-btn { display: inline-block; font-weight: 600; font-size: 14px; padding: 12px 30px; border-radius: 3px; border: 2px solid var(--g); background: var(--g); color: #fff; cursor: pointer; transition: .2s; text-align: center; }
.hm-btn:hover { background: var(--g-dark); border-color: var(--g-dark); color: #fff; }
.hm-btn--out { background: #fff; color: var(--ink); border-color: var(--line); }
.hm-btn--out:hover { background: #fff; border-color: var(--g); color: var(--g); }
.hm-btn--lg { padding: 15px 44px; font-size: 15px; }
.hm-btn--block { display: block; width: 100%; }

.hm-topbar { background: var(--ink); color: #f0f0f0; font-size: 13px; text-align: center; padding: 8px 15px; letter-spacing: .2px; }
.hm-topbar b { font-weight: 600; color: #fff; }

.hm-header { border-bottom: 1px solid var(--line2); position: sticky; top: 0; background: #fff; z-index: 40; }
.hm-header__in { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.hm-logo { display: inline-flex; align-items: baseline; gap: 6px; font-size: 23px; font-weight: 700; color: var(--ink); letter-spacing: -.4px; }
.hm-logo b { font-weight: 700; }
.hm-logo em { font-style: normal; font-weight: 400; color: #8a8a8a; font-size: 20px; }
.hm-nav { display: flex; gap: 30px; }
.hm-nav a { color: var(--ink); font-size: 14px; font-weight: 500; }
.hm-nav a:hover { color: var(--g); }
.hm-header__cta { display: flex; align-items: center; gap: 14px; }
.hm-burger { display: none; background: none; border: none; font-size: 24px; color: var(--ink); cursor: pointer; }
@media (max-width: 900px) {
  .hm-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 15px; }
  .hm-nav.open { display: flex; }
  .hm-nav a { padding: 10px 0; border-bottom: 1px solid var(--line2); }
  .hm-burger { display: block; }
  .hm-header__cta .hm-btn { display: none; }
}

.hm-hero { padding: 46px 0 54px; background: var(--soft); border-bottom: 1px solid var(--line2); }
.hm-hero__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.hm-hero__frame { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.hm-hero__frame img { width: 100%; border-radius: 4px; }
.hm-stars { color: var(--star); font-size: 15px; letter-spacing: 2px; }
.hm-stars small { color: var(--body); font-size: 12px; letter-spacing: 0; margin-left: 8px; }
.hm-hero h1 { font-size: clamp(27px, 3.6vw, 40px); font-weight: 700; margin: 14px 0 14px; letter-spacing: -.3px; }
.hm-hero__sub { font-size: 16px; margin-bottom: 20px; max-width: 460px; }
.hm-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.hm-price__now { font-size: 30px; font-weight: 700; color: var(--ink); }
.hm-price__was { font-size: 17px; color: #a0a0a0; text-decoration: line-through; }
.hm-price__tag { font-size: 12px; font-weight: 600; color: var(--g); background: var(--g-soft); padding: 3px 9px; border-radius: 3px; }
.hm-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 820px) { .hm-hero__grid { grid-template-columns: 1fr; gap: 26px; } .hm-hero__frame { order: -1; } }

.hm-trust { border-bottom: 1px solid var(--line2); background: #fff; }
.hm-trust__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; padding: 16px 0; }
.hm-tline { font-size: 13.5px; color: var(--body); font-weight: 500; }
.hm-tline b { color: var(--ink); font-weight: 600; }
.hm-tline::before { content: "\2713  "; color: var(--g); font-weight: 700; }

.hm-sec { padding: 60px 0; }
.hm-sec--soft { background: var(--soft); }
.hm-sec-title { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.hm-sec-title h2 { font-size: clamp(23px, 3vw, 32px); font-weight: 700; margin-bottom: 10px; }
.hm-sec-title p { font-size: 15px; }
.hm-sec-title--left { text-align: left; margin-left: 0; }

.hm-compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.hm-compare { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; }
.hm-compare th, .hm-compare td { padding: 15px 18px; text-align: center; border-bottom: 1px solid var(--line2); font-size: 14px; }
.hm-compare thead th { font-weight: 600; color: var(--ink); font-size: 14px; background: var(--soft); border-bottom: 2px solid var(--line); }
.hm-compare tbody td:first-child, .hm-compare thead th:first-child { text-align: left; font-weight: 500; color: var(--ink); width: 34%; }
.hm-compare .hm-col-us { background: var(--g-soft); }
.hm-compare thead .hm-col-us { background: var(--g); color: #fff; border-bottom-color: var(--g); }
.hm-compare tbody tr:last-child td { border-bottom: none; }
.hm-yes { color: var(--g); font-weight: 700; }
.hm-no { color: #c0392b; }
.hm-mid { color: #b0b0b0; }
.hm-compare__note { font-size: 12.5px; color: var(--body); margin-top: 12px; }

.hm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.hm-split img { border: 1px solid var(--line); border-radius: 8px; width: 100%; }
.hm-split h2 { font-size: clamp(22px, 2.8vw, 30px); font-weight: 700; margin-bottom: 14px; }
.hm-split p { margin-bottom: 12px; }
.hm-split.rev .hm-split__media { order: -1; }
@media (max-width: 800px) { .hm-split { grid-template-columns: 1fr; gap: 26px; } .hm-split.rev .hm-split__media { order: 0; } }

.hm-checklist li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; color: var(--ink); font-size: 14.5px; }
.hm-checklist li::before { content: "\2713"; color: var(--g); font-weight: 700; }

.hm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 760px) { .hm-steps { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }
.hm-step__n { width: 40px; height: 40px; border-radius: 50%; background: var(--g); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.hm-step h4 { font-size: 17px; margin-bottom: 8px; }

.hm-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 800px) { .hm-rev-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.hm-rev { border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.hm-rev p { font-size: 14.5px; color: var(--ink); margin: 10px 0 14px; }
.hm-rev__who { font-size: 13px; color: var(--body); font-weight: 500; }
.hm-rev__who b { color: var(--ink); font-weight: 600; }

.hm-order { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 820px) { .hm-order { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } }
.hm-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; display: flex; flex-direction: column; text-align: center; transition: box-shadow .2s; }
.hm-card:hover { box-shadow: 0 8px 26px rgba(0,0,0,.08); }
.hm-card--best { border-color: var(--g); box-shadow: 0 8px 26px rgba(47,158,68,.14); }
.hm-card__flag { background: var(--g); color: #fff; font-size: 12px; font-weight: 600; padding: 7px; letter-spacing: .3px; }
.hm-card__flag--ghost { background: var(--soft); color: var(--body); }
.hm-card__img { padding: 20px 20px 0; }
.hm-card__img img { width: 100%; border-radius: 4px; }
.hm-card__body { padding: 16px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.hm-card h3 { font-size: 18px; margin-bottom: 4px; }
.hm-card__qty { font-size: 13px; color: var(--body); margin-bottom: 12px; }
.hm-card__price { font-size: 28px; font-weight: 700; color: var(--ink); }
.hm-card__price s { font-size: 15px; color: #a0a0a0; font-weight: 400; margin-left: 6px; }
.hm-card__per { font-size: 12.5px; color: var(--body); margin-bottom: 16px; }
.hm-card .hm-btn { margin-top: auto; }

.hm-faq { max-width: 800px; margin: 0 auto; }
.hm-faq details { border: 1px solid var(--line); border-radius: 6px; margin-bottom: 12px; background: #fff; }
.hm-faq summary { padding: 16px 20px; font-weight: 600; color: var(--ink); font-size: 15px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.hm-faq summary::-webkit-details-marker { display: none; }
.hm-faq summary::after { content: "+"; color: var(--g); font-size: 22px; font-weight: 400; }
.hm-faq details[open] summary::after { content: "\2013"; }
.hm-faq details[open] summary { border-bottom: 1px solid var(--line2); }
.hm-faq__a { padding: 15px 20px 18px; font-size: 14.5px; }

.hm-cta-band { background: var(--g); color: #fff; text-align: center; padding: 50px 15px; }
.hm-cta-band h2 { color: #fff; font-size: clamp(22px, 3vw, 32px); margin-bottom: 10px; }
.hm-cta-band p { color: rgba(255,255,255,.9); margin-bottom: 22px; }
.hm-cta-band .hm-btn { background: #fff; color: var(--g-dark); border-color: #fff; }
.hm-cta-band .hm-btn:hover { background: #f0f0f0; color: var(--g-dark); }

.hm-disclaimer { background: #fafafa; border-top: 1px solid var(--line2); padding: 26px 0; }
.hm-disclaimer p { font-size: 12px; color: #909090; max-width: 1000px; margin: 0 auto; text-align: center; line-height: 1.6; }

.hm-footer { background: #1f1f1f; color: #b7b7b7; padding: 50px 0 26px; }
.hm-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 760px) { .hm-footer__grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
.hm-footer .hm-logo { color: #fff; }
.hm-footer .hm-logo em { color: #8a8a8a; }
.hm-footer p { font-size: 13.5px; margin: 14px 0; }
.hm-footer h5 { color: #fff; font-size: 14px; margin-bottom: 14px; font-weight: 600; }
.hm-footer li { margin-bottom: 8px; }
.hm-footer li a { color: #b7b7b7; font-size: 13.5px; }
.hm-footer li a:hover { color: var(--g); }
.hm-footer__bar { border-top: 1px solid #333; margin-top: 36px; padding-top: 20px; font-size: 12.5px; color: #8a8a8a; text-align: center; }

.hm-cookie { position: fixed; left: 12px; right: 12px; bottom: 12px; max-width: 1170px; margin: 0 auto; background: #1f1f1f; color: #eee; border-radius: 6px; padding: 14px 20px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; z-index: 80; box-shadow: 0 10px 40px rgba(0,0,0,.3); }
.hm-cookie.hide { display: none; }
.hm-cookie span { font-size: 13px; }
.hm-cookie a { color: #7fd18f; }

.hm-page-hero { background: var(--soft); border-bottom: 1px solid var(--line2); padding: 44px 0; }
.hm-page-hero h1 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; }
.hm-page-hero .crumb { font-size: 13px; color: var(--g); font-weight: 500; margin-bottom: 8px; }
.hm-doc { padding: 50px 0; }
.hm-doc .hm-wrap { max-width: 860px; }
.hm-doc h2 { font-size: 20px; margin: 28px 0 10px; }
.hm-doc h2:first-child { margin-top: 0; }
.hm-doc p, .hm-doc li { font-size: 15px; }
.hm-doc ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.hm-doc li { margin-bottom: 7px; }
.hm-doc .upd { font-size: 13px; color: #999; margin-bottom: 18px; }
.hm-cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
@media (max-width: 640px) { .hm-cards2 { grid-template-columns: 1fr; } }
.hm-icard { border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.hm-icard h3 { font-size: 16px; margin-bottom: 6px; }
.hm-icard p { font-size: 14px; margin: 0; }
