:root {
  --hv-cream: #f7f3e9;
  --hv-sand: #e8dcc7;
  --hv-forest: #103f35;
  --hv-forest-deep: #082d25;
  --hv-olive: #92ad22;
  --hv-lime: #d6f353;
  --hv-coral: #ed6949;
  --hv-ink: #172720;
  --hv-muted: #5d6d65;
  --hv-line: rgba(16, 63, 53, .14);
  --hv-shadow: 0 20px 52px rgba(33, 57, 44, .10);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--hv-cream); color: var(--hv-ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }

.hv-site-header { position: absolute; z-index: 10; top: 22px; left: 50%; display: flex; align-items: center; gap: 30px; width: min(1320px, calc(100% - 44px)); min-height: 80px; padding: 11px 14px 11px 22px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: rgba(250,247,238,.94); box-shadow: 0 16px 42px rgba(6,35,28,.17); backdrop-filter: blur(18px); }
.hv-brand { display: flex; align-items: center; margin-right: auto; }
.hv-brand img, .hv-footer-brand img { display: block; width: 186px; max-height: 50px; object-fit: contain; object-position: left center; }
.hv-primary-nav { display: flex; gap: clamp(22px, 2.7vw, 46px); }
.hv-primary-nav a { position: relative; color: #31453c; font-size: 14px; font-weight: 700; }
.hv-primary-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--hv-olive); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.hv-primary-nav a:hover::after, .hv-primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.hv-header-cta, .hv-dark-button, .hv-prefooter-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 21px; border-radius: 14px; color: #fff; background: var(--hv-forest); font-size: 14px; font-weight: 800; transition: transform .22s ease, background .22s ease; }
.hv-header-cta:hover, .hv-dark-button:hover, .hv-prefooter-cta:hover { background: #195447; transform: translateY(-2px); }

.hv-page-hero { position: relative; min-height: 510px; overflow: hidden; isolation: isolate; display: flex; align-items: end; padding: 150px max(5vw, calc((100vw - 1320px) / 2)) 70px; background: var(--hv-forest-deep); }
.hv-page-hero::before { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(7,42,34,.93) 0%, rgba(9,49,39,.78) 46%, rgba(9,49,39,.6) 100%), var(--hv-page-hero-image); background-position: center; background-size: cover; content: ''; }
.hv-page-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5,32,26,.74), transparent 60%); content: ''; }
.hv-page-hero-pattern { position: absolute; z-index: -1; inset: 0; opacity: .42; background-image: radial-gradient(rgba(215,244,80,.36) 1px, transparent 1px); background-size: 13px 13px; mask-image: linear-gradient(90deg, #000 0%, transparent 70%); }
.hv-page-hero-inner { width: min(840px, 100%); color: #fff; }
.hv-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 42px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; }
.hv-breadcrumbs a { color: var(--hv-lime); }
.hv-page-kicker, .hv-section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--hv-lime); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hv-page-kicker::before, .hv-section-label span { width: 32px; height: 2px; background: var(--hv-lime); content: ''; }
.hv-page-hero h1 { max-width: 820px; margin: 0; font-family: Newsreader, Georgia, serif; font-size: clamp(54px, 7.2vw, 100px); font-weight: 600; letter-spacing: -.055em; line-height: .88; }
.hv-page-hero-copy { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.83); font-size: clamp(16px, 1.65vw, 20px); line-height: 1.55; }

