:root {
  --nv-primary: #2c8f5c;
  --nv-primary-dark: #155435;
  --nv-accent: #2fb77b;
  --nv-contrast: #f97316;
  --nv-contrast-dark: #ea580c;
  --nv-bg: #f8f9fe;
  --nv-text: #1f2937;
  --nv-muted: #6b7280;
}

.public-body {
  background: var(--nv-bg);
  color: var(--nv-text);
  font-family: "Poppins", "Open Sans", sans-serif;
  min-height: 100vh;
}

.navbar-main {
  transition: background 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}

.navbar-main {
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.navbar-transparent .nav-link,
.navbar-transparent .navbar-brand {
  color: #344767;
}

.navbar-brand .brand-logo {
  height: 32px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.navbar-transparent .navbar-brand .brand-logo {
  filter: none;
}

.navbar-transparent .nav-link.active {
  color: #344767;
  opacity: 1;
}

.navbar-scrolled {
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.navbar-transparent.navbar-scrolled .nav-link,
.navbar-transparent.navbar-scrolled .navbar-brand {
  color: #344767;
}

.navbar-transparent.navbar-scrolled .navbar-brand .brand-logo {
  filter: none;
}

.navbar-transparent.navbar-scrolled .nav-link.active {
  color: #344767;
}

.navbar-transparent .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.15);
}

.navbar-transparent .navbar-toggler-icon {
  filter: none;
}

.navbar-transparent.navbar-scrolled .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.15);
}

.navbar-transparent.navbar-scrolled .navbar-toggler-icon {
  filter: none;
}

@media (max-width: 991.98px) {
  .navbar-main {
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .navbar-transparent .nav-link,
  .navbar-transparent .navbar-brand {
    color: #344767;
  }

  .navbar-transparent .navbar-brand .brand-logo {
    filter: none;
  }

  .navbar-transparent .nav-link.active {
    color: #344767;
    opacity: 1;
  }

  .navbar-transparent .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.15);
  }

  .navbar-transparent .navbar-toggler-icon {
    filter: none;
  }

  .navbar-main .navbar-collapse {
    background: #fff;
  }
}

.btn-white {
  background: #fff;
  color: var(--nv-primary);
  border: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
}

.btn-white:hover {
  color: var(--nv-primary-dark);
}

.footer-logo {
  height: 32px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.footer-logo--small {
  height: 22px;
  max-width: 160px;
}

.btn-cart {
  background: transparent;
  border: none;
  color: var(--nv-contrast);
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.55rem;
  line-height: 1;
}

.btn-cart:hover,
.btn-cart:focus {
  background: rgba(249, 115, 22, 0.12);
  border-color: var(--nv-contrast-dark);
  color: var(--nv-contrast-dark);
}

.section-hero {
  position: relative;
  padding: 6rem 0 2rem;
  background: linear-gradient(135deg, #2c8f5c 0%, #155435 100%);
  color: #fff;
  overflow: hidden;
}

.section-hero.section-hero-sm {
  padding: 4rem 0 1.5rem;
}

.section-hero .shape {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.section-hero .shape span {
  position: absolute;
  border-radius: 100%;
  opacity: 0.25;
  background: rgba(255, 255, 255, 0.35);
}

.section-hero .shape span:nth-child(1) {
  width: 280px;
  height: 280px;
  top: -60px;
  right: -40px;
}

.section-hero .shape span:nth-child(2) {
  width: 180px;
  height: 180px;
  bottom: -40px;
  right: 30%;
}

.section-hero .shape span:nth-child(3) {
  width: 220px;
  height: 220px;
  bottom: -80px;
  left: -40px;
}

.section-hero .container {
  position: relative;
  z-index: 2;
}

.hero-section {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  padding: 2.8rem 2.4rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  color: var(--nv-muted);
  font-size: 1.1rem;
}

.section-hero .hero-title {
  color: #fff;
}

.section-hero .hero-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.public-body.cookie-banner-visible {
  padding-bottom: 150px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 0;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  z-index: 1040;
  backdrop-filter: blur(6px);
}

.cookie-banner-card {
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.35);
}

.cookie-title {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.cookie-banner-text p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.cookie-banner-text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-left: auto;
}

.cookie-btn-primary {
  background: var(--nv-accent);
  border: none;
  color: #0f172a;
  font-weight: 600;
}

.cookie-btn-primary:hover {
  background: #34d399;
  color: #0f172a;
}

.cookie-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.cookie-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cookie-btn-tertiary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cookie-btn-tertiary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cookie-modal .modal-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: #f8fafc;
}

.cookie-modal .modal-body {
  background: #fff;
}

.cookie-option {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.cookie-option:last-child {
  border-bottom: none;
}

.cookie-option .form-check-input {
  width: 2.5rem;
  height: 1.35rem;
}

.cookie-modal-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

@media (max-width: 991.98px) {
  .cookie-banner-card {
    flex-direction: column;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-banner-actions .btn {
    flex: 1 1 auto;
  }
}

.section-hero .hero-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.section-hero .feature-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section-title {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.feature-card {
  border: 0;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 143, 92, 0.12);
  color: var(--nv-primary);
}

.pricing-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--nv-primary);
  font-weight: 700;
}

.stat-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  padding: 1.25rem 1.5rem;
}

