/* ============================================================
   SIMYAK THEME — Custom Design System
   Brand: Simyak Travel eSIM
   Font: Poppins (loaded via layout/theme.liquid)
   ============================================================ */

/* ============================================================
   0. UNIFIED TYPOGRAPHY SYSTEM (Poppins only)
   Tokens + element/class size-weight-line-height mapping.
   Applied via :root tokens so it overrides per-section rules.
   ============================================================ */
:root {
  --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --fs-h1: clamp(36px, 5vw, 64px);
  --fs-h2: clamp(24px, 3.4vw, 40px);
  --fs-h3: clamp(24px, 3vw, 32px);
  --fs-h4: 20px;
  --fs-h5: 18px;
  --fs-h6: 16px;

  --fs-body-lg: 18px;
  --fs-body:    16px;
  --fs-body-sm: 14px;
  --fs-body-xs: 12px;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;

  --lh-tight:   1.08;
  --lh-normal:  1.2;
  --lh-relaxed: 1.45;

  --ls-normal: 0;
}

/* Mobile token overrides */
@media (max-width: 768px) {
  :root {
    --fs-h1:      clamp(28px, 7vw, 40px);
    --fs-h2:      clamp(20px, 4.4vw, 28px);
    --fs-h3:      clamp(20px, 4vw, 24px);
    --fs-h4:      18px;
    --fs-body-lg: 16px;
    --fs-body:    15px;
  }
}

/* ── Base ─────────────────────────────────────────────────── */
body {
  font-family: var(--font-primary);
  font-size:   var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}

/* ── Headings ────────────────────────────────────────────── */
h1, .smyk-hw__title, .smyk-product__title {
  font-family: var(--font-primary);
  font-size:   var(--fs-h1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}
h2,
.smyk-section-heading,
.smyk-top__heading,
.smyk-fr__heading,
.smyk-faq__heading,
.smyk-bt__heading,
.smyk-newsletter__title {
  font-family: var(--font-primary);
  font-size:   var(--fs-h2);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}
h3, .smyk-product__price {
  font-family: var(--font-primary);
  font-size:   var(--fs-h3);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}
h4, .smyk-fr__card-title {
  font-family: var(--font-primary);
  font-size:   var(--fs-h4);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
}
h5, .smyk-bt__card-title, .smyk-cd__title {
  font-family: var(--font-primary);
  font-size:   var(--fs-h5);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
}
h6,
.smyk-faq__item-q,
.smyk-country-card__name,
.smyk-top__label-title,
.smyk-cd__item-name {
  font-family: var(--font-primary);
  font-size:   var(--fs-h6);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
}

/* ── Body-size variants ──────────────────────────────────── */
.smyk-hw__subtitle {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-lg);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}
.smyk-top__subtitle,
.smyk-faq__subtitle,
.smyk-bt__subtitle,
.smyk-newsletter__desc {
  font-family: var(--font-primary);
  font-size:   var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}
.smyk-faq__item-a,
.smyk-product__description {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}

/* ── Inline / emphasized small text ──────────────────────── */
.smyk-hw__trust-item,
.smyk-country-card__price-value,
.smyk-region-card__name {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-semibold);
}

/* ── Header nav + CTAs ───────────────────────────────────── */
.smyk-header__nav-link {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-medium);
}
.smyk-header__locale-text,
.smyk-header__cta-btn {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-semibold);
}

/* ── Buttons + pill toggles ──────────────────────────────── */
.smyk-btn,
.smyk-hw__cta,
.smyk-view-all-btn,
.smyk-newsletter__submit,
.smyk-bt__cta,
.smyk-tab-toggle__btn,
.smyk-dest-tab {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-semibold);
}

/* ── Form inputs ─────────────────────────────────────────── */
.smyk-hw__field-input,
.smyk-newsletter__input {
  font-family: var(--font-primary);
  font-size:   var(--fs-body);
  font-weight: var(--fw-regular);
}
.smyk-hw__field-label {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-xs);
  font-weight: var(--fw-medium);
}

/* ── Footer ──────────────────────────────────────────────── */
.smyk-footer__col-title {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-bold);
  line-height: var(--lh-normal);
}
.smyk-footer__col-links a,
.smyk-footer__copy {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}

/* ── Badges / tags / pills ───────────────────────────────── */
.smyk-badge,
.smyk-tag,
.smyk-pill {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-xs);
  font-weight: var(--fw-semibold);
}

/* ── Cart drawer items ───────────────────────────────────── */
.smyk-cd__item-variant {
  font-family: var(--font-primary);
  font-size:   var(--fs-body-sm);
  font-weight: var(--fw-regular);
}
.smyk-cd__item-price,
.smyk-cd__item-total {
  font-family: var(--font-primary);
  font-size:   var(--fs-h6);
  font-weight: var(--fw-bold);
}
.smyk-cd__total-price {
  font-family: var(--font-primary);
  font-size:   var(--fs-h5);
  font-weight: var(--fw-bold);
}


/* --------------------------------------------------------
   1. DESIGN TOKENS (CSS Custom Properties)
   -------------------------------------------------------- */
:root {
  /* Colors — three-colour palette (16 May 2026):
     1. Orange — brand + CTAs only
     2. Purple — secondary accent
     3. Teal   — tertiary accent (focus, asterisks, checkmarks)
     #0116b2 was the legacy blue and has been removed sitewide. */
  --smyk-orange:       #ff6500;
  --smyk-orange-hover: #e05800;
  --smyk-purple:       #6b2fb0;
  --smyk-purple-hover: #571f93;
  --smyk-teal:         #8dd9d2;
  --smyk-dark:         #141414;
  --smyk-navy:         #101828;
  --smyk-blue:         #6b2fb0;        /* legacy alias — kept as purple for back-compat */
  --smyk-gray:         #808080;
  --smyk-gray-light:   #f5f5f5;
  --smyk-border:       #e5e5e5;
  --smyk-white:        #ffffff;
  --smyk-hero-bg:      rgba(230, 251, 255, 1);
  --smyk-red-badge:    #e11c0a;

  /* Typography */
  --smyk-font:         'Poppins', sans-serif;

  /* Spacing */
  --smyk-container:    1320px;
  --smyk-gap:          30px;
  --smyk-section-py:   48px;

  /* Radius */
  --smyk-radius-sm:    8px;
  --smyk-radius-md:    10px;
  --smyk-radius-lg:    16px;
  --smyk-radius-pill:  100px;

  /* Shadows */
  --smyk-shadow-sm:    0 2px 8px rgba(0,0,0,.10);
  --smyk-shadow-md:    0 2px 14px rgba(0,0,0,.16);
  --smyk-shadow-card:  0 2px 8px rgba(0,0,0,.14);
}

/* --------------------------------------------------------
   2. BASE / GLOBAL RESETS (Simyak-scoped)
   -------------------------------------------------------- */
.smyk-section *,
.smyk-section *::before,
.smyk-section *::after {
  box-sizing: border-box;
}

.smyk-section {
  font-family: var(--smyk-font);
  color: var(--smyk-dark);
}

.smyk-container {
  max-width: var(--smyk-container);
  margin-inline: auto;
  padding-inline: 30px;
  width: 100%;
}

/* --------------------------------------------------------
   3. ANNOUNCEMENT BAR
   -------------------------------------------------------- */
.smyk-announcement {
  background-color: var(--smyk-navy);
  padding-block: 0;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.smyk-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.smyk-announcement__item {
  font-family: var(--font-primary);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-body-sm);
  color: var(--smyk-white);
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .smyk-announcement { display: none; }
}

/* --------------------------------------------------------
   4. HEADER
   -------------------------------------------------------- */
.smyk-header {
  background: var(--smyk-white);
  box-shadow: var(--smyk-shadow-sm);
  position: sticky;
  top: 0;
  z-index: 200;
  height: 80px;
  display: flex;
  align-items: center;
}

.smyk-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 50px;
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
}

/* Logo */
.smyk-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.smyk-logo__img {
  height: 50px;
  width: auto;
}

/* Nav */
.smyk-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.smyk-nav__item {
  position: relative;
}

.smyk-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--smyk-gray);
  text-decoration: none;
  border-block-end: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.smyk-nav__link--active,
.smyk-nav__link:hover {
  color: var(--smyk-orange);
  border-block-end-color: var(--smyk-orange);
}

.smyk-nav__caret {
  width: 14px;
  height: 9px;
  display: inline-block;
  opacity: .7;
}

/* Header actions */
.smyk-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.smyk-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: border-color .2s;
  color: var(--smyk-dark);
}

.smyk-btn-icon:hover {
  border-color: var(--smyk-gray);
}

.smyk-btn-icon svg,
.smyk-btn-icon img {
  width: 20px;
  height: 20px;
}

.smyk-cart-badge {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  background: var(--smyk-red-badge);
  color: var(--smyk-white);
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-locale-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding-inline: 12px;
  border: 1px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  background: transparent;
  cursor: pointer;
  font-family: var(--smyk-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--smyk-dark);
  white-space: nowrap;
}

.smyk-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding-inline: 24px;
  background: var(--smyk-orange);
  color: var(--smyk-white);
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: var(--smyk-radius-pill);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}

.smyk-login-btn:hover {
  background: var(--smyk-orange-hover);
  color: var(--smyk-white);
}

/* Mobile header */
.smyk-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  background: transparent;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .smyk-nav { display: none; }
  .smyk-locale-btn .smyk-locale-label { display: none; }
  .smyk-header__hamburger { display: flex; }
}

@media (max-width: 480px) {
  .smyk-header__inner { padding-inline: 16px; }
}

/* --------------------------------------------------------
   5. HERO SECTION
   -------------------------------------------------------- */
.smyk-hero {
  background: var(--smyk-white);
  background-image: radial-gradient(
    ellipse 200% 200% at 100% 50%,
    rgba(230, 251, 255, 0) 30%,
    rgba(230, 251, 255, 1) 100%
  );
  min-height: 800px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.smyk-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  padding-block: 100px;
  padding-inline: 50px;
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
}

.smyk-hero__content {
  flex: 0 0 auto;
  max-width: 749px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 56px;
}

.smyk-hero__copy { align-items: center; }
.smyk-hero__headline-group { align-items: center; }
.smyk-hero__search { margin-inline: auto; width: 100%; }
.smyk-hero__badges { justify-content: center; }
.smyk-hero__badge { align-items: center; text-align: center; flex: 0 1 auto; }

/* Airplane illustration hidden — content is centred edge to edge.
   Was previously a right-column visual in a two-column layout. */
.smyk-hero__visual { display: none !important; }

.smyk-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.smyk-hero__headline-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smyk-hero__title {
  font-family: var(--smyk-font);
  font-weight: 800;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.05;
  color: var(--smyk-dark);
  margin: 0;
}

.smyk-hero__subtitle {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.2;
  color: var(--smyk-dark);
  margin: 0;
}

/* Search bar */
.smyk-hero__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--smyk-white);
  border-radius: var(--smyk-radius-md);
  box-shadow: var(--smyk-shadow-md);
  height: 56px;
  padding-inline: 14px 6px;
  max-width: 618px;
}

.smyk-hero__search-input {
  flex: 1;
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--smyk-gray);
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  min-width: 0;
}

.smyk-hero__search-input::placeholder {
  color: var(--smyk-gray);
}

.smyk-hero__search-btn {
  width: 44px;
  height: 44px;
  background: var(--smyk-orange);
  border: none;
  border-radius: var(--smyk-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
}

.smyk-hero__search-btn:hover {
  background: var(--smyk-orange-hover);
}

.smyk-hero__search-btn svg,
.smyk-hero__search-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Hero trust badges */
.smyk-hero__badges {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 788px;
}

.smyk-hero__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  min-width: 100px;
}

.smyk-hero__badge-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.smyk-hero__badge-label {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--smyk-dark);
  margin: 0;
}

/* Hero visual */
.smyk-hero__visual {
  flex: 0 0 auto;
  position: relative;
  width: 731px;
  height: 658px;
}

.smyk-hero__plane {
  position: absolute;
  inset-inline-start: 0;
  top: 123px;
  width: 100%;
  max-width: 731px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.4));
  pointer-events: none;
}

.smyk-hero__cloud {
  position: absolute;
  pointer-events: none;
}

.smyk-hero__cloud--tl {
  inset-inline-start: 5px;
  top: 35px;
  width: 245px;
}

.smyk-hero__cloud--tr {
  inset-inline-end: 0;
  top: 0;
  width: 204px;
}

.smyk-hero__cloud--bl {
  inset-inline-start: 39px;
  bottom: 105px;
  width: 204px;
}

@media (max-width: 1279px) {
  /* Tablet/narrow tuning — the hero is already centred at all widths;
     this query only allows further per-breakpoint adjustments if needed. */
  .smyk-hero__content { max-width: 100%; }
}

@media (max-width: 767px) {
  .smyk-hero { min-height: auto; }
  .smyk-hero__inner {
    padding-block: 60px 40px;
    padding-inline: 16px;
    flex-direction: column;
  }
  .smyk-hero__content { gap: 40px; }
  .smyk-hero__copy { gap: 30px; }
  .smyk-hero__badges { gap: 16px; }
  .smyk-hero__search { max-width: 100%; }
}

/* --------------------------------------------------------
   6. DESTINATIONS SECTION (Countries / Regions Tabs)
   -------------------------------------------------------- */
.smyk-destinations {
  padding-block: var(--smyk-section-py) 16px;
  background: var(--smyk-white);
}

.smyk-destinations__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.smyk-section-heading {
  font-family: var(--smyk-font);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 45px);
  line-height: 1.05;
  color: var(--smyk-dark);
  text-align: center;
  margin: 0;
}

/* Tab toggle — background matches Figma: light orange tint #fff0e6 */
/* Segmented control — light grey track, orange selected (Fix Prompt #5) */
.smyk-tab-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border: 0;
  border-radius: 999px;
  padding: 4px;
  gap: 0;
  margin-inline: auto;
  width: max-content;
  max-width: max-content;
}
@media (max-width: 749px) {
  .smyk-tab-toggle {
    width: max-content !important;
    max-width: max-content !important;
  }
  .smyk-tab-toggle__btn { flex: 0 0 auto !important; }
}

.smyk-tab-toggle__btn {
  font-family: var(--smyk-font);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 24px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease;
  background: transparent;
  color: #6B7280;
  display: flex;
  align-items: center;
}

.smyk-tab-toggle__btn--active {
  background: #F97316;
  color: #FFFFFF;
}

.smyk-tab-toggle__btn:not(.smyk-tab-toggle__btn--active):hover {
  color: #1F2937;
}

/* Subheading — 22px SemiBold per Figma */
.smyk-destinations__subheading {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 22px;
  color: var(--smyk-dark);
  margin: 0;
}

/* Country grid — 30px gap per Figma layout */
.smyk-country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

/* Country card — horizontal rounded-outlined layout (17 May 2026):
   Image left (rounded square), title + meta stacked on the right,
   1.5 px gray border, no drop shadow until hover. */
.smyk-country-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 14px;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: none;
  text-decoration: none;
  color: var(--smyk-dark);
  transition: background-color .2s, border-color .2s, box-shadow .2s, transform .15s;
}
.smyk-country-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

/* Flag — full circle like the original, larger size (spans both rows) */
.smyk-country-card__flag {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}

.smyk-country-card__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smyk-country-card__name {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 17px;
  color: var(--smyk-dark);
  margin: 0;
  align-self: end;
  line-height: 1.2;
}

.smyk-country-card__price {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  align-self: start;
}

.smyk-country-card__price-label {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 13px;
  color: var(--smyk-gray);
}

.smyk-country-card__price-value {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--smyk-dark);
}

/* Mobile: a touch smaller image so two cards fit per row */
@media (max-width: 560px) {
  .smyk-country-card {
    grid-template-columns: 64px 1fr;
    column-gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }
  .smyk-country-card__flag {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .smyk-country-card__name { font-size: 15px; }
  .smyk-country-card__price-value { font-size: 14px; }
}

/* Region grid — 30px gap per Figma, 3 columns */
.smyk-region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

/* Region card — horizontal, white card with shadow, blue icon bg per Figma */
/* Region card — horizontal rounded-outlined layout (matches country card).
   Circular icon on the left + region name on the right, 1.5 px gray
   border, no drop shadow until hover. */
.smyk-region-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 14px;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: none;
  text-decoration: none;
  color: var(--smyk-dark);
  transition: background-color .2s, border-color .2s, box-shadow .2s, transform .15s;
}
.smyk-region-card__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.smyk-region-card__name {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}
.smyk-region-card__price {
  grid-column: 2;
  grid-row: 2;
}

.smyk-region-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

/* Circular icon container — purple-alpha tint matches new palette */
.smyk-region-card__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: rgba(107, 47, 176, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.smyk-region-card__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.smyk-region-card__name {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 17px;
  color: var(--smyk-dark);
  margin: 0;
  line-height: 1.2;
}

.smyk-region-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  align-self: start;
}
.smyk-region-card__price-label {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 13px;
  color: var(--smyk-gray);
  text-transform: none;
  letter-spacing: 0;
}
.smyk-region-card__price-value {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--smyk-dark);
}

/* Mobile — smaller icon to match the country card mobile sizing */
@media (max-width: 560px) {
  .smyk-region-card {
    grid-template-columns: 64px 1fr;
    column-gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }
  .smyk-region-card__icon {
    width: 44px;
    height: 44px;
  }
  .smyk-region-card__icon img {
    width: 30px;
    height: 30px;
  }
  .smyk-region-card__name { font-size: 15px; }
}

/* View all button — solid orange */
.smyk-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding-inline: 32px;
  border: 2px solid var(--smyk-orange);
  border-radius: var(--smyk-radius-pill);
  background: var(--smyk-orange);
  color: var(--smyk-white);
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .15s;
  cursor: pointer;
}

.smyk-view-all-btn:hover {
  background: var(--smyk-orange-hover, #e05800);
  border-color: var(--smyk-orange-hover, #e05800);
  transform: translateY(-1px);
}

/* Tab panel visibility */
.smyk-tab-panel { display: none; width: 100%; flex-direction: column; align-items: center; gap: 32px; }
.smyk-tab-panel--active { display: flex; }

@media (max-width: 1023px) {
  .smyk-country-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .smyk-region-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 600px) {
  .smyk-country-grid { grid-template-columns: 1fr; gap: 16px; }
  .smyk-region-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* --------------------------------------------------------
   7. HOW IT WORKS SECTION
   -------------------------------------------------------- */
.smyk-how {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-gray-light);
}

.smyk-how__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.smyk-how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.smyk-how__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  background: var(--smyk-white);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
}

/* Inner text group — step-num + title + desc */
.smyk-how__step-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.smyk-how__step-num {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 22px;
  color: var(--smyk-dark);
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
}

.smyk-how__step-title {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 28px;
  color: var(--smyk-dark);
  margin: 0;
}

.smyk-how__step-desc {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--smyk-gray);
  margin: 0;
}

.smyk-how__phone {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 0;
  display: block;
}

@media (max-width: 1199px) {
  .smyk-how__phone { max-width: 280px; }
}

@media (max-width: 767px) {
  .smyk-how__steps { grid-template-columns: 1fr; }
  .smyk-how__phone { max-width: 320px; }
}

/* --------------------------------------------------------
   8. FEATURES SECTION
   -------------------------------------------------------- */
.smyk-features {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.smyk-features__subtitle {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--smyk-gray);
  text-align: center;
  margin: 0;
}

.smyk-features__body {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-block-start: 40px;
  width: 100%;
}

.smyk-features__illustration {
  flex: 0 0 auto;
  width: 527px;
  max-width: 45%;
}

.smyk-features__illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.smyk-features__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smyk-feature-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 14px;
  background: var(--smyk-white);
  border-radius: var(--smyk-radius-lg);
  box-shadow: var(--smyk-shadow-card);
}

.smyk-feature-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.smyk-feature-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smyk-feature-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smyk-feature-card__title {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 20px;
  color: var(--smyk-dark);
  margin: 0;
}

.smyk-feature-card__desc {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--smyk-gray);
  margin: 0;
}

@media (max-width: 1023px) {
  .smyk-features__body { flex-direction: column; gap: 40px; }
  .smyk-features__illustration { max-width: 100%; width: 100%; }
}

/* --------------------------------------------------------
   9. FAQ SECTION
   -------------------------------------------------------- */
