/* ===== SERVICES CATALOGUE CSS - NEXIVA TECHNOLOGIES ===== */
/* International standard, smooth transitions, responsive, background images */

:root {
  --clr-theme-1: #0e84e1;
  --clr-theme-2: #0a0a09;
  --clr-theme-3: #6551b3;
  --clr-theme-4: #9747ff;
  --clr-theme-5: #4285f4;

  /* Additional colors */
  --clr-white: #ffffff;
  --clr-light: #f8f9fa;
  --clr-gray: #6c757d;
  --clr-dark: #343a40;
  --clr-black: #212529;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  scroll-snap-type: y proximity;
}

.section {
  scroll-snap-align: start;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  color: #1a2b3c;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}

.catalogue-page {
  position: relative;
  overflow-x: hidden;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

/* ===== TYPOGRAPHY & SPACING ===== */
h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0b1c2e;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0b1c2e;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #0e2a47;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a5f;
}

p {
  color: #3a4e62;
  margin-bottom: 1rem;
}

.section {
  padding: 70px;
  position: relative;
  background-color: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #7e5bef);
  margin: 1rem auto 0;
  border-radius: 4px;
}

.divider.left {
  margin-left: 0;
}

.badge {
  display: inline-block;
  background: linear-gradient(
    to right,
    var(--clr-theme-1),
    var(--clr-theme-3),
    var(--clr-theme-3),
    var(--clr-theme-1)
  );
  /* color: #2563eb; */
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(37, 99, 235, 0.2);
  backdrop-filter: blur(4px);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  justify-content: center;
}

.btn-primary {
  background: #2563eb;
  color: white;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  border-radius: 12px;
}

.btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
  border-color: white;
  border: 2px solid white;
}

.btn-outline {
  background: transparent;
  border: 1px solid #2563eb;
  color: #2563eb;
  border-radius: 12px;
}

.btn-outline:hover {
  background: #2563eb;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.15);
}

.btn-whatsapp {
  /* background: #25d366; */
  background: linear-gradient(
    to right,
    var(--clr-theme-1),
    var(--clr-theme-3),
    var(--clr-theme-3),
    var(--clr-theme-1)
  );
  color: white;
  border: none;
  padding: 0.9rem 2.2rem;
}

.btn-whatsapp i {
  font-size: 1.2rem;
}

.btn-whatsapp:hover {
  background: #20b85f;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.25);
}