.hv-internal-main { padding: 100px 0 0; background: radial-gradient(circle at 80% 0%, rgba(220,232,199,.72), transparent 27%), var(--hv-cream); }
.hv-section-shell { width: min(1220px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.hv-how-intro { padding-bottom: 78px; }
.hv-how-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 100px; align-items: end; }
.hv-how-intro h2, .hv-how-steps h2, .hv-how-network h2 { margin: 0; color: var(--hv-forest); font-family: Newsreader, Georgia, serif; font-size: clamp(42px, 5vw, 72px); font-weight: 600; letter-spacing: -.05em; line-height: .9; }
.hv-rich-copy { color: var(--hv-muted); font-size: 18px; line-height: 1.72; }
.hv-rich-copy p { margin: 0; }

.hv-card-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 126px; }
.hv-card-choice { position: relative; display: flex; flex-direction: column; min-height: 440px; overflow: hidden; padding: 38px; border: 1px solid rgba(255,255,255,.26); border-radius: 30px; color: #fff; box-shadow: var(--hv-shadow); }
.hv-card-choice::after { position: absolute; right: -45px; bottom: -80px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ''; }
.hv-card-choice-holiday { background: linear-gradient(145deg, #124838, #0a3028 70%); }
.hv-card-choice-community { background: linear-gradient(145deg, #77982c, #486523 72%); }
.hv-choice-index { position: relative; z-index: 1; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hv-card-choice > div { position: relative; z-index: 1; max-width: 400px; margin: auto 0 25px; }
.hv-card-choice p { margin: 0 0 12px; color: var(--hv-lime); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hv-card-choice h2 { margin: 0 0 20px; font-family: Newsreader, Georgia, serif; font-size: clamp(46px, 5vw, 70px); font-weight: 600; letter-spacing: -.055em; line-height: .78; }
.hv-card-choice div > span { display: block; max-width: 340px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.55; }
.hv-card-choice > a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; width: fit-content; min-height: 48px; padding: 0 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; font-size: 14px; font-weight: 800; transition: background .22s ease, color .22s ease; }
.hv-card-choice > a:hover { color: var(--hv-forest); background: var(--hv-lime); }

.hv-how-steps { padding-bottom: 110px; }
.hv-how-steps-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; margin-bottom: 42px; }
.hv-how-steps-heading > p { margin: 0 0 6px; color: var(--hv-muted); font-size: 17px; line-height: 1.6; }
.hv-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hv-step-card { min-height: 255px; padding: 28px; border: 1px solid var(--hv-line); border-radius: 24px; background: rgba(255,255,255,.75); box-shadow: 0 12px 30px rgba(30,54,42,.05); }
.hv-step-top { display: flex; align-items: center; justify-content: space-between; }
.hv-step-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; color: var(--hv-forest); background: var(--hv-lime); }
.hv-step-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hv-step-index { color: #91a29a; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hv-step-card h3 { margin: 42px 0 12px; color: var(--hv-forest); font-size: 22px; letter-spacing: -.03em; }
.hv-step-card p { margin: 0; color: var(--hv-muted); font-size: 15px; line-height: 1.58; }

.hv-how-network { position: relative; display: grid; grid-template-columns: 1fr .7fr auto; gap: 48px; align-items: end; margin-bottom: 100px; padding: 58px; overflow: hidden; border-radius: 30px; color: #fff; background: linear-gradient(124deg, #0a342a, #154c3e); }
.hv-how-network::after { position: absolute; top: -180px; right: -120px; width: 500px; height: 500px; border: 1px solid rgba(214,243,83,.3); border-radius: 50%; box-shadow: 0 0 0 58px rgba(214,243,83,.06), 0 0 0 116px rgba(214,243,83,.04); content: ''; }
.hv-how-network h2 { color: #fff; }
.hv-how-network > p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.6; }
.hv-how-network .hv-section-label { color: var(--hv-lime); }
.hv-how-network .hv-section-label span { background: var(--hv-lime); }
.hv-dark-button { position: relative; z-index: 1; color: var(--hv-forest); background: var(--hv-lime); white-space: nowrap; }
.hv-dark-button:hover { background: #fff; }

.hv-prefooter { position: relative; display: grid; grid-template-columns: .8fr 1fr auto; gap: 48px; align-items: center; width: min(1320px, calc(100% - 44px)); min-height: 230px; margin: 0 auto; padding: 32px 54px; overflow: hidden; border-radius: 28px 28px 0 0; color: #fff; background: linear-gradient(110deg, #79992d, #b3c94f); }
.hv-prefooter-orbits { position: absolute; inset: 0; opacity: .32; background: repeating-radial-gradient(ellipse at 75% 50%, transparent 0 34px, rgba(255,255,255,.48) 35px 36px, transparent 37px 72px); }
.hv-prefooter-cards { position: relative; z-index: 1; display: flex; transform: rotate(-9deg); }
.hv-prefooter-cards span { display: flex; width: 150px; height: 104px; align-items: center; padding: 17px; border-radius: 14px; box-shadow: 0 14px 24px rgba(16,49,35,.25); font-family: Newsreader, serif; font-size: 23px; line-height: .9; }
.hv-prefooter-cards span:first-child { color: var(--hv-forest); background: var(--hv-cream); }
.hv-prefooter-cards span:last-child { margin-left: -32px; color: var(--hv-lime); background: var(--hv-forest); transform: translateY(17px); }
.hv-prefooter > div:not(.hv-prefooter-orbits):not(.hv-prefooter-cards) { position: relative; z-index: 1; }
.hv-prefooter p { margin: 0 0 8px; color: rgba(255,255,255,.78); font-size: 13px; }
.hv-prefooter h2 { margin: 0; font-family: Newsreader, Georgia, serif; font-size: clamp(36px, 3vw, 52px); font-weight: 600; letter-spacing: -.045em; line-height: .88; }
.hv-prefooter h2 em { color: var(--hv-forest); font-style: normal; }
.hv-prefooter-cta { position: relative; z-index: 1; color: #fff; border: 1px solid rgba(255,255,255,.45); background: var(--hv-forest); white-space: nowrap; }

.hv-site-footer { width: min(1320px, calc(100% - 44px)); margin: 0 auto 22px; padding: 54px 54px 0; color: #f7f3e9; background: var(--hv-forest-deep); }
.hv-footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .7fr); gap: 42px; padding-bottom: 44px; }
.hv-footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.hv-footer-grid p { max-width: 280px; margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.58; }
.hv-footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.hv-footer-grid h3 { margin: 0 0 7px; color: var(--hv-lime); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hv-footer-grid nav a { color: rgba(255,255,255,.78); font-size: 13px; }
.hv-footer-grid nav a:hover { color: var(--hv-lime); }
.hv-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.56); font-size: 12px; }
.hv-default-content { min-height: 280px; padding: 60px; border: 1px solid var(--hv-line); border-radius: 30px; background: rgba(255,255,255,.75); box-shadow: var(--hv-shadow); }
.hv-default-content > :first-child { margin-top: 0; }
.footer-logo img { display: block; width: 190px; max-height: 56px; object-fit: contain; object-position: left center; }

@media (max-width: 920px) {
  .hv-site-header { gap: 18px; }
  .hv-primary-nav { gap: 16px; }
  .hv-primary-nav a { font-size: 12px; }
  .hv-card-choices, .hv-how-intro-grid, .hv-how-steps-heading, .hv-how-network { grid-template-columns: 1fr; gap: 30px; }
  .hv-how-network { align-items: start; }
  .hv-prefooter { grid-template-columns: 1fr 1.2fr; }
  .hv-prefooter-cta { grid-column: 2; width: fit-content; }
  .hv-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .hv-footer-grid > div { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .hv-site-header { top: 12px; width: calc(100% - 24px); min-height: 64px; padding: 10px 12px; border-radius: 17px; }
  .hv-brand img { width: 145px; }
  .hv-primary-nav { display: none; }
  .hv-header-cta { min-height: 42px; padding: 0 12px; border-radius: 11px; font-size: 11px; }
  .hv-page-hero { min-height: 460px; padding: 125px 24px 54px; }
  .hv-breadcrumbs { margin-bottom: 26px; font-size: 12px; }
  .hv-page-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hv-page-hero-copy { font-size: 16px; }
  .hv-internal-main { padding-top: 68px; }
  .hv-section-shell { width: calc(100% - 32px); }
  .hv-how-intro, .hv-card-choices, .hv-how-steps { padding-bottom: 70px; }
  .hv-card-choices, .hv-steps-grid { grid-template-columns: 1fr; }
  .hv-card-choice { min-height: 380px; padding: 28px; }
  .hv-card-choice h2 { font-size: 54px; }
  .hv-how-network { margin-bottom: 70px; padding: 34px 28px; }
  .hv-prefooter { grid-template-columns: 1fr; width: calc(100% - 24px); gap: 22px; padding: 34px 28px; border-radius: 24px 24px 0 0; }
  .hv-prefooter-cards { transform: scale(.82) rotate(-9deg); transform-origin: left top; margin-bottom: -17px; }
  .hv-prefooter-cta { grid-column: auto; width: 100%; }
  .hv-site-footer { width: calc(100% - 24px); margin-bottom: 12px; padding: 38px 28px 0; }
  .hv-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .hv-footer-bottom { flex-direction: column; }
  .hv-default-content { padding: 32px 24px; }
}
