:root {
  --fjord: #102D57;
  --fjord-deep: #071B36;
  --fjord-soft: #16477F;
  --mist: #F7F9FB;
  --paper: #FFFFFF;
  --text: #1F2C3A;
  --muted: #5E6B78;
  --teal: #256BFF;
  --teal-dark: #154FD1;
  --gold: #E8B44D;
  --logo-blue: #256BFF;
  --logo-navy: #08275A;
  --orange: #F28C38;
  --line: rgba(31, 44, 58, 0.12);
  --line-light: rgba(255, 255, 255, 0.15);
  --shadow: 0 24px 70px rgba(19, 38, 63, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

main,
section,
header,
footer {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--mist);
  line-height: 1.5;
}

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--fjord);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.hero-copy,
.hero-card,
.section-heading,
.feature-panel,
.example-card,
.service-card,
.cta-box,
.text-stack,
.audience-grid span {
  min-width: 0;
}

h1,
h2,
h3,
p,
span,
a {
  overflow-wrap: anywhere;
}

.narrow {
  width: min(850px, calc(100% - 2rem));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 27, 54, 0.95);
  color: #fff;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-light);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 1.35rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 107, 255, 0.35);
}

.site-nav {
  display: flex;
  gap: 1.35rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
}

.site-nav a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line-light);
  font-weight: 800;
}

.header-cta:hover {
  background: rgba(255, 255, 255, 0.16);
}

.section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(37, 107, 255, 0.16), transparent 34rem),
    linear-gradient(180deg, var(--fjord), var(--fjord-deep));
  color: #fff;
}

.section-light {
  background: var(--mist);
}

.hero {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin-bottom: 1rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 900;
  font-size: 0.8rem;
}

h1,
h2 {
  letter-spacing: -0.07em;
  line-height: 0.95;
}

h1 {
  max-width: 820px;
  margin-bottom: 1.4rem;
  font-size: clamp(3.35rem, 8vw, 6.7rem);
  font-weight: 900;
}

h2 {
  margin-bottom: 1.3rem;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.hero-lead,
.section-lead,
.section-heading p,
.cta-box > p {
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
}

.hero-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
}

.hero-summary {
  margin: 1.5rem 0 1.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 1.08rem;
}

.search-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2rem 0 0;
}

.search-pill-list span {
  max-width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  font-size: 0.92rem;
}

.search-pill-list .pill-highlight {
  border-color: rgba(242, 140, 56, 0.38);
  background: rgba(242, 140, 56, 0.14);
  color: #fff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 16px 32px rgba(37, 107, 255, 0.28);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  color: #fff;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.08);
}

.hero-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.browser-bar {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0.3rem;
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
}

.browser-bar span:nth-child(2) {
  background: var(--teal);
}

.browser-bar span:nth-child(3) {
  background: #d8dee7;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.search-icon {
  color: var(--teal);
  font-size: 1.4rem;
  line-height: 1;
}

.result-card {
  padding: 1.35rem;
  border-radius: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.result-card-featured {
  border-color: rgba(37, 107, 255, 0.35);
  box-shadow: 0 16px 36px rgba(27, 53, 86, 0.12);
}

.result-label {
  margin-bottom: 0.45rem;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.result-card h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1;
}

.result-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 600;
}

