:root {
  --navy: #123047;
  --ocean: #1f6f8b;
  --sky: #d9eef7;
  --cloud: #f4fbfe;
  --sand: #ffe8c2;
  --amber: #e8a317;
  --ink: #163042;
  --muted: #5b7383;
  --line: rgba(18, 48, 71, 0.12);
  --display: "Fraunces", Georgia, serif;
  --sans: "Plus Jakarta Sans", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    linear-gradient(180deg, #eaf6fb 0%, var(--cloud) 28%, #fff 60%, #eef7fb 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

.skyline {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 60% 35% at 80% -5%, rgba(232, 163, 23, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 30% at 10% 0%, rgba(31, 111, 139, 0.15), transparent 55%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 80px,
      rgba(18, 48, 71, 0.015) 80px,
      rgba(18, 48, 71, 0.015) 81px
    );
}

.header,
main,
.footer { position: relative; z-index: 1; }

a { color: var(--ocean); }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.2rem, 4vw, 3.5rem);
  position: sticky;
  top: 0;
  background: rgba(244, 251, 254, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  z-index: 30;
}

.brand {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand span { color: var(--ocean); }

.header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  align-items: center;
}

.header nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 560;
}

.header nav a:hover { color: var(--navy); }

.header-cta {
  background: var(--navy);
  color: #fff !important;
  padding: 0.55rem 0.9rem;
  border-radius: 8px;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.burger i,
.burger i::before,
.burger i::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
  margin: 0 auto;
  position: relative;
}

.burger i::before,
.burger i::after {
  content: "";
  position: absolute;
  left: 0;
}

.burger i::before { top: -6px; }
.burger i::after { top: 6px; }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(3rem, 8vh, 5.5rem) clamp(1.2rem, 4vw, 3.5rem) 3.5rem;
}

.brand-hero {
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 1.2rem;
  color: var(--navy);
  max-width: 12ch;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 1rem;
  max-width: 18ch;
  color: var(--ocean);
}

.hero-sub {
  margin: 0 0 1.6rem;
  color: var(--muted);
  max-width: 42ch;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn.solid {
  background: linear-gradient(135deg, var(--amber), #f0b83a);
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(232, 163, 23, 0.28);
}

.btn.line {
  border: 1px solid var(--line);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
}

.hero-stage {
  display: flex;
  justify-content: center;
}

.stage-panel {
  width: min(100%, 460px);
  background:
    linear-gradient(160deg, #123047, #1f6f8b 70%, #2a88a8);
  color: #eaf6fb;
  border-radius: 28px 28px 18px 18px;
  padding: 1.4rem 1.4rem 1.2rem;
  box-shadow: 0 30px 60px rgba(18, 48, 71, 0.25);
  position: relative;
  overflow: hidden;
}

.stage-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -30% 20%;
  height: 60%;
  background: radial-gradient(circle, rgba(232, 163, 23, 0.35), transparent 60%);
}

.stage-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1rem;
  margin-bottom: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  position: relative;
  font-weight: 600;
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(232, 163, 23, 0.7);
  animation: ping 1.8s infinite;
}

.pulse.delay { animation-delay: 0.4s; background: #7ddec4; box-shadow: 0 0 0 0 rgba(125, 222, 196, 0.7); }
.pulse.delay2 { animation-delay: 0.8s; background: #9ad0ff; box-shadow: 0 0 0 0 rgba(154, 208, 255, 0.7); }

@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(232, 163, 23, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(232, 163, 23, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 163, 23, 0); }
}

.stage-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 140px;
  margin: 1.2rem 0 0.8rem;
  position: relative;
  padding: 0 0.2rem;
}

.stage-chart div {
  flex: 1;
  height: var(--h);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, var(--sand), rgba(255, 255, 255, 0.35));
  transform-origin: bottom;
  animation: grow 1.4s ease both;
}

.stage-chart div:nth-child(2) { animation-delay: 0.08s; }
.stage-chart div:nth-child(3) { animation-delay: 0.16s; }
.stage-chart div:nth-child(4) { animation-delay: 0.24s; }
.stage-chart div:nth-child(5) { animation-delay: 0.32s; }
.stage-chart div:nth-child(6) { animation-delay: 0.4s; }
.stage-chart div:nth-child(7) { animation-delay: 0.48s; }

@keyframes grow {
  from { transform: scaleY(0.2); opacity: 0.3; }
  to { transform: scaleY(1); opacity: 1; }
}

.stage-note {
  margin: 0;
  position: relative;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 246, 251, 0.75);
}

