/* RESET & BASE TYPOGRAPHY | ROMA CUCINA VELOCE */
html,
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
figure, figcaption,
blockquote, dl, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
}
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
  background: #FFF;
  color: #3A2414;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video {
  max-width: 100%;
  display: block;
  height: auto;
}
main {
  flex: 1 1 auto;
}
a {
  color: #8A2A19;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #21786A;
  outline: none;
}
ul, ol {
  list-style: none;
}
strong {
  font-weight: 600;
}

/* BRAND FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Merriweather:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');


/* CONTAINER AND UNIVERSAL SECTION STYLES */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* HEADINGS & TYPOGRAPHY */
h1, .hero h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #8A2A19;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
h2 {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #21786A;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
}
h3 {
  font-family: 'Merriweather', serif;
  font-size: 1.24rem;
  font-weight: 700;
  color: #8A2A19;
  margin-bottom: 10px;
}
h4, h5, h6 { font-family: 'Merriweather', serif; color: #3A2414; }

p, .subheadline {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3A2414;
  line-height: 1.7;
  margin-bottom: 12px;
}
.subheadline {
  font-size: 1.13rem;
  color: #21786A;
  font-weight: 500;
  margin-bottom: 18px;
}

/* BUTTONS & CTA */
.cta-btn, .cta-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Merriweather', serif;
  font-size: 1.16rem;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 34px;
  background: #FEDC97;
  color: #8A2A19;
  border: none;
  box-shadow: 0 3px 18px -4px #8A2A1933;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.22s;
}
.cta-btn:hover, .cta-btn:focus, .cta-nav:hover, .cta-nav:focus {
  background: #8A2A19;
  color: #FEDC97;
  box-shadow: 0 7px 25px -4px #8A2A1988;
  transform: translateY(-1px) scale(1.05);
}

.cta-nav {
  background: #21786A;
  color: #FFF;
  border-radius: 30px;
  box-shadow: 0 2px 10px -3px #21786A45;
  padding: 11px 24px;
}
.cta-nav:hover, .cta-nav:focus {
  background: #FEDC97;
  color: #8A2A19;
}

button, .mobile-menu-close, .mobile-menu-toggle {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.28rem;
  background: none;
  border: none;
  color: #8A2A19;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.18s, color 0.18s;
  padding: 8px 14px;
}
button:focus, .mobile-menu-close:focus, .mobile-menu-toggle:focus {
  outline: 2px solid #21786A;
}

/* MAIN NAVIGATION - DESKTOP */
.main-nav {
  display: flex;
  gap: 28px;
  padding: 12px 20px;
  align-items: center;
  background: #FFFFFA;
  box-shadow: 0 2px 16px -9px #8A2A1933;
  border-radius: 0 0 24px 24px;
  z-index: 800;
  position: relative;
}
.main-nav img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3A2414;
  transition: color 0.15s;
  padding: 6px 0;
}
.main-nav a:hover, .main-nav a.active {
  color: #8A2A19;
  font-weight: 700;
}

/* HAMBURGER MOBILE MENU */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1200;
  font-size: 2.1rem;
  background: #FEDC97;
  color: #8A2A19;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.15s, box-shadow 0.16s;
  box-shadow: 0 2px 18px -4px #FEDC9780;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:hover {
  background: #8A2A19;
  color: #FEDC97;
}
/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: #8A2A19;
  z-index: 19999;
  transform: translateX(100%);
  transition: transform 0.33s cubic-bezier(.5,1.5,.69,1), box-shadow 0.18s;
  box-shadow: -4px 0 40px -7px #8A2A1999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-close {
  margin: 25px 20px 15px 20px;
  align-self: flex-end;
  font-size: 2.3rem;
  background: #FEDC97;
  color: #8A2A19;
  border-radius: 100px;
  box-shadow: 0 2px 14px -4px #8A2A1940;
  transition: background 0.2s, color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #21786A;
  color: #FFF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  padding: 16px 36px;
}
.mobile-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FEDC97;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid #FEDC9722;
  transition: color 0.13s;
  letter-spacing: 1px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #21786A;
  background: #FEDC9716;
  border-radius: 10px;
}

/* RESPONSIVE NAVIGATION BREAKPOINTS */
@media (max-width: 1000px) {
  .main-nav {
    gap: 14px;
    padding-right: 32px;
  }
  .main-nav img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 850px) {
  .main-nav {
    gap: 7px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

/* HERO SECTION */
.hero {
  background: #FEDC97;
  padding: 60px 0 50px 0;
  margin-bottom: 60px;
  border-bottom: 7px solid #8A2A19;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.hero h1 {
  font-size: 2.6rem;
  color: #8A2A19;
  margin-bottom: 16px;
}
.hero .cta-btn {
  margin-top: 20px;
}

/* FEATURE SECTIONS */
.features, .feature-icons {
  width: 100%;
}
.features .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.feature-box {
  background: #FFF;
  border-radius: 24px;
  box-shadow: 0 2px 18px -3px #8A2A1920;
  padding: 24px 28px;
  min-width: 250px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.19s;
}
.feature-box:hover {
  box-shadow: 0 6px 28px -4px #21786A33, 0 1.5px 12px -6px #FEDC97AA;
  transform: translateY(-3px) scale(1.03);
}
.feature-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}
.feature-icons div {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FEDC97;
  color: #8A2A19;
  border-radius: 16px;
  padding: 10px 20px 10px 14px;
  font-weight: 600;
  font-size: 1.11rem;
}
.feature-icons img {
  width: 25px; height: 25px;
}

/* GENERAL CARD AND FLEX SPACING PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 22px;
  box-shadow: 0 2.5px 14px -6px #8A2A191C;
  padding: 22px 24px;
  position: relative;
  transition: box-shadow 0.19s, transform 0.12s;
}
.card:hover {
  box-shadow: 0 7px 38px -6px #8A2A1930, 0 2.5px 14px -10px #FEDC9777;
  transform: scale(1.02);
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* TESTIMONIALS - DISTINCTIVE CARDS */
.testimonials .testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  padding: 20px 32px 20px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 20px -8px #21786A33, 0 0.8px 6px -2px #8A2A1917;
  margin-bottom: 20px;
  border-left: 6px solid #21786A;
  min-width: 250px;
  transition: box-shadow 0.19s, border-color 0.11s;
}
.testimonial-card p {
  font-family: 'Roboto', Arial, sans-serif;
  color: #3A2414;
  font-size: 1.07rem;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #21786A;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.testimonial-card:hover {
  box-shadow: 0 9px 32px -8px #21786A42;
  border-left-color: #8A2A19;
}

/* NEWSLETTER */
.newsletter .container {
  background: #21786A;
  border-radius: 28px;
  margin-bottom: 60px;
  color: #FFF;
  box-shadow: 0 5px 32px -10px #21786A55;
}
.newsletter h2, .newsletter p, .newsletter ul li {
  color: #FEDC97;
}
.newsletter .cta-btn {
  background: #FEDC97;
  color: #21786A;
  margin-top: 18px;
}
.newsletter .cta-btn:hover {
  background: #FFF;
  color: #8A2A19;
}
.newsletter ul {
  padding-left: 24px;
  margin: 0 0 14px 0;
}
.newsletter ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.newsletter ul li::before {
  content: '\2022';
  color: #FEDC97;
  position: absolute;
  left: 0;
  font-size: 1.35em;
  line-height: 1;
  top: 0;
}

/* CONTACT SECTION & SHORT */
.contact-short, .contact {
  background: #FEDC97;
  border-radius: 20px;
}
.contact-short .content-wrapper,
.contact .content-wrapper {
  gap: 16px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.text-section ul {
  margin: 0 0 6px 0;
  padding-left: 14px;
}
.text-section li {
  position: relative;
  margin-bottom: 9px;
}
.text-section li img {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  vertical-align: middle;
}
.text-section a {
  font-weight: 500;
  color: #8A2A19;
}
.text-section a:hover {
  color: #21786A;
}

/* SOCIAL ICONS */
.social-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 8px;
}
.social-links a {
  width: 40px;
  height: 40px;
  background: #FEDC97;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.13s;
  box-shadow: 0 6px 20px -13px #21786A22;
}
.social-links a:hover {
  background: #8A2A19;
}
.social-links a img {
  width: 25px;
  height: 25px;
  filter: grayscale(0%);
  transition: filter 0.23s;
}
.social-links a:hover img {
  filter: brightness(3.1) contrast(3);
}

