:root {
  --brand: #0f7a3b;
  --brand-dark: #07542b;
  --brand-soft: #e8f7ee;
  --brand-soft-2: #f4fbf7;
  --ink: #123024;
  --muted: #60756b;
  --line: #dcebe3;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(7, 84, 43, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

a { text-decoration: none; }

.top-strip {
  background: var(--brand-dark);
  color: rgba(255,255,255,.9);
  padding: 8px 0;
}
.top-strip i { color: #a8f1c4; margin-right: 5px; }

.site-navbar {
  min-height: 78px;
  border-bottom: 1px solid rgba(15, 122, 59, .1);
  transition: box-shadow .25s ease, min-height .25s ease;
}
.site-navbar.navbar-scrolled {
  box-shadow: 0 14px 42px rgba(18, 48, 36, .08);
  min-height: 68px;
}
.brand-logo { width: 168px; max-height: 58px; object-fit: contain; }
.nav-link {
  font-weight: 700;
  color: var(--ink) !important;
  font-size: .95rem;
}
.nav-link:hover { color: var(--brand) !important; }

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: var(--brand-soft);
  border: 1px solid rgba(15, 122, 59, .12);
}
.lang-btn {
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: .78rem;
  line-height: 1;
}
.lang-btn.active {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 6px 15px rgba(15, 122, 59, .25);
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), #16a34a);
  color: #fff !important;
  border: none;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 122, 59, .24);
}
.btn-brand:hover { filter: brightness(.96); transform: translateY(-1px); }
.btn-outline-brand {
  color: var(--brand-dark) !important;
  border: 1px solid rgba(15, 122, 59, .28);
  background: #fff;
  font-weight: 800;
  border-radius: 999px;
}
.btn-outline-brand:hover {
  background: var(--brand-soft);
  border-color: var(--brand);
}

.section-anchor { scroll-margin-top: 96px; }
.hero-section {
  position: relative;
  padding: 105px 0 90px;
  background: radial-gradient(circle at top left, #e7f8ee 0, transparent 34%), linear-gradient(135deg, #fbfffd 0%, #f2fbf6 100%);
  overflow: hidden;
}
.hero-bg-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .7;
}
.hero-bg-shape-one {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 80px;
  background: rgba(15, 122, 59, .12);
}
.hero-bg-shape-two {
  width: 180px;
  height: 180px;
  left: 43%;
  bottom: -70px;
  background: rgba(22, 163, 74, .13);
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  margin-bottom: 14px;
}
.section-kicker::before, .eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand);
}
.section-kicker.justify-content-center::before { display: inline-block; }
.section-kicker.light { color: #b8ffd1; }
.section-kicker.light::before { background: #b8ffd1; }
.hero-title {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
  max-width: 860px;
  margin: 0 0 22px;
}
.hero-subtitle {
  color: var(--brand-dark);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 850;
  margin-bottom: 14px;
}
.hero-text, .section-text {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 700px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand-dark);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(18, 48, 36, .06);
}
.hero-card {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(15, 122, 59, .12);
  border-radius: 34px;
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 28px -18px 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 122, 59, .13);
  filter: blur(20px);
}
.hero-card-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.hero-card-label {
  color: var(--brand);
  font-weight: 900;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-card h2 {
  font-size: 1.6rem;
  font-weight: 950;
  margin: 4px 0 0;
}
.hero-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 1.7rem;
}
.flow-mini {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}
.flow-mini div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px;
  border-radius: 18px;
  background: var(--brand-soft-2);
  border: 1px solid rgba(15, 122, 59, .1);
  font-weight: 850;
}
.flow-mini strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 8px 18px rgba(15, 122, 59, .1);
}
.hero-card p { color: var(--muted); line-height: 1.7; margin: 0; }

.section { padding: 92px 0; }
.section-soft { background: var(--brand-soft-2); }
.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: 1.05;
  max-width: 780px;
}
.feature-card, .service-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 122, 59, .1);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 36px rgba(18, 48, 36, .055);
  transition: .22s ease;
}
.feature-card:hover, .service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(15, 122, 59, .26);
}
.feature-card i, .service-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 1.45rem;
  margin-bottom: 18px;
}
.feature-card h3, .service-card h3 {
  font-size: 1.16rem;
  font-weight: 950;
  margin-bottom: 10px;
}
.feature-card p, .service-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.service-card { min-height: 245px; }

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(15, 122, 59, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 48, 36, .052);
}
.timeline-item > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), #16a34a);
  color: #fff;
  font-weight: 950;
}
.timeline-item h3 {
  margin: 0 0 6px;
  font-weight: 950;
  font-size: 1.15rem;
}
.timeline-item p { color: var(--muted); margin: 0; line-height: 1.65; }

.stats-section {
  padding: 56px 0;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}
.stat-card {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 25px;
  color: #fff;
  height: 100%;
}
.stat-card strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  font-weight: 950;
}
.stat-card span { color: rgba(255,255,255,.84); font-weight: 750; }

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.check-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 750;
}
.check-list i { color: var(--brand); font-size: 1.2rem; }
.mock-dashboard {
  border-radius: 34px;
  background: #0b3321;
  padding: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mock-top {
  display: flex;
  gap: 8px;
  padding: 8px 8px 18px;
}
.mock-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
}
.mock-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
}
.mock-card {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  padding: 18px;
  font-weight: 850;
}
.mock-card.wide { grid-row: span 2; min-height: 274px; }
.mock-card i { font-size: 1.7rem; color: #8df0b2; }

.document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.document-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 122, 59, .12);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(18, 48, 36, .05);
}
.document-list i {
  color: var(--brand);
  font-size: 1.35rem;
}

.faq-section { background: #fff; }
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}
.accordion-item {
  border: 1px solid rgba(15, 122, 59, .12) !important;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 10px 26px rgba(18, 48, 36, .045);
}
.accordion-button {
  font-weight: 900;
  color: var(--ink);
  background: #fff;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: var(--brand-soft);
  color: var(--brand-dark);
}
.accordion-body { color: var(--muted); line-height: 1.7; }

.contact-section { padding-top: 40px; }
.contact-card {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 36px;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  box-shadow: 0 24px 80px rgba(7, 84, 43, .26);
  overflow: hidden;
  position: relative;
}
.contact-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -160px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  letter-spacing: -.05em;
}
.contact-card p { color: rgba(255,255,255,.82); font-size: 1.08rem; }
.contact-actions {
  position: relative;
  display: grid;
  gap: 12px;
  z-index: 1;
}
.contact-actions a, .contact-location {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
}
.contact-actions i, .contact-location i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.13);
  color: #a8f1c4;
  font-size: 1.25rem;
  flex: 0 0 auto;
}
.contact-actions strong { color: #fff; }

.site-footer {
  padding: 28px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.slogan { color: var(--brand-dark); font-weight: 800; }
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(15,122,59,.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: .22s ease;
  z-index: 50;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-section { padding: 70px 0; }
  .site-navbar { min-height: 70px; }
  .brand-logo { width: 145px; }
  .navbar-collapse {
    padding: 18px 0 8px;
  }
  .service-card { min-height: auto; }
  .document-list { grid-template-columns: 1fr; }
  .mock-grid { grid-template-columns: 1fr; }
  .mock-card.wide { min-height: 150px; }
}

@media (max-width: 575.98px) {
  .hero-section, .section { padding: 58px 0; }
  .hero-badges span { width: 100%; }
  .timeline-item { grid-template-columns: 1fr; }
  .contact-actions a, .contact-location { align-items: flex-start; }
  .language-switch { transform: scale(.92); transform-origin: right center; }
}