.smyk-faq {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.smyk-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
  width: 100%;
}

/* Accordion item */
.smyk-accordion {
  border-block-end: 1px solid var(--smyk-border);
}

.smyk-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  text-align: start;
}

.smyk-accordion__question {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 18px;
  color: var(--smyk-dark);
  margin: 0;
  line-height: 1.4;
}

.smyk-accordion__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  transition: transform .3s;
}

.smyk-accordion__icon::before,
.smyk-accordion__icon::after {
  content: '';
  position: absolute;
  background: var(--smyk-dark);
  border-radius: 2px;
  transition: all .3s;
}

.smyk-accordion__icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smyk-accordion__icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smyk-accordion[open] .smyk-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.smyk-accordion__body {
  padding-inline: 20px;
  padding-block-end: 20px;
}

.smyk-accordion__answer {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: var(--smyk-gray);
  margin: 0;
}

@media (max-width: 767px) {
  .smyk-faq__grid { grid-template-columns: 1fr; gap: 0; }
}

/* --------------------------------------------------------
   10. NEWSLETTER SECTION
   -------------------------------------------------------- */
.smyk-newsletter {
  background: linear-gradient(135deg, #effafa 0%, #fdf4ff 100%);
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}

.smyk-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.smyk-newsletter__copy {
  flex: 1;
  min-width: 280px;
}

.smyk-newsletter__title {
  font-family: var(--smyk-font);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 50px);
  color: var(--smyk-dark);
  margin: 0 0 10px;
  line-height: 1.1;
}

.smyk-newsletter__desc {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--smyk-gray);
  margin: 0;
  line-height: 1.5;
}

.smyk-newsletter__form {
  flex: 0 0 auto;
  width: 578px;
  max-width: 100%;
}

.smyk-newsletter__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--smyk-white);
  border-radius: var(--smyk-radius-md);
  height: 56px;
  padding-inline: 16px 6px;
  box-shadow: var(--smyk-shadow-md);
}

.smyk-newsletter__input {
  flex: 1;
  font-family: var(--smyk-font);
  font-size: 16px;
  color: var(--smyk-dark);
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  min-width: 0;
}

.smyk-newsletter__input::placeholder {
  color: var(--smyk-gray);
}

.smyk-newsletter__submit {
  height: 44px;
  padding-inline: 20px;
  background: var(--smyk-orange);
  color: var(--smyk-white);
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: var(--smyk-radius-md);
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.smyk-newsletter__submit:hover {
  background: var(--smyk-orange-hover);
}

@media (max-width: 767px) {
  .smyk-newsletter__inner { flex-direction: column; }
  .smyk-newsletter__form { width: 100%; }
}

/* --------------------------------------------------------
   11. FOOTER
   -------------------------------------------------------- */
.smyk-footer {
  background: #000;
  padding-block-start: 24px;
  padding-block-end: 22px;
  border-top: 1px solid #E5E7EB;
}

.smyk-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding-inline: clamp(20px, 6vw, 80px);
  padding-block-end: 16px;
}

.smyk-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 0 0 auto;
}

.smyk-footer__logo img {
  height: 44px;
  width: auto;
}

.smyk-footer__app-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.smyk-footer__badge img {
  height: 32px;
  width: auto;
}

.smyk-footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Circular social badge (Fix Prompt #10 — 16px gap, orange on hover) */
.smyk-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--smyk-white);
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .15s, color .2s;
}

.smyk-footer__social-link:hover {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: #fff;
  transform: translateY(-1px);
}

.smyk-footer__social-link img,
.smyk-footer__social-link svg {
  width: 15px;
  height: 15px;
  display: block;
}

.smyk-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.smyk-footer__col-title {
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--smyk-white);
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: default;
  list-style: none;
}
.smyk-footer__col-title::-webkit-details-marker { display: none; }
.smyk-footer__col-title::marker { display: none; content: ''; }

/* Chevron — hidden on desktop, visible on mobile */
.smyk-footer__col-icon {
  display: none;
  transition: transform .2s ease;
  flex-shrink: 0;
}

.smyk-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.smyk-footer__col-links a {
  font-family: var(--smyk-font);
  font-weight: 500;
  font-size: 13px;
  color: var(--smyk-white);
  text-decoration: none;
  opacity: .8;
  transition: opacity .2s, color .2s;
  line-height: 1.2;
}

.smyk-footer__col-links a:hover {
  opacity: 1;
  color: var(--smyk-white);
}

.smyk-footer__col-links a.smyk-footer__link--highlight {
  color: var(--smyk-white);
  opacity: 1;
}

.smyk-footer__divider {
  height: 1px;
  background: rgba(255,255,255,.2);
  margin-inline: 0;
  border: none;
}

.smyk-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-inline: clamp(20px, 6vw, 80px);
  padding-block-start: 12px;
}

.smyk-footer__copy {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 13px;
  color: var(--smyk-white);
  margin: 0;
  opacity: .75;
}

.smyk-footer__payments {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.smyk-footer__payments { gap: 10px; }
.smyk-footer__payment-icon {
  height: 28px;
  width: auto;
  max-width: 54px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  padding: 3px 6px;
  box-sizing: content-box;
}

@media (max-width: 1023px) {
  .smyk-footer__main   { padding-inline: 24px; justify-content: flex-start; }
  .smyk-footer__bottom { padding-inline: 24px; }
}

/* ── Mobile accordion footer (≤767px) ─────────────────────── */
@media (max-width: 767px) {
  .smyk-footer__main {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-inline: 20px;
    text-align: left;
  }
  .smyk-footer__brand {
    align-items: center;
    margin-bottom: 24px;
    flex: 0 0 auto;
  }

  /* Each link column is now an interactive accordion row */
  .smyk-footer__col--accordion {
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-block: 0;
    gap: 0;
  }
  .smyk-footer__col--accordion:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .smyk-footer__col--accordion > .smyk-footer__col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .smyk-footer__col--accordion > .smyk-footer__col-title:focus-visible {
    outline: 2px solid #ff6500;
    outline-offset: -4px;
    border-radius: 6px;
  }
  .smyk-footer__col-icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
  }
  .smyk-footer__col--accordion[open] > .smyk-footer__col-icon,
  .smyk-footer__col--accordion[open] > .smyk-footer__col-title .smyk-footer__col-icon {
    transform: rotate(180deg);
  }
  .smyk-footer__col--accordion > .smyk-footer__col-links {
    align-items: flex-start;
    text-align: left;
    padding-block: 4px 18px;
    gap: 12px;
  }
  .smyk-footer__col--accordion > .smyk-footer__col-links a {
    font-size: 14px;
  }

  /* Bottom row */
  .smyk-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding-block-start: 24px;
  }
  .smyk-footer__payments {
    justify-content: center;
    max-width: 100%;
  }
  .smyk-footer__copy { font-size: 14px; }
}

@media (max-width: 600px) {
  .smyk-footer__payment-icon {
    height: 20px;
    max-width: 38px;
  }
}

/* --------------------------------------------------------
   12. HORIZON HEADER OVERRIDES
   Override default Horizon header to match Simyak design.
   Scoped to header-component to avoid conflicts.
   -------------------------------------------------------- */

/* Force Poppins globally */
body,
header-component,
.header-section,
.header,
nav,
.nav {
  font-family: var(--smyk-font) !important;
}

/* Header background + shadow */
header-component,
.header-section .header {
  background: var(--smyk-white) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.10) !important;
}

/* Logo sizing */
.header__logo-image,
.header .site-logo img {
  max-height: 50px !important;
}

/* Nav link styles */
.header__menu-item > a,
.header-menu__link {
  font-family: var(--smyk-font) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: var(--smyk-gray) !important;
  text-decoration: none !important;
}

.header__menu-item--active > a,
.header__menu-item:hover > a {
  color: var(--smyk-orange) !important;
  border-block-end: 2px solid var(--smyk-orange) !important;
}

/* Cart icon badge */
.cart-count-bubble {
  background: var(--smyk-red-badge) !important;
  font-family: var(--smyk-font) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}

/* Login / Account button → orange pill */
.header__icon--account a,
.header__cta-button {
  background: var(--smyk-orange) !important;
  color: var(--smyk-white) !important;
  border-radius: var(--smyk-radius-pill) !important;
  padding: 0 24px !important;
  font-family: var(--smyk-font) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
}

/* Icon buttons → pill border */
.header__icon {
  border: 1px solid var(--smyk-border) !important;
  border-radius: var(--smyk-radius-pill) !important;
  width: 44px !important;
  height: 44px !important;
}

/* --------------------------------------------------------
   13. UTILITIES
   -------------------------------------------------------- */
.smyk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* RTL support */
[dir="rtl"] .smyk-hero__content { order: 2; }
[dir="rtl"] .smyk-hero__visual  { order: 1; }
[dir="rtl"] .smyk-features__illustration { order: 2; }
[dir="rtl"] .smyk-features__list { order: 1; }

/* ============================================================
   INNER PAGES — CSS for all secondary page sections
   ============================================================ */

/* --------------------------------------------------------
   14. PAGE HERO (inner pages)
   -------------------------------------------------------- */
.smyk-page-hero {
  background: linear-gradient(135deg, #effafa 0%, #f6f7fc 55%, #fdf4ff 100%);
  padding-block: 60px 48px;
  position: relative;
  overflow: hidden;
}

/* Faded world-map silhouette */
.smyk-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 500'%3E%3Cellipse cx='600' cy='250' rx='580' ry='230' fill='none' stroke='%236b2fb0' stroke-width='1' opacity='0.07'/%3E%3Cellipse cx='300' cy='200' rx='180' ry='140' fill='none' stroke='%236b2fb0' stroke-width='1' opacity='0.06'/%3E%3Cellipse cx='800' cy='180' rx='200' ry='120' fill='none' stroke='%236b2fb0' stroke-width='1' opacity='0.06'/%3E%3Cellipse cx='950' cy='300' rx='120' ry='90' fill='none' stroke='%236b2fb0' stroke-width='1' opacity='0.05'/%3E%3Cellipse cx='150' cy='320' rx='100' ry='70' fill='none' stroke='%236b2fb0' stroke-width='1' opacity='0.05'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.smyk-page-hero__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.smyk-page-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--smyk-gray);
  margin-bottom: 20px;
}

.smyk-page-hero__breadcrumb a {
  color: var(--smyk-gray);
  text-decoration: none;
}

.smyk-page-hero__breadcrumb a:hover { color: var(--smyk-orange); }

.smyk-page-hero__breadcrumb svg {
  flex-shrink: 0;
  opacity: .6;
}

/* Current page breadcrumb item = orange */
.smyk-page-hero__breadcrumb span[aria-current="page"] {
  color: var(--smyk-orange);
  font-weight: 600;
}

/* NOTE: .smyk-page-hero__heading and __sub sizes are defined at source in
   sections/simyak-page-hero.liquid (single source of truth). Duplicates
   removed from here to avoid override conflicts. */

@media (max-width: 767px) {
  .smyk-page-hero { padding-block: 40px 32px; }
}

/* --------------------------------------------------------
   15. FAQ PAGE
   -------------------------------------------------------- */
.smyk-faq-pg {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-faq-pg__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.smyk-faq-pg__search-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.smyk-faq-pg__search-wrap svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--smyk-gray);
}

.smyk-faq-pg__search {
  width: 100%;
  padding: 12px 16px 12px 46px;
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  font-family: var(--smyk-font);
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}

.smyk-faq-pg__search:focus { border-color: var(--smyk-orange); }

.smyk-faq-pg__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.smyk-faq-pg__tab {
  padding: 8px 20px;
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  background: var(--smyk-white);
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: all .2s;
}

.smyk-faq-pg__tab:hover,
.smyk-faq-pg__tab[aria-selected="true"] {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: var(--smyk-white);
}

.smyk-faq-pg__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 64px;
}

.smyk-faq-pg__item {
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-md);
  background: var(--smyk-white);
  overflow: hidden;
  transition: box-shadow .2s;
}

.smyk-faq-pg__item:hover { box-shadow: var(--smyk-shadow-sm); }

.smyk-faq-pg__item[open] {
  border-color: var(--smyk-orange);
}

.smyk-faq-pg__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 15px;
  color: var(--smyk-navy);
  user-select: none;
}

.smyk-faq-pg__q::-webkit-details-marker { display: none; }

.smyk-faq-pg__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--smyk-gray-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-faq-pg__plus,
.smyk-faq-pg__minus {
  width: 12px;
  height: 2px;
  background: var(--smyk-navy);
  position: relative;
  transition: opacity .2s;
}

.smyk-faq-pg__plus::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--smyk-navy);
  left: 5px;
  top: -5px;
}

.smyk-faq-pg__item[open] .smyk-faq-pg__plus { display: none; }
.smyk-faq-pg__item:not([open]) .smyk-faq-pg__minus { display: none; }

.smyk-faq-pg__a {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.65;
}

/* FAQ activation section */
.smyk-faq-pg__activation {
  background: linear-gradient(135deg, #e6fbff 0%, #f0f4ff 100%);
  border-radius: var(--smyk-radius-lg);
  padding: 48px;
}

.smyk-faq-pg__activation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.smyk-faq-pg__activation h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 24px;
}

.smyk-faq-pg__phones {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.smyk-faq-pg__phone-placeholder {
  width: 100px;
  height: 180px;
  background: var(--smyk-white);
  border-radius: 16px;
  box-shadow: var(--smyk-shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-faq-pg__phone-placeholder svg {
  opacity: .25;
}

.smyk-faq-pg__step-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smyk-faq-pg__step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.smyk-faq-pg__step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--smyk-purple);
  color: var(--smyk-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.smyk-faq-pg__step-title {
  font-weight: 600;
  font-size: 15px;
  color: var(--smyk-navy);
  margin: 0 0 4px;
}

.smyk-faq-pg__step-desc {
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.5;
  margin: 0;
}

.smyk-faq-pg__no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: var(--smyk-gray);
  font-size: 15px;
}

@media (max-width: 960px) {
  .smyk-faq-pg__grid { grid-template-columns: 1fr; }
  .smyk-faq-pg__activation-layout { grid-template-columns: 1fr; }
  .smyk-faq-pg__phones { display: none; }
}

@media (max-width: 600px) {
  .smyk-faq-pg__activation { padding: 24px; }
  .smyk-faq-pg__tab { font-size: 13px; padding: 6px 14px; }
}

/* --------------------------------------------------------
   16. eSIM ACTIVATION STEPS (standalone section)
   -------------------------------------------------------- */
.smyk-activation {
  padding-block: var(--smyk-section-py);
  background: linear-gradient(160deg, #0d1b2e 0%, #162440 40%, #1a1a2e 100%);
  position: relative;
  overflow: hidden;
}

/* Subtle diagonal accent */
.smyk-activation::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, transparent 60%, rgba(255,101,0,.06) 100%);
  pointer-events: none;
}

.smyk-activation__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.smyk-activation__header {
  margin-bottom: 32px;
}

.smyk-activation__header h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--smyk-white);
  margin: 0 0 12px;
}

.smyk-activation__header p {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  margin: 0;
}

.smyk-activation__phones {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.smyk-activation__phone {
  background: var(--smyk-white);
  border-radius: 20px;
  box-shadow: var(--smyk-shadow-md);
  overflow: hidden;
  flex-shrink: 0;
}

.smyk-activation__phone img {
  display: block;
  width: 120px;
  height: 220px;
  object-fit: cover;
}

.smyk-activation__phone-placeholder {
  width: 120px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--smyk-gray-light);
}

.smyk-activation__bubble {
  position: absolute;
  border-radius: var(--smyk-radius-pill);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  white-space: nowrap;
}

.smyk-activation__bubble--orange {
  background: var(--smyk-orange);
  color: var(--smyk-white);
  top: 10px;
  right: -10px;
}

.smyk-activation__bubble--white {
  background: var(--smyk-white);
  color: var(--smyk-navy);
  box-shadow: var(--smyk-shadow-sm);
  bottom: 20px;
  left: -10px;
}

.smyk-activation__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smyk-activation__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 0;
  background: none;
  box-shadow: none;
}

.smyk-activation__step-num {
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 800;
  color: var(--smyk-purple);
  line-height: 1;
  font-family: var(--smyk-font);
  min-width: 56px;
}

.smyk-activation__step-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--smyk-white);
  margin: 4px 0 8px;
}

.smyk-activation__step-desc {
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  margin: 0;
}

.smyk-activation__divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.12);
  margin: 4px 0;
}

.smyk-activation__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Section heading overrides for dark bg */
.smyk-activation .smyk-section-heading {
  color: var(--smyk-white);
}

@media (max-width: 900px) {
  .smyk-activation__inner { grid-template-columns: 1fr; gap: 32px; }
  .smyk-activation__phones { display: none; }
}

/* --------------------------------------------------------
   17. ABOUT US PAGE
   -------------------------------------------------------- */
/* About Hero */
.smyk-about-hero {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 101, 0, 0.10);
  color: #ff6500;
  font-family: var(--smyk-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.smyk-about-hero__heading {
  font-family: var(--smyk-font);
  font-size: clamp(2rem, 4vw, 51px);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  line-height: 1.15;
}

.smyk-about-hero__heading em {
  color: #ff6500;
  font-style: normal;
}

.smyk-about-hero__sub {
  font-family: var(--smyk-font);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 500;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 24px;
}

.smyk-about-hero__stats {
  display: flex;
  gap: 32px;
}

.smyk-about-hero__stat-num {
  display: block;
  font-family: var(--smyk-font);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.01em;
  line-height: 1;
}

.smyk-about-hero__stat-label {
  font-family: var(--smyk-font);
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.smyk-about-hero__image {
  border-radius: 24px;
  overflow: hidden;
  background: #f9fafb;
  box-shadow: 0 16px 36px -16px rgba(15, 23, 42, 0.18);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smyk-about-hero__image-placeholder {
  color: var(--smyk-gray);
  font-size: 14px;
  text-align: center;
  padding: 32px;
}

/* About - Why choose us */
.smyk-about-why {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-why__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-why__illustration img {
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 24px;
}

.smyk-about-why__heading {
  font-family: var(--smyk-font);
  font-size: clamp(1.75rem, 4vw, 45px);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 14px;
}

.smyk-about-why__sub {
  font-family: var(--smyk-font);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 14px;
}

.smyk-about-why__body {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 400;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 18px;
}

.smyk-about-why__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 700;
  color: #ff6500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.smyk-about-why__link:hover { color: #e05800; }

/* About - What we offer */
.smyk-about-offer {
  padding-block: 35px 45px !important;
  background: #f5f5f7;
}

.smyk-about-offer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: clamp(20px, 2.5vw, 32px);
}

.smyk-about-offer__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.10);
}

.smyk-about-offer__icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 101, 0, 0.10);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: #ff6500;
}

.smyk-about-offer__title {
  font-family: var(--smyk-font);
  font-size: 16px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.3;
  margin: 0 0 8px;
}

.smyk-about-offer__desc {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1vw, 14px);
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* About - Our Story */
.smyk-about-story {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-story__inner,
.smyk-about-story__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-story__lead {
  font-family: var(--smyk-font);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 700;
  color: #ff6500;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
}

.smyk-about-story__body {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  color: #475569;
  line-height: 1.65;
}

.smyk-about-story__illustration img {
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 24px;
}

.smyk-about-story__image {
  border-radius: 24px;
  overflow: hidden;
  background: #f9fafb;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px -16px rgba(15, 23, 42, 0.18);
}

.smyk-about-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smyk-about-story__image-placeholder {
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  padding: 24px;
}

.smyk-about-story__text {
  color: #475569;
  line-height: 1.65;
  font-size: clamp(13px, 1.15vw, 16px);
}

/* About - What makes us different */
.smyk-about-diff {
  padding-block: 35px 45px !important;
  background: #f5f5f7;
}

/* 5-card grid: 3 on top, 2 centred on bottom */
.smyk-about-diff__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: clamp(20px, 2.5vw, 32px);
}

.smyk-about-diff__card:nth-child(-n+3) { grid-column: span 2; }
.smyk-about-diff__card:nth-child(n+4)  { grid-column: span 3; }

.smyk-about-diff__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.10);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.smyk-about-diff__card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 101, 0, 0.10);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff6500;
}

.smyk-about-diff__card-icon img { width: 24px; height: 24px; object-fit: contain; }

