/* ==== CSS RESET + NORMALIZE ==== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
html {
  line-height: 1.15;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #f7f5f2;
  color: #262626;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
a {
  color: #45745A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #45745A;
  outline-offset: 2px;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 12px 16px;
  text-align: left;
}

/* ===== BRAND COLOR VARIABLES & FALLBACKS ===== */
:root {
  --color-primary: #262626;
  --color-secondary: #647072;
  --color-accent: #E9DED5;
  --color-green: #45745A;
  --color-earth: #A08B78;
  --color-beige: #f7f5f2;
  --color-card: #fff;
  --color-card-alt: #ECE6DC;
  --color-shadow: rgba(69,116,90,0.10);
}

/* ======= TYPOGRAPHY ======= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 700;
  color: #262626;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 600;
  color: #262626;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 12px;
  font-weight: 500;
  color: #262626;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #262626;
  margin-bottom: 12px;
}
p, li, ul, ol, td, th {
  font-size: 1rem;
  color: #322f2b;
  line-height: 1.65;
}

/* ======= GENERAL LAYOUT CONTAINERS ======= */
.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 18px;
  margin: 0 auto;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 880px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ========= FLEXBOX UTILITY (NO GRID) ========= */
.feature-grid,.service-cards,.team-list,.testimonial-list,.service-list, .case-studies {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 24px;
}
.feature-item, .team-member, .service-card, .case-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  min-width: 240px;
  flex: 1 1 240px;
  background: var(--color-card);
  border-radius: 18px;
  box-shadow: 0 4px 18px var(--color-shadow);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-item:hover, .service-card:hover, .team-member:hover, .case-summary:hover {
  box-shadow: 0 6px 28px rgba(69,116,90,0.13);
  transform: translateY(-4px) scale(1.02);
}

/* Card Container patterns */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--color-card);
  border-radius: 14px;
  box-shadow: 0 2px 10px var(--color-shadow);
  padding: 24px 18px;
  transition: box-shadow 0.2s;
}

/* Content Grid, Testimonials */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 10px var(--color-shadow);
  padding: 28px 24px;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 370px;
  color: #1a221b;
}
.testimonial-card p {
  font-size: 1.125rem;
  font-style: italic;
  color: #262626;
}
.testimonial-author {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #45745A;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

/* ===== ORGANIC SHAPES & EARTHY BACKDROPS ===== */
.hero {
  background: linear-gradient(120deg, #e9ded5 60%, #f7f5f2 100%);
  border-radius: 0 0 140px 20px/0 0 120px 40px;
  min-height: 280px;
  padding: 64px 0 68px 0;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: '';
  position: absolute;
  right: -80px;
  top: -40px;
  width: 300px;
  height: 220px;
  background: radial-gradient(circle at 40% 60%, #A08B78 0%, transparent 60%);
  opacity: 0.13;
  border-radius: 100px 140px 80px 160px;
}

/* ===== BUTTONS ===== */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 13px 36px;
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: background 0.18s, color 0.15s, box-shadow 0.18s, transform 0.18s;
  margin-top: 16px;
  box-shadow: 0 2px 8px var(--color-shadow);
}
.btn-primary {
  background: #45745a;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #618f73;
  color: #fff;
  box-shadow: 0 4px 14px #adbe8a22;
  transform: translateY(-2px) scale(1.03);
}
.btn-secondary {
  background: transparent;
  color: #45745a;
  border: 2px solid #45745a;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #e9ded5;
  color: #264b2f;
}

/* =============== HEADER & NAVIGATION =============== */
header {
  background: #fff;
  box-shadow: 0 4px 20px var(--color-shadow);
  z-index: 100;
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 24px;
}
.brand-logo img {
  height: 48px;
  max-width: 140px;
  border-radius: 12px;
  background: #f7f5f2;
  padding: 4px 8px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #647072;
  font-size: 1rem;
  padding: 4px 0;
  transition: color 0.15s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  color: #45745A;
}
.btn-primary {
  margin-left: 24px;
}
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #45745A;
  cursor: pointer;
  line-height: 1;
}

/* ================= MOBILE MENU (burger + nav) ================= */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(233,222,213,0.97);
  z-index: 2002;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(0.67,0,0.33,1);
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0;
  pointer-events: none;
}
.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: #fff;
  color: #45745A;
  border: none;
  font-size: 2.4rem;
  align-self: flex-end;
  margin: 20px 28px 8px 0;
  border-radius: 40px;
  box-shadow: 0 0px 10px rgba(69,116,90,0.04);
  cursor: pointer;
  z-index: 10;
  transition: background 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #ECE6DC;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 40px 16px 24px 16px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #262626;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  transition: background 0.14s, color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e9ded5;
  color: #45745a;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    margin-left: 14px;
    padding: 6px 6px;
  }
  .btn-primary {
    margin-left: 0;
  }
}

