:root {
  --navy: #062b63;
  --blue: #0877df;
  --cyan: #25c7cc;
  --ink: #071a33;
  --muted: #5f7184;
  --page: #f5fbff;
  --glass: rgba(255,255,255,.62);
  --glass-strong: rgba(255,255,255,.78);
  --glass-border: rgba(255,255,255,.72);
  --shadow: 0 24px 80px rgba(4,32,72,.18);
  --soft-shadow: 0 16px 50px rgba(4,32,72,.12);
  --max: 1600px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(37,199,204,.16), transparent 34rem), linear-gradient(180deg,#f6fcff 0%,#edf7fb 48%,#f8fbfd 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { width: min(100%, var(--max)); margin: 0 auto; padding: 0 28px 56px; }
.hero { position: relative; width: 100vw; min-height: 100vh; min-height: 100svh; margin-left: calc(50% - 50vw); display: grid; place-items: center; padding: 38px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 72px; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; height: 100%; border-radius: 0 0 54px 54px; overflow: hidden; z-index: -2; box-shadow: var(--soft-shadow); }
.hero-bg:before { content: ""; position: absolute; inset: -7%; background-image: url("hero-bg.png"); background-size: cover; background-position: center center; background-repeat: no-repeat; transform: scale(1.08); animation: heroImageFlow 14s ease-in-out infinite alternate; will-change: transform, background-position; }
.hero-bg:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(246,252,255,.22) 0%,rgba(246,252,255,.04) 38%,rgba(246,252,255,.68) 100%), radial-gradient(circle at 50% 34%,rgba(255,255,255,.42),transparent 32rem), linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 34%,rgba(37,199,204,.24) 50%,rgba(8,119,223,.16) 58%,rgba(255,255,255,.22) 68%,transparent 100%); background-size: 100% 100%, 100% 100%, 260% 260%; animation: heroLightFlow 9s ease-in-out infinite alternate; will-change: background-position; }
.nav { position: absolute; top: 24px; left: max(28px, calc((100vw - var(--max)) / 2 + 28px)); right: max(28px, calc((100vw - var(--max)) / 2 + 28px)); z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(22px) saturate(150%); backdrop-filter: blur(22px) saturate(150%); border-radius: 999px; box-shadow: 0 16px 50px rgba(6,43,99,.16); }
.nav-brand img { width: clamp(160px,16vw,260px); }
.nav-actions { display: flex; align-items: center; gap: 12px; font-size: .94rem; font-weight: 800; }
.nav-actions a:not(.nav-button) { position: relative; overflow: hidden; isolation: isolate; color: rgba(7,26,51,.72); padding: 12px 16px; border-radius: 999px; transition: color .25s ease, transform .25s ease, box-shadow .25s ease; }
.nav-actions a:not(.nav-button)::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(115deg,rgba(37,199,204,.92) 0%,rgba(8,119,223,.92) 52%,rgba(6,43,99,.96) 100%); opacity: 0; transform: translateX(-45%) scaleX(.52); transform-origin: left center; transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .25s ease; }
.nav-actions a:not(.nav-button)::after { content: ""; position: absolute; inset: 1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,0)); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.nav-actions a:not(.nav-button):hover { color: #fff; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(6,43,99,.14); }
.nav-actions a:not(.nav-button):hover::before { opacity: 1; transform: translateX(0) scaleX(1); }
.nav-actions a:not(.nav-button):hover::after { opacity: 1; }
.nav-button, .button { position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 900; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 14px 34px rgba(6,43,99,.16); transition: transform .25s ease, box-shadow .25s ease, color .25s ease; }
.nav-button::before, .button::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; opacity: 0; transform: translateX(-42%) scaleX(.55); transform-origin: left center; transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .3s ease; background: linear-gradient(115deg,var(--cyan) 0%,var(--blue) 48%,var(--navy) 100%); }
.nav-button:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(6,43,99,.22); }
.nav-button:hover::before, .button:hover::before { opacity: 1; transform: translateX(0) scaleX(1); }
.primary, .nav-button { color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); }
.secondary { color: var(--navy); background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(18px) saturate(155%); backdrop-filter: blur(18px) saturate(155%); }
.secondary:hover { color: #fff; }
.hero-panel { width: min(1080px,92%); margin-top: 80px; text-align: center; padding: clamp(24px,4vw,58px); animation: rise .8s ease both; }
.hero-logo { width: min(640px,90%); margin: 0 auto 34px; filter: drop-shadow(0 18px 28px rgba(6,43,99,.12)); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.56); border: 1px solid rgba(255,255,255,.72); color: var(--navy); font-size: .88rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 22px; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(37,199,204,.16); }
h1 { color: var(--navy); font-size: clamp(3rem,6.55vw,7.65rem); line-height: .98; letter-spacing: -.045em; margin-bottom: 30px; }
.hero-copy { width: min(820px,100%); margin: 0 auto 34px; color: rgba(7,26,51,.72); font-size: clamp(1.15rem,1.7vw,1.55rem); line-height: 1.55; font-weight: 560; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; }
.scroll-cue { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 10px; color: rgba(6,43,99,.72); font-weight: 800; font-size: .9rem; }
.scroll-cue i { width: 28px; height: 46px; border: 2px solid rgba(6,43,99,.28); border-radius: 999px; position: relative; }
.scroll-cue i:after { content: ""; position: absolute; top: 9px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--navy); transform: translateX(-50%); animation: scrollDot 1.8s ease-in-out infinite; }
main { position: relative; z-index: 2; margin-top: -18px; }
.section { padding: clamp(54px,7vw,110px) 0 0; }
.section-header { display: grid; gap: 18px; max-width: 900px; margin-bottom: 34px; }
.kicker { color: var(--blue); font-size: .88rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h2 { color: var(--navy); font-size: clamp(2.35rem,4.8vw,5.7rem); line-height: .96; letter-spacing: -.06em; }
.section-header > p:last-child { color: var(--muted); font-size: clamp(1.05rem,1.6vw,1.35rem); line-height: 1.65; }
.bento-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.tile { position: relative; overflow: hidden; min-height: 280px; padding: clamp(24px,3vw,38px); border-radius: 34px; border: 1px solid var(--glass-border); background: var(--glass); -webkit-backdrop-filter: blur(24px) saturate(150%); backdrop-filter: blur(24px) saturate(150%); box-shadow: var(--soft-shadow); }
.tile:before { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(145deg,rgba(255,255,255,.58),rgba(255,255,255,.08)); pointer-events: none; }
.tile > * { position: relative; z-index: 1; }
.tile-large { grid-column: span 7; min-height: 460px; }
.tile-medium { grid-column: span 5; min-height: 460px; }
.tile-half { grid-column: span 6; }
.tile-dark { color: #fff; background: linear-gradient(135deg,rgba(6,43,99,.96),rgba(6,83,154,.9)); border-color: rgba(255,255,255,.22); }
.tile-cyan { color: #fff; background: linear-gradient(135deg,rgba(37,199,204,.95),rgba(18,137,220,.86)); }
.tile-photo { padding: 0; min-height: 460px; background: #d9e7ef; border-color: rgba(255,255,255,.58); }
.tile-photo:before { display: none; }
.worker-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.photo-overlay { position: absolute; inset: auto 24px 24px 24px; padding: 24px; border-radius: 26px; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.7); -webkit-backdrop-filter: blur(20px) saturate(150%); backdrop-filter: blur(20px) saturate(150%); box-shadow: 0 16px 42px rgba(4,32,72,.16); }
.photo-overlay .tile-icon { margin-bottom: 18px; }
.photo-overlay h3 { color: var(--navy); margin-bottom: 10px; }
.photo-overlay p { color: var(--ink); opacity: .72; max-width: 420px; }
.tile-dark:before, .tile-cyan:before { background: radial-gradient(circle at top right,rgba(37,199,204,.32),transparent 18rem), linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.02)); }
.tile-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.72); margin-bottom: 26px; color: var(--navy); font-size: .76rem; font-weight: 950; letter-spacing: .08em; box-shadow: 0 12px 26px rgba(6,43,99,.12); }
.tile-dark .tile-icon, .tile-cyan .tile-icon { color: #fff; background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.28); box-shadow: none; }
.tile h3 { color: currentColor; font-size: clamp(1.55rem,2.4vw,2.5rem); line-height: 1.02; letter-spacing: -.04em; margin-bottom: 18px; }
.tile p { color: currentColor; opacity: .78; line-height: 1.65; font-size: 1.02rem; max-width: 700px; }
.pill-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.pill-grid span { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); color: #fff; font-weight: 800; font-size: .96rem; }
.pill-grid span:before { content: "✓"; }
.portal-mockup { margin-top: 34px; border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.62); box-shadow: 0 20px 60px rgba(6,43,99,.18); }
.mockup-bar { height: 50px; display: flex; align-items: center; gap: 8px; padding: 0 18px; background: rgba(255,255,255,.42); border-bottom: 1px solid rgba(6,43,99,.08); }
.mockup-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(6,43,99,.24); }
.mockup-body { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mockup-card { min-height: 100px; border-radius: 20px; padding: 18px; background: linear-gradient(135deg,rgba(6,43,99,.08),rgba(37,199,204,.14)); border: 1px solid rgba(6,43,99,.06); }
.mockup-card b { display: block; color: var(--blue); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.mockup-card i { display: block; height: 10px; border-radius: 999px; background: rgba(6,43,99,.16); margin-bottom: 10px; }
.mockup-card .short { width: 58%; }
.mockup-card .medium { width: 78%; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 36px; }
.stats div { padding: 18px; border-radius: 24px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.24); }
.stats strong { display: block; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.05em; line-height: 1; }
.stats span { display: block; margin-top: 8px; opacity: .72; font-weight: 700; font-size: .92rem; line-height: 1.35; }
.perks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.perk {
  min-height: 280px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--glass-border);
  background: var(--glass-strong);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
  box-shadow: 0 14px 46px rgba(6,43,99,.1);
  transition: transform .25s ease, box-shadow .25s ease;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 18px;
  align-items: stretch;
}
.perk:hover { transform: translateY(-6px); box-shadow: 0 22px 70px rgba(6,43,99,.16); }
.perk-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.perk span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg,rgba(37,199,204,.22),rgba(8,119,223,.14));
  color: var(--navy);
  font-size: 0;
  letter-spacing: 0;
  flex: 0 0 auto;
}
.perk h3 { color: var(--navy); font-size: 1.45rem; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 10px; }
.perk p { color: var(--muted); line-height: 1.6; font-size: .98rem; }
.perk-media {
  align-self: stretch;
  height: 100%;
  min-height: 140px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(6,43,99,.08);
}
.perk-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; }
.cta-panel { position: relative; overflow: hidden; padding: clamp(34px,5vw,72px); border-radius: 42px; color: #fff; background: radial-gradient(circle at top right,rgba(37,199,204,.34),transparent 22rem), linear-gradient(135deg,var(--navy),#064e9e); box-shadow: var(--shadow); }
.cta-panel:after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; bottom: -160px; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { color: #fff; margin: 18px 0 22px; }
.cta-panel p:not(.kicker) { max-width: 760px; opacity: .8; line-height: 1.7; font-size: 1.12rem; margin-bottom: 32px; }
.cta-panel .kicker { color: var(--cyan); }
.mini-stack { display: grid; gap: 22px; }
.mini-stack article { padding: 30px; border-radius: 24px; background: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--soft-shadow); -webkit-backdrop-filter: blur(20px) saturate(150%); backdrop-filter: blur(20px) saturate(150%); }
.mini-stack strong { display: block; color: var(--navy); font-size: 1.25rem; margin-bottom: 8px; }
.mini-stack span { color: var(--muted); line-height: 1.55; }
footer { padding: 48px 0 0; color: rgba(7,26,51,.54); font-weight: 700; text-align: center; }

@keyframes heroImageFlow {
  0% { transform: scale(1.08) translate3d(-3.4%, -2.4%, 0) rotate(-0.3deg); background-position: 44% 48%; }
  50% { transform: scale(1.14) translate3d(2.8%, 1.8%, 0) rotate(0.35deg); background-position: 57% 50%; }
  100% { transform: scale(1.1) translate3d(1.2%, -2.2%, 0) rotate(-0.15deg); background-position: 51% 56%; }
}
@keyframes heroLightFlow {
  0% { background-position: center, center, -35% 50%; }
  50% { background-position: center, center, 65% 38%; }
  100% { background-position: center, center, 135% 58%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg:before,
  .hero-bg:after,
  .scroll-cue i:after,
  .hero-panel {
    animation: none !important;
  }
}

@keyframes rise { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes scrollDot { 0%,100% { transform: translate(-50%,0); opacity: .3; } 50% { transform: translate(-50%,14px); opacity: 1; } }
@media (max-width: 1100px) {
  .hero { min-height: 100vh; min-height: 100svh; }
  .nav-actions a:not(.nav-button) { display: none; }
  .tile-large, .tile-medium, .tile-half { grid-column: span 12; }
  .perks-grid { grid-template-columns: repeat(2,1fr); }
  .perk { grid-template-columns: minmax(0,1fr) 96px; min-height: 250px; }
  .cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-shell { padding: 0 16px 40px; }
  .hero { min-height: 100vh; min-height: 100svh; padding-top: 100px; padding-left: 16px; padding-right: 16px; }
  .hero-bg { border-radius: 0 0 34px 34px; }
  .nav { left: 16px; right: 16px; top: 14px; padding: 12px; }
  .nav-brand img { width: 144px; }
  .nav-button { min-height: 42px; padding: 0 14px; font-size: .86rem; }
  .hero-panel { width: 100%; margin-top: 26px; padding-left: 0; padding-right: 0; }
  .hero-logo { margin-bottom: 26px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .pill-grid, .mockup-body, .stats, .perks-grid { grid-template-columns: 1fr; }
  .perk { grid-template-columns: 1fr; }
  .perk-media { order: -1; min-height: 180px; }

  .tile { min-height: auto; border-radius: 28px; }
  .perk { min-height: auto; }
}
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .nav, .tile, .perk, .mini-stack article { background: rgba(255,255,255,.88); }
  .tile-dark { background: #062b63; }
  .tile-cyan { background: #0877df; }
}


.tile-icon svg,
.perk span svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tile-icon,
.perk span {
  font-size: 0;
  letter-spacing: 0;
}
