:root {
  --ink: #26302e;
  --soft: #5e6f6c;
  --line: #d9e8e6;
  --pri: #12766f;
  --pri-deep: #0c5751;
  --acc: #d17a3a;
  --mist: #eef6f5;
  --paper: #ffffff;
  --r: 6px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Manrope', sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; }
a { color: var(--pri); text-decoration: none; }
a:hover { color: var(--pri-deep); }
h1, h2, h3 { font-family: 'Manrope', serif; line-height: 1.22; font-weight: 600; }
h1 { font-size: clamp(30px, 4vw, 45px); }
h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 14px; }
h3 { font-size: 19px; margin-bottom: 8px; }
.shell { max-width: 1150px; margin: 0 auto; padding: 0 22px; }

.nav-wrap { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 900; }
.nav-wrap .shell { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 600; font-size: 18px; }
.ident-tag { background: var(--pri); color: #fff; border-radius: var(--r); padding: 4px 8px; font-size: 13px; letter-spacing: 1px; }
.mark-title em { color: var(--pri); font-style: normal; }
.menu-line ul { display: flex; gap: 2px; list-style: none; align-items: center; }
.menu-line a { color: var(--ink); font-size: 15px; padding: 8px 12px; border-radius: 4px; }
.menu-line a:hover { background: var(--mist); color: var(--pri-deep); }
.nav-cta { background: var(--acc); color: var(--ink) !important; font-weight: 600; margin-left: 8px; }
.nav-cta:hover { filter: brightness(.95); }
.ham-btn { display: none; background: none; border: 0; cursor: pointer; }
.ham-btn span { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px 0; }

.nav-wrap--clear { position: absolute; left: 0; right: 0; background: transparent; border-bottom: 0; }
.nav-wrap--clear .logo, .nav-wrap--clear .menu-line a { color: #fff; }
.nav-wrap--clear .menu-line a:hover { background: rgba(255,255,255,.14); color: #fff; }
.nav-wrap--clear .ham-btn span { background: #fff; }
.hero-area { position: relative; background-size: cover; background-position: center; padding: 120px 0 46px; }
.hero-area::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,20,26,.55), rgba(10,20,26,.35)); }
.hero-area .shell { position: relative; }
.lead-copy { color: #fff; max-width: 720px; margin-bottom: 22px; }
.lead-copy h1 { margin-bottom: 10px; color: #fff; }
.intro-lead { font-size: 17px; opacity: .92; }
.chip-line { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag-pill { border: 1.5px solid rgba(255,255,255,.75); color: #fff; border-radius: 40px; padding: 5px 14px; font-size: 13.5px; font-weight: 500; }
.tag-pill-strong { background: var(--acc); border-color: var(--acc); color: var(--ink); }

.engine-slot { position: relative; margin-top: 8px; }
.engine-slot .shell { max-width: 1080px; }

.crumb-trail { background: var(--mist); border-bottom: 1px solid var(--line); font-size: 13.5px; padding: 9px 0; }
.crumb-trail ol { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; }
.crumb-trail li + li::before { content: "/"; color: var(--soft); margin-right: 8px; }
.crumb-trail a { font-weight: 500; }
.crumb-trail li:last-child span { color: var(--soft); }

.section-pad { padding: 52px 0; }
.block-alt { background: var(--mist); }
.zone-head { margin-bottom: 20px; }
.article-body { max-width: 74ch; }
.article-body p { margin-bottom: 14px; }
.article-body ul, .article-body ol { margin: 0 0 14px 22px; }
.article-body li { margin-bottom: 6px; }
.article-body table { border-collapse: collapse; width: 100%; margin: 6px 0 16px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; font-size: 15px; }
.article-body th { background: var(--mist); }

.plus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card-item { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--pri); border-radius: var(--r); padding: 18px 20px; }
.plus-sign { color: var(--pri); font-size: 18px; font-weight: 700; margin-bottom: 8px; }

.q-block { border-bottom: 1px solid var(--line); padding: 16px 0; }
.ask-q { font-weight: 600; margin-bottom: 7px; }
.faq-a { color: var(--soft); }

.feedback-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.voice-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.review-stars { color: var(--acc); letter-spacing: 2px; margin-bottom: 6px; }
.feedback-meta { font-size: 13.5px; color: var(--soft); margin-top: 10px; }

.mail-form { max-width: 620px; }
.mail-form label { display: block; font-weight: 500; font-size: 14.5px; margin: 14px 0 5px; }
.mail-form input[type=text], .mail-form input[type=email], .mail-form input[type=tel],
.mail-form select, .mail-form textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: var(--r); font-family: inherit; font-size: 15px; }
.mail-form textarea { min-height: 120px; resize: vertical; }
.btn-go { display: inline-block; background: var(--pri); color: #fff; border: 0; border-radius: 4px; padding: 12px 26px; font-family: inherit; font-size: 15.5px; font-weight: 600; cursor: pointer; margin-top: 16px; }
.btn-go:hover { background: var(--pri-deep); }
.form-ok { background: var(--mist); border: 1px solid var(--line); color: var(--pri-deep); border-radius: var(--r); padding: 13px 15px; margin-bottom: 14px; font-weight: 500; }
.aux-field { position: absolute; left: -9999px; opacity: 0; height: 0; }
.star-pick { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.star-pick input { display: none; }
.star-pick label { font-size: 28px; color: var(--line); cursor: pointer; }
.star-pick label:hover, .star-pick label:hover ~ label, .star-pick input:checked ~ label { color: var(--acc); }

.map-slot { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); line-height: 0; margin: 14px 0; }

.base-foot { background: var(--ink); color: #ccd5d1; margin-top: 40px; }
.base-foot .shell { padding-top: 44px; }
.base-cols { display: grid; grid-template-columns: 2fr 1.2fr; gap: 36px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.base-brand { color: #fff; font-weight: 600; font-size: 17px; margin-bottom: 10px; }
.base-brand em { color: var(--acc); font-style: normal; }
.base-note { font-size: 14px; line-height: 1.6; }
.foot-pay { margin-top: 14px; }
.foot-pay-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; opacity: .7; margin-bottom: 7px; }
.card-row { display: flex; gap: 8px; }
.card-tile { width: 48px; height: 31px; background: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; padding: 3px; }
.card-tile-cash { font-size: 11px; font-weight: 700; color: var(--pri); }
.base-col h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px; }
.base-col ul { list-style: none; }
.base-col li { margin-bottom: 7px; font-size: 14.5px; }
.base-col a { color: #ccd5d1; }
.base-col a:hover { color: #fff; }
.footer-nap li { line-height: 1.5; }
.ground-base { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-size: 13.5px; flex-wrap: wrap; gap: 8px; }
.legal-links { display: flex; gap: 16px; }

@media (max-width: 900px) {
  .hero-area .shell { grid-template-columns: 1fr; }
  .lead-photo { min-height: 220px; order: -1; }
  .menu-line { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 20px; z-index: 950; }
  .menu-line.show { display: block; }
  .menu-line ul { flex-direction: column; align-items: stretch; }
  .menu-line a { color: var(--ink); }
  .ham-btn { display: block; }
  .base-cols { grid-template-columns: 1fr 1fr; }
  .hero-area { padding-top: 96px; }
}
@media (max-width: 560px) { .base-cols { grid-template-columns: 1fr; } }