/* =============== FOOTER =============== */
footer {
  background: #19402c;
  color: #e9ded5;
  padding: 48px 0 0 0;
  border-radius: 58px 58px 0 0 / 40px 100px 0 0;
  margin-top: 66px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid #314236;
  padding-bottom: 14px;
}
.footer-top img {
  height: 52px;
  filter: grayscale(0.2) contrast(0.9);
  background: #e9ded5;
  border-radius: 17px;
  padding: 3px 7px;
}
.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-menu a {
  color: #E9DED5;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 4px 0;
  transition: color 0.14s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #ADBE8A;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 0.95rem;
  margin-top: 18px;
  padding: 13px 0 24px 0;
}
.footer-bottom a {
  color: #bee1b8;
  font-weight: 600;
}

/* =============== HERO SECTION =============== */
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 189px;
}
.hero h1 {
  font-size: 2.7rem;
  margin-bottom: 18px;
  color: #262626;
}
.hero p {
  font-size: 1.3rem;
  color: #647072;
  max-width: 650px;
  margin-bottom: 24px;
}
.hero .btn-primary {
  font-size: 1.1rem;
}

/* ========== SECTION STRUCTURE & SPACING ========== */
section {
  margin-bottom: 60px;
  padding: 40px 0;
  background: none;
}

/* ========== VALUE & TIPS LISTS, STEP LISTS ========== */
.value-list, .tips-list, .step-list, .case-results, .faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.value-list li, .tips-list li, .step-list li, .case-results li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0 13px 0;
  background: none;
  font-size: 1.07rem;
}
.value-list img, .tips-list img, .step-list img, .case-results img {
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 10px;
  background: #ece6dc;
  padding: 2px;
}
.faq-list dt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.11rem;
  font-weight: 600;
  color: #45745a;
  margin-top: 18px;
}
.faq-list dd {
  margin-bottom: 8px;
  margin-left: 8px;
}

/* ========== SERVICES & OFFERS ========== */
.service-card {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 4px 16px var(--color-shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 30px 22px;
  min-width: 230px;
  flex: 1 1 240px;
  transition: box-shadow 0.12s, transform 0.13s;
}
.service-card img {
  width: 43px; height: 43px;
  border-radius: 10px;
  background: #e9ded5;
  margin-bottom: 5px;
}
.service-card h3, .service-card h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  color: #262626;
  margin-bottom: 7px;
  margin-top: 2px;
}
.service-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #45745a;
  background: #ece6dc;
  border-radius: 8px;
  padding: 5px 13px;
  font-weight: 500;
  margin-top: 9px;
}

/* =========== TEAM =========== */
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.team-member {
  background: #e9ded5;
  border-radius: 19px;
  box-shadow: 0 2px 9px var(--color-shadow);
  max-width: 270px;
  min-width: 210px;
  align-items: center;
  text-align: center;
  padding: 26px 17px 19px 17px;
  gap: 13px;
}
.team-member img {
  width: 56px;
  height: 56px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #fff;
}
.team-member h3 {
  color: #34713d;
  font-weight: 600;
}
.team-member p {
  color: #262626;
  font-size: 1rem;
}

