html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #f7faf7;
  color: #16311f;
}

.card {
  border-radius: 1rem;
}

.navbar-brand {
  letter-spacing: -0.03em;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.landing-page {
  padding-bottom: 1rem;
}

.landing-section {
  position: relative;
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #e6f5ea;
  color: #177245;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-hero-title,
.section-title {
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.landing-hero-title {
  font-size: clamp(2.4rem, 7vw, 4.75rem);
  margin-bottom: 0;
}

.landing-hero-copy {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: #355244;
  max-width: 32rem;
}

.section-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.section-intro {
  max-width: 42rem;
}

.landing-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  list-style: none;
  padding: 0;
}

.landing-inline-list li {
  position: relative;
  padding-left: 1rem;
}

.landing-inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2da562;
}

.landing-panel {
  background: #fff;
  border: 1px solid rgba(23, 114, 69, 0.12);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(22, 49, 31, 0.06);
}

.landing-panel-body,
.step-card,
.feature-card,
.cta-panel {
  padding: 1.5rem;
}

.hero-section {
  padding-top: 1rem;
}

.hero-panel {
  background:
    radial-gradient(circle at top left, rgba(45, 165, 98, 0.18), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f1fbf4 100%);
}

.hero-mini-card {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(23, 114, 69, 0.12);
}

.hero-mini-card + .hero-mini-card {
  margin-top: 1rem;
}

.hero-mini-card-accent {
  background: #177245;
  color: #fff;
}

.hero-mini-card h2,
.step-card h3,
.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.hero-mini-card h2 {
  font-size: 1.3rem;
}

.hero-mini-card p,
.step-card p,
.feature-card p,
.cta-copy {
  color: inherit;
}

.hero-mini-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #177245;
}

.hero-mini-card-accent .hero-mini-label {
  color: rgba(255, 255, 255, 0.8);
}

.hero-trust-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(23, 114, 69, 0.08);
  color: #234434;
  font-size: 0.95rem;
}

.landing-step-number {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: #177245;
  color: #fff;
  font-weight: 700;
}

.feature-card-highlight {
  background: linear-gradient(180deg, #177245 0%, #1f8a54 100%);
  color: #fff;
}

.invite-card {
  max-width: 42rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.share-card {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.share-card p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.trust-panel,
.privacy-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
}

.trust-card {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(23, 114, 69, 0.14);
}

.trust-card p {
  margin: 0.45rem 0 0;
  color: #5d7268;
  font-size: 0.95rem;
}

.energy-explainer {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(23, 114, 69, 0.08);
  border: 1px solid rgba(23, 114, 69, 0.12);
}

.explainer-step {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  color: #234434;
  font-weight: 600;
}

.legal-note {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #fff8e6;
  border: 1px solid rgba(178, 121, 0, 0.22);
  color: #5d481b;
}

.content-hub .section-intro {
  max-width: 48rem;
}

.seo-content-card {
  position: relative;
  padding: 1.25rem;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.seo-content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.25rem 2.5rem rgba(22, 49, 31, 0.1);
}

.seo-card-eyebrow {
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #177245;
}

.content-explainer-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
}

.seo-faq .accordion-body p:first-child {
  margin-bottom: 0.75rem;
}

.map-teaser-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fdfefd 0%, #f2f8f2 100%);
}

.region-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(23, 114, 69, 0.16);
  color: #355244;
  font-size: 0.9rem;
}

.map-visual {
  position: relative;
  min-height: 18rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(23, 114, 69, 0.12);
  overflow: hidden;
}

.map-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.map-blob-primary {
  width: 13rem;
  height: 13rem;
  top: 1rem;
  left: 1rem;
  background: rgba(45, 165, 98, 0.22);
}

.map-blob-secondary {
  width: 10rem;
  height: 10rem;
  right: 1.5rem;
  bottom: 1rem;
  background: rgba(22, 49, 31, 0.1);
}

.map-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem 1rem;
  min-width: 12rem;
  text-align: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 114, 69, 0.12);
  box-shadow: 0 0.75rem 2rem rgba(22, 49, 31, 0.08);
  font-weight: 600;
  color: #234434;
}

.map-card-top {
  top: 2rem;
}

.map-card-middle {
  top: 7rem;
}

.map-card-bottom {
  top: 12rem;
}

.landing-faq .accordion-item {
  border: 1px solid rgba(23, 114, 69, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.landing-faq .accordion-button {
  font-weight: 600;
  color: #16311f;
}

.landing-faq .accordion-button:not(.collapsed) {
  background: #edf8f0;
  color: #16311f;
  box-shadow: none;
}

.landing-faq .legal-faq-item {
  border-color: rgba(178, 121, 0, 0.22);
}

.landing-faq .legal-faq-item .accordion-button:not(.collapsed) {
  background: #fff8e6;
}

.cta-panel {
  background: linear-gradient(180deg, #16311f 0%, #1c4c2f 100%);
  color: #fff;
}

.cta-panel .landing-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.cta-panel .section-title,
.cta-panel .cta-copy {
  max-width: 42rem;
}

.cta-panel .cta-copy {
  color: rgba(255, 255, 255, 0.78) !important;
}

.landing-legal {
  max-width: 48rem;
  margin: 0 auto;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.role-option {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgba(23, 114, 69, 0.16);
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}

.role-option input {
  margin-top: 0.2rem;
}

.role-option span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.role-option small {
  color: #5d7268;
}

.optional-details {
  padding: 1rem 1.2rem;
}

.optional-details summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.optional-details summary::-webkit-details-marker {
  display: none;
}

.feature-check {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(23, 114, 69, 0.12);
  border-radius: 0.9rem;
  background: #f8fcf9;
}

.teaser-card .progress {
  height: 0.75rem;
  border-radius: 999px;
  background: #e8f4eb;
}

.teaser-card .progress-bar {
  border-radius: 999px;
}

.footer {
  background: #fff;
}

@media (min-width: 768px) {
  .landing-panel-body,
  .step-card,
  .feature-card,
  .cta-panel,
  .trust-panel,
  .privacy-panel,
  .content-explainer-panel,
  .map-teaser-panel {
    padding: 2rem;
  }

  .seo-content-card {
    padding: 1.5rem;
  }
}