.smyk-about-diff__card-title {
  font-family: var(--smyk-font);
  font-size: 16px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.3;
  margin: 0;
}

.smyk-about-diff__card-desc {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1vw, 14px);
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* About - audience (who we serve) */
.smyk-about-audience {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-audience__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-audience__sub {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  color: #475569;
  line-height: 1.65;
  margin: 14px 0 0;
}

.smyk-about-audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.smyk-about-audience__card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f9fafb;
  border-radius: 16px;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
}

.smyk-about-audience__card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 101, 0, 0.10);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff6500;
}

.smyk-about-audience__card-label {
  font-family: var(--smyk-font);
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.3;
}

/* About - Mission & Vision */
.smyk-about-mv {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(20px, 2.5vw, 32px);
}

.smyk-about-mv__card {
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.smyk-about-mv__card--mission { border-color: #ff6500; }

.smyk-about-mv__label {
  font-family: var(--smyk-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6500;
  margin: 0 0 12px;
}

.smyk-about-mv__card h3 {
  font-family: var(--smyk-font);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 12px;
}

.smyk-about-mv__card p {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* About - Our Mission */
.smyk-about-mission {
  padding-block: 35px 45px !important;
  background: #f5f5f7;
}

.smyk-about-mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-mission__image img {
  width: 100%;
  height: auto;
  max-width: 420px;
  border-radius: 24px;
}

.smyk-about-mission__body {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  color: #475569;
  line-height: 1.65;
  margin: 14px 0 0;
}

/* About - Our Vision */
.smyk-about-vision {
  padding-block: 35px 45px !important;
  background: #ffffff;
}

.smyk-about-vision__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.smyk-about-vision__image img {
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 24px;
}

.smyk-about-vision__body {
  font-family: var(--smyk-font);
  font-size: clamp(13px, 1.15vw, 16px);
  color: #475569;
  line-height: 1.65;
  margin: 14px 0 0;
}

/* About CTA */
.smyk-about-cta {
  padding-block: 45px 60px !important;
  background: #0a1628;
}

.smyk-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.smyk-about-cta__heading {
  font-family: var(--smyk-font);
  font-size: clamp(1.6rem, 3vw, 36px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
}

.smyk-about-cta__sub {
  font-family: var(--smyk-font);
  font-size: clamp(14px, 1.2vw, 17px);
  color: rgba(255, 255, 255, 0.78);
  margin: 8px 0 0;
}

.smyk-about-cta h2 {
  font-family: var(--smyk-font);
  font-size: clamp(1.6rem, 3vw, 36px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0 0 8px;
}

.smyk-about-cta p {
  font-family: var(--smyk-font);
  font-size: clamp(14px, 1.2vw, 17px);
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.smyk-about-cta .smyk-btn {
  flex-shrink: 0;
}

/* About responsive */
@media (max-width: 960px) {
  .smyk-about-hero__inner,
  .smyk-about-story__inner,
  .smyk-about-audience__inner,
  .smyk-about-why__inner,
  .smyk-about-mission__inner,
  .smyk-about-vision__inner,
  .smyk-about-cta__inner { grid-template-columns: 1fr; gap: 32px; }
  .smyk-about-offer__grid { grid-template-columns: 1fr 1fr; }
  .smyk-about-diff__grid { grid-template-columns: 1fr 1fr; }
  .smyk-about-diff__card:nth-child(-n+3),
  .smyk-about-diff__card:nth-child(n+4) { grid-column: span 1; }
}

@media (max-width: 600px) {
  .smyk-about-hero__stats { flex-direction: column; gap: 16px; }
  .smyk-about-offer__grid,
  .smyk-about-diff__grid,
  .smyk-about-audience__grid { grid-template-columns: 1fr; }
  .smyk-about-diff__card:nth-child(n) { grid-column: span 1; }
}

/* --------------------------------------------------------
   18. BLOG CATEGORIES
   -------------------------------------------------------- */
.smyk-blog-cats {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

/* 6-column grid: first 3 cards span 2 cols each, last 2 span 3 cols each */
.smyk-blog-cats__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.smyk-blog-cat-card:nth-child(-n+3) { grid-column: span 2; }
.smyk-blog-cat-card:nth-child(n+4)  { grid-column: span 3; }

.smyk-blog-cat-card {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: var(--smyk-white);
  border: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
  transition: box-shadow .2s, transform .2s;
}

.smyk-blog-cat-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
  transform: translateY(-4px);
}

/* Image wrapper fills the colored area */
.smyk-blog-cat-card__img-wrap {
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-blog-cat-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.smyk-blog-cat-card:hover .smyk-blog-cat-card__img-wrap img {
  transform: scale(1.04);
}

/* Placeholder colored background with centered illustration */
.smyk-blog-cat-card__img-placeholder {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
}

.smyk-blog-cat-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--smyk-dark);
  margin: 0;
  padding: 20px 24px;
  text-align: center;
  background: var(--smyk-white);
}

@media (max-width: 900px) {
  .smyk-blog-cats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .smyk-blog-cat-card:nth-child(-n+3),
  .smyk-blog-cat-card:nth-child(n+4) { grid-column: span 1; }
}
@media (max-width: 600px) {
  .smyk-blog-cats__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------
   19. BLOG LISTING
   -------------------------------------------------------- */
.smyk-blog-list {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-blog-list__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.smyk-blog-list__bar label {
  font-weight: 600;
  font-size: 14px;
  color: var(--smyk-navy);
  margin-right: 8px;
}

.smyk-blog-list__select {
  padding: 8px 14px;
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-sm);
  font-family: var(--smyk-font);
  font-size: 14px;
  outline: none;
}

.smyk-blog-list__count {
  font-size: 13px;
  color: var(--smyk-gray);
}

.smyk-blog-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.smyk-blog-card {
  background: var(--smyk-white);
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-lg);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}

.smyk-blog-card:hover {
  box-shadow: var(--smyk-shadow-md);
  transform: translateY(-3px);
}

.smyk-blog-card__image-wrap {
  height: 200px;
  overflow: hidden;
}

.smyk-blog-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.smyk-blog-card:hover .smyk-blog-card__image-wrap img { transform: scale(1.04); }

.smyk-blog-card__placeholder {
  width: 100%;
  height: 200px;
  background: var(--smyk-gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-blog-card__placeholder svg { opacity: .25; }

.smyk-blog-card__body { padding: 20px; }

.smyk-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--smyk-gray);
  margin-bottom: 10px;
}

.smyk-blog-card__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--smyk-gray-light);
  overflow: hidden;
  flex-shrink: 0;
}

.smyk-blog-card__meta-sep { opacity: .4; }

.smyk-blog-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--smyk-navy);
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.smyk-blog-card__title:hover { color: var(--smyk-orange); }

.smyk-blog-card__excerpt {
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.6;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.smyk-blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-orange);
  text-decoration: none;
}

.smyk-blog-card__read-more:hover { gap: 8px; }

.smyk-blog-list__pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.smyk-blog-list__pagination .pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.smyk-blog-list__pagination a,
.smyk-blog-list__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--smyk-radius-sm);
  border: 1.5px solid var(--smyk-border);
  font-size: 14px;
  font-weight: 500;
  color: var(--smyk-navy);
  text-decoration: none;
  transition: all .2s;
}

.smyk-blog-list__pagination a:hover,
.smyk-blog-list__pagination .current {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: var(--smyk-white);
}

@media (max-width: 900px) { .smyk-blog-list__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .smyk-blog-list__grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------
   20. BLOG ARTICLE (single post)
   -------------------------------------------------------- */
.smyk-article {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-article__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

/* TOC sidebar */
.smyk-article__toc {
  position: sticky;
  top: 100px;
  background: var(--smyk-gray-light);
  border-radius: var(--smyk-radius-md);
  padding: 20px;
  font-size: 13px;
}

.smyk-article__toc-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--smyk-gray);
  margin: 0 0 12px;
}

.smyk-article__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  counter-reset: toc-counter;
}

.smyk-article__toc-list li {
  counter-increment: toc-counter;
}

.smyk-article__toc-list a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--smyk-gray);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: all .15s;
}

.smyk-article__toc-list a:hover,
.smyk-article__toc-list a.is-active {
  color: var(--smyk-orange);
  background: rgba(255,101,0,.07);
  font-weight: 600;
}

/* Article body */
.smyk-article__featured-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--smyk-radius-lg);
  margin-bottom: 32px;
}

.smyk-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--smyk-gray);
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.smyk-article__meta-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--smyk-navy);
}

.smyk-article__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--smyk-gray-light);
  overflow: hidden;
}

.smyk-article__meta-sep { opacity: .35; }

.smyk-article__heading {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--smyk-navy);
  line-height: 1.2;
  margin: 0 0 28px;
}

.smyk-article__content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.smyk-article__content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 40px 0 16px;
}

.smyk-article__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 32px 0 12px;
}

.smyk-article__content p { margin: 0 0 20px; }

.smyk-article__content ul,
.smyk-article__content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.smyk-article__content li { margin-bottom: 8px; }

.smyk-article__content a {
  color: var(--smyk-orange);
  text-decoration: underline;
}

.smyk-article__content blockquote {
  border-left: 4px solid var(--smyk-orange);
  padding-left: 20px;
  margin: 24px 0;
  color: var(--smyk-gray);
  font-style: italic;
}

.smyk-article__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--smyk-border);
}

.smyk-article__tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--smyk-gray-light);
  border-radius: var(--smyk-radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--smyk-gray);
  text-decoration: none;
  text-transform: capitalize;
}

.smyk-article__tag:hover {
  background: var(--smyk-orange);
  color: var(--smyk-white);
}

/* Related blogs */
.smyk-related-blogs {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-gray-light);
}

.smyk-related-blogs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}

@media (max-width: 960px) {
  .smyk-article__layout { grid-template-columns: 1fr; }
  .smyk-article__toc { position: static; display: none; }
  .smyk-related-blogs__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .smyk-related-blogs__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------
   21. SHOP / DESTINATIONS PAGE
   -------------------------------------------------------- */

/* Shop Hero — 2-column layout matching Figma */
.smyk-shop-hero {
  background: linear-gradient(180deg, #dff4fb 0%, #e8f3ff 50%, #f0f4ff 100%);
  padding-block: 64px 52px;
  position: relative;
  overflow: hidden;
}

.smyk-shop-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.smyk-shop-hero__heading {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--smyk-dark);
  margin: 0 0 14px;
  line-height: 1.2;
}

.smyk-shop-hero__sub {
  font-size: 16px;
  color: var(--smyk-gray);
  line-height: 1.65;
  margin: 0;
  max-width: 440px;
}

.smyk-shop-hero__visual img {
  width: 100%;
  height: auto;
  max-width: 460px;
}

/* ── Tab pill toggle ─────────────────────────── */
.smyk-shop-toggle-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 16px 0;
  background: var(--smyk-white);
  border-bottom: 1.5px solid var(--smyk-border);
}

.smyk-shop-toggle {
  display: inline-flex;
  background: #fff0e6;
  border-radius: 22px;
  padding: 4px;
  gap: 2px;
  margin-bottom: -1px;
}

.smyk-shop-toggle__btn {
  padding: 10px 28px;
  border-radius: 18px;
  border: none;
  background: none;
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--smyk-dark);
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}

.smyk-shop-toggle__btn:hover { color: var(--smyk-orange); }

.smyk-shop-toggle__btn.is-active {
  background: var(--smyk-orange);
  color: var(--smyk-white);
}

/* ── Panels ──────────────────────────────────── */
.smyk-shop-panel {
  padding-top: 0;
  padding-bottom: 52px;
  margin-top: 0;
  background: var(--smyk-white);
}
.smyk-shop-panel > .smyk-container > [class*="smyk-dest-grid"] {
  margin-top: 0;
}

.smyk-shop-panel[hidden] { display: none; }

/* ── Popular: 3-col horizontal flag cards (matches home Popular Destinations) ── */
.smyk-dest-grid--popular {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 16px;
}

/* ── Countries: 4-col horizontal flag cards ────── */
/* ── Countries grid (Destinations page) — matches home Popular Destinations ── */
.smyk-dest-grid--countries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 16px;
}

/* Horizontal country card — 80px circular flag left, name + price stacked right
   (matches home page `.smyk-country-card`). */
.smyk-dest-card-h {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 14px;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: none;
  text-decoration: none;
  color: var(--smyk-dark);
  transition: background-color .2s, border-color .2s, box-shadow .2s, transform .15s;
}
.smyk-dest-card-h:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}
.smyk-dest-card-h__flag {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}
.smyk-dest-card-h__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smyk-dest-card-h__name {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--smyk-font);
  font-size: 17px;
  font-weight: 700;
  color: var(--smyk-dark);
  line-height: 1.2;
  margin: 0;
  align-self: end;
}
.smyk-dest-card-h__price {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  align-self: start;
}
.smyk-dest-card-h__price-label {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 13px;
  color: var(--smyk-gray);
}
.smyk-dest-card-h__price-value {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--smyk-dark);
}

/* Mobile — match home page tightening at <=560px */
@media (max-width: 900px) {
  .smyk-dest-grid--popular,
  .smyk-dest-grid--countries { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 560px) {
  .smyk-dest-grid--popular,
  .smyk-dest-grid--countries { grid-template-columns: 1fr; gap: 14px; }
  .smyk-dest-card-h {
    grid-template-columns: 64px 1fr;
    column-gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }
  .smyk-dest-card-h__flag { width: 44px; height: 44px; }
  .smyk-dest-card-h__name { font-size: 15px; }
  .smyk-dest-card-h__price-value { font-size: 14px; }
}

/* ── Regions grid — same horizontal card layout, icon instead of flag ── */
.smyk-dest-grid--regions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 16px;
}
.smyk-region-card-h {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 4px;
  padding: 14px;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: none;
  text-decoration: none;
  color: var(--smyk-dark);
  transition: background-color .2s, border-color .2s, box-shadow .2s, transform .15s;
}
.smyk-region-card-h:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}
.smyk-region-card-h__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  background: rgba(255, 101, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.smyk-region-card-h__icon svg,
.smyk-region-card-h__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.smyk-region-card-h__name {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--smyk-font);
  font-size: 17px;
  font-weight: 700;
  color: var(--smyk-dark);
  line-height: 1.25;
  margin: 0;
  align-self: end;
}
.smyk-region-card-h__price {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  align-self: start;
}
.smyk-region-card-h__price-label {
  font-family: var(--smyk-font);
  font-weight: 400;
  font-size: 13px;
  color: var(--smyk-gray);
}
.smyk-region-card-h__price-value {
  font-family: var(--smyk-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--smyk-dark);
}

@media (max-width: 900px) {
  .smyk-dest-grid--regions { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 560px) {
  .smyk-dest-grid--regions { grid-template-columns: 1fr; gap: 14px; }
  .smyk-region-card-h {
    grid-template-columns: 64px 1fr;
    column-gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }
  .smyk-region-card-h__icon { width: 44px; height: 44px; }
  .smyk-region-card-h__icon svg,
  .smyk-region-card-h__icon img { width: 30px; height: 30px; }
  .smyk-region-card-h__name { font-size: 15px; }
  .smyk-region-card-h__price-value { font-size: 14px; }
}

/* ── What We Offer ─────────────────────────────── */
.smyk-shop-offer-section {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-gray-light);
}

.smyk-shop-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.smyk-shop-offer-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
  background: var(--smyk-white);
  border-radius: var(--smyk-radius-lg);
  box-shadow: var(--smyk-shadow-sm);
}

/* Icon container — fixed 48×48, clips the SVG */
.smyk-shop-offer-card__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: rgba(255,101,0,.1);
  border-radius: var(--smyk-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.smyk-shop-offer-card__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.smyk-shop-offer-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0;
}

.smyk-shop-offer-card__desc {
  font-size: 13px;
  color: var(--smyk-gray);
  margin: 0;
  line-height: 1.55;
}

/* ── Shop FAQ ─────────────────────────────────── */
.smyk-shop-faq {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-shop-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.smyk-shop-faq__col { display: flex; flex-direction: column; gap: 12px; }

/* ── Shop responsive ─────────────────────────── */
@media (max-width: 1100px) {
  .smyk-dest-grid--popular,
  .smyk-dest-grid--countries { grid-template-columns: repeat(3, 1fr); }
  .smyk-shop-offer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .smyk-shop-hero__inner { grid-template-columns: 1fr; }
  .smyk-shop-hero__visual { display: none; }
  .smyk-dest-grid--popular,
  .smyk-dest-grid--countries { grid-template-columns: repeat(2, 1fr); }
  .smyk-dest-grid--regions { grid-template-columns: 1fr 1fr; }
  .smyk-shop-faq__grid { grid-template-columns: 1fr; }
  .smyk-shop-offer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .smyk-dest-grid--popular,
  .smyk-dest-grid--countries,
  .smyk-dest-grid--regions { grid-template-columns: 1fr 1fr; }
  .smyk-shop-offer-grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------
   22. REVIEWS
   -------------------------------------------------------- */
.smyk-reviews {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-gray-light);
}

.smyk-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.smyk-review-card {
  background: var(--smyk-white);
  border-radius: var(--smyk-radius-lg);
  padding: 28px 24px;
  box-shadow: var(--smyk-shadow-sm);
}

.smyk-review-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.smyk-review-card__stars svg { flex-shrink: 0; }

.smyk-review-card__text {
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.7;
  margin: 0 0 20px;
}

.smyk-review-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--smyk-border);
}

.smyk-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--smyk-gray-light);
  flex-shrink: 0;
}

.smyk-review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

.smyk-review-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0;
}

.smyk-review-card__date {
  font-size: 12px;
  color: var(--smyk-gray);
}

@media (max-width: 900px) { .smyk-reviews__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .smyk-reviews__grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------
   23. CONTACT PAGE
   -------------------------------------------------------- */
.smyk-contact {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
  font-family: var(--smyk-font);
}
/* Form controls don't inherit font-family — set it explicitly so the whole
   contact section uses our Poppins style. */
.smyk-contact input,
.smyk-contact textarea,
.smyk-contact button,
.smyk-contact select,
.smyk-contact .smyk-contact__chip,
.smyk-contact .smyk-contact__submit {
  font-family: var(--smyk-font);
}

/* 2-column layout: form left (wider), info right */
.smyk-contact__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

/* ── Form header (icon + title block) ── */
.smyk-contact__form-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.smyk-contact__form-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(255,101,0,.10);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.smyk-contact__form-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 6px;
  font-family: var(--smyk-font);
  line-height: 1.2;
}

.smyk-contact__form-sub {
  font-size: 14px;
  color: var(--smyk-gray);
  margin: 0;
  line-height: 1.6;
}

/* ── Fields ── */
.smyk-contact__field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.smyk-contact__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.smyk-contact__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-navy);
  margin-bottom: 6px;
  font-family: var(--smyk-font);
  display: flex;
  align-items: center;
  gap: 5px;
}

.smyk-contact__label span[aria-hidden="true"] { color: var(--smyk-orange); }
.smyk-contact__label-opt {
  font-weight: 400;
  color: var(--smyk-gray);
  font-size: 12px;
}

.smyk-contact__input,
.smyk-contact__textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d0d5dd;
  border-radius: 10px;
  font-family: var(--smyk-font);
  font-size: 14px;
  color: var(--smyk-navy);
  background: var(--smyk-white);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}

.smyk-contact__input::placeholder,
.smyk-contact__textarea::placeholder { color: #b0b7c3; }

.smyk-contact__input:focus,
.smyk-contact__textarea:focus {
  border-color: var(--smyk-orange);
  box-shadow: 0 0 0 3px rgba(255,101,0,.10);
}

.smyk-contact__textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

/* ── Subject chips ── */
.smyk-contact__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.smyk-contact__chip {
  padding: 7px 14px;
  border: 1.5px solid #d0d5dd;
  border-radius: 9999px;
  background: var(--smyk-white);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: all .18s;
  line-height: 1;
}

.smyk-contact__chip:hover {
  border-color: var(--smyk-orange);
  color: var(--smyk-orange);
  background: #fff7f2;
}

.smyk-contact__chip--active,
.smyk-contact__chip[aria-pressed="true"] {
  border-color: var(--smyk-orange);
  background: var(--smyk-orange);
  color: #fff;
}

/* ── Newsletter checkbox ── */
.smyk-contact__check-row {
  margin-bottom: 18px;
}

.smyk-contact__check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--smyk-font);
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.5;
  user-select: none;
}

