/* Ikansitravel - Static HTML version */
:root {
  --primary: #2bb3a3;
  --primary-dark: #1f8f82;
  --primary-light: #5fcfc1;
  --primary-foreground: #ffffff;
  --foreground: #2a2f3a;
  --muted-fg: #6b7280;
  --background: #ffffff;
  --section-alt: #f7f8f9;
  --border: #e6e7eb;
  --whatsapp: #25d366;
  --whatsapp-hover: #1da851;
  --topbar: #2c3340;
  --topbar-fg: #d4d6dc;
  --footer-bg: #2a2f3a;
  --footer-fg: #b9bbc2;
  --gold: #f5b945;
  --destructive: #e85a3a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', system-ui, sans-serif;
  color: var(--foreground);
  background: var(--background);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', system-ui, sans-serif; }
.container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .55rem 1rem; border-radius: .25rem; font-weight: 600; font-size: .875rem;
  cursor: pointer; border: none; transition: all .2s; text-transform: none; }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--whatsapp-hover); }
.btn-destructive { background: var(--destructive); color: #fff; text-transform: uppercase; letter-spacing: .05em; padding: .75rem 1.5rem; }
.btn-destructive:hover { filter: brightness(.92); }
.btn-lg { padding: .75rem 1.5rem; font-size: 1rem; }
.btn-xl { padding: 1rem 2rem; font-size: 1.05rem; box-shadow: 0 10px 25px rgba(0,0,0,.2); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.btn-xl:hover { transform: scale(1.03); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.icon { width: 1rem; height: 1rem; flex-shrink: 0; }
.icon-sm { width: .85rem; height: .85rem; }
.icon-md { width: 1.25rem; height: 1.25rem; }
.icon-lg { width: 1.5rem; height: 1.5rem; }

/* Top bar */
.topbar { background: var(--topbar); color: var(--topbar-fg); font-size: .75rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 2.25rem; }
.topbar-info { display: flex; align-items: center; gap: 1.25rem; }
.topbar-info span { display: inline-flex; align-items: center; gap: .35rem; }
.lang-switch { display: inline-flex; align-items: center; }
.lang-switch button { background: none; border: none; color: var(--topbar-fg); padding: .15rem .5rem; cursor: pointer; font-size: .75rem; }
.lang-switch button.active { color: var(--primary); font-weight: 700; }
.lang-switch .sep { color: rgba(255,255,255,.3); }
@media (max-width: 640px) { .topbar-info .phone { display: none; } }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.05); border-bottom: 1px solid rgba(0,0,0,.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 4.5rem; }
.logo img { height: 2.75rem; width: auto; }
.nav { display: none; gap: .25rem; align-items: center; }
.nav a { padding: .5rem 1rem; font-size: .875rem; font-weight: 500; color: rgba(42,47,58,.7); position: relative; transition: color .2s; }
.nav a:hover, .nav a.active { color: var(--primary); }
.nav a.active::after { content: ''; position: absolute; bottom: 0; left: 1rem; right: 1rem; height: 2px; background: var(--primary); border-radius: 2px; }
.header-cta { display: flex; align-items: center; gap: .75rem; }
.header-cta .btn-whatsapp.desktop-only { display: none; }
.menu-toggle { background: none; border: none; cursor: pointer; padding: .25rem; color: var(--foreground); }
@media (min-width: 640px) { .header-cta .btn-whatsapp.desktop-only { display: inline-flex; } }
@media (min-width: 1024px) { .nav { display: flex; } .menu-toggle { display: none; } .header-inner { height: 4.5rem; } }
.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--border); padding: 1rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: .65rem .75rem; border-radius: .25rem; font-size: .875rem; font-weight: 500; }
.mobile-menu a:hover { background: var(--section-alt); }
.mobile-menu .btn { width: 100%; margin-top: .75rem; }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero-img-wrap { position: relative; height: 500px; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(42,47,58,.6), rgba(42,47,58,.5), rgba(42,47,58,.75)); }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; }
.hero-content .container { width: 100%; }
.hero-text { max-width: 36rem; }
.hero-tagline { display: inline-block; background: var(--primary); color: #fff; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: .375rem 1rem; margin-bottom: 1rem; }
.hero h1 { color: #fff; font-size: 1.875rem; font-weight: 800; text-transform: uppercase; line-height: 1.15; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.hero p { margin-top: .75rem; color: rgba(255,255,255,.9); font-size: .9rem; max-width: 28rem; text-shadow: 0 1px 4px rgba(0,0,0,.3); }
@media (min-width: 640px) { .hero-img-wrap { height: 560px; } .hero h1 { font-size: 2.25rem; } .hero p { font-size: 1rem; } }
@media (min-width: 1024px) { .hero-img-wrap { height: 620px; } .hero h1 { font-size: 3rem; } }

/* Hero search bar */
.hero-bar { background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); position: relative; z-index: 10;
  margin: -4rem 1rem 0; border-radius: .5rem; border: 1px solid var(--border); max-width: 64rem; }
@media (min-width: 1024px) { .hero-bar { margin-left: auto; margin-right: auto; } }
.hero-tabs { display: flex; }
.hero-tabs button { flex: 1; padding: .85rem .5rem; font-size: .8rem; font-weight: 600; border: none; cursor: pointer; background: #f4f5f6; color: #444; transition: background .2s; }
.hero-tabs button:first-child { background: var(--primary); color: #fff; border-top-left-radius: .5rem; }
.hero-tabs button:last-child { border-top-right-radius: .5rem; }
.hero-tabs button:not(:first-child):hover { background: rgba(43,179,163,.1); }
.hero-bar-row { padding: 1rem; display: flex; flex-direction: column; gap: .75rem; align-items: stretch; }
.hero-bullets { display: flex; flex-wrap: wrap; gap: .85rem; flex: 1; }
.hero-bullets span { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; color: var(--muted-fg); }
.hero-bullets svg { color: var(--primary); }
@media (min-width: 640px) { .hero-bar-row { flex-direction: row; align-items: center; padding: 1.25rem; } .hero-bar-row .btn { width: auto; } }

/* Generic section */
.section { padding: 4rem 0; background: #fff; }
@media (min-width: 640px) { .section { padding: 6rem 0; } }
.section-alt { background: var(--section-alt); }
.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head h2 { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
@media (min-width: 640px) { .section-head h2 { font-size: 1.875rem; } }
@media (min-width: 768px) { .section-head h2 { font-size: 2.25rem; } }
.section-head .divider { width: 3rem; height: 2px; background: var(--primary); margin: 1rem auto 1.25rem; }
.section-head p { color: var(--muted-fg); font-size: .95rem; max-width: 42rem; margin: 0 auto; }

/* Why us grid */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.why-item { text-align: center; }
.why-icon { width: 4rem; height: 4rem; margin: 0 auto 1.25rem; border-radius: 50%; border: 2px solid rgba(43,179,163,.3); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.why-icon svg { width: 1.75rem; height: 1.75rem; color: var(--primary); transition: color .2s; }
.why-item:hover .why-icon { background: var(--primary); border-color: var(--primary); }
.why-item:hover .why-icon svg { color: #fff; }
.why-item h3 { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: .5rem; }
.why-item p { font-size: .75rem; color: var(--muted-fg); line-height: 1.65; margin-bottom: .75rem; }
.why-item .read-more { display: inline-flex; align-items: center; gap: .25rem; font-size: .75rem; color: var(--primary); font-weight: 500; }
.why-item .read-more:hover { text-decoration: underline; }

/* Banner */
.banner { position: relative; overflow: hidden; height: 12rem; }
@media (min-width: 640px) { .banner { height: 14rem; } }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner-overlay { position: absolute; inset: 0; background: rgba(43,179,163,.75); }
.banner-content { position: absolute; inset: 0; display: flex; align-items: center; }
.banner-content .container { display: flex; flex-direction: column; sm:align-items: center; gap: 1rem; }
.banner h2 { font-size: 1.5rem; font-style: italic; font-weight: 800; color: #fff; }
.banner p { color: rgba(255,255,255,.85); font-size: .875rem; margin-top: .5rem; max-width: 32rem; }
@media (min-width: 640px) { .banner-content .container { flex-direction: row; align-items: center; justify-content: space-between; } .banner h2 { font-size: 2rem; } }
@media (min-width: 1024px) { .banner h2 { font-size: 2.25rem; } }

/* Deals */
.deals-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .deals-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .deals-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.deal-card { background: #fff; border-radius: .25rem; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.04); transition: box-shadow .2s; }
.deal-card:hover { box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.deal-img { height: 12rem; overflow: hidden; }
.deal-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.deal-card:hover .deal-img img { transform: scale(1.05); }
.deal-body { padding: 1.25rem; }
.deal-title { display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.deal-title h3 { font-size: 1.1rem; font-weight: 700; }
.deal-badge { font-size: .65rem; font-weight: 700; color: var(--primary); background: rgba(43,179,163,.1); padding: .15rem .5rem; border-radius: .15rem; }
.deal-desc { font-size: .75rem; color: var(--muted-fg); line-height: 1.65; margin-bottom: .75rem; }
.deal-stars { display: flex; align-items: center; gap: .15rem; margin-bottom: 1rem; color: var(--gold); }
.deal-stars span { font-size: .65rem; color: var(--muted-fg); margin-left: .35rem; }
.deal-card .btn { width: 100%; }
.deal-subtext { font-size: .65rem; color: var(--muted-fg); text-align: center; margin-top: .35rem; }

/* Not listed */
.not-listed { padding: 3rem 0 4rem; }
.not-listed-card { max-width: 50rem; margin: 0 auto; background: linear-gradient(to right, rgba(43,179,163,.1), rgba(43,179,163,.05)); border: 1px solid rgba(43,179,163,.2); border-radius: .75rem; padding: 2rem; text-align: center; }
@media (min-width: 640px) { .not-listed-card { padding: 2.5rem; } }
.not-listed-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: .75rem; }
@media (min-width: 640px) { .not-listed-card h3 { font-size: 1.5rem; } }
@media (min-width: 768px) { .not-listed-card h3 { font-size: 1.875rem; } }
.not-listed-card p { font-size: .95rem; color: var(--muted-fg); margin-bottom: 1.5rem; max-width: 32rem; margin-left: auto; margin-right: auto; }

/* Testimonials */
.testimonial { text-align: center; max-width: 48rem; margin: 0 auto; }
.testimonial h2 { color: var(--primary); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
@media (min-width: 640px) { .testimonial h2 { font-size: 1.875rem; } }
@media (min-width: 768px) { .testimonial h2 { font-size: 2.25rem; } }
.testimonial .divider { width: 3rem; height: 2px; background: var(--primary); margin: .75rem auto 2rem; }
.testimonial .quote-icon { width: 3rem; height: 3rem; color: rgba(43,179,163,.3); margin: 0 auto 1rem; }
.testimonial blockquote { font-style: italic; font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .testimonial blockquote { font-size: 1.15rem; } }
.testimonial-author { font-size: .85rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: .05em; }
.testimonial .btn { margin-top: 2rem; }

/* Final CTA */
.final-cta { background: var(--primary); position: relative; overflow: hidden; padding: 5rem 0; text-align: center; color: #fff; }
@media (min-width: 640px) { .final-cta { padding: 7rem 0; } }
.final-cta::before, .final-cta::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,.1); }
.final-cta::before { width: 18rem; height: 18rem; top: -9rem; left: -9rem; }
.final-cta::after { width: 14rem; height: 14rem; bottom: -7rem; right: -5rem; }
.final-cta-inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; }
.final-cta h2 { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
@media (min-width: 640px) { .final-cta h2 { font-size: 1.875rem; } }
@media (min-width: 768px) { .final-cta h2 { font-size: 2.25rem; } }
.final-cta p { color: rgba(255,255,255,.85); margin-top: 1rem; font-size: .95rem; max-width: 32rem; margin-left: auto; margin-right: auto; }
.final-cta .btn { margin-top: 2rem; }

/* Footer */
footer { background: var(--footer-bg); color: var(--footer-fg); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-grid img { height: 3rem; width: auto; margin-bottom: .75rem; filter: brightness(0) invert(1); }
.footer-grid h4 { color: #fff; font-size: .85rem; font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid p.tagline { font-size: .75rem; color: rgba(255,255,255,.55); line-height: 1.65; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: .5rem; }
.footer-grid li a, .footer-grid .contact-row { display: inline-flex; align-items: center; gap: .35rem; font-size: .75rem; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-grid li a:hover { color: var(--primary); }
.footer-grid .chev { color: var(--primary); }
.socials { display: flex; gap: .5rem; margin-top: 1rem; }
.socials a { width: 2rem; height: 2rem; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); transition: all .2s; }
.socials a:hover { background: var(--primary); color: #fff; }
.socials svg { width: 1rem; height: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .5rem; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; } }
.footer-bottom p { font-size: .65rem; color: rgba(255,255,255,.4); }
