/* ============================================================
   sTrips Compass — SVG Icon System
   Inline SVG icons replacing emoji — brand-coloured, scalable
   ============================================================ */

/* Base icon wrapper */
.sc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
}

.sc-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

/* Icon sizes */
.sc-icon--sm  { font-size: 1rem; }
.sc-icon--md  { font-size: 1.5rem; }
.sc-icon--lg  { font-size: 2rem; }
.sc-icon--xl  { font-size: 2.75rem; }

/* ── Icon box (for why-cards, feature blocks) ──────────────── */
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  transition: transform var(--transition), background var(--transition);
}

.icon-box--ocean {
  background: linear-gradient(135deg, rgba(0,119,182,0.1) 0%, rgba(0,180,216,0.1) 100%);
  color: var(--primary);
  border: 1px solid rgba(0,119,182,0.15);
}

.icon-box--accent {
  background: linear-gradient(135deg, rgba(255,107,53,0.1) 0%, rgba(212,175,55,0.1) 100%);
  color: var(--accent);
  border: 1px solid rgba(255,107,53,0.15);
}

.icon-box--gold {
  background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(240,208,96,0.1) 100%);
  color: var(--gold);
  border: 1px solid rgba(212,175,55,0.2);
}

.icon-box--teal {
  background: linear-gradient(135deg, rgba(0,180,216,0.1) 0%, rgba(72,202,228,0.1) 100%);
  color: var(--secondary);
  border: 1px solid rgba(0,180,216,0.15);
}

.icon-box--sm  { width: 44px; height: 44px; font-size: 1.1rem; border-radius: var(--radius-md); }
.icon-box--md  { width: 64px; height: 64px; font-size: 1.6rem; }
.icon-box--lg  { width: 80px; height: 80px; font-size: 2rem; }

/* ── Nav logo SVG compass icon ─────────────────────────────── */
.nav-logo-svg {
  width: 42px;
  height: 42px;
  background: var(--gradient-ocean);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,119,182,0.4);
  flex-shrink: 0;
  padding: 8px;
}

.nav-logo-svg svg {
  width: 100%;
  height: 100%;
  stroke: white;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Why card icon override ─────────────────────────────────── */
.why-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(0,119,182,0.08) 0%, rgba(0,180,216,0.08) 100%);
  border: 1.5px solid rgba(0,119,182,0.12);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all var(--transition);
}

.why-card:nth-child(2) .why-icon { color: var(--secondary); border-color: rgba(0,180,216,0.2); background: linear-gradient(135deg, rgba(0,180,216,0.08) 0%, rgba(72,202,228,0.08) 100%); }
.why-card:nth-child(3) .why-icon { color: var(--gold); border-color: rgba(212,175,55,0.2); background: linear-gradient(135deg, rgba(212,175,55,0.08) 0%, rgba(240,208,96,0.08) 100%); }
.why-card:nth-child(4) .why-icon { color: var(--accent); border-color: rgba(255,107,53,0.2); background: linear-gradient(135deg, rgba(255,107,53,0.08) 0%, rgba(232,93,42,0.06) 100%); }

.why-card:hover .why-icon {
  background: var(--gradient-ocean);
  color: white;
  border-color: transparent;
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 8px 24px rgba(0,119,182,0.28);
}
.why-card:nth-child(2):hover .why-icon { background: linear-gradient(135deg, #00B4D8, #48CAE4); }
.why-card:nth-child(3):hover .why-icon { background: linear-gradient(135deg, #D4AF37, #F0D060); }
.why-card:nth-child(4):hover .why-icon { background: linear-gradient(135deg, #FF6B35, #E85D2A); }

/* ── Footer contact icon override ────────────────────────── */
.footer-contact-item .icon {
  width: 34px;
  height: 34px;
  background: rgba(0,119,182,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--secondary-light);
}

.footer-contact-item .icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Floating WhatsApp button — refined ─────────────────── */
.whatsapp-float {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  fill: white;
}

/* ── Scroll-to-top arrow ─────────────────────────────────── */
.scroll-top svg {
  width: 18px;
  height: 18px;
  stroke: white;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Search field label icons ────────────────────────────── */
.search-field label svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-muted);
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── Button icon spacing ─────────────────────────────────── */
.btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── Social link icons ───────────────────────────────────── */
.social-link svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Package highlight tags ──────────────────────────────── */
.pkg-highlight-tag svg {
  width: 12px;
  height: 12px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.75;
  flex-shrink: 0;
}

/* ── Award badge in hero ─────────────────────────────────── */
.hero-eyebrow svg {
  width: 14px;
  height: 14px;
  stroke: var(--gold);
  fill: var(--gold);
  flex-shrink: 0;
}