.smyk-contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.smyk-contact__check-custom {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #d0d5dd;
  border-radius: 5px;
  background: var(--smyk-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
}

.smyk-contact__checkbox:checked + .smyk-contact__check-custom {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
}

.smyk-contact__checkbox:checked + .smyk-contact__check-custom::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

/* ── Submit button ── */
.smyk-contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 24px;
  background: var(--smyk-orange);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: var(--smyk-font);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(255,101,0,.30);
  margin-bottom: 0;
}

.smyk-contact__submit:hover {
  background: #e55a00;
  box-shadow: 0 6px 20px rgba(255,101,0,.40);
  transform: translateY(-1px);
}

.smyk-contact__submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255,101,0,.25);
}

/* ── Success / Error states ── */
.smyk-contact__success {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.smyk-contact__success-icon {
  flex-shrink: 0;
  margin-top: 1px;
}

.smyk-contact__success-title {
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 600;
  color: #166534;
  margin: 0 0 3px;
}

.smyk-contact__success-text {
  font-family: var(--smyk-font);
  font-size: 13px;
  color: #166534;
  margin: 0;
  opacity: .85;
}

.smyk-contact__errors {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  border-radius: 12px;
  padding: 14px 18px;
  color: #991b1b;
  font-size: 14px;
  font-family: var(--smyk-font);
  margin-bottom: 20px;
}

/* ── Haven't heard back? ── */
.smyk-contact__no-reply {
  margin-top: 20px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.smyk-contact__no-reply-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  cursor: pointer;
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-gray);
  list-style: none;
  background: #f9fafb;
  transition: background .15s;
  user-select: none;
}

.smyk-contact__no-reply-trigger::-webkit-details-marker { display: none; }
.smyk-contact__no-reply-trigger:hover { background: #f3f4f6; }

.smyk-contact__no-reply-chevron {
  margin-left: auto;
  transition: transform .2s;
}

.smyk-contact__no-reply[open] .smyk-contact__no-reply-chevron {
  transform: rotate(180deg);
}

.smyk-contact__no-reply-body {
  padding: 16px 18px;
  background: var(--smyk-white);
  border-top: 1px solid #e5e7eb;
}

.smyk-contact__no-reply-body p {
  font-family: var(--smyk-font);
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.7;
  margin: 0 0 8px;
}

.smyk-contact__no-reply-body p:last-child { margin-bottom: 0; }
.smyk-contact__no-reply-body strong { color: var(--smyk-navy); }

/* ── Info column ── */
.smyk-contact__info-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 8px;
  font-family: var(--smyk-font);
}

.smyk-contact__info-sub {
  font-size: 14px;
  color: var(--smyk-gray);
  margin: 0 0 24px;
  line-height: 1.6;
}

.smyk-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.smyk-contact__card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fafafa;
  border-radius: 12px;
  border: 1.5px solid #f0f0f0;
  transition: border-color .18s, box-shadow .18s;
}

.smyk-contact__card:hover {
  border-color: rgba(255,101,0,.25);
  box-shadow: 0 2px 10px rgba(255,101,0,.07);
}

.smyk-contact__card-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgba(255,101,0,.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smyk-contact__card-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--smyk-gray);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 3px;
  font-family: var(--smyk-font);
}

.smyk-contact__card-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--smyk-navy);
  margin: 0;
  line-height: 1.4;
  font-family: var(--smyk-font);
}

.smyk-contact__card-value a,
a.smyk-contact__card-value {
  color: var(--smyk-orange);
  text-decoration: none;
  font-weight: 600;
}

.smyk-contact__card-value a:hover,
a.smyk-contact__card-value:hover { text-decoration: underline; }

/* ── Trust list ── */
.smyk-contact__trust {
  background: linear-gradient(135deg, #fff7f2 0%, #fff0e6 100%);
  border: 1.5px solid rgba(255,101,0,.15);
  border-radius: 14px;
  padding: 20px 22px;
}

.smyk-contact__trust-title {
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--smyk-navy);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 14px;
}

.smyk-contact__trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.smyk-contact__trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--smyk-font);
  font-size: 13px;
  color: var(--smyk-navy);
  font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .smyk-contact__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .smyk-contact__info-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }
  .smyk-contact__info-title,
  .smyk-contact__info-sub { grid-column: 1 / -1; }
  .smyk-contact__cards { grid-column: 1; margin-bottom: 0; }
  .smyk-contact__trust { grid-column: 2; }
}

@media (max-width: 640px) {
  .smyk-contact__field-row { grid-template-columns: 1fr; gap: 0; }
  .smyk-contact__info-col { grid-template-columns: 1fr; }
  .smyk-contact__trust { grid-column: 1; }
  .smyk-contact__form-title,
  .smyk-contact__info-title { font-size: 22px; }
}

/* --------------------------------------------------------
   24. HELP CENTER
   -------------------------------------------------------- */
.smyk-help {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-help__search-wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto 48px;
}

.smyk-help__search-wrap svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--smyk-gray);
}

.smyk-help__search {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  font-family: var(--smyk-font);
  font-size: 16px;
  outline: none;
  box-shadow: var(--smyk-shadow-sm);
  transition: border-color .2s;
}

.smyk-help__search:focus { border-color: var(--smyk-orange); }

.smyk-help__cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}

/* Help category cards — soft gray rounded card, centred content.
   Big illustrated icon top, bold centred title, links list below. */
.smyk-help__cat {
  background: #f3f4f6;
  border: 0;
  border-radius: 24px;
  padding: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: background-color .2s;
}

.smyk-help__cat:hover {
  background: #e5e7eb;
}

/* Big illustrated icon — centred, no tinted disc */
.smyk-help__cat-icon {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smyk-help__cat-icon img,
.smyk-help__cat-icon svg {
  width: clamp(56px, 6vw, 84px);
  height: clamp(56px, 6vw, 84px);
  object-fit: contain;
}

/* Title centred under the icon */
.smyk-help__cat-title {
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  font-weight: 800;
  color: #0a1628;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

/* Links list centred (kept for the existing markup) */
.smyk-help__cat-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.smyk-help__cat-links li { list-style: none; }
.smyk-help__cat-links a { font-size: 0.92rem; }

.smyk-help__cat-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,101,0,.1);
  border-radius: var(--smyk-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 20px;
}

.smyk-help__cat-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 10px;
}

.smyk-help__cat-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.smyk-help__cat-links a {
  font-size: 13px;
  color: var(--smyk-gray);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .15s;
}

.smyk-help__cat-links a:hover { color: var(--smyk-orange); }

.smyk-help__faq-heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 24px;
}

.smyk-help__faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 960px) {
  .smyk-help__cats { grid-template-columns: 1fr 1fr; }
  .smyk-help__faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .smyk-help__cats { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------
   25. LEGAL / POLICY PAGES
   -------------------------------------------------------- */
/* ── Legal / Policy pages — redesigned for SimYak design system ── */
.smyk-legal {
  padding-block: clamp(28px, 4vw, 48px) clamp(40px, 5vw, 64px);
  background: #ffffff;
}
.smyk-legal__wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

.smyk-legal__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

/* ── Sticky ToC card ── */
.smyk-legal__toc {
  position: sticky;
  top: 96px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 18px 14px;
  font-family: var(--smyk-font, inherit);
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.10);
}
.smyk-legal__toc-details > summary { list-style: none; }
.smyk-legal__toc-details > summary::-webkit-details-marker { display: none; }
.smyk-legal__toc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}
.smyk-legal__toc-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}
.smyk-legal__toc-icon { display: none; color: #6b7280; transition: transform .2s ease; }

.smyk-legal__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}
.smyk-legal__toc-item--h3 a { padding-left: 22px; font-size: 13px; }
.smyk-legal__toc-list a {
  display: block;
  padding: 7px 12px;
  border-radius: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.smyk-legal__toc-list a:hover {
  background: #f8fafc;
  color: #0a1628;
}
.smyk-legal__toc-list a.is-active {
  background: #f1f5f9;
  color: #0a1628;
  border-left-color: #0a1628;
  font-weight: 600;
}

/* ── Reading card ── */
.smyk-legal__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px);
  box-shadow: 0 4px 16px -10px rgba(15, 23, 42, 0.08);
}

/* ── Meta pill (Last updated) ── */
.smyk-legal__meta {
  margin: 0 0 24px;
}
.smyk-legal__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #f1f5f9;
  border-radius: 999px;
  font-family: var(--smyk-font, inherit);
  font-size: 12.5px;
  font-weight: 500;
  color: #475569;
  letter-spacing: 0;
}
.smyk-legal__meta-pill strong { color: #0a1628; font-weight: 700; }
.smyk-legal__meta-pill svg { color: #0a1628; flex-shrink: 0; }

/* ── Content typography ── */
.smyk-legal__content {
  font-family: var(--smyk-font, inherit);
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}
.smyk-legal__content > *:first-child { margin-top: 0; }
.smyk-legal__content > *:last-child  { margin-bottom: 0; }

.smyk-legal__content h2 {
  font-family: var(--smyk-font, inherit);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 36px 0 10px;
  scroll-margin-top: 100px;
}
.smyk-legal__content > h2:first-child { margin-top: 0; }

.smyk-legal__content h3 {
  font-family: var(--smyk-font, inherit);
  font-size: 0.95rem;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.35;
  margin: 22px 0 8px;
  scroll-margin-top: 100px;
}

.smyk-legal__content p {
  margin: 0 0 16px;
}

.smyk-legal__content ul,
.smyk-legal__content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.smyk-legal__content ul { list-style: none; padding-left: 0; }
.smyk-legal__content ul > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.smyk-legal__content ul > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a1628;
}
.smyk-legal__content ol > li {
  margin-bottom: 10px;
  padding-left: 4px;
}
.smyk-legal__content ol > li::marker { color: #0a1628; font-weight: 700; }

.smyk-legal__content a {
  color: #ff6500;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color .15s ease;
}
.smyk-legal__content a:hover { color: #d35400; }

.smyk-legal__content strong { color: #0a1628; font-weight: 700; }
.smyk-legal__content em { color: #475569; }

.smyk-legal__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background: #f8fafc;
  border-left: 3px solid #0a1628;
  border-radius: 8px;
  color: #475569;
  font-style: italic;
}
.smyk-legal__content code {
  background: #f1f5f9;
  color: #0a1628;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: ui-monospace, "SF Mono", Consolas, monospace;
  font-size: 0.9em;
}
.smyk-legal__content hr {
  display: none;
}

/* ── Help CTA footer card ── */
.smyk-legal__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #fff7ee 0%, #ffeede 100%);
  border: 1px solid #ffe0c4;
  border-radius: 16px;
  flex-wrap: wrap;
}
.smyk-legal__help-text { flex: 1 1 320px; min-width: 0; }
.smyk-legal__help-title {
  font-family: var(--smyk-font, inherit);
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 6px;
}
.smyk-legal__help-desc {
  font-size: 14px;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.smyk-legal__help-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #ff6500;
  color: #fff !important;
  font-family: var(--smyk-font, inherit);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background-color .15s ease, transform .15s ease, box-shadow .2s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 14px -4px rgba(255, 101, 0, 0.55);
}
.smyk-legal__help-cta:hover {
  background: #e05800;
  transform: translateY(-1px);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .smyk-legal__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .smyk-legal__toc {
    position: static;
    padding: 6px 14px;
  }
  .smyk-legal__toc-summary {
    padding-block: 12px;
    margin-bottom: 0;
    border-bottom: 0;
    cursor: pointer;
  }
  .smyk-legal__toc-icon { display: inline-block; }
  .smyk-legal__toc-details[open] .smyk-legal__toc-icon { transform: rotate(180deg); }
  .smyk-legal__toc-details[open] .smyk-legal__toc-summary {
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 8px;
    padding-bottom: 12px;
  }
  .smyk-legal__toc-list {
    max-height: 40vh;
    padding-bottom: 6px;
  }
}

@media (max-width: 600px) {
  .smyk-legal__card { border-radius: 16px; }
  .smyk-legal__content { font-size: 13.5px; }
  .smyk-legal__help {
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .smyk-legal__help-cta {
    justify-content: center;
    width: 100%;
  }
}

/* --------------------------------------------------------
   26. AFFILIATE PROGRAM (v2)
   -------------------------------------------------------- */

/* ── Shared CTA button ── */
.smyk-aff__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--smyk-orange);
  color: #fff;
  font-family: var(--smyk-font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--smyk-radius-pill);
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 18px rgba(255,101,0,.30);
  white-space: nowrap;
}
.smyk-aff__cta-btn:hover  { background: #e55a00; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,101,0,.38); }
.smyk-aff__cta-btn:active { transform: translateY(0); box-shadow: 0 3px 10px rgba(255,101,0,.25); }
.smyk-aff__cta-btn--full  { width: 100%; justify-content: center; }
.smyk-aff__cta-btn--lg    { font-size: 16px; padding: 16px 36px; }

/* ── Ghost button ── */
.smyk-aff__ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid var(--smyk-orange);
  color: var(--smyk-orange);
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--smyk-radius-pill);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.smyk-aff__ghost-btn:hover { background: var(--smyk-orange); color: #fff; }
.smyk-aff__ghost-btn--light {
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.smyk-aff__ghost-btn--light:hover { background: rgba(255,255,255,.15); color: #fff; }

/* ── Section intro block ── */
.smyk-aff__section-intro { text-align: center; margin-bottom: 52px; }
.smyk-aff__section-title {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  color: var(--smyk-dark);
  margin: 0 0 14px;
  line-height: 1.2;
}
.smyk-aff__section-title--center { text-align: center; margin-bottom: 48px; }
.smyk-aff__section-sub {
  font-size: 16px;
  color: var(--smyk-gray);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ═══════════════════════════════════════
   1. HERO
   ═══════════════════════════════════════ */
.smyk-aff__hero {
  padding: 72px 0 64px;
  background: linear-gradient(135deg, #0d1b2a 0%, #1a2d4a 55%, #0f3460 100%);
  overflow: hidden;
  position: relative;
}
.smyk-aff__hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.smyk-aff__hero-pill {
  display: inline-block;
  background: rgba(255,101,0,.18);
  color: #ff9d5c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 5px 14px;
  border-radius: var(--smyk-radius-pill);
  margin-bottom: 20px;
}
.smyk-aff__hero-title {
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin: 0 0 18px;
}
.smyk-aff__hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 480px;
}
.smyk-aff__hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.smyk-aff__hero-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  margin: 0;
}
.smyk-aff__hero-note svg { flex-shrink: 0; }

/* Hero visual */
.smyk-aff__hero-visual {
  position: relative;
}
.smyk-aff__hero-visual img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin-left: auto;
}
.smyk-aff__hero-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 10px 16px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.smyk-aff__hero-bubble--1 { top: 12%;  left: -10px; }
.smyk-aff__hero-bubble--2 { bottom: 18%; right: 0; }
.smyk-aff__hero-bubble strong { display: block; font-size: 14px; font-weight: 700; }

/* ═══════════════════════════════════════
   2. STATS BAR
   ═══════════════════════════════════════ */
.smyk-aff__stats-bar {
  background: var(--smyk-navy);
  padding: 32px 0;
}
.smyk-aff__stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.smyk-aff__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 48px;
}
.smyk-aff__stat-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--smyk-orange);
  line-height: 1;
  margin-bottom: 6px;
}
.smyk-aff__stat-label {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
}
.smyk-aff__stat-sep {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   3. BENEFITS
   ═══════════════════════════════════════ */
.smyk-aff__benefits {
  background: #f8f9fc;
  padding-block: 100px;
}
.smyk-aff__ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.smyk-aff__ben-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .2s, box-shadow .2s;
  border: 1px solid #eef0f5;
}
.smyk-aff__ben-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.11); }
.smyk-aff__ben-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,101,0,.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.smyk-aff__ben-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--smyk-dark);
  margin: 0 0 10px;
}
.smyk-aff__ben-desc {
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.65;
  margin: 0;
}

/* ═══════════════════════════════════════
   4. HOW IT WORKS
   ═══════════════════════════════════════ */
.smyk-aff__steps {
  background: #fff;
  padding-block: 100px;
}
.smyk-aff__step-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.smyk-aff__step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.smyk-aff__step-num-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.smyk-aff__step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--smyk-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(255,101,0,.30);
}
.smyk-aff__step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--smyk-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -.5px;
}
.smyk-aff__step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--smyk-dark);
  margin: 0 0 10px;
}
.smyk-aff__step-desc {
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.6;
  max-width: 220px;
}
.smyk-aff__step-arrow {
  padding-top: 26px;
  flex-shrink: 0;
  opacity: .6;
}
.smyk-aff__steps-cta {
  text-align: center;
  margin-top: 48px;
}

/* ═══════════════════════════════════════
   5. WHO CAN JOIN
   ═══════════════════════════════════════ */
.smyk-aff__who {
  background: #f8f9fc;
  padding-block: 100px;
}
.smyk-aff__who-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
.smyk-aff__who-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #e4e7ef;
  border-radius: var(--smyk-radius-pill);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--smyk-dark);
  transition: border-color .2s, background .2s, color .2s;
}
.smyk-aff__who-chip:hover {
  border-color: var(--smyk-orange);
  color: var(--smyk-orange);
  background: rgba(255,101,0,.04);
}
.smyk-aff__who-chip svg { color: var(--smyk-gray); flex-shrink: 0; }

/* ═══════════════════════════════════════
   6. GOOD FIT + EARNINGS
   ═══════════════════════════════════════ */
.smyk-aff__fit {
  background: #fff;
  padding-block: 100px;
}
.smyk-aff__fit-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.smyk-aff__fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.smyk-aff__fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--smyk-dark);
  line-height: 1.5;
}
.smyk-aff__fit-list li svg { flex-shrink: 0; margin-top: 2px; }

/* Earnings card */
.smyk-aff__earnings-card {
  background: linear-gradient(140deg, #0d1b2a 0%, #1a2d4a 100%);
  border-radius: 24px;
  padding: 36px 32px;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
.smyk-aff__earnings-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.5);
  margin: 0 0 10px;
  font-weight: 600;
}
.smyk-aff__earnings-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}
.smyk-aff__earnings-amount {
  font-size: 56px;
  font-weight: 800;
  color: var(--smyk-orange);
  line-height: 1;
}
.smyk-aff__earnings-period {
  font-size: 18px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
}
.smyk-aff__earnings-calc {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin: 0 0 28px;
}
.smyk-aff__earnings-tiers {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.smyk-aff__tier {
  display: grid;
  grid-template-columns: 60px 1fr 70px;
  align-items: center;
  gap: 12px;
}
.smyk-aff__tier-label {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
}
.smyk-aff__tier-bar {
  height: 6px;
  background: rgba(255,255,255,.12);
  border-radius: 99px;
  overflow: hidden;
}
.smyk-aff__tier-bar > div {
  height: 100%;
  background: var(--smyk-orange);
  border-radius: 99px;
}
.smyk-aff__tier-amount {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-align: right;
}

/* ═══════════════════════════════════════
   7. FAQ
   ═══════════════════════════════════════ */
.smyk-aff__faq {
  background: #f8f9fc;
  padding-block: 100px;
}
.smyk-aff__faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.smyk-aff__faq-item {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #eef0f5;
  overflow: hidden;
  transition: border-color .2s;
}
.smyk-aff__faq-item[open] { border-color: var(--smyk-orange); }
.smyk-aff__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--smyk-dark);
  cursor: pointer;
  list-style: none;
  gap: 12px;
  user-select: none;
}
.smyk-aff__faq-q::-webkit-details-marker { display: none; }
.smyk-aff__faq-q:hover { color: var(--smyk-orange); }
.smyk-aff__faq-chevron {
  flex-shrink: 0;
  color: var(--smyk-gray);
  transition: transform .25s;
}
.smyk-aff__faq-item[open] .smyk-aff__faq-chevron { transform: rotate(180deg); }
.smyk-aff__faq-a {
  padding: 0 22px 20px;
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.7;
  margin: 0;
}

/* ═══════════════════════════════════════
   9. FINAL CTA
   ═══════════════════════════════════════ */
