:root {
  --pink: #e88fb4;
  --pink-soft: rgba(232, 143, 180, 0.12);
  --text-dark: #222222;
  --text-light: #666666;
  --border: #e3e3e3;
  --bg-page: #f9f6f7;
  --bg-card: #ffffff;
}

/* RESET + BASE */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-page);
  color: var(--text-dark);
  line-height: 1.5;
}

h1,
h2,
h3,
.hero-badge,
.navbar-brand span,
.section-title,
.testimonials-title,
.why-section h2,
.venues-section h2,
.faq-section h2 {
  font-family: "Playfair Display", serif;
}

/* NAVBAR */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 143, 180, 0.16);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-brand span {
  text-decoration: none;
}

.navbar-brand .logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.navbar-links {
  display: flex;
  gap: 18px;
  font-size: 0.9rem;
  align-items: center;
}

.navbar-links a {
  color: #333333;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.navbar-links a:hover {
  opacity: 1;
  color: var(--pink);
}

.btn-nav {
  border-radius: 999px;
  padding: 8px 20px;
  background: var(--pink);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(232, 143, 180, 0.45);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-nav:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(232, 143, 180, 0.55);
}

/* HERO */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
  color: #ffffff;
  background-image: url("images/hero-wedding-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* avoids iPhone weirdness */
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.hero-inner {
  max-width: 720px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  margin-bottom: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-badge span {
  font-size: 0.75rem;
  opacity: 0.9;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.hero h1 span {
  color: var(--pink);
}

.hero p {
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto 24px;
  color: #f3f3f3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn-primary {
  border-radius: 999px;
  padding: 13px 30px;
  background: var(--pink);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(232, 143, 180, 0.55);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-primary:hover {
  opacity: 0.94;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(232, 143, 180, 0.65);
  text-decoration: none;
}

.btn-secondary {
  border-radius: 999px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.hero-meta {
  margin-top: 22px;
  font-size: 0.78rem;
  opacity: 0.9;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-trust {
  margin-top: 6px;
  font-size: 0.86rem;
  opacity: 0.9;
}

.hero-subcopy {
  margin-top: 26px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}

/* Bottom fade to hide photographer stamp on mobile crop */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* PARALLAX STRIP */

.parallax-strip {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 18px;
  color: #ffffff;
  background-image:
    linear-gradient(to right, rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.88)),
    url("images/hero-detail-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.parallax-strip-inner {
  max-width: 740px;
}

.parallax-strip h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.parallax-strip p {
  font-size: 0.98rem;
  color: #f5f5f5;
}

/* CONTENT SECTION: WHAT TO EXPECT */

.content-section {
  max-width: 1100px;
  margin: 70px auto 50px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
  gap: 40px;
}

.content-label {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 8px;
}

.content-section h2 {
  font-size: 1.9rem;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.content-section p {
  font-size: 0.96rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

.content-section ul {
  margin-top: 6px;
  padding-left: 18px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.content-card {
  border-radius: 18px;
  border: 1px solid rgba(232, 143, 180, 0.26);
  padding: 20px 22px;
  background: var(--bg-card);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--pink);
  flex-shrink: 0;
  margin-top: 2px;
  background: #fff;
}

.note {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 6px;
}

/* WHY SECTION */

.why-section {
  max-width: 1100px;
  margin: 20px auto 70px;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.why-section p {
  font-size: 0.96rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.why-item {
  background: var(--bg-card);
  border-radius: 14px;
  border: 1px solid #f0e3ea;
  padding: 14px 16px;
  font-size: 0.9rem;
  color: var(--text-light);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03);
}

.why-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-dark);
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
}

/* SERVICES SECTION */

.services-section {
  max-width: 1100px;
  margin: 40px auto 70px;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-intro h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.services-intro p {
  font-size: 0.96rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 4px;
}

.service-card {
  background: var(--bg-card);
  border-radius: 16px;
  border: 1px solid #f0e3ea;
  padding: 18px 18px 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.service-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-dark);
}

.service-tag {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--pink);
  margin-bottom: 8px;
}

.service-text {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* STATS / BY THE NUMBERS */

.stats-section {
  background: #fdf7fa;
  border-top: 1px solid #f2dde6;
  border-bottom: 1px solid #f2dde6;
  padding: 24px 20px 26px;
  margin-bottom: 70px;
}

.stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
}

.stat-item {
  min-width: 180px;
  text-align: center;
}

.stat-number {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
}

.stat-label {
  font-size: 0.86rem;
  color: var(--text-light);
  margin-top: 3px;
}

/* TESTIMONIALS */

.testimonials {
  padding: 80px 20px;
  background: #ffffff;
  border-top: 1px solid #f2dde6;
  border-bottom: 1px solid #f2dde6;
}

.testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials-title {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 52px;
  color: #222;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.testimonial-card.luxe {
  background: #ffffff;
  border: 1px solid rgba(232, 143, 180, 0.4);
  border-radius: 16px;
  padding: 32px 26px 38px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 78px;
  line-height: 0.5;
  color: rgba(232, 143, 180, 0.4);
  position: absolute;
  top: 6px;
  left: 16px;
  pointer-events: none;
}

.testimonial-quote {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #444;
  margin-top: 22px;
}

.testimonial-name {
  margin-top: 22px;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  font-family: "Playfair Display", serif;
}

.testimonial-label {
  font-size: 0.86rem;
  color: #777;
  margin-top: 3px;
}

/* VENUES STRIP */

.venues-section {
  max-width: 1000px;
  margin: 40px auto 50px;
  padding: 0 18px;
  text-align: center;
}

.venues-section h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.venues-text {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 16px;
}

.venues-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.venue-pill {
  border-radius: 999px;
  border: 1px solid #e6d9df;
  padding: 7px 16px;
  font-size: 0.86rem;
  background: #ffffff;
  color: #444;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

/* FAQ */

.faq-section {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0 18px;
}

.faq-section h2 {
  font-size: 1.7rem;
  margin-bottom: 8px;
  text-align: left;
}

.faq-intro {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 18px;
}

.faq-item {
  border-top: 1px solid #ece2e7;
  padding: 12px 0;
}

.faq-question {
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-toggle {
  font-size: 1.1rem;
  opacity: 0.6;
  margin-left: 8px;
}

.faq-answer {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 6px;
  display: none;
}

.faq-answer.open {
  display: block;
}

/* FOOTER */

footer {
  background: #fdfafb;
  border-top: 1px solid #efdee7;
  margin-top: 60px;
  padding-top: 34px;
}

.footer-gallery {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 8px;
}

.footer-gallery-item {
  position: relative;
  padding-top: 65%;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.footer-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 26px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Brand column centred */

.footer-brand {
  align-items: center;
  text-align: center;
}

.footer-logo {
  height: 85px;
  object-fit: contain;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.5;
}

.footer-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  text-decoration: none;
  color: #666;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--pink);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #555;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.2s ease;
}

.footer-social a:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.footer-cta {
  border-radius: 999px;
  padding: 9px 22px;
  background: var(--pink);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(232, 143, 180, 0.45);
  align-self: center;
  margin-top: 4px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.footer-cta:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 11px 24px rgba(232, 143, 180, 0.6);
}

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  padding: 12px 0 18px;
  border-top: 1px solid #efdee7;
  margin-top: 12px;
}

/* MODALS AND FORMS */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1500;
}

.modal-overlay.open {
  display: flex;
}

.modal-content {
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.modal-header {
  position: sticky;
  top: -24px;
  padding-bottom: 8px;
  background: linear-gradient(to bottom, #ffffff 92%, rgba(255, 255, 255, 0));
  z-index: 2;
  margin-bottom: 6px;
}

.modal-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-dark);
}

.modal-subtitle {
  font-size: 0.9rem;
  color: var(--text-light);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-light);
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.08);
}

form {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--border);
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.03);
  margin-top: 10px;
}

.section {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--pink);
  margin-bottom: 8px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--text-dark);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 9px 11px;
  font-size: 0.9rem;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  background: #ffffff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 1px rgba(232, 143, 180, 0.28);
}

