:root {
  --bg-start: #eaf4ff;
  --bg-end: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --primary: #ef4444;
  --primary-600: #dc2626;
  --brand: #2563eb;
  --ring: #f97316;
  --chip: #f1f5f9;
  --card: #ffffff;
  --border: #e2e8f0
}

* {
  box-sizing: border-box
}

* {
  font-family: 'Outfit';
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 600px at -10% 30%, var(--bg-start), transparent 60%), radial-gradient(1000px 600px at 110% 20%, var(--bg-mid), transparent 60%), linear-gradient(180deg, var(--bg-end), #fff), url('assets/images/image 42.png');
  background-size: auto, auto, auto, cover;
  background-position: 0% 0%, 100% 0%, 0% 0%, center;
  background-attachment: scroll, scroll, scroll, fixed;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border)
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 22px;
  color: var(--brand);
  letter-spacing: .2px
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px
}

.menu a {
  color: #0f172a;
  text-decoration: none;
  font-family: 'Outfit', Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: .85
}

.menu a:hover {
  opacity: 1
}

.spacer {
  opacity: .3
}

.right-actions {
  display: flex;
  align-items: center;
  gap: 14px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: .18s ease
}

.btn-ghost {
  background: #fff;
  color: #0f172a
}

.btn-ghost:hover {
  transform: translateY(-1px)
}

.btn-primary {
  background: var(--primary);
  color: #fff
}

.btn-primary:hover {
  background: var(--primary-600);
  transform: translateY(-1px)
}

.hero {
  position: relative
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0 64px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-style: underline;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.heading {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 16px 0;
  font-weight: 800;
  letter-spacing: -0.02em
}

.heading .muted {
  font-weight: 700;
  color: #0f172a
}

.heading .accent {
  color: var(--primary)
}

.sub {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px 0;
  max-width: 560px
}

.cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.btn-lg {
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 15px;
  border: 2px solid #EB2D36;
}

.hero-media {
  position: relative
}

.hero-media img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 520px;
  margin-left: auto
}

.blob {
  position: absolute;
  right: -40px;
  top: -30px;
  width: 420px;
  height: 420px;
  background: conic-gradient(from 230deg at 50% 50%, #fff 0deg, #fde68a 120deg, #dbeafe 240deg, #fff 360deg);
  border-radius: 32px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, .12))
}

.phone {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  aspect-ratio: 4/4.3;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.phone img {
  max-width: 100%;
  height: auto;
  display: block
}

.badge {
  position: absolute;
  z-index: 3;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08)
}

.badge-stars {
  top: 20px;
  right: 0
}

.badge-chip {
  left: -10px;
  bottom: 80px
}

.badge-chart {
  right: -8px;
  bottom: 8px
}

.stars {
  display: flex;
  gap: 2px;
  color: #f59e0b
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.dot.purple {
  background: #a78bfa
}

.dot.teal {
  background: #14b8a6
}

.dot.blue {
  background: #3b82f6
}

.legend {
  display: flex;
  align-items: center;
  gap: 8px
}

.legend .bar {
  height: 8px;
  width: 54px;
  border-radius: 6px
}

.bar.purple {
  background: #ddd6fe
}

.bar.teal {
  background: #99f6e4
}

.bar.blue {
  background: #bfdbfe
}

.navbar-collapse li {
  white-space: nowrap;
}

.nav-inner {
  gap: 24px;
}

/* Bootstrap navbar adjustments to match Figma */
.navbar-brand img {
  height: 38px
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  font-family: 'Outfit', Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  opacity: .9;
}

.navbar .navbar-nav .nav-link:hover {
  opacity: 1
}

.navbar .navbar-nav .nav-item .nav-link::after {
  content: "|";
  margin-left: 14px;
  color: #000000;
  opacity: .35;
}

.navbar .navbar-nav .nav-item:last-child .nav-link::after {
  content: none
}

/* Right side actions */
.right-actions .btn-ghost {
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: #0f172a;
  border-radius: 10px;
}

.hero {
  position: relative;
  height: 400px;
  /* change as needed */
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/image 42.png") center/cover no-repeat;
  opacity: 0.4;
  /* 👈 reduce opacity only on the image */
  z-index: 0;
}

.hero * {
  position: relative;
  z-index: 1;
  /* keep text above image */
}


/* CTA button to match Figma */
.btn-trial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  white-space: nowrap;
  background: #EB2D36;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.about-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 80px;
  font-family: 'Poppins', sans-serif;
}

