/* Viva Vitalidad - Vintage Retro CSS Theme
   Mobile-first, Flexbox ONLY layouts
   Brand: Fresco, motivador, profesional, retro, nostálgico
   Colors: primary #195063, secondary #44A17C, accent #FEF9ED
   Fonts: Montserrat, Roboto, fallback retro fonts
   DO NOT USE grid, column-count, or columns
*/

/* ---------- CSS Reset & Normalize ---------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background: #FFF8F3;
  color: #195063;
  font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
  min-height: 100vh;
  line-height: 1.68;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #195063;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px dashed #44A17C;
  outline-offset: 2px;
}
button, input, select, textarea {
  font: inherit;
}

/* ---------- Vintage Retro Brand Palette & Fallbacks ---------- */
:root {
  --vv-primary: #195063;
  --vv-secondary: #44A17C;
  --vv-accent: #FEF9ED;
  --vv-retro-mustard: #EDB84C;
  --vv-retro-orange: #F98B4A;
  --vv-retro-brown: #7F5B3E;
  --vv-retro-cream: #F5EDD7;
  --vv-retro-green: #6D9773;
  --vv-black: #342E29;
  --vv-grey: #85775f;
}

/* ---------- Typography: Vintage/Retro ---------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto Slab', 'Arial Black', cursive;
  font-weight: 900;
  color: var(--vv-primary);
  letter-spacing: 0.5px;
  line-height: 1.18;
  margin-bottom: 16px;
  text-shadow: 1px 1px 0 var(--vv-retro-mustard), 0 2px 2px rgba(25, 80, 99, 0.04);
}
h1 { font-size: 2.6rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.37rem; margin-bottom: 12px; }
h4 { font-size: 1.1rem; margin-bottom: 10px; }
p, li, span, label, .subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: var(--vv-black);
  line-height: 1.6;
  letter-spacing: 0.1px;
}
.subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  color: var(--vv-secondary);
  margin-bottom: 12px;
  font-family: 'Montserrat', 'Roboto Slab', Arial, sans-serif;
}
strong { font-weight: 700; color: var(--vv-secondary); }

@media (min-width: 600px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.6rem; }
}

/* Typography Details - Retro Headings */
h1, .hero h1 { text-transform: uppercase; letter-spacing: 2px; }
h2, .features h2, .about-preview h2, .services-overview h2, .testimonials-preview h2,
.blog-preview h2, .cta h2, .testimonial-list h1, .team > h2 {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
}

/* -------------- Spacing & Containers -------------- */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* ---------- Hero Section -------------- */
.hero {
  background-color: var(--vv-retro-cream);
  background-image: repeating-linear-gradient(135deg, var(--vv-retro-mustard) 0, var(--vv-retro-mustard) 3px, transparent 3px, transparent 24px),
    repeating-linear-gradient(45deg, var(--vv-retro-green) 0, var(--vv-retro-green) 2px, transparent 2px, transparent 16px);
  padding: 64px 0 48px;
  min-height: 385px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 14px rgba(0,0,0,0.08);
  position: relative;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  max-width: 670px;
  margin: 0 auto;
  z-index: 1;
}
.hero .cta-button { margin-top: 14px; }

/* ------- Buttons, Links and CTA Styles ------- */
.cta-button, .cta-link, .cookie-banner button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 48px;
  padding: 0 34px;
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 24px;
  border: 2.5px solid var(--vv-retro-mustard);
  background-color: var(--vv-secondary);
  color: var(--vv-retro-cream);
  box-shadow: 2px 4px 0 var(--vv-retro-mustard), 0 2px 8px rgba(25,80,99,0.05);
  margin: 12px 6px 0 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background 0.19s, color 0.19s, box-shadow 0.12s, border-color 0.22s;
  cursor: pointer;
  position: relative;
}
.cta-button:hover, .cta-link:hover, .cookie-banner button:hover {
  background: var(--vv-retro-mustard);
  color: var(--vv-black);
  border-color: var(--vv-secondary);
  box-shadow: 0 6px 16px rgba(249, 139, 74, 0.12);
}
.cta-link {
  background: none;
  color: var(--vv-secondary);
  border: none;
  min-width: 0;
  font-size: 1rem;
  padding: 0 6px;
  box-shadow: none;
  font-weight: 600;
  text-transform: none;
}
.cta-link:hover {
  color: var(--vv-retro-orange);
  text-decoration: underline;
}

