:root {
  --green: #059669;
  --green-2: #10b981;
  --green-soft: #d1fae5;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --white: #ffffff;
  --radius: 28px;
  --shadow: 0 22px 70px rgba(15,23,42,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(226,232,240,.9); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 235px; }
.brand-mark { width: 48px; height: 48px; border-radius: 17px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#16a34a,#047857); box-shadow: 0 10px 24px rgba(5,150,105,.25); }
.brand-mark svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-small { display: block; color: #64748b; font-weight: 700; font-size: 14px; }
.brand-main { display: block; font-weight: 900; font-size: 21px; line-height: 1; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 15px; font-weight: 700; color: #334155; }
.main-nav a:hover { color: var(--green); }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 16px; padding: 12px 19px; font-weight: 800; border: 1px solid transparent; transition: .18s ease; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 22px rgba(5,150,105,.23); }
.btn-primary:hover { background: #047857; transform: translateY(-1px); }
.btn-outline { background: white; color: #047857; border-color: rgba(5,150,105,.35); }
.btn-outline:hover { background: #ecfdf5; transform: translateY(-1px); }
.btn-dark { background: #0f172a; color: white; }
.btn-lg { padding: 15px 23px; border-radius: 18px; }
.menu-toggle { display: none; }
.section-glow { position: relative; overflow: hidden; }
.section-glow:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(16,185,129,.18), transparent 35%), radial-gradient(circle at left center, rgba(15,23,42,.07), transparent 38%); pointer-events: none; }
.hero { padding: 76px 0 86px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 560px); gap: 70px; align-items: center; }
.pill, .eyebrow { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; padding: 10px 17px; background: var(--green-soft); color: #047857; font-size: 15px; font-weight: 800; }
.dot { width: 5px; height: 5px; border-radius: 999px; background: #047857; }
.hero h1 { margin: 28px 0 0; font-size: clamp(46px, 6vw, 75px); line-height: .95; letter-spacing: -.065em; font-weight: 950; max-width: 680px; }
.hero h1 span { color: var(--green); }
.hero p { margin: 25px 0 0; color: #475569; font-size: 18px; line-height: 1.8; max-width: 620px; }
.hero-buttons { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 18px; color: #64748b; font-size: 14px; font-weight: 700; }
.portal-card { border-radius: 34px; background: #020617; color: #fff; padding: 18px; box-shadow: var(--shadow); border: 1px solid rgba(15,23,42,.1); }
.portal-inner { border-radius: 26px; padding: 28px; background: linear-gradient(145deg,#0f172a 0%, #101827 53%, #064e3b 125%); min-height: 500px; }
.portal-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.10); }
.portal-head p, .portal-tile p, .portal-impact p, .portal-stats p { margin: 0; color: #cbd5e1; }
.portal-head h2 { margin: 7px 0 0; font-size: 25px; }
.portal-badge { align-self: start; white-space: nowrap; background: rgba(255,255,255,.09); border-radius: 999px; padding: 9px 13px; font-size: 13px; font-weight: 800; }
.portal-two { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
.portal-tile, .portal-impact, .portal-stats > div { border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.055); border-radius: 21px; padding: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.portal-tile h3 { font-size: 28px; margin: 9px 0; }
.portal-tile span { color: #cbd5e1; font-size: 14px; line-height: 1.6; }
.portal-impact { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; }
.portal-impact h3 { margin: 6px 0 0; font-size: 18px; line-height: 1.35; }
.portal-impact svg { width: 30px; height: 30px; stroke: #6ee7b7; fill: none; stroke-width: 2; flex: 0 0 auto; }
.portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 15px; }
.portal-stats p { text-transform: uppercase; letter-spacing: .09em; font-size: 11px; }
.portal-stats strong { display: block; margin-top: 8px; font-size: 18px; }
.stats-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f8fafc; padding: 31px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-box { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 10px 24px rgba(15,23,42,.04); }
.stat-box strong { display: block; font-size: 26px; font-weight: 950; }
.stat-box span { display: block; margin-top: 8px; color: #64748b; font-size: 14px; line-height: 1.5; }
.section { padding: 92px 0; }
.section.soft { background: #f8fafc; }
.section-intro { max-width: 790px; }
.section-intro.left { max-width: none; }
.eyebrow { background: #f1f5f9; color: #334155; }
.eyebrow.dark { background: rgba(255,255,255,.1); color: #fff; }
.eyebrow.white { background: #fff; color: #047857; }
.section h2, .dark-section h2, .portal-section h2, .contact-section h2 { margin: 22px 0 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; font-weight: 950; }
.section-intro p, .contact-section p { margin-top: 18px; color: #64748b; font-size: 18px; line-height: 1.75; }
.service-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 28px; transition: .22s ease; min-height: 275px; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(16,185,129,.35); box-shadow: var(--shadow); }
.icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 18px; background: #ecfdf5; color: var(--green); font-size: 22px; }
.service-card h3 { margin: 22px 0 0; font-size: 21px; }
.service-card p { color: #64748b; line-height: 1.75; margin: 13px 0 0; }
.service-card a { display: inline-flex; margin-top: 18px; color: #047857; font-weight: 850; }
.dark-section { background: #020617; color: #fff; padding: 94px 0; }
.dark-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: start; }
.dark-section p { color: #cbd5e1; font-size: 18px; line-height: 1.75; }
.impact-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.impact-grid div { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); border-radius: 22px; padding: 22px; }
.impact-grid strong { display: block; margin-bottom: 10px; }
.impact-grid span { color: #cbd5e1; line-height: 1.6; }
.mission-card { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); border-radius: 32px; padding: 34px; }
.mission-card p { margin: 0; color: #6ee7b7; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
.mission-card h3 { font-size: 27px; margin: 12px 0 25px; }
.mission-card ol { padding: 0; list-style: none; margin: 0; display: grid; gap: 18px; }
.mission-card li { display: flex; gap: 14px; color: #e2e8f0; line-height: 1.55; }
.mission-card li span { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 999px; background: var(--green); color: #fff; font-weight: 900; }
.process-grid-wrap, .sectors-grid-wrap, .contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: start; }
.process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.process-card { border: 1px solid var(--line); border-radius: 26px; padding: 27px; box-shadow: 0 10px 24px rgba(15,23,42,.04); }
.process-card span { color: #cbd5e1; font-size: 34px; font-weight: 950; }
.process-card h3 { margin: 14px 0 0; }
.process-card p { color: #64748b; line-height: 1.7; }
.portal-section { background: rgba(209,250,229,.45); padding: 92px 0; }
.portal-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.portal-feature p { color: #475569; font-size: 18px; line-height: 1.75; }
ul { padding-left: 0; list-style: none; }
.portal-feature li, .white-panel li { margin: 13px 0; color: #334155; display: flex; gap: 10px; line-height: 1.6; }
.portal-feature li:before, .white-panel li:before { content: "✓"; color: var(--green); font-weight: 950; }
.portal-entry { background: #fff; border-radius: 32px; border: 1px solid #bbf7d0; padding: 30px; box-shadow: var(--shadow); }
.portal-entry-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.portal-entry-head h3 { font-size: 26px; margin: 0; }
.portal-entry-head span { background: #f1f5f9; border-radius: 999px; padding: 8px 13px; color: #334155; font-size: 13px; font-weight: 800; }
.portal-entry-box { margin-top: 24px; background: #f8fafc; border: 1px solid var(--line); border-radius: 24px; padding: 26px; }
.portal-entry-box p:first-child { margin: 0; font-size: 14px; color: #64748b; font-weight: 700; }
.portal-entry-box h4 { margin: 8px 0 12px; font-size: 26px; }
.portal-entry-box div { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.sector-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.sector-grid div { min-height: 124px; display: flex; align-items: end; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px; font-weight: 850; box-shadow: 0 10px 24px rgba(15,23,42,.04); }
.impact-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.white-panel, .black-panel { border-radius: 32px; padding: 36px; border: 1px solid var(--line); }
.white-panel { background: #fff; }
.white-panel p { color: #64748b; line-height: 1.8; }
.black-panel { background: #020617; color: white; border-color: #020617; }
.black-panel > p { margin: 0; color: #6ee7b7; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 900; }
.page-list { margin-top: 26px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.page-list span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 12px; color: #e2e8f0; }
.contact-info-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-info-grid div { background: #f8fafc; border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.contact-info-grid span { color: #64748b; font-size: 13px; font-weight: 800; }
.contact-info-grid strong { display: block; margin-top: 8px; line-height: 1.45; }
.quote-form { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 34px; box-shadow: var(--shadow); }
.quote-form h3 { font-size: 28px; margin: 0; }
.quote-form p { font-size: 16px; margin: 8px 0 0; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 24px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 14px 15px; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
.form-grid input[name="company"], .form-grid select, textarea { grid-column: 1 / -1; }
textarea { min-height: 130px; resize: vertical; }
.btn-submit { margin-top: 20px; width: 100%; }
.site-footer { border-top: 1px solid var(--line); padding: 36px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-grid strong { font-size: 20px; }
.footer-grid p { max-width: 620px; color: #64748b; line-height: 1.65; }
.footer-grid nav { display: flex; gap: 18px; color: #64748b; font-weight: 700; }
@media (max-width: 1080px) {
  .nav-actions { display: none; }
  .hero-grid, .dark-grid, .process-grid-wrap, .portal-feature, .sectors-grid-wrap, .contact-grid, .impact-panel-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .portal-card { max-width: 640px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 10px 13px; font-weight: 800; }
  .main-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 14px; padding-top: 14px; }
  .main-nav.open { display: flex; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 43px; }
  .portal-two, .portal-stats, .stats-grid, .service-grid, .impact-grid, .process-grid, .sector-grid, .contact-info-grid, .form-grid, .page-list { grid-template-columns: 1fr; }
  .portal-inner { padding: 20px; min-height: auto; }
  .portal-head, .portal-impact, .portal-entry-head, .footer-grid { flex-direction: column; align-items: flex-start; }
  .section, .dark-section, .portal-section { padding: 64px 0; }
}
