:root {
  --bg: #fffafc;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-soft: #fff4f8;
  --surface-muted: #ffe7ee;
  --text: #463844;
  --text-strong: #2a2a2a;
  --brand: #f3adc0;
  --brand-dark: #c95f7b;
  --border: #f7d6e2;
  --shadow: 0 12px 28px rgba(220, 164, 180, 0.12);
  --shadow-soft: 0 8px 18px rgba(220, 164, 180, 0.08);
  --radius: 20px;
  --radius-sm: 12px;
  --space: 1.2rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Open Sans', 'Quicksand', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(circle at 8% 12%, rgba(244, 191, 208, 0.18) 0, rgba(244, 191, 208, 0.18) 52px, transparent 53px),
    radial-gradient(circle at 92% 18%, rgba(250, 216, 228, 0.16) 0, rgba(250, 216, 228, 0.16) 72px, transparent 73px),
    radial-gradient(circle at 16% 72%, rgba(255, 226, 235, 0.18) 0, rgba(255, 226, 235, 0.18) 60px, transparent 61px),
    radial-gradient(circle at 84% 82%, rgba(247, 205, 219, 0.14) 0, rgba(247, 205, 219, 0.14) 88px, transparent 89px),
    linear-gradient(180deg, #fffafc 0%, #fffdfd 100%);
  line-height: 1.54;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
p,
li,
a {
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  color: #5a2f40;
  padding: 0.6rem 0.9rem;
  border: 1px solid #ffd7e4;
  border-radius: 12px;
  z-index: 2000;
  transition: left 0.2s ease;
}

.skip-link:focus-visible {
  left: 0.7rem;
}

:focus-visible {
  outline: 2px solid #ff89a3;
  outline-offset: 2px;
}

.container {
  max-width: 1180px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(244, 197, 208, 0.55);
  box-shadow: 0 8px 20px rgba(226, 184, 197, 0.08);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  overflow: hidden;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--brand-dark);
  text-decoration: none;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 14px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--brand-dark);
  outline: none;
}

a.cta-btn,
.primary-btn,
.secondary-btn {
  border-radius: 999px;
  padding: 0.62rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.22s ease;
}

.cta-btn,
.primary-btn {
  background: linear-gradient(135deg, var(--brand), #ffd8e2);
  color: #511d2c;
  border-color: var(--brand-dark);
}

.cta-btn:hover,
.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-dark);
  border-color: #f8c1cd;
  box-shadow: var(--shadow-soft);
}

.secondary-btn:hover {
  background: var(--surface-soft);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid #ffcee0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  padding: 0.45rem 0.65rem;
  line-height: 1;
  font-size: 1.35rem;
  min-width: 46px;
  min-height: 46px;
  box-shadow: var(--shadow-soft);
}

.site-header.active .site-nav {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero {
  position: relative;
  padding: 4.5rem 0 2.5rem;
  background: linear-gradient(180deg, rgba(255, 246, 249, 0.82) 0%, rgba(255, 255, 255, 0.74) 100%);
  overflow: hidden;
}

.bubble-bg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(248, 211, 223, 0.2) 0, rgba(248, 211, 223, 0.2) 90px, transparent 91px),
    radial-gradient(circle at 88% 28%, rgba(255, 225, 234, 0.2) 0, rgba(255, 225, 234, 0.2) 110px, transparent 111px),
    radial-gradient(circle at 25% 88%, rgba(246, 203, 218, 0.14) 0, rgba(246, 203, 218, 0.14) 75px, transparent 76px),
    radial-gradient(circle at 78% 82%, rgba(255, 233, 240, 0.16) 0, rgba(255, 233, 240, 0.16) 130px, transparent 131px);
  opacity: 1;
  z-index: -1;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-content {
  padding: 1.35rem;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(247, 214, 226, 0.8);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.label {
  display: inline-block;
  background: #ffe5ea;
  color: #a02f4a;
  font-weight: 700;
  border-radius: 12px;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.9rem;
  font-size: 0.8rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 5vw, 2.25rem);
  color: #5b2534;
}

.hero-subheading {
  font-size: 1.05rem;
  max-width: 48ch;
  margin-bottom: 1.2rem;
  color: #5a4550;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.trust-line {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  color: #865463;
}

.trust-line li {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #ffe1ea;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.86rem;
  box-shadow: var(--shadow-soft);
}

.section {
  padding: 3.5rem 0;
}

.section h2 {
  font-size: 1.75rem;
  margin: 0 0 0.7rem;
  color: #5d2f41;
}

.section-intro {
  margin: 0 0 1.35rem;
  color: #6b495b;
}

.services .service-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.service-grid {
  grid-template-columns: 1fr;
}

