/* RESET & BASE TYPOGRAPHY */
html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  background: #fff;
  color: #353466;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
a {
  color: #353466;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s cubic-bezier(.4,0,.2,1);
}
a:hover, a:focus {
  color: #F5A2B8;
  outline: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, .cta-primary, .cta-secondary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #353466;
  line-height: 1.15;
}
h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #353466;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #353466;
}
h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
p, li, span {
  font-size: 1rem;
  color: #3a3a5e;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}

/* SPACING & CONTAINERS */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  width: 100%;
}
.section,
.hero-section,
.features-section,
.services-section,
.team-section,
.pricing-section,
.legal-section,
.cta-section,
.contact-section,
.map-section,
.about-section,
.thankyou-section,
.testimonials-section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(53,52,102,0.06);
  position: relative;
}

/* FLEX CONTAINERS & GAPS */
.card-container, .service-overview, .service-list, .testimonial-slider, .content-grid, .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F8F7FA;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(53,52,102,0.10);
  margin-bottom: 20px;
  min-width: 240px;
  max-width: 360px;
  flex: 1 1 280px;
}
.feature-item, .feature-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F8F7FA;
  border-radius: 20px;
  padding: 20px 26px 18px 26px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px 0 rgba(53,52,102,0.06);
  min-width: 220px;
  flex: 1 1 220px;
}

/* HERO BANNER */
.hero-section {
  background: #353466;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 350px;
  box-shadow: 0 8px 36px 0 rgba(53,52,102,0.09);
}
.hero-section h1 {
  color: #fff;
}
.hero-section .subheadline {
  color: #F5A2B8;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 10px;
}

/* BUTTON STYLES */
.cta-primary, .cta-secondary, .cookie-banner .cookie-btn, .cookie-modal .cookie-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 40px;
  font-size: 1.125rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, transform 0.15s;
  margin-right: 16px;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(53,52,102,0.08);
  display: inline-block;
}
.cta-primary,
.cookie-banner .cookie-btn.accept,
.cookie-modal .cookie-btn.accept {
  background: #F5A2B8;
  color: #353466;
}
.cta-primary:hover, .cta-primary:focus,
.cookie-banner .cookie-btn.accept:hover, .cookie-banner .cookie-btn.accept:focus,
.cookie-modal .cookie-btn.accept:hover, .cookie-modal .cookie-btn.accept:focus {
  background: #fff;
  color: #353466;
  border: 2px solid #F5A2B8;
}
.cta-secondary,
.cookie-banner .cookie-btn.settings,
.cookie-modal .cookie-btn.settings {
  background: #353466;
  color: #fff;
}
.cta-secondary:hover, .cta-secondary:focus,
.cookie-banner .cookie-btn.settings:hover, .cookie-banner .cookie-btn.settings:focus,
.cookie-modal .cookie-btn.settings:hover, .cookie-modal .cookie-btn.settings:focus {
  background: #F5A2B8;
  color: #353466;
  border: 2px solid #353466;
}
.cookie-banner .cookie-btn.reject, .cookie-modal .cookie-btn.reject {
  background: #CECEF6;
  color: #353466;
}
.cookie-banner .cookie-btn.reject:hover, .cookie-modal .cookie-btn.reject:hover {
  background: #F5A2B8;
  color: #353466;
}

/* TABLES */
table.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 40px;
  background: #F8F7FA;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(53,52,102,0.06);
}
table.pricing-table th, table.pricing-table td {
  padding: 20px;
  text-align: left;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
table.pricing-table th {
  background: #353466;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
}
table.pricing-table tr:nth-child(even) td {
  background: #fff;
}
table.pricing-table td {
  color: #353466;
  font-size: 1rem;
  border-bottom: 1px solid #E6E6F6;
}
table.pricing-table tr:last-child td {
  border-bottom: none;
}

/* HEADER & MAIN NAV */
.site-header {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(53,52,102,0.05);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
  min-height: 68px;
  border-bottom: 2px solid #F5A2B8;
}
.site-header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 0;
}
.site-header .logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
  height: 44px;
}
.site-header .logo img {
  height: 44px;
  width: auto;
}
.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  padding: 10px 0;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #353466;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: color 0.16s, border-color 0.16s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #F5A2B8;
  border-bottom: 2px solid #F5A2B8;
}
.main-nav .cta-primary {
  margin-left: 8px;
  margin-right: 0;
}
.mobile-menu-toggle {
  display: none;
  background: #F5A2B8;
  color: #353466;
  border: none;
  font-size: 2rem;
  border-radius: 9px;
  padding: 8px 16px;
  transition: background 0.15s, color 0.15s;
  margin-left: 32px;
  cursor: pointer;
  z-index: 101;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #353466;
  color: #fff;
}