.smyk-aff__final-cta {
  background: linear-gradient(135deg, #0d1b2a 0%, #1a2d4a 60%, #0f3460 100%);
  padding: 80px 0;
  text-align: center;
}
.smyk-aff__final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smyk-aff__final-eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--smyk-orange);
  font-weight: 700;
  margin: 0 0 16px;
}
.smyk-aff__final-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 18px;
  max-width: 620px;
}
.smyk-aff__final-sub {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  max-width: 480px;
  line-height: 1.65;
  margin: 0 0 36px;
}
.smyk-aff__final-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.smyk-aff__final-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .smyk-aff__hero-inner    { gap: 32px; }
  .smyk-aff__ben-grid      { grid-template-columns: repeat(2, 1fr); }
  .smyk-aff__fit-inner     { gap: 36px; }
  .smyk-aff__stat          { padding: 0 28px; }
}

@media (max-width: 900px) {
  .smyk-aff__hero-inner    { grid-template-columns: 1fr; }
  .smyk-aff__hero-visual   { display: none; }
  .smyk-aff__hero-copy     { max-width: 540px; margin: 0 auto; text-align: center; }
  .smyk-aff__hero-actions  { justify-content: center; }
  .smyk-aff__hero-note     { justify-content: center; }
  .smyk-aff__step-track    { flex-direction: column; align-items: center; }
  .smyk-aff__step-arrow    { transform: rotate(90deg); padding: 0; }
  .smyk-aff__faq-grid      { grid-template-columns: 1fr; }
  .smyk-aff__fit-inner     { grid-template-columns: 1fr; }
  .smyk-aff__stat-sep      { width: 40px; height: 1px; }
}

@media (max-width: 600px) {
  .smyk-aff__ben-grid      { grid-template-columns: 1fr; }
  .smyk-aff__stats-inner   { gap: 8px; }
  .smyk-aff__stat          { padding: 12px 20px; }
  .smyk-aff__stat-sep      { display: none; }
  .smyk-aff__earnings-card { padding: 28px 22px; }
  .smyk-aff__earnings-amount { font-size: 44px; }
  .smyk-aff__hero          { padding: 52px 0 44px; }
  .smyk-aff__final-cta     { padding: 56px 0; }
  .smyk-aff__final-trust   { gap: 14px; }
}

/* --------------------------------------------------------
   27. eSIM INFO PAGE (What is an eSIM)
   -------------------------------------------------------- */
.smyk-esim-info {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-esim-info__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

.smyk-esim-info__main h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 36px 0 12px;
  scroll-margin-top: 100px;
}

.smyk-esim-info__main h2:first-child { margin-top: 0; }

.smyk-esim-info__main p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 16px;
}

.smyk-esim-info__main ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.smyk-esim-info__main li {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Comparison table */
.smyk-esim-info__compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 16px;
}

.smyk-esim-info__compare th,
.smyk-esim-info__compare td {
  padding: 10px 14px;
  border: 1px solid var(--smyk-border);
  text-align: left;
}

.smyk-esim-info__compare th {
  background: var(--smyk-navy);
  color: var(--smyk-white);
  font-weight: 600;
}

.smyk-esim-info__compare tr:nth-child(even) td {
  background: var(--smyk-gray-light);
}

/* Sidebar */
.smyk-esim-info__sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smyk-esim-info__facts {
  background: var(--smyk-gray-light);
  border-radius: var(--smyk-radius-lg);
  padding: 24px;
}

.smyk-esim-info__facts-heading {
  font-size: 14px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.smyk-esim-info__fact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.smyk-esim-info__fact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--smyk-border);
  font-size: 13px;
}

.smyk-esim-info__fact:last-child { border-bottom: none; }

.smyk-esim-info__fact-label { color: var(--smyk-gray); }

.smyk-esim-info__fact-value {
  font-weight: 700;
  color: var(--smyk-navy);
}

.smyk-esim-info__related {
  background: var(--smyk-gray-light);
  border-radius: var(--smyk-radius-lg);
  padding: 24px;
}

.smyk-esim-info__related-heading {
  font-size: 14px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.smyk-esim-info__related-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smyk-esim-info__related-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--smyk-gray);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid var(--smyk-border);
  transition: color .15s;
}

.smyk-esim-info__related-links li:last-child a { border-bottom: none; }
.smyk-esim-info__related-links a:hover { color: var(--smyk-orange); }

@media (max-width: 900px) {
  .smyk-esim-info__layout { grid-template-columns: 1fr; }
  .smyk-esim-info__sidebar { position: static; }
}

/* --------------------------------------------------------
   28. eSIM SETUP GUIDE PAGE
   -------------------------------------------------------- */
.smyk-setup {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-setup__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.smyk-setup__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--smyk-white);
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: all .2s;
}

.smyk-setup__tab:hover { border-color: var(--smyk-orange); color: var(--smyk-navy); }

.smyk-setup__tab[aria-selected="true"] {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: var(--smyk-white);
}

.smyk-setup__panel[hidden] { display: none; }

.smyk-setup__panel-heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 28px;
}

.smyk-setup__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
}

.smyk-setup__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 28px;
  position: relative;
}

.smyk-setup__step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 40px;
  width: 2px;
  bottom: 0;
  background: var(--smyk-border);
}

.smyk-setup__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--smyk-orange);
  color: var(--smyk-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
}

.smyk-setup__step-body h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 6px;
  padding-top: 6px;
}

.smyk-setup__step-body p {
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.6;
  margin: 0;
}

.smyk-setup__step-body .smyk-setup__step-code {
  display: inline-block;
  background: var(--smyk-gray-light);
  border: 1px solid var(--smyk-border);
  border-radius: 4px;
  padding: 2px 8px;
  font-family: monospace;
  font-size: 13px;
  color: var(--smyk-navy);
  margin-top: 6px;
}

.smyk-setup__tips {
  margin-top: 40px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: var(--smyk-radius-lg);
  padding: 24px;
}

.smyk-setup__tips h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--smyk-orange);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.smyk-setup__tips ul {
  margin: 0;
  padding-left: 20px;
}

.smyk-setup__tips li {
  font-size: 14px;
  color: var(--smyk-gray);
  line-height: 1.6;
  margin-bottom: 6px;
}

/* --------------------------------------------------------
   29. COMPATIBLE PHONES
   -------------------------------------------------------- */
.smyk-phones {
  padding-block: var(--smyk-section-py);
  background: var(--smyk-white);
}

.smyk-phones__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.smyk-phones__search-wrap {
  position: relative;
  flex: 1;
  max-width: 360px;
}

.smyk-phones__search-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--smyk-gray);
}

.smyk-phones__search {
  width: 100%;
  padding: 10px 14px 10px 42px;
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  font-family: var(--smyk-font);
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
}

.smyk-phones__search:focus { border-color: var(--smyk-orange); }

.smyk-phones__brands {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.smyk-phones__brand {
  padding: 7px 16px;
  background: var(--smyk-white);
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-pill);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: all .2s;
}

.smyk-phones__brand:hover { border-color: var(--smyk-orange); color: var(--smyk-navy); }

.smyk-phones__brand[aria-pressed="true"] {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: var(--smyk-white);
}

.smyk-phones__count {
  font-size: 13px;
  color: var(--smyk-gray);
  margin-bottom: 24px;
}

.smyk-phones__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.smyk-phone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 14px;
  background: var(--smyk-white);
  border: 1.5px solid var(--smyk-border);
  border-radius: var(--smyk-radius-lg);
  text-align: center;
  transition: box-shadow .2s, border-color .2s;
}

.smyk-phone-card:hover {
  box-shadow: var(--smyk-shadow-sm);
  border-color: var(--smyk-orange);
}

.smyk-phone-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-phone-card__icon svg { opacity: .7; }

.smyk-phone-card__model {
  font-size: 13px;
  font-weight: 700;
  color: var(--smyk-navy);
  line-height: 1.3;
}

.smyk-phone-card__brand {
  font-size: 11px;
  color: var(--smyk-gray);
}

.smyk-phone-card__badge {
  background: rgba(255,101,0,.1);
  color: var(--smyk-orange);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--smyk-radius-pill);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.smyk-phones__no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px;
  color: var(--smyk-gray);
  font-size: 15px;
}

.smyk-phones__note {
  margin-top: 40px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #effafa 0%, #f6f7fc 55%, #fdf4ff 100%);
  border-left: 3px solid var(--smyk-purple);
  border-radius: 0 var(--smyk-radius-sm) var(--smyk-radius-sm) 0;
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.6;
}

@media (max-width: 1100px) { .smyk-phones__grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px)  { .smyk-phones__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) {
  .smyk-phones__grid { grid-template-columns: 1fr 1fr; }
  .smyk-phones__controls { flex-direction: column; align-items: flex-start; }
  .smyk-phones__search-wrap { max-width: 100%; }
}

/* --------------------------------------------------------
   22. SIMYAK HEADER
   -------------------------------------------------------- */

/* Outer wrapper + section — fixed transparent header, overlays page content */
#shopify-section-smyk_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  pointer-events: none;
}
#shopify-section-smyk_header > * { pointer-events: auto; }

.smyk-header-section,
.smyk-header,
.smyk-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

/* Push the announcement bar above into normal flow, but keep header fixed */
#shopify-section-smyk_announcement { position: relative; z-index: 99; }

/* ── Inner layout ── */
.smyk-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  height: 80px;
  max-width: 1920px;
  margin: 0 auto;
  gap: 24px;
}

/* ── Logo ── */
.smyk-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 160px;
}

.smyk-header__logo img {
  height: 44px;
  width: auto;
  display: block;
}

/* ── Desktop Navigation ── */
.smyk-header__nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.smyk-header__nav-item {
  position: relative;
}

.smyk-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  font-family: var(--smyk-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--smyk-dark);
  text-decoration: none;
  border-bottom: 2.5px solid transparent;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s, border-color .18s;
}

/* Active / current-page state intentionally NOT styled — links should look
   identical whether or not they point to the current page. Orange is reserved
   for hover only. */
.smyk-header__nav-link.is-active {
  color: var(--smyk-dark);
}

.smyk-header__nav-link:hover,
.smyk-header__nav-link:focus,
.smyk-header__nav-link:focus-visible,
.smyk-header__nav-link.is-active:hover {
  color: var(--smyk-dark);
}

.smyk-header__nav-chevron {
  transition: transform .18s;
}

.has-dropdown:hover .smyk-header__nav-chevron {
  transform: rotate(180deg);
}

/* Dropdown */
.smyk-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--smyk-white);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  min-width: 200px;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s, transform .18s;
  z-index: 10;
}

.has-dropdown:hover .smyk-header__dropdown,
.has-dropdown:focus-within .smyk-header__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.smyk-header__dropdown-link {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--smyk-dark);
  text-decoration: none;
  border-radius: 8px;
  transition: background .15s, color .15s;
}

.smyk-header__dropdown-link:hover {
  background: rgba(255,101,0,.06);
  color: var(--smyk-orange);
}

/* ── Right Actions ── */
.smyk-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* Icon buttons (Search, Cart) */
.smyk-header__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #808080;
  border-radius: 18px;
  color: var(--smyk-dark);
  text-decoration: none;
  position: relative;
  transition: border-color .18s, color .18s;
  background: none;
  cursor: pointer;
}

.smyk-header__action-btn:hover {
  border-color: var(--smyk-orange);
  color: var(--smyk-orange);
}

.smyk-header__cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e11c0a;
  color: #fff;
  font-family: var(--smyk-font);
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Language / Currency pill */
.smyk-header__locale {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  height: 44px;
  border: 1.5px solid #808080;
  border-radius: 18px;
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--smyk-dark);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .18s;
}

.smyk-header__locale:hover {
  border-color: var(--smyk-orange);
}

/* CTA button (Sign in) — solid orange pill */
.smyk-header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  background: var(--smyk-orange);
  color: var(--smyk-white);
  font-family: var(--smyk-font);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 18px;
  white-space: nowrap;
  transition: background .18s, transform .1s;
}

.smyk-header__cta-btn:hover {
  background: #e05800;
  transform: translateY(-1px);
}

/* Hamburger (mobile only) */
.smyk-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 1.5px solid #808080;
  border-radius: 12px;
  cursor: pointer;
  color: var(--smyk-dark);
  padding: 0;
  transition: border-color .18s;
}

.smyk-header__hamburger:hover {
  border-color: var(--smyk-orange);
}

/* ── Mobile Nav Drawer ── */
.smyk-nav-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(320px, 88vw);
  background: var(--smyk-white);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0,0,0,.18);
  overflow-y: auto;
}

.smyk-nav-drawer.is-open {
  transform: translateX(0);
}

.smyk-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.smyk-nav-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.smyk-nav-drawer__inner {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  height: 100%;
  gap: 0;
}

.smyk-nav-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-shrink: 0;
}

.smyk-nav-drawer__close {
  background: none;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  padding: 6px;
  color: var(--smyk-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: border-color .18s;
}

.smyk-nav-drawer__close:hover {
  border-color: var(--smyk-orange);
  color: var(--smyk-orange);
}

.smyk-nav-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.smyk-nav-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  font-family: var(--smyk-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--smyk-dark);
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  transition: color .15s;
}

.smyk-nav-drawer__link.is-active { color: var(--smyk-orange); }
.smyk-nav-drawer__link:hover     { color: var(--smyk-orange); }

.smyk-nav-drawer__footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.smyk-nav-drawer__cart-count {
  font-size: 13px;
  color: var(--smyk-orange);
  font-weight: 700;
}

/* ── Header responsive ── */
@media (max-width: 1200px) {
  .smyk-header__inner { padding: 0 32px; }
  .smyk-header__nav-link { font-size: 14px; padding: 6px 10px; }
}

@media (max-width: 960px) {
  .smyk-header__nav { display: none; }
  .smyk-header__locale { display: none; }
  .smyk-header__hamburger { display: flex; }
  .smyk-header__inner { padding: 0 20px; }
}

@media (max-width: 480px) {
  .smyk-header__inner { padding: 0 14px; height: 64px; }
  .smyk-header__cta-btn { display: none; }
}

/* --------------------------------------------------------
   23. SIMYAK PRODUCT PAGE
   -------------------------------------------------------- */

/* ── Product Hero section ── */
.smyk-product {
  padding-block: 0;
  background: var(--smyk-white);
}

.smyk-product .smyk-container {
  padding-block-start: 32px;
  padding-block-end: 40px;
}

/* Breadcrumb */
.smyk-product__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--smyk-gray);
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.smyk-product__breadcrumb a {
  color: var(--smyk-gray);
  text-decoration: none;
  transition: color .15s;
}

.smyk-product__breadcrumb a:hover { color: var(--smyk-orange); }

.smyk-product__breadcrumb span[aria-current="page"] {
  color: var(--smyk-orange);
  font-weight: 600;
}

/* 2-column layout */
.smyk-product__layout {
  display: grid;
  grid-template-columns: 450fr 700fr;
  gap: 60px;
  align-items: flex-start;
}

/* Product Image */
.smyk-product__image-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f7ff;
  aspect-ratio: 450 / 534;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.smyk-product__image-wrap--placeholder {
  flex-direction: column;
  text-align: center;
  padding: 40px;
  color: var(--smyk-gray);
  font-size: 14px;
}

/* Thumbnail strip */
.smyk-product__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.smyk-product__thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  background: #f0f4ff;
  transition: border-color .18s;
}

.smyk-product__thumb.is-active,
.smyk-product__thumb:hover { border-color: var(--smyk-orange); }

.smyk-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Product Details */
.smyk-product__title {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--smyk-dark);
  margin: 0 0 16px;
  line-height: 1.2;
}

/* Star rating */
.smyk-product__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.smyk-product__stars {
  display: flex;
  gap: 3px;
}

.smyk-product__rating-avg {
  font-size: 14px;
  color: var(--smyk-dark);
  font-weight: 600;
}

.smyk-product__rating-sep {
  color: var(--smyk-gray);
  font-size: 14px;
}

.smyk-product__rating-count {
  font-size: 14px;
  color: var(--smyk-gray);
}

/* Short description */
.smyk-product__desc {
  font-size: 15px;
  color: var(--smyk-gray);
  line-height: 1.7;
  margin: 0 0 28px;
}

/* ── Variant Picker (radio table) ── */
.smyk-variant-picker {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1.5px solid #e0e7ff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
}

.smyk-variant-row {
  display: grid;
  grid-template-columns: 32px 1fr auto auto auto;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f2ff;
  cursor: pointer;
  background: var(--smyk-white);
  transition: background .15s, border-color .15s;
  position: relative;
}

.smyk-variant-row:last-child { border-bottom: none; }

.smyk-variant-row.is-selected {
  background: #fff8f4;
  border: 1.5px solid var(--smyk-orange);
  border-radius: 12px;
  z-index: 1;
}

.smyk-variant-row.is-sold-out {
  opacity: .5;
  cursor: not-allowed;
}

/* Radio circle */
.smyk-variant-row__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.smyk-variant-row__check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #d0d5dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--smyk-white);
  transition: border-color .15s, background .15s;
}

.smyk-variant-row.is-selected .smyk-variant-row__check {
  border-color: var(--smyk-orange);
  background: var(--smyk-orange);
}

.smyk-variant-row:not(.is-selected) .smyk-variant-row__check svg {
  display: none;
}

/* Data size */
.smyk-variant-row__name {
  font-size: 16px;
  font-weight: 700;
  color: var(--smyk-dark);
  white-space: nowrap;
}

/* Days validity */
.smyk-variant-row__days {
  font-size: 14px;
  color: var(--smyk-gray);
  white-space: nowrap;
  text-align: center;
}

/* Price per GB */
.smyk-variant-row__ppgb {
  font-size: 14px;
  color: var(--smyk-dark);
  white-space: nowrap;
  text-align: right;
  min-width: 80px;
}

/* Total price (orange + bold) */
.smyk-variant-row__price {
  font-size: 16px;
  font-weight: 800;
  color: var(--smyk-blue);
  white-space: nowrap;
  text-align: right;
  min-width: 72px;
}

/* Add to cart button */
.smyk-product__add-btn {
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 14px;
}

/* ── Contact bar ── */
.smyk-product__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 14px 20px;
  background: #fff8f4;
  border-radius: 10px;
  font-size: 14px;
  color: var(--smyk-gray);
  flex-wrap: wrap;
}

.smyk-product__contact-link {
  color: var(--smyk-orange);
  font-weight: 600;
  text-decoration: none;
}

.smyk-product__contact-link:hover { text-decoration: underline; }

.smyk-product__contact-sep { color: var(--smyk-gray); }

.smyk-product__contact-label { color: var(--smyk-gray); }

/* ── Coverage Tabs section ── */
.smyk-product-coverage {
  background: var(--smyk-gray-light);
  padding-block: 40px;
}

.smyk-product-coverage__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.smyk-product-coverage__tab-btn {
  padding: 10px 22px;
  font-family: var(--smyk-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--smyk-gray);
  background: var(--smyk-white);
  border: 1.5px solid #e0e0e0;
  border-radius: var(--smyk-radius-pill);
  cursor: pointer;
  transition: border-color .18s, color .18s, background .18s;
  white-space: nowrap;
}

.smyk-product-coverage__tab-btn:hover {
  border-color: var(--smyk-orange);
  color: var(--smyk-orange);
}

.smyk-product-coverage__tab-btn.is-active {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  color: var(--smyk-white);
}

.smyk-product-coverage__panel {
  display: none;
}

.smyk-product-coverage__panel.is-active {
  display: block;
}

/* Countries grid */
.smyk-product-coverage__countries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0;
}

.smyk-product-coverage__country {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--smyk-white);
  border: 1px solid #e8e8e8;
  border-radius: var(--smyk-radius-pill);
  font-size: 13px;
  color: var(--smyk-dark);
  font-weight: 500;
}

.smyk-product-coverage__content {
  font-size: 15px;
  color: var(--smyk-gray);
  line-height: 1.7;
}

/* ── Product Features section ── */
.smyk-product-feats {
  background: var(--smyk-white);
  padding-block: var(--smyk-section-py);
}

.smyk-product-feats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

/* Regular feature card */
.smyk-product-feats__card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  background: var(--smyk-white);
  border: 1.5px solid #e8ecff;
  border-radius: 16px;
  transition: box-shadow .2s, border-color .2s;
}

.smyk-product-feats__card:hover {
  box-shadow: var(--smyk-shadow-md);
  border-color: rgba(255,101,0,.2);
}

