/* ==========================================================================
   Base & Reset
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #071426;
  --navy2: #0d2940;
  --teal: #16c6b5;
  --teal2: #0aa998;
  --cyan: #65e9df;
  --ink: #0b1728;
  --muted: #64748b;
  --line: #dfe7ef;
  --soft: #f5f8fb;
  --light: #f5f8fb;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  line-height: 1.1;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11, 23, 40, 0.08);
}

.nav-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  display: block;
  width: 148px;
  height: auto;
  max-height: 55px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 13.5px;
  font-weight: 700;
  color: #405267;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--teal2);
}

/* ==========================================================================
   Buttons & Badges
   ========================================================================== */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  background: var(--navy);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 8px;
}

.btn-primary {
  background: var(--teal);
  color: #03201e;
  box-shadow: 0 12px 30px rgba(22, 198, 181, 0.22);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--white);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9ee9e0;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 900;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.eyebrow span {
  width: 25px;
  height: 2px;
  background: var(--teal);
  display: inline-block;
}

.eyebrow.dark {
  color: var(--teal2);
}

/* ==========================================================================
   Shared Hero Styles
   ========================================================================== */
.hero,
.audit-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 18%, rgba(22, 198, 181, 0.19), transparent 27%),
              linear-gradient(135deg, #061322, #0b2940 58%, #0c4a58);
  color: var(--white);
  padding: 88px 0 105px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.24;
  pointer-events: none;
}

.orb-one {
  width: 430px;
  height: 430px;
  right: -170px;
  top: -150px;
  background: var(--teal);
}

.orb-two {
  width: 290px;
  height: 290px;
  left: -150px;
  bottom: -170px;
  background: #1b6ea0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 62px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.audit-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 70px;
  align-items: center;
}

.hero h1,
.hero-copy h1 {
  font-size: clamp(42px, 5.2vw, 70px);
  letter-spacing: -2.5px;
  max-width: 760px;
}

.hero h1 span,
.hero-copy h1 strong {
  background: linear-gradient(90deg, #ffffff, #70eee5);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text,
.hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #c7d5df;
  max-width: 700px;
  margin: 25px 0 24px;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}

.service-pills span {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  padding: 7px 12px;
  border-radius: 999px;
  color: #dcebf2;
}

.hero-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.microcopy {
  font-size: 12px;
  color: #9eb2c0;
  max-width: 620px;
  margin-top: 15px;
}

/* ==========================================================================
   Hero Visuals (Style 1)
   ========================================================================== */
.hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card {
  width: min(100%, 520px);
  background: var(--white);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.3);
  transform: rotate(1deg);
}

.logo-label {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #708092;
  padding: 3px 5px 11px;
}

.logo-card img {
  display: block;
  width: 100%;
  border-radius: 13px;
}

.flow-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  color: var(--navy);
  font-size: 11px;
  padding: 12px 4px 3px;
}

.flow-strip i {
  font-style: normal;
  color: var(--teal2);
  font-weight: 900;
}

.dashboard-card {
  position: absolute;
  left: -20px;
  bottom: -18px;
  width: 245px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.dashboard-card > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.dashboard-card strong {
  font-size: 10px;
  letter-spacing: 1px;
}

.dashboard-card small {
  font-size: 9px;
  color: #718293;
}

.dashboard-bars {
  height: 75px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin: 13px 0 9px;
  border-bottom: 1px solid #dce5eb;
}

.dashboard-bars span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, var(--teal2), var(--cyan));
}

.dashboard-foot {
  display: flex;
  gap: 5px;
  font-size: 9px;
  color: #728294;
  align-items: center;
}

.dashboard-foot strong {
  color: var(--teal2);
  font-size: 9px;
}

/* ==========================================================================
   Hero Audit Form Card & Trust Row (Style 2)
   ========================================================================== */
.promise-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 650px;
}