.btn-large {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

/* ===== HERO SECTION ===== */
.hero-section {
  /* background: linear-gradient(145deg, #ffffff 0%, #f9fcff 100%); */
  background: #0b1c2e;
  padding: 3rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 40px -15px rgba(0, 20, 50, 0.15);
  transform: perspective(1200px) rotateY(-2deg);
  transition: transform 0.5s ease;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-image:hover img {
  transform: scale(1.03);
}

.bg-shape {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.03) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.hero-cta {
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* ===== SERVICES CARDS ===== */
.services-section {
  background: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-top: 1.5rem;
}

.service-card {
  background: white;
  border-radius: 28px;
  padding: 2rem 1.8rem;
  box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 45px -10px rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.1);
}

.card-icon {
  background: rgba(37, 99, 235, 0.08);
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.card-icon i {
  font-size: 2.5rem;
  color: #2563eb;
}

.service-description {
  font-size: 1rem;
  margin-bottom: 1.8rem;
  color: #475569;
}

.service-details {
  margin-bottom: 2rem;
  flex-grow: 1;
}

.detail-label {
  font-weight: 700;
  color: #0e2a47;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.includes ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.includes li {
  padding: 0.25rem 0 0.25rem 1.6rem;
  position: relative;
  color: #3a4e62;
}

.includes li i {
  color: #2563eb;
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 0.9rem;
}

.best-for p {
  background: #f8fafc;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
}

.card-cta {
  margin-top: 1rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: gap 0.25s;
  border-top: 1px solid #eef2f6;
  padding-top: 1.5rem;
}

.card-cta i {
  transition: transform 0.2s;
}

.card-cta:hover {
  gap: 0.9rem;
  color: #1e4db9;
}

.card-cta:hover i {
  transform: translateX(5px);
}

/* ===== PRICING SECTION ===== */
.pricing-section {
  background: white;
}

.pricing-note {
  color: #3a4e62;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-style: italic;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
  margin: 3rem 0 2rem;
}

.pricing-card {
  background: white;
  padding: 2rem 1.6rem;
  border-radius: 24px;
  border: 1px solid #f0f4f9;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.02);
}

.pricing-card:hover {
  border-color: #2563eb;
  transform: scale(1.02);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.06);
}

.pricing-card i {
  font-size: 2rem;
  color: #2563eb;
  margin-bottom: 1.2rem;
}

.pricing-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.pricing-card p {
  font-size: 0.95rem;
  color: #475569;
}

.pricing-disclaimer {
  background: #f1f6fd;
  padding: 2rem 2.5rem;
  border-radius: 40px;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.pricing-disclaimer p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #1e3a5f;
  font-weight: 500;
}

.pricing-disclaimer i {
  color: #2563eb;
  font-size: 1.4rem;
}

/* ===== VALUE SECTION (WHAT CLIENTS GET) ===== */
.value-section {
  background: linear-gradient(95deg, #f3f9ff 0%, #ffffff 100%);
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.value-list {
  list-style: none;
  margin-top: 2rem;
}

.value-list li {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #0e2a47;
  font-weight: 500;
}

.value-list i {
  color: #2563eb;
  font-size: 1.3rem;
  width: 28px;
  text-align: center;
}

.value-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 35px -15px rgba(0, 0, 0, 0.1);
}

.value-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s;
}

.value-image:hover img {
  transform: scale(1.03);
}

/* ===== TRUST SECTION ===== */
.trust-section {
  background: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}

.trust-item {
  background: #fbfdff;
  padding: 2rem 1.2rem;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.trust-item:hover {
  background: white;
  border-color: #2563eb;
  transform: translateY(-6px);
  box-shadow: 0 20px 28px -10px rgba(37, 99, 235, 0.1);
}

.trust-icon {
  background: rgba(37, 99, 235, 0.08);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}

.trust-icon i {
  font-size: 2rem;
  color: #2563eb;
}

.trust-item h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0e2a47;
}

/* ===== FINAL CTA ===== */
.final-cta-section {
  background: #0b1c2e;
  color: white;
  position: relative;
  isolation: isolate;
  padding: 5.5rem 0;
}

.final-cta-section .cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.final-cta-section h2 {
  color: white;
}

.final-cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.final-cta-section .btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.final-cta-section .btn-outline:hover {
  background: white;
  color: #0b1c2e;
  border-color: white;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/ud-cta-bg.png");
  background-size: cover;
  background-position: center;
  /* opacity: 0.06; */
  z-index: -1;
}

/* ===== ANIMATIONS (fade-up, fade-in, fade-left/right) ===== */
.fade-up {
  animation: fadeUp 0.8s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
  opacity: 0; /* start invisible */
}

.fade-in {
  animation: fadeIn 1s ease forwards;
  opacity: 0;
}

.fade-right {
  animation: fadeRight 0.8s ease forwards;
  opacity: 0;
}

.fade-left {
  animation: fadeLeft 0.8s ease forwards;
  opacity: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Stagger delays */
[data-delay="0.1"] {
  animation-delay: 0.1s;
}
[data-delay="0.2"] {
  animation-delay: 0.2s;
}
[data-delay="0.3"] {
  animation-delay: 0.3s;
}
[data-delay="0.4"] {
  animation-delay: 0.4s;
}
[data-delay="0.5"] {
  animation-delay: 0.5s;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1100px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-image {
    max-width: 600px;
    margin: 0 auto;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  .section {
    padding: 3.5rem 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-disclaimer {
    flex-direction: column;
    text-align: center;
  }
  .hero-cta {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .faq-item p {
    padding-left: 0;
  }
  .faq-question {
    flex-direction: column;
    gap: 0.3rem;
  }
}

/*  */
/* ===== SERVICES HERO BACKGROUND ===== */

.hero-services {
  position: relative;
  background: url("/assets/images/news-3.jpg") center/cover no-repeat;
  min-height: 80vh; /* ← THIS is what you’re missing */
  display: flex;
  align-items: center; /* vertical center content */
  padding: 0; /* remove fake height padding */
  color: white;
}

.hero-services .hero-grid {
  grid-template-columns: 1fr;
}

.hero-services h1,
.hero-services p {
  color: #ffffff;
}

.hero-services h1 {
  /* font-size: 25px
  ; */
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(11, 28, 46, 0.5),
    rgba(11, 28, 46, 0.5)
  );
  z-index: 0;
}

.hero-services .container {
  position: relative;
  z-index: 1;
}

/* Typewriter cursor */
#typewriter::after {
  content: "";
  animation: blink 1s infinite;
  margin-left: 4px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Hero text smooth entrance */
.hero-content h1,
.hero-content .intro-text,
.hero-content .badge {
  opacity: 0;
  transform: translateY(30px);
}

/* animate in */
.hero-content.show .badge {
  animation: heroFadeUp 0.6s ease forwards;
}

.hero-content.show h1 {
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: 0.25s;
}

.hero-content.show .intro-text {
  animation: heroFadeUp 0.9s ease forwards;
  animation-delay: 0.6s;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */
/* ================= SERVICES GRID — TRUE RESPONSIVE ================= */

.services-grid {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(3, 1fr);
}

/* laptop */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* tablet */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= CARD ================= */

.service-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 2.2rem;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
}

.service-card > * {
  position: relative;
  z-index: 2;
}

/* hover lift */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 50px rgba(37, 99, 235, 0.18);
}

/* ================= OVERLAY EFFECT ================= */

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 132, 225, 0.08),
    rgba(151, 71, 255, 0.1)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.service-card:hover .card-overlay {
  opacity: 1;
}

/* ================= ICON POLISH ================= */

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef4ff, #f5f0ff);
  margin-bottom: 1.4rem;
}

.card-icon i {
  font-size: 1.8rem;
  color: #2563eb;
}

/* ================= SCROLL REVEAL ================= */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================= GRID ================= */

.services-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

@media (max-width: 900px) {
  .services-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= CARD ================= */

.service-blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 1px solid rgb(158, 162, 196);
}

.service-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
}

/* ================= IMAGE ================= */

.service-blog-image {
  position: relative;
  overflow: hidden;
}

.service-blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-blog-card:hover img {
  transform: scale(1.06);
}

/* hover overlay */
.service-blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
  opacity: 0;
  transition: opacity 0.3s;
}