/* Featured (orange) card */
.smyk-product-feats__card--featured {
  background: var(--smyk-orange);
  border-color: var(--smyk-orange);
  flex-direction: column;
  gap: 14px;
}

.smyk-product-feats__card--featured:hover {
  background: #e05800;
  border-color: #e05800;
  box-shadow: 0 4px 16px rgba(255,101,0,.3);
}

.smyk-product-feats__featured-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smyk-product-feats__featured-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--smyk-white);
  line-height: 1.5;
  margin: 0;
}

/* Icon container */
.smyk-product-feats__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(1,22,178,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smyk-product-feats__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.smyk-product-feats__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--smyk-dark);
  line-height: 1.4;
  margin: 0;
}

.smyk-product-feats__desc {
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.5;
  margin: 6px 0 0;
}

/* ── Product Page Responsive ── */
@media (max-width: 1024px) {
  .smyk-product__layout { gap: 40px; }
  .smyk-product-feats__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .smyk-product__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .smyk-product__image-wrap { aspect-ratio: 16/9; }
  .smyk-product-feats__grid { grid-template-columns: 1fr; }
  .smyk-variant-row {
    grid-template-columns: 28px 1fr auto auto;
    gap: 10px;
    padding: 14px 14px;
  }
  .smyk-variant-row__ppgb { display: none; }
  .smyk-product__title { font-size: clamp(22px, 5vw, 30px); }
}

@media (max-width: 480px) {
  .smyk-product .smyk-container { padding-block-start: 20px; padding-block-end: 24px; }
  .smyk-variant-row { grid-template-columns: 24px 1fr auto; gap: 8px; padding: 12px; }
  .smyk-variant-row__days { display: none; }
  .smyk-product-coverage__tabs { gap: 8px; }
  .smyk-product-coverage__tab-btn { padding: 8px 14px; font-size: 13px; }
}

/* --------------------------------------------------------
   24. SIMYAK CART
   -------------------------------------------------------- */

/* ── Cart Hero (breadcrumb + heading) ── */
.smyk-cart-hero {
  background: linear-gradient(180deg, #dff4fb 0%, #e8f3ff 60%, #f0f4ff 100%);
  padding-block: 32px 28px;
  border-bottom: 1px solid #e8edf8;
}

.smyk-cart-hero__heading {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: var(--smyk-dark);
  margin: 12px 0 0;
  line-height: 1.15;
}

.smyk-cart-hero__count {
  font-size: 0.6em;
  font-weight: 500;
  color: var(--smyk-gray);
  margin-left: 10px;
}

/* ── Empty cart ── */
.smyk-cart-empty {
  background: var(--smyk-white);
  padding-block: 80px;
}

.smyk-cart-empty__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
}

.smyk-cart-empty__icon { margin-bottom: 8px; }

.smyk-cart-empty__heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--smyk-dark);
  margin: 0;
}

.smyk-cart-empty__sub {
  font-size: 15px;
  color: var(--smyk-gray);
  line-height: 1.65;
  margin: 0 0 12px;
}

/* ── Cart body ── */
.smyk-cart {
  background: var(--smyk-gray-light);
  padding-block: 40px;
}

/* 2-column layout */
.smyk-cart__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: flex-start;
}

/* ── Free shipping bar ── */
.smyk-cart__progress-wrap {
  background: var(--smyk-white);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: 1.5px solid #e8ecff;
}

.smyk-cart__progress-msg {
  font-size: 14px;
  color: var(--smyk-dark);
  margin: 0 0 10px;
  line-height: 1.4;
}

.smyk-cart__progress-msg--reached {
  color: #1a7f37;
}

.smyk-cart__progress-bar {
  height: 8px;
  background: #e8ecff;
  border-radius: 99px;
  overflow: hidden;
}

.smyk-cart__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--smyk-orange), #ff9500);
  border-radius: 99px;
  transition: width .5s ease;
  min-width: 8px;
}

/* ── Table header ── */
.smyk-cart__table-head {
  display: grid;
  grid-template-columns: 92px 1fr 140px 120px 100px 44px;
  gap: 12px;
  padding: 0 16px 12px;
  border-bottom: 2px solid #e0e7ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--smyk-gray);
}

.smyk-cart__col--total,
.smyk-cart__col--qty { text-align: center; }

/* ── Cart rows ── */
.smyk-cart__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.smyk-cart-row {
  display: grid;
  grid-template-columns: 92px 1fr 140px 120px 100px 44px;
  gap: 12px;
  align-items: center;
  padding: 20px 16px;
  background: var(--smyk-white);
  border-radius: 16px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}

.smyk-cart-row:hover { box-shadow: var(--smyk-shadow-md); }

/* Product image */
.smyk-cart-row__image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smyk-cart-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.smyk-cart-row__no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Product info */
.smyk-cart-row__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.smyk-cart-row__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--smyk-dark);
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.smyk-cart-row__title:hover { color: var(--smyk-orange); }

.smyk-cart-row__variant {
  font-size: 12px;
  color: var(--smyk-orange);
  font-weight: 600;
  margin: 0;
}

.smyk-cart-row__plan-name {
  font-size: 12px;
  color: var(--smyk-gray);
  margin: 0;
}

.smyk-cart-row__unit-price {
  font-size: 11px;
  color: var(--smyk-gray);
  margin: 2px 0 0;
}

/* Plan / validity */
.smyk-cart-row__plan { text-align: center; }

.smyk-cart-row__days {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-dark);
  background: #f0f4ff;
  padding: 4px 10px;
  border-radius: var(--smyk-radius-pill);
}

/* Quantity stepper */
.smyk-cart-row__qty { display: flex; justify-content: center; }

.smyk-qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid #e0e7ff;
  border-radius: 10px;
  overflow: hidden;
  background: var(--smyk-white);
}

.smyk-qty-stepper__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--smyk-dark);
  transition: background .15s, color .15s;
  flex-shrink: 0;
}

.smyk-qty-stepper__btn:hover:not(:disabled) {
  background: rgba(255,101,0,.08);
  color: var(--smyk-orange);
}

.smyk-qty-stepper__btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.smyk-qty-stepper__val {
  min-width: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--smyk-dark);
  line-height: 34px;
  border-inline: 1.5px solid #e0e7ff;
  display: block;
}

/* Line total */
.smyk-cart-row__total {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.smyk-cart-row__original-price {
  font-size: 12px;
  color: var(--smyk-gray);
  text-decoration: line-through;
}

.smyk-cart-row__price {
  font-size: 16px;
  font-weight: 800;
  color: var(--smyk-blue);
}

/* Remove button */
.smyk-cart-row__remove { display: flex; justify-content: center; }

.smyk-cart-row__remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  color: var(--smyk-gray);
  transition: border-color .18s, color .18s, background .18s;
}

.smyk-cart-row__remove-btn:hover {
  border-color: #f03;
  color: #f03;
  background: rgba(255,0,51,.05);
}

/* Continue link */
.smyk-cart__continue {
  margin-top: 8px;
  padding-top: 16px;
}

.smyk-cart__continue-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--smyk-gray);
  text-decoration: none;
  transition: color .18s;
}

.smyk-cart__continue-link:hover { color: var(--smyk-orange); }

/* ── Order Summary sidebar ── */
.smyk-cart__summary {
  background: var(--smyk-white);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  position: sticky;
  top: 100px;
}

.smyk-cart__summary-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--smyk-dark);
  margin: 0 0 20px;
}

/* Summary rows */
.smyk-cart__summary-lines {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.smyk-cart__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--smyk-gray);
}

.smyk-cart__summary-row--discount {
  color: #1a7f37;
  font-weight: 600;
}

.smyk-cart__summary-row--discount svg {
  flex-shrink: 0;
  margin-right: 4px;
}

.smyk-cart__summary-row--discount span:first-child {
  display: flex;
  align-items: center;
  gap: 4px;
}

.smyk-cart__summary-row--tax {
  font-size: 12px;
  color: var(--smyk-gray);
}

.smyk-cart__shipping-label {
  font-size: 13px;
  color: var(--smyk-gray);
}

.smyk-cart__free-tag {
  background: rgba(26,127,55,.1);
  color: #1a7f37;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--smyk-radius-pill);
}

.smyk-cart__summary-divider {
  height: 1px;
  background: #e8edf8;
  margin: 16px 0;
}

.smyk-cart__summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 800;
  color: var(--smyk-dark);
  margin-bottom: 4px;
}

.smyk-cart__summary-total #smyk-total {
  color: var(--smyk-orange);
}

.smyk-cart__summary-tax-note {
  font-size: 12px;
  color: var(--smyk-gray);
  margin: 0 0 20px;
}

/* Discount input */
.smyk-cart__coupon {
  margin-bottom: 20px;
}

.smyk-cart__coupon-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-dark);
  margin: 0 0 8px;
}

.smyk-cart__coupon-row {
  display: flex;
  gap: 8px;
}

.smyk-cart__coupon-input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1.5px solid #d0d5dd;
  border-radius: 10px;
  font-family: var(--smyk-font);
  font-size: 14px;
  color: var(--smyk-dark);
  background: var(--smyk-white);
  transition: border-color .18s;
  outline: none;
}

.smyk-cart__coupon-input:focus {
  border-color: var(--smyk-orange);
}

.smyk-cart__coupon-btn {
  height: 42px;
  padding: 0 16px;
  background: var(--smyk-dark);
  color: var(--smyk-white);
  border: none;
  border-radius: 10px;
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s;
}

.smyk-cart__coupon-btn:hover { background: var(--smyk-orange); }

.smyk-cart__coupon-msg {
  font-size: 12px;
  margin: 6px 0 0;
  min-height: 18px;
}

.smyk-cart__coupon-msg--info    { color: var(--smyk-gray); }
.smyk-cart__coupon-msg--success { color: #1a7f37; }
.smyk-cart__coupon-msg--error   { color: #c0392b; }

/* Checkout button */
.smyk-cart__checkout-btn {
  width: 100%;
  height: 52px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 14px;
  gap: 10px;
  margin-bottom: 20px;
}

/* Trust strip */
.smyk-cart__trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding: 16px;
  background: var(--smyk-gray-light);
  border-radius: 12px;
}

.smyk-cart__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--smyk-dark);
  font-weight: 500;
}

.smyk-cart__trust-item svg {
  color: var(--smyk-orange);
  flex-shrink: 0;
}

/* Payment icons */
.smyk-cart__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.smyk-cart__payments img {
  height: 24px;
  width: auto;
  border-radius: 4px;
  opacity: .8;
  display: block;
}

/* ── Loading overlay ── */
.smyk-cart__overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  backdrop-filter: blur(2px);
}

.smyk-cart__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.smyk-cart__spinner svg {
  animation: smyk-spin 0.85s linear infinite;
}

@keyframes smyk-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ── Cart Responsive ── */
@media (max-width: 1100px) {
  .smyk-cart__layout { grid-template-columns: 1fr 340px; gap: 24px; }
  .smyk-cart__table-head,
  .smyk-cart-row { grid-template-columns: 80px 1fr 120px 100px 90px 40px; }
}

@media (max-width: 900px) {
  .smyk-cart__layout { grid-template-columns: 1fr; }
  .smyk-cart__summary { position: static; }
  .smyk-cart__table-head { display: none; }
  .smyk-cart-row {
    grid-template-columns: 72px 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px 12px;
    padding: 16px;
  }
  .smyk-cart-row__image { grid-row: span 2; width: 72px; height: 72px; }
  .smyk-cart-row__plan  { display: none; }
  .smyk-cart-row__remove { grid-column: 3; grid-row: 1; }
  .smyk-cart-row__qty   { grid-column: 2; grid-row: 2; justify-content: flex-start; }
  .smyk-cart-row__total { grid-column: 3; grid-row: 2; text-align: right; align-items: flex-end; }
}

@media (max-width: 520px) {
  .smyk-cart-hero { padding-block: 20px 16px; }
  .smyk-cart { padding-block: 20px; }
  .smyk-cart__summary { padding: 20px 16px; }
  .smyk-cart-row { padding: 14px; gap: 8px 10px; }
  .smyk-cart__checkout-btn { height: 48px; font-size: 16px; }
}

/* --------------------------------------------------------
   25. SIMYAK REVIEWS PAGE
   -------------------------------------------------------- */

/* ── Hero ── */
.smyk-rv-hero {
  background: linear-gradient(160deg, #0d1b2e 0%, #162440 50%, #101828 100%);
  padding-block: 56px 48px;
  position: relative;
  overflow: hidden;
}

.smyk-rv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255,101,0,.08) 0%, transparent 70%);
  pointer-events: none;
}

.smyk-rv-hero__inner {
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  gap: 48px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.smyk-rv-hero__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.55);
  margin: 0 0 12px;
}

.smyk-rv-hero__big-num {
  font-size: 72px;
  font-weight: 900;
  color: var(--smyk-white);
  line-height: 1;
  margin-bottom: 10px;
}

.smyk-rv-hero__stars { display: flex; gap: 3px; margin-bottom: 12px; }

.smyk-rv-hero__count { font-size: 13px; color: rgba(255,255,255,.6); margin: 0; }
.smyk-rv-hero__count strong { color: var(--smyk-white); }

/* Breakdown bars */
.smyk-rv-hero__bars { display: flex; flex-direction: column; gap: 10px; padding-top: 8px; }

.smyk-rv-bar {
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  align-items: center;
  gap: 10px;
}

.smyk-rv-bar__label {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: rgba(255,255,255,.75);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  transition: color .15s;
  white-space: nowrap;
}
.smyk-rv-bar__label:hover { color: var(--smyk-white); }

.smyk-rv-bar__track {
  height: 8px;
  background: rgba(255,255,255,.12);
  border-radius: 99px;
  overflow: hidden;
}

.smyk-rv-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--smyk-orange), #ff9500);
  border-radius: 99px;
  transition: width .6s ease;
  min-width: 4px;
}

.smyk-rv-bar__count { font-size: 12px; color: rgba(255,255,255,.5); text-align: right; }

/* Platform badges */
.smyk-rv-hero__platforms { display: flex; flex-direction: column; gap: 12px; }

.smyk-rv-hero__platforms-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.4);
  margin: 0;
}

.smyk-rv-platform {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smyk-rv-platform__name { font-size: 13px; font-weight: 700; color: var(--smyk-white); }

.smyk-rv-platform__score {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--smyk-white);
  font-weight: 700;
}

.smyk-rv-platform__score span { font-weight: 400; color: rgba(255,255,255,.5); font-size: 12px; }
.smyk-rv-platform__reviews { font-size: 11px; color: rgba(255,255,255,.45); margin: 0; }

.smyk-rv-write-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255,101,0,.15);
  border: 1.5px solid var(--smyk-orange);
  border-radius: 12px;
  color: var(--smyk-orange);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  transition: background .18s, color .18s;
}
.smyk-rv-write-btn:hover { background: var(--smyk-orange); color: var(--smyk-white); }

/* Stats strip */
.smyk-rv-hero__stats {
  display: flex;
  gap: 0;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
  position: relative;
  z-index: 1;
}

.smyk-rv-hero__stat {
  flex: 1;
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.smyk-rv-hero__stat:last-child { border-right: none; }

.smyk-rv-hero__stat-num {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: var(--smyk-orange);
  line-height: 1;
  margin-bottom: 6px;
}

.smyk-rv-hero__stat-label { font-size: 12px; color: rgba(255,255,255,.55); font-weight: 500; }

/* ── Filter Bar ── */
.smyk-rv-filter-bar {
  background: var(--smyk-white);
  border-bottom: 1px solid #e8edf8;
  position: sticky;
  top: 80px;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.smyk-rv-filter-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
  gap: 16px;
  flex-wrap: wrap;
}

.smyk-rv-filter-bar__chips { display: flex; gap: 8px; flex-wrap: wrap; }

.smyk-rv-chip {
  padding: 7px 16px;
  border: 1.5px solid #e0e7ff;
  border-radius: var(--smyk-radius-pill);
  background: var(--smyk-white);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  white-space: nowrap;
}
.smyk-rv-chip:hover { border-color: var(--smyk-orange); color: var(--smyk-orange); }
.smyk-rv-chip.is-active { background: var(--smyk-orange); border-color: var(--smyk-orange); color: var(--smyk-white); }

.smyk-rv-filter-bar__right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }

.smyk-rv-filter-bar__showing { font-size: 13px; color: var(--smyk-gray); white-space: nowrap; }
.smyk-rv-filter-bar__showing strong { color: var(--smyk-dark); }

.smyk-rv-sort__select {
  height: 38px;
  padding: 0 12px;
  border: 1.5px solid #d0d5dd;
  border-radius: 10px;
  font-family: var(--smyk-font);
  font-size: 13px;
  color: var(--smyk-dark);
  background: var(--smyk-white);
  cursor: pointer;
  outline: none;
  transition: border-color .15s;
}
.smyk-rv-sort__select:focus { border-color: var(--smyk-orange); }

/* ── Reviews body ── */
.smyk-rv-body { background: var(--smyk-gray-light); padding-block: 48px; }

/* ── Featured review ── */
.smyk-rv-featured {
  background: linear-gradient(135deg, var(--smyk-orange) 0%, #e05000 100%);
  border-radius: 24px;
  padding: 40px 44px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.smyk-rv-featured::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  pointer-events: none;
}

.smyk-rv-featured__quote { position: absolute; top: 28px; right: 44px; opacity: .25; }
.smyk-rv-featured__stars { display: flex; gap: 4px; margin-bottom: 16px; position: relative; z-index: 1; }

.smyk-rv-featured__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--smyk-white);
  margin: 0 0 14px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

.smyk-rv-featured__text {
  font-size: 16px;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
  margin: 0 0 28px;
  font-style: normal;
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.smyk-rv-featured__author { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }

.smyk-rv-featured__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid rgba(255,255,255,.4);
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.smyk-rv-featured__avatar img { width: 100%; height: 100%; object-fit: cover; }

.smyk-rv-featured__author-info { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.smyk-rv-featured__author-name { font-size: 15px; font-weight: 700; color: var(--smyk-white); }
.smyk-rv-featured__destination { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: rgba(255,255,255,.75); }
.smyk-rv-featured__date { font-size: 12px; color: rgba(255,255,255,.55); }

.smyk-rv-featured__verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.2);
  color: var(--smyk-white);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--smyk-radius-pill);
}

/* ── Review card grid ── */
.smyk-rv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

/* ── Individual card ── */
.smyk-rv-card {
  background: var(--smyk-white);
  border-radius: 18px;
  padding: 24px;
  border: 1.5px solid #eef0fa;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s, transform .2s, opacity .4s, border-color .2s;
  opacity: 0;
  transform: translateY(16px);
}
.smyk-rv-card.is-visible { opacity: 1; transform: translateY(0); }
.smyk-rv-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.10); border-color: rgba(255,101,0,.2); }

.smyk-rv-card__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.smyk-rv-card__stars { display: flex; gap: 2px; }

.smyk-rv-card__meta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.smyk-rv-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(26,127,55,.1);
  color: #1a7f37;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--smyk-radius-pill);
}

.smyk-rv-card__date { font-size: 12px; color: var(--smyk-gray); }

.smyk-rv-card__title { font-size: 15px; font-weight: 700; color: var(--smyk-dark); margin: 0; line-height: 1.3; }

.smyk-rv-card__body.is-truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.smyk-rv-card__text { font-size: 14px; color: var(--smyk-gray); line-height: 1.65; margin: 0; }

.smyk-rv-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: var(--smyk-orange);
  font-family: var(--smyk-font);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: -4px;
}

.smyk-rv-card__destination {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--smyk-orange);
  background: rgba(255,101,0,.08);
  padding: 4px 10px;
  border-radius: var(--smyk-radius-pill);
  align-self: flex-start;
}

.smyk-rv-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f0f2fa;
}

.smyk-rv-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smyk-rv-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

.smyk-rv-card__initials { font-size: 16px; font-weight: 800; color: var(--smyk-white); line-height: 1; }

