
/*
Theme Name: TripGenie AI Landing
Theme URI: https://gotravelaround.com
Author: Go Travel Around
Author URI: https://gotravelaround.com
Description: Lightweight WordPress theme for a TripGenie AI landing page with Customizer options for colors, form embed, and WhatsApp CTA.
Version: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tripgenie
Tags: landing-page, custom-colors, custom-logo
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
:root{
  --tg-primary:#063970;
  --tg-bg:#ffffff;
  --tg-muted:#f5f7fb;
  --tg-text:#222222;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--tg-text);
  line-height:1.6;
  background:var(--tg-bg);
}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700}
.btn-primary{background:var(--tg-primary);color:#fff}
.btn-light{background:#fff;color:var(--tg-primary);border:1px solid #e4e7ee}
.section{padding:64px 0}
.section-muted{background:var(--tg-muted)}
.hero{background:var(--tg-primary);color:#fff;padding:96px 0 72px}
.hero h1{font-size:40px;margin:0 0 10px}
.hero p{font-size:18px;margin:0 0 28px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid #e5e8f0;border-radius:16px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.footer{background:var(--tg-primary);color:#fff;text-align:center;padding:24px;margin-top:40px}
h2.section-title{font-size:28px;text-align:center;margin:0 0 28px}
hr.sep{border:none;height:1px;background:#e8ebf2;margin:24px 0}
.itinerary-embed{background:#fff;border:1px dashed #cfd7e6;border-radius:12px;padding:10px}
.whatsapp{background:#25D366;color:#fff}
@media (max-width: 900px){
  .grid3{grid-template-columns:1fr}
  .hero h1{font-size:32px}
}
