@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
  --graphite: #2B3234;
  --grey: #BABABA;
  --white: #F7F5F6;
  --mint: #467D7D;
  --light-mint: #7FBEB9;
  --paper: #FAFAFA;
  --text: #222A2C;
  --muted: #687679;
  --line: rgba(43, 50, 52, .14);
  --shadow: 0 28px 70px rgba(43, 50, 52, .13);
  --container: min(1200px, calc(100vw - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Open Sans', Arial, sans-serif; color: var(--text); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { font: inherit; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999; padding: 10px 14px; background: var(--graphite); color: var(--white); border-radius: 999px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--mint), var(--light-mint)); z-index: 100; }
.header { position: sticky; top: 0; z-index: 60; background: rgba(247,245,246,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { width: var(--container); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo img { width: 220px; display: block; }
.nav__links { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; color: rgba(43,50,52,.86); }
.nav__links a { position: relative; }
.nav__links a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: -9px; height: 2px; background: var(--mint); transition: .22s ease; }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { left: 0; right: 0; }
.nav__cta { background: var(--graphite); color: var(--white); padding: 11px 16px; border-radius: 999px; }
.nav__toggle { display: none; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; }
.container { width: var(--container); margin: 0 auto; }
.eyebrow { font-family: Montserrat, Arial, sans-serif; color: var(--mint); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3, .display { font-family: Montserrat, Arial, sans-serif; letter-spacing: -.035em; line-height: 1; margin: 0; }
h1 { font-size: clamp(48px, 7.8vw, 112px); font-weight: 800; }
h2 { font-size: clamp(34px, 5.2vw, 76px); font-weight: 800; }
h3 { font-size: clamp(22px, 2.4vw, 34px); font-weight: 800; }
p { margin: 0; }
.lead { font-size: clamp(18px, 2vw, 24px); color: var(--muted); max-width: 770px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 12px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--graphite); color: var(--white); box-shadow: 0 14px 40px rgba(43,50,52,.18); }
.btn--secondary { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--graphite); }
.hero { position: relative; padding: 92px 0 74px; min-height: calc(100svh - 84px); display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 16%, rgba(127,190,185,.32), transparent 25%), linear-gradient(115deg, var(--white), #EEF3F3 52%, #D8E7E5); }
.hero::after { content: ''; position: absolute; right: -18vw; top: -14vw; width: 58vw; height: 58vw; border: 1px solid rgba(70,125,125,.22); clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); background: rgba(255,255,255,.3); }
.hero__grid { position: relative; z-index: 2; width: var(--container); margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.hero__copy { padding: 40px 0; }
.hero__headline span { color: var(--mint); }
.hero__text { margin-top: 28px; }
.hero__visual { position: relative; min-height: 590px; }
.hero__image { position: absolute; inset: 56px 0 0 0; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: white; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(247,245,246,.14), rgba(70,125,125,.16)); z-index: 1; }
.hero__glass { position: absolute; z-index: 3; left: -34px; bottom: 34px; width: 320px; background: rgba(247,245,246,.78); border: 1px solid rgba(255,255,255,.86); border-radius: 26px; padding: 24px; backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.hero__glass b { display: block; font-family: Montserrat; font-size: 44px; color: var(--mint); line-height: 1; }
.hero__glass span { color: var(--muted); }
.hero__ribbon { position: absolute; right: -18px; top: 28px; z-index: 4; background: var(--graphite); color: var(--white); padding: 18px 24px; clip-path: polygon(12% 0,100% 0,88% 100%,0 100%); font-family: Montserrat; font-weight: 800; letter-spacing: .02em; }
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section--dark { background: var(--graphite); color: var(--white); }
.section--dark .lead { color: rgba(247,245,246,.74); }
.section__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 42px; margin-bottom: 48px; }
.section__head h2 { max-width: 720px; }
.section__head .lead { max-width: 520px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.story-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 5vw, 56px); box-shadow: 0 20px 70px rgba(43,50,52,.06); }
.story-card--image { padding: 0; overflow: hidden; position: relative; min-height: 480px; }
.story-card--image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-card--image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(43,50,52,.38)); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.stat { border-top: 2px solid var(--light-mint); padding-top: 16px; }
.stat b { display: block; font-family: Montserrat; font-size: clamp(34px, 4vw, 56px); line-height: 1; color: var(--mint); }
.stat span { color: var(--muted); font-weight: 600; }
.card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.solution-card { grid-column: span 4; background: rgba(255,255,255,.08); border: 1px solid rgba(247,245,246,.14); border-radius: 28px; overflow: hidden; min-height: 430px; display: flex; flex-direction: column; }
.solution-card img { height: 230px; width: 100%; object-fit: cover; }
.solution-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.solution-card__body p { color: rgba(247,245,246,.74); margin-top: 12px; }
.solution-card__body a { margin-top: auto; color: var(--light-mint); font-weight: 800; padding-top: 22px; }
.sector-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sector { min-height: 170px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: white; display: flex; flex-direction: column; justify-content: space-between; }
.sector strong { font-family: Montserrat; font-size: 18px; }
.sector span { color: var(--muted); font-size: 14px; }
.sector__icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #E8F0F0; color: var(--mint); font-family: Montserrat; font-weight: 800; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline::before { content: ''; position: absolute; left: 0; right: 0; top: 38px; height: 2px; background: rgba(127,190,185,.32); }
.timeline__item { position: relative; background: rgba(247,245,246,.06); border: 1px solid rgba(247,245,246,.14); border-radius: 28px; padding: 28px; min-height: 230px; }
.timeline__dot { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--light-mint); color: #142021; font-family: Montserrat; font-weight: 800; margin-bottom: 30px; }
.timeline__item p { color: rgba(247,245,246,.72); margin-top: 10px; }
.cta { background: var(--white); color: var(--graphite); border: 1px solid var(--line); border-radius: 34px; padding: clamp(36px, 7vw, 76px); display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta::after { content: ''; position: absolute; right: -100px; bottom: -130px; width: 340px; height: 340px; background: rgba(127,190,185,.18); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.cta > * { position: relative; z-index: 2; }
.footer { background: var(--graphite); color: rgba(247,245,246,.72); padding: 46px 0; }
.footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer img { width: 190px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 18px; }
.subhero { padding: 94px 0 70px; background: linear-gradient(125deg, var(--white), #E7F0EF); position: relative; overflow: hidden; }
.subhero::after { content: ''; position: absolute; right: -120px; top: -180px; width: 520px; height: 520px; background: rgba(127,190,185,.25); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.subhero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: end; }
.subnav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.subnav a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); font-weight: 800; font-size: 14px; }
.detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; align-items: start; }
.detail-nav { position: sticky; top: 112px; background: white; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 18px 44px rgba(43,50,52,.06); }
.detail-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.detail-nav a:last-child { border-bottom: 0; }
.detail-content { display: grid; gap: 18px; }
.info-block { background: white; border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 4vw, 42px); }
.info-block h3 { margin-bottom: 16px; }
.info-block p, .info-block li { color: var(--muted); }
.info-block ul { margin: 0; padding-left: 20px; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 24px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { font-family: Montserrat; color: var(--graphite); background: #EAF2F1; }
.process-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-card { padding: 24px; background: #F2F6F6; border: 1px solid var(--line); border-radius: 22px; }
.process-card strong { font-family: Montserrat; font-size: 20px; display: block; margin-bottom: 8px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .nav__toggle { display: inline-flex; }
  .nav__links { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 24px; background: rgba(247,245,246,.97); border-bottom: 1px solid var(--line); }
  .nav__links.is-open { display: flex; }
  .hero__grid, .split, .subhero__grid, .detail-grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 480px; }
  .solution-card { grid-column: span 6; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { display: none; }
  .cta { grid-template-columns: 1fr; }
  .detail-nav { position: relative; top: 0; }
}
@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1200px); }
  .logo img { width: 180px; }
  .nav { min-height: 76px; }
  .nav__links { top: 76px; }
  .hero { min-height: auto; padding: 60px 0 70px; }
  .hero__visual { min-height: 420px; }
  .hero__glass { left: 10px; width: calc(100% - 20px); }
  .hero__ribbon { right: 8px; }
  .section__head { flex-direction: column; align-items: flex-start; }
  .stat-row, .sector-grid, .timeline, .process-cards { grid-template-columns: 1fr; }
  .solution-card { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 1fr; }
}
