.card:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.text-dark {
  color: #000 !important;
}

.cutout-image {
  position: absolute;
  right: 137px;
  top: -35px;
  max-width: 60%;
  z-index: 2;
}

#slider {
  height: 600px;
}

.services-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

/* --- Left Column: Swiper for Cards --- */
.services-swiper-container {
  height: 600px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.services-swiper-container .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.4s ease-out;
}

.services-swiper-container .swiper-slide-active {
  opacity: 1;
}

.service-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 35px 30px;
  height: 220px;
  margin: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.service-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  cursor: pointer;
  transition:
    box-shadow 0.3s,
    border-color 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.swiper-slide-active .service-card {
  border-color: #ddd;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.service-card .card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}

.service-card .icon-wrapper {
  background-color: #f8f6f2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.card-body {
  flex-grow: 1;
}

.service-card .card-description {
  color: #666;
  font-size: 13.9px;
  line-height: 23.48px;
  text-align: justify;
  word-spacing: normal;
  font-weight: 400;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
  font-family: system-ui;
}

.service-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 20px;
}

.arrow-icon {
  background-color: #004250;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Right Column: Image and Icons Shape --- */
.image-and-nav-container {
  position: relative;
  height: 600px;
}

#service-images {
  position: absolute;
  top: 0;
  left: 30px;
  /* Make space for the icon tab's width */
  right: 0;
  bottom: 0;
  border-radius: 12px;
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.service-image.active {
  opacity: 1;
}

/* --- Icons Swiper as a Tab --- */
.icons-swiper-container {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  height: 250px;
  width: 60px;
  background-color: #f8f6f2;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.icons-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.icons-swiper-container .swiper-slide-active {
  opacity: 1;
}

.icon-nav-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.swiper-slide-active .icon-nav-link {
  /* background-color: #004250; */
  background-color: #fff;
  transform: scale(1.15);
}

.icon-nav-link img {
  width: 24px;
  height: 24px;
  /* filter: grayscale(1) brightness(0.5); */
  transition: filter 0.3s;
}

.swiper-slide-active .icon-nav-link img {
  /* filter: invert(1) brightness(2); */
}

.service-card .learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #004250;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
}

.service-card .learn-more-link:hover {
  text-decoration: underline;
}

.service-card .learn-more-link .arrow {
  font-weight: bold;
  font-size: 1.1rem;
}

.services-swiper-container .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.services-swiper-container .swiper-slide {
  display: flex;
  height: auto;
}

.services-swiper-container {
  height: 700px;
  /* was 600px */
}

.inspiro-slider {
  min-height: 700px !important;
  max-height: 700px !important;
}

.txt-dec-none a {
  text-decoration: none;
}

/* Image Section */
.ark_image_container {
  position: relative;
  min-height: 410px;
}

.ark_btn_gradient {
  background: linear-gradient(135deg, #e85829 0%, #ff8f50 100%);
  color: white;
  border: none;
  padding: 15px 45px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(232, 88, 41, 0.3);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1rem;
}

.ark_btn_gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(232, 88, 41, 0.4);
  color: #f2f2f2 !important;
}

.btn-tax {
  background-color: #e95929;
  border: transparent;
}

@media (max-width: 767.98px) {
  .inspiro-slider {
    min-height: 690px !important;
    max-height: 690px !important;
    padding-top: 90px !important;
  }
}

.ark-products {
  background: #fff;
}

/* box is “floating” in default state (no big card bg shown) */
.ark-prod-box {
  position: relative;
  padding: 26px 16px 18px;
  border-radius: 22px;
  transition: transform 0.25s ease;
}

/* this is the hidden card background layer */
.ark-prod-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: #f3f7ff;
  /* soft card bg */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  opacity: 0;
  /* hidden by default */
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 0;
}

/* bring bg on hover */
.ark-prod-box:hover {
  transform: translateY(-4px);
}

.ark-prod-box:hover::before {
  opacity: 1;
  transform: translateY(0);
}

/* keep content above bg */
.ark-prod-box > * {
  position: relative;
  z-index: 1;
}

/* icon style like cleartax */
.ark-prod-ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 115, 232, 0.12);
  color: #1a73e8;
  font-size: 24px;
}

.ark-prod-ico.ico-green {
  background: rgba(34, 197, 94, 0.14);
  color: #16a34a;
}

.ark-prod-ico.ico-purple {
  background: rgba(99, 102, 241, 0.14);
  color: #4f46e5;
}

.ark-prod-ico.ico-sky {
  background: rgba(14, 165, 233, 0.14);
  color: #0284c7;
}

.ark-prod-title {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 10px;
  color: #101828;
  font-family: system-ui;
}

