:root {
  --navy: #1f415c;
  --navy-deep: #11283c;
  --blue: #bc2f40;
  --blue-strong: #a72837;
  --sky: #e8eef3;
  --sky-soft: #f3f6f9;
  --white: #ffffff;
  --text: #1f3447;
  --muted: #5f7283;
  --border: rgba(31, 65, 92, 0.12);
  --shadow: 0 24px 60px rgba(17, 40, 60, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: #f7f7f8;
}

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

a {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(31, 65, 92, 0.98);
  box-shadow: 0 10px 30px rgba(17, 40, 60, 0.18);
}

.navbar {
  padding: 0.95rem 0;
}

.navbar-brand img,
.footer-logo {
  width: 230px;
  height: auto;
}

.nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 700;
  margin-left: 1rem;
}

.nav-link:hover,
.nav-link.active {
  color: var(--white);
}

.navbar-toggler {
  color: var(--white);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.88rem 1.5rem;
}

.btn-header,
.btn-primary-blue {
  background: linear-gradient(135deg, #c93648, #a92435);
  color: var(--white);
  border: 0;
  box-shadow: 0 16px 28px rgba(188, 47, 64, 0.28);
}

.btn-header:hover,
.btn-primary-blue:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline-lightblue {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(188, 47, 64, 0.22), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(120deg, #11283c 5%, #1f415c 42%, #2a506e 100%);
  color: var(--white);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% auto;
  width: 45%;
  height: 75%;
  background: linear-gradient(180deg, rgba(188, 47, 64, 0.15), rgba(255, 255, 255, 0));
  transform: skewX(-16deg);
  border-radius: 36px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.55;
}

.hero-glow-left {
  left: -80px;
  top: 80px;
  width: 240px;
  height: 240px;
  background: rgba(188, 47, 64, 0.2);
}

.hero-glow-right {
  right: 12%;
  top: 60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-copy {
  padding: 7rem 0 5rem;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-copy h1,
.section-copy h2,
.section-heading h2,
.pricing-intro h2 {
  margin: 0 0 1rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  line-height: 0.95;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 540px;
  color: rgba(231, 242, 255, 0.92);
  font-size: 1.08rem;
  margin-bottom: 2rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}

.subnav-wrap {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(31, 65, 92, 0.06);
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
}

.page-nav a {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.page-nav a.active,
.page-nav a:hover {
  color: var(--blue);
}

.section {
  padding: 6rem 0;
}

.section-lightblue {
  background:
    linear-gradient(180deg, rgba(235, 239, 242, 0.95), rgba(244, 246, 248, 0.94)),
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.9), transparent 36%);
}

.section-white {
  background: var(--white);
}

.section-copy h2,
.section-heading h2,
.pricing-intro h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
}

.section-copy p,
.section-heading p,
.accordion-body,
.pricing-intro p,
.bullet-grid div,
.bullet-list div {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.media-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f2f5f8);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.video-card {
  background: linear-gradient(140deg, #1b3348, #1f415c);
}

.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 2rem;
  box-shadow: 0 18px 35px rgba(188, 47, 64, 0.36);
}

.floating-visual,
.chat-visual {
  max-width: 460px;
  margin-inline: auto;
}

.bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}

.bullet-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.feature-grid {
  margin-top: 2rem;
}

.verticals-heading {
  max-width: 860px;
  margin: 0 auto 2.5rem;
}

.verticals-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(31, 65, 92, 0.08);
  overflow: hidden;
}

.vertical-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 2rem 1.8rem;
  background: rgba(255, 255, 255, 0.98);
  border-right: 1px solid rgba(31, 65, 92, 0.08);
  border-bottom: 1px solid rgba(31, 65, 92, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.vertical-card:nth-child(3n) {
  border-right: 0;
}

.vertical-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.vertical-card:hover {
  background: linear-gradient(135deg, #c93648, #a92435);
  transform: translateY(-2px);
}

.vertical-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(188, 47, 64, 0.12), rgba(188, 47, 64, 0.02));
  color: var(--blue);
  font-size: 1.5rem;
}

