/* ===========================================================
   Verativa — single page
   Brand navy #162850 · clean corporate aesthetic
   =========================================================== */

:root {
  --navy: #162850;
  --navy-deep: #122144;
  --ink: #1b2a4e;
  --muted: #5b6783;
  --muted-light: #c8d2e6;
  --accent: #2a5bb0;
  --line: #e7eaf1;
  --white: #ffffff;
  --bg: #ffffff;

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 48px);

  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-icon { width: 30px; height: 30px; border-radius: 7px; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--navy);
  letter-spacing: .2px;
}
.main-nav {
  display: flex;
  gap: 40px;
}
.main-nav a {
  font-size: .95rem;
  color: var(--muted);
  font-weight: 500;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--navy); }

/* ===== Hero ===== */
.hero { padding: clamp(48px, 9vw, 110px) 0 clamp(60px, 10vw, 120px); }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}
.hero-logo img {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
}
.hero-copy h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.6rem, 6.2vw, 5rem);
  line-height: 1.02;
  letter-spacing: -1.5px;
  color: var(--navy);
  margin: 0 0 1.4rem;
}
.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: var(--muted);
  max-width: 30ch;
  margin: 0;
}

/* ===== Simulate / Analyze ===== */
.simulate {
  background: var(--navy);
  color: var(--white);
  padding: clamp(60px, 9vw, 110px) 0 clamp(70px, 10vw, 120px);
}
.section-title {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.18;
  margin: 0 0 clamp(40px, 6vw, 70px);
}
.section-title .ul {
  text-decoration: none;
}

.feature-visual {
  max-width: 1000px;
  margin: 0 auto clamp(30px, 4vw, 42px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.55);
}
.feature-visual img {
  width: 100%;
  display: block;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  background: #f7fbff;
}

.feature-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 420px));
  justify-content: center;
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.feature-copy {
  text-align: center;
}
.feature-copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 .55rem;
  color: #fff;
}
.feature-copy p {
  margin: 0 auto;
  color: var(--muted-light);
  font-size: .98rem;
  max-width: 42ch;
}

/* ===== Team ===== */
.team { padding: clamp(64px, 9vw, 120px) 0; }
.team-inner { text-align: center; }
.overline {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 .8rem;
}
.team-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5.4vw, 4rem);
  letter-spacing: -1px;
  color: var(--navy);
  margin: 0 0 2rem;
}
.btn-linkedin {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-weight: 500;
  font-size: .98rem;
  padding: 14px 30px;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 10px 24px -12px rgba(22, 40, 80, 0.7);
}
.btn-linkedin:hover {
  background: #1d3568;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -12px rgba(22, 40, 80, 0.6);
}

.team-grid {
  list-style: none;
  margin: clamp(48px, 7vw, 84px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 70px) clamp(40px, 6vw, 90px);
}
.member {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--navy);
  margin: 0 0 .15rem;
  order: -1;            /* name + role appear above photo, matching source */
}
.member-role {
  font-style: italic;
  color: var(--muted);
  font-size: .95rem;
  margin: 0 0 1.4rem;
  order: -1;
}
.member-photo {
  display: block;
  width: 200px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f4f7;
  box-shadow: 0 18px 40px -22px rgba(22, 40, 80, 0.4);
  cursor: pointer;
}
.member-photo img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  transition: transform .5s ease;
}
.member:hover .member-photo img { transform: scale(1.05); }

/* ===== Team page ===== */
.team-hero {
  text-align: center;
  padding: clamp(48px, 8vw, 96px) 0 clamp(28px, 4vw, 44px);
}
.team-hero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5.4vw, 4rem);
  letter-spacing: -1px;
  color: var(--navy);
  margin: 0 0 1.2rem;
}
.team-hero-sub {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 60ch;
  margin: 0 auto 2rem;
}

.profiles { padding: 0 0 clamp(64px, 9vw, 110px); }
.profile {
  max-width: 980px;
  margin: 0 auto clamp(40px, 6vw, 64px);
}
.profile:last-child { margin-bottom: 0; }