/* hidden description like cleartax (shows only on hover) */
.ark-prod-desc {
  margin: 0 auto 14px;
  max-width: 260px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(16, 24, 40, 0.7);

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: all 0.25s ease;
  font-family: system-ui;
}

.ark-prod-box:hover .ark-prod-desc {
  opacity: 1;
  max-height: 120px;
  transform: translateY(0);
}

/* button like cleartax */
.ark-prod-btn {
  background: #1a73e8;
  color: #fff !important;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  min-width: 170px;
  box-shadow: 0 12px 30px rgba(26, 115, 232, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ark-prod-box:hover .ark-prod-btn {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(26, 115, 232, 0.3);
}

/* mobile font adjustment */
@media (max-width: 767.98px) {
  .ark-prod-title {
    font-size: 22px;
  }

  .ark-prod-btn {
    min-width: 160px;
  }
}

.ark-audit-about {
  background: #fff;
}

.ark-audit-img-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.img-audit-whatwe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.ark-audit-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(232, 88, 41, 0.1);
  color: #e85829;
  font-weight: 700;
  font-size: 13px;
}

.ark-audit-link {
  font-weight: 700;
  text-decoration: none;
  color: #004250;
  font-size: 14px;
}

.ark-audit-link:hover {
  text-decoration: underline;
}

.ark-points-wrap {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.ark-point-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  /*color: #444;*/
  font-weight: 600 !important;
}

.ark-point-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
  border-color: rgba(232, 88, 41, 0.25);
}

.ark-point-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 88, 41, 0.12);
  color: #e85829;
  border: 1px solid rgba(232, 88, 41, 0.22);

  font-size: 14px;
  flex: 0 0 28px;
  /*border: 1px solid rgba(34,197,94,0.25);*/
}

.ark-point-text {
  font-size: 15.5px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.35;
  font-family: system-ui;
}

.ark-audit-challenges {
  background: #f8f9fa;
}

.ark-ch-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  height: 100%;
}

.ark-ch-item:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 88, 41, 0.25);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
}

.ark-ch-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 88, 41, 0.1);
  color: #e85829;
  font-size: 20px;
  flex: 0 0 52px;
}

.ark-ch-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;

  line-height: 1.25;
  font-family: system-ui;
}

.ark-ch-desc {
  margin: 0;
  font-size: 14.6px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.68);
  font-family: system-ui;
}

.btn-audit-line {
  background-color: #fff !important;
  color: #e95726 !important;
}

/* BENEFITS SECTION (clean like screenshot) */
.ark-benefits {
  background: #fff;
}

.ark-ben-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 34px 22px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ark-ben-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 88, 41, 0.25);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.ark-ben-no {
  font-size: 44px;
  font-weight: 800;
  color: #e95726;
  /* close to screenshot blue */
  letter-spacing: 1px;
  margin-bottom: 18px;
  line-height: 1;
  font-family: system-ui;
}

.ark-ben-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.35;
  font-family: system-ui;
}

.ark-ben-desc {
  margin: 0 auto;
  font-size: 14.7px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.68);
  max-width: 290px;
  font-family: system-ui;
}

/* responsive spacing */
@media (max-width: 767.98px) {
  .ark-ben-card {
    padding: 28px 18px;
  }

  .ark-ben-no {
    font-size: 40px;
  }
}
/* =========================================
           SHARED STYLES (Apply to both sections)
           ========================================= */
.ark-hero-section,
.ark-comparison-section {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
  /* White Background */
}

/* =========================================
           SECTION 1: HERO PROCESS SECTION
           ========================================= */
.ark-hero-section {
  padding: 100px 0;
  position: relative;
}

.ark-hero-section .image-frame {
  position: relative;
  border-radius: 24px;
  overflow: visible;
  max-width: 900px;
  margin: 0 auto;
}

.ark-hero-section .main-meeting-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Glassmorphism Cards */
.ark-hero-section .float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 15px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #111827;
}

/* Left Badge */
.ark-hero-section .badge-experience {
  bottom: 40px;
  left: -40px;
  padding: 12px 24px;
}

.ark-hero-section .badge-experience i {
  color: #e95726;
  font-size: 1.2rem;
}

/* Right Badge */
.ark-hero-section .badge-growth {
  top: 40px;
  right: -60px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  min-width: 200px;
}

.ark-hero-section .badge-growth .icon-circle {
  background: rgba(233, 87, 38, 0.1);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid rgba(233, 87, 38, 0.2);
}

.ark-hero-section .badge-growth h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
}

.ark-hero-section .badge-growth p {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 4px;
}

/* Center Button */
.ark-hero-section .process-btn {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e95726;
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  border: 4px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(233, 87, 38, 0.4);
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ark-hero-section .process-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 15px 30px rgba(233, 87, 38, 0.5);
  color: #ffffff;
}