.smyk-rv-card__author-info { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.smyk-rv-card__name { font-size: 13px; font-weight: 700; color: var(--smyk-dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smyk-rv-card__location { font-size: 11px; color: var(--smyk-gray); }
.smyk-rv-card__platform { font-size: 11px; color: var(--smyk-gray); background: var(--smyk-gray-light); padding: 3px 8px; border-radius: 6px; white-space: nowrap; flex-shrink: 0; }

.smyk-rv-card__helpful { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--smyk-gray); padding-top: 8px; }

.smyk-rv-card__helpful-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: var(--smyk-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--smyk-gray);
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.smyk-rv-card__helpful-btn:hover { border-color: var(--smyk-orange); color: var(--smyk-orange); }
.smyk-rv-card__helpful-btn.is-voted { background: rgba(255,101,0,.08); border-color: var(--smyk-orange); color: var(--smyk-orange); cursor: default; }

.smyk-rv-no-results {
  text-align: center;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  grid-column: 1 / -1;
}
.smyk-rv-no-results p { font-size: 15px; color: var(--smyk-gray); }
.smyk-rv-reset-filter { background: none; border: none; color: var(--smyk-orange); font-family: var(--smyk-font); font-weight: 700; cursor: pointer; text-decoration: underline; padding: 0; }

/* ── Write-a-review CTA ── */
.smyk-rv-cta { background: linear-gradient(135deg, var(--smyk-navy) 0%, #1e3558 100%); padding-block: 64px; }

.smyk-rv-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

.smyk-rv-cta__heading { font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--smyk-white); margin: 0; }
.smyk-rv-cta__sub { font-size: 16px; color: rgba(255,255,255,.65); margin: 8px 0 0; }

.smyk-rv-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

.smyk-btn--outline-white { background: transparent; border: 2px solid rgba(255,255,255,.4); color: var(--smyk-white); }
.smyk-btn--outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--smyk-white); }

/* ── Reviews Page Responsive ── */
@media (max-width: 1100px) {
  .smyk-rv-hero__inner { grid-template-columns: 180px 1fr 220px; gap: 32px; }
  .smyk-rv-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .smyk-rv-hero__inner { grid-template-columns: 1fr 1fr; }
  .smyk-rv-hero__platforms { grid-column: span 2; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
  .smyk-rv-hero__big-num { font-size: 56px; }
  .smyk-rv-hero__stats { gap: 0; }
  .smyk-rv-hero__stat-num { font-size: 22px; }
}

@media (max-width: 640px) {
  .smyk-rv-hero { padding-block: 36px 32px; }
  .smyk-rv-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .smyk-rv-hero__platforms { grid-column: span 1; }
  .smyk-rv-hero__stats { flex-direction: column; gap: 16px; }
  .smyk-rv-hero__stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 12px 0; }
  .smyk-rv-hero__stat:last-child { border-bottom: none; }
  .smyk-rv-filter-bar { top: 64px; }
  .smyk-rv-filter-bar__inner { padding-block: 10px; gap: 10px; }
  .smyk-rv-filter-bar__right { width: 100%; justify-content: space-between; }
  .smyk-rv-grid { grid-template-columns: 1fr; }
  .smyk-rv-featured { padding: 28px 24px; }
  .smyk-rv-featured__title { font-size: 18px; }
  .smyk-rv-cta__inner { flex-direction: column; align-items: flex-start; }
}

/* --------------------------------------------------------
   30. SIMYAK PAGE BODY (default page content)
   -------------------------------------------------------- */
.smyk-page-body {
  padding-block: 60px;
  background: var(--smyk-white);
}

.smyk-page-body__inner {
  max-width: 820px;
  margin: 0 auto;
}

.smyk-page-body__content.rte {
  font-family: var(--smyk-font);
  font-size: 16px;
  line-height: 1.8;
  color: var(--smyk-dark);
}

.smyk-page-body__content.rte h1,
.smyk-page-body__content.rte h2,
.smyk-page-body__content.rte h3,
.smyk-page-body__content.rte h4 {
  font-family: var(--smyk-font);
  font-weight: 700;
  color: var(--smyk-dark);
  margin-top: 32px;
  margin-bottom: 12px;
}

.smyk-page-body__content.rte h2 { font-size: 28px; }
.smyk-page-body__content.rte h3 { font-size: 22px; }
.smyk-page-body__content.rte h4 { font-size: 18px; }

.smyk-page-body__content.rte p {
  margin-bottom: 16px;
}

.smyk-page-body__content.rte a {
  color: var(--smyk-orange);
  text-decoration: underline;
}

.smyk-page-body__content.rte a:hover {
  text-decoration: none;
}

.smyk-page-body__content.rte ul,
.smyk-page-body__content.rte ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.smyk-page-body__content.rte li {
  margin-bottom: 6px;
}

.smyk-page-body__content.rte img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

.smyk-page-body__empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--smyk-gray);
  font-size: 15px;
}

@media (max-width: 767px) {
  .smyk-page-body { padding-block: 40px; }
  .smyk-page-body__content.rte h2 { font-size: 22px; }
}

/* --------------------------------------------------------
   SHARED BUTTON SYSTEM  (.smyk-btn)
   -------------------------------------------------------- */
.smyk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: var(--smyk-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  border-radius: var(--smyk-radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s, opacity .2s;
  white-space: nowrap;
}

.smyk-btn--orange {
  background: var(--smyk-orange);
  color: var(--smyk-white);
  border-color: var(--smyk-orange);
}
.smyk-btn--orange:hover {
  background: var(--smyk-orange-hover);
  border-color: var(--smyk-orange-hover);
  color: var(--smyk-white);
}

.smyk-btn--outline-dark {
  background: transparent;
  color: var(--smyk-navy);
  border-color: var(--smyk-navy);
}
.smyk-btn--outline-dark:hover {
  background: var(--smyk-navy);
  color: var(--smyk-white);
}

.smyk-btn--lg {
  padding: 14px 36px;
  font-size: 17px;
}

/* --------------------------------------------------------
   ABOUT HERO — missing helpers
   -------------------------------------------------------- */
.smyk-about-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smyk-about-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smyk-about-hero__visual img {
  width: 100%;
  height: auto;
  max-width: 520px;
  object-fit: contain;
}

.smyk-about-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}