.profile-bar {
  background: var(--navy);
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 18px clamp(20px, 3vw, 32px);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.profile-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}
.profile-role {
  font-style: italic;
  font-size: clamp(.95rem, 1.6vw, 1.1rem);
  color: var(--muted-light);
}

.profile-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(24px, 4vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 24px 60px -40px rgba(22, 40, 80, 0.45);
}
.profile-photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f7;
  align-self: start;
  box-shadow: 0 18px 40px -24px rgba(22, 40, 80, 0.4);
}
.profile-photo img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}
.profile-photo--monogram {
  aspect-ratio: 5 / 6;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #213a6b, var(--navy));
}
.profile-photo--monogram span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.92);
}
.profile-bio p {
  margin: 0 0 1.1rem;
  color: var(--ink);
  font-size: 1rem;
}
.profile-bio p:last-child { margin-bottom: 0; }

@media (max-width: 720px) {
  .profile-body { grid-template-columns: 1fr; }
  .profile-photo { max-width: 200px; }
  .profile-photo--monogram { max-width: 200px; }
}

/* ===== About page ===== */
.about-hero {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: clamp(44px, 8vw, 88px) 0;
}
.about-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -.5px;
  margin: 0;
}

.about { padding: clamp(48px, 8vw, 96px) 0; }
.about-inner { max-width: 860px; }

.about-banner {
  margin: 0 0 clamp(36px, 6vw, 60px);
}
.about-banner img {
  width: 100%;
  border-radius: 14px;
}

.about-block { margin-bottom: clamp(40px, 6vw, 64px); }
.about-block:last-child { margin-bottom: 0; }

.about h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 1.1rem;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.about p {
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  margin: 0 0 1rem;
}
.about p:last-child { margin-bottom: 0; }
.about-kicker {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
}

.about-list {
  margin: .4rem 0 0;
  padding-left: 1.3rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}
.about-list li { margin-bottom: .45rem; }
.about-list li:last-child { margin-bottom: 0; }
.about-list li::marker { color: var(--accent); }

.about-figure {
  margin: clamp(28px, 5vw, 48px) 0 0;
}
.about-figure img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 24px 60px -28px rgba(22, 40, 80, 0.5);
}
.about-figure figcaption {
  text-align: center;
  color: var(--muted);
  font-size: .85rem;
  margin-top: .85rem;
}

.voice-group { margin-top: 1.5rem; }
.voice-label {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 .4rem;
  font-size: 1.05rem;
}

.about-summary {
  border-top: 1px solid var(--line);
  padding-top: clamp(32px, 5vw, 52px);
}

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: clamp(48px, 7vw, 80px);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.4fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-bottom: clamp(40px, 6vw, 60px);
}
.footer-brand img { width: 180px; }
.footer-links h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
}
.footer-links a {
  display: block;
  color: var(--muted);
  margin-bottom: .9rem;
  transition: color .2s ease;
}
.footer-links a:hover { color: var(--navy); }