.mini-results {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.mini-results div {
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(90deg, #edf2f7, #f8fafc);
  border: 1px solid var(--line);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2.4rem;
}

.section-heading p {
  color: var(--muted);
}

.section-dark .section-heading p,
.section-dark .section-lead,
.section-dark .text-stack,
.section-dark .bottom-lead {
  color: rgba(255, 255, 255, 0.8);
}

.big-lines {
  margin: 2rem 0;
  display: grid;
  gap: 0.35rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.98;
  color: var(--fjord);
}

.big-lines p {
  margin-bottom: 0;
}

.big-lines .line-highlight {
  color: var(--orange);
}

.statement {
  margin-top: 1.75rem;
  margin-bottom: 0;
  color: var(--fjord);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.dark-statement {
  color: #fff;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.text-stack {
  display: grid;
  gap: 1rem;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 650;
}

.text-stack p {
  margin-bottom: 0;
}

.text-stack p:first-child,
.text-stack p:nth-child(2),
.text-stack p:nth-child(3) {
  padding-left: 1rem;
  border-left: 4px solid var(--orange);
}

.feature-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 50px rgba(27, 53, 86, 0.08);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.feature-panel p:last-child {
  margin-bottom: 0;
  color: var(--teal-dark);
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.example-card {
  min-height: 110px;
  display: flex;
  align-items: end;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-light);
}

.example-card span {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.light-examples .example-card {
  background: var(--paper);
  border-color: var(--line);
  box-shadow: 0 12px 34px rgba(27, 53, 86, 0.06);
}

.bottom-lead {
  max-width: 850px;
  margin-top: 2rem;
  margin-bottom: 0;
}

.intent-list {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0;
}

.intent-list p {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-light);
  font-weight: 800;
}

.audience-grid,
.services-grid {
  display: grid;
  gap: 1rem;
}

.audience-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.audience-grid span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(27, 53, 86, 0.055);
  text-align: center;
  font-weight: 850;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-light);
}

.service-card h3 {
  color: #fff;
}

.service-card h3::before {
  content: "";
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(242, 140, 56, 0.12);
}

.service-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.tagline {
  margin: 2.4rem 0 0;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #fff;
}

.final-cta {
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.cta-box {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(37, 107, 255, 0.16), transparent 26rem),
    var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-box h2 {
  max-width: 850px;
}

.cta-box > p {
  max-width: 820px;
  color: var(--muted);
}

.mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.8rem 0 2rem;
}

.mini-points span {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line);
  font-weight: 850;
}

.site-footer {
  padding: 2rem 0;
  background: var(--fjord-deep);
  color: rgba(255, 255, 255, 0.74);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-weight: 700;
}

.footer-inner p {
  margin-bottom: 0;
}



/* Responsive logo header */
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark,
.brand-text {
  display: none;
}

.brand-logo {
  display: block;
  width: clamp(128px, 15vw, 178px);
  height: auto;
  max-height: 52px;
  object-fit: contain;
  padding: 0.35rem 0.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(7, 27, 54, 0.22);
}

/* Logo-color harmony tweaks */
.button-primary {
  box-shadow: 0 16px 32px rgba(37, 107, 255, 0.28);
}

.result-label,
.search-icon {
  color: var(--logo-blue);
}

.result-card-featured {
  border-color: rgba(37, 107, 255, 0.32);
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 66px;
    padding: 0.6rem 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
  }

  .brand {
    width: auto;
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .brand-logo {
    width: 162px;
    max-height: 60px;
    height: auto;
    padding: 0.22rem 0.34rem;
    border-radius: 11px;
  }

  .site-nav {
    order: 0;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.32rem;
    flex-wrap: nowrap;
    font-size: 0.7rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.34rem 0.42rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: #6EA8FF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #061A33;
    font-size: 0.68rem;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(37, 107, 255, 0.28);
  }

  .hero-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 560px;
  }

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

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

@media (max-width: 640px) {
  .header-inner {
    min-height: 62px;
    gap: 0.35rem;
  }

  .brand-logo {
    width: 144px;
    max-height: 54px;
    padding: 0.2rem 0.3rem;
  }

  .site-nav {
    gap: 0.24rem;
    font-size: 0.66rem;
  }

  .site-nav a {
    padding: 0.3rem 0.36rem;
  }

  .header-cta {
    min-height: 32px;
    padding: 0 0.45rem;
    font-size: 0.64rem;
  }

  .container,
  .narrow {
    width: calc(100% - 1.25rem);
  }

  .section {
    padding: 4rem 0;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

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

  .button {
    width: 100%;
  }

  .hero-card {
    padding: 0.75rem;
  }

  .footer-inner {
    display: grid;
  }
}