/* ============ CONTACT STYLES ============ */
.contact-short-info, .contact-info-full {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.contact-short-info p, .contact-info-full p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
  color: #459462;
  background: none;
  font-size: 1.02rem;
}
.contact-short-info img, .contact-info-full img {
  width: 22px;
  height: 22px;
  background: #ece6dc;
  border-radius: 7px;
  padding: 1px;
}

/* Opening hours table */
.opening-hours-table {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(50,50,50,0.05);
  overflow: hidden;
}
.opening-hours-table th {
  background: #ece6dc;
  color: #45745a;
  font-size: 1.06rem;
}
.opening-hours-table td {
  color: #262626;
}
.opening-hours-table tr:nth-child(even) td {
  background: #f4f2ef;
}

/* Fake map section */
.fake-map {
  background: #ece6dc;
  border-radius: 19px;
  box-shadow: 0 2px 12px #b1aa9b32;
  min-height: 110px;
  padding: 28px 19px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
}
.fake-map .text-section h2 {
  color: #45745a;
  font-size: 1.22rem;
  margin-bottom: 8px;
}

/* ========== THANK YOU PAGE =========== */
.thankyou-section {
  background: #f7f5f2;
  border-radius: 18px;
  margin-top: 20px;
  padding: 24px 18px;
  box-shadow: 0 2px 12px #b1aa9b33;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* ========== CTA SECTIONS =========== */
.cta-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  gap: 20px;
}

/* ========== LEGAL TEXT ======== */
.legal-text h2 {
  font-size: 1.22rem;
  margin-top: 20px;
  color: #45745a;
}
.legal-text ul {
  margin-bottom: 12px;
  margin-top: 7px;
  padding-left: 17px;
}
.legal-text ul li {
  list-style: disc;
  margin-bottom: 5px;
  color: #322f2b;
}
.legal-text p, .legal-text li {
  font-size: 1rem;
}

/* ========== MODALS, OVERLAYS =========== */
.modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(38,38,38,0.16);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.22s;
}
.modal.inactive {opacity: 0; pointer-events: none;}
.modal-content {
  background: #fff;
  border-radius: 20px;
  padding: 38px 32px 28px 32px;
  box-shadow: 0 4px 32px rgba(69,116,90,0.17);
  max-width: 410px;
  width: 96vw;
  position: relative;
}
.modal-content h3 {
  color: #45745a;
  font-size: 1.22rem;
  margin-bottom: 18px;
}
.cookie-settings-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 14px 0 16px 0;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-switch {
  --switch-off: #e9ded5;
  --switch-on: #45745a;
  width: 40px;
  height: 24px;
  display: inline-block;
  border-radius: 12px;
  position: relative;
  background: var(--switch-off);
  transition: background 0.13s;
}
.cookie-switch input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-switch-slider {
  position: absolute;
  top: 2px; left: 2px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.16s;
  box-shadow: 0 1px 3px #b1aa9b44;
}
.cookie-switch input:checked + .cookie-switch-slider {
  background: #45745a;
}
.cookie-switch input:checked ~ .cookie-switch-slider {
  left: 18px;
  background: #45745a;
}
.cookie-switch input:checked ~ .cookie-switch-bg {
  background: var(--switch-on);
}