.footer-form label {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.footer-form .field {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  max-width: 360px;
  transition: border-color .2s ease;
}
.footer-form .field:focus-within { border-color: var(--accent); }
.footer-form input {
  flex: 1;
  border: 0;
  padding: 13px 16px;
  font: inherit;
  color: var(--ink);
  background: transparent;
  outline: none;
}
.footer-form button {
  border: 0;
  background: var(--navy);
  color: #fff;
  padding: 0 20px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background .2s ease;
}
.footer-form button:hover { background: #1d3568; }
.form-note {
  color: var(--muted);
  font-size: .82rem;
  margin: .8rem 0 0;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 28px;
}
.copyright { color: var(--muted); font-size: .9rem; margin: 0; }
.social {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--navy);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.social:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ===== Reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-logo { order: -1; }
  .hero-sub { margin-inline: auto; }
  .cards { grid-template-columns: 1fr; max-width: 480px; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .main-nav { gap: 22px; }
  .team-grid { gap: 40px; }
}


/* ===== Insight pages ===== */
.insight-hero {
  padding: clamp(56px, 9vw, 108px) 0 clamp(46px, 7vw, 78px);
}
.insight-hero--light {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.insight-hero--navy {
  background: var(--navy);
  color: #fff;
}
.insight-hero-inner {
  max-width: 860px;
}
.insight-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: var(--navy);
  margin: 0 0 1rem;
}
.insight-hero--navy h1 {
  color: #fff;
}
.insight-sub {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}
.insight-sub--light {
  color: rgba(255, 255, 255, 0.82);
}
.overline--teal {
  color: #1ba7b8;
}

.what-layout {
  padding: clamp(24px, 5vw, 54px) 0 clamp(50px, 8vw, 96px);
}
.what-layout-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(28px, 4vw, 46px);
  align-items: stretch;
}
.what-panel {
  background: var(--navy);
  color: #fff;
  border-top: 10px solid #1ba7b8;
  border-radius: 0;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 28px 60px -34px rgba(22, 40, 80, 0.55);
}
.what-panel h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.18;
  letter-spacing: -0.8px;
  margin: 0 0 1rem;
}
.what-panel p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  margin: 0 0 1rem;
}
.what-panel-note {
  margin-top: clamp(36px, 5vw, 54px) !important;
  color: #1ba7b8 !important;
  font-style: italic;
}
.what-steps {
  display: grid;
  gap: 18px;
}
.step-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  align-items: start;
  background: #f6fbfd;
  border: 1px solid #d9ebef;
  border-left: 8px solid #1ba7b8;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 18px 42px -32px rgba(22, 40, 80, 0.3);
}
.step-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  color: #0e9aae;
}
.step-copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin: 0 0 .6rem;
}
.step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.insight-support {
  padding: 0 0 clamp(70px, 8vw, 110px);
}
.insight-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(22px, 4vw, 34px);
}
.support-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 34px);
  box-shadow: 0 20px 48px -36px rgba(22, 40, 80, 0.35);
}
.support-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--navy);
  margin: 0 0 .9rem;
}

.how-process {
  background: var(--navy);
  color: #fff;
  padding: clamp(60px, 8vw, 100px) 0;
}
.process-intro {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vw, 52px);
}
.process-intro h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 1rem;
  color: #fff;
}
.process-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.6vw, 1.14rem);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 26px);
}
.process-card {
  border-top: 8px solid #1ba7b8;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 179, 0.3);
}
.process-number {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  color: #0e9aae;
  margin-bottom: 1.5rem;
}
.process-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.25;
  margin: 0 0 1rem;
}
.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}
.how-difference {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #fff;
}
.how-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(20px, 4vw, 30px);
}
.difference-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 34px);
  box-shadow: 0 20px 48px -38px rgba(22, 40, 80, 0.35);
}
.difference-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--navy);
  margin: 0 0 .8rem;
}
.difference-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}
.difference-card--accent {
  background: linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
  border-color: #d5e0f3;
}
.insight-cta {
  background: linear-gradient(90deg, #138c9b 0%, #1ba7b8 100%);
  color: #fff;
  padding: clamp(22px, 3vw, 28px) 0;
  text-align: center;
}
.insight-cta p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  line-height: 1.35;
}

@media (max-width: 980px) {
  .what-layout-grid,
  .process-grid,
  .how-difference-grid,
  .insight-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .step-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}


.verativa-meaning {
  padding: 0 0 clamp(42px, 6vw, 70px);
  background: #fff;
}
.meaning-card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #dce6f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(42, 91, 176, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(27, 167, 184, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 28px 60px -42px rgba(22, 40, 80, 0.42);
  text-align: center;
}
.meaning-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
  margin: 1rem 0 1.1rem;
}
.meaning-stroke {
  width: clamp(40px, 9vw, 110px);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #1ba7b8 50%, transparent 100%);
}
.meaning-word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.65rem, 4.8vw, 4rem);
  line-height: 1;
  letter-spacing: 0.22em;
  color: var(--navy);
  text-indent: 0.22em;
}
.meaning-tagline {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b5fae;
}
.meaning-copy {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

@media (max-width: 720px) {
  .meaning-mark {
    flex-direction: column;
    gap: 10px;
  }
  .meaning-stroke {
    width: 120px;
  }
  .meaning-word {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
}