.promise-row div {
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.promise-row b {
  display: block;
  color: #55d8c8;
  font-size: 11px;
  letter-spacing: 1px;
}

.promise-row span {
  display: block;
  color: #d6e2e9;
  font-size: 12px;
  margin-top: 3px;
}

.trust-note {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  color: #d5e1e8;
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(22, 198, 181, 0.18);
}

.trust-note strong { font-size: 13px; }
.trust-note small { color: #9fb4c2; font-size: 11px; }

.audit-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mini-label {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: var(--teal2);
  font-weight: 900;
  text-transform: uppercase;
}

.card-head h2 {
  font-size: 26px;
  letter-spacing: -1px;
  margin-top: 4px;
}

.audit-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e7faf7;
  color: var(--teal2);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
}

.audit-card label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #465a6e;
  margin-top: 12px;
}

.audit-card input,
.audit-card select {
  width: 100%;
  height: 45px;
  margin-top: 6px;
  padding: 0 13px;
  border: 1px solid #d9e2e8;
  border-radius: 9px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.audit-card input:focus,
.audit-card select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(22, 198, 181, 0.12);
}

.submit-btn {
  width: 100%;
  border: 0;
  border-radius: 9px;
  margin-top: 17px;
  height: 48px;
  background: var(--teal);
  color: #062c2a;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(22, 198, 181, 0.25);
}

.submit-btn span {
  margin-left: 7px;
}

.form-note {
  font-size: 10px;
  color: #778899;
  line-height: 1.45;
  margin-top: 9px;
  text-align: center;
}

/* ==========================================================================
   Content Sections
   ========================================================================== */
.philosophy-section,
.promise-section,
.what-you-get {
  padding: 105px 0;
  background: var(--white);
}

.services-section,
.questions-section {
  padding: 105px 0;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.two-column,
.promise-grid,
.questions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  align-items: flex-end;
  margin-bottom: 48px;
}

.section-heading h2,
.philosophy-section h2,
.promise-section h2,
.questions-grid h2,
.centered h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -1.8px;
}

.section-heading h2 em,
.philosophy-section h2 em,
.promise-section h2 em,
.centered h2 em {
  font-style: normal;
  color: var(--teal2);
}

.section-heading > p {
  max-width: 450px;
  color: var(--muted);
}

.philosophy-copy {
  max-width: 650px;
  color: var(--muted);
}

.philosophy-copy .lead {
  font-size: 23px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}

.philosophy-copy p {
  margin-bottom: 14px;
}

.growth-flow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
  margin: 24px 0;
  color: var(--navy);
}

.growth-flow span {
  color: var(--teal2);
  font-weight: 900;
}

.objective {
  border-left: 3px solid var(--teal);
  padding-left: 16px;
}

/* Grids: Services (3 cols) & Benefits (4 cols) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 26px;
  min-height: 255px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(7, 20, 38, 0.09);
  border-color: #c5e7e3;
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #e7fbf8;
  display: grid;
  place-items: center;
  font-size: 21px;
  margin-bottom: 17px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-card a {
  display: inline-flex;
  gap: 8px;
  margin-top: 18px;
  color: var(--teal2);
  font-size: 13px;
  font-weight: 900;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 25px;
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(11, 45, 77, 0.08);
  border-color: #c5e7e3;
}

.benefit > span {
  font-size: 11px;
  color: var(--teal2);
  font-weight: 900;
  letter-spacing: 1px;
}

.benefit h3 {
  font-size: 18px;
  margin: 17px 0 9px;
}

.benefit p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ==========================================================================
   Approach / Framework (6-step process)
   ========================================================================== */
.approach-section {
  padding: 108px 0;
  background: var(--navy);
  color: var(--white);
}