.card,
.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.card h3 {
  margin-top: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-card p {
  margin: 0;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
}

.pricing-card,
.pricing-note {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

.pricing-card h3,
.pricing-note h3 {
  margin: 0;
  color: #5b2534;
}

.pricing-kicker {
  margin: 0.45rem 0 0;
  color: #a24a63;
  font-size: 0.9rem;
  font-weight: 700;
}

.pricing-card p,
.pricing-note p {
  color: #5a4855;
}

.pricing-table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid #f4d3de;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.pricing-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f8dbe5;
  color: #4f3b48;
  vertical-align: top;
}

.pricing-table thead th {
  background: #fff1f6;
  color: #7b3550;
  font-size: 0.92rem;
}

.pricing-table tbody th {
  font-weight: 700;
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-note {
  margin-top: 1rem;
  background: rgba(255, 246, 248, 0.92);
  box-shadow: var(--shadow-soft);
}

.service-points {
  margin: 0;
  padding-left: 1.1rem;
  color: #5f3d4c;
  display: grid;
  gap: 0.38rem;
}

.service-points li {
  line-height: 1.45;
}

.card p,
.review-card p {
  margin: 0.6rem 0 0;
  color: #5a4855;
}

.about-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.about-grid {
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}

.about-text {
  padding-right: 0;
}

.about-intro {
  font-size: 1.1rem;
  font-weight: 700;
  color: #5b2534;
  margin-bottom: 0.75rem;
}

.features-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.features-list li {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #ffd7e1;
  border-radius: 14px;
  padding: 0.58rem 0.8rem;
  color: #5f3d4c;
  box-shadow: var(--shadow-soft);
}

.about-closing {
  margin-top: 1rem;
  font-weight: 700;
  color: #6a3f51;
}

.about-image {
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff7fa;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #fff3f7 0%, #ffe6ee 100%);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-grid {
  grid-template-columns: 1fr;
}

.accordion-item {
  border-radius: 16px;
  border: 1px solid #ffdce6;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.faq .accordion {
  display: grid;
  gap: 0.85rem;
}

.accordion-trigger {
  width: 100%;
  border: none;
  background: #fff;
  color: #482a3c;
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #ffe9ee;
}

.accordion-trigger:hover,
.accordion-trigger:focus {
  background: #fff7fb;
  outline: none;
}

.accordion-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease;
  padding: 0 1rem;
}

.accordion-panel.open {
  max-height: 210px;
  opacity: 1;
  padding: 0.9rem 1rem 1rem;
}

.contact-grid {
  grid-template-columns: 1fr;
  align-items: start;
}

.review-card {
  background: #fff;
}

.review-stars {
  margin: 0.9rem 0 0;
  color: #e5a24f;
  font-size: 1rem;
  letter-spacing: 0.14rem;
}

.review-card footer {
  margin-top: 0.85rem;
  font-style: italic;
  color: #783c52;
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .pricing-card:first-child {
    grid-column: 1 / -1;
  }

  .review-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (min-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .service-grid .service-card {
    grid-column: span 2;
  }

  .service-grid .service-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .service-grid .service-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 981px) {
  .about-grid {
    grid-template-columns: minmax(220px, 280px) 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr minmax(300px, 1fr);
  }
}

.contact-info h2 {
  margin-top: 0;
}

.contact-info p {
  color: #5a4550;
  line-height: 1.6;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.contact-method {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #ffdae4;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.contact-method h3 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4d2232;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-link {
  display: inline-block;
  color: #d16078;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.contact-location {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(130deg, #ffe9f0, #fff5fa);
  border: 1px solid #ffdae4;
  border-radius: 16px;
  color: #4d2232;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.contact-form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ffd4e1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  font-weight: 600;
  color: #503348;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #f3c9d6;
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  font-size: 0.95rem;
  background: rgba(255, 250, 252, 0.96);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid #ffa7b8;
  outline-offset: 1px;
}

.form-success {
  color: #267a3e;
  font-weight: 600;
  min-height: 1.2rem;
}

@media (max-width: 980px) {
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    width: min(240px, calc(100vw - 2.5rem));
    margin-top: 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid #f7c9d6;
    border-radius: 14px;
    padding: 0.6rem;
    box-shadow: 0 18px 35px rgba(227, 157, 178, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 998;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  a.cta-btn {
    display: none;
  }

  .header-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    flex: 0 0 auto;
  }

  .site-nav a {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem;
    font-size: 1rem;
    min-height: 44px;
    line-height: 1.3;
  }

  .site-header.active .site-nav a {
    padding: 0.7rem 0.75rem;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0.6rem 0;
  }

  .header-inner {
    gap: 0.45rem;
    padding-left: calc(25px + 1.25rem);
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .service-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero-subheading {
    font-size: 0.98rem;
    max-width: none;
  }

  .cta-btn,
  .primary-btn,
  .secondary-btn,
  .accordion-trigger,
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    min-height: 44px;
    font-size: 16px;
  }

  .contact-form {
    padding: 0.8rem;
  }

  .pricing-table-wrap {
    overflow-x: visible;
    border: none;
    background: transparent;
  }

  .pricing-table {
    min-width: 0;
    display: block;
  }

  .pricing-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tbody tr {
    margin-bottom: 0.85rem;
    padding: 0.95rem 1rem;
    border: 1px solid #f4d3de;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .pricing-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .pricing-table tbody th,
  .pricing-table tbody td {
    border-bottom: none;
    padding: 0;
  }

  .pricing-table tbody th[scope="row"] {
    margin-bottom: 0.8rem;
    color: #5b2534;
    font-size: 1rem;
  }

  .pricing-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-top: 0.55rem;
    margin-top: 0.55rem;
    border-top: 1px solid #f8dbe5;
    text-align: right;
  }

  .pricing-table tbody td::before {
    content: "";
    color: #8b5567;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .pricing-card:nth-child(1) .pricing-table tbody td:nth-child(2)::before {
    content: "Weekly";
  }

  .pricing-card:nth-child(1) .pricing-table tbody td:nth-child(3)::before {
    content: "Fortnightly";
  }

  .pricing-card:nth-child(1) .pricing-table tbody td:nth-child(4)::before {
    content: "Monthly";
  }

  .pricing-card:nth-child(2) .pricing-table tbody td:nth-child(2)::before {
    content: "Price Range";
  }

  .pricing-card:nth-child(3) .pricing-table tbody td:nth-child(2)::before {
    content: "From";
  }

  .section {
    padding: 2rem 0;
  }

  .bubble-bg {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 2.2rem 0 1rem;
  }

  .site-nav,
  .cta-btn {
    font-size: 0.96rem;
  }
}

/* ===== FOOTER STYLES ===== */

.footer {
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.9) 0%, rgba(255, 241, 246, 0.95) 100%);
  border-top: 1px solid #ffd7e4;
  padding: 2.5rem 0 1rem;
  margin-top: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #5b2534;
}

.footer-col h4 {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4d2232;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col p {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #5a4855;
  line-height: 1.5;
}

.footer-tagline {
  color: #d16078;
  font-size: 0.85rem;
  margin-bottom: 0.85rem !important;
}

.trust-badge {
  background: #fff6f8;
  border: 1px solid #ffdae4;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: #5b2534;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.5rem;
  box-shadow: var(--shadow-soft);
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.5rem;
}

.footer-links a,
.footer-contact a {
  color: #d16078;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ffdae4;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-legal {
  flex: 1;
  min-width: 200px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-links a {
  color: #d16078;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social a {
  color: #d16078;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: var(--brand-dark);
}

.copyright {
  text-align: center;
  width: 100%;
  font-size: 0.85rem;
  color: #9a7a8a;
  margin: 0.5rem 0 0;
}

/* ===== LEGAL PAGE STYLES ===== */

.legal-page {
  min-height: calc(100vh - 400px);
  padding: 2.5rem 0;
}

.legal-content {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(247, 214, 226, 0.9);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 2rem;
}

.legal-content h1 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: #5b2534;
}

.legal-date {
  font-size: 0.9rem;
  color: #9a7a8a;
  margin: 0 0 1.5rem;
}

.legal-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ffdae4;
}

.legal-section:last-of-type {
  border-bottom: none;
}

.legal-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #5b2534;
}

.legal-section h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  color: #4d2232;
  font-weight: 700;
}

.legal-section p {
  margin: 0 0 0.85rem;
  color: #5a4855;
  line-height: 1.7;
  font-size: 0.95rem;
}

.legal-section ul {
  margin: 0 0 0.85rem;
  padding-left: 1.5rem;
  color: #5a4855;
}

.legal-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.legal-section a {
  color: #d16078;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-section a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.legal-footer {
  background: rgba(255, 246, 248, 0.9);
  border: 1px solid #ffdae4;
  border-radius: 16px;
  padding: 1rem;
  border-bottom: 1px solid #ffdae4;
  box-shadow: var(--shadow-soft);
}

.legal-nav {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ffdae4;
}

.legal-nav a {
  color: #d16078;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.legal-nav a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

/* ===== RESPONSIVE FOOTER ===== */

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-social {
    width: 100%;
    justify-content: flex-start;
  }

  .copyright {
    text-align: left;
  }

  .legal-content h1 {
    font-size: 1.6rem;
  }

  .legal-content {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .legal-section h2 {
    font-size: 1.1rem;
  }
}


