/* -----------------------------------------------------------
   HOMEPAGE — hero
----------------------------------------------------------- */
.home-hero {
    background: linear-gradient(160deg, #061510 0%, #0a1a28 50%, #0d1117 100%);
    border-bottom: 1px solid var(--border);
    padding: 5rem 1.5rem 4.5rem;
    text-align: center;
}
.home-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.home-hero-tag {
    display: inline-block;
    background: rgba(45,155,94,0.15);
    color: var(--accent-light);
    border: 1px solid rgba(45,155,94,0.3);
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    margin-bottom: 1.5rem;
}
.home-hero-headline {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
    font-weight: normal;
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}
.home-hero-headline em {
    color: var(--accent-light);
    font-style: italic;
}
.home-hero-sub {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.65;
}
.home-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.btn-outline {
    background: transparent;
    border: 1px solid var(--border-mid);
    color: var(--text-secondary);
    display: inline-block;
    padding: 0.65rem 1.5rem;
    border-radius: var(--radius);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-outline:hover {
    border-color: var(--accent);
    color: var(--accent-light);
    background: rgba(45,155,94,0.08);
}
.home-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 2rem;
    flex-wrap: wrap;
}
.home-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 2.5rem;
}
.home-stat strong {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-light);
    font-family: var(--font-display);
}
.home-stat span {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-top: 0.15rem;
}
.home-stat-divider {
    width: 1px;
    height: 40px;
    background: var(--border);
}

/* -----------------------------------------------------------
   HOMEPAGE — sections
----------------------------------------------------------- */
.home-section {
    padding: 5rem 1.5rem;
}
.home-section--alt {
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.home-section--dark {
    background: #080e14;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.home-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.home-section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}
.home-section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: normal;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}
.home-section-header p {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.65;
}
.home-tag {
    display: block;
    width: fit-content;
    background: rgba(45,155,94,0.12);
    color: var(--accent-light);
    border: 1px solid rgba(45,155,94,0.25);
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1rem;
}
.home-section-header .home-tag {
    margin: 0 auto 0.75rem;
}

/* -----------------------------------------------------------
   HOMEPAGE — Michigan section
----------------------------------------------------------- */
.home-michigan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.home-michigan-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: normal;
    color: var(--text-primary);
    margin-bottom: 1rem;
}
.home-michigan-text p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.7;
}
.home-michigan-text p strong { color: var(--text-primary); }
.home-michigan-facts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.home-fact {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
}
.home-fact-icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}
.home-fact strong {
    display: block;
    color: var(--text-primary);
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}
.home-fact span {
    font-size: 0.83rem;
    color: var(--text-muted);
}

/* -----------------------------------------------------------
   HOMEPAGE — features grid
----------------------------------------------------------- */
.home-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}
.home-feature {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    transition: border-color 0.2s;
}
.home-feature:hover { border-color: var(--border-mid); }
.home-feature-icon {
    font-size: 2rem;
    margin-bottom: 0.9rem;
}
.home-feature h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}
.home-feature p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

/* -----------------------------------------------------------
   HOMEPAGE — DNR data section
----------------------------------------------------------- */
.home-dnr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.home-dnr-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.home-dnr-card-header {
    background: rgba(45,155,94,0.1);
    border-bottom: 1px solid var(--border);
    padding: 0.85rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-dnr-label {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.home-dnr-badge {
    background: rgba(45,155,94,0.2);
    color: var(--accent-light);
    border: 1px solid rgba(45,155,94,0.3);
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.15rem 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.home-dnr-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid var(--border);
    font-size: 0.9rem;
}
.home-dnr-row:last-child { border-bottom: none; }
.home-dnr-row span { color: var(--text-muted); }
.home-dnr-row strong { color: var(--text-primary); }
.home-dnr-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: normal;
    color: var(--text-primary);
    margin-bottom: 1rem;
}
.home-dnr-text p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.7;
}
.home-dnr-text a.btn { margin-top: 0.5rem; }