.vertical-card h3 {
  margin: 0 0 0.7rem;
  color: var(--navy);
  font-family: "Urbanist", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.vertical-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.vertical-card:hover h3,
.vertical-card:hover p,
.vertical-card:hover a {
  color: var(--white);
}

.vertical-card:hover .vertical-icon {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.vertical-card-featured a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.vertical-card:hover a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vertical-card-featured a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.feature-card {
  height: 100%;
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 65, 92, 0.08);
}

.feature-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7e6e8, #ffffff);
  color: var(--blue);
  font-size: 1.35rem;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-family: "Urbanist", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.feature-card p {
  margin: 0;
}

.pricing-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(17, 40, 60, 0.82), rgba(31, 65, 92, 0.88)),
    url("../images/pricing-bg.svg") center/cover no-repeat;
}

.pricing-intro {
  max-width: 980px;
  margin: 0 auto 2rem;
}

.pricing-intro h2 {
  color: var(--white);
}

.pricing-points {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(244, 246, 248, 0.92);
  line-height: 1.8;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 28px 70px rgba(4, 15, 39, 0.28);
}

.plan-card {
  height: 100%;
  background: #fbfdff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.6rem;
}

.plan-card.featured {
  background: linear-gradient(180deg, #f9edef, #ffffff);
  transform: translateY(-8px);
}

.plan-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.badge-orange { background: #d56d29; }
.badge-green { background: #698a5c; }
.badge-blue { background: var(--navy); }

.plan-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Urbanist", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.plan-card h3 span {
  font-size: 1rem;
  color: var(--muted);
}

.plan-card p {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.plan-includes {
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  text-align: center;
}

.plan-includes h4 {
  color: var(--navy);
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.4rem 0 2rem;
}

.tag-row span {
  border: 1px solid rgba(31, 65, 92, 0.14);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  color: var(--navy);
  background: var(--sky-soft);
}

.angled-section {
  position: relative;
  overflow: hidden;
}

.angled-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7%;
  width: 36%;
  height: 100%;
  background: linear-gradient(180deg, #1f415c, #173247);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.angled-section .container {
  position: relative;
  z-index: 1;
}

.faq-section {
  background: linear-gradient(180deg, #ffffff, #f5f7f8);
}

.faq-accordion {
  max-width: 920px;
  margin: 2rem auto 0;
}

.accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 1rem;
}

.accordion-button {
  border-radius: 20px !important;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 14px 40px rgba(17, 40, 60, 0.08);
  font-weight: 800;
  color: var(--navy);
  padding: 1.2rem 1.4rem;
}

.accordion-button:not(.collapsed) {
  color: var(--navy);
  background: #f8ecee;
  box-shadow: none;
}

.accordion-body {
  padding: 1rem 1.3rem 1.4rem;
}

.contact-section {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #edf1f4, #f7f8fa);
}

.contact-panel {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(31, 65, 92, 0.12);
  border-radius: 30px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
}

.form-control {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(31, 65, 92, 0.14);
  padding-inline: 1rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 47, 64, 0.12);
  border-color: rgba(188, 47, 64, 0.4);
}

.site-footer {
  background: #1f415c;
  color: rgba(236, 245, 255, 0.86);
  padding: 5rem 0 2rem;
}

.site-footer h3 {
  margin: 0 0 1rem;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li,
.site-footer a,
.footer-copy {
  color: rgba(236, 245, 255, 0.82);
  line-height: 1.9;
}

.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding: 5rem 0 1rem;
  }

  .hero-visual {
    padding: 0 0 2rem;
  }

  .nav-link {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .angled-section::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0;
  }

  .page-nav {
    gap: 1rem;
  }

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

  .verticals-board {
    grid-template-columns: 1fr;
  }

  .vertical-card,
  .vertical-card:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid rgba(31, 65, 92, 0.08);
  }

  .vertical-card:last-child {
    border-bottom: 0;
  }

  .pricing-card,
  .contact-panel {
    padding: 1.4rem;
  }

  .plan-card.featured {
    transform: none;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

a.btn.btn-primary-blue {
    background: linear-gradient(135deg, #c93648, #a92435);
    color: var(--white);
    border: 0;
    box-shadow: 0 16px 28px rgba(188, 47, 64, 0.28);
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.88rem 1.5rem;
}
a.btn.btn-outline-lightblue {
    border: 1px solid rgba(255, 255, 255, 0.44);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.88rem 1.5rem;
}
button.accordion-button.collapsed{
    color: var(--navy);
    background: #f8ecee;
    box-shadow: none;
}
