
:root {
  --brand: #1FA6A3;
  --brand-dark: #147C7A;
  --ink: #17343A;
  --muted: #5D6F73;
  --bg: #F6FAFA;
  --white: #FFFFFF;
  --line: #D9E7E6;
  --shadow: 0 18px 50px rgba(23,52,58,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:82px; }
.brand { display:flex; align-items:center; gap:14px; font-weight:800; letter-spacing:-.02em; }
.brand img { width:56px; height:56px; object-fit:contain; border-radius:8px; }
.brand span { font-size:1.02rem; }
.nav { display:flex; align-items:center; gap:8px; }
.nav a { padding:10px 13px; border-radius:999px; color:#31565b; font-weight:700; font-size:.93rem; }
.nav a:hover, .nav a.active { background:#E9F7F6; color:var(--brand-dark); }
.nav .cta { background:var(--brand); color:white; padding-inline:17px; }
.nav .cta:hover { background:var(--brand-dark); color:white; }
.menu-btn { display:none; border:1px solid var(--line); background:white; border-radius:10px; padding:9px 11px; font-weight:700; }
.hero {
  background:
    radial-gradient(circle at 78% 25%, rgba(31,166,163,.16), transparent 32%),
    linear-gradient(180deg,#F8FCFC 0%,#FFFFFF 100%);
  padding: 94px 0 84px;
}
.hero-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center; }
.eyebrow { color:var(--brand-dark); font-weight:800; letter-spacing:.12em; text-transform:uppercase; font-size:.78rem; }
h1,h2,h3 { line-height:1.12; letter-spacing:-.025em; }
h1 { font-size:clamp(2.7rem,6vw,5.4rem); margin:.18em 0 .25em; max-width:900px; }
h2 { font-size:clamp(2rem,4vw,3.25rem); margin:.2em 0 .5em; }
h3 { font-size:1.25rem; margin:.1em 0 .55em; }
.lead { font-size:1.18rem; color:#47666b; max-width:760px; }
.actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; border-radius:12px; padding:13px 18px; font-weight:800; border:1px solid transparent; }
.btn-primary { background:var(--brand); color:white; }
.btn-primary:hover { background:var(--brand-dark); }
.btn-secondary { background:white; border-color:var(--line); color:var(--ink); }
.btn-secondary:hover { border-color:#a8cecc; }
.hero-card {
  background:white; border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:var(--shadow);
}
.hero-card .metric { display:grid; grid-template-columns:56px 1fr; gap:16px; align-items:start; padding:16px 0; border-bottom:1px solid #edf4f4; }
.hero-card .metric:last-child { border-bottom:0; }
.icon {
  width:48px; height:48px; border-radius:14px; display:grid; place-items:center;
  background:#E9F7F6; color:var(--brand-dark); font-weight:900; font-size:1.15rem;
}
section { padding:78px 0; }
.alt { background:var(--bg); }
.section-head { max-width:760px; margin-bottom:34px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.card {
  background:white; border:1px solid var(--line); border-radius:20px; padding:25px; box-shadow:0 8px 28px rgba(23,52,58,.06);
}
.card p { color:var(--muted); }
.card ul { padding-left:20px; color:var(--muted); }
.kicker { color:var(--brand-dark); font-weight:800; }
.band {
  background:linear-gradient(135deg,var(--brand-dark),#245f69);
  color:white; border-radius:28px; padding:40px;
}
.band p { color:rgba(255,255,255,.86); max-width:780px; }
.pathway { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:30px; }
.step { background:white; border:1px solid var(--line); border-radius:18px; padding:20px; }
.step small { color:var(--brand-dark); font-weight:900; }
.page-hero { padding:70px 0 54px; background:linear-gradient(180deg,#F4FAFA,#fff); border-bottom:1px solid var(--line); }
.page-hero h1 { font-size:clamp(2.5rem,5vw,4.4rem); }
.profile { display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; align-items:start; }
.profile-box { background:#EAF7F6; border-radius:24px; padding:28px; }
.list-clean { list-style:none; padding:0; margin:0; }
.list-clean li { border-bottom:1px solid var(--line); padding:13px 0; }
.list-clean li:last-child { border-bottom:0; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:34px; align-items:start; }
form { display:grid; gap:15px; }
label { font-weight:800; font-size:.92rem; }
input, textarea, select {
  width:100%; border:1px solid #bdd3d2; border-radius:12px; padding:13px 14px;
  font:inherit; color:var(--ink); background:white;
}
input:focus, textarea:focus, select:focus { outline:3px solid rgba(31,166,163,.16); border-color:var(--brand); }
.honeypot { position:absolute; left:-9999px; }
.note { font-size:.9rem; color:var(--muted); }
.alert { padding:14px 16px; border-radius:12px; margin-bottom:18px; display:none; }
.alert.success { background:#eaf8ef; color:#24613a; display:block; }
.alert.error { background:#fff0f0; color:#8b2f2f; display:block; }
.footer { background:#17343A; color:white; padding:48px 0 24px; margin-top:50px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr; gap:28px; }
.footer p, .footer a { color:#d6e3e4; }
.footer a:hover { color:white; }
.footer-bottom { margin-top:30px; padding-top:22px; border-top:1px solid rgba(255,255,255,.13); color:#bfd0d2; font-size:.9rem; }
.badge { display:inline-block; background:#E9F7F6; color:var(--brand-dark); border-radius:999px; padding:7px 11px; font-weight:800; font-size:.82rem; margin:3px 4px 3px 0; }
@media (max-width: 900px) {
  .hero-grid,.profile,.contact-grid,.grid-3,.grid-2,.footer-grid { grid-template-columns:1fr; }
  .pathway { grid-template-columns:1fr 1fr; }
  .nav { display:none; position:absolute; left:20px; right:20px; top:74px; background:white; border:1px solid var(--line); border-radius:16px; padding:12px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav.open { display:flex; }
  .menu-btn { display:block; }
  .brand span { display:none; }
}
@media (max-width: 560px) {
  .container { width:min(100% - 28px,1120px); }
  .hero { padding:68px 0 58px; }
  section { padding:58px 0; }
  .pathway { grid-template-columns:1fr; }
  .band { padding:28px; }
}
