:root{
  --bg:#0a0d13;
  --bg-soft:#111827;
  --surface:#101722;
  --surface-2:#0f1724;
  --text:#f3f4f6;
  --muted:#94a3b8;
  --brand:#d8832f;
  --brand-2:#8f5318;
  --border:rgba(255,255,255,.08);
  --shadow:0 20px 60px rgba(0,0,0,.35);
}
html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(92, 229, 210, .09), transparent 28%),
        radial-gradient(circle at top right, rgba(92, 229, 210, .05), transparent 22%),
        var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a {
    color: var(--brand);
    text-decoration: none;
}

a:hover {
    color: #8ef3e5;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.navbar {
    padding: 1rem 0;
    background: rgba(10, 13, 19, .72);
    backdrop-filter: blur(10px);
}

.navbar-brand span {
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}

.nav-link {
    color: rgba(255, 255, 255, .78) !important;
}

.nav-link:hover {
    color: #fff !important;
}

.btn-brand{
  background:linear-gradient(135deg,var(--brand),#c97222);
  border:none;
  color:#ffffff;
  font-weight:700;
  box-shadow:0 10px 30px rgba(216,131,47,.22);
}

.btn-brand:hover{
  background:linear-gradient(135deg,#e19043,#c46f21);
  color:#ffffff;
}

.hero-section {
    padding: 6rem 0 4.5rem;
}

.eyebrow,
.section-kicker {
    display: inline-block;
    color: var(--brand);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.02;
    font-weight: 800;
    max-width: 12ch;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.22rem;
    font-weight: 700;
}

.hero-lead,
.section-head p,
.section p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.section {
    padding: 5rem 0;
}

.section-dark {
    background: rgba(255, 255, 255, .015);
}

.section-head {
    max-width: 900px;
}

.hero-panel,
.feature-card,
.alert-card,
.voucher-card,
.about-panel,
.contact-card,
.lead-form,
.risk-grid {
    background: linear-gradient(180deg, rgba(17, 24, 39, .88), rgba(15, 23, 36, .82));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    border-radius: 24px;
}

.hero-panel {
    padding: 1.4rem;
}

.panel-header {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #d5e3eb;
    font-weight: 700;
    margin-bottom: 1rem;
}

.status-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand);
  box-shadow:0 0 0 6px rgba(216,131,47,.16);
}

.check-list {
    display: grid;
    gap: .9rem;
}

.check-item {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .8rem .9rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
}

.check-item span:first-child {
    color: var(--brand);
    font-weight: 800;
}

.panel-footer {
    margin-top: 1rem;
    color: var(--muted);
}

.mini-card {
    padding: 1rem;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .03);
    border-radius: 18px;
    height: 100%;
}

.mini-label {
    display: block;
    font-size: .75rem;
    color: var(--muted);
    margin-bottom: .3rem;
}

.feature-card {
    padding: 1.6rem;
    height: 100%;
}

.feature-card p,
.alert-card p,
.risk-note,
.voucher-card p,
.benefit-item,
.contact-card {
    color: var(--muted);
}

.alert-card {
    padding: 1.2rem 1.25rem;
    margin-top: 1.5rem;
}

.risk-grid {
    padding: 1.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.risk-item {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .04);
}

.risk-title {
    font-weight: 700;
    margin-bottom: .65rem;
}

.progress {
    height: 10px;
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    margin-bottom: .5rem;
}

.progress-bar {
    background: linear-gradient(90deg, var(--brand), #56d9ca);
    border-radius: 999px;
}

.check-card {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .04);
    height: 100%;
    font-weight: 600;
}

.voucher-card {
    padding: 1.8rem;
}

.bg-brand-soft{
  background:rgba(216,131,47,.14)!important;
  color:var(--brand);
  border:1px solid rgba(216,131,47,.28);
  font-weight:700;
  padding:.55rem .8rem;
  border-radius:999px;
}

.voucher-list {
    padding-left: 1rem;
    color: var(--muted);
    margin: 1.2rem 0 1.6rem;
}

.voucher-list li {
    margin-bottom: .6rem;
}

.benefit-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.benefit-item {
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--brand);
    background: rgba(255, 255, 255, .03);
    border-radius: 0 16px 16px 0;
}

.about-panel {
    padding: 1.4rem;
    display: grid;
    gap: 1rem;
}

.about-metric {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .04);
}

.about-metric span {
    display: block;
    color: var(--muted);
    font-size: .9rem;
}

.about-metric strong {
    font-size: 1.06rem;
}

.section-contact {
    padding-bottom: 6rem;
}

.contact-card,
.lead-form {
    padding: 1.4rem;
}

.contact-card {
    display: grid;
    gap: 1rem;
}

.form-label,
.form-check-label {
    color: #dce7ef;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: .9rem 1rem;
    border-radius: 14px;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, .05);
    color: #fff;
    border-color: rgba(92, 229, 210, .45);
    box-shadow: 0 0 0 .25rem rgba(92, 229, 210, .12);
}

.form-control::placeholder {
    color: #7f92a8;
}

.site-footer {
    padding: 1.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .015);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-info {
    display: flex;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
    color: var(--muted);
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(7, 10, 16, .95);
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 1rem 0;
}

.cookie-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-actions {
    display: flex;
    gap: .8rem;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 4.5rem;
    }

    .risk-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .section,
    .hero-section {
        padding: 4rem 0;
    }

    .footer-inner {
        align-items: flex-start;
    }
}

.risk-grid-single {
    grid-template-columns: 1fr;
}

.risk-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .65rem;
}

.risk-value {
    color: var(--brand);
    font-weight: 800;
    font-size: 1rem;
    white-space: nowrap;
}

.free-box{
  padding:1.2rem 1.25rem;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(216,131,47,.10), rgba(216,131,47,.04));
  border:1px solid rgba(216,131,47,.22);
  box-shadow:var(--shadow);
}

.free-badge{
  display:inline-block;
  padding:.5rem .8rem;
  border-radius:999px;
  background:rgba(216,131,47,.14);
  border:1px solid rgba(216,131,47,.25);
  color:var(--brand);
  font-weight:800;
  font-size:.85rem;
  margin-bottom:1rem;
}

.timeline-time{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.55rem .8rem;
  border-radius:999px;
  background:rgba(216,131,47,.12);
  color:var(--brand);
  font-weight:800;
}

.contact-cta-box{
  display:grid;
  gap:1rem;
  margin-top:1.5rem;
  margin-bottom:1.25rem;
  padding:1.2rem;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(216,131,47,.10), rgba(216,131,47,.04));
  border:1px solid rgba(216,131,47,.22);
  box-shadow:var(--shadow);
}
.free-summary {
    display: grid;
    gap: .85rem;
}

.free-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
}

.free-row span {
    color: var(--muted);
}

.free-row strong {
    color: #fff;
    font-size: 1.05rem;
}

.timeline-list {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .04);
}


.timeline-content {
    font-weight: 600;
}

.form-select {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, .03) !important;
}

.form-select option {
    color: #111827;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .timeline-item {
        grid-template-columns: 1fr;
    }
}


.contact-call-btn{
  width:100%;
  justify-content:center;
}

.contact-alt-text{
  color:var(--muted);
  text-align:center;
}

.contact-card-minimal{
  margin-top:0;
}