.service-blog-card:hover .service-blog-image::after {
  opacity: 1;
}

/* ================= DATE BADGE ================= */

.date-badge {
  /* position: absolute; */
  left: 22px;
  bottom: -28px;
  background: linear-gradient(
    to right,
    var(--clr-theme-1),
    var(--clr-theme-3),
    var(--clr-theme-3),
    var(--clr-theme-1)
  );
  /* border-radius: 14px; */
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.date-badge .day {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #acbfe9;
  line-height: 1;
}

.date-badge .month {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

/* ================= BODY ================= */

.service-blog-body {
  padding: 3.2rem 2rem 2.2rem;
}

.service-meta {
  display: flex;
  gap: 1.4rem;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  color: #1e3a5f;
}

.service-meta i {
  color: #2563eb;
  margin-right: 6px;
}

.service-blog-body h3 {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

.service-blog-body p {
  color: #5b6b7c;
}

/* mini includes list */

.mini-list {
  margin: 0.6rem 0 1rem;
  padding-left: 1.1rem;
  color: #4b5d70;
}

.mini-list li {
  margin-bottom: 0.25rem;
}

/* CTA */

.read-more {
  display: inline-block;
  font-weight: 700;
  color: #0f2f57;
  text-decoration: none;
  transition: all 0.25s;
  border: 2px solid #0e84e1;
  border-radius: 12px;
  padding: 8px;
}

.read-more:hover {
  color: white;
  transform: translateX(4px);
  /* color: black; */
  background-color: #0e84e1;
}
.soft {
  color: white !important;
}

.service-blog-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 132, 225, 0.08),
    rgba(151, 71, 255, 0.55)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.service-card:hover .card-overlay {
  opacity: 1;
}

/*  */
/* ================= FAQ SECTION ================= */

.faq-section {
  background: #f9fcff;
  position: relative;
}

/* equal-height grid */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= FAQ CARD ================= */

.faq-item {
  position: relative;
  background: #ffffff;
  padding: 1.9rem 2.1rem;
  border-radius: 22px;
  border: 1px solid #2874c0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;

  display: flex;
  flex-direction: column;
  height: 100%;
}

/* hover lift */
.faq-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(37, 99, 235, 0.18);
  border-color: rgba(37, 99, 235, 0.35);
}

/* keep text above overlay */
.faq-item > * {
  position: relative;
  z-index: 2;
}

/* ================= OVERLAY ================= */

.faq-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 132, 225, 0.1),
    rgba(151, 71, 255, 0.22)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.faq-item:hover .faq-overlay {
  opacity: 1;
}