.about-left {
  width: 50%;
}

.about-left h4 {
  letter-spacing: 2px;
  color: #888;
  font-size: 14px;
}

.about-left h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px 0;
}

.about-left h1 span {
  color: #000;
}

.about-left .red {
  color: #e63946;
}

.about-desc {
  margin-top: 15px;
  color: #555;
  line-height: 1.7;
  width: 90%;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
}

.about-feature .icon {
  width: 38px;
  margin-right: 15px;
}

.about-feature h3 {
  font-size: 16px;
  font-weight: 600;
  color: #e63946;
}

.about-feature p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.about-right {
  width: 45%;
  position: relative;
}

.years-badge {
  position: absolute;
  top: -20px;
  left: -30px;
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1438d9;
  font-weight: 700;
  font-size: 28px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.years-badge span {
  font-size: 16px;
  font-weight: 500;
}

.image-wrapper {
  background: #e63946;
  padding: 40px 40px 30px 40px;
  border-radius: 250px 0 250px 0;
  width: 450px;
  height: 350px;
  overflow: hidden;
}

.team-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins, sans-serif;
}

.billing-toggle label {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.toggle-btn {
  width: 55px;
  height: 28px;
  background: #ccc;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.circle {
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.3s;
}

/* -------- ACTIVE STYLES WHEN TOGGLE IS ON -------- */

#toggle:checked+.label-month {
  color: black;
}

#toggle:checked~.toggle-btn {
  background: #e63946;
}

#toggle:checked~.toggle-btn .circle {
  transform: translateX(27px);
}

#toggle:checked~.label-year {
  color: #e63946;
}

/* -------- ACTIVE STYLE FOR MONTHLY BY DEFAULT -------- */

.label-month {
  color: #e63946;
}

#toggle:checked~.label-month {
  color: black;
}


.btn-trial:hover {
  background: #dc2626
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr
  }

  .blob {
    right: -10px;
    top: -10px;
    width: 360px;
    height: 360px
  }

  .phone {
    margin: 0 auto
  }

  .hero-media img {
    margin: 0 auto;
    max-width: 440px
  }
}

@media (max-width: 640px) {
  .heading {
    font-size: 36px
  }

  .nav-inner {
    height: 64px
  }

  .menu {
    display: none
  }

  .right-actions .btn-ghost {
    display: none
  }
}


.bullet {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: inline-block;
  background: #fff
}

.icon-check {
  background-image: radial-gradient(circle at 50% 50%, #10b981 40%, transparent 41%)
}

.icon-calendar {
  background-image: radial-gradient(circle at 50% 50%, #f59e0b 40%, transparent 41%)
}

.point h3 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700
}

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

@media (max-width: 1024px) {
  .about-inner {
    grid-template-columns: 1fr
  }

  .about-media-placeholder {
    margin: 0 auto;
    max-width: 480px
  }
}

/* Services section */
.services {
  padding: 24px 0 64px
}

.services-head {
  text-align: center;
  margin-bottom: 24px
}

.services-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 6px 0 0 0;
  font-weight: 800
}

.services-title .accent {
  color: var(--primary)
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  align-items: start
}

.service-card {
  text-align: center
}

.service-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px auto
}

.service-icon-placeholder {
  border: 1px dashed var(--border);
  border-radius: 12px;
  background: #fff
}

.service-title {
  font-size: 18px;
  font-weight: 800;
  color: #ef4444;
  margin: 0 0 8px 0
}

.service-text {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr
  }
}

/* How To Get Started */
.how {
  padding: 16px 0 40px
}

.how-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: center
}

.how-card {
  background: #EB2D36;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .08)
}

.how-title {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800
}

.how-title .muted {
  color: #fff
}

.how-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 0 0 16px 0;
  padding-left: 18px
}

.how-bullets li {
  font-size: 14px
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent
}

