/* ===== HERO ===== */
.hero { padding: var(--space-3xl) 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232, 93, 58, 0.06) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -80px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(26, 138, 125, 0.05) 0%, transparent 70%); pointer-events: none; }
.hero-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--space-2xl); align-items: center; position: relative; z-index: 1; }
.hero-content { animation: fadeUp 0.7s ease-out; }
.hero-badge { display: inline-flex; align-items: center; gap: var(--space-xs); background: var(--color-accent-light); color: var(--color-accent); font-size: 0.8rem; font-weight: 600; padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: var(--space-lg); letter-spacing: 0.02em; }
.hero-badge::before { content: '📡'; font-size: 0.9rem; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.025em; margin-bottom: var(--space-lg); }
.hero h1 .accent { color: var(--color-accent); font-style: italic; }
.hero-desc { font-size: 1.15rem; color: var(--color-text-muted); line-height: 1.7; max-width: 560px; margin-bottom: var(--space-xl); }
.hero-search { display: flex; align-items: stretch; background: white; border: 2px solid var(--color-border); border-radius: var(--border-radius); overflow: hidden; max-width: 520px; transition: border-color 0.2s; }
.hero-search:focus-within { border-color: var(--color-accent); box-shadow: 0 0 0 4px rgba(232, 93, 58, 0.08); }
.search-icon { display: flex; align-items: center; padding: 0 0 0 var(--space-md); color: var(--color-text-muted); font-size: 1.2rem; }
.hero-search input { flex: 1; border: none; outline: none; padding: var(--space-md); font-family: var(--font-body); font-size: 1rem; color: var(--color-text); background: transparent; }
.hero-search input::placeholder { color: #b0a99f; }
.hero-search button { background: var(--color-accent); color: white; border: none; padding: 0 var(--space-xl); font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.hero-search button:hover { background: var(--color-accent-hover); }
.hero-popular { margin-top: var(--space-lg); display: flex; align-items: center; gap: var(--space-sm); flex-wrap: wrap; }
.hero-popular span { font-size: 0.82rem; color: var(--color-text-muted); font-weight: 500; }
.hero-popular a { font-size: 0.82rem; padding: 0.3rem 0.75rem; border-radius: 100px; border: 1px solid var(--color-border); color: var(--color-text); font-weight: 500; transition: all 0.2s; }
.hero-popular a:hover { border-color: var(--color-accent); color: var(--color-accent); background: var(--color-accent-light); }

/* Hero destination cards */
.hero-compare { background: white; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 24px 28px; animation: fadeUp 0.7s 0.15s ease-out both; display: flex; flex-direction: column; gap: 16px; width: 100%; box-sizing: border-box; }
.hero-compare-header { display: flex; flex-direction: row; align-items: center; gap: 8px; margin-bottom: 4px; }
.hero-compare-icon { font-size: 1.1rem; }
.hero-compare-title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.hero-compare-field { display: flex; flex-direction: column; gap: 4px; }
.hero-compare-field label { font-size: 0.78rem; font-weight: 600; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.hero-compare-field select { appearance: none; -webkit-appearance: none; width: 100%; background: var(--color-bg-alt) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235c5752' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center; border: 1px solid var(--color-border); border-radius: 8px; padding: 10px 36px 10px 14px; font-size: 0.92rem; font-family: var(--font-body); color: var(--color-text); cursor: pointer; transition: border-color 0.2s; box-sizing: border-box; }
.hero-compare-field select:hover { border-color: var(--color-accent); }
.hero-compare-field select:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px var(--color-accent-light); }
.hero-compare-btn { display: block; width: 100%; background: var(--color-accent); color: white; border: none; border-radius: 10px; padding: 12px; font-size: 0.95rem; font-weight: 600; font-family: var(--font-body); cursor: pointer; transition: background 0.2s, transform 0.15s; margin-top: 4px; box-sizing: border-box; }
.hero-compare-btn:hover { background: var(--color-accent-hover); transform: translateY(-1px); }
.hero-compare-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px 0 2px; }
.hero-compare-stat { text-align: center; }
.hero-compare-stat-value { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--color-text); line-height: 1.2; }
.hero-compare-stat-label { display: block; font-size: 0.68rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.3; }
.hero-compare-providers { display: flex; flex-direction: row; align-items: center; gap: 8px; justify-content: center; padding-top: 12px; border-top: 1px solid var(--color-border); flex-wrap: nowrap; }
.hero-compare-providers img { width: 20px; height: 20px; border-radius: 4px; display: inline-block; }
.hero-compare-providers span { font-size: 0.75rem; color: var(--color-text-muted); margin-left: 2px; white-space: nowrap; }

/* ===== TRUST BAR ===== */
.trust-bar { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: var(--space-lg) 0; background: var(--color-bg-alt); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: var(--space-2xl); flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: var(--space-sm); font-size: 0.88rem; color: var(--color-text-muted); font-weight: 500; }
.trust-item .icon { font-size: 1.3rem; }
.trust-item strong { color: var(--color-text); font-weight: 700; }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding: var(--space-3xl) 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-xl); }
.step-card { text-align: center; padding: var(--space-xl) var(--space-lg); background: white; border-radius: var(--border-radius-lg); border: 1px solid var(--color-border); position: relative; transition: transform 0.25s, box-shadow 0.25s; }
.step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.step-number { width: 48px; height: 48px; background: var(--color-bg-dark); color: white; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: var(--space-md); }
.step-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: var(--space-sm); }
.step-card p { font-size: 0.92rem; color: var(--color-text-muted); line-height: 1.6; }
.step-card:nth-child(1) { animation: fadeUp 0.6s 0.1s ease-out both; }
.step-card:nth-child(2) { animation: fadeUp 0.6s 0.2s ease-out both; }
.step-card:nth-child(3) { animation: fadeUp 0.6s 0.3s ease-out both; }