/* Alias: about offer icon (HTML uses __card-icon, CSS had __icon) */
.smyk-about-offer__card-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,101,0,.1);
  border-radius: var(--smyk-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.smyk-about-offer__card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Alias: about offer title/desc (HTML uses __card-title/__card-desc) */
.smyk-about-offer__card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--smyk-navy);
  margin: 0 0 8px;
  text-align: center;
}
.smyk-about-offer__card-desc {
  font-size: 13px;
  color: var(--smyk-gray);
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

/* --------------------------------------------------------
   FAQ PAGE — no-results helper
   -------------------------------------------------------- */
.smyk-faq-pg__no-results {
  text-align: center;
  padding: 32px;
  color: var(--smyk-gray);
  font-size: 15px;
}

/* --------------------------------------------------------
   PAGE HERO — responsive
   -------------------------------------------------------- */
@media (max-width: 767px) {
  .smyk-about-hero__inner { grid-template-columns: 1fr; }
  .smyk-about-hero__visual { order: -1; }
  .smyk-about-offer__grid { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════════════════════════════
   CONTACT PAGE REDESIGN — Hostelworld-inspired (13 May 2026)
   ────────────────────────────────────────────────────────────
   Pure CSS layer over the existing .smyk-contact__* markup.
   - Both columns sit inside soft gray rounded cards
   - Bold black labels above each field
   - White inputs with thicker dark borders
   - Cleaner orange rounded submit button
   - Section breathing space tightened
   No markup or content changes — see sections/simyak-contact.liquid.
   ════════════════════════════════════════════════════════════ */

/* Card wrappers — left form column + right info column */
.smyk-contact__form-col,
.smyk-contact__info-col {
  background: #f3f4f6;
  border-radius: 18px;
  padding: 32px 32px 28px;
}

.smyk-contact { background: #fff; }
.smyk-contact__inner { gap: 32px; }

/* Form header — slimmer, no orange icon background */
.smyk-contact__form-header { margin-bottom: 22px; }
.smyk-contact__form-icon {
  background: transparent !important;
  width: auto !important;
  min-width: 0 !important;
  display: none;
}
.smyk-contact__form-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
}
.smyk-contact__form-sub {
  font-size: 14px !important;
  color: #4b5563 !important;
}

/* Labels — bigger, bolder, near-black */
.smyk-contact__label {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0a1628 !important;
  margin-bottom: 8px !important;
}

/* Inputs + textarea — white card on gray bg, dark thick border */
.smyk-contact__input,
.smyk-contact__textarea {
  background: #fff !important;
  border: 2px solid #0a1628 !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  color: #0a1628 !important;
  box-shadow: none !important;
}
.smyk-contact__input::placeholder,
.smyk-contact__textarea::placeholder { color: #9ca3af !important; }
.smyk-contact__input:focus,
.smyk-contact__textarea:focus {
  border-color: #ff6500 !important;
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.12) !important;
}
.smyk-contact__textarea { min-height: 140px !important; }

/* Subject chips — outlined, dark border when inactive */
.smyk-contact__chip {
  border: 2px solid #0a1628 !important;
  background: #fff !important;
  color: #0a1628 !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
}
.smyk-contact__chip:hover {
  background: #0a1628 !important;
  color: #fff !important;
  border-color: #0a1628 !important;
}
.smyk-contact__chip--active,
.smyk-contact__chip[aria-pressed="true"] {
  background: #ff6500 !important;
  color: #fff !important;
  border-color: #ff6500 !important;
}

/* Newsletter checkbox row */
.smyk-contact__check-label { color: #4b5563 !important; font-size: 14px !important; }
.smyk-contact__check-custom {
  border: 2px solid #0a1628 !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 6px !important;
}

/* Submit button — orange rounded rectangle (not pill) */
.smyk-contact__submit {
  background: #ff6500 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 14px !important;
  padding: 16px 28px !important;
  box-shadow: 0 8px 22px -8px rgba(255, 101, 0, 0.55) !important;
  width: auto !important;
  min-width: 220px !important;
}
.smyk-contact__submit:hover {
  background: #e05800 !important;
  transform: translateY(-1px);
}

/* "Haven't heard back?" collapsible — sits inside the form card now */
.smyk-contact__no-reply {
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  margin-top: 24px !important;
}
.smyk-contact__no-reply-trigger {
  background: #fff !important;
  font-size: 14px !important;
  color: #0a1628 !important;
}
.smyk-contact__no-reply-trigger:hover { background: #f9fafb !important; }

/* Info column — title bigger, sub muted */
.smyk-contact__info-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
}
.smyk-contact__info-sub { font-size: 14px !important; color: #4b5563 !important; }

/* Info cards — white on gray, no orange icon tint, cleaner */
.smyk-contact__card {
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
}
.smyk-contact__card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06) !important;
}
.smyk-contact__card-icon {
  background: #fff5ee !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
}
.smyk-contact__card-label {
  font-size: 11px !important;
  color: #6b7280 !important;
  letter-spacing: 0.08em !important;
}
.smyk-contact__card-value { font-size: 14px !important; color: #0a1628 !important; }

/* Trust list — cleaner, no peach gradient */
.smyk-contact__trust {
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 14px !important;
}
.smyk-contact__trust-title { color: #0a1628 !important; }
.smyk-contact__trust-list li { color: #0a1628 !important; font-weight: 500 !important; }

/* Responsive: stack columns earlier and remove extra inner padding on mobile */
@media (max-width: 960px) {
  .smyk-contact__form-col,
  .smyk-contact__info-col {
    padding: 24px 22px;
  }
}
@media (max-width: 600px) {
  .smyk-contact__form-col,
  .smyk-contact__info-col {
    padding: 20px 18px;
    border-radius: 14px;
  }
  .smyk-contact__submit { width: 100% !important; }
}

/* ════════════════════════════════════════════════════════════
   CONTACT PAGE — single-column centred layout (13 May 2026)
   ────────────────────────────────────────────────────────────
   Info column removed from markup. Form card centred on the page.
   Trust list moved beneath the form as its own full-width card.
   ════════════════════════════════════════════════════════════ */

.smyk-contact__inner {
  display: block !important;
  max-width: 760px;
  margin-inline: auto;
}

.smyk-contact__form-col {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 24px;
}

/* Trust list — full-width gray card matching the form column */
.smyk-contact__trust {
  width: 100%;
  background: #f3f4f6 !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 28px 32px !important;
  margin-inline: auto;
  text-align: left;
}
.smyk-contact__trust-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin: 0 0 16px !important;
}
.smyk-contact__trust-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px !important;
}
.smyk-contact__trust-list li {
  font-size: 14px !important;
  color: #0a1628 !important;
}

@media (max-width: 600px) {
  .smyk-contact__trust { padding: 22px 20px !important; border-radius: 14px !important; }
  .smyk-contact__trust-list { grid-template-columns: 1fr !important; gap: 10px !important; }
}

/* ════════════════════════════════════════════════════════════
   CONTACT — Hostelworld layout fidelity pass (13 May 2026)
   ────────────────────────────────────────────────────────────
   Push closer to the reference image:
   - Stack name + email vertically (no 2-col row)
   - Submit button auto-width, left-aligned, smaller pill
   - Tighter field gaps
   - Help text under textarea
   ════════════════════════════════════════════════════════════ */

/* Stack the name/email pair vertically */
.smyk-contact__field-row {
  display: block !important;
}
.smyk-contact__field-row .smyk-contact__field {
  margin-bottom: 18px !important;
}

/* Each field has consistent rhythm */
.smyk-contact__field {
  margin-bottom: 20px !important;
}

/* Slightly larger spacing between label and input */
.smyk-contact__label {
  margin-bottom: 10px !important;
}

/* Subject chips — tighter pill row, no border so it reads as filters */
.smyk-contact__chips {
  gap: 8px !important;
  margin-top: 4px !important;
}

/* Help-text style underneath textarea (rendered via ::after pseudo) */
.smyk-contact__textarea {
  margin-bottom: 6px !important;
}
.smyk-contact__field:has(.smyk-contact__textarea)::after {
  content: 'Please enter the details of your request. A member of our support team will respond as soon as possible. Please do not include passwords or payment details in this form.';
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
  line-height: 1.5;
}

/* Submit button — auto width, left-aligned (not full width) */
.smyk-contact__submit {
  width: auto !important;
  min-width: 0 !important;
  padding: 14px 32px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  box-shadow: 0 6px 16px -6px rgba(255, 101, 0, 0.45) !important;
  margin-top: 6px !important;
}

/* Newsletter row tighter */
.smyk-contact__check-row {
  margin: 4px 0 18px !important;
}

@media (max-width: 600px) {
  .smyk-contact__submit { width: 100% !important; }
}

/* ════════════════════════════════════════════════════════════
   CONTACT — width cap (13 May 2026)
   ────────────────────────────────────────────────────────────
   .smyk-contact__inner shares a div with .smyk-container, whose
   max-width is winning the cascade. Force a tighter cap and add
   side padding so the gray card breathes from viewport edges.
   ════════════════════════════════════════════════════════════ */

.smyk-contact { padding-inline: 16px !important; }

.smyk-contact .smyk-contact__inner,
.smyk-container.smyk-contact__inner {
  max-width: 720px !important;
  width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

/* Trust card slightly narrower than the form card looks unbalanced —
   keep them the same width. */
.smyk-contact__trust {
  max-width: 720px !important;
  margin-inline: auto !important;
}

/* ════════════════════════════════════════════════════════════
   CONTACT — softened borders + purple focus (13 May 2026)
   ────────────────────────────────────────────────────────────
   Replace the heavy near-black input borders with neutral gray.
   Focus state switches to brand purple #6b2fb3 with a soft halo.
   ════════════════════════════════════════════════════════════ */

/* Inputs + textarea: neutral gray border in resting state */
.smyk-contact__input,
.smyk-contact__textarea {
  border: 1.5px solid #e5e7eb !important;
}
.smyk-contact__input:hover,
.smyk-contact__textarea:hover {
  border-color: #d1d5db !important;
}
.smyk-contact__input:focus,
.smyk-contact__textarea:focus {
  border-color: #6b2fb3 !important;
  box-shadow: 0 0 0 4px rgba(107, 47, 179, 0.14) !important;
}

/* Subject chips: light gray border in resting state */
.smyk-contact__chip {
  border: 1.5px solid #e5e7eb !important;
  color: #4b5563 !important;
}
.smyk-contact__chip:hover {
  border-color: #6b2fb3 !important;
  background: rgba(107, 47, 179, 0.06) !important;
  color: #6b2fb3 !important;
}
.smyk-contact__chip--active,
.smyk-contact__chip[aria-pressed="true"] {
  background: #6b2fb3 !important;
  border-color: #6b2fb3 !important;
  color: #fff !important;
}

/* Newsletter checkbox: light gray border */
.smyk-contact__check-custom {
  border: 1.5px solid #e5e7eb !important;
}
.smyk-contact__checkbox:checked + .smyk-contact__check-custom {
  background: #6b2fb3 !important;
  border-color: #6b2fb3 !important;
}
.smyk-contact__checkbox:focus-visible + .smyk-contact__check-custom {
  box-shadow: 0 0 0 4px rgba(107, 47, 179, 0.14) !important;
}

/* ════════════════════════════════════════════════════════════
   CONTACT — accent recolor (13 May 2026)
   ────────────────────────────────────────────────────────────
   Required-field asterisk + (via SVG markup) trust checkmarks
   now use teal #8dd9d2 instead of brand orange.
   ════════════════════════════════════════════════════════════ */

/* Required-field asterisk after labels (e.g. "Full Name *") */
.smyk-contact__label span[aria-hidden="true"] {
  color: #8dd9d2 !important;
}


/* ════════════════════════════════════════════════════════════
   CONTACT — focus color orange (16 May 2026)
   ════════════════════════════════════════════════════════════ */
.smyk-contact__input:focus,
.smyk-contact__textarea:focus {
  border-color: var(--smyk-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.18) !important;
}
.smyk-contact__chip:hover {
  border-color: var(--smyk-orange) !important;
  background: rgba(255, 101, 0, 0.10) !important;
  color: var(--smyk-orange) !important;
}
.smyk-contact__chip--active,
.smyk-contact__chip[aria-pressed="true"] {
  background: var(--smyk-orange) !important;
  border-color: var(--smyk-orange) !important;
  color: #fff !important;
}
.smyk-contact__checkbox:checked + .smyk-contact__check-custom {
  background: var(--smyk-orange) !important;
  border-color: var(--smyk-orange) !important;
}
.smyk-contact__checkbox:checked + .smyk-contact__check-custom::after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}
.smyk-contact__checkbox:focus-visible + .smyk-contact__check-custom {
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.20) !important;
}


/* ════════════════════════════════════════════════════════════
   FOOTER — underline hover on column links (15 May 2026)
   ════════════════════════════════════════════════════════════ */
.smyk-footer__col-links a {
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.smyk-footer__col-links a:hover,
.smyk-footer__col-links a:focus-visible {
  text-decoration: underline;
}

/* ════════════════════════════════════════════════════════════
   FOOTER — remove orange hover on social badges (15 May 2026)
   ────────────────────────────────────────────────────────────
   Drop the orange fill/border on hover. Keep a subtle white-alpha
   lift so the badge still reacts to the cursor.
   ════════════════════════════════════════════════════════════ */
.smyk-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: var(--smyk-white) !important;
}


/* ════════════════════════════════════════════════════════════
   FOOTER — payment_type_svg_tag inline SVG sizing (15 May 2026)
   ────────────────────────────────────────────────────────────
   When using Shopify's payment_type_svg_tag filter, the SVG is
   inlined inside our .smyk-footer__payment-icon span. Strip the
   default chip background/border and let the brand-coloured
   SVG itself be the visible element.
   ════════════════════════════════════════════════════════════ */

.smyk-footer__payments {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.smyk-footer__payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: auto;
  max-width: none;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.smyk-footer__payment-icon .smyk-footer__payment-svg,
.smyk-footer__payment-icon svg {
  display: block;
  height: 24px;
  width: auto;
}

/* ════════════════════════════════════════════════════════════
   PALETTE LOCK-DOWN (16 May 2026)
   ────────────────────────────────────────────────────────────
   Orange = brand + CTAs only.
   Decorative orange (eyebrows, breadcrumb current page, nav hover,
   card title hover, link accents) → purple #6b2fb0.
   ════════════════════════════════════════════════════════════ */

/* Header nav — active + hover */
.smyk-nav__link--active,
.smyk-nav__link:hover {
  color: var(--smyk-purple) !important;
  border-block-end-color: var(--smyk-purple) !important;
}

/* Page hero (regular pages) — eyebrow + breadcrumb current page + hover */
.smyk-page-hero__eyebrow {
  color: var(--smyk-purple) !important;
}
.smyk-page-hero__breadcrumb span[aria-current="page"] {
  color: var(--smyk-purple) !important;
}
.smyk-page-hero__breadcrumb a:hover {
  color: var(--smyk-purple) !important;
}

/* Card title hovers */
.smyk-blog-card__title a:hover,
.smyk-blog-card__title:hover,
.smyk-bl-card__title a:hover,
.smyk-bl-hero__title a:hover {
  color: var(--smyk-purple) !important;
}

/* Read-more / link-style accents */
.smyk-bl-hero__read-more {
  color: var(--smyk-purple) !important;
}
.smyk-bl-hero__read-more:hover {
  color: var(--smyk-purple-hover) !important;
}

/* Help center / shop toggle hovers */
.smyk-help__cat-links a:hover,
.smyk-shop-toggle__btn:hover {
  color: var(--smyk-purple) !important;
}

/* Inline focus borders on inputs — keep brand orange on focus only for
   primary CTAs; switch non-CTA inputs (search bars, faq, help) to purple. */
.smyk-faq-pg__search:focus,
.smyk-help__search:focus {
  border-color: var(--smyk-purple) !important;
}

/* Contact form already uses teal #8dd9d2 via its later override — leave it. */

/* ════════════════════════════════════════════════════════════
   TOGGLE / TAB PILLS — purple selection (16 May 2026)
   ────────────────────────────────────────────────────────────
   eSIM Setup tabs (iPhone / Android / Other), FAQ category
   pills, and any sibling toggle row use #6b2fb0 for the
   selected state instead of brand orange.
   ════════════════════════════════════════════════════════════ */

/* .smyk-setup__tab — reverted to original orange (17 May 2026).
   Original rules in this stylesheet at lines ~4791 + 4793. */

.smyk-faq-pg__tab:hover,
.smyk-faq-pg__tab[aria-selected="true"],
.smyk-faq-pg__tab.is-active {
  background: var(--smyk-purple) !important;
  border-color: var(--smyk-purple) !important;
  color: var(--smyk-white) !important;
}

/* Shop toggle (Countries / Regions / All) — same pill pattern */
.smyk-shop-toggle__btn.is-active,
.smyk-shop-toggle__btn[aria-selected="true"] {
  background: var(--smyk-purple) !important;
  border-color: var(--smyk-purple) !important;
  color: var(--smyk-white) !important;
}
.smyk-shop-toggle__btn:hover:not(.is-active):not([aria-selected="true"]) {
  color: var(--smyk-purple) !important;
}

/* Generic .is-active pill chip patterns used across the theme
   (covers product coverage tabs, reviews chips, etc.) */
.smyk-product-coverage__tab-btn.is-active,
.smyk-rv-chip.is-active {
  background: var(--smyk-purple) !important;
  border-color: var(--smyk-purple) !important;
  color: var(--smyk-white) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   UNIFIED CARD STYLE — Hostelworld outlined (applies site-wide)
   ═══════════════════════════════════════════════════════════════════
   Same rule used on simyak-different, simyak-help-grid, simyak-help-center
   cards is now applied to every card-like component across the theme:
   white background, 1.5px gray border, 18px radius, no heavy shadows.

   Hover: border darkens to #cbd5e1 + soft drop shadow.

   Excluded by design (photo-led / image-first cards keep their own
   treatment): .smyk-top__card, .smyk-blog-cat-card, .smyk-sc-blogs-hub__card,
   .smyk-bt__card (blog teaser article cards already match this style).
*/
.smyk-country-card,
.smyk-region-card,
.smyk-feature-card,
.smyk-faq-pg__item,
.smyk-about-offer__card,
.smyk-about-diff__card,
.smyk-about-audience__card,
.smyk-about-mv__card,
.smyk-blog-card,
.smyk-shop-offer-card,
.smyk-review-card,
.smyk-contact__card,
.smyk-phone-card,
.smyk-product-feats__card,
.smyk-rv-card,
.smyk-aff__ben-card,
.smyk-fr__card {
  background: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.smyk-country-card:hover,
.smyk-region-card:hover,
.smyk-feature-card:hover,
.smyk-faq-pg__item:hover,
.smyk-about-offer__card:hover,
.smyk-about-diff__card:hover,
.smyk-about-audience__card:hover,
.smyk-about-mv__card:hover,
.smyk-blog-card:hover,
.smyk-shop-offer-card:hover,
.smyk-review-card:hover,
.smyk-contact__card:hover,
.smyk-phone-card:hover,
.smyk-product-feats__card:hover,
.smyk-rv-card:hover,
.smyk-aff__ben-card:hover,
.smyk-fr__card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 10px 24px -16px rgba(15, 23, 42, 0.18) !important;
  transform: none !important;
}

/* Open / featured states keep the same border but pick up a brand accent */
.smyk-faq-pg__item[open],
.smyk-product-feats__card--featured {
  border-color: rgba(107, 47, 176, 0.45) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL — remove all box-shadows site-wide
   ═══════════════════════════════════════════════════════════════════
   Flat, minimal aesthetic. Outline-based focus rings (using the CSS
   `outline` property) are unaffected — accessibility preserved.
   Cards still get their card-elevation cues from the 1.5px border alone.
*/
*,
*::before,
*::after {
  box-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL — purple text everywhere → orange
   ═══════════════════════════════════════════════════════════════════
   The hardcoded `#6b2fb0` / light-purple text colors have been
   sed-replaced across all .liquid + .css files. This block also
   redefines the purple CSS variables so any remaining
   `var(--smyk-purple)` / `var(--smyk-blue)` text refs resolve to
   the brand orange.
*/
:root {
  --smyk-purple:       #ff6500;
  --smyk-purple-hover: #e05800;
  --smyk-blue:         #ff6500;
}

/* Destinations section — restore the original light-gray card background
   (overrides the white from the unified card style above). */
.smyk-country-card,
.smyk-region-card {
  background: #f9fafb !important;
}

/* (Old home + About Us scoped title-size block removed —
   superseded by the unified typography system above.) */

/* ──────────────────────────────────────────────────────────────
   HEADER — Hostelworld-inspired pill layout
   Logo left, nav links (still kept), and right-side actions as
   evenly spaced pill buttons with hairline gray borders.
   Markup unchanged — pure CSS overrides.
   ────────────────────────────────────────────────────────────── */
.smyk-header-section {
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06) !important;
}
.smyk-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08) !important;
}
.smyk-header__inner {
  padding: 0 clamp(20px, 3vw, 48px) !important;
  height: 76px !important;
  max-width: 1440px !important;
  gap: clamp(20px, 2.4vw, 36px) !important;
}
.smyk-header__logo img {
  height: 38px !important;
  transform: translateY(-2px) !important;
}

/* Nav — minimal, no underline. Typography from unified system. */
.smyk-header__nav { gap: clamp(2px, 0.5vw, 10px) !important; }
.smyk-header__nav-link {
  font-family: var(--font-primary) !important;
  font-size:   var(--fs-body-sm) !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: -0.005em;
  padding: 10px 14px !important;
  border-bottom: 0 !important;
  border-radius: 999px;
  color: #000000 !important;
  transition: background-color .15s, color .15s !important;
}
.smyk-header__nav-link:hover,
.smyk-header__nav-link:focus-visible {
  background: #f3f4f6;
  color: #000000 !important;
}
.smyk-header__nav-link.is-active {
  color: #000000 !important;
  font-weight: var(--fw-semibold) !important;
}

/* ── Right actions — Hostelworld pill row ──
   Each item: 44px tall, full pill radius, 1px #e6e8eb border,
   ~14px between items. Icon buttons are 44×44 circles. */
.smyk-header__actions {
  gap: 14px !important;
  align-items: center;
}

/* Round icon buttons (search, cart, account, hamburger) */
.smyk-header__action-btn,
.smyk-header__hamburger {
  width: 44px !important;
  height: 44px !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0a1628 !important;
  transition: border-color .15s, background .15s, color .15s, box-shadow .15s !important;
  box-shadow: none !important;
}
.smyk-header__action-btn:hover,
.smyk-header__hamburger:hover {
  border-color: #d1d5db !important;
  background: #f3f4f6 !important;
}

/* Pill-shaped text actions (locale + CTA) */
.smyk-header__locale {
  height: 44px !important;
  padding: 0 20px !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 999px !important;
  background: #fff !important;
  font-family: var(--font-primary) !important;
  font-size:   var(--fs-body-sm) !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: -0.005em;
  color: #0a1628 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0 !important;
  cursor: pointer;
  transition: border-color .15s, background .15s !important;
}
.smyk-header__locale--lang { min-width: 96px; justify-content: center; }
.smyk-header__locale--cur  { min-width: 72px; justify-content: center; }
.smyk-header__locale:hover {
  border-color: #d1d5db !important;
  background: #f3f4f6 !important;
}
.smyk-header__locale-flag { font-weight: 700; }
.smyk-header__locale-chevron { opacity: 0.55; }

/* Sign in CTA — matches locale pills (English / USD) */
.smyk-header__cta-btn {
  height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-family: var(--font-primary) !important;
  font-size: var(--fs-body-sm) !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: -0.005em;
  background: #fff !important;
  color: #000000 !important;
  border: 1.5px solid #d1d5db !important;
  box-shadow: none !important;
  transition: border-color .15s, background .15s !important;
}
.smyk-header__cta-btn:hover {
  border-color: #d1d5db !important;
  background: #f3f4f6 !important;
}

/* Mobile tightening */
@media (max-width: 749px) {
  .smyk-header__inner { height: 64px !important; padding: 0 16px !important; gap: 10px !important; }
  .smyk-header__logo img { height: 34px !important; }
  .smyk-header__cta-btn { display: none !important; }
  .smyk-header__locale { display: none !important; }
  .smyk-header__action-btn,
  .smyk-header__hamburger { width: 40px !important; height: 40px !important; }
}

/* Darker header + button text — pure black for max contrast */
.smyk-header__nav-link,
.smyk-header__locale,
.smyk-header__action-btn,
.smyk-header__hamburger,
.smyk-announcement__item {
  color: #000000 !important;
}

/* (Earlier global title-size reduction block removed —
   superseded by the unified typography system at top + bottom
   of this file.) */

/* ============================================================
   ENFORCE UNIFIED TYPOGRAPHY (overrides per-section rules)
   Same mapping as section 0, but with !important so it beats
   the legacy per-class declarations further up this file.
   ============================================================ */
h1:not(.smyk-page-hero__heading), .smyk-hw__title, .smyk-product__title { font-family: var(--font-primary) !important; font-size: var(--fs-h1) !important; font-weight: var(--fw-bold) !important; line-height: var(--lh-tight) !important; }
/* Page-hero heading keeps font-family but is sized at source (sections/simyak-page-hero.liquid) */
.smyk-page-hero__heading { font-family: var(--font-primary) !important; }
h2, .smyk-section-heading, .smyk-top__heading, .smyk-fr__heading, .smyk-faq__heading, .smyk-bt__heading, .smyk-newsletter__title { font-family: var(--font-primary) !important; font-size: var(--fs-h2) !important; font-weight: var(--fw-bold) !important; line-height: var(--lh-tight) !important; }
h3, .smyk-product__price { font-family: var(--font-primary) !important; font-size: var(--fs-h3) !important; font-weight: var(--fw-bold) !important; line-height: var(--lh-tight) !important; }
h4, .smyk-fr__card-title { font-family: var(--font-primary) !important; font-size: var(--fs-h4) !important; font-weight: var(--fw-semibold) !important; line-height: var(--lh-normal) !important; }
h5, .smyk-bt__card-title, .smyk-cd__title { font-family: var(--font-primary) !important; font-size: var(--fs-h5) !important; font-weight: var(--fw-semibold) !important; line-height: var(--lh-normal) !important; }
h6, .smyk-faq__item-q, .smyk-country-card__name, .smyk-top__label-title, .smyk-cd__item-name { font-family: var(--font-primary) !important; font-size: var(--fs-h6) !important; font-weight: var(--fw-semibold) !important; line-height: var(--lh-normal) !important; }
.smyk-hw__subtitle { font-family: var(--font-primary) !important; font-size: var(--fs-body-lg) !important; font-weight: var(--fw-regular) !important; line-height: var(--lh-relaxed) !important; }
.smyk-top__subtitle, .smyk-faq__subtitle, .smyk-bt__subtitle, .smyk-newsletter__desc { font-family: var(--font-primary) !important; font-size: var(--fs-body) !important; font-weight: var(--fw-regular) !important; line-height: var(--lh-relaxed) !important; }
.smyk-faq__item-a, .smyk-product__description { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-regular) !important; line-height: var(--lh-relaxed) !important; }
.smyk-hw__trust-item, .smyk-country-card__price-value, .smyk-region-card__name { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-semibold) !important; }
.smyk-header__nav-link { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-semibold) !important; }
.smyk-header__locale-text, .smyk-header__cta-btn { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-semibold) !important; }
.smyk-btn, .smyk-hw__cta, .smyk-view-all-btn, .smyk-newsletter__submit, .smyk-bt__cta, .smyk-tab-toggle__btn, .smyk-dest-tab { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-semibold) !important; }
.smyk-hw__field-input, .smyk-newsletter__input { font-family: var(--font-primary) !important; font-size: var(--fs-body) !important; font-weight: var(--fw-regular) !important; }
.smyk-hw__field-label { font-family: var(--font-primary) !important; font-size: var(--fs-body-xs) !important; font-weight: var(--fw-medium) !important; }
.smyk-footer__col-title { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-bold) !important; line-height: var(--lh-normal) !important; }
.smyk-footer__col-links a, .smyk-footer__copy { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-regular) !important; line-height: var(--lh-relaxed) !important; }
.smyk-badge, .smyk-tag, .smyk-pill { font-family: var(--font-primary) !important; font-size: var(--fs-body-xs) !important; font-weight: var(--fw-semibold) !important; }
.smyk-cd__item-variant { font-family: var(--font-primary) !important; font-size: var(--fs-body-sm) !important; font-weight: var(--fw-regular) !important; }
.smyk-cd__item-price, .smyk-cd__item-total { font-family: var(--font-primary) !important; font-size: var(--fs-h6) !important; font-weight: var(--fw-bold) !important; }
.smyk-cd__total-price { font-family: var(--font-primary) !important; font-size: var(--fs-h5) !important; font-weight: var(--fw-bold) !important; }

/* ── Homepage + About section padding (unified rhythm) ───── */
.smyk-destinations,
.smyk-how,
.smyk-top,
.smyk-we,
.smyk-fr,
.smyk-faq,
.smyk-bt,
.smyk-bn,
.smyk-ex,
.smyk-mission,
.smyk-diff,
.smyk-story,
.smyk-cta,
.smyk-contact {
  padding-block: 35px 45px !important;
}
.smyk-newsletter {
  padding-block: 35px 60px !important;
}

/* ============================================
   CONTACT — design-system alignment (final)
   Premium white card on light surface, matching
   the legal pages + homepage card aesthetic.
   ============================================ */
.smyk-contact {
  background: #ffffff !important;
}
.smyk-contact__inner {
  max-width: 720px !important;
  margin-inline: auto !important;
  padding-inline: clamp(16px, 4vw, 40px) !important;
}
/* Light-gray form card on white page */
.smyk-contact__form-col {
  background: #f5f7fa !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 20px !important;
  padding: clamp(24px, 4vw, 44px) !important;
  box-shadow: none !important;
}
/* Form heading bumped to section-subheading scale */
.smyk-contact__form-title {
  font-family: var(--smyk-font) !important;
  font-size: clamp(20px, 2.4vw, 26px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  color: #0a1628 !important;
}
.smyk-contact__form-sub {
  font-size: 14px !important;
  color: #475569 !important;
}
/* Inputs — slightly softer radius to match site inputs */
.smyk-contact__input,
.smyk-contact__textarea {
  border-radius: 14px !important;
  font-size: 14px !important;
}
.smyk-contact__chip { border-radius: 999px !important; }
/* Submit — full-width brand pill with glow, matching homepage CTAs */
.smyk-contact__submit {
  width: 100% !important;
  justify-content: center !important;
  border-radius: 999px !important;
  height: 52px !important;
  font-size: 15px !important;
  box-shadow: 0 4px 14px -4px rgba(255, 101, 0, 0.55) !important;
}
/* Trust card — light-gray card below the form, matching the form area */
.smyk-contact__trust {
  background: #f5f7fa !important;
  border: 1px solid #e5e7eb !important;
  border-top: 1px solid #e5e7eb !important;
  border-radius: 20px !important;
  padding: 24px clamp(20px, 4vw, 32px) !important;
  margin-top: 20px !important;
  box-shadow: none !important;
}
.smyk-contact__trust-title {
  font-family: var(--smyk-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0a1628 !important;
}
.smyk-contact__trust-list li { font-size: 14px !important; color: #475569 !important; }

/* "Get in touch" — contact-method cards (chat / WhatsApp) */
.smyk-contact__methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.smyk-method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 20px 32px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--smyk-font);
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.smyk-method-card:hover {
  border-color: rgba(255, 101, 0, .45);
  box-shadow: 0 10px 24px -12px rgba(255, 101, 0, .4);
  transform: translateY(-2px);
}
.smyk-method-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff3ea;
  color: #ff6500;
  flex-shrink: 0;
}
.smyk-method-card__icon svg { width: 26px; height: 26px; }
/* WhatsApp keeps its recognizable brand green */
.smyk-method-card__icon--wa { background: #e7f8ee; color: #25d366; }
.smyk-method-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.3;
}
.smyk-method-card__sub {
  font-size: 12.5px;
  font-weight: 600;
  color: #ff6500;
  line-height: 1.35;
  word-break: break-word;
}
/* Email card carries its address instead of an arrow */
.smyk-method-card--email { padding-bottom: 26px; }
.smyk-method-card__arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: flex;
  color: #0a1628;
  transition: transform .2s ease, color .2s ease;
}
.smyk-method-card__arrow svg { width: 20px; height: 20px; }
.smyk-method-card:hover .smyk-method-card__arrow { color: #ff6500; transform: translateX(3px); }

@media (max-width: 560px) {
  .smyk-contact__form-col { border-radius: 16px !important; }
  .smyk-contact__trust { border-radius: 16px !important; }
  .smyk-contact__trust-list { grid-template-columns: 1fr !important; }
  .smyk-contact__methods { grid-template-columns: 1fr; }
}

/* Inputs stay white so they read clearly on the gray form area */
.smyk-contact__input,
.smyk-contact__textarea {
  background: #ffffff !important;
}
.smyk-contact__chip { background: #ffffff !important; }

/* ============================================
   HELP CENTER — section padding 30px / 40px
   Live page sections: simyak-page-hero (.smyk-page-hero) +
   .smyk-qn (quicknav) + .smyk-kb (knowledge-base) +
   .smyk-pa (promoted-articles) + .smyk-cta (cta-banner)
   ============================================ */
.smyk-qn,
.smyk-kb,
.smyk-pa {
  padding-block: 40px 50px !important;
}
body.page-help-center .smyk-cta {
  padding-block: 40px 50px !important;
}

/* Overall page scale ~0.9× — compact, proportions + responsiveness intact.
   Scoped to the Help Center main content only (header/footer unchanged). */
body.page-help-center #MainContent {
  zoom: 0.9;
}
/* Safari/Firefox fallback where zoom is unsupported: scale + width comp */
@supports not (zoom: 1) {
  body.page-help-center #MainContent {
    transform: scale(0.9);
    transform-origin: top center;
    width: 111.111%;
    margin-inline: -5.5555%;
  }
}

/* ============================================
   COMPATIBLE PHONES — section padding 40px / 50px
   Live page sections: simyak-page-hero (.smyk-page-hero) +
   simyak-compatible-phones (.scp-wrap) + simyak-how-to-check (.htc)
   Scoped to the page so no other page is affected.
   ============================================ */
body.page-compatible-phones .smyk-page-hero {
  padding-block: 45px 54px !important;
}
body.page-compatible-phones .scp-wrap {
  padding-block: 34px 45px !important;
}
body.page-compatible-phones .htc {
  padding-block: 40px 50px !important;
}
