:root {
    --hv2-gold: #00e5a4;
    --hv2-gold-dark: #00c38c;
    --hv2-blue: #121c2b;
    --hv2-blue-accent: #162234;
    --hv2-bg: #101828;
    --hv2-bg-darker: #0b1220;
    --hv2-text: #eef2f6;
    --hv2-text-muted: #b8c3d7;
    --hv2-overlay-top: rgb(16 24 40 / 56%);
    --hv2-overlay-bottom: rgb(11 18 32 / 78%);
}

.dt-home-lang-option:hover {
    background: rgb(0 229 164 / 10%);
}

.dt-home-lang-option.is-active {
    background: rgb(0 229 164 / 18%);
}

.dt-home-social-link:focus-visible {
    box-shadow: 0 0 0 3px rgb(0 229 164 / 35%);
}

.dt-btn--primary:hover,
.dt-btn--primary:focus-visible {
    box-shadow: 0 10px 25px rgb(0 229 164 / 30%);
}

.dt-cookie-consent__accept:hover,
.dt-cookie-consent__accept:focus-visible {
    box-shadow: 0 10px 25px rgb(0 229 164 / 25%);
}

.dt-v2-hero__badge {
    background: rgb(0 229 164 / 10%);
}

.dt-v2-step__number {
    box-shadow: 0 8px 20px rgb(0 229 164 / 30%);
}

.dt-v2-impact {
    background: linear-gradient(135deg, rgb(0 229 164 / 10%), rgb(22 34 52 / 22%));
}

.dt-hv2-surface--soft-gold {
    border-color: rgb(0 229 164 / 30%);
}

.dt-hv2-surface--gold {
    background: rgb(0 229 164 / 10%);
}

.dt-hv2-legal-input:focus {
    box-shadow: 0 0 0 3px rgb(0 229 164 / 22%);
}

.dt-hv2-wk-promo {
    background: linear-gradient(145deg, rgb(0 92 67 / 78%) 0%, rgb(16 24 40 / 82%) 44%, rgb(5 18 29 / 92%) 100%);
    border-top: 2px solid rgb(0 229 164 / 35%);
}

.dt-hv2-wk-badge {
    border: 1px solid rgb(0 229 164 / 50%);
    background: rgb(0 229 164 / 12%);
}

.dt-hv2-wk-countdown__item {
    border: 1px solid rgb(0 229 164 / 30%);
}

.dt-hv2-wk-countdown__sep {
    color: rgb(0 229 164 / 50%);
}

.dt-v2-usp-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.dt-v2-usp-card__icon--emoji {
    font-size: 3rem;
}

.dt-v2-center-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.dt-v2-impact__goal-title {
    color: var(--hv2-gold);
    margin-bottom: 1rem;
}

.dt-v2-impact__goal-subtitle {
    color: var(--hv2-text-muted);
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.dt-v2-progress__fill--zero {
    width: 0%;
}

.dt-v2-impact__note {
    color: var(--hv2-text-muted);
    font-size: 1.125rem;
    margin: 2rem 0;
}

.dt-v2-container--narrow-center {
    max-width: 900px;
    text-align: center;
    margin-inline: auto;
}

.dt-v2-section__emoji {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dt-v2-flag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin: 1.5rem 0 0;
}

.dt-v2-flag-row__flag {
    font-size: 1.75rem;
}

.dt-v2-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.dt-v2-cta-wrap--lg {
    margin-top: 3rem;
}

.dt-v2-final-cta__subtitle {
    color: var(--hv2-text-muted);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.dt-v2-final-cta__note {
    color: var(--hv2-text-muted);
    font-size: 0.875rem;
    margin-top: 2rem;
}

.dt-hv2-wk-promo__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    margin-top: 1.25rem;
}

.dt-hv2-wk-promo__subtitle {
    margin: 0 auto 2rem;
    max-width: 620px;
}

.dt-hv2-wk-promo__note {
    color: var(--hv2-text-muted);
    font-size: 0.8rem;
    margin-top: 1.5rem;
}
