:root {
  --primary-blue: #0867ff;
  --primary-blue-2: #176cff;
  --dark-navy: #07164c;
  --text-color: #263452;
  --light-blue: #eef7ff;
  --light-blue-2: #f6fbff;
  --border-color: #dce9f7;
  --white: #ffffff;
  --muted: #526079;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 94%;
  margin: 0 auto;
  font-family: "Poppins";
}

.small-rule {
  width: 44px;
  height: 3px;
  border-radius: 99px;
  background: var(--primary-blue);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(8, 103, 255, 0.24);
}

.cta-button {
  min-width: 287px;
  min-height: 64px;
  padding: 17px 28px;
  gap: 29px;
  font-size: 15px;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(180deg, #1772ff 0%, #0060f7 100%);
  box-shadow: 0 7px 16px rgba(8, 103, 255, 0.18);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

body {
  margin: 0;
  background: #edf5fb;
  font-family: "Poppins", sans-serif;
}

/* Hero */
.hero-about {
  height: 520px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
  overflow: hidden;
  background: #edf5fb;
}

.hero-copy {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(232, 245, 255, 0.92) 0%,
    rgba(239, 247, 255, 0.96) 58%,
    rgba(255, 255, 255, 0.8) 100%
  );
}

.hero-copy::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -110px;
  bottom: 0;
  width: 230px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.94) 32%,
    rgba(255, 255, 255, 0.68) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.hero-copy-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  /* max-width: 500px; */
  margin-left: 80px;
  padding: 28px 0 20px;
}

.hero-copy .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0b48fd;
}

.hero-copy h1 {
  margin: 0 0 10px;
  color: #04073c;
  font-size: clamp(46px, 3vw, 72px);
  line-height: 1.5;
  font-weight: 700;
  font-family: "Poppins";
}

.script-title {
  margin: 0 0 18px;
  color: #1b67ea;
  font-family: "Sacramento", cursive;
  font-size: clamp(58px, 3.7vw, 82px);
  line-height: 0.9;
  font-weight: 400;
  white-space: nowrap;
  transform-origin: left center;
}

.hero-copy .small-rule {
  width: 46px;
  height: 3px;
  margin: 0 0 18px;
  border-radius: 99px;
  background: #0b48fd;
}

.hero-copy p {
  max-width: 650px;
  margin: 0;
  color: #32405f;
  font-size: 22px;
  line-height: 1.52;
  font-weight: 400;
  padding-right: 5rem;
}

.hero-media {
  position: relative;
  min-height: 372px;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 84px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 84px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Story */
.section-pad {
  padding: 36px 0 26px;
}

.story-layout {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
}

.story-copy {
  padding: 2px 46px 0 18px;
}

.story-copy .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0b48fd;
}

.story-copy h2 {
  color: var(--dark-navy);
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
}

.story-copy h2 span {
  color: var(--primary-blue);
}

.story-copy .small-rule {
  margin-bottom: 16px;
}

.story-copy p {
    color: #32435e;
    font-size: 16px;
    line-height: 1.58;
    margin-bottom: 12px;
    letter-spacing: .04rem;
}

.story-copy .story-emphasis {
  color: #152447;
  font-weight: 600;
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  padding-left: 20px;
    border-left: 1px solid var(--border-color);

}

.feature-card {
  min-height: 164px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 5px;
  padding: 1rem;
}

.feature-card-1,
.feature-card-3 {
  border-right: 1px solid var(--border-color);
}

