/* ==========================================================================
   Global Settings
   ========================================================================== */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E1E;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
}

a, a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d1d9e6;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  resize: none;
}

*:focus {
  outline: none !important;
}

@media (min-width: 1400px) {
  .container { max-width: 1331px; }
}

@media (max-width: 575px) {
  .container { padding: 0; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
figure { margin: 0; }

img.alignleft { float: left; margin: 0 10px 10px 0; display: block; }
img.alignright { float: right; margin: 0 0 10px 10px; display: block; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; }

.hidden { display: none !important; visibility: hidden; }
.clear { clear: both; height: 1px; line-height: 1px; }

/* ==========================================================================
   Gradient / Hero sections — DARK TEXT for light backgrounds
   ========================================================================== */
.gradient1 {
  background: linear-gradient(180deg, #dce4f5 0%, #eaf0fb 100%);
}

.gradient1 h1, .gradient1 h2, .gradient1 h3, .gradient1 h4, .gradient1 h5,
.gradient1 h6, .gradient1 p, .gradient1 span, .gradient1 li, .gradient1 a,
.gradient1 .h1, .gradient1 .h4, .gradient1 .display-5, .gradient1 .lead,
.gradient1 .fw-light, .gradient1 .fw-light span, .gradient1 .extra-small,
.gradient1 .text-white, .gradient1 [class*="text-white"] {
  color: #0e074a !important;
}

.gradient1 p.lead, .gradient1 .lead, .gradient1 .fw-light {
  color: #2d2878 !important;
}

.gradient1 .text-white, .gradient2 .text-white {
  color: #0e074a !important;
}

.gradient2 h1, .gradient2 h2, .gradient2 h3, .gradient2 h4, .gradient2 h5,
.gradient2 h6, .gradient2 p, .gradient2 span, .gradient2 .display-5, .gradient2 .lead {
  color: #0e074a !important;
}

.bg-color1 h1, .bg-color1 h2, .bg-color1 h3, .bg-color1 p,
.bg-color1 span, .bg-color1 .display-5 {
  color: #ffffff !important;
}

.logo {
  display: inline-block;
  margin-bottom: 22px;
}

/* ==========================================================================
   Ratings
   ========================================================================== */
.rating {
  max-width: none;
  width: 87px;
  position: relative;
}

.rating img {
  display: inline-block;
  width: 87px !important;
  max-width: none;
}

.rating span {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating span img {
  width: 87px !important;
}

.rating-wrapper {
  display: flex;
  margin-bottom: 18px;
}

.rating-wrapper .rating-label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

.rating-wrapper .rating-label strong {
  text-decoration: underline;
}

.badge1 {
  position: absolute;
  left: -20px;
  top: -18px;
  display: inline-block;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.layout1 {
  display: grid;
  grid-template-columns: 1fr 1.65fr 1fr;
  column-gap: 29px;
}

@media (max-width: 1199px) {
  .layout1 { column-gap: 20px; }
}

@media (max-width: 991px) {
  .layout1 {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .layout1 .column:nth-child(1) { order: 2; }
  .layout1 .column:nth-child(2) { order: 1; }
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #0e074a;
}

h2 { font-size: 37px; margin-bottom: 16px; color: #0e074a; }
h3 { font-size: 27px; margin-bottom: 16px; color: #0e074a; }
h4, .h4 { font-size: 24px; font-weight: 700; margin-bottom: 16px; color: #0e074a; }
h5 { font-size: 17px; margin-bottom: 16px; color: #1a1560; }
h6 { font-size: 14px; margin-bottom: 16px; color: #1a1560; }

p {
  line-height: 1.4;
  margin-bottom: 16px;
  color: #2c2c2c;
}

p.lead {
  font-size: 18px;
  line-height: 1.5;
  color: #1a1560;
}

.extra-small { font-size: 11px; color: #555; }
.fw-light span { font-weight: 500; }

@media (max-width: 767px) {
  .mb-text1 { font-size: 16px !important; }
}

/* Lists */
ul, ol { margin-bottom: 16px; list-style-position: outside; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ol { margin-left: 20px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

.list1 { padding-left: 0; margin: 0; list-style: none; }
.list1 li {
  padding: 24px 10px;
  padding-right: 0;
  font-weight: 500;
  color: #1a1560;
  border-bottom: 1px solid #c7d4ea;
}
.list1 li:last-child { border: none; }
.list1 li a { color: #1a1560; }

@media (max-width: 1199px) {
  .list1 li { padding: 18px 10px; padding-right: 0; }
}

/* ==========================================================================
   Box — modernized
   ========================================================================== */
.box {
  padding: 36px 48px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(14, 7, 74, 0.06);
}

@media (max-width: 767px) {
  .box { padding: 32px 20px; border-radius: 12px; }
}

.box2 {
  background-color: #fff;
  border: 1px solid #d1d9e6;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  color: #1a1560;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(14, 7, 74, 0.05);
}

.box2 header {
  border-bottom: 1px solid #d1d9e6;
  background-color: #f4f7fc;
  font-weight: 600;
  padding: 16px;
  color: #0e074a;
}

.box2 .content {
  padding: 18px 22px;
  font-weight: 500;
  color: #2c2c2c;
}

.box2:has(.list1) .content { padding: 0 11px; }

@media (max-width: 1199px) {
  .box2 { font-size: 12px; }
}

@media (max-width: 767px) {
  .box2 { font-size: 16px; margin-left: 23px; margin-right: 23px; }
  .box2 .content { font-size: 14px; line-height: 26px; }
}

/* ==========================================================================
   Section
   ========================================================================== */
.section { padding: 40px 0; }

@media (max-width: 767px) {
  .section { padding: 20px 0; }
  .section:has(.box):first-child { padding-top: 0; }
}

/* ==========================================================================
   Card1 — modernized
   ========================================================================== */
.card1 {
  padding: 16px 40px 24px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(14, 7, 74, 0.08);
  text-align: center;
  border: 1px solid #e2e8f4;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card1:hover {
  box-shadow: 0 8px 32px rgba(14, 7, 74, 0.12);
  transform: translateY(-2px);
}

.card1 .extra-small { color: #555; }
.card1:has(.badge1) { position: relative; }

.card1 header {
  display: flex;
  column-gap: 46px;
  justify-content: center;
  margin-bottom: 10px;
}

.card1 header .num-rating {
  font-size: clamp(24px, 3vw, 36px);
  color: #0e074a;
}

.card1 .rating-wrapper { justify-content: center; }
.card1 .rating-wrapper .rating-label { padding-top: 4px; padding-left: 4px; }

@media (max-width: 767px) {
  .card1 { margin-left: 23px; margin-right: 23px; padding: 12px 16px 23px; }
  .card1 header { column-gap: 4px; }
  .card1:has(.badge1) header { padding-left: 24px; }
  .card1:has(.badge1) header:not(:has(.num-rating)) { padding-right: 24px; }
  .card1 .btn { width: 100%; }
}

/* ==========================================================================
   Buttons — modernized
   ========================================================================== */
.btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn.btn-lg {
  padding: 10px 28px;
  font-weight: 900;
  font-size: 16px;
}

.check { display: none; }
.check p { font-weight: bold; margin-bottom: 5px; color: #0e074a; }

.btn-yes, .btn-no {
  border-radius: 10px;
  margin: 0px 2px 3px 2px;
  color: #fff;
  font-weight: bold;
}

.check .btn-yes { background: #5db918 !important; }
.check .btn-no { background: #f00 !important; }

.btn.btn-primary {
  background: rgb(253, 47, 115);
  background: -moz-linear-gradient(51deg, rgba(253, 47, 115, 1) 0%, rgba(255, 91, 63, 1) 100%);
  background: -webkit-linear-gradient(51deg, rgba(253, 47, 115, 1) 0%, rgba(255, 91, 63, 1) 100%);
  background: linear-gradient(51deg, rgba(253, 47, 115, 1) 0%, rgba(255, 91, 63, 1) 100%);
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(253, 47, 115, 0.35);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn.btn-primary:hover {
  background: #fff;
  color: #fd2f73;
  border-color: #fd2f73;
  box-shadow: 0 4px 20px rgba(253, 47, 115, 0.2);
  transform: translateY(-1px);
}

.btn.btn-primary:active {
  background: linear-gradient(51deg, rgba(230, 40, 100, 1) 0%, rgba(230, 75, 50, 1) 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(0);
}

@media (max-width: 390px) {
  .btn { font-size: 16px; }
}

/* ==========================================================================
   NEW: CTA Button enhancements — pulse animation + arrow
   ========================================================================== */
.btn.btn-primary.btn-cta {
  position: relative;
  padding-right: 44px;
  font-size: 17px;
  letter-spacing: 0.8px;
}

.btn.btn-primary.btn-cta::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btn.btn-primary.btn-cta:hover::after {
  transform: translateY(-50%) translateX(4px);
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(253, 47, 115, 0.35); }
  50% { box-shadow: 0 4px 30px rgba(253, 47, 115, 0.55), 0 0 60px rgba(253, 47, 115, 0.15); }
}

.btn.btn-primary.btn-cta {
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn.btn-primary.btn-cta:hover {
  animation: none;
}

/* ==========================================================================
   NEW: Card Labels — "Best Choice", "Most Popular", "Best Value", etc.
   ========================================================================== */
.card-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.card-label--best-choice {
  background: linear-gradient(135deg, #fd2f73 0%, #ff5b3f 100%);
  color: #fff;
}

.card-label--popular {
  background: linear-gradient(135deg, #0e074a 0%, #2d2878 100%);
  color: #fff;
}

.card-label--best-value {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
}

.card-label--editors-pick {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
}

.card-label--new {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  color: #fff;
}

/* ==========================================================================
   NEW: Trust Signals
   ========================================================================== */
.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 14px 20px;
  background: #f4f7fc;
  border-radius: 12px;
  margin-bottom: 0px;
  border: 1px solid #e2e8f4;
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0e074a;
  white-space: nowrap;
}

.trust-bar__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Verified badge on cards */
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 6px;
  padding: 3px 10px;
  margin-bottom: 8px;
}

.verified-badge::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #059669;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

/* User count / social proof */
.user-count {
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 15px;
  display: block;
}

.user-count__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

/* Last updated date */
.last-updated {
  font-size: 11px;
  color: #94a3b8;
  font-style: italic;
  margin-top: 4px;
}

.last-updated strong {
  color: #64748b;
  font-style: normal;
}

/* ==========================================================================
   NEW: Pros & Cons inside cards
   ========================================================================== */
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
  text-align: left;
}

.pros-cons__col {
  padding: 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.pros-cons__col--pros {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.pros-cons__col--cons {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.pros-cons__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.pros-cons__col--pros .pros-cons__title {
  color: #059669;
}

.pros-cons__col--cons .pros-cons__title {
  color: #dc2626;
}

.pros-cons__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pros-cons__list li {
  padding: 3px 0 3px 20px;
  position: relative;
  color: #374151;
  font-size: 13px;
}

.pros-cons__col--pros .pros-cons__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 700;
}

.pros-cons__col--cons .pros-cons__list li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

@media (max-width: 575px) {
  .pros-cons { grid-template-columns: 1fr; }
}

/* ==========================================================================
   NEW: Score breakdown (mini progress bars)
   ========================================================================== */
.score-breakdown {
  margin: 16px 0;
  text-align: left;
}

.score-breakdown__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.score-breakdown__label {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  min-width: 90px;
}

.score-breakdown__bar {
  flex: 1;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}

.score-breakdown__fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #0e074a 0%, #2d2878 100%);
  transition: width 0.6s ease;
}

.score-breakdown__fill--high {
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
}

.score-breakdown__value {
  font-size: 12px;
  font-weight: 700;
  color: #0e074a;
  min-width: 30px;
  text-align: right;
}

/* ==========================================================================
   NEW: Urgency / limited-offer bar
   ========================================================================== */
.offer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #f59e0b;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #92400e;
}

.offer-banner__icon {
  font-size: 16px;
}

.offer-banner--hot {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-color: #ef4444;
  color: #991b1b;
}

/* ==========================================================================
   NEW: Comparison table (quick specs)
   ========================================================================== */
.specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f4;
  margin: 16px 0;
  font-size: 13px;
}

.specs-table th {
  background: #f4f7fc;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  color: #0e074a;
  border-bottom: 1px solid #e2e8f4;
}

.specs-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  color: #374151;
}

.specs-table tr:last-child td {
  border-bottom: none;
}

.specs-table tr:hover td {
  background: #f8faff;
}

/* ==========================================================================
   NEW: Expert verdict box
   ========================================================================== */
.expert-verdict {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
  border: 1px solid #c7d2fe;
  border-left: 4px solid #0e074a;
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin: 20px 0;
}

.expert-verdict__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.expert-verdict__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c7d2fe;
}

.expert-verdict__name {
  font-size: 14px;
  font-weight: 700;
  color: #0e074a;
}

.expert-verdict__role {
  font-size: 11px;
  color: #64748b;
}

.expert-verdict__text {
  font-size: 15px;
  line-height: 1.6;
  color: #1e293b;
  font-style: italic;
  margin-bottom: 0;
}

/* ==========================================================================
   NEW: Sticky CTA bar (mobile)
   ========================================================================== */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(14, 7, 74, 0.12);
  border-top: 1px solid #e2e8f4;
}

.sticky-cta .btn {
  width: 100%;
  font-size: 16px;
  padding: 14px;
}

@media (max-width: 767px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 80px; }
}

/* ==========================================================================
   NEW: "Why trust us" section
   ========================================================================== */
.trust-section {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  padding: 28px 32px;
  margin: 24px 0;
  box-shadow: 0 2px 12px rgba(14, 7, 74, 0.04);
}

.trust-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.trust-section__item {
  text-align: center;
  padding: 16px;
}

.trust-section__number {
  font-size: 28px;
  font-weight: 800;
  color: #0e074a;
  line-height: 1;
  margin-bottom: 4px;
}

.trust-section__desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 0;
}

/* ==========================================================================
   NEW: Rank number on cards
   ========================================================================== */
.card-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0e074a;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  top: -12px;
  right: 20px;
  box-shadow: 0 2px 8px rgba(14, 7, 74, 0.2);
  z-index: 2;
}

.card2.highlighted .card-rank {
  background: linear-gradient(135deg, #fd2f73 0%, #ff5b3f 100%);
  width: 38px;
  height: 38px;
  font-size: 16px;
}

/* ==========================================================================
   NEW: Bonus/offer tag on CTA
   ========================================================================== */
.cta-wrapper {
  position: relative;
  display: inline-block;
}

.cta-bonus {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #10b981;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  z-index: 1;
}

/* ==========================================================================
   NEW: Review count + date meta line
   ========================================================================== */
.card-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 8px;
  margin-bottom: 12px;
}

.card-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.card-meta__divider {
  width: 1px;
  height: 14px;
  background: #cbd5e1;
}

/* ==========================================================================
   Modal 1
   ========================================================================== */
body.popup-open { overflow: hidden !important; }

.modal1 {
  width: 100%; height: 100%; position: fixed; left: 0; top: 0;
  overflow-x: hidden; overflow-y: auto; z-index: 99999; display: none;
}

.modal1.show { display: flex; }

.modal1::after {
  content: ""; width: 110vw; height: 110vh;
  background-color: rgba(14, 7, 74, 0.25);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1;
}

.modal1 .inner-content { margin: auto; width: 100%; max-width: 521px; padding: 24px; }

.modal1 .inner-content .box {
  padding: 28px 42px; border-radius: 16px;
  box-shadow: 0 8px 40px rgba(14, 7, 74, 0.15);
  text-align: center; background-color: #fff; color: #1a1560;
  font-family: "Montserrat", sans-serif; border: 1px solid #d1d9e6;
}

.modal1 .inner-content .box .step { display: flex; flex-direction: column; align-items: center; }

.modal1 .inner-content .box .button-list1 {
  list-style: none; padding: 0 27px; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}

.modal1 .inner-content .box .button-list1.alt { grid-template-columns: 1fr; }
.modal1 .inner-content .box .button-list1.alt li button { font-size: 20px; }

.modal1 .inner-content .box .button-list1 li button {
  font-size: 24px; font-weight: 700; border: 1px solid #d1d9e6;
  box-shadow: 0 2px 8px rgba(14, 7, 74, 0.06); padding: 16px;
  border-radius: 12px; width: 100%; transition: all 0.3s ease;
  color: #0e074a; background-color: #f8faff;
}

.modal1 .inner-content .box .button-list1 li button:hover {
  border-color: #0e074a; box-shadow: 0 4px 16px rgba(14, 7, 74, 0.1);
  background-color: #eef2fc;
}

.modal1 .inner-content .box a { display: inline-block; }
.modal1 .inner-content .box a:has(img) { margin-bottom: 17px; }

.modal1 .inner-content .box .list-unstyled {
  text-align: left; margin-bottom: 21px; display: inline-block; color: #2c2c2c;
}

.modal1 .inner-content .box .btn {
  margin-bottom: 11px; padding-top: 4px; padding-bottom: 4px;
  width: 100%; max-width: 270px;
}

.modal1 .inner-content .step { position: relative; display: none !important; }
.modal1 .inner-content .step.active { display: flex !important; }

.modal1 .inner-content .step .close-btn {
  border: none; background-color: transparent; padding: 0;
  font-size: 24px; font-weight: 700; color: rgba(14, 7, 74, 0.4);
  position: absolute; right: -34px; top: -22px; transition: all 0.3s ease;
}

.modal1 .inner-content .step .close-btn:hover { color: #0e074a; }

@media (max-width: 767px) {
  .modal1 .inner-content .box { padding: 20px 24px; }
  .modal1 .inner-content .box .lead { font-size: 16px; }
  .modal1 .inner-content .box h4, .modal1 .inner-content .box .h4 { font-size: 20px; }
  .modal1 .inner-content .box .button-list1 { padding: 0; }
  .modal1 .inner-content .box .button-list1 li button { font-size: 16px; padding: 14px; }
  .modal1 .inner-content .box .button-list1.alt li button { font-size: 16px; padding: 14px; }
  .modal1 .inner-content .box .list-unstyled { font-size: 14px; }
  .modal1 .inner-content .box .btn+p { font-size: 14px; }
  .modal1 .inner-content .step .close-btn { right: -19px; top: -13px; font-size: 18px; }
  .cta-wrapper { width:100%; }
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
  padding: 10px 0 12px;
  box-shadow: 0 2px 12px rgba(14, 7, 74, 0.06);
  display: flex; justify-content: center; align-items: center;
  background-color: #ffffff;
}

#header .logo { margin-bottom: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  padding: 24px 0;
  background-color: #f4f7fc;
  border-top: 1px solid #d1d9e6;
}

#footer p { font-weight: 300; margin-bottom: 20px; color: #2c2c2c; }
#footer p a { color: #0e074a; }

#footer .footer-links ul {
  margin: 0; padding: 0; list-style: none; display: flex;
  align-items: center; flex-wrap: wrap; gap: 10px 30px; margin-bottom: 20px;
}

#footer .footer-links li { font-size: 16px; font-weight: 300; }
#footer .footer-links li a { color: #0e074a; }
#footer .footer-links li a:hover { text-decoration: underline; color: #fd2f73; }

@media (max-width: 767px) {
  #footer p { font-size: 10px; }
  #footer .footer-links li { font-size: 10px; }
  #footer .logo { margin-bottom: 16px; }
  #footer .logo img { max-height: 37px; }
}

.logo img { max-height: 51px; }

.home.gradient1 .container { padding: 0 12px; }

@media (max-width: 767px) {
  .home.gradient1 .section .box { padding: 32px 16px; }
}

.layout1 .column .figure1 img {
  height: 300px; object-fit: cover; border-radius: 12px;
}

/* ==========================================================================
   Card1.alt
   ========================================================================== */
.card1 header img { max-height: 77px; }
.card1 .badge1 { height: 59px; width: 59px; z-index: 1; }

.card1.alt { padding: 0; overflow: hidden; }

.card1.alt .figure1 img {
  height: 223px; width: 100%; border-top-left-radius: 14px;
  border-top-right-radius: 14px; filter: blur(2px); object-fit: cover;
}

.card1.alt .content { padding: 14px 24px 24px; }
.card1.alt .content p { font-size: 20px; margin-bottom: 10px; color: #1a1560; }
.card1.alt .content .num-rating { color: #D3AD52; font-weight: bold; }
.card1.alt .content header { align-items: center; column-gap: 10px; }

@media (max-width: 767px) {
  .card1.alt .figure1 img { height: 147px; }
  .card1.alt .content p { font-size: 16px; }
  .card1.alt header img { max-height: 50px; }
}

/* ==========================================================================
   Container2 / Header2
   ========================================================================== */
.container2 { padding: 0 21px; }

@media (min-width: 992px) {
  .container2 { max-width: 1038px; }
}

#header.header2 { padding: 8px 0 6px; }

@media (max-width: 767px) {
  #header.header2 { padding: 10px 0; }
  #header.header2 .logo img { height: 35px; }
}

/* ==========================================================================
   Helper classes — colors
   ========================================================================== */
.gradient2 { background: #eaf0fb; }
.bg-color1 { background-color: #0e074a !important; }

p.text1, .text1 p {
  font-size: 19px; line-height: 1.5; margin-bottom: 30px; color: #2c2c2c;
}

.font-inter h1, .font-inter h2, .font-inter p,
.font-inter ul li, .font-inter span {
  font-family: "Inter", sans-serif !important;
}

@media (max-width: 767px) {
  .display-5 { font-size: 25px; }
}

/* ==========================================================================
   List2 — USP list with checkmarks
   ========================================================================== */
.list2 {
  margin: 0; padding: 0; list-style: none; display: flex;
  gap: 15px 30px; align-items: center; justify-content: center;
  flex-wrap: wrap; margin-bottom: 28px;
}

.list2 li {
  font-size: 15px; font-weight: bold; line-height: 1.44;
  padding-left: 24px; position: relative; color: #0e074a;
}

.list2 li::before {
  content: ""; display: inline-block;
  background: url("../images/icon1.svg"); background-repeat: no-repeat;
  background-position: center; background-size: contain;
  width: 17px; height: 17px; position: absolute; top: 2px; left: 0;
}

/* ==========================================================================
   List3 — feature list in cards
   ========================================================================== */
.list3 { margin: 0; padding: 0; list-style: none; }

.list3 li {
  font-size: 15px; line-height: 1.44; padding-left: 24px;
  position: relative; margin-bottom: 10px; color: #2c2c2c;
}

.list3 li:last-child { margin-bottom: 0; }

.list3 li::before {
  content: ""; display: inline-block;
  background: url("../images/icon3.svg"); background-repeat: no-repeat;
  background-position: center; background-size: contain;
  width: 18px; height: 18px; position: absolute; top: 2px; left: 0;
}

@media (max-width: 767px) {
  .list3 li { font-size: 12px; padding-left: 18px; margin-bottom: 10px; }
  .list3 li::before { width: 13px; height: 13px; top: 2px; }
}

/* ==========================================================================
   List4 — styled info boxes
   ========================================================================== */
.list4 { margin: 0; padding: 0; list-style: none; }

.list4 li {
  background-color: #ffffff; font-size: 18px; font-style: italic;
  line-height: 1.44; padding: 14px 20px 14px 57px;
  border: 1px solid #d1d9e6; border-radius: 14px;
  position: relative; margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(14, 7, 74, 0.06); color: #1a1560;
  transition: box-shadow 0.3s ease;
}

.list4 li:hover { box-shadow: 0 4px 20px rgba(14, 7, 74, 0.1); }
.list4 li:last-child { margin-bottom: 0; }

.list4 li::before {
  content: ""; display: inline-block;
  background: url("../images/icon1.svg"); background-repeat: no-repeat;
  background-position: center; background-size: contain;
  width: 27px; height: 27px; position: absolute; top: 14px; left: 18px;
}

.list4 li span { font-weight: 600; color: #0e074a; }

.list4.alt li {
  font-style: normal; padding: 23px 35px 23px 109px; margin-bottom: 11px;
}

.list4.alt li::before { width: 38px; height: 38px; top: 15px; left: 41px; }

@media (max-width: 575px) {
  .list4 li { font-size: 16px; padding-left: 47px; }
  .list4 li::before { width: 20px; height: 20px; }
  p.text1, .text1 p { font-size: 16px; }
  .list4.alt li { padding-left: 47px; }
  .list4.alt li::before { width: 20px; height: 20px; left: 15px; }
  .list4.alt li { padding-top: 14px; }
}

/* ==========================================================================
   Card2 — brand comparison cards
   ========================================================================== */
.card2 {
  background-color: #fff; padding: 24px 44px 36px; display: flex;
  border: 2px solid #0e074a; border-radius: 16px; position: relative;
  box-shadow: 0 4px 24px rgba(14, 7, 74, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card2:hover {
  box-shadow: 0 8px 32px rgba(14, 7, 74, 0.12);
  transform: translateY(-2px);
}

.card2 h2 { font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #1a1560; }

.card2 .num-rating {
  font-size: 75px; font-weight: 800; line-height: 1;
  margin-bottom: 48px; color: #0e074a;
}

.card2 .logo { margin-bottom: 20px; }
.card2 .logo img { max-height: unset; width: 90%; max-width: 200px; }

.card2.highlighted {
  border-color: #ff5b3f; border-width: 3px; border-top-left-radius: 0;
  background: linear-gradient(135deg, #fff 0%, #fff9f8 100%);
}

.card2 .badge1 {
  background: linear-gradient(51deg, rgba(253, 47, 115, 1) 0%, rgba(255, 91, 63, 1) 100%);
  color: #fff !important; font-size: 16px; font-weight: 600; line-height: 1.5;
  padding: 5px 16px; border-top-left-radius: 14px; border-top-right-radius: 14px;
  top: -36px; left: -3px;
}

.card2 .rating, .card2 .rating img { width: 143px !important; }

.card2 .left-col {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}

.card2 .right-col { flex: 1; }

@media (max-width: 991px) {
  .card2 { padding: 20px 30px 30px; flex-direction: column; gap: 10px 0; }
}

@media (max-width: 767px) {
  .card2 { padding: 16px; }
  .card2 h2 { font-size: 16px; margin-bottom: 10px; }
  .card2 .num-rating { font-size: 40px; margin-bottom: 10px; }
  .card2 .btn { width: 100%; }
  .card2 .rating, .card2 .rating img { width: 87px !important; }
  .card2.highlighted .list3 li { padding-left: 20px; }
  .card2.highlighted .list3 li::before { width: 17px; height: 17px; }
  .card2 .left-col {
    flex-direction: row; align-items: start; justify-content: space-between; gap: 15px 0;
  }
}

.cards-wrapper {
  display: flex; flex-direction: column; gap: 32px;
}

/* ==========================================================================
   Accordion1 — FAQ
   ========================================================================== */
.accordion1 { border: 0; }

.accordion1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent; color: #0e074a; font-size: 22px;
  font-weight: 600; font-style: italic; box-shadow: none;
  border-radius: 0; padding: 16px 12px 12px 20px;
}

.accordion1 .accordion-item .accordion-header .accordion-button:focus { box-shadow: none; }

.accordion1 .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/icon4.svg"); background-size: 32px 32px;
  width: 32px; height: 32px;
}

.accordion1 .accordion-item {
  background-color: #ffffff; border: 1px solid #d1d9e6; border-radius: 12px;
  transition: all 0.25s ease; margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(14, 7, 74, 0.04);
}

.accordion1 .accordion-item .accordion-body {
  font-family: "Inter", sans-serif; font-size: 18px; line-height: 1.5;
  padding: 10px 32px 30px 20px; color: #2c2c2c;
}

.accordion1 .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #f4f7fc; border-color: #0e074a;
  box-shadow: 0 4px 20px rgba(14, 7, 74, 0.08);
}

.accordion1 .accordion-item .accordion-button:not(.collapsed) { color: #0e074a; }

@media (max-width: 575px) {
  .accordion1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px; line-height: 26px;
  }
  .accordion1 p { font-size: 14px; line-height: 26px; }
}

/* ==========================================================================
   Modal2
   ========================================================================== */
.modal2 {
  width: 100%; height: 100%; position: fixed; left: 0; top: 0;
  overflow-x: hidden; overflow-y: auto; z-index: 99999; display: none;
}

.modal2.show { display: flex; }

.modal-background {
  content: ""; width: 110vw; height: 110vh;
  background-color: rgba(14, 7, 74, 0.6); backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); position: fixed; left: 50%; top: 50%;
  transform: translate(-50%, -50%); z-index: -1; cursor: pointer;
}

.modal2 .inner-content {
  margin: auto; width: 100%; max-width: 540px; padding: 24px;
  z-index: 999; position: relative;
}

.modal2 .logo.small { max-width: 150px; }

.modal2 .close {
  font-weight: bold; position: absolute; right: 25px;
  font-size: 22px; cursor: pointer; color: #0e074a;
}

.modal2 .inner-content .box {
  color: #1a1560; padding: 28px 32px; border-radius: 16px;
  box-shadow: 0 8px 40px rgba(14, 7, 74, 0.15);
  text-align: center; background-color: #fff;
  border: 2px solid #0e074a; position: relative;
}

.modal2 .inner-content .box .btn {
  margin-bottom: 11px; padding: 15px 23px; width: 100%;
}

.modal2 .box .lead {
  font-size: 22px; font-style: italic; line-height: 1.44; color: #1a1560;
}

.modal2 .box .logo img { max-height: unset; }

.modal2 .box .lead, .modal2 .box .list2 li {
  font-family: "Inter", sans-serif !important;
}

.modal2 .box .list2 li {
  text-align: start; font-weight: normal; color: #2c2c2c;
}

@media (max-width: 767px) {
  .modal2 .inner-content .box { padding: 20px; }
  .modal2 .inner-content .box .lead { font-size: 15px; }
  .modal2 .inner-content .box .btn { font-size: 16px; padding: 10px 15px; }

  .card2 .left-col {
    align-items: center;
    justify-content: center;
  }

  .rating-wrapper {
    display: inline-block;
  }
}

/* ==========================================================================
   Item-hero / Slick carousel overrides
   ========================================================================== */
.item-hero .list2 { display: block; overflow: hidden; }
.item-hero .list2 li { display: inline-block; color: #0e074a; }
.item-hero .list2 .slick-track { width: 100%; display: block; }
.item-hero .list2 li::before { display: none; }

.list2 li .icon {
  display: inline-block;
  background: url("../images/icon1.svg"); background-repeat: no-repeat;
  background-position: center; background-size: contain;
  width: 17px; height: 17px; margin: 0 5px 0 0; top: 3px; position: relative;
}

.click_check {
  display: none;
}