.btn-white:hover {
  background: #f8fafc
}

.how-media {
  position: relative
}

.how-video-placeholder {
  width: 100%;
  aspect-ratio: 16/7.5;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px dashed var(--border);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .12)
}

@media (max-width: 1024px) {
  .how-inner {
    grid-template-columns: 1fr
  }

  .how-video-placeholder {
    aspect-ratio: 16/9
  }
}

/* Impact slider */
.impact {
  padding: 24px 0 72px;
  background: linear-gradient(180deg, #fff, #fff8f1 100%)
}

.impact-head {
  text-align: left;
  margin-bottom: 16px
}

.impact-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-weight: 800
}

.impact-title .strong {
  color: #0f172a
}

.impact-title .accent {
  color: var(--primary)
}

.impact-sub {
  color: var(--muted);
  margin: 0 0 16px 0;
  max-width: 720px
}

.impact-slider {
  position: relative
}

.impact-track {
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth
}

.impact-card {
  flex: 0 0 calc(33.333% - 12px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .06)
}

.impact-card-title {
  margin: 0 0 6px 0;
  font-size: 14px;
  color: #012A72;
}

.impact-card-text {
  margin: 0 0 12px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5)
}

.impact-quote {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 8px;
  border: 1px dashed var(--border);
  background: #fff
}

.impact-user {
  display: flex;
  align-items: center;
  gap: 10px
}

.impact-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden
}

.impact-avatar-placeholder {
  border: 1px dashed var(--border);
  background: #fff
}

.impact-user-meta .name {
  font-weight: 700;
  font-size: 14px
}

.impact-user-meta .role {
  font-size: 12px;
  color: var(--muted)
}

.impact-controls {
  display: flex;
  gap: 12px;
  margin-top: 16px
}

.impact-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .06)
}

@media (max-width: 1024px) {
  .impact-card {
    flex: 0 0 calc(50% - 9px)
  }
}

@media (max-width: 640px) {
  .impact-card {
    flex: 0 0 86%
  }
}

/* Channels strip below hero */
#channels {
  padding: 0 0 32px
}

.channels-strip {
  height: 90px;
  background: #0a2e6f;
  color: #ffffff;
  border-radius: 12px;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.channels-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  white-space: nowrap;
  flex-direction: column;
}

.channels-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px
}

.channels-item svg {
  display: block
}

.channels-text {
  color: #ffffff
}

@media (max-width: 640px) {
  .channels-strip {
    flex-direction: column;
    align-items: stretch
  }

  .channels-item {
    justify-content: center
  }
}

/* FAQ Section */
.faq {
  padding: 80px 0;
  background: #f8f9fa;
}

.faq-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-title {
  font-size: 36px;
  font-weight: 800;
  color: #0a2e6f;
  margin: 0 0 16px 0;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.faq-title .accent {
  color: #EB2D36;
  position: relative;
  z-index: 1;
}

.faq-subtitle {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;

  margin: 0 auto;
  font-weight: 400;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.faq-item {
  background: #F6F6F6;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.3s ease;
  border: 1px solid #EB2D36;
}

.faq-item.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;

  cursor: pointer;

  color: #EB2D36;
  font-size: 16px;
  transition: all 0.2s ease;
  background: #F6F6F6;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  color: #0a2e6f;
}

.faq-question img {
  width: 24px;
  height: 24px;
  object-fit: contain;

  flex-shrink: 0;
  margin-left: 16px;
}

.faq-answer {
  padding: 0 24px 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
}

.faq-item.active .faq-answer {
  padding: 0 24px 24px;
  max-height: 500px;
}

.faq-answer p {
  margin: 0;
  color: #4a5568;
  line-height: 1.7;
}

/* Get Started Section */
.get-started {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a2e6f 0%, #1a4b9a 100%);
  color: white;
  text-align: center;
}

.get-started-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;

}

.get-started h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: white;
}

