
/* =====================================================
   KissSIM V15 Trust / SEO / Product Page Layer
===================================================== */

.v15-trust-bar {
  background: #061431;
  color: #fff;
  font-weight: 850;
  font-size: 14px;
}

.v15-trust-bar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.v15-trust-bar a {
  color: #ff6262;
  font-weight: 950;
}

.destination-hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  background: #f7fbff;
  border-bottom: 1px solid var(--line, #e7ebf2);
}

.destination-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.96) 32%,
      rgba(255,255,255,.66) 56%,
      rgba(255,255,255,.16) 82%
    ),
    var(--destination-image);
  background-size: cover;
  background-position: center right;
  z-index: 1;
}

.destination-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 54px 0;
}

.destination-copy {
  max-width: 640px;
}

.destination-copy h1 {
  margin: 0 0 20px;
  color: var(--navy, #061431);
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 980;
}

.destination-copy .lead {
  max-width: 610px;
}

.destination-hero-card {
  justify-self: end;
  width: min(470px, 100%);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line, #e7ebf2);
  box-shadow: var(--shadow, 0 18px 48px rgba(6,20,49,.12));
  border-radius: 26px;
  padding: 24px;
}

.destination-hero-card h3 {
  margin: 0 0 10px;
  color: var(--navy, #061431);
  font-size: 24px;
}

.destination-hero-card p {
  margin: 0 0 18px;
  color: var(--muted, #667085);
  line-height: 1.5;
}

.destination-mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}

.destination-mini-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26334d;
  font-weight: 800;
}

.destination-mini-list span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff0f0;
  color: var(--coral, #ff6262);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 14px;
  color: var(--muted, #667085);
  font-weight: 800;
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: var(--coral, #ff6262);
}

.currency-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line, #e7ebf2);
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  box-shadow: var(--soft-shadow, 0 8px 24px rgba(6,20,49,.07));
}

.currency-switch span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #667085;
  font-size: 13px;
  font-weight: 950;
}

.currency-switch span.active {
  background: #fff0f0;
  color: var(--coral, #ff6262);
}

.plan-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-plan {
  background: #ffffff;
  border: 1px solid var(--line, #e7ebf2);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--soft-shadow, 0 8px 24px rgba(6,20,49,.07));
  display: flex;
  flex-direction: column;
  min-height: 355px;
  position: relative;
  overflow: hidden;
}

.product-plan.popular {
  border: 2px solid var(--coral, #ff6262);
  box-shadow: var(--shadow, 0 18px 48px rgba(6,20,49,.12));
}

.product-plan .badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff0f0;
  color: var(--coral, #ff6262);
  border: 1px solid #ffd9d9;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.product-plan h3 {
  margin: 0 0 6px;
  color: var(--navy, #061431);
  font-size: 24px;
}

.product-plan .duration {
  color: var(--muted, #667085);
  font-weight: 800;
  margin-bottom: 16px;
}

.product-plan .plan-price-big {
  color: var(--navy, #061431);
  font-size: 40px;
  font-weight: 980;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}

.product-plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
  color: #344054;
  font-weight: 750;
  flex: 1;
}

.product-plan li::before {
  content: "✓";
  color: var(--coral, #ff6262);
  font-weight: 950;
  margin-right: 8px;
}

.product-plan .btn {
  width: 100%;
}

.product-note {
  margin-top: 14px;
  color: var(--muted, #667085);
  font-size: 14px;
  line-height: 1.5;
}

.trust-grid,
.management-grid,
.business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trust-card,
.management-card,
.business-card,
.destination-info-panel,
.compatibility-checker-panel {
  background: #ffffff;
  border: 1px solid var(--line, #e7ebf2);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--soft-shadow, 0 8px 24px rgba(6,20,49,.07));
}

.trust-card .icon,
.management-card .icon,
.business-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #fff0f0;
  color: var(--coral, #ff6262);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 15px;
}

.trust-card h3,
.management-card h3,
.business-card h3,
.destination-info-panel h3,
.compatibility-checker-panel h3 {
  margin: 0 0 10px;
  color: var(--navy, #061431);
  font-size: 22px;
}

.trust-card p,
.management-card p,
.business-card p,
.destination-info-panel p,
.compatibility-checker-panel p {
  margin: 0;
  color: var(--muted, #667085);
  line-height: 1.55;
}

.destination-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.compatibility-checker {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 18px;
  background: #f6f8fb;
  border: 1px solid var(--line, #e7ebf2);
  border-radius: 16px;
  padding: 8px;
}

.compatibility-checker input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 12px;
  min-height: 48px;
  color: var(--navy, #061431);
}

.compatibility-result {
  margin-top: 12px !important;
  color: #344054 !important;
  font-size: 14px;
}

.destination-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.destination-step {
  background: #ffffff;
  border: 1px solid var(--line, #e7ebf2);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--soft-shadow, 0 8px 24px rgba(6,20,49,.07));
}

.destination-step .num {
  margin-bottom: 14px;
}

.destination-step h3 {
  margin: 0 0 8px;
  color: var(--navy, #061431);
}

.destination-step p {
  margin: 0;
  color: var(--muted, #667085);
  line-height: 1.5;
}

.safety-data-box {
  background: linear-gradient(135deg, #061431, #172b63);
  color: white;
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow, 0 18px 48px rgba(6,20,49,.12));
}

.safety-data-box h2 {
  color: white;
}

.safety-data-box p {
  color: #c8d2e7;
  margin: 8px 0 0;
  line-height: 1.55;
}

.safety-pill {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 950;
  white-space: nowrap;
}

.destination-support-strip {
  background: var(--navy, #061431);
  color: white;
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.destination-support-strip h2 {
  color: white;
}

.destination-support-strip p {
  color: #c8d2e7;
  margin: 8px 0 0;
  line-height: 1.55;
}

.destination-support-strip .btn {
  background: var(--coral, #ff6262);
  color: #ffffff;
}

.destination-faq-note {
  margin-top: 18px;
  color: var(--muted, #667085);
  font-size: 14px;
  line-height: 1.5;
}

.simple-page-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.88)),
    radial-gradient(circle at 80% 20%, rgba(255,98,98,.16), transparent 30%),
    #f7fbff;
  border-bottom: 1px solid var(--line, #e7ebf2);
  padding: 82px 0;
}

.simple-page-hero h1 {
  max-width: 850px;
}

.simple-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.simple-page-card {
  background: #fff;
  border: 1px solid var(--line, #e7ebf2);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--soft-shadow, 0 8px 24px rgba(6,20,49,.07));
}

.simple-page-card h3 {
  margin: 0 0 10px;
  color: var(--navy, #061431);
}

.simple-page-card p {
  color: var(--muted, #667085);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1099px) {
  .v15-trust-bar .container {
    width: min(100% - 36px, 1440px) !important;
  }

  .destination-hero-inner {
    width: min(100% - 36px, 1440px);
    grid-template-columns: 1fr;
  }

  .destination-hero-card {
    justify-self: start;
  }

  .plan-selector,
  .trust-grid,
  .management-grid,
  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-steps,
  .simple-page-grid {
    grid-template-columns: 1fr;
  }

  .destination-support-strip,
  .safety-data-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 699px) {
  .v15-trust-bar .container {
    width: min(100% - 28px, 1440px) !important;
    display: block;
    padding: 10px 0;
    line-height: 1.4;
  }

  .v15-trust-bar a {
    display: block;
    margin-top: 4px;
  }

  .destination-hero {
    min-height: auto;
  }

  .destination-hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.95) 270px, #fff 100%),
      var(--destination-image);
    background-size: cover;
    background-position: center top;
  }

  .destination-hero-inner {
    width: min(100% - 28px, 1440px);
    min-height: auto;
    padding-top: 270px;
    padding-bottom: 34px;
  }

  .destination-copy h1 {
    font-size: 44px;
  }

  .destination-hero-card {
    width: 100%;
  }

  .plan-selector,
  .destination-info-grid,
  .trust-grid,
  .management-grid,
  .business-grid {
    grid-template-columns: 1fr;
  }

  .compatibility-checker {
    grid-template-columns: 1fr;
  }

  .destination-support-strip,
  .safety-data-box {
    padding: 26px;
    border-radius: 24px;
  }
}