.feature-card-1,
.feature-card-2 {
  border-bottom: 1px solid var(--border-color);
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.feature-card h3 {
    margin-bottom: 10px;
    color: var(--dark-navy);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.feature-card p {
    margin-bottom: 0;
    color: #34425f;
    font-size: 16px;
    letter-spacing: .04rem;
    line-height: 1.55;
}

/* Founder */
.founder-section {
  padding: 5px 0 0;
}

.founder-panel {
  min-height: 352px;
  display: grid;
  grid-template-columns: 33.2% 66.8%;
  background: linear-gradient(110deg, #eff9ff 0%, #f7fbff 50%, #edf7ff 100%);
  border-radius: 20px;
  overflow: hidden;
}

.founder-image-wrap {
  min-height: 352px;
  padding: 0;
}

.founder-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 352px;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 20px;
}

.founder-content {
  padding: 30px 32px 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-content .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0b48fd;
}

.founder-content h2 {
  margin-bottom: 8px;
  color: var(--dark-navy);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.7px;
}

.founder-role {
  color: var(--primary-blue);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 16px;
}

.founder-content p {
  color: #34425d;
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 12px;
}

.founder-content p:last-child {
  margin-bottom: 0;
}

.credentials-block {
  padding: 18px 18px 0;
}

.section-mini-title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05rem;
  color: #0b48fd;
  font-family: "Poppins";
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.credential-card {
  min-height: 106px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 5px;
  padding: 16px 16px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 13px;
  box-shadow: 0 3px 9px rgba(22, 80, 148, 0.03);
}

.credential-icon {
  width: 80px;
  height: 80px;
}

.credential-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.credential-card h3 {
  margin-bottom: 0;
  color: #1c2b52;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

/* Mission */
.mission-section {
  padding: 16px 0 0;
}

.mission-banner {
  min-height: 134px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 96px minmax(260px, 1fr) 1px minmax(280px, 1.2fr);
  align-items: center;
  gap: 28px;
  padding: 18px 42px 18px 28px;
  color: var(--white);
  background:
    radial-gradient(
      130% 150% at 95% 8%,
      rgba(37, 128, 255, 0.85) 0%,
      rgba(37, 128, 255, 0) 45%
    ),
    linear-gradient(100deg, #0061f7 0%, #0a66ff 45%, #0059ed 100%);
  border-radius: 17px;
}

.mission-banner::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 120px;
  right: -24px;
  bottom: -58px;
  border-radius: 50% 0 0 0;
  background: rgba(38, 125, 255, 0.25);
  transform: rotate(-9deg);
}

.mission-icon {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 1;
  filter: invert(1) brightness(9999);
}

.mission-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mission-heading,
.mission-banner > p,
.mission-divider {
  position: relative;
  z-index: 1;
}

.mission-heading span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.mission-heading h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
}

.mission-divider {
  width: 1px;
  height: 82px;
  background: rgba(255, 255, 255, 0.38);
}

.mission-banner > p {
  margin-bottom: 0;
  color: #f2f7ff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

/* Testimonials */
.testimonials-section {
  padding: 16px 0 0;
}

/* 
.testimonials-title {
  margin-bottom: 10px;
} */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  min-height: 170px;
  position: relative;
  padding: 22px 18px 16px 54px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 13px;
  box-shadow: 0 3px 10px rgba(23, 76, 133, 0.03);
}

.quote-mark {
  position: absolute;
  top: 8px;
  left: 20px;
  color: var(--primary-blue);
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.testimonial-card p {
  margin-bottom: 8px;
  color: #33425e;
  font-size: 16px;
  line-height: 1.54;
}

.testimonial-name {
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 600;
}

/* Bottom CTA */
.bottom-cta-section {
  padding: 18px 0 50px;
}

.bottom-cta {
  min-height: 104px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px 22px 18px 42px;
  background: linear-gradient(92deg, #f0f8ff 0%, #f7fbff 54%, #edf6ff 100%);
  border-radius: 15px;
}

.cta-icon {
  width: 70px;
  height: 70px;
  border: 3px solid var(--primary-blue);
  border-radius: 50%;
  padding: 2px;
}

.cta-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cta-copy h2 {
  margin-bottom: 3px;
  color: var(--dark-navy);
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.cta-copy p {
  max-width: 560px;
  margin-bottom: 0;
  color: #42516a;
  font-size: 18px;
  line-height: 1.5;
}

.cta-button {
  min-width: 287px;
  min-height: 64px;
  padding: 17px 28px;
  gap: 29px;
  font-size: 15px;
}

.cta-button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive */
@media (max-width: 1180px) {
  .container {
    width: min(100% - 48px, 1280px);
  }

  .main-nav {
    gap: 30px;
  }

  .header-cta {
    margin-left: 30px;
  }

  .hero-copy-inner {
    margin-left: 36px;
    padding: 26px 24px 24px 0;
  }

  .story-copy {
    padding-left: 0;
    padding-right: 32px;
  }

  .feature-card {
    padding: 24px 25px;
  }

  .mission-banner {
    grid-template-columns: 90px minmax(270px, 1fr) 1px minmax(270px, 1.15fr);
    gap: 24px;
    padding-left: 30px;
    padding-right: 34px;
  }

  .bottom-cta {
    padding-left: 35px;
  }
}

@media (max-width: 992px) {
  .site-header {
    height: 74px;
  }

  .brand img {
    width: 165px;
  }

  .main-nav {
    gap: 21px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .header-cta {
    min-width: 145px;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 13px;
    margin-left: 22px;
  }

  .hero-about {
    min-height: 340px;
    grid-template-columns: 48% 52%;
  }

  .hero-copy-inner {
    max-width: 405px;
    margin-left: 28px;
    padding: 24px 22px 22px 0;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .script-title {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 12.8px;
    line-height: 1.55;
  }

  .hero-media {
    min-height: 340px;
  }

  .story-layout {
    grid-template-columns: 38% 62%;
  }

  .story-copy h2 {
    font-size: 28px;
  }

  .feature-card {
    grid-template-columns: 58px 1fr;
    min-height: 170px;
    padding: 20px 18px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
  }

  .feature-card h3 {
    font-size: 14px;
  }

  .feature-card p {
    font-size: 12.2px;
  }

  .founder-panel {
    grid-template-columns: 36% 64%;
  }

  .founder-content {
    padding: 30px 28px;
  }

  .founder-content h2 {
    font-size: 30px;
  }

  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-banner {
    grid-template-columns: 75px 1fr 1px 1fr;
    gap: 20px;
  }

  .mission-icon {
    width: 68px;
    height: 68px;
  }

  .mission-heading h2 {
    font-size: 20px;
  }

  .mission-banner > p {
    font-size: 13px;
    line-height: 1.6;
  }

  .bottom-cta {
    grid-template-columns: 78px 1fr auto;
    gap: 18px;
    padding: 18px 24px;
  }

  .cta-button {
    min-width: 215px;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
  }

  .site-header {
    height: auto;
    min-height: 70px;
  }

  .header-inner {
    min-height: 70px;
    position: relative;
    flex-wrap: wrap;
  }

  .brand img {
    width: 154px;
  }

  .nav-toggle-label {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid var(--border-color);
    border-radius: 9px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .nav-toggle-label span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--dark-navy);
  }

  .main-nav {
    order: 4;
    width: 100%;
    margin: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0 16px;
  }

  .main-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #eef3f8;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle:checked ~ .main-nav {
    display: flex;
  }

  .hero-about {
    display: flex;
    min-height: 0;
    flex-direction: column;
    height: auto;
  }

  .hero-copy,
  .hero-media {
    width: 100%;
  }

  .hero-copy::after,
  .hero-media::before {
    display: none;
  }

  .hero-copy-inner {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 44px 28px 38px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .script-title {
    white-space: normal;
    font-size: clamp(36px, 10vw, 50px);
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.62;
  }

  .hero-media {
    min-height: 300px;
  }

  .story-section {
    padding-top: 44px;
    padding-bottom: 35px;
  }

  .story-layout {
    display: block;
  }

  .story-copy {
    padding: 0 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 145px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--border-color) !important;
    grid-template-columns: 66px 1fr;
    padding: 24px 5px;
  }

  .feature-card:last-child {
    border-bottom: 0 !important;
  }

  .founder-panel {
    grid-template-columns: 1fr;
  }

  .founder-image-wrap,
  .founder-image-wrap img {
    min-height: 420px;
  }

  .founder-image-wrap img {
    border-radius: 20px 20px 0 0;
  }

  .founder-content {
    padding: 30px 24px 34px;
  }

  .credentials-block {
    padding-left: 0;
    padding-right: 0;
  }

  .credentials-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .credential-card {
    grid-template-columns: 56px 1fr;
    min-height: 100px;
    padding: 14px;
  }

  .credential-icon {
    width: 48px;
    height: 48px;
  }

  .credential-card h3 {
    font-size: 12px;
  }

  .mission-banner {
    display: grid;
    grid-template-columns: 78px 1fr;
    grid-template-areas:
      "icon heading"
      "text text";
    gap: 16px 20px;
    padding: 28px 24px;
  }

  .mission-icon {
    grid-area: icon;
  }

  .mission-heading {
    grid-area: heading;
  }

  .mission-divider {
    display: none;
  }

  .mission-banner > p {
    grid-area: text;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
  }

  .bottom-cta {
    grid-template-columns: 72px 1fr;
    grid-template-areas:
      "icon copy"
      "button button";
    gap: 18px 18px;
    padding: 25px 22px;
  }

  .cta-icon {
    grid-area: icon;
    width: 62px;
    height: 62px;
  }

  .cta-copy {
    grid-area: copy;
  }

  .cta-button {
    grid-area: button;
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }
}

@media (max-width: 520px) {
  .hero-copy-inner {
    padding: 38px 20px 34px;
  }

  .hero-copy .eyebrow,
  .story-copy .eyebrow {
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .script-title {
    font-size: 40px;
  }

  .hero-media {
    min-height: 240px;
  }

  .section-pad {
    padding-top: 36px;
  }

  .story-copy h2 {
    font-size: 27px;
  }

  .feature-card {
    grid-template-columns: 58px 1fr;
  }

  .founder-image-wrap,
  .founder-image-wrap img {
    min-height: 330px;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credential-card {
    grid-template-columns: 64px 1fr;
  }

  .mission-banner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "heading"
      "text";
  }

  .mission-heading h2 {
    font-size: 22px;
  }

  .bottom-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "copy"
      "button";
    text-align: center;
  }

  .cta-icon {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.18;
  }

  .script-title {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1;
  }

  .hero-copy p,
  .story-copy p,
  .founder-content p,
  .feature-card p,
  .testimonial-card p,
  .mission-banner > p,
  .cta-copy p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .story-copy h2,
  .founder-content h2 {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
    line-height: 1.25;
    letter-spacing: 0;
  }

  .feature-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .feature-card h3,
  .credential-card h3 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .founder-role {
    font-size: 1rem;
    line-height: 1.5;
  }

  .credential-card {
    min-width: 0;
  }

  .mission-heading h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .cta-copy h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    line-height: 1.3;
  }
}

@media (max-width: 520px) {
  .container {
    width: calc(100% - 28px);
  }

  .hero-copy-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-copy p {
    padding-right: 0;
  }

  .feature-card {
    min-height: 0;
    padding: 22px 0;
  }

  .founder-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .credentials-block {
    padding-top: 28px;
  }

  .credential-card {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 14px 12px;
  }

  .mission-banner {
    padding: 24px 20px;
  }

  .bottom-cta {
    padding-right: 18px;
    padding-left: 18px;
  }
}