.section-muted {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.05);
}

.card-soft {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.badge-soft {
  background: rgba(47, 191, 122, 0.14);
  color: #1b6a45;
  font-weight: 600;
}

.option-card {
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.1rem 1.2rem;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.option-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.nv-form-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.nv-checkout-form .form-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.nv-checkout-form .form-control {
  border-radius: 0.65rem;
  border: 1px solid #d7dde6;
  background: #fdfdfd;
  padding: 0.75rem 0.9rem;
  box-shadow: none;
}

.nv-checkout-form .form-control:focus {
  border-color: var(--nv-primary);
  box-shadow: 0 0 0 0.2rem rgba(44, 143, 92, 0.16);
}

.nv-checkout-form .form-text {
  color: #94a3b8;
  font-size: 0.78rem;
}

.nv-checkout-form input,
.nv-checkout-form select {
  height: 50px !important;
  border-radius: 5px !important;
}

.nv-checkout-form .invalid-feedback {
  font-size: 0.78rem;
  margin-top: 0.35rem;
}

.nv-checkout-form .checkbox-wrapper-19 {
  align-items: flex-start;
}

.consent-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
  background: #f8fafc;
}

.consent-card .label-text {
  font-weight: 600;
}

.vat-summary {
  background: #eef9f2;
  border: 1px solid rgba(34, 139, 82, 0.25);
  border-radius: 0.85rem;
  padding: 1rem 1.2rem;
}

.vat-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.vat-summary__title {
  font-weight: 700;
  color: #0f5132;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vat-summary__label {
  font-weight: 600;
  color: #1f2937;
  margin-right: 0.3rem;
}

.vat-summary__body {
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1.5;
}

.vat-summary .btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.3rem 0.9rem;
}

.checkout-summary .btn {
  background: var(--nv-primary);
  border-color: var(--nv-primary);
}

.checkout-summary .btn:hover {
  background: var(--nv-primary-dark);
  border-color: var(--nv-primary-dark);
}

@media (min-width: 992px) {
  .checkout-summary {
    position: sticky;
    top: 120px;
  }
}

.number-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  background: #ffffff;
}

