:root {
  --ink: #0c1715;
  --muted: #586763;
  --paper: #f5f8f6;
  --white: #ffffff;
  --dark: #071513;
  --dark-soft: #0d211e;
  --line: #dce5e1;
  --green: #31d89b;
  --green-dark: #0b7b58;
  --lime: #c8ff7a;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(5, 32, 25, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 10px 14px; background: white; color: black; }
.skip-link:focus { top: 10px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(7, 21, 19, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 180px; height: auto; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a, .mobile-menu a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-button, .menu-button { border: 0; color: white; background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.language-current { color: var(--green); }
.menu-button { display: none; font-size: 23px; }
.mobile-menu { padding: 14px 20px 24px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu a { display: block; padding: 10px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-primary { background: var(--green); color: #062019; }
.button-primary:hover { background: #54e5ae; }
.button-secondary { border-color: rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: rgba(255,255,255,.52); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 178px 0 105px;
  color: white;
  background:
    linear-gradient(115deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0/55px 55px,
    var(--dark);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 640px; height: 640px; right: -190px; top: -260px; background: radial-gradient(circle, rgba(49,216,155,.18), transparent 67%); }
.hero-glow-two { width: 500px; height: 500px; left: -250px; bottom: -330px; background: radial-gradient(circle, rgba(200,255,122,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 18px; color: var(--green-dark); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .section-dark .eyebrow, .contact-section .eyebrow { color: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(48px, 6vw, 78px); line-height: 1.03; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.25; letter-spacing: -.02em; }
.hero-lead { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 600; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--green); }
.hero-panel { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.panel-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; color: rgba(255,255,255,.68); font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.panel-live { margin-left: auto; color: var(--green); }
.panel-metric { padding: 32px 5px 24px; }
.panel-metric span { display: block; color: rgba(255,255,255,.52); font-size: 12px; }
.panel-metric strong { display: block; margin-top: 4px; font-size: 22px; }
.panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.panel-grid article { min-height: 135px; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(2,12,10,.36); }
.panel-grid article > span { display: block; margin-bottom: 24px; color: var(--green); font-size: 11px; }
.panel-grid strong, .panel-grid small { display: block; }
.panel-grid small { margin-top: 4px; color: rgba(255,255,255,.5); }

.client-strip { padding: 28px 0; border-bottom: 1px solid var(--line); background: white; }
.client-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.client-strip p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.client-names { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 30px; color: #83908c; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 295px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card:hover { border-color: #acd6c7; box-shadow: var(--shadow); }
.service-number { margin-bottom: 55px; color: var(--green-dark); font-size: 11px; font-weight: 800; }
.service-card h3 { margin-bottom: 12px; font-size: 21px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 20px 0 0; padding: 0; list-style: none; font-size: 13px; }
.service-card li { padding: 5px 0; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--green-dark); }
.featured-card { grid-column: span 2; color: white; border-color: transparent; background: var(--dark-soft); }
.featured-card p { max-width: 680px; color: rgba(255,255,255,.64); }
.featured-card .service-number { color: var(--green); }
.pricing-note { display: grid; grid-template-columns: .7fr 1.7fr auto; align-items: center; gap: 30px; margin-top: 18px; padding: 26px 30px; border: 1px solid #a6d6c5; border-radius: 18px; background: #eafff6; }
.pricing-note p { margin: 0; color: #49615a; font-size: 13px; }
.pricing-note a { color: var(--green-dark); font-size: 13px; font-weight: 800; text-decoration: none; }

.section-dark { color: white; background: var(--dark); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.62); }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.12); }
.results-grid article { min-height: 320px; padding: 38px; background: var(--dark); }
.results-grid strong { display: block; margin-bottom: 55px; color: var(--green); font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.results-grid h3 { margin-bottom: 12px; font-size: 20px; }
.results-grid p { color: rgba(255,255,255,.58); font-size: 14px; }
.results-disclaimer { max-width: 820px; margin: 25px 0 0; color: rgba(255,255,255,.38); font-size: 11px; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; max-width: none; }
.split-heading > p { padding-bottom: 9px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { padding: 28px 26px 0 0; }
.process-grid span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 60px; border-radius: 50%; color: var(--green-dark); background: #def8ee; font-size: 11px; font-weight: 800; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { color: var(--muted); font-size: 13px; }

.payment-section { padding-top: 0; }
.payment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 60px; border-radius: 30px; background: #dff8ef; }
.payment-cards { display: grid; gap: 12px; }
.payment-cards article { padding: 28px; border: 1px solid rgba(10,70,51,.1); border-radius: 17px; background: rgba(255,255,255,.65); }
.payment-cards span { color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.payment-cards h3 { margin: 8px 0; }
.payment-cards p { margin: 0; color: #4d625c; font-size: 13px; }

.company-section { background: white; }
.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.company-lead { color: var(--muted); font-size: 18px; }
.entity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.entity-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 17px; }
.entity-grid strong { font-size: 13px; }
.entity-grid p { margin: 14px 0; color: var(--muted); font-size: 13px; }
.entity-grid small { color: #84908c; }

.contact-section { color: white; background: var(--dark); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-grid > div > p { color: rgba(255,255,255,.62); }
.contact-links { display: grid; gap: 7px; margin-top: 35px; font-size: 14px; }
.contact-links a { color: white; text-decoration: none; }
.contact-links span { color: var(--green); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 34px; border-radius: 23px; background: white; color: var(--ink); }
.contact-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.contact-form label:nth-child(4), .contact-form button, .contact-form small { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; font: inherit; font-size: 14px; background: #f9fbfa; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(49,216,155,.12); }
.contact-form small { color: var(--muted); font-size: 10px; }
.contact-form small a { color: var(--green-dark); }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.65); background: #030b09; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-grid img { width: 160px; margin-bottom: 18px; }
.footer-grid p { max-width: 390px; font-size: 13px; }
.footer-grid > div { display: grid; align-content: start; gap: 9px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 12px; }
.footer-grid a, .footer-grid span { font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }

.legal-page { background: white; }
.legal-header { padding: 130px 0 60px; color: white; background: var(--dark); }
.legal-header h1 { max-width: 860px; font-size: clamp(38px, 5vw, 62px); }
.legal-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-content h2 { margin-top: 50px; font-size: 25px; }
.legal-content h3 { margin-top: 30px; font-size: 17px; }
.legal-content p, .legal-content li { color: #46534f; font-size: 14px; }
.legal-content .legal-note { padding: 20px; border-left: 3px solid var(--green-dark); background: #effaf6; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid, .company-grid, .contact-grid, .payment-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-grid { gap: 55px; }
  .hero-panel { max-width: 640px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .featured-card { grid-column: span 2; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid article { min-height: 0; }
  .results-grid strong { margin-bottom: 28px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .payment-grid { padding: 42px; gap: 25px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .button-small { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 145px; }
  .hero { min-height: auto; padding: 126px 0 75px; }
  h1 { font-size: 45px; }
  h2 { font-size: 35px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .panel-grid { grid-template-columns: 1fr; }
  .client-strip .container { display: block; }
  .client-names { justify-content: flex-start; gap: 18px; margin-top: 18px; }
  .section { padding: 76px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .featured-card { grid-column: auto; }
  .pricing-note { grid-template-columns: 1fr; gap: 10px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid span { margin-bottom: 24px; }
  .payment-grid { padding: 27px; }
  .entity-grid, .contact-form { grid-template-columns: 1fr; }
  .contact-form label { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