textarea {
  min-height: 70px;
  resize: vertical;
}

.option-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}

.option-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 4px;
}

.option-inline label,
.option-group label {
  font-weight: 400;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}

.option-inline input,
.option-group input {
  width: auto;
}

.submit-row {
  text-align: center;
  margin-top: 10px;
}

button[type="submit"] {
  border: none;
  border-radius: 999px;
  padding: 11px 30px;
  background: var(--pink);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.96rem;
  cursor: pointer;
  margin-top: 4px;
  box-shadow: 0 12px 26px rgba(232, 143, 180, 0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

button[type="submit"]:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 15px 32px rgba(232, 143, 180, 0.6);
}

.form-message {
  font-size: 0.85rem;
  margin-top: 8px;
  text-align: center;
}

.form-message.success {
  color: #1b7c3b;
}

.form-message.error {
  color: #b23232;
}

/* FLOATING WHATSAPP BUTTON */

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  z-index: 1600;
  font-size: 0.9rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.whatsapp-float:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
  opacity: 0.95;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Kill blue / underline inside the pink hero button */
.btn-primary a {
  color: inherit !important;
  text-decoration: none !important;
}

.btn-primary a:visited,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active {
  color: inherit !important;
  text-decoration: none !important;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 900px) {
  .content-section {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 50px;
  }

  .why-section {
    margin-bottom: 60px;
  }

  .services-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .stats-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  /* navbar */
  .navbar {
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
  }

  .navbar-brand .logo {
    height: 26px;
  }

  .navbar-brand span {
    font-size: 0.9rem;
  }

  .navbar-links a {
    display: none;
  }

  .navbar-links {
    display: flex;
    align-items: center;
  }

  .btn-nav {
    width: auto !important;
    max-width: none !important;
    padding: 0.3rem 0.9rem;
    font-size: 0.8rem;
    box-shadow: none;
    margin: 0 0.25rem 0 0.5rem;
  }

  /* hero layout */
  .hero {
    padding: 4.5rem 1.25rem 3.5rem;
    text-align: left;
    background-position: center 8%;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-badge {
    font-size: 0.8rem;
  }

  .hero p {
    font-size: 0.95rem;
  }

  /* center and resize hero buttons on mobile */
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 80%;
    max-width: 320px;
    text-align: center;
  }

  .hero-subcopy {
    margin-top: 2.5rem;
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .hero,
  .hero-inner {
    padding-bottom: 3.5rem;
  }

  /* parallax strip */
  .parallax-strip {
    padding: 2rem 1.25rem;
    text-align: left;
    background-attachment: scroll;
  }

  /* stack sections */
  .content-section,
  .why-section {
    display: block;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .why-item {
    padding: 0.9rem 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .service-card {
    padding: 1.3rem 1.1rem;
  }

  .stats-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: left;
  }

  .stat-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.75rem;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .testimonials {
    padding: 60px 16px;
  }

  .testimonials-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .testimonial-card {
    padding: 1.25rem 1.1rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 0.85rem 0.75rem;
  }

  .faq-answer {
    font-size: 0.9rem;
    padding: 0.75rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .section {
    padding: 1.25rem 1rem;
  }

  .submit-row button {
    width: 100%;
  }

  /* modal full-screen style on mobile */
  .modal-content {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
    padding: 1.25rem 1.1rem 1.75rem;
    overflow-y: auto;
  }

  .modal-header {
    margin-bottom: 1rem;
  }

  .modal-title {
    font-size: 1.4rem;
  }

  .modal-subtitle {
    font-size: 0.9rem;
  }

  .modal-close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .footer-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    padding: 2rem 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-bottom {
    font-size: 0.8rem;
    padding: 0.9rem 1.25rem;
  }

  .whatsapp-float {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 44px;
    height: 44px;
    font-size: 0.9rem;
  }

  /* Force Start Planning button to center on mobile */
  .btn-primary {
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-actions,
  .hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

@media (max-width: 600px) {
  .footer-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Extra-small screens: form alignment + modal tweaks */
@media (max-width: 480px) {
  /* Make 2-column grids become 1 column with spacing */
  .grid-2 {
    display: block;
  }

  .grid-2 .form-group + .form-group {
    margin-top: 14px;
  }

  /* Option rows (Yes/No, Indoors/Outdoors, etc.) stacked neatly */
  .option-inline,
  .option-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .option-inline label,
  .option-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
    margin: 0;
    text-align: left;
  }

  .form-group .option-inline,
  .form-group .option-group {
    margin-top: 6px;
  }

  .modal-content {
    padding-top: 28px;
  }

  .modal-title {
    font-size: 1.45rem;
  }

  .modal-subtitle {
    font-size: 0.9rem;
  }
}