.checkout-summary {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.product-option-card .label-text {
  display: block;
}

.product-option-image {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.product-option-image-btn {
  border: none;
  background: transparent;
  padding: 0;
}

.product-option-image-btn:focus-visible {
  outline: 2px solid rgba(44, 143, 92, 0.45);
  border-radius: 0.8rem;
}

.product-option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-option-info {
  border-radius: 999px;
  line-height: 1;
}

.product-modal-img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  max-height: 420px;
  object-fit: contain;
  background: #fff;
}

.product-carousel .carousel-control-prev-icon,
.product-carousel .carousel-control-next-icon {
  filter: invert(1);
}

.product-carousel .carousel-indicators [data-bs-target] {
  background-color: var(--nv-primary-dark);
}

.product-modal-desc :first-child {
  margin-top: 0;
}

.summary-addons__title {
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.summary-addon-line {
  font-size: 0.95rem;
}

.checkout-total {
  font-size: 1.2rem;
  font-weight: 700;
}

.stepper {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.stepper .step {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9rem;
  color: var(--nv-muted);
}

.stepper .step.active {
  background: var(--nv-contrast);
  color: #fff;
  border-color: var(--nv-contrast-dark);
  font-weight: 600;
}

.section {
  padding: 2rem 0;
}

.section--light {
  background: #ffffff;
}

.section--dark {
  background: #0f2f1f;
  color: #fff;
}

.section--dark a {
  color: #fff;
  text-decoration: underline;
}

.section-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.section__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--nv-muted);
  margin-bottom: 0.75rem;
}

.section--dark .section__eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.section__subtitle {
  color: var(--nv-muted);
  font-size: 1.05rem;
}

.section--dark .section__subtitle,
.section--dark p {
  color: rgba(255, 255, 255, 0.85);
}

.section-dark-lead {
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.sip-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.4rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
  color: #1f2937;
}

.sip-card__header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.sip-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.sip-card__dot--red {
  background: #ef4444;
}

.sip-card__dot--yellow {
  background: #f59e0b;
}

.sip-card__dot--green {
  background: #22c55e;
}

.sip-card__title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
  margin-left: 0.4rem;
}

.sip-card__line {
  display: flex;
  justify-content: space-between;
  font-family: "SFMono-Regular", "Menlo", monospace;
  font-size: 0.9rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.4);
}

.sip-card__label {
  color: #64748b;
}

.sip-card__value {
  font-weight: 600;
}

.sip-card__comment {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 0.8rem;
}

.sip-card__price {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: rgba(44, 143, 92, 0.08);
  text-align: center;
}

.sip-card__price-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--nv-primary-dark);
}

.sip-card__price-label {
  font-size: 0.85rem;
  color: #64748b;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
}

.pricing-table th,
.pricing-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.pricing-table thead {
  background: rgba(44, 143, 92, 0.08);
}

.pricing-table th {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #334155;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table .price-highlight {
  font-weight: 700;
  color: var(--nv-primary);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.step {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  text-align: left;
}

.step__number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(44, 143, 92, 0.12);
  color: var(--nv-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.feature-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(44, 143, 92, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.stat {
  padding: 1.2rem 1.6rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  min-width: 200px;
}

.stat__number {
  font-size: 1.6rem;
  font-weight: 700;
}

.stat__label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.cta-banner {
  background: linear-gradient(135deg, rgba(44, 143, 92, 0.12), rgba(21, 84, 53, 0.08));
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
}

.cta-banner h2 {
  margin-bottom: 0.75rem;
}

.faq-list {
  max-width: 860px;
  margin: 2.5rem auto 0;
  display: grid;
  gap: 1rem;
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.1rem 1.4rem;
  text-align: left;
  font-weight: 600;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--nv-primary);
}

.faq-item.is-open .faq-question::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 400px;
}

.faq-answer__inner {
  padding: 0 1.4rem 1.2rem;
  color: #64748b;
}

@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0;
  }

  .sip-card {
    padding: 1.1rem;
  }

  .cta-banner {
    padding: 2rem 1.5rem;
  }
}

.sip-credentials {
  background: #0f2f1f;
  border-radius: 1rem;
  padding: 1.6rem 2rem;
  margin: 1.5rem 0;
  color: #fff;
  font-family: "JetBrains Mono", "Fira Code", "SFMono-Regular", monospace;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.sip-credentials__row {
  display: flex;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.sip-credentials__row:last-child {
  margin-bottom: 0;
}

.sip-credentials__label {
  min-width: 90px;
  color: rgba(255, 255, 255, 0.6);
}

.sip-credentials__value {
  font-weight: 600;
  color: #ffffff;
}

.cta-banner--dark {
  background: linear-gradient(135deg, #1b5d3c 0%, #0f2f1f 100%);
  color: #fff;
}

.cta-banner--dark p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-banner--dark a {
  color: #fff;
  text-decoration: underline;
}
