:root {
  --bg: #f6efe4;
  --bg-soft: #fbf8f2;
  --paper: #fffdfa;
  --ink: #1f1a16;
  --muted: #6f645a;
  --line: rgba(31, 26, 22, 0.1);
  --accent: #b24a2a;
  --accent-deep: #822e16;
  --forest: #20352e;
  --forest-soft: #2b473d;
  --shadow: 0 20px 60px rgba(36, 24, 16, 0.14);
  --radius: 24px;
  --container: 1180px;
  --space-section: clamp(72px, 10vw, 116px);
  --space-stack: clamp(20px, 2.8vw, 32px);
  --copy-width: 68ch;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(178, 74, 42, 0.14), transparent 32%),
    radial-gradient(circle at bottom right, rgba(32, 53, 46, 0.14), transparent 26%),
    linear-gradient(180deg, #f4ebdd 0%, #f8f4ec 42%, #fffaf2 100%);
}

p,
ul,
ol {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 242, 0.74);
  border-bottom: 1px solid rgba(31, 26, 22, 0.06);
}

.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-text strong,
.eyebrow,
.plan-tag,
.card-label {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.96rem;
}

.hero {
  padding: clamp(88px, 11vw, 132px) 0 72px;
}

.hero-grid,
.about-grid,
.enquiry-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
}

.hero-copy h1,
.section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 12ch;
}

.eyebrow,
.plan-tag,
.card-label {
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lead,
.section-heading p,
.service-card p,
.plan-card li,
.about-panel p,
.site-footer p,
.form-note {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy {
  display: grid;
  gap: var(--space-stack);
  padding-top: 12px;
}

.hero-copy .lead,
.section-heading p,
.about-grid > div > p,
.enquiry-heading p {
  max-width: var(--copy-width);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 4px 0 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-deep);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-color: rgba(31, 26, 22, 0.1);
}

.section-dark .btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: transparent;
}

.section-dark .btn-secondary:hover {
  background: #f5efe7;
}

.btn-block {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hero-stats article,
.hero-card,
.service-card,
.plan-card,
.about-panel,
.enquiry-form-wide {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-stats article {
  padding: 22px 20px;
  background: rgba(255, 253, 250, 0.72);
}

.hero-stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.16rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-card {
  padding: 32px;
  background: rgba(255, 252, 247, 0.94);
}

.hero-card h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Cormorant Garamond", serif;
}

.enquiry-form,
.enquiry-form-wide {
  display: grid;
  gap: 18px;
}

.enquiry-form-wide {
  padding: 34px;
  background: rgba(255, 255, 255, 0.84);
}

.requirement-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.enquiry-form label,
.enquiry-form-wide label {
  display: grid;
  gap: 9px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(31, 26, 22, 0.12);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(178, 74, 42, 0.2);
  border-color: var(--accent);
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--forest);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.section {
  padding: var(--space-section) 0;
}

.section-light {
  background: transparent;
}

.section-dark {
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-soft) 100%);
  color: #f5efe7;
}

.section-dark .eyebrow,
.section-dark .plan-tag {
  color: #efc9b9;
}

.section-dark .lead,
.section-dark .section-heading p,
.section-dark .plan-card li {
  color: rgba(245, 239, 231, 0.76);
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: none;
}

.service-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card,
.plan-card {
  padding: 30px 28px;
  background: rgba(255, 252, 247, 0.78);
}

.plan-card {
  background: rgba(255, 255, 255, 0.08);
}

.plan-card.featured {
  background: linear-gradient(180deg, rgba(239, 201, 185, 0.22), rgba(255, 255, 255, 0.06));
  border-color: rgba(239, 201, 185, 0.28);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  line-height: 1;
}

.plan-card ul {
  list-style: none;
  padding-left: 0;
}

.plan-card li {
  padding-left: 24px;
  position: relative;
}

.plan-card li::before {
  content: "✅";
  position: absolute;
  left: 0;
  font-size: 0.78em;
  top: 3px;
}

.service-card h3,
.plan-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.price {
  margin: 0 0 22px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.plan-card ul {
  padding-left: 18px;
  min-height: 190px;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}

.price-usd {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}

.price-note {
  margin: -10px 0 14px;
  font-size: 0.82rem;
  color: rgba(245, 239, 231, 0.6);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pricing-breakdown {
  margin: 32px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.05);
}

.pricing-breakdown-row {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-breakdown-row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.pricing-breakdown-row strong {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 231, 0.55);
}

.pricing-breakdown-row span {
  font-size: 1.15rem;
  font-weight: 700;
  color: #efc9b9;
  letter-spacing: -0.01em;
}

.plans-terms {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(245, 239, 231, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
}

.plans-terms strong {
  color: rgba(245, 239, 231, 0.95);
}

.about-panel {
  display: grid;
  gap: 22px;
  padding: 32px;
  background: rgba(255, 253, 250, 0.78);
}

.about-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

/* ── Reviews ─────────────────────────────────── */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.review-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-stars {
  color: #f5c842;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.review-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(245, 239, 231, 0.82);
  flex: 1;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

.review-author strong {
  font-size: 0.97rem;
  color: #f5efe7;
}

.review-author span {
  font-size: 0.82rem;
  color: rgba(245, 239, 231, 0.5);
  letter-spacing: 0.02em;
}

/* ── FAQ ─────────────────────────────────────── */

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  list-style: none;
  color: var(--ink);
  gap: 16px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--muted);
}

.faq-item p strong {
  color: var(--ink);
}

.enquiry-section {
  background:
    radial-gradient(circle at top right, rgba(178, 74, 42, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.82), rgba(245, 236, 221, 0.9));
}

.enquiry-layout {
  width: min(1380px, calc(100% - 32px));
  margin: 0 auto;
}

.enquiry-heading {
  max-width: 78ch;
}

.form-switch-note {
  padding: 16px 18px;
  border: 1px dashed rgba(178, 74, 42, 0.28);
  border-radius: 18px;
  background: rgba(178, 74, 42, 0.05);
  color: var(--accent-deep);
  font-weight: 700;
  line-height: 1.65;
}

.form-section {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.74);
}

.form-section h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.full-width {
  grid-column: 1 / -1;
}

.site-footer {
  border-top: 1px solid rgba(31, 26, 22, 0.08);
  background: rgba(255, 250, 244, 0.88);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 700;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.footer-contact a {
  font-size: 0.9rem;
  color: var(--accent);
  font-weight: 600;
}

.footer-contact a:hover {
  color: var(--accent-deep);
}

.enquiry-contact {
  margin-top: 12px;
  font-size: 0.92rem;
  color: var(--muted);
}

.enquiry-contact a {
  color: var(--accent);
  font-weight: 600;
}

.enquiry-contact a:hover {
  color: var(--accent-deep);
}

/* ── WhatsApp Widget ─────────────────────────── */

.whatsapp-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 12px 18px 12px 14px;
  border-radius: 50px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.38);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-widget:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.48);
}

.whatsapp-widget svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.whatsapp-label {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .enquiry-grid,
  .service-grid,
  .plans-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .section-heading h2 {
    max-width: none;
  }

  .site-nav {
    display: none;
  }

  .requirement-form,
  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 64px;
  }

  .hero-card,
  .service-card,
  .plan-card,
  .about-panel,
  .enquiry-form-wide {
    padding: 24px;
  }

  .nav-wrap,
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .requirement-form,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    gap: 22px;
  }

  .hero-copy .lead,
  .section-heading p,
  .about-grid > div > p,
  .enquiry-heading p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }
}
