:root {
  --ink: #071a15;
  --ink-soft: #45625a;
  --ink-mute: #819791;
  --paper: #f4f8f4;
  --surface: #ffffff;
  --forest: #2b8a60;
  --forest-dark: #123f2d;
  --forest-soft: #dff0e6;
  --sun: #f6c744;
  --orange: #ed8e4b;
  --line: #dce8e0;
  --blue: #6b9bd2;
  --purple: #9a86d7;
  --shadow: 0 28px 80px rgba(24, 71, 51, .12);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { overflow: hidden; }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: 1320px; margin: 0 auto; padding: 24px 5vw 18px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 780; letter-spacing: -.06em; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; color: var(--sun); background: var(--forest); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-dot { color: var(--forest); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 620; color: var(--ink-soft); }
.language-switcher { display: inline-flex; align-items: center; gap: 6px; margin-left: 24px; color: var(--ink-mute); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.language-button { padding: 4px 2px; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.language-button.is-active { color: var(--forest); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--forest); }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: rgba(255,255,255,.55); }
.site-nav .nav-cta:hover { border-color: var(--forest); background: var(--surface); }
.menu-toggle { display: none; border: 0; padding: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
.section-pad { max-width: 1320px; margin: 0 auto; padding-right: 5vw; padding-left: 5vw; }
.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); align-items: center; min-height: 660px; padding-top: 68px; padding-bottom: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 22px; font-size: clamp(42px, 5.4vw, 76px); line-height: .98; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--forest); font-style: normal; }
.hero-lede, .section-heading > p:not(.eyebrow), .about-copy > p { max-width: 500px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 0 19px; border: 1px solid transparent; border-radius: 99px; font-size: 13px; font-weight: 720; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest-dark); box-shadow: 0 12px 25px rgba(18,63,45,.16); }
.button-primary:hover { background: var(--forest); }
.button-ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.button-ghost:hover { border-color: var(--forest); background: var(--surface); }
.hero-proof { display: flex; align-items: center; gap: 9px; margin-top: 44px; color: var(--ink-mute); font-size: 10px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 4px var(--forest-soft); }
.proof-divider { width: 1px; height: 14px; margin: 0 3px; background: var(--line); }
.hero-visual { position: relative; display: grid; min-height: 490px; place-items: center; isolation: isolate; }
.hero-visual::before { position: absolute; z-index: -1; width: 72%; height: 72%; border-radius: 50%; background: radial-gradient(circle, rgba(246,199,68,.45), rgba(246,199,68,0) 68%); content: ""; filter: blur(4px); }
.orb { position: absolute; z-index: -1; border: 1px solid rgba(43,138,96,.18); border-radius: 50%; transform: rotate(-22deg); }
.orb-one { width: 74%; height: 56%; }
.orb-two { width: 64%; height: 80%; border-color: rgba(246,199,68,.28); transform: rotate(57deg); }
.dashboard-card { position: relative; width: min(100%, 470px); padding: 25px; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: rgba(255,255,255,.85); box-shadow: var(--shadow); backdrop-filter: blur(14px); transform: rotate(-3deg); }
.dash-top, .dash-metric, .dash-bottom, .chart-labels { display: flex; justify-content: space-between; align-items: center; }
.dash-top strong { display: block; margin-top: 7px; font-size: 16px; letter-spacing: -.03em; }
.tiny-label { color: var(--ink-mute); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.dash-menu { color: var(--ink-mute); font-weight: 800; letter-spacing: 2px; }
.dash-metric { margin-top: 30px; }
.dash-metric strong { font-size: 32px; letter-spacing: -.07em; }
.dash-metric small { color: var(--ink-mute); font-size: 12px; letter-spacing: 0; }
.metric-up { padding: 6px 8px; border-radius: 8px; color: #208052; background: var(--forest-soft); font-size: 10px; font-weight: 750; }
.chart { position: relative; display: flex; align-items: end; gap: 9px; height: 155px; margin-top: 23px; padding: 0 4px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 37px, rgba(220,232,224,.62) 38px); }
.chart > span { width: 100%; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #63bb8b, #d8eee1); opacity: .9; }
.chart > span:nth-child(6n) { background: linear-gradient(180deg, #f6c744, #ffefd0); }
.chart-line { position: absolute; right: 4%; bottom: 55%; left: 3%; height: 2px; background: var(--orange); clip-path: polygon(0 70%, 13% 30%, 25% 45%, 37% 15%, 50% 50%, 62% 20%, 75% 32%, 87% 0, 100% 20%, 100% 100%, 0 100%); opacity: .9; }
.chart-labels { padding: 9px 2px 0; color: var(--ink-mute); font-size: 9px; }
.dash-bottom { justify-content: start; gap: 17px; margin-top: 25px; color: var(--ink-soft); font-size: 9px; }
.dash-bottom div { display: flex; align-items: center; gap: 5px; }
.legend-dot { width: 6px; height: 6px; border-radius: 50%; }.legend-dot.orange { background: var(--orange); }.legend-dot.green { background: var(--forest); }.legend-dot.blue { background: var(--blue); }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.75); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(24,71,51,.12); font-size: 10px; transform: rotate(4deg); }.float-card strong, .float-card small { display: block; }.float-card strong { color: var(--ink); font-size: 11px; }.float-card small { margin-top: 3px; color: var(--ink-mute); }.float-card-one { top: 13%; right: 1%; }.float-card-two { right: 3%; bottom: 12%; transform: rotate(-3deg); }.float-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; font-weight: 850; }.green-icon { color: var(--forest); background: var(--forest-soft); }.sun-icon { color: #9f7110; background: #fff2cc; }.check { display: grid; width: 20px; height: 20px; margin-left: 5px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 11px; }.visual-spark { position: absolute; color: var(--sun); font-size: 23px; }.spark-one { top: 15%; left: 9%; }.spark-two { right: 11%; bottom: 20%; color: var(--forest); font-size: 13px; }
.logo-strip { padding-top: 24px; padding-bottom: 90px; }.logo-strip > p { margin: 0 0 22px; color: var(--ink-mute); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-align: center; text-transform: uppercase; }.logo-list { display: flex; justify-content: space-between; gap: 20px; color: #a0b0aa; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.section-heading { margin-bottom: 48px; }.section-heading h2 { font-size: clamp(38px, 4.6vw, 62px); }.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.section-heading-row .button { margin-bottom: 18px; }
.feature-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }.feature-card { position: relative; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.68); transition: transform .25s ease, box-shadow .25s ease; }.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(24,71,51,.08); }.feature-card-large { grid-row: span 2; min-height: 596px; }.feature-card-accent { color: #fff; border-color: var(--forest-dark); background: var(--forest-dark); }.feature-number { position: absolute; top: 28px; right: 28px; color: var(--ink-mute); font-size: 10px; font-weight: 800; }.feature-card-accent .feature-number { color: rgba(255,255,255,.45); }.feature-icon { display: grid; width: 47px; height: 47px; margin-bottom: 36px; place-items: center; border-radius: 14px; }.feature-icon svg { width: 27px; height: 27px; }.icon-sun { color: #ab7c0d; background: #fff0bf; }.icon-blue { color: #4679b1; background: #e0ebf9; }.icon-orange { color: #b86729; background: #fae8d9; }.icon-purple { color: #7253b2; background: #eee8fc; }.icon-dark { color: var(--sun); background: rgba(255,255,255,.1); }.feature-card h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.05em; }.feature-card p { max-width: 335px; margin-bottom: 21px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }.feature-card-accent p { color: rgba(255,255,255,.68); }.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: 11px; font-weight: 800; }.text-link span { font-size: 15px; }.text-link-dark { color: var(--sun); }.mini-pipeline { position: absolute; right: 29px; bottom: 29px; left: 29px; display: grid; gap: 11px; }.mini-pipeline div { height: 8px; overflow: hidden; border-radius: 99px; background: #edf4ef; }.mini-pipeline span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--forest), #a5d7ba); }
.workflow-section { margin-top: 150px; padding-top: 100px; padding-bottom: 110px; background: var(--forest-dark); }.workflow-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }.workflow-section .section-heading { margin: 0; }.workflow-section h2, .workflow-section .section-heading > p:not(.eyebrow) { color: #fff; }.workflow-section .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.62); }.eyebrow-light { color: var(--sun); }.workflow-steps { padding-top: 7px; }.workflow-step { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 19px; min-height: 101px; }.step-dot { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(246,199,68,.6); border-radius: 50%; color: var(--sun); font-size: 10px; font-weight: 800; }.workflow-step h3 { margin: 2px 0 8px; color: #fff; font-size: 18px; letter-spacing: -.04em; }.workflow-step p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }.step-line { position: absolute; top: 47px; left: 22px; width: 1px; height: 65px; background: rgba(246,199,68,.3); }.workflow-step:last-child .step-dot { color: var(--forest-dark); background: var(--sun); }.workflow-step:last-child .step-line { display: none; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; padding-top: 150px; padding-bottom: 150px; }.about-visual { position: relative; display: grid; min-height: 440px; place-items: center; isolation: isolate; }.about-visual::before { position: absolute; z-index: -1; width: 78%; height: 78%; border-radius: 50%; background: var(--forest-soft); content: ""; }.solar-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; width: min(90%, 350px); padding: 14px; border: 7px solid #1a5140; border-radius: 13px; background: #123f2d; box-shadow: 0 28px 45px rgba(18,63,45,.25); transform: rotate(-11deg); }.solar-panel span { height: 52px; border: 1px solid rgba(147,213,233,.32); background: linear-gradient(135deg, #326c8b, #193d65); }.sun-disc { position: absolute; top: 8%; right: 10%; z-index: -1; width: 92px; height: 92px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 20px rgba(246,199,68,.2), 0 0 0 42px rgba(246,199,68,.1); }.about-sticker { position: absolute; bottom: 13%; left: 2%; padding: 13px 16px; border-radius: 12px; color: var(--forest-dark); background: var(--sun); font-size: 10px; line-height: 1.35; transform: rotate(5deg); }.about-sticker strong { font-size: 13px; }.about-copy h2 { font-size: clamp(38px, 4.2vw, 59px); }.about-stats { display: flex; gap: 30px; margin-top: 42px; padding-top: 21px; border-top: 1px solid var(--line); }.about-stats strong, .about-stats span { display: block; }.about-stats strong { color: var(--forest); font-size: 22px; letter-spacing: -.07em; }.about-stats span { margin-top: 6px; color: var(--ink-mute); font-size: 9px; line-height: 1.3; }
.updates-section { padding-bottom: 140px; }.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 15px; }.news-card { min-height: 240px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.news-card-feature { color: #fff; background: linear-gradient(135deg, #287d58, #164831); }.news-tag { display: inline-block; margin-bottom: 73px; padding: 6px 9px; border-radius: 99px; color: var(--forest); background: var(--forest-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }.news-card-feature .news-tag { color: var(--forest-dark); background: var(--sun); }.news-card h3 { max-width: 360px; margin-bottom: 14px; font-size: 20px; letter-spacing: -.05em; }.news-card p { max-width: 340px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }.news-date { display: block; margin-top: 23px; color: var(--ink-mute); font-size: 10px; }.news-card-feature .news-date { color: rgba(255,255,255,.55); }
.contact-section { padding-bottom: 100px; }.contact-card { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; overflow: hidden; padding: 70px 8%; border-radius: 30px; color: #fff; background: var(--forest-dark); }.contact-card::after { position: absolute; right: -10%; bottom: -50%; width: 470px; height: 470px; border: 1px solid rgba(246,199,68,.18); border-radius: 50%; box-shadow: 0 0 0 40px rgba(246,199,68,.06), 0 0 0 80px rgba(246,199,68,.04); content: ""; }.contact-sun { position: absolute; top: -90px; right: 22%; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #ffe58a, var(--sun)); opacity: .95; }.contact-copy, .contact-action { position: relative; z-index: 1; }.contact-copy h2 { font-size: clamp(40px, 5vw, 68px); }.contact-copy p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.65; }.contact-action { display: flex; flex-direction: column; align-items: start; justify-content: end; gap: 14px; }.contact-action > span { color: rgba(255,255,255,.54); font-size: 11px; }.button-light { color: var(--forest-dark); background: #fff; }.button-light:hover { background: var(--sun); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1320px; margin: 0 auto; padding: 24px 5vw 35px; border-top: 1px solid var(--line); color: var(--ink-mute); font-size: 10px; }.site-footer .brand { color: var(--ink); font-size: 17px; }.site-footer .brand-mark { width: 25px; height: 25px; border-radius: 8px; }.site-footer .brand-mark svg { width: 19px; height: 19px; }
.reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .1s; }.reveal-delay-two { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .site-header { padding-top: 18px; }.menu-toggle { display: block; }.language-switcher { margin-left: auto; margin-right: 8px; }.site-nav { position: absolute; top: 70px; right: 5vw; left: 5vw; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav a { padding: 13px 14px; }.site-nav .nav-cta { margin-top: 5px; justify-content: center; }.hero { grid-template-columns: 1fr; gap: 48px; padding-top: 50px; }.hero-visual { min-height: 420px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-row: auto; min-height: 440px; grid-column: span 2; }.workflow-inner { grid-template-columns: 1fr; gap: 50px; }.about-section { gap: 5%; }.news-grid { grid-template-columns: 1fr 1fr; }.news-card-feature { grid-column: span 2; } }
@media (max-width: 620px) { .section-pad { padding-right: 22px; padding-left: 22px; }.site-header { padding-right: 22px; padding-left: 22px; }.hero { min-height: auto; padding-top: 45px; padding-bottom: 60px; }.hero h1 { font-size: 50px; }.hero-lede { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-proof { flex-wrap: wrap; margin-top: 30px; line-height: 1.5; }.hero-visual { min-height: 330px; }.dashboard-card { padding: 18px; }.dash-metric strong { font-size: 25px; }.chart { height: 115px; gap: 5px; }.float-card { padding: 9px; }.float-card-one { top: 5%; right: -5px; }.float-card-two { right: -10px; bottom: 2%; }.logo-strip { padding-bottom: 65px; }.logo-list { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; text-align: center; font-size: 9px; }.section-heading { margin-bottom: 32px; }.section-heading h2 { font-size: 42px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-large, .feature-card-accent { grid-column: auto; min-height: 290px; }.feature-card-large { min-height: 400px; }.workflow-section { margin-top: 80px; padding-top: 72px; padding-bottom: 72px; }.workflow-step { min-height: 112px; }.about-section { grid-template-columns: 1fr; gap: 55px; padding-top: 85px; padding-bottom: 90px; }.about-visual { min-height: 310px; }.solar-panel { width: 85%; }.solar-panel span { height: 39px; }.about-copy h2 { font-size: 42px; }.about-stats { gap: 18px; }.about-stats strong { font-size: 18px; }.about-stats span { font-size: 8px; }.updates-section { padding-bottom: 85px; }.section-heading-row { align-items: start; flex-direction: column; gap: 7px; }.section-heading-row .button { margin: 0; }.news-grid { grid-template-columns: 1fr; }.news-card-feature { grid-column: auto; }.news-tag { margin-bottom: 46px; }.contact-card { grid-template-columns: 1fr; padding: 48px 27px; }.contact-action { align-items: stretch; margin-top: 10px; }.contact-action > span { text-align: center; }.site-footer { align-items: start; flex-direction: column; padding-right: 22px; padding-left: 22px; } }
