/* ========== RESET & BASE ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #0ea5e9;
  --primary-dark: #0284c7;
  --primary-light: #e0f2fe;
  --accent: #f59e0b;
  --dark: #0f172a;
  --dark2: #1e293b;
  --text: #334155;
  --muted: #64748b;
  --light: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(14,165,233,0.10);
  --shadow-lg: 0 12px 40px rgba(14,165,233,0.18);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 90px 0; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px; font-family: 'Outfit', sans-serif;
  font-weight: 600; font-size: 15px; border: 2px solid transparent;
  cursor: pointer; transition: all .25s ease; white-space: nowrap;
}
.btn-primary { background: var(--primary); color: white; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(14,165,233,0.35); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: white; transform: translateY(-2px); }
.btn-lg { padding: 15px 36px; font-size: 16px; }
.btn-block { width: 100%; justify-content: center; }

/* ========== TOPBAR ========== */
.topbar { background: var(--dark); color: #94a3b8; font-size: 13px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left, .topbar-right { display: flex; gap: 20px; align-items: center; }
.topbar-left span, .topbar-right span { display: flex; align-items: center; gap: 6px; }
.topbar-left i, .topbar-right i { color: var(--primary); }
.topbar-btn { background: var(--primary); color: white; padding: 4px 14px; border-radius: 20px; font-weight: 600; font-size: 12px; }

/* ========== NAVBAR ========== */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); padding: 0;
  transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.10); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; color: var(--dark); }
.logo i { color: var(--primary); font-size: 26px; }
.logo b { color: var(--primary); }
.logo-white { color: white; }
.logo-white i { color: #7dd3fc; }

.nav-links { display: flex; gap: 8px; }
.nav-links a { padding: 8px 14px; border-radius: 8px; font-weight: 500; font-size: 15px; color: var(--text); transition: all .2s; }
.nav-links a:hover { color: var(--primary); background: var(--primary-light); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: .3s; }

.nav-cta { display: inline-flex; }

/* ========== HERO ========== */
.hero {
  background: linear-gradient(135deg, #0f172a 0%, #0c2340 50%, #0f172a 100%);
  min-height: 90vh; display: flex; align-items: center; position: relative; overflow: hidden;
  padding: 80px 0 60px;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-circle {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,0.15) 0%, transparent 70%);
}
.c1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.c2 { width: 400px; height: 400px; bottom: -100px; left: -100px; background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 70%); }
.c3 { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.hero-inner { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; position: relative; z-index: 1; }

.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,165,233,0.15); border: 1px solid rgba(14,165,233,0.3); color: #7dd3fc; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }

.hero-text h1 { font-family: 'Outfit', sans-serif; font-size: 56px; font-weight: 800; line-height: 1.1; color: white; margin-bottom: 20px; }
.gradient-text { background: linear-gradient(135deg, #38bdf8, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-text p { color: #94a3b8; font-size: 18px; line-height: 1.7; margin-bottom: 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.stat span { display: block; font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 800; color: white; }
.stat p { font-size: 13px; color: #64748b; margin-top: 2px; }

/* Quick Book Card */
.hero-card { animation: slideIn .7s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.quick-book {
  background: white; border-radius: 20px; padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.quick-book h3 { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.quick-book h3 i { color: var(--accent); }

/* ========== FORMS ========== */
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px; border: 2px solid var(--border);
  border-radius: 10px; font-size: 14px; font-family: 'Inter', sans-serif;
  color: var(--dark); background: var(--light); transition: border .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14,165,233,0.12);
  background: white;
}
.form-group textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 4px; }

/* ========== BRANDS ========== */
.brands { background: var(--light); padding: 28px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brands .container { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.brands p { font-weight: 600; color: var(--muted); font-size: 14px; white-space: nowrap; }
.brand-logos { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.brand-logos span { padding: 6px 18px; background: white; border: 1px solid var(--border); border-radius: 30px; font-weight: 600; font-size: 13px; color: var(--text); transition: .2s; }
.brand-logos span:hover { border-color: var(--primary); color: var(--primary); }

/* ========== SECTION HEADER ========== */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; background: var(--primary-light); color: var(--primary); font-weight: 700; font-size: 13px; padding: 4px 14px; border-radius: 20px; margin-bottom: 12px; letter-spacing: 0.5px; text-transform: uppercase; }
.section-header h2 { font-family: 'Outfit', sans-serif; font-size: 40px; font-weight: 800; color: var(--dark); margin-bottom: 12px; line-height: 1.2; }
.section-header p { font-size: 17px; color: var(--muted); max-width: 520px; margin: 0 auto; }

/* ========== SERVICES ========== */
.services { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.service-card {
  background: var(--light); border: 2px solid var(--border);
  border-radius: var(--radius); padding: 28px; position: relative;
  transition: all .3s ease; overflow: hidden;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); opacity: 0; transition: .3s; }
.service-card:hover { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card.featured { background: var(--dark); border-color: var(--primary); color: white; }
.service-card.featured h3 { color: white; }
.service-card.featured p { color: #94a3b8; }
.featured-badge { position: absolute; top: 16px; right: 16px; background: var(--primary); color: white; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }

.service-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(from var(--c) r g b / .12); display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--c, var(--primary)); margin-bottom: 16px;
  background: color-mix(in srgb, var(--c, var(--primary)) 15%, transparent);
}
.service-card h3 { font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.service-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin-bottom: 14px; }
.service-price { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 14px; }
.service-link { font-weight: 600; font-size: 14px; color: var(--primary); display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.service-link:hover { gap: 10px; }

/* ========== WHY US ========== */
.why-us { background: var(--light); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.why-img-box { position: relative; }
.img-placeholder {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
  border-radius: 20px; height: 380px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px; color: white;
  overflow: hidden; position: relative;
}
.img-placeholder i { font-size: 80px; color: var(--primary); opacity: 0.6; }
.img-placeholder span { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; color: #94a3b8; }
.spin { animation: spin 10s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.tech-card {
  position: absolute; top: -16px; left: -16px; z-index: 2;
  background: white; border-radius: 12px; padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  font-size: 13px;
}
.tech-card i { color: var(--primary); font-size: 22px; }
.tech-card strong { display: block; font-weight: 700; color: var(--dark); }
.tech-card span { color: var(--muted); }

.exp-badge {
  position: absolute; bottom: -16px; right: -16px; z-index: 2;
  background: var(--primary); color: white; border-radius: 14px;
  padding: 16px 20px; text-align: center;
  box-shadow: 0 8px 24px rgba(14,165,233,0.4);
}
.exp-badge span { display: block; font-family: 'Outfit', sans-serif; font-size: 32px; font-weight: 800; line-height: 1; }
.exp-badge small { font-size: 12px; opacity: 0.8; }

.why-content .section-tag { margin-bottom: 12px; }
.why-content h2 { font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 800; color: var(--dark); margin-bottom: 12px; line-height: 1.2; }
.why-content > p { color: var(--muted); font-size: 16px; margin-bottom: 32px; line-height: 1.6; }

.why-list { display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-icon { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 18px; flex-shrink: 0; }
.why-item h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.why-item p { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ========== PRICING ========== */
.pricing { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.pricing-card {
  background: var(--light); border: 2px solid var(--border);
  border-radius: var(--radius); padding: 28px; position: relative;
  transition: all .3s;
}
.pricing-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.pricing-card.popular { border-color: var(--primary); background: white; }

.pricing-type { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.pop-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; font-size: 11px; font-weight: 700; padding: 3px 14px; border-radius: 20px; white-space: nowrap; }

.price-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.price-table tr { border-bottom: 1px solid var(--border); }
.price-table tr:last-child { border: none; }
.price-table td { padding: 10px 4px; font-size: 14px; color: var(--text); }
.price-table td:last-child { text-align: right; font-weight: 700; color: var(--primary); }

.amc-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.amc-plan { background: var(--light); border: 2px solid var(--border); border-radius: 12px; padding: 16px; }
.amc-plan.highlight { background: var(--dark); border-color: var(--primary); color: white; }
.amc-plan h4 { font-family: 'Outfit', sans-serif; font-weight: 700; margin-bottom: 6px; }
.amc-plan.highlight h4 { color: white; }
.amc-price { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.amc-plan.highlight .amc-price { color: #7dd3fc; }
.amc-price small { font-size: 14px; font-weight: 400; }
.amc-plan ul { display: flex; flex-direction: column; gap: 5px; }
.amc-plan li { font-size: 12px; display: flex; align-items: center; gap: 6px; }
.amc-plan li i { color: var(--primary); font-size: 10px; }
.amc-plan.highlight li { color: #94a3b8; }
.amc-plan.highlight li i { color: #7dd3fc; }

/* ========== HOW IT WORKS ========== */
.how-it-works { background: var(--dark); }
.how-it-works .section-header .section-tag { background: rgba(14,165,233,0.2); color: #7dd3fc; }
.how-it-works .section-header h2 { color: white; }
.how-it-works .section-header p { color: #64748b; }

.steps { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.step { text-align: center; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 32px 24px; flex: 1; min-width: 180px; max-width: 240px; transition: .3s; }
.step:hover { background: rgba(14,165,233,0.1); border-color: rgba(14,165,233,0.3); }
.step-num { font-family: 'Outfit', sans-serif; font-size: 48px; font-weight: 900; color: rgba(14,165,233,0.2); line-height: 1; margin-bottom: 12px; }
.step-icon { width: 56px; height: 56px; background: rgba(14,165,233,0.15); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--primary); margin: 0 auto 16px; }
.step h3 { font-family: 'Outfit', sans-serif; font-weight: 700; color: white; margin-bottom: 8px; }
.step p { font-size: 13px; color: #64748b; line-height: 1.5; }
.step-arrow { color: #334155; font-size: 20px; }

/* ========== BOOK SECTION ========== */
.book-section { background: var(--light); }
.book-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: flex-start; }

.book-info .section-tag { display: block; margin-bottom: 12px; }
.book-info h2 { font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 800; color: var(--dark); margin-bottom: 12px; line-height: 1.2; }
.book-info > p { color: var(--muted); font-size: 16px; line-height: 1.6; margin-bottom: 28px; }

.contact-chips { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.contact-chips a { display: flex; align-items: center; gap: 12px; padding: 12px 18px; background: white; border: 1px solid var(--border); border-radius: 10px; font-weight: 600; color: var(--dark); transition: .2s; }
.contact-chips a:hover { border-color: var(--primary); color: var(--primary); }
.contact-chips a i { color: var(--primary); font-size: 16px; width: 20px; text-align: center; }
.contact-chips a .fab.fa-whatsapp { color: #25d366; }

.service-areas h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
.areas { display: flex; flex-wrap: wrap; gap: 8px; }
.areas span { padding: 5px 14px; background: white; border: 1px solid var(--border); border-radius: 20px; font-size: 13px; color: var(--text); }

.book-form-box { background: white; border-radius: 20px; padding: 36px; box-shadow: var(--shadow); }
.book-form-box h3 { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 24px; }

/* ========== TESTIMONIALS ========== */
.testimonials { background: var(--dark); }
.testimonials .section-header .section-tag { background: rgba(14,165,233,0.2); color: #7dd3fc; }
.testimonials .section-header h2 { color: white; }
.testimonials .section-header p { color: #64748b; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 24px; transition: .3s; }
.review-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(14,165,233,0.3); transform: translateY(-4px); }
.stars { color: var(--accent); font-size: 16px; margin-bottom: 12px; }
.review-card p { font-size: 14px; color: #94a3b8; line-height: 1.7; margin-bottom: 16px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 700; color: white; font-size: 16px; flex-shrink: 0; }
.reviewer strong { display: block; color: white; font-weight: 600; font-size: 14px; }
.reviewer span { font-size: 12px; color: #64748b; }

/* ========== CONTACT ========== */
.contact-section { background: var(--light); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; align-items: flex-start; }

.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; background: white; border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
.info-card i { color: var(--primary); font-size: 20px; margin-top: 2px; width: 24px; text-align: center; flex-shrink: 0; }
.info-card h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.info-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.info-card a { color: var(--primary); font-weight: 500; }

.contact-form-box { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 36px; }

/* ========== FOOTER ========== */
.footer { background: var(--dark); color: #64748b; }
.footer-main { padding: 60px 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }

.footer-brand p { font-size: 14px; line-height: 1.7; margin: 16px 0 20px; max-width: 280px; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 36px; height: 36px; background: rgba(255,255,255,0.06); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #64748b; transition: .2s; }
.social-links a:hover { background: var(--primary); color: white; }

.footer-col h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: white; margin-bottom: 16px; font-size: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a { font-size: 14px; color: #64748b; transition: .2s; }
.footer-col li a:hover { color: var(--primary); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: #64748b; transition: .2s; }
.footer-links a:hover { color: var(--primary); }

/* ========== FLOATING WHATSAPP ========== */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  background: #25d366; color: white; border-radius: 50px;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 20px; font-weight: 600; font-size: 14px;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  transition: all .3s; animation: pulse 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.05); box-shadow: 0 12px 32px rgba(37,211,102,0.5); }
.whatsapp-float i { font-size: 22px; }
@keyframes pulse { 0%,100% { box-shadow: 0 8px 24px rgba(37,211,102,0.4); } 50% { box-shadow: 0 8px 32px rgba(37,211,102,0.7); } }

/* ========== MODAL ========== */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: none; align-items: center; justify-content: center; }
.modal-overlay.active { display: flex; }
.modal { background: white; border-radius: 20px; padding: 48px 36px; text-align: center; max-width: 400px; width: 90%; animation: modalIn .3s ease; }
@keyframes modalIn { from { opacity: 0; transform: scale(0.8) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal-icon { font-size: 60px; color: #10b981; margin-bottom: 16px; }
.modal h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.modal p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 24px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { max-width: 480px; margin: 0 auto; }
  .hero-text h1 { font-size: 44px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .book-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .topbar .container { justify-content: center; }
  .topbar-right { display: none; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); padding: 16px 20px; z-index: 100; }
  .hero { padding: 60px 0 40px; }
  .hero-text h1 { font-size: 34px; }
  .hero-stats { gap: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: stretch; }
  .step-arrow { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .amc-plans { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .section-header h2 { font-size: 30px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { border-radius: 50%; padding: 14px; }
}