.centered {
  max-width: 800px;
  margin: 0 auto 65px;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p {
  color: #b9cad6;
  margin-top: 19px;
}

.framework {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  position: relative;
}

.framework-line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.framework-step {
  text-align: center;
  position: relative;
}

.framework-step > span {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(101, 233, 223, 0.75);
  border-radius: 50%;
  background: var(--navy);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.framework-step small {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: var(--cyan);
  font-weight: 900;
}

.framework-step h3 {
  font-size: 16px;
  margin: 7px 0 8px;
}

.framework-step p {
  font-size: 11px;
  color: #aebfca;
  line-height: 1.5;
}

/* ==========================================================================
   Questions / FAQ Blocks
   ========================================================================== */
.questions {
  max-width: 520px;
}

.questions > p:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
}

.question,
.question-list div {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.question-list {
  border-top: 1px solid var(--line);
}

.question b,
.question-list b {
  font-size: 11px;
  color: var(--teal2);
  letter-spacing: 1px;
}

.question span,
.question-list span {
  font-size: 18px;
  font-weight: 800;
}

.signature {
  margin-top: 25px;
  color: var(--muted);
}

/* ==========================================================================
   CTA Panels: Audit Panel & Direct Contact Panel
   ========================================================================== */
.audit-section,
.direct-contact {
  padding: 30px 0 100px;
}

.direct-contact {
  background: var(--soft);
}

.audit-panel,
.contact-panel {
  border-radius: 24px;
  background: linear-gradient(135deg, var(--navy), var(--navy2) 62%, #0c5360);
  padding: 55px 58px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  box-shadow: 0 25px 70px rgba(7, 20, 38, 0.18);
}

.audit-panel h2,
.contact-panel h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -2px;
  max-width: 700px;
}

.audit-panel > div:first-child > p,
.contact-panel p {
  color: #c1d0da;
  max-width: 650px;
  line-height: 1.7;
  margin-top: 15px;
}

.audit-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.audit-points span {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 7px 11px;
  color: #d6e4eb;
  background: rgba(255, 255, 255, 0.05);
}

.audit-box {
  background: var(--white);
  color: var(--ink);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.audit-box strong {
  font-size: 20px;
  font-family: "Manrope", system-ui, sans-serif;
}

.audit-box p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 17px;
}

.audit-box .btn {
  width: 100%;
}

.audit-box small {
  display: block;
  color: #718293;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}

.direct-actions {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 35px;
}

.contact-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.contact-line strong {
  color: var(--white);
}

.contact-line span {
  color: #a8dcd6;
  text-align: right;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #050e19;
  color: #9eafbf;
  padding: 38px 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
  font-size: 12px;
}

.footer-content strong {
  color: var(--white);
  font-size: 15px;
}

.footer-content p {
  margin-top: 5px;
}

.footer-content a:hover {
  color: var(--cyan);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .audit-hero-grid,
  .two-column,
  .promise-grid,
  .questions-grid,
  .audit-panel,
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero {
    padding: 76px 0 100px;
  }

  .hero-visual,
  .audit-card {
    max-width: 620px;
    margin: auto;
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 20px;
  }

  .services-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .framework {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }

  .framework-line {
    display: none;
  }

  .direct-actions {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    height: 68px;
  }

  .brand img {
    width: 126px;
  }

  .btn-small {
    display: none;
  }

  .hero,
  .audit-hero {
    padding: 62px 0 85px;
  }

  .hero h1,
  .hero-copy h1 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .hero-text,
  .hero-lead {
    font-size: 15px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 350px;
  }

  .logo-card {
    padding: 12px;
  }

  .dashboard-card {
    left: 5px;
    bottom: -25px;
    width: 220px;
  }

  .promise-row {
    grid-template-columns: 1fr;
  }

  .audit-card {
    padding: 20px;
  }

  .philosophy-section,
  .services-section,
  .approach-section,
  .promise-section,
  .what-you-get,
  .questions-section {
    padding: 70px 0;
  }

  .services-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .framework {
    grid-template-columns: 1fr 1fr;
  }

  .audit-section,
  .direct-contact {
    padding: 15px 0 70px;
  }

  .audit-panel,
  .contact-panel {
    padding: 32px 24px;
    gap: 30px;
  }

  .contact-line {
    display: block;
  }

  .contact-line span {
    display: block;
    text-align: left;
    margin-top: 5px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .growth-flow {
    gap: 6px;
    font-size: 12px;
  }
}