/* ---------- Navigation - Main & Mobile ---------- */
.main-nav {
  width: 100%;
  background: var(--vv-retro-cream);
  border-bottom: 4px solid var(--vv-retro-mustard);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: relative;
  z-index: 20;
  min-height: 60px;
}
.main-nav .logo-link img {
  height: 48px;
  filter: brightness(0.86) sepia(0.20) saturate(1.5);
}
.main-nav ul {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  margin: 0 18px;
}
.main-nav ul li a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 700;
  color: var(--vv-primary);
  letter-spacing: 1px;
  padding: 3px 6px;
  border-radius: 5px;
  transition: background 0.13s, color 0.13s;
}
.main-nav ul li a:hover, .main-nav ul li a:focus {
  color: var(--vv-retro-cream);
  background: var(--vv-retro-mustard);
}
.main-nav .cta-button {
  min-width: 0;
  padding: 0 22px;
  font-size: 1rem;
  margin-left: 24px;
}

/* Hide nav items and CTA button on mobile */
@media (max-width: 992px) {
  .main-nav ul, .main-nav .cta-button {
    display: none !important;
  }
}

/* ------- Mobile Burger Button / Overlay ------- */
.mobile-menu-toggle {
  background: var(--vv-retro-brown);
  color: var(--vv-retro-cream);
  font-size: 2.3rem;
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  line-height: 1;
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 50;
  transition: background 0.15s, color 0.15s;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.04);
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: var(--vv-retro-orange);
  color: var(--vv-black);
}
@media (min-width: 993px) {
  .mobile-menu-toggle { display: none !important; }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 99;
  background: var(--vv-primary);
  color: var(--vv-retro-cream);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(.76,.21,.26,.94);
  box-shadow: 0 0 10px rgba(15,21,29,0.18);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  color: var(--vv-retro-mustard);
  font-size: 2rem;
  border: none;
  align-self: flex-end;
  padding: 16px 22px 0 0;
  cursor: pointer;
  transition: color 0.1s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: var(--vv-retro-orange);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 40px 0 0 26px;
}
.mobile-nav a {
  color: var(--vv-retro-cream);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  background: none;
  border-radius: 5px;
  padding: 6px 2px;
  transition: color 0.14s, background 0.12s;
  letter-spacing: 1.2px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--vv-retro-mustard);
  background: rgba(255,255,255,0.10);
}

/* Hide mobile menu for wide layout */
@media (min-width: 993px) {
  .mobile-menu { display: none !important; }
}

/* ---------- Features Section ---------- */
.features {
  background: var(--vv-accent);
  border-radius: 28px;
  box-shadow: 0 2px 16px rgba(249, 139, 74, 0.05);
}
.feature-grid,
.tips-grid,
.team-list,
.blog-post-grid,
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .feature-grid,.service-cards, .tips-grid, .team-list, .blog-post-grid {
    gap: 18px;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .feature-grid,.service-cards, .tips-grid, .team-list, .blog-post-grid {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #FFF;
  border-radius: 18px;
  border: 2px solid var(--vv-retro-mustard);
  box-shadow: 0 2px 8px #edb84c19;
  padding: 22px 20px 24px 20px;
  max-width: 265px;
  min-width: 175px;
  flex: 1 0 215px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.14s, transform 0.23s;
}
.feature-item img {
  height: 48px;
  width: auto;
  margin-bottom: 10px;
  filter: grayscale(0.13) contrast(1.13) brightness(1.05) drop-shadow(1px 1px 2px #f5edd7cc);
}
.feature-item:hover {
  box-shadow: 0 8px 32px #edb84c29;
  transform: translateY(-2px) scale(1.027);
  z-index: 2;
}
.feature-item h3 {
  color: var(--vv-secondary);
  font-size: 1.15rem;
  margin-bottom: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.8px;
}
.feature-item p { margin-bottom: 0; }

/* Cards, Service Cards, Blog Preview Cards */
.card-container, .service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card, .service-card, .tip-card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  border: 2.5px solid var(--vv-retro-mustard);
  box-shadow: 0 2px 12px rgba(34, 37, 68, 0.06);
  padding: 23px 19px 27px 19px;
  position: relative;
  transition: box-shadow 0.16s, transform 0.19s;
  min-width: 185px;
  flex: 1 1 200px;
}
.card:hover, .service-card:hover, .tip-card:hover {
  box-shadow: 0 8px 32px #f98b4a33;
  border-color: var(--vv-secondary);
  transform: translateY(-4px);
}
.service-card img, .tip-card img {
  height: 40px;
  margin-bottom: 14px;
  filter: grayscale(0.06) contrast(1.09);
}
.service-card h2 {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: var(--vv-primary);
  text-shadow: none;
}
.service-card p {
  font-size: 1rem;
  margin-bottom: 7px;
}

/* ----- About, Team Lists, Areas ----- */
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 26px;
}
.team-member {
  background: #faf6ee;
  border-radius: 13px;
  border: 2px solid var(--vv-retro-brown);
  padding: 17px 19px 16px;
  min-width: 175px;
  max-width: 240px;
  flex: 1 1 180px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px #edb84c17;
  text-align: left;
  font-size: 1rem;
  transition: box-shadow 0.1s;
}
.team-member:hover {
  box-shadow: 0 6px 14px #b48c5520;
}
.areas {
  margin-top: 14px;
  padding: 22px 14px;
  background: #f5edd7;
  border-radius: 8px;
  border-left: 5.5px solid var(--vv-secondary);
}
.areas ul {
  list-style: disc inside;
  margin-left: 8px;
  color: var(--vv-retro-green);
}
.areas h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* ----- Blog/Categories/Posts Search Bar ----- */
.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin: 22px 0 24px;
}
.search-bar input[type="text"] {
  flex: 1 1 20px;
  padding: 10px 18px;
  border: 2px solid var(--vv-secondary);
  border-radius: 11px 0 0 11px;
  outline: none;
  font-size: 1rem;
  background: #f9f4ec;
  transition: border-color 0.14s;
}
.search-bar button[type="submit"] {
  background: var(--vv-secondary);
  border: none;
  border-radius: 0 11px 11px 0;
  padding: 0 17px;
  height: 40px;
  cursor: pointer;
  transition: background 0.15s;
}
.search-bar button:hover {
  background: var(--vv-retro-mustard);
}
.search-bar img { width: 18px; height: 18px; filter: brightness(3); }

.blog-categories {
  display: flex;
  gap: 17px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.blog-categories a {
  padding: 6px 14px;
  border-radius: 6px;
  background: var(--vv-retro-brown);
  color: #fff6e0;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  transition: background 0.16s, color 0.13s;
  margin-bottom: 8px;
}
.blog-categories a:hover {
  background: var(--vv-secondary);
  color: var(--vv-retro-cream);
}

.blog-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-post-grid article {
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--vv-retro-mustard);
  box-shadow: 0 2px 12px #edb84c0f;
  padding: 17px 19px;
  margin-bottom: 20px;
  flex: 1 1 240px;
  transition: box-shadow 0.12s, transform 0.12s;
}
.blog-post-grid article h2 {
  font-size: 1.18rem;
  margin-bottom: 4px;
}
.blog-post-grid article p {
  margin-bottom: 7px;
  color: var(--vv-grey);
}
.blog-post-grid article a {
  font-size: 1rem;
  color: var(--vv-secondary);
  text-decoration: underline;
}
.blog-post-grid article:hover {
  box-shadow: 0 6px 18px #edb84c27;
  transform: scale(1.016);
}

.featured-post {
  background: var(--vv-retro-green);
  color: var(--vv-retro-cream);
  padding: 36px 0;
  border-radius: 16px;
}
.featured-blog {
  background: #fffdf9;
  border-radius: 12px;
  padding: 18px 18px 18px 22px;
  border-left: 7px solid var(--vv-retro-orange);
}
.featured-blog h3 {
  color: var(--vv-retro-brown);
  margin-bottom: 7px;
  font-size: 1.19rem;
}
.featured-blog p { color: #7F5B3E; }
.featured-blog a {
  color: var(--vv-secondary);
  font-weight: 600;
  text-decoration: underline;
}

/* ------ About/Generic Text Section ------ */
.text-section {
  background: #f5edd7;
  border-radius: 12px;
  padding: 22px 18px 18px 22px;
  margin-bottom: 28px;
  border-left: 7px solid var(--vv-secondary);
}
.text-section ul { margin-left: 14px; list-style: disc inside; }
.text-section li { margin-bottom: 8px; }

/* ------------ Testimonial Cards ------------ */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fffdf8;
  border-radius: 18px;
  border: 2.5px solid var(--vv-retro-orange);
  box-shadow: 0 1.5px 11px #f98b4a12;
  padding: 20px 22px 22px;
  margin-bottom: 22px;
  min-width: 200px;
  max-width: 390px;
  flex: 1 1 248px;
  position: relative;
  transition: box-shadow 0.14s, border 0.12s, background 0.12s;
}
.testimonial-card:hover {
  box-shadow: 0 5px 20px #f98b4a35;
  background: #fff9ec;
}
.testimonial-card .stars {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  color: var(--vv-retro-mustard);
  letter-spacing: 2px;
  margin-bottom: -5px;
}
.testimonial-card p {
  font-size: 1.07rem;
  color: #342E29;
  background: none;
  margin-bottom: 6px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: var(--vv-retro-brown);
  background: none;
  font-style: italic;
}

/* Ensure contrast/readability for all testimonials */
.testimonials-preview .testimonial-card,
.testimonial-list .testimonial-card {
  background: #fff;
  color: #342E29;
  border-color: var(--vv-retro-orange);
}