.get-started p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 40px;
  width: 100%;
  opacity: 0.9;
  text-align: center;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #EB2D36;
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background-color: #d61f28;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(235, 45, 54, 0.2);
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-subtitle {
    font-size: 15px;
    padding: 0 16px;
  }

  .faq-question {
    padding: 16px 20px;
    font-size: 15px;
  }

  .faq-answer,
  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .faq {
    padding: 48px 0;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-subtitle {
    font-size: 14px;
  }

  .faq-question {
    padding: 14px 16px;
    font-size: 14px;
  }

  .faq-answer,
  .faq-item.active .faq-answer {
    padding: 0 16px 16px;
    font-size: 14px;
  }
}

.pricing-section {
  text-align: center;
  padding: 50px 20px;
}

.pricing-section h2 {
  font-size: 40px;
  font-weight: 600;
}

.pricing-section h2 .red {
  color: #e63946;
}

.sub {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
}

.billing-toggle {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.billing-toggle label {
  font-size: 16px;
  cursor: pointer;
  color: #555;
}

.billing-toggle label.active {
  color: #e63946;
  font-weight: 600;
}

.toggle-btn {
  width: 45px;
  height: 22px;
  background: #ddd;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}

.toggle-btn .circle {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s ease;
}

.billing-toggle label {
  cursor: pointer;
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pricing-card {
  width: 260px;
  background: #fff;
  border: 2px solid #f7dede;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  transition: .3s;
  display: flex;
  flex-direction: column;
}

.pricing-card.highlight {
  background: #e63946;
  color: #fff;
  border-color: #e63946;
}

.pricing-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1d3557;
  margin-bottom: 10px;
}

.pricing-card.highlight h3 {
  color: #fff;
}

.pricing-card .desc {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
}

.pricing-card.highlight .desc {
  color: #fff;
}

.price {
  font-size: 28px;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 20px;
}

.price span {
  font-size: 14px;
  font-weight: 400;
}

.pricing-card.highlight .price {
  color: #fff;
}

.pricing-card ul {
  margin: 20px 0;
  padding-left: 18px;
  list-style: none;
  flex-grow: 1;
}

.pricing-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1d3557;
  position: relative;
  padding-left: 20px;
}

.pricing-card ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: inherit;
}

.pricing-card.highlight ul li {
  color: #fff;
}

.pricing-card button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #ffe5e5;
  color: #1d3557;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  margin-top: auto;
  transition: all 0.3s;
}

.pricing-card button:hover {
  background: #ffd5d5;
}

.pricing-card.highlight button {
  background: #fff;
  color: #e63946;
}

.pricing-card.highlight button:hover {
  background: #f5f5f5;
}

.pricing-card form {
  margin-top: auto;
  width: 100%;
}

.pricing-card a {
  display: block;
  margin-top: auto;
  width: 100%;
}

.contact-email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.contact-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E");
}

.contact-address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.copyright {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.social-link:hover {
  background-color: #EB2D36;
  transform: translateY(-2px);
}

.social-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .faq {
    padding: 60px 0;
  }

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

  .footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 28px;
  }

  .faq-subtitle {
    font-size: 15px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-social {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .faq {
    padding: 48px 0;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    padding: 16px 20px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 20px 16px;
    font-size: 13px;
  }
}

.footer {
  background: #d63434;
  color: #fff;
  padding: 70px 50px 0;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.logo {
  font-size: 42px;
  font-weight: 600;
}

.footer-left img {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
  height: auto;
}

.footer-desc {
  max-width: 260px;
  margin: 15px 0 30px;
  line-height: 1.6;
}

.subscribe-box {
  display: flex;
  width: 360px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.subscribe-box input {
  flex: 1;
  padding: 14px;
  border: none;
  outline: none;
  font-size: 15px;
}

.subscribe-box button {
  background: #a52929;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-weight: 600;
  cursor: pointer;


}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;

  color: #d63434;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 12px;
}

.footer-mid h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

.footer-mid ul,
.footer-right ul {
  list-style: none;
  padding: 0;
}

.footer-mid ul li,
.footer-right ul li {
  margin-bottom: 18px;
  font-size: 17px;
}

.footer-right ul li {
  text-align: left;
}

.footer-bottom {
  background: #b02222;
  text-align: center;


  font-size: 16px;
  text-align: center;
  justify-content: center;
  width: 100%;
}