/* BLOG SECTIONS */
.blog-list .content-wrapper,
.blog-categories .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-article {
  background: #FFDCA9;
  border-radius: 15px;
  box-shadow: 0 2px 12px -6px #8A2A1922;
  padding: 24px 20px 15px 24px;
  margin-bottom: 20px;
  min-width: 220px;
  flex: 1 1 300px;
  transition: box-shadow 0.18s, transform 0.13s;
}
.blog-article:hover {
  box-shadow: 0 7px 24px -6px #8A2A1942;
  transform: scale(1.02) translateY(-3px);
}
.blog-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
.blog-categories li {
  margin-bottom: 4px;
}
.blog-categories a {
  background: #8A2A19;
  color: #FEDC97;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 17px;
  transition: background 0.15s, color 0.15s;
}
.blog-categories a:hover {
  background: #21786A;
  color: #FFDCA9;
}

/* CARD, FAQ, MAP SECTION */
.tip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.tip-item {
  flex: 1 1 240px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 2.5px 16px -7px #8A2A191A;
  padding: 24px 22px;
  margin-bottom: 20px;
  transition: box-shadow 0.19s, background 0.11s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.tip-item img {
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
}
.tip-item:hover {
  box-shadow: 0 12px 30px -5px #FEDC9742;
  background: #FFF5E3;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq-item {
  flex: 1 1 320px;
  background: #FFF6EC;
  border-radius: 14px;
  border-left: 6px solid #FEDC97;
  box-shadow: 0 2px 14px -7px #8A2A1913;
  padding: 18px 20px;
  margin-bottom: 20px;
  transition: border-color 0.14s;
}
.faq-item h3 {
  margin-bottom: 8px;
}
.faq-item:hover {
  border-left: 6px solid #8A2A19;
}

.submit-question {
  background: #21786A;
  color: #FFF;
  border-radius: 10px;
  padding: 16px 22px;
  margin-top: 14px;
  box-shadow: 0 2px 16px -10px #21786A99;
}
.submit-question a {
  color: #FEDC97;
  font-weight: bold;
}
.submit-question a:hover {
  color: #FFFFFF;
}

.address {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FFDCA9;
  border-radius: 16px;
  padding: 18px 20px;
}
.address img {
  width: 34px;
  height: 34px;
}

.flash-recipe {
  background: #8A2A19;
  color: #FEDC97;
  border-radius: 20px;
  padding: 22px 22px;
  margin-top: 22px;
  box-shadow: 0 2px 14px -6px #8A2A1952;
}
.flash-recipe h3 { color: #FEDC97; }
.flash-recipe p { color: #FFF8E8; }

/* LEGAL & SIMPLE PAGES */
.legal .container {
  background: #FFF;
  border-radius: 16px;
  padding: 35px 28px;
  box-shadow: 0 1.5px 13px -8px #8A2A1911;
}

/* THANK-YOU / SUCCESS PAGE */
.success .container {
  background: #FEDC97;
  border-radius: 20px;
  box-shadow: 0 5px 24px -6px #21786A27;
  text-align: center;
  margin: 60px auto 50px auto;
}
.success h1 { color: #8A2A19; margin-bottom: 16px; }
.success .cta-btn {
  margin-top: 28px;
  font-size: 1.18rem;
}

/* FOOTER SECTION */
footer {
  background: #8A2A19;
  color: #FEDC97;
  font-size: 1rem;
  padding: 36px 16px 16px 16px;
  margin-top: 80px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 -2px 18px -7px #8A2A1960;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-bottom: 18px;
}
.footer-menu a {
  color: #FEDC97;
  font-weight: 600;
  transition: color 0.13s;
}
.footer-menu a:hover {
  color: #21786A;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin-bottom: 11px;
  font-family: 'Roboto', Arial, sans-serif;
}
.footer-contact span img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-brand {
  text-align: center;
  color: #FFF;
  font-size: 0.98rem;
  margin-top: 6px;
}


/* GAPS & FLEX SPACING */
/* Use .feature-item for vertical content blocks */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Responsive flex utilities for wrappers */
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .feature-box, .tip-item, .card {
    min-width: unset;
    flex: 1 1 180px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 7px;
  }
  .features .content-wrapper, .content-wrapper, .card-container, .content-grid,
  .blog-list .content-wrapper, .blog-categories .content-wrapper, .feature-icons, .tip-grid, .faq-list {
    flex-direction: column;
    align-items: stretch !important;
    gap: 18px;
  }
  .feature-box, .tip-item, .card, .faq-item, .testimonial-card,
  .blog-article {
    width: 100%;
    margin-right: 0;
    min-width: unset;
  }
  footer {
    padding: 32px 7px 14px 7px;
  }
  .footer-menu, .footer-contact { gap: 10px; }
}
@media (max-width: 600px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  .cta-btn, .cta-nav { font-size: 0.98rem; padding: 10px 18px; }
  .newsletter .container {
    padding: 25px 7px;
    border-radius: 14px;
  }
  .address {
    padding: 10px 10px;
    border-radius: 7px;
  }
}

/* COOKIE CONSENT BANNER AND MODAL */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #21786A;
  color: #FEDC97;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 24px 18px 21px 18px;
  z-index: 25000;
  box-shadow: 0 -3px 22px -7px #8A2A1942;
  animation: slideUpCookie 0.74s cubic-bezier(.59,1.6,.52,1);
}
@keyframes slideUpCookie {
  from { transform: translateY(80px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-consent-banner p {
  font-size: 1rem;
  color: #FEDC97;
  margin-right: 16px;
  flex: 1 1 180px;
}
.cookie-btn, .cookie-btn-accept, .cookie-btn-reject {
  padding: 9px 18px;
  border-radius: 11px;
  border: none;
  font-family: 'Merriweather', serif;
  background: #FEDC97;
  color: #8A2A19;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 6px;
  transition: background 0.15s, color 0.13s, box-shadow 0.19s;
  cursor: pointer;
}
.cookie-btn-accept:hover, .cookie-btn:focus {
  background: #21786A;
  color: #FEDC97;
}
.cookie-btn-reject {
  background: #8A2A19;
  color: #FEDC97;
}
.cookie-btn-reject:hover {
  background: #FEDC97;
  color: #8A2A19;
}
.cookie-btn-settings {
  background: #FFF;
  color: #21786A;
  border: 1.5px solid #FEDC97;
}
.cookie-btn-settings:hover {
  background: #FEDC97;
  color: #21786A;
  border: 1.5px solid #21786A;
}

@media (max-width: 650px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 7px 13px 7px;
  }
  .cookie-consent-banner p {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(34,34,34,0.55);
  z-index: 26000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: cookieModalIn 0.45s cubic-bezier(.58,1.6,.45,1);
}
@keyframes cookieModalIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #FFDCA9;
  color: #8A2A19;
  width: 97vw;
  max-width: 420px;
  border-radius: 20px 20px 0 0;
  padding: 34px 26px 18px 26px;
  box-shadow: 0 -2px 25px -7px #8A2A1990;
  min-height: 290px;
  animation: cookieSlideUp .45s cubic-bezier(.52,1.5,.62,1);
}
@keyframes cookieSlideUp {
  from { transform: translateY(64px); }
  to { transform: translateY(0); }
}
.cookie-modal h3 {
  color: #8A2A19;
  font-family: 'Merriweather', serif;
  margin-bottom: 16px;
  font-size: 1.34rem;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.cookie-category label {
  color: #8A2A19;
  font-weight: 500;
  font-size: 1rem;
}
.cookie-category input[type=checkbox] {
  accent-color: #21786A;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.cookie-category input[type=checkbox][disabled] {
  accent-color: #AAB;
}
.cookie-modal-btns {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 24px;
}
.cookie-modal .cookie-btn {
  min-width: 88px;
}
@media (max-width:420px) {
  .cookie-modal { padding: 18px 7px 11px 7px; }
}

/* ANIMATIONS: CTA, CTA-BANNER, MICROINTERACTIONS */
.cta-btn,
.cta-nav,
button,
.card,
.testimonial-card,
.feature-box,
.tip-item,
.flash-recipe,
.blog-article,
.feature-icons div,
.cookie-btn {
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, transform 0.19s;
}

/* MISCELLANEOUS: SPACING & VISUAL ENERGY! */
.section {  /* MANDATORY SPACING */
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Z-INDEX SAFETY */
header, .mobile-menu, .cookie-consent-banner, .cookie-modal-overlay {
  z-index: 18000;
}

/* OVERFLOW PROTECTION & SECTIONS */
body {
  overflow-x: hidden;
}

/* IMPROVED SCROLLBARS (for major desktop browsers) */
::-webkit-scrollbar {
  width: 9px;
  background: #FEDC97;
}
::-webkit-scrollbar-thumb {
  background: #8A2A19;
  border-radius: 8px;
}
/* Firefox scrollbar */
* { scrollbar-width: thin; scrollbar-color: #8A2A19 #FEDC97; }

/* === END MAIN STYLES === */
