:root {
  --navy: #062d57;
  --navy-2: #0a4475;
  --teal: #078d91;
  --turquoise: #16b5b5;
  --emerald: #0c756b;
  --gold: #f5a000;
  --cream: #fff7e6;
  --ink: #10283d;
  --muted: #607287;
  --white: #ffffff;
  --soft: #f3f8f8;
  --line: #dce8ea;
  --shadow: 0 22px 60px rgba(6,45,87,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--gold); color: var(--navy); border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(6,45,87,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand img { width: 54px; height: 62px; object-fit: cover; object-position: center; border-radius: 8px; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: "Segoe UI", Arial, sans-serif; color: var(--navy); font-size: 16px; text-transform: uppercase; letter-spacing: .01em; }
.brand small { color: var(--teal); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: #29465f; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--teal); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.nav-cta { background: var(--navy); color: white; padding: 11px 18px; border-radius: 999px; box-shadow: 0 8px 22px rgba(6,45,87,.18); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px auto; transition: .25s; }

.hero {
  position: relative; overflow: hidden;
  min-height: 760px;
  background:
    radial-gradient(circle at 12% 15%, rgba(22,181,181,.20), transparent 28%),
    linear-gradient(130deg, #f8ffff 0%, #eefafa 48%, #fff8e8 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(6,45,87,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,45,87,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 95px 0 135px; }
.eyebrow, .section-kicker { display: inline-block; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { padding: 8px 13px; border: 1px solid rgba(7,141,145,.24); background: rgba(255,255,255,.62); border-radius: 999px; }
.hero h1 { margin: 24px 0 22px; max-width: 720px; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(43px, 5.4vw, 72px); line-height: 1.08; letter-spacing: -.04em; color: var(--navy); }
.hero h1 em { color: var(--teal); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 8px; background: linear-gradient(90deg, var(--gold), rgba(245,160,0,0)); opacity: .5; border-radius: 99px; }
.hero-copy > p { max-width: 680px; font-size: 18px; color: #405c72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); box-shadow: 0 15px 30px rgba(6,45,87,.21); }
.btn-secondary { color: var(--navy); border: 1.5px solid rgba(6,45,87,.25); background: rgba(255,255,255,.55); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; color: #496377; font-size: 13px; font-weight: 700; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points i { display: grid; place-items: center; width: 27px; height: 27px; font-style: normal; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.logo-card { position: relative; width: min(390px, 85vw); padding: 30px; background: rgba(255,255,255,.83); border: 1px solid rgba(255,255,255,.8); border-radius: 42px; box-shadow: var(--shadow); transform: rotate(2deg); }
.logo-card img { width: 100%; border-radius: 28px; }
.logo-glow { position: absolute; inset: 14%; border-radius: 50%; background: radial-gradient(circle, rgba(245,160,0,.28), rgba(22,181,181,.08) 50%, transparent 70%); filter: blur(15px); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 15px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(6,45,87,.08); border-radius: 18px; box-shadow: 0 15px 36px rgba(6,45,87,.15); }
.floating-card strong, .floating-card small { display: block; line-height: 1.35; }
.floating-card strong { color: var(--navy); }
.floating-card small { color: var(--muted); }
.card-top { top: 36px; right: -10px; }
.card-bottom { bottom: 52px; left: -28px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--teal), var(--turquoise)); font-size: 20px; }
.hero-wave { position: absolute; left: -5%; right: -5%; bottom: -80px; height: 170px; border-radius: 50% 50% 0 0; background: white; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 260px; height: 260px; right: 12%; top: 12%; border: 1px solid rgba(7,141,145,.15); }
.hero-orb-two { width: 90px; height: 90px; right: 43%; bottom: 17%; background: rgba(245,160,0,.12); }

.section { padding: 100px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2 { margin: 12px 0 0; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(32px, 4vw, 49px); line-height: 1.16; color: var(--navy); letter-spacing: -.035em; }
.section-heading p { max-width: 690px; margin-inline: auto; color: var(--muted); }
.centered { text-align: center; max-width: 800px; margin: 0 auto 50px; }
.intro-copy { font-size: 17px; color: #486277; }
.intro-copy p:first-child { margin-top: 5px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: var(--teal); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.focus-section { background: var(--soft); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.focus-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; background: white; border: 1px solid #e5eeee; border-radius: 24px; box-shadow: 0 14px 35px rgba(6,45,87,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.focus-card:hover { transform: translateY(-7px); box-shadow: 0 22px 44px rgba(6,45,87,.12); border-color: rgba(7,141,145,.25); }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; background: linear-gradient(135deg, rgba(7,141,145,.14), rgba(245,160,0,.16)); color: var(--teal); font-size: 26px; font-weight: 800; }
.focus-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 20px; line-height: 1.35; }
.focus-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-number { position: absolute; right: 24px; bottom: 12px; font-size: 56px; font-weight: 800; color: rgba(6,45,87,.055); }

.approach { color: white; background: linear-gradient(135deg, #062d57 0%, #074d69 48%, #087a7c 100%); position: relative; overflow: hidden; }
.approach::after { content: ""; position: absolute; right: -140px; top: -140px; width: 420px; height: 420px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.approach-panel h2 { margin: 14px 0 20px; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(35px, 4vw, 52px); line-height: 1.15; letter-spacing: -.035em; }
.approach-panel p { color: rgba(255,255,255,.75); font-size: 17px; }
.section-kicker.light { color: #72e5df; }
.approach-steps { display: grid; gap: 17px; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; backdrop-filter: blur(8px); }
.step b { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--navy); background: var(--gold); }
.step h3 { margin: 0 0 5px; font-size: 18px; }
.step p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.values { padding: 40px 0; }
.values-strip { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 16px 42px rgba(6,45,87,.06); }
.values-strip div { padding: 28px; border-right: 1px solid var(--line); }
.values-strip div:last-child { border-right: 0; }
.values-strip strong, .values-strip span { display: block; }
.values-strip strong { color: var(--navy); font-size: 18px; margin-bottom: 6px; }
.values-strip span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.collaboration { padding-top: 55px; }
.collaboration-box { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 54px; color: white; background: linear-gradient(125deg, var(--navy), #075573 55%, var(--teal)); border-radius: 34px; box-shadow: var(--shadow); }
.collaboration-box h2 { margin: 10px 0; max-width: 700px; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(30px, 4vw, 45px); line-height: 1.2; }
.collaboration-box p { max-width: 730px; color: rgba(255,255,255,.75); }
.btn-gold { flex: 0 0 auto; color: var(--navy); background: var(--gold); box-shadow: 0 16px 30px rgba(0,0,0,.16); }

.contact { background: linear-gradient(180deg, white, #f4f9f9); }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.contact-card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 10px 30px; box-shadow: var(--shadow); }
.contact-card div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-card div:last-child { border-bottom: 0; }
.contact-card span { color: var(--teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { color: var(--navy); overflow-wrap: anywhere; }

.site-footer { padding: 28px 0; background: #031f3b; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 44px; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; }
.footer-brand img { width: 44px; height: 52px; object-fit: cover; border-radius: 7px; }
.footer-brand strong, .footer-brand span { display: block; line-height: 1.25; }
.footer-brand span { font-size: 12px; color: #61d7d0; }
.site-footer p { font-size: 12px; }
.back-top { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 75px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .two-col, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .values-strip { grid-template-columns: repeat(2,1fr); }
  .values-strip div:nth-child(2) { border-right: 0; }
  .values-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .collaboration-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1160px); }
  .site-header .brand span { display: none; }
  .brand { min-width: 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 58px 0 120px; gap: 32px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { align-items: flex-start; flex-direction: column; margin-left: 10px; }
  .hero-visual { min-height: 350px; }
  .logo-card { width: 290px; padding: 18px; border-radius: 30px; }
  .floating-card { min-width: 190px; padding: 12px; transform: scale(.88); }
  .card-top { right: -17px; }
  .card-bottom { left: -18px; bottom: 25px; }
  .section { padding: 75px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 250px; }
  .values-strip { grid-template-columns: 1fr; }
  .values-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .values-strip div:last-child { border-bottom: 0; }
  .collaboration-box { padding: 34px 25px; border-radius: 25px; }
  .contact-card { padding: 8px 22px; }
  .contact-card div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 44px; }
  .site-footer p { grid-column: 1 / -1; order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Final contact details */
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-card { font-style: normal; }
.contact-card a { transition: color .2s ease; }
.contact-card a:hover, .contact-card a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 640px) {
  .contact-actions { flex-direction: column; }
}