/* -----------------------------------------------------------
   HOMEPAGE — pricing
----------------------------------------------------------- */
.home-pricing {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: start;
}
.home-pricing-left h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: normal;
    color: var(--text-primary);
    margin-bottom: 1rem;
}
.home-pricing-left p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.7;
}
.home-pricing-left p strong { color: var(--text-primary); }
.home-pricing-list {
    list-style: none;
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.home-pricing-list li {
    font-size: 0.92rem;
    color: var(--text-secondary);
}
.home-pricing-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    position: sticky;
    top: 80px;
}
.home-pricing-plan {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}
.home-pricing-amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-light);
    font-family: var(--font-display);
    line-height: 1;
    margin-bottom: 0.35rem;
}
.home-pricing-dollar { font-size: 1.5rem; vertical-align: super; margin-right: 0.1rem; }
.home-pricing-per { font-size: 1rem; color: var(--text-muted); font-weight: normal; }
.home-pricing-annual {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}
.home-pricing-annual strong { color: var(--text-secondary); }
.home-pricing-divider {
    height: 1px;
    background: var(--border);
    margin: 1.25rem 0;
}

/* -----------------------------------------------------------
   HOMEPAGE — plan toggle (inside pricing card)
----------------------------------------------------------- */
.home-plan-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.home-plan {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem;
    text-align: center;
    position: relative;
}
.home-plan--best {
    border-color: var(--accent);
    background: rgba(45,155,94,0.07);
}
.home-plan-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.15rem 0.6rem;
    border-radius: 10px;
    white-space: nowrap;
}
.home-plan-name {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
    margin-top: 0.25rem;
}
.home-plan--best .home-plan-name { color: var(--text-secondary); }
.home-plan-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-primary);
    font-family: var(--font-display);
    line-height: 1;
}
.home-plan--best .home-plan-price { color: var(--accent-light); }
.home-plan-dollar { font-size: 0.9rem; vertical-align: super; }
.home-plan-per { font-size: 0.8rem; color: var(--text-muted); font-weight: normal; }
.home-plan-savings {
    font-size: 0.72rem;
    color: var(--accent-light);
    margin-top: 0.35rem;
    font-weight: 600;
}

/* -----------------------------------------------------------
   HOMEPAGE — how it works
----------------------------------------------------------- */
.home-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.home-step {
    flex: 1;
    min-width: 200px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    text-align: center;
}
.home-step-num {
    width: 44px;
    height: 44px;
    background: rgba(45,155,94,0.15);
    color: var(--accent-light);
    border: 1px solid rgba(45,155,94,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}
.home-step h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}
.home-step p {
    font-size: 0.87rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.home-step-arrow {
    color: var(--text-muted);
    font-size: 1.5rem;
    align-self: center;
    padding: 0 0.25rem;
    flex-shrink: 0;
}

/* -----------------------------------------------------------
   LAKES PAGE — page-header hero variant
----------------------------------------------------------- */
.page-header--hero {
    background: linear-gradient(160deg, #061510 0%, #0a1a28 50%, #0d1117 100%);
    border-bottom: 1px solid var(--border);
    padding: 3rem 1.5rem 2.5rem;
    text-align: center;
    margin-bottom: 0;
}
.page-header--hero .page-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
}

/* -----------------------------------------------------------
   HOMEPAGE — responsive
----------------------------------------------------------- */
@media (max-width: 880px) {
    .home-michigan,
    .home-dnr,
    .home-pricing { grid-template-columns: 1fr; gap: 2.5rem; }
    .home-features { grid-template-columns: repeat(2, 1fr); }
    .home-steps { flex-direction: column; align-items: stretch; }
    .home-step-arrow { transform: rotate(90deg); text-align: center; align-self: center; }
    .home-pricing-card { position: static; }
}
@media (max-width: 560px) {
    .home-features { grid-template-columns: 1fr; }
    .home-hero-stats { flex-direction: column; gap: 1rem; }
    .home-stat-divider { width: 60px; height: 1px; }
}