/* ====== COOKIE CONSENT BANNER (fixed) ====== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2500;
  background: #fff5e2;
  color: #262626;
  box-shadow: 0 -2px 20px rgba(69,116,90,0.09);
  border-top: 1px solid #E9DED5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 18px 12px 18px 20px;
  min-height: 62px;
  font-size: 1.02rem;
  animation: cookie-banner-in 0.41s cubic-bezier(0.6,1.2,0.2,1.0);
}
@keyframes cookie-banner-in {
  0% {transform: translateY(100%); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
.cookie-banner-buttons {
  display: flex;
  gap: 14px;
}
.cookie-banner .btn-cookie {
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  min-width: 100px;
  font-size: 1rem;
  border: none;
  border-radius: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  box-shadow: 0 1px 5px rgba(69,116,90,0.07);
  cursor: pointer;
  transition: background 0.16s, color 0.13s, box-shadow 0.17s;
}
.btn-cookie-accept {
  background: #45745a;
  color: #fff;
}
.btn-cookie-accept:hover, .btn-cookie-accept:focus {
  background: #618f73;
  color: #fff;
}
.btn-cookie-reject {
  background: #ece6dc;
  color: #45745a;
}
.btn-cookie-reject:hover, .btn-cookie-reject:focus {
  background: #e9ded5;
  color: #264b2f;
}
.btn-cookie-settings {
  background: transparent;
  color: #647072;
  border: 2px solid #647072;
}
.btn-cookie-settings:hover, .btn-cookie-settings:focus {
  background: #e9ded5;
  color: #264b2f;
}

/* ============ RESPONSIVE / MOBILE FIRST ============ */
@media (max-width: 1100px) {
  .feature-grid, .service-cards, .case-studies, .team-list, .testimonial-list, .service-list {
    gap: 18px;
  }
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 900px) {
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
}
@media (max-width: 800px) {
  .feature-grid,.service-cards,.case-studies,.testimonial-list,.service-list,
  .team-list {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .feature-item, .service-card, .case-summary, .team-member, .testimonial-card {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }
  .hero {
    border-radius: 0 0 56px 14px/0 0 32px 18px;
    padding: 44px 0 44px 0;
  }
  .hero:after {
    width: 170px;
    height: 120px;
    right: -40px;
    border-radius: 60px 60px 40px 60px;
  }
  .content-wrapper {
    max-width: 99vw;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1.06rem;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-top img {
    height: 38px;
  }
  .footer-menu {
    gap: 11px;
  }
  .testimonial-list {
    gap: 16px;
  }
  .testimonial-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .ctasection, .cta-section {
    flex-direction: column;
    gap: 12px;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 8px 14px 10px;
    gap: 12px;
  }
  .cookie-banner-buttons {
    gap: 7px;
  }
}
@media (max-width:480px) {
  h1, .h1 {font-size: 1.38rem;}
  h2, .h2 {font-size: 1.11rem;}
  .section, section {padding: 23px 6px;}
  .hero {padding: 24px 0 17px 0;}
  .feature-item, .service-card, .team-member, .testimonial-card, .case-summary, .fake-map, .thankyou-section {
    padding: 17px 8px !important;
    border-radius: 10px;
  }
  .container {padding: 0 6px;}
  .btn-primary,.btn-secondary,.btn-cookie {
    min-width: 0;
    font-size: 0.94rem;
    padding: 10px 17px;
  }
  .footer-top img {
    height: 28px;
    min-width: 44px;
  }
  .footer-bottom {font-size: 0.87rem;}
}

/* === ORGANIC SHAPES DECOR (CSS-ONLY, optional) === */
.section {
  position: relative;
}
.section::before {
  content: '';
  position: absolute;
  top: -22px; left: -30px;
  width: 88px; height: 44px;
  background: radial-gradient(circle at 15px 12px,#e9ded5 60%, #fff0 100%);
  opacity: 0.12;
  z-index: 0;
  border-radius: 40px 30px 30px 40px;
  pointer-events: none;
}

/* ================= ANIMATIONS & INTERACTIONS ================= */
a, button, .btn-primary, .btn-secondary, .btn-cookie, .mobile-menu-close, .mobile-menu-toggle {
  transition: background 0.17s, color 0.13s, box-shadow 0.17s, transform 0.13s;
}
.btn-primary:active, .btn-secondary:active, .mobile-menu-close:active, .btn-cookie:active {
  opacity: 0.93;
  transform: scale(0.97);
}
input, select, textarea {
  font-family: inherit;
}

/* ============= VISIBILITY UTILITIES ============= */
@media (max-width: 900px) {
  .main-nav { display: none !important; }
  .mobile-menu-toggle { display: inline-block !important; }
}
@media (min-width: 901px) {
  .mobile-menu { display: none !important; }
}

/* --- Hide cookie banner when .hidden --- */
.cookie-banner.hidden {
  display: none !important;
}

/* ================== END ================== */
