:root {
  --ink: #0E211F;
  --paper: #F6F7F2;
  --signal: #14A673;
  --signal-cta: #087A52;
  --beacon: #E7A94C;
  --mist: #D8DED7;
  --radius: 10px;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--beacon); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--ink); color: white; padding: .6rem 1rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-nav { position: sticky; top: 0; z-index: 5; background: rgba(246,247,242,.96); border-bottom: 1px solid var(--mist); backdrop-filter: blur(10px); }
.nav-inner, .section-wrap, .hero-inner, .footer-inner, .footer-bottom { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo-image { display: block; width: 178px; height: auto; }
.logo-footer .logo-image { filter: brightness(0) invert(1); opacity: .94; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 500; }
.nav-links a:not(.button) { text-decoration: none; border-bottom: 2px solid transparent; padding: 4px 0; }
.nav-links a:not(.button):hover { border-color: var(--signal); }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border-radius: var(--radius); border: 2px solid var(--signal-cta); background: var(--signal-cta); color: #fff; font-weight: 700; font-size: .88rem; line-height: 1.2; text-decoration: none; transition: filter .18s ease, transform .18s ease; }
.button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 10px 15px; font-size: .78rem; }
.hero { overflow: hidden; border-bottom: 1px solid var(--mist); }
.hero-inner { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: 70px; padding-top: 68px; padding-bottom: 68px; }
.hero-copy { animation: hero-in .7s ease both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.kicker { margin: 0 0 16px; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--display); letter-spacing: -.02em; line-height: .95; margin: 0; }
.hero h1 { max-width: 650px; font-size: clamp(4rem, 8vw, 6.8rem); font-weight: 700; }
.hero h1 span { color: var(--signal); }
.hero-subline { max-width: 560px; margin: 28px 0 30px; font-size: 1.08rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 22px; font-size: .77rem; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { width: 15px; height: 15px; fill: none; stroke: var(--signal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.hero-aside { position: relative; padding: 20px 0 0 26px; }
.hero-aside::before { position: absolute; content: ""; left: 0; top: 0; width: 1px; height: 250px; background: var(--signal); }
.local-pack { max-width: 430px; overflow: hidden; background: white; border: 1px solid var(--mist); border-radius: var(--radius); box-shadow: 12px 14px 0 rgba(216,222,215,.65); }
.pack-search { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 14px; border-bottom: 1px solid var(--mist); color: #52645f; font-size: .68rem; }
.search-icon { color: var(--signal); font-size: 1.3rem; line-height: 1; }
.filter-chip { margin-left: auto; padding: 4px 8px; border: 1px solid var(--mist); border-radius: 99px; color: var(--ink); font-size: .62rem; }
.listing-card { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 15px; border-bottom: 1px solid var(--mist); }
.listing-card.is-featured { background: #fbfcf9; }
.listing-photo { min-height: 112px; overflow: hidden; border-radius: 6px; background: var(--mist); }
.listing-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.listing-copy h3 { margin: 3px 0 2px; font-size: .88rem; line-height: 1.2; }
.rank-label { color: var(--signal); font-size: .61rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.rating { display: flex; align-items: center; gap: 5px; font-size: .67rem; color: #52645f; }
.rating strong { color: var(--ink); }.stars { color: #d38c25; letter-spacing: -2px; }.listing-copy p { margin: 6px 0; color: #52645f; font-size: .68rem; line-height: 1.35; }.listing-copy a { color: var(--signal); font-size: .68rem; font-weight: 700; text-decoration: none; }
.muted-listing { grid-template-columns: 70px 1fr; opacity: .62; }.muted-listing .listing-photo { min-height: 70px; }.pack-caption { margin: 0; padding: 13px 15px 16px; color: #52645f; font-family: var(--display); font-size: 1.1rem; line-height: 1.1; }
.panel-topline, .panel-foot { display: flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 600; }
.panel-date { margin-left: auto; color: #52645f; font-weight: 400; }
.status-dot { width: 8px; height: 8px; background: var(--signal); border-radius: 50%; }
.metric { margin: 40px 0 22px; font-family: var(--display); font-size: 4.8rem; line-height: .8; }
.metric small { font: 600 .8rem var(--body); color: #52645f; }
.bars { height: 130px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid var(--mist); background: repeating-linear-gradient(to bottom, transparent 0, transparent 32px, #edf0eb 33px); }
.bars i { display: block; flex: 1; background: var(--signal); opacity: .82; border-radius: 3px 3px 0 0; }
.panel-foot { justify-content: space-between; padding-top: 12px; color: #52645f; font-weight: 400; }
.panel-foot strong { color: var(--ink); }.trend { color: var(--signal); }
.aside-note { max-width: 220px; margin: 26px 0 0 40px; font-family: var(--display); font-size: 1.55rem; line-height: 1.05; }
.problem-section, .offer-section, .process-section, .faq-section { padding: 115px 0; }
.section-heading { margin-bottom: 45px; }.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }.section-heading p:not(.kicker) { margin: 0; color: #52645f; }
h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { padding: 30px 26px; border: 1px solid var(--mist); border-radius: var(--radius); }.problem-card svg { width: 38px; height: 38px; fill: none; stroke: var(--signal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.problem-card h3 { margin: 25px 0 8px; font-size: 1.05rem; line-height: 1.25; }.problem-card p { margin: 0; color: #52645f; font-size: .9rem; }
.proof-section { padding: 30px 0 115px; }.proof-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }.proof-photo { position: relative; min-height: 430px; }.proof-photo img { width: 100%; height: 430px; display: block; object-fit: cover; border-radius: var(--radius); }.proof-photo span { position: absolute; right: -22px; bottom: 24px; max-width: 190px; padding: 14px 16px; background: var(--beacon); color: var(--ink); font-family: var(--display); font-size: 1.2rem; line-height: 1.05; }.proof-copy h2 { max-width: 480px; }.proof-copy > p:not(.kicker) { max-width: 430px; margin: 25px 0; color: #52645f; }.text-link { color: var(--ink); font-weight: 700; text-decoration-color: var(--signal); text-decoration-thickness: 2px; text-underline-offset: 5px; }.text-link span { color: var(--signal); }
.offer-section { background: #e9ede8; }.offer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.offer-intro p:last-child { max-width: 400px; color: #52645f; }.offer-card { padding: 38px; background: var(--paper); border: 2px solid var(--signal); border-radius: var(--radius); }.offer-card-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--mist); font-weight: 700; }.offer-price { display: flex; flex-direction: column; align-items: end; font-size: .75rem; color: #52645f; }.offer-price strong { color: var(--ink); font-size: 1.65rem; line-height: 1.1; }.checklist { list-style: none; margin: 0; padding: 10px 0 24px; }.checklist li { position: relative; padding: 13px 0 13px 29px; border-bottom: 1px solid var(--mist); font-size: .92rem; }.checklist li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 13px; height: 7px; border-left: 2px solid var(--signal); border-bottom: 2px solid var(--signal); transform: rotate(-45deg); }.offer-footnote { margin: 11px 0 0; text-align: center; color: #52645f; font-size: .77rem; }
.guarantee-section { padding: 100px 20px; background: var(--ink); color: white; text-align: center; }.guarantee-inner { max-width: 700px; margin: 0 auto; }.guarantee-section .kicker { color: var(--beacon); }.guarantee-section h2 { font-size: clamp(3rem, 6vw, 5.4rem); }.guarantee-section p:not(.kicker) { max-width: 620px; margin: 22px auto 30px; font-size: 1.1rem; }.button-amber { border-color: var(--beacon); background: var(--beacon); color: var(--ink); }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }.steps { border-left: 1px solid var(--signal); }.step { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 0 0 50px 35px; }.step:last-child { padding-bottom: 0; }.step-number { color: var(--signal); font: 700 1.9rem var(--display); line-height: 1; }.step h3 { margin: -4px 0 6px; font-size: 1.25rem; }.step p { max-width: 460px; margin: 0; color: #52645f; font-size: .92rem; }
.faq-section { padding-top: 80px; background: #e9ede8; }.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-list { border-top: 1px solid var(--ink); }.faq-item { border-bottom: 1px solid var(--ink); }.faq-item h3 { margin: 0; }.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font: 600 1rem var(--body); }.faq-item button span { color: var(--signal); font-size: 1.5rem; font-weight: 400; line-height: 1; transition: transform .2s ease; }.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-answer p { overflow: hidden; margin: 0; color: #52645f; font-size: .92rem; }.faq-item:has(button[aria-expanded="true"]) .faq-answer { grid-template-rows: 1fr; }.faq-item:has(button[aria-expanded="true"]) .faq-answer p { padding: 0 0 22px; }
.site-footer { padding: 64px 0 24px; background: var(--ink); color: white; }.footer-inner { display: grid; grid-template-columns: 1.25fr 1fr .65fr; gap: 52px; align-items: start; }.logo-footer { color: white; }.footer-brand p { max-width: 265px; margin: 18px 0 0; color: #b6c3bd; font-size: .84rem; line-height: 1.55; }.footer-label { margin: 0 0 12px; color: var(--beacon); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.footer-contact { padding-left: 28px; border-left: 1px solid #35504a; }.footer-cta { display: block; color: white; font-family: var(--display); font-size: 1.45rem; line-height: 1.05; text-decoration: none; }.footer-cta span { color: var(--beacon); }.footer-email { display: inline-block; margin-top: 14px; color: #b6c3bd; font-size: .82rem; }.footer-links { display: grid; gap: 8px; justify-items: start; font-size: .85rem; }.footer-links a { color: #b6c3bd; text-decoration: none; }.footer-links a:hover, .footer-contact a:hover, .footer-bottom a:hover { color: var(--beacon); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 18px; border-top: 1px solid #2c423e; color: #8fa09a; font-size: .72rem; }.footer-bottom a { color: #b6c3bd; text-decoration: none; }
@media (max-width: 900px) { .nav-links { gap: 14px; }.hero-inner { grid-template-columns: 1fr; gap: 46px; }.hero-copy { max-width: 720px; }.hero-aside { max-width: 520px; }.offer-layout, .process-layout, .faq-layout { gap: 50px; }.split-heading { gap: 30px; }.proof-layout { gap: 48px; }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 2; grid-row: 1; } }
@media (max-width: 640px) { .nav-inner, .section-wrap, .hero-inner, .footer-inner, .footer-bottom { width: min(100% - 32px, 520px); }.logo-image { width: 156px; }.nav-inner { min-height: 66px; }.menu-toggle { display: block; }.nav-links { position: absolute; left: 0; right: 0; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 20px; border-bottom: 1px solid var(--mist); background: var(--paper); }.nav-links.is-open { display: flex; }.nav-links a { padding: 12px 0 !important; }.nav-links .button { margin-top: 8px; }.hero-inner { min-height: auto; display: block; padding-top: 72px; padding-bottom: 78px; }.hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }.hero-subline { font-size: 1rem; }.trust-row { display: grid; gap: 9px; }.hero-aside { margin-top: 62px; padding-left: 16px; }.local-pack { box-shadow: 8px 10px 0 rgba(216,222,215,.65); }.listing-card { grid-template-columns: 86px 1fr; gap: 10px; padding: 12px; }.listing-photo { min-height: 100px; }.muted-listing { grid-template-columns: 60px 1fr; }.muted-listing .listing-photo { min-height: 60px; }.problem-section, .offer-section, .process-section, .faq-section { padding: 76px 0; }.proof-section { padding: 0 0 76px; }.split-heading, .problem-grid, .offer-layout, .process-layout, .faq-layout, .proof-layout { display: block; }.split-heading > p { margin-top: 22px !important; }.problem-card { margin-top: 12px; }.proof-photo { min-height: 330px; margin-bottom: 68px; }.proof-photo img { height: 330px; }.proof-photo span { right: 12px; bottom: -38px; }.offer-intro { margin-bottom: 32px; }.offer-card { padding: 24px 20px; }.offer-card-heading { display: block; }.offer-price { align-items: start; margin-top: 12px; }.button { width: 100%; }.guarantee-section { padding: 78px 22px; }.guarantee-section h2 { font-size: 3.4rem; }.process-intro { margin-bottom: 44px; }.steps { border-left: 0; }.step { grid-template-columns: 54px 1fr; gap: 14px; padding: 0 0 38px; }.step-number { font-size: 1.65rem; }.faq-section { padding-top: 65px; }.faq-layout > div:first-child { margin-bottom: 40px; }.footer-inner { display: block; }.footer-contact { margin: 32px 0; padding: 24px 0; border-top: 1px solid #35504a; border-bottom: 1px solid #35504a; border-left: 0; }.footer-links { display: flex; gap: 14px 20px; flex-wrap: wrap; }.footer-links .footer-label { flex-basis: 100%; margin-bottom: -3px; }.footer-bottom { display: grid; gap: 8px; margin-top: 44px; }.footer-bottom span, .footer-bottom a { display: block; } }