/* ================= CONTENT ================= */

.faq-question {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  min-height: 52px;
}

.faq-number {
  font-weight: 800;
  color: #2563eb;
  opacity: 0.75;
  font-size: 1.05rem;
}

.faq-item h4 {
  font-size: 1.08rem;
  font-weight: 600;
  color: #0b1c2e;
}

.faq-item p {
  margin-top: 0.4rem;
  color: #44596b;
  line-height: 1.6;
  font-size: 0.98rem;
}

/* ================= CTA ================= */

.faq-cta {
  text-align: center;
  margin-top: 3.8rem;
  padding: 2.6rem;
  background: #1f242c;
  border-radius: 42px;
}

.faq-cta h4 {
  color: #ffffff;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}

.bg-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(#e5e8ee 2px, transparent 2px);
  background-size: 30px 30px;
  /* opacity: 0.03; */
  pointer-events: none;
}

/*  */
/* ================= MODEL GRID ================= */

/* ===== MODEL GRID LAYOUT ===== */

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← 4 in one row */
  gap: 2.6rem;
  margin-top: 3rem;
}

/* laptop / small desktop */
@media (max-width: 1200px) {
  .model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* tablet */
@media (max-width: 768px) {
  .model-grid {
    grid-template-columns: 1fr;
  }
}

/* tablet */
@media (max-width: 900px) {
  .model-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= MODEL CARD ================= */

.model-card {
  background: #f3f5f9;
  border-radius: 28px;
  padding: 3.2rem 2.4rem 1.6rem;
  text-align: center;
  position: relative;
  overflow: hidden;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 1px solid rgb(192, 188, 188);
}

/* hover lift + glow */

.model-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 35px 70px rgba(37, 99, 235, 0.22);
}

/* top accent line */

.model-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #2563eb, #7e5bef);
  opacity: 0.9;
}

/* ================= ICON ================= */

.model-icon-wrap {
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
}

.model-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #5b7cfa;
  color: white;
  display: grid;
  place-items: center;
  font-size: 30px;
  position: relative;
}

/* dashed ring */

.model-icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px dashed rgba(91, 124, 250, 0.45);
}

/* icon hover pulse */

.model-card:hover .model-icon {
  animation: iconPulse 0.6s ease;
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

/* ================= TEXT ================= */

.model-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.7rem;
  color: #2a2a2a;
}

.model-card p {
  font-size: 1.02rem;
  color: #4b5563;
  margin-bottom: 1.8rem;
}

/* ================= BUTTON ================= */

.model-btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  color: white;

  background: linear-gradient(90deg, #4f6df5, #6f8df7);
  transition: all 0.35s;
}

.model-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 14px 28px rgba(79, 109, 245, 0.35);
}

/*  */

/* ===== PRICE CTA BLOCK ===== */

.price {
  margin-top: 50px;

  display: flex;
  flex-direction: column;
  align-items: center; /* ← centers button */
  justify-content: center;
  text-align: center;
  gap: 22px;

  padding: 0 1.5rem;
}

.price p {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #44596b;
}

/* button */
.btn-primary1 {
  background: linear-gradient(
    to right,
    var(--clr-theme-1),
    var(--clr-theme-3),
    var(--clr-theme-3),
    var(--clr-theme-1)
  );
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary1:hover {
  background: transparent;
  color: #0e84e1;
  border: 2px solid #0e84e1;
  transform: translateY(-2px);
}
