/* LaLaMo.io — rebuilt for Netlify */
:root {
  --accent: #f650ff;
  --hero-navy: #073858;
  --dark: #1e1e1e;
  --page-dark: #333333;
  --purple: #1e062c;
  --azure: #0099ff;
  --ink: #111827;
  --footer: #4f4f4f;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; font-size: 18px; color: var(--ink); background: #fff; }
h1, h2, h3 { font-family: 'Roboto', sans-serif; font-weight: 500; line-height: 1.15; }
h1 { font-size: 72px; }
h2 { font-size: 48px; }
h3 { font-size: 32px; }
p { line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

/* Header */
header { background: #000; position: relative; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 40px; max-width: 1440px; margin: 0 auto; }
.logo img { height: 52px; width: auto; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; font-size: 16px; color: #fff; text-decoration: none; padding-bottom: 4px; border-bottom: 2px solid transparent; }
nav a:hover { border-bottom-color: rgba(255,255,255,.5); }
nav a.active { border-bottom-color: #fff; }
.socials { display: flex; align-items: center; gap: 18px; }
.socials a { display: inline-flex; }
.socials svg { width: 24px; height: 24px; fill: #fff; }

/* Buttons */
.btn { display: inline-block; background: var(--accent); color: #1a1a1a; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; padding: 13px 30px; border-radius: 6px; transition: filter .15s ease; }
.btn:hover { filter: brightness(1.08); }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; background: url('images/hero-bg.jpg') center/cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: var(--hero-navy); opacity: .82; }
.hero-content { position: relative; z-index: 1; max-width: 900px; padding: 100px 40px; color: #fff; }
.hero h1 { color: #fff; margin-bottom: 36px; }
.hero p { max-width: 820px; margin-bottom: 28px; }
.hero .btn { margin-top: 8px; }

/* Two-column feature */
.feature { padding: 100px 0; }
.feature .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.feature img { border-radius: 8px; }
.feature h2 { margin-bottom: 28px; }
.feature p { margin-bottom: 24px; }
.feature .btn { margin-top: 8px; }

/* Services */
.services { background: var(--dark); color: #fff; padding: 100px 0 110px; }
.services h2 { color: #fff; margin-bottom: 64px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.service-card { display: flex; flex-direction: column; }
.service-card img { border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 32px; }
.service-card h3 { color: #fff; margin-bottom: 20px; }
.service-card p { color: #e5e5e5; margin-bottom: 26px; }
.service-card .btn { margin-top: auto; align-self: flex-start; }

/* Testimonial */
.testimonial { background: var(--azure); padding: 90px 0; }
.testimonial blockquote { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 34px; line-height: 1.35; color: var(--ink); max-width: 1100px; }
.testimonial cite { display: block; font-family: 'Poppins', sans-serif; font-style: normal; font-weight: 400; font-size: 20px; margin-top: 28px; color: var(--ink); }

/* Client gallery */
.clients { padding: 100px 0; }
.clients h2 { text-align: center; margin-bottom: 60px; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.clients-grid img { border-radius: 8px; aspect-ratio: 3/2; object-fit: cover; width: 100%; }

/* Map */
.map-section { position: relative; }
.map-section iframe { width: 100%; height: 500px; border: 0; display: block; }
.map-section #map { width: 100%; height: 500px; z-index: 1; }
.map-card { position: absolute; top: 90px; left: 40px; z-index: 10; background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.12); padding: 44px 56px; min-width: 380px; }
.map-card h2 { font-size: 36px; margin-bottom: 14px; }
.map-card p { color: #374151; }

/* Scheduling */
.scheduling { background: var(--purple); color: #fff; padding: 100px 0 110px; }
.scheduling h2 { color: #fff; text-align: center; margin-bottom: 70px; }
.calendly-inline-widget { border-radius: 10px; overflow: hidden; }

/* Dark subpages */
.page-dark { background: var(--page-dark); color: #fff; }
.page-hero { padding: 90px 0; }
.page-hero .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.page-hero.text-first .container { grid-template-columns: 1.1fr 1fr; }
.page-hero img { border-radius: 8px; }
.page-hero h1 { font-size: 40px; color: #fff; margin-bottom: 32px; }
.page-hero p { color: #f3f4f6; margin-bottom: 26px; }
.page-hero .btn { margin-top: 6px; }

/* Contact form */
.contact-section { background: var(--page-dark); color: #fff; padding: 90px 0; }
.contact-section .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy h1, .contact-copy h2 { color: #fff; font-size: 40px; margin-bottom: 24px; }
.contact-copy p { color: #f3f4f6; }
form .field { margin-bottom: 22px; }
form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
form label { display: block; font-size: 17px; margin-bottom: 8px; color: #fff; }
form input, form textarea { width: 100%; background: #444; border: 1px solid #555; border-radius: 8px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 16px; padding: 12px 14px; }
form input:focus, form textarea:focus { outline: 2px solid var(--accent); border-color: transparent; }
form textarea { min-height: 160px; resize: vertical; }
.form-footer { display: flex; align-items: center; gap: 24px; margin-top: 6px; }
.hidden { display: none; }

/* Footer */
footer { background: var(--footer); color: #fff; padding: 70px 0 60px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 36px; }
.footer-logo { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 24px; }
.footer-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; }
.footer-nav a { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; font-size: 16px; color: #fff; text-decoration: none; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.footer-nav a:hover, .footer-nav a.active { border-bottom-color: #fff; }

/* Thanks page */
.thanks { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 24px; }
.thanks h1 { font-size: 48px; color: #fff; margin-bottom: 24px; }
.thanks p { color: #f3f4f6; margin-bottom: 36px; }

/* Responsive */
@media (max-width: 1024px) {
  h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .services-grid, .clients-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  h1 { font-size: 40px; }
  .header-inner { flex-wrap: wrap; padding: 14px 20px; }
  nav { margin-left: 0; gap: 18px; flex-wrap: wrap; }
  .container { padding: 0 20px; }
  .feature .container, .page-hero .container, .page-hero.text-first .container, .contact-section .container { grid-template-columns: 1fr; gap: 44px; }
  .services-grid, .clients-grid { grid-template-columns: 1fr; }
  form .row { grid-template-columns: 1fr; }
  .map-card { position: static; min-width: 0; margin: 0; border-radius: 0; box-shadow: none; padding: 36px 20px; }
  .testimonial blockquote { font-size: 26px; }
}