/* MOBILE MENU STYLES */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 86vw;
  max-width: 370px;
  background: #353466;
  box-shadow: -8px 0 24px 0 rgba(53,52,102,0.14);
  transform: translateX(110%);
  transition: transform 0.35s cubic-bezier(.87,-.41,.19,1.44);
  z-index: 1002;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-close {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  align-self: flex-end;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F5A2B8;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: color 0.15s, background 0.2s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F5A2B8;
  background: rgba(245,162,184,0.07);
}
@media (max-width: 992px) {
  .main-nav {
    gap: 18px;
  }
  .site-header .logo {
    margin-right: 12px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* FOOTER STYLES */
.site-footer {
  background: #353466;
  color: #fff;
  padding: 42px 0 0 0;
  box-shadow: 0 -2px 16px 0 rgba(53,52,102,0.05);
  margin-top: 80px;
}
.site-footer .container {
  padding: 0 20px 18px 20px;
  flex-direction: column;
  gap: 30px;
}
.footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid #F5A2B8;
  padding-bottom: 12px;
  margin-bottom: 18px;
  justify-content: flex-start;
}
.footer-nav a {
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: color 0.15s;
  position: relative;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #F5A2B8;
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.97rem;
  color: #fff;
  opacity: 0.92;
}

/* SERVICE CARDS & LISTS */
.service-overview {
  gap: 24px;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-card {
  flex: 1 1 260px;
  background: #F8F7FA;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(53,52,102,0.07);
  margin-bottom: 20px;
  padding: 28px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 220px;
  max-width: 340px;
  transition: box-shadow 0.22s, transform 0.2s;
}
.service-card:hover {
  box-shadow: 0 7px 30px 0 rgba(53,52,102,0.12);
  transform: translateY(-4px) scale(1.036);
}
.service-card h3 {
  margin-bottom: 14px;
}
.service-card span {
  display: inline-block;
  margin-top: 13px;
  font-size: 1.13rem;
  font-weight: 700;
  color: #F5A2B8;
  background: #fff;
  padding: 4px 14px 4px 14px;
  border-radius: 16px;
  letter-spacing: 0.04em;
}
.service-list {
  gap: 24px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
}
.service-item {
  background: #F8F7FA;
  border-radius: 16px;
  padding: 24px 22px 20px 22px;
  margin-bottom: 0;
  box-shadow: 0 1px 8px 0 rgba(53,52,102,0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.service-item h2 {
  font-size: 1.25rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #353466;
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.service-item h2 span {
  font-size: 1.12rem;
  color: #F5A2B8;
  background: #fff;
  border-radius: 16px;
  padding: 2px 10px 2px 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.service-item p {
  font-size: 1.02rem;
}

/* FEATURES / USP ICON LISTS */
.features-section .feature-list, .features-section ul, .features-section ol {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
}
.features-section .feature-list li, .features-section ul li {
  background: #F8F7FA;
  border-radius: 20px;
  padding: 20px 24px 18px 24px;
  min-width: 210px;
  flex: 1 1 220px;
  text-align: left;
  box-shadow: 0 1px 8px 0 rgba(53,52,102,0.06);
  margin-bottom: 0;
  font-size: 1.03rem;
  color: #353466;
}
.feature-list img {
  height: 34px;
  width: 34px;
  object-fit: contain;
  margin-bottom: 6px;
}
.features-section .feature-list h3 {
  font-size: 1.14rem;
  margin-bottom: 8px;
}
.features-section .feature-list p {
  color: #3a3a5e;
  font-size: 0.98rem;
}

/* TESTIMONIALS */
.testimonials-section {
  background: #F8F7FA;
  box-shadow: 0 2px 12px 0 rgba(53,52,102,0.05);
}

.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
  justify-content: flex-start;
}
.testimonial-card {
  background: #fff;
  border: 2.5px solid #F5A2B8;
  color: #353466;
  box-shadow: 0 4px 16px 0 rgba(53,52,102,0.08);
  border-radius: 20px;
  padding: 30px 26px 20px 26px;
  min-width: 220px;
  max-width: 340px;
  margin-bottom: 20px;
  transition: border 0.22s, transform 0.15s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 280px;
}
.testimonial-card:hover {
  border: 2.5px solid #353466;
  transform: scale(1.032);
}
.testimonial-card p {
  font-size: 1.09rem;
  color: #353466;
}
.testimonial-card span {
  color: #353466;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial-card strong {
  font-weight: 800;
}

/* LEGAL TEXT PAGES */
.legal-section, .about-section, .thankyou-section {
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(53,52,102,0.04);
  min-height: 300px;
}
.legal-section .text-section, .about-section .text-section, .thankyou-section .text-section {
  margin-top: 14px;
  max-width: 780px;
}
.legal-section h2, .about-section h2 {
  color: #F5A2B8;
}
.legal-section ul, .about-section ul {
  margin: 12px 0 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-section ul li::before, .about-section ul li::before {
  content: '▸ ';
  color: #353466;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 6px;
}

/* CONTACT SECTION */
.contact-section .contact-details {
  background: #F8F7FA;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(53,52,102,0.05);
  padding: 20px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-section h3 {
  font-size: 1.1rem;
  color: #F5A2B8;
}

/* CTA SECTION */
.cta-section {
  background: #F5A2B8;
  color: #353466;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 0 rgba(53,52,102,0.07);
  border-radius: 24px;
}
.cta-section h2 {
  color: #353466;
  margin-bottom: 16px;
}
.cta-section .cta-primary {
  background: #353466;
  color: #fff;
  margin-right: 0;
}
.cta-section .cta-primary:hover,
.cta-section .cta-primary:focus {
  background: #fff;
  color: #353466;
  border: 2px solid #353466;
}

/* THANK YOU PAGE */
.thankyou-section {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F8F7FA;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #353466;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2000;
  box-shadow: 0 -8px 40px 0 rgba(53,52,102,0.18);
  padding: 20px 0 24px 0;
  gap: 32px;
  font-size: 1rem;
  animation: cookie-slideup 0.7s cubic-bezier(.30,.77,.55,1.18);
  transition: transform 0.24s;
}
@keyframes cookie-slideup {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-text {
  max-width: 560px;
  margin-right: 18px;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.cookie-banner .cookie-btn {
  margin: 0 8px;
  font-size: 1rem;
  min-width: 120px;
  min-height: 44px;
}
@media (max-width: 900px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 0 18px 0;
    gap: 18px;
  }
  .cookie-banner .cookie-text {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* COOKIE MODAL OVERLAY */
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(53,52,102,0.42);
  z-index: 2005;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookie-fadein 0.18s cubic-bezier(.3,.71,.63,1.32);
}
@keyframes cookie-fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #353466;
  border-radius: 24px;
  box-shadow: 0 8px 40px 0 rgba(53,52,102,0.18);
  width: 95vw;
  max-width: 430px;
  padding: 38px 22px 30px 22px;
  position: relative;
  z-index: 2050;
  display: flex;
  flex-direction: column;
  gap: 26px;
  animation: cookie-modal-in 0.22s cubic-bezier(.4,0,.39,1.28);
}
@keyframes cookie-modal-in {
  from { transform: translateY(48px) scale(.89); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal .modal-header {
  font-size: 1.4rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 18px;
  right: 16px;
  background: transparent;
  border: none;
  color: #353466;
  font-size: 1.55rem;
  cursor: pointer;
  z-index: 1;
  transition: color 0.15s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  color: #F5A2B8;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
  padding: 10px 0;
  border-bottom: 1px solid #E3E3EE;
}
.cookie-modal .cookie-category:last-child {
  border-bottom: none;
}
.cookie-modal .category-name {
  font-size: 1.08rem;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #353466;
}
.cookie-modal .category-toggle {
  margin-left: 22px;
  display: flex;
  align-items: center;
}
.cookie-modal .toggle-switch {
  appearance: none;
  width: 44px;
  height: 24px;
  background: #CECEF6;
  border-radius: 14px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.15s;
}
.cookie-modal .toggle-switch:checked {
  background: #F5A2B8;
}
.cookie-modal .toggle-switch:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 rgba(53,52,102,0.09);
  transition: left 0.2s;
}
.cookie-modal .toggle-switch:checked:before {
  left: 23px;
}
.cookie-modal .toggle-switch[disabled], .cookie-modal .toggle-switch[aria-disabled='true'] {
  opacity: 0.7;
  cursor: not-allowed;
}
.cookie-modal .category-note {
  font-size: 0.93rem;
  color: #9A9AAF;
  margin-left: 1.2rem;
}
.cookie-modal .modal-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cookie-modal .cookie-btn {
  flex: 1 1 90px;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 900px) {
  .container {
    max-width: 97vw;
  }
  .section, .about-section, .hero-section, .features-section, .services-section, .pricing-section, .team-section,
  .legal-section, .cta-section, .contact-section, .map-section, .thankyou-section, .testimonials-section {
    padding: 24px 7vw;
    border-radius: 18px;
  }
  .site-footer .container {
    padding: 0 12px 14px 12px;
  }
  .service-card, .service-item, .feature-list li, .testimonial-card, .feature-item {
    min-width: 180px;
    padding: 18px 12px 12px 12px;
  }
  .testimonial-card {
    max-width: 99vw;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.15rem;
  }
  .container {
    padding: 0 8px;
    max-width: 99vw;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .hero-section {
    min-height: 230px;
    padding: 16px 6vw;
  }
  .features-section .feature-list, .service-overview, .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .cta-section, .testimonials-section {
    border-radius: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 570px) {
  .hero-section {
    min-height: 150px;
    padding: 12px 3vw;
  }
  .section, .about-section, .hero-section, .features-section, .services-section, .pricing-section, .team-section,
  .legal-section, .cta-section, .contact-section, .map-section, .thankyou-section, .testimonials-section {
    padding: 14px 3vw;
    margin-bottom: 32px;
    border-radius: 10px;
  }
  .site-footer .container {
    gap: 12px;
    padding: 0 5px 6px 5px;
  }
  .footer-nav {
    gap: 14px;
    font-size: 0.95rem;
    padding-bottom: 7px;
  }
  .footer-info span {
    font-size: 0.92rem;
  }
  .service-card, .service-item, .feature-list li, .testimonial-card {
    padding: 10px 7px 10px 7px;
    min-width: 100px;
  }
  .testimonial-card {
    border-radius: 11px;
  }
}

/* GEOMETRIC SHAPES / DECORATIVE ELEMENTS */
.section::before, .features-section::before, .services-section::before {
  content: '';
  display: block;
  position: absolute;
  left: -56px;
  top: -56px;
  width: 112px;
  height: 112px;
  border-radius: 36% 49% 46% 60% / 50% 40% 30% 66%;
  background: #F5A2B8;
  opacity: 0.035;
  z-index: 0;
  pointer-events: none;
}
.section::after, .features-section::after, .services-section::after {
  content: '';
  display: block;
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 88px;
  height: 88px;
  border-radius: 40% 60% 70% 30% / 33% 42% 58% 44%;
  background: #353466;
  opacity: 0.045;
  z-index: 0;
  pointer-events: none;
}

/* UTILITIES */
.no-scroll { overflow: hidden !important; }

/* TRANSITIONS & MICRO-INTERACTIONS */
.card, .feature-list li, .service-card, .service-item, .testimonial-card {
  transition: box-shadow 0.19s, transform 0.16s, border 0.15s;
}
.card:hover, .service-card:hover, .feature-list li:hover, .testimonial-card:hover {
  box-shadow: 0 8px 32px 0 rgba(53,52,102,0.12);
  transform: translateY(-2px) scale(1.03);
  border-color: #353466;
}

/* Z-INDEX MANAGEMENT */
.site-header { z-index: 50; }
.mobile-menu { z-index: 1002; }
.cookie-banner, .cookie-modal-backdrop { z-index: 2005; }

/* ACCESSIBLE FOCUS STYLES */
a:focus, button:focus, .cta-primary:focus {
  outline: 2.5px solid #F5A2B8;
  outline-offset: 2px;
}

/* Hide default scrollbars in cookie modal (non-critical style) */
.cookie-modal { scrollbar-width: thin; scrollbar-color: #F5A2B8 #F8F7FA; }
.cookie-modal::-webkit-scrollbar {
  width: 7px;
  background: #F8F7FA;
}
.cookie-modal::-webkit-scrollbar-thumb {
  background: #F5A2B8;
  border-radius: 12px;
}

/* ---- END of CSS ---- */