.trust-band {
  margin: 0 clamp(1.2rem, 4vw, 3.5rem);
  padding: 1.3rem 1.5rem;
  background: rgba(255, 232, 194, 0.55);
  border: 1px solid rgba(232, 163, 23, 0.25);
  border-radius: 16px;
}

.trust-band p {
  margin: 0;
  text-align: center;
  color: var(--navy);
  font-weight: 600;
  max-width: 70ch;
  margin-inline: auto;
}

section {
  padding: clamp(3.8rem, 9vh, 6.2rem) clamp(1.2rem, 4vw, 3.5rem);
}

.kicker {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ocean);
}

h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--navy);
}

.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem 2.5rem;
}

.about-right p {
  color: var(--muted);
  font-size: 1.05rem;
}

.about-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  margin-top: 1rem;
}

.about-points article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 10px 30px rgba(18, 48, 71, 0.04);
}

.about-points h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.about-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 0;
}

.numbers div {
  background: linear-gradient(180deg, #fff, var(--sky));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.4rem;
}

.numbers strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--ocean);
  line-height: 1;
  margin-bottom: 0.55rem;
}

.numbers span {
  color: var(--muted);
  font-size: 0.9rem;
}

.solutions .intro {
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 2rem;
}

.solution-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.6rem 1.6rem 1.4rem;
  margin-bottom: 1rem;
  border-left: 6px solid var(--ocean);
  box-shadow: 0 12px 28px rgba(18, 48, 71, 0.04);
}

.solution-card[data-accent="2"] { border-left-color: var(--amber); }
.solution-card[data-accent="3"] { border-left-color: #2f9e8b; }
.solution-card[data-accent="4"] { border-left-color: #4b7cbc; }

.solution-card h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin: 0 0 0.7rem;
  color: var(--navy);
}

.solution-card > p {
  color: var(--muted);
  max-width: 78ch;
}

.solution-card ul {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  columns: 2;
  gap: 1.5rem;
}

.solution-card li { margin-bottom: 0.35rem; }

.journey-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scroll-snap-type: x mandatory;
}

.journey-track article {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.3rem;
  min-height: 220px;
  position: relative;
}

.journey-track article::after {
  content: "";
  position: absolute;
  top: 1.55rem;
  right: -0.7rem;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--amber);
  border-right: 2px solid var(--amber);
  transform: rotate(45deg);
}

.journey-track article:last-child::after { display: none; }

.journey-track span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.55rem;
}

.journey-track h3 {
  font-family: var(--display);
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
}

.journey-track p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.industries {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.industry-grid article {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
}

.industry-grid h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.industry-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.playbook-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.playbook-list div {
  padding: 1.35rem;
  border-radius: 16px;
  background: var(--navy);
  color: #eaf6fb;
}

.playbook-list h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--sand);
}

.playbook-list p {
  margin: 0;
  color: rgba(234, 246, 251, 0.78);
  font-size: 0.95rem;
}

.stories article {
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}

.stories article:last-child { border-bottom: 1px solid var(--line); }

.stories h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  margin: 0 0 0.55rem;
  color: var(--ocean);
}

.stories p {
  margin: 0;
  color: var(--muted);
  max-width: 82ch;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.resource-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem;
}

.resource-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
}

.resource-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.2rem 1rem;
  margin-bottom: 0.6rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 0.95rem 0;
  list-style: none;
  color: var(--navy);
}

.faq summary::-webkit-details-marker { display: none; }

.faq p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 70ch;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  background: linear-gradient(135deg, #fff 40%, var(--sky));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 20px 50px rgba(18, 48, 71, 0.08);
}

.contact-card address {
  font-style: normal;
  margin: 1.4rem 0 0.8rem;
  line-height: 1.8;
}

.email-line { font-size: 1.05rem; font-weight: 600; }

.contact-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.contact-card label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-card .span2 { grid-column: 1 / -1; }

.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.contact-card button {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  border-radius: 10px;
  padding: 0.95rem 1.3rem;
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ocean);
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 2.4rem clamp(1.2rem, 4vw, 3.5rem) 3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer strong {
  font-family: var(--display);
  color: var(--navy);
  font-size: 1.15rem;
}

.footer p:last-child { grid-column: 1 / -1; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero,
  .about,
  .numbers,
  .about-points,
  .industries,
  .industry-grid,
  .playbook-list,
  .resource-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .solution-card ul { columns: 1; }

  .burger { display: block; }

  .header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.2rem 1.3rem;
    background: rgba(244, 251, 254, 0.97);
    border-bottom: 1px solid var(--line);
  }

  .header nav.open { display: flex; }
}

@media (max-width: 640px) {
  .contact-card form { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .journey-track article::after { display: none; }
}