/* ===== PROVIDERS ===== */
.providers-section { padding: var(--space-3xl) 0; background: var(--color-bg-dark); color: var(--color-text-on-dark); }
.providers-section .section-label { color: var(--color-accent); }
.providers-section .section-title { color: white; }
.providers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.provider-card { background: var(--color-bg-dark-alt); border: 1px solid var(--color-border-dark); border-radius: var(--border-radius-lg); padding: var(--space-xl); transition: transform 0.25s, border-color 0.25s; display: flex; flex-direction: column; }
.provider-card:hover { transform: translateY(-4px); border-color: var(--color-accent); }
.provider-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: var(--space-md); }
.provider-logo-placeholder { width: 52px; height: 52px; background: rgba(255,255,255,0.08); border-radius: var(--border-radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.provider-logo { width: 48px; height: 48px; border-radius: var(--border-radius-sm); object-fit: contain; }
.provider-badge { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.3rem 0.65rem; border-radius: 100px; background: rgba(232, 93, 58, 0.15); color: var(--color-accent); }
.provider-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: var(--space-xs); }
.provider-card .provider-desc { font-size: 0.88rem; color: var(--color-text-on-dark-muted); line-height: 1.6; margin-bottom: var(--space-lg); }
.provider-stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); margin-bottom: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid var(--color-border-dark); }
.provider-stat .label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-text-on-dark-muted); margin-bottom: 2px; }
.provider-stat .value { font-weight: 700; font-size: 0.95rem; color: white; }
.provider-link { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: var(--space-xs); padding: 0.7rem var(--space-lg); border-radius: 100px; font-weight: 600; font-size: 0.88rem; transition: all 0.2s; text-align: center; }
.provider-link-primary { background: var(--color-accent); color: white; }
.provider-link-primary:hover { background: var(--color-accent-hover); }

/* ===== DESTINATIONS ===== */
.destinations-section { padding: var(--space-3xl) 0; }
.destinations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md); }
.dest-card { position: relative; border-radius: var(--border-radius); overflow: hidden; aspect-ratio: 3/4; background: var(--color-bg-alt); cursor: pointer; transition: transform 0.3s; }
.dest-card:hover { transform: translateY(-4px); }
.dest-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.5s; }
.dest-card:hover .dest-card-bg { transform: scale(1.05); }
.dest-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 25, 35, 0.85) 0%, rgba(15, 25, 35, 0.1) 60%); }
.dest-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: var(--space-lg); color: white; }
.dest-card-flag { font-size: 1.8rem; margin-bottom: var(--space-xs); }
.dest-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.dest-card-meta { font-size: 0.8rem; opacity: 0.75; }
.destinations-grid .dest-card:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.destinations-grid .dest-card:first-child h3 { font-size: 1.6rem; }
.dest-view-all { text-align: center; margin-top: var(--space-xl); }

/* ===== GUIDES ===== */
.guides-section { padding: var(--space-3xl) 0; background: var(--color-bg-alt); }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.guide-card { background: white; border-radius: var(--border-radius); padding: var(--space-xl); border: 1px solid var(--color-border); transition: transform 0.25s, box-shadow 0.25s; }
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.guide-card-icon { width: 44px; height: 44px; background: var(--color-teal-light); color: var(--color-teal); border-radius: var(--border-radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: var(--space-md); }
.guide-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: var(--space-sm); line-height: 1.3; }
.guide-card p { font-size: 0.88rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: var(--space-md); }
.guide-card-link { font-size: 0.85rem; font-weight: 600; color: var(--color-accent); display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.guide-card:hover .guide-card-link { gap: 8px; }

/* ===== CTA ===== */
.cta-section { padding: var(--space-3xl) 0; }
.cta-banner { background: var(--color-bg-dark); border-radius: var(--border-radius-lg); padding: var(--space-2xl); display: flex; align-items: center; justify-content: space-between; gap: var(--space-2xl); position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(232, 93, 58, 0.15) 0%, transparent 60%); pointer-events: none; }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; color: white; margin-bottom: var(--space-sm); line-height: 1.2; }
.cta-content p { color: var(--color-text-on-dark-muted); font-size: 1rem; max-width: 480px; }
.cta-actions { position: relative; z-index: 1; display: flex; gap: var(--space-md); flex-shrink: 0; }

/* ===== HOMEPAGE RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-compare { max-width: 480px; }
  .providers-grid { grid-template-columns: repeat(2, 1fr); }
  .destinations-grid { grid-template-columns: repeat(2, 1fr); }
  .destinations-grid .dest-card:first-child { grid-column: span 2; grid-row: span 1; aspect-ratio: 2/1; }
}
@media (max-width: 768px) {
  .hero { padding: var(--space-2xl) 0; }
  .hero-layout { gap: var(--space-lg); }
  .hero-search { flex-direction: column; }
  .hero-search button { padding: var(--space-md); }
  .hero-compare { max-width: none; }
  .steps-grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .providers-grid { grid-template-columns: 1fr; }
  .destinations-grid { grid-template-columns: 1fr 1fr; }
  .destinations-grid .dest-card:first-child { grid-column: span 2; }
  .guides-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: var(--space-xl); }
  .cta-actions { flex-direction: column; width: 100%; }
  .btn-primary, .btn-ghost { justify-content: center; }
}
@media (max-width: 480px) {
  .destinations-grid { grid-template-columns: 1fr; }
  .destinations-grid .dest-card:first-child { grid-column: span 1; }
  .trust-inner { flex-direction: column; gap: var(--space-md); }
}