/* Mobile Adjustments for Hero */
@media (max-width: 991px) {
  .ark-hero-section .badge-growth {
    right: -20px;
    top: 20px;
    transform: scale(0.95);
  }

  .ark-hero-section .badge-experience {
    left: -20px;
    bottom: 20px;
    transform: scale(0.95);
  }
}

@media (max-width: 768px) {
  .ark-hero-section .badge-growth,
  .ark-hero-section .badge-experience {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10px auto;
    width: 90%;
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  .ark-hero-section .badge-growth {
    align-items: center;
    padding: 15px;
  }

  .ark-hero-section .badge-growth .icon-circle {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .ark-hero-section .image-frame {
    margin: 0 20px;
  }
}

/* =========================================
           SECTION 2: COMPARISON TABLE SECTION
           ========================================= */
.ark-comparison-section {
  padding: 80px 0 100px 0;
  position: relative;
}

.ark-comparison-section .comparison-header {
  text-align: center;
  margin-bottom: 60px;
}

.ark-comparison-section .comparison-card {
  border-radius: 24px;
  padding: 40px 35px;
  height: 100%;
  transition: transform 0.3s ease;
}

/* "Others" Card */
.ark-comparison-section .card-others {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* "Ark Advisor" Card */
.ark-comparison-section .card-ark {
  border: 1px solid rgba(233, 87, 38, 0.3);
  background: linear-gradient(145deg, #1f2937 0%, #0f172a 100%);
  color: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(233, 87, 38, 0.25);
  position: relative;
  overflow: hidden;
}

.ark-comparison-section .card-ark::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(233, 87, 38, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Headers */
.ark-comparison-section .col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-weight: 600;
  gap: 12px;
}

.ark-comparison-section .header-others {
  color: #4b5563;
}

.ark-comparison-section .header-ark {
  color: #e95726;
}

/* List Styling */
.ark-comparison-section ul.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ark-comparison-section ul.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.ark-comparison-section .card-others li {
  color: #4b5563;
}

.ark-comparison-section .card-ark li {
  color: #f3f4f6;
}

/* Icons */
.ark-comparison-section .icon-container {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 16px;
  margin-top: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.ark-comparison-section .icon-cross {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  background: #ffffff;
}

.ark-comparison-section .icon-check {
  color: #ffffff;
  background-color: #e95726;
  box-shadow: 0 4px 6px rgba(233, 87, 38, 0.3);
}

@media (max-width: 768px) {
  .ark-comparison-section .col-header {
    justify-content: flex-start;
  }
}

/* ===== ARK CTA (No :root, no body styles) ===== */

.ark_cta_adv_wrap {
  padding: 36px 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.ark_cta_adv_card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;

  background:
    radial-gradient(
      1200px 420px at 50% 20%,
      rgba(255, 255, 255, 0.15),
      transparent 60%
    ),
    linear-gradient(90deg, #f98f6b 0%, #572b1c 50%, #f7a88f 100%);

  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  min-height: 260px;

  display: grid;
  place-items: center;
  padding: 54px 18px;
}

/* Subtle grid overlay */
.ark_cta_adv_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 23px,
      rgba(255, 255, 255, 0.05) 23px 24px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 23px,
      rgba(255, 255, 255, 0.05) 23px 24px
    );
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Soft vignette */
.ark_cta_adv_card::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    900px 280px at 50% 45%,
    transparent 45%,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}

/* Brand glow (#E95727) */
.ark_cta_adv_glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(233, 87, 39, 0.22) 0%,
    rgba(233, 87, 39, 0.1) 22%,
    rgba(233, 87, 39, 0) 60%
  );
  filter: blur(2px);
  pointer-events: none;
  opacity: 0.9;
}

.ark_cta_adv_content {
  position: relative;
  text-align: center;
  max-width: 860px;
  padding: 0 12px;
}

.ark_cta_adv_btn {
  border: 0;
  background: #e95727;
  color: #fff;
  font-weight: 700;
  padding: 11px 28px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(233, 87, 39, 0.22);
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    box-shadow 0.15s ease;
}
.ark_cta_adv_btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 16px 34px rgba(233, 87, 39, 0.28);
}
.ark_cta_adv_btn:active {
  transform: translateY(0);
}

@media (max-width: 576px) {
  .ark_cta_adv_card {
    border-radius: 26px;
    padding: 44px 14px;
    min-height: 240px;
  }
  .ark_cta_adv_subtitle {
    font-size: 14.5px;
  }
}
.itr-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.itr-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.itr-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 85, 39, 0.18);
  color: #fff;
  flex: 0 0 40px;
}

.itr-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.itr-sub {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 2px;
  font-family: system-ui;
}

@media (max-width: 992px) {
  .itr-highlights {
    grid-template-columns: 1fr;
  }
}