/* ------------ Blog Preview, Summaries ------------- */
.blog-summary {
  background: #f5edd7;
  border: 2px solid var(--vv-retro-mustard);
  border-radius: 12px;
  padding: 16px 22px 18px;
  margin-bottom: 14px;
  transition: box-shadow 0.14s;
  box-shadow: 0 2.5px 10px #edb84c17;
}
.blog-summary:hover {
  box-shadow: 0 6px 22px #edb84c21;
}
.blog-summary h3 {
  font-size: 1.14rem;
  margin-bottom: 3px;
  color: var(--vv-retro-brown);
}
.blog-summary p { color: #85775f; }
.blog-summary a {
  text-decoration: underline;
  color: var(--vv-retro-green);
  margin-top: 5px;
  display: inline-block;
}

/* ------------ CTA Section ------------ */
.cta, .contact-cta, .tips-cta, .services-overview {
  background: linear-gradient(120deg, #edb84c 0%, #f5edd7 85%);
  border-radius: 24px;
  box-shadow: 0 3px 18px #edb84c24;
  text-align: center;
}
.cta h2, .contact-cta h2, .tips-cta h2, .testimonials-cta h2 {
  color: var(--vv-primary);
}
.cta-button { margin-top: 12px; margin-bottom: 10px; }

/* --------- Contact Details & Map --------- */
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.contact-info-section, .map-placeholder {
  flex: 1 1 260px;
  min-width: 200px;
  background: #f9f4ec;
  border-radius: 8px;
  padding: 16px 18px 16px 22px;
  border: 2px solid var(--vv-secondary);
  margin-bottom: 12px;
  box-shadow: 0 1px 5px #44a17c13;
}
.contact-info-section h2 { font-size: 1.22rem; color: var(--vv-secondary); }
.contact-info-section ul {
  margin-top: 8px;
}
.contact-info-section li {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #342E29;
}
.contact-info-section img, .map-placeholder img {
  width: 21px;
  height: 21px;
  filter: grayscale(.14) contrast(1.26);
}
.map-placeholder {
  background: #f3ece2;
  font-size: 0.97rem;
  border-left: 5px solid var(--vv-retro-brown);
  color: var(--vv-retro-brown);
}

@media (max-width: 700px) {
  .contact-details {
    flex-direction: column;
    gap: 12px;
  }
}

/* ------------ Footer ------------- */
footer {
  background: #f5edd7;
  border-top: 3.5px solid var(--vv-retro-mustard);
  padding: 0;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  padding: 34px 20px 20px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.footer-content > * {
  margin-bottom: 20px;
}
.footer-content a img {
  height: 40px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 4px;
}
.footer-menu a {
  font-size: 1rem;
  color: var(--vv-retro-brown);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  transition: color 0.11s;
}
.footer-menu a:hover { color: var(--vv-secondary); }
.footer-contact {
  font-size: 0.97rem;
  color: #342E29;
}
.footer-contact img {
  width: 20px; height: 20px; margin-right: 5px; vertical-align: middle;
  filter: grayscale(.14) contrast(1.0);
}
.footer-social {
  display: flex;
  gap: 13px;
  margin-top: 7px;
}
.footer-social a img {
  height: 28px; width: 28px;
  display: block;
  border-radius: 7px;
  background: #fff6e0;
  padding: 3px;
  border: 1.5px solid #eee0ce;
  transition: background 0.13s, border 0.14s, filter 0.12s;
}
.footer-social a:hover img {
  background: var(--vv-retro-mustard);
  border-color: var(--vv-retro-orange);
  filter: brightness(1.1);
}

@media (max-width: 850px) {
  .footer-content { flex-direction: column; gap: 14px; align-items: flex-start; }
  .footer-menu { flex-direction: row; gap: 11px; }
}

@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    align-items: stretch;
    padding: 25px 10px 14px 10px;
    gap: 8px;
  }
  .footer-social { gap: 7px; }
  .footer-menu {
    flex-direction: column;
    gap: 8px;
  }
}

/* ------------ Cookie Consent Banner Styles ------------ */
.cookie-banner {
  position: fixed;
  left: 0; bottom: 0;
  width: 100vw;
  background: #195063;
  color: #FFF9ED;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  box-shadow: 0 -2px 12px #0003;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 22px 12px 18px 12px;
  min-height: 78px;
  animation: cookie-slide-in 0.42s cubic-bezier(.58,.04,.71,.98);
  gap: 14px;
}
@keyframes cookie-slide-in {
  from { transform: translateY(85%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .banner-content {
  margin-bottom: 6px;
  text-align: center;
  color: #fef9ed;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-banner button {
  background: var(--vv-secondary);
  color: var(--vv-retro-cream);
  border: none;
  padding: 9px 23px;
  border-radius: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  transition: background .17s, color .12s;
  box-shadow: 1px 1px 6px #0002;
  cursor: pointer;
}
.cookie-banner button.cookie-settings {
  background: var(--vv-retro-mustard);
  color: #195063;
}
.cookie-banner button:hover {
  background: var(--vv-retro-orange);
  color: var(--vv-retro-cream);
}

/* ----- Cookie Settings Modal ----- */
.cookie-modal-overlay {
  position: fixed;
  z-index: 2147483647;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(25,80,99,0.41);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fade-in 0.21s linear;
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.cookie-modal-overlay.open { display: flex; }
.cookie-modal {
  background: #fff6e0;
  padding: 34px 20px 26px 24px;
  border-radius: 20px;
  max-width: 410px;
  width: 92vw;
  box-shadow: 0 7px 30px #1950632d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  animation: modal-pop 0.3s cubic-bezier(.24,1.4,.39,.72);
}
@keyframes modal-pop { from {transform: scale(0.87);} to{transform:scale(1);} }
.cookie-modal h2 {
  color: var(--vv-primary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.28rem;
  margin-bottom: 4px;
  margin-top: 0;
}
.cookie-modal .cookie-category {
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-modal .category-name {
  font-weight: 700;
  color: var(--vv-secondary);
}
.cookie-modal .category-switch {
  margin-left: auto;
}
.cookie-modal input[type=checkbox] {
  accent-color: var(--vv-secondary);
  width: 19px; height: 19px;
  border-radius: 8px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.cookie-modal button {
  background: var(--vv-retro-mustard);
  color: var(--vv-black);
  padding: 9px 23px;
  border: none;
  border-radius: 17px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  transition: background .15s, color .16s;
  box-shadow: 1px 1px 6px #0001;
  cursor: pointer;
}
.cookie-modal button:hover {
  background: var(--vv-retro-orange);
  color: var(--vv-retro-cream);
}
.cookie-modal .close-modal {
  position: absolute;
  top: 19px; right: 21px;
  background: none;
  font-size: 2rem;
  color: var(--vv-black);
  border: none;
  cursor: pointer;
  transition: color 0.17s;
}
.cookie-modal .close-modal:hover { color: var(--vv-retro-orange); }

/* ------------- Card/Section Spacing Enforcers ------------- */
.section, section {
  margin-bottom: 60px !important;
  padding: 40px 20px !important;
}
.card-container, .service-cards, .blog-post-grid,
.feature-grid, .team-list, .tips-grid, .testimonial-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}
.card, .service-card, .tip-card, .testimonial-card, article, .blog-summary, .team-member {
  margin-bottom: 20px !important;
  position: relative;
}
.content-grid, .contact-details {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: space-between !important;
}
.text-image-section {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}
.testimonial-card {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 20px !important;
}
.feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
}

/* Flexible direction based on screen width (responsive) */
@media (max-width: 768px) {
  .text-image-section { flex-direction: column !important; gap: 18px !important; }
  .footer-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

/* Responsive Typography/Spacing Scaling */
@media (max-width: 480px) {
  h1 { font-size: 1.8rem; }
  h2, .features h2, .about-preview h2 { font-size: 1.29rem; }
  h3, .feature-item h3 { font-size: 1.05rem; }
  .container { padding: 0 5px; }
}

/* ------ Misc. Stylish Vintage/Retro Patterns/Easter Eggs ------ */
.hero, .features, .cta, .blog-preview, .about-preview, .testimonials-preview {
  position: relative;
  overflow-x: hidden;
}
.hero::before, .features::before {
  content: '';
  position: absolute;
  top: -18px; left: -40px;
  width: 160px; height: 160px;
  background: url('../assets/retro-corner-ornament.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.09;
  pointer-events: none;
}
.features::after {
  content: '';
  position: absolute;
  bottom: -22px; right: -36px;
  width: 180px; height: 140px;
  background: url('../assets/retro-corner-ornament.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.09;
  transform: scaleX(-1) rotate(8deg);
  pointer-events: none;
}

/* Remove on extra small screens */
@media (max-width: 520px) {
  .hero::before, .features::before, .features::after { display: none!important; }
}

/* ----------- Animations/Micro-Interactions ----------- */
.cta-button, .cookie-banner button, .service-card, .feature-item, .testimonial-card, .blog-summary, .team-member, .card {
  transition: box-shadow 0.17s, background 0.16s, color 0.14s, transform 0.14s;
}
.cta-button:active, .service-card:active, .feature-item:active {
  transform: scale(0.985) translateY(2px);
}

/* ----------- Utility Classes ----------- */
.text-center { text-align: center !important; }
.mt-2 { margin-top: 16px !important; }
.mt-4 { margin-top: 32px !important; }
.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mb-4 { margin-bottom: 32px !important; }

/* ----- Accessibility - Focus Ring ----- */
a:focus, button:focus, .cta-button:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus {
  outline: 2px dotted var(--vv-retro-orange) !important;
  outline-offset: 2px !important;
}

/* Prevent images, cards, and text blocks from overlapping due to shrinking */
.card, .service-card, .tip-card, .testimonial-card, .blog-summary, .team-member, .feature-item, .about-preview, .blog-preview {
  min-width: 0;
  flex-shrink: 1;
}

/* ----------- Print Styles ----------- */
@media print {
  body { background: #fff !important; }
  nav, header, footer, .cookie-banner { display: none !important; }
  .section, section { padding: 0 !important; margin: 0 !important; }
}
