:root {
  --navy: #0B5675;
  --navy-deep: #06384D;
  --green: #7CC243;
  --green-dark: #5E9F2D;
  --ink: #14212b;
  --muted: #6B6B6B;
  --line: #dce3e8;
  --soft: #f4f7f8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(5, 40, 63, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Open Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 108px 0; }
.eyebrow { font-size: .76rem; font-weight: 700; letter-spacing: .16em; color: var(--green); margin-bottom: 18px; }
.eyebrow.dark { color: var(--green-dark); }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -0.045em; margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); letter-spacing: -0.035em; margin-bottom: 22px; }
h3 { font-size: 1.2rem; letter-spacing: -0.015em; }
p { color: var(--muted); font-size: 1.04rem; }
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(7,59,99,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(5,40,63,.08); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 116px; height: 68px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: .95rem; }
.site-nav > a:not(.btn) { position: relative; }
.site-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--green); transition: right .25s ease; }
.site-nav > a:not(.btn):hover::after { right: 0; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 7px; background: var(--green); color: var(--navy-deep); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(117,182,29,.28); background: #a7e246; }
.btn-small { min-height: 42px; padding: 0 18px; }
.btn-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.hero { min-height: 900px; display: flex; align-items: center; position: relative; background: linear-gradient(90deg, rgba(5,40,63,.96) 0%, rgba(5,40,63,.89) 48%, rgba(5,40,63,.40) 100%), url('assets/hero.jpg') center/cover no-repeat; color: white; padding-top: 82px; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(155,214,58,.12), transparent 35%); }
.hero-grid { position: relative; z-index: 1; }
.hero-copy { max-width: 860px; padding: 80px 0; }
.hero-lead { max-width: 760px; color: rgba(255,255,255,.83); font-size: 1.25rem; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.credibility-strip { margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-wrap: wrap; gap: 24px 42px; color: rgba(255,255,255,.72); font-size: .93rem; }
.credibility-strip strong { color: white; }
.section-intro { background: var(--soft); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; margin-bottom: 54px; }
.split-intro p:first-child { margin-top: 8px; }
.cards { display: grid; gap: 20px; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card, .feature, .engagement-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 30px; box-shadow: 0 10px 35px rgba(5,40,63,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card:hover, .feature:hover, .engagement-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(155,214,58,.7); }
.card-number { font-family: "Montserrat"; font-weight: 800; color: var(--green-dark); margin-bottom: 36px; }
.card p, .feature p, .engagement-card p { font-size: .96rem; margin-bottom: 0; }
.section-head { display: grid; grid-template-columns: 1.5fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-head > p { margin: 0 0 8px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); padding: 36px; min-height: 370px; background: linear-gradient(140deg, white, #f8fafb); transition: transform .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -70px; top: -70px; background: rgba(155,214,58,.12); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--green); font-size: 1.45rem; margin-bottom: 28px; }
.service-card h3 { font-size: 1.5rem; }
ul { list-style: none; padding: 0; margin: 20px 0 0; }
.service-card li, .experience-lists li { position: relative; padding: 8px 0 8px 20px; color: var(--muted); border-bottom: 1px solid #edf1f3; }
.service-card li::before, .experience-lists li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); position: absolute; left: 0; top: 17px; }
.dark-panel { background: var(--navy-deep); color: white; }
.section-head.light p { color: rgba(255,255,255,.67); }
.process { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.process-step { padding: 34px 24px 0 0; position: relative; }
.process-step::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--green); position: absolute; top: -6px; left: 0; box-shadow: 0 0 0 7px rgba(155,214,58,.12); }
.process-step span { color: var(--green); font-family: "Montserrat"; font-weight: 800; font-size: .82rem; }
.process-step h3 { margin-top: 16px; color: white; }
.process-step p { color: rgba(255,255,255,.68); font-size: .93rem; }
.feature { border-top: 4px solid var(--green); }
.tech-enabled { background: linear-gradient(135deg, #f7fafb 0%, #edf5f7 100%); }
.tech-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.tech-visual { min-height: 440px; position: relative; background: var(--navy-deep); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.tech-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; }
.data-panel { position: absolute; width: 200px; padding: 22px; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 14px 32px rgba(0,0,0,.2); }
.data-panel span { display: block; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.data-panel strong { display: block; color: var(--navy); font-family: "Montserrat"; font-size: 1.25rem; margin-top: 4px; }
.panel-a { left: 42px; top: 58px; }
.panel-b { right: 40px; top: 170px; }
.panel-c { left: 82px; bottom: 42px; }
.tech-line { position: absolute; left: 180px; top: 100px; width: 240px; height: 220px; border-right: 2px dashed rgba(155,214,58,.7); border-bottom: 2px dashed rgba(155,214,58,.7); transform: rotate(-7deg); }
.fine-print { font-size: .9rem; border-left: 3px solid var(--green); padding-left: 16px; margin-top: 26px; }
.experience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.metric-grid div { padding: 20px; background: var(--soft); border-radius: 12px; }
.metric-grid strong { display: block; font-family: "Montserrat"; color: var(--navy); font-size: 1.4rem; }
.metric-grid span { display: block; color: var(--muted); font-size: .87rem; margin-top: 4px; }
.experience-lists { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; padding: 34px; border-radius: 18px; background: var(--navy); color: white; }
.experience-lists h3 { color: var(--green); }
.experience-lists li { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.12); }
.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.founder-photo { margin: 0; position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy-deep); }
.founder-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; }
.founder-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 28px 24px; color: white; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 1.15rem; background: linear-gradient(transparent, rgba(3,28,44,.92)); }
.founder-photo figcaption span { display: block; margin-top: 3px; font-family: "Open Sans", sans-serif; font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.78); }
.founder-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.text-link.secondary { color: var(--muted); }
.text-link { display: inline-flex; gap: 8px; font-weight: 800; color: var(--navy); margin-top: 14px; }
.text-link span { color: var(--green-dark); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.cta { padding: 95px 0; background: linear-gradient(120deg, var(--navy) 0%, #0a527f 100%); color: white; }
.cta-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.cta h2 { margin-bottom: 16px; }
.cta p { color: rgba(255,255,255,.78); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.btn-light { background: white; color: var(--navy); }
.contact-link { color: rgba(255,255,255,.84); font-weight: 600; }
footer { padding: 46px 0; background: #031c2c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1.2fr 1fr; gap: 30px; align-items: end; }
footer p { color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; color: rgba(255,255,255,.75); font-size: .9rem; }
.copyright { color: rgba(255,255,255,.5); text-align: right; font-size: .85rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 26px; background: white; box-shadow: 0 18px 30px rgba(5,40,63,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .nav-toggle { display: block; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); gap: 32px; border-top: 0; }
  .process-step { border-top: 1px solid rgba(255,255,255,.16); }
  .process-step::before { top: -6px; }
  .tech-grid, .experience-grid, .about-grid, .cta-inner { grid-template-columns: 1fr; }
  .tech-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { min-height: 820px; background-position: 62% center; }
  h1 { font-size: 3.15rem; }
  .hero-lead { font-size: 1.08rem; }
  .split-intro, .section-head, .service-grid, .cards.four, .metric-grid, .experience-lists { grid-template-columns: 1fr; }
  .split-intro, .section-head { gap: 24px; }
  .service-card { min-height: auto; }
  .process { grid-template-columns: 1fr; }
  .tech-visual { min-height: 390px; }
  .data-panel { width: 170px; }
  .panel-a { left: 20px; }
  .panel-b { right: 18px; }
  .panel-c { left: 42px; }
  .brand img { width: 96px; height: 60px; }
  .nav-wrap { height: 74px; }
  .site-nav { top: 74px; }
}

.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 76px; height: 76px; object-fit: contain; background: white; border-radius: 10px; padding: 5px; }
.footer-brand p { max-width: 290px; }
.legal-page { padding: 140px 0 90px; min-height: 75vh; }
.legal-page .legal-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.legal-page h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); color: var(--navy); }
.legal-page h2 { font-size: 1.55rem; margin-top: 38px; color: var(--navy); }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page ul { list-style: disc; padding-left: 24px; }
.legal-page li { margin: 8px 0; }
.legal-meta { font-size: .9rem; color: var(--muted); border-left: 3px solid var(--green); padding-left: 14px; }
@media (max-width: 700px) {
  .founder-photo img { aspect-ratio: 1 / 1.15; }
  .footer-brand { align-items: flex-start; }
}
