/* VivaVoice Mastery – Geometric Structured CSS Style */
/* 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,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #22577A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #22577A;
  transition: color 0.18s cubic-bezier(.4,0,.2,1);
}
a:hover, a:focus {
  color: #2673B8;
  outline: none;
}
ul,ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
li {
  margin-bottom: 8px;
  line-height: 1.65;
}
strong {
  font-weight: 700;
}
::-webkit-input-placeholder { color: #6b94b6; }
::-moz-placeholder { color: #6b94b6; }
:-ms-input-placeholder { color: #6b94b6; }
::placeholder { color: #6b94b6; }


/* BRAND TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #22577A;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 24px;
  text-transform: uppercase;
}
h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 600;
}
p, .footer-hours {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #22577A;
}

/* GEOMETRIC STRUCTURED LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(34,87,122,0.04);
  transition: box-shadow 0.25s;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  flex: 1 1 288px;
  background: #E2E2E2;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px 0 rgba(34,87,122,0.06);
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover, .card:focus {
  box-shadow: 0 8px 20px 0 rgba(34,87,122,0.18);
  transform: translateY(-4px) scale(1.014);
}

.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: #F6F8FB;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.05);
  border: 2px solid #E2E2E2;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 420px;
  color: #1A3041;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.testimonial-card:hover {
  border-color: #2673B8;
  box-shadow: 0 4px 18px rgba(34,87,122,0.13);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* FLEXGEOMETRY: GEOMETRIC + STRUCTURED GRID-LIKE VISUALS */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 16px;
}
.feature {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F6F8FB;
  border-radius: 14px;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 2px 14px rgba(34,87,122,0.04);
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.feature img {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}
.feature:hover {
  box-shadow: 0 6px 22px rgba(34,87,122,0.13);
  transform: translateY(-2px) scale(1.012);
}

.team-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.profile {
  background: #F6F8FB;
  border: 2.5px solid #E2E2E2;
  border-radius: 14px;
  padding: 24px 24px 20px 24px;
  width: 320px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.055);
  margin-bottom: 20px;
  transition: border-color 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile h3 {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.profile span {
  font-size: 1rem;
  color: #2673B8;
  font-weight: 600;
}
.profile:hover {
  border-color: #22577A;
  box-shadow: 0 4px 18px rgba(34,87,122,0.11);
}

.course-summaries {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.course {
  background: #F6F8FB;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(34,87,122,0.06);
  padding: 20px 18px 18px 18px;
  flex: 1 1 260px;
  min-width: 240px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.17s;
}
.course h3 {
  color: #22577A;
  font-size: 1.14rem;
  margin-bottom: 6px;
}
.course:hover {
  box-shadow: 0 5px 18px rgba(34,87,122,0.15);
}

.stats {
  background: #F6F8FB;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.04);
  margin-top: 18px;
}

.credentials {
  margin-top: 28px;
  background: #F6F8FB;
  border-radius: 12px;
  padding: 18px 22px 12px 22px;
}

/* ----------- HEADER & NAVIGATION ----------- */
header {
  width: 100%;
  background: #22577A;
  padding: 0;
  position: relative;
  z-index: 98;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding-top: 8px;
  padding-bottom: 8px;
}
header img[alt="VivaVoice Mastery"] {
  width: 158px;
  height: auto;
  margin-right: 32px;
}
nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 8px 18px;
  transition: background 0.16s, color 0.18s;
  position: relative;
}
nav a:hover, nav a:focus {
  color: #2673B8 !important;
  background: rgba(255,255,255,0.07);
}
.cta-btn {
  background: #2673B8;
  border-radius: 7px;
  color: #FFF !important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: .04em;
  padding: 12px 32px;
  margin-left: 14px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(34,87,122,0.12);
  transition: background 0.17s, color 0.17s, transform 0.13s;
  position: relative;
  z-index: 3;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #22577A;
  color: #FFF !important;
  transform: translateY(-2px) scale(1.027);
}
.mini-cta-btn {
  background: #E2E2E2;
  color: #22577A !important;
  padding: 10px 24px;
  border-radius: 7px;
  font-weight: 700;
  margin-top: 16px;
  font-size: 0.98rem;
  box-shadow: 0 1px 6px rgba(34,87,122,0.08);
  transition: background 0.17s, color 0.13s;
}
.mini-cta-btn:hover, .mini-cta-btn:focus {
  background: #70A1D7;
  color: #FFF !important;
}

.mobile-menu-toggle {
  display: none;
}
@media (max-width: 1200px) {
  header .container {
    max-width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 950px) {
  .features-grid, .team-profiles, .course-summaries, .content-grid {
    flex-direction: column !important;
    gap: 20px !important;
  }
}

/* ----------- MOBILE MENU ----------- */
@media (max-width: 820px) {
  header nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #FFF;
    cursor: pointer;
    z-index: 101;
    padding: 8px 12px;
    margin-left: 12px;
    border-radius: 7px;
    transition: background 0.18s;
  }
  .mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
    background: #2673B8;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #22577A;
    z-index: 200;
    padding: 30px 32px 24px 32px;
    transform: translateX(-100vw);
    transition: transform 0.33s cubic-bezier(.4,0,.2,1);
    box-shadow: 4px 0 20px 0 rgba(34,87,122,0.11);
    width: 100vw;
    min-height: 100vh;
  }
  .mobile-menu.active {
    transform: translateX(0);
  }
  .mobile-menu-close {
    background: none;
    border: none;
    font-size: 2.3rem;
    color: #FFF;
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 14px;
    border-radius: 6px;
    transition: background 0.18s;
    z-index: 203;
  }
  .mobile-menu-close:hover, .mobile-menu-close:focus {
    background: #2673B8;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
    width: 100%;
  }
  .mobile-nav a {
    font-size: 1.18rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFF;
    background: none;
    padding: 14px 6px;
    border-radius: 6px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    transition: background 0.17s, color 0.15s;
    width: 100%;
    display: block;
  }
  .mobile-nav a:hover, .mobile-nav a:focus {
    background: #2673B8;
    color: #E2E2E2;
  }
}
@media (min-width: 821px) {
  .mobile-menu, .mobile-menu-close {
    display: none !important;
  }
}

/* ----------- HERO & SECTION STRUCTURE ----------- */
.hero {
  background: linear-gradient(90deg,#E2E2E2 68%,#70A1D7 100%);
  padding: 70px 0 50px 0;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 6px 24px 0 rgba(34,87,122,0.088);
  margin-bottom: 58px;
}
.hero .container {
  align-items: flex-start;
  justify-content: center;
}
.hero .content-wrapper {
  gap: 18px;
  max-width: 660px;
  align-items: flex-start;
}
.hero h1 {
  color: #22577A;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
}
.hero p {
  color: #22577A;
  font-size: 1.18rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.cta-banner {
  margin-bottom: 0;
  background: #2673B8;
  color: #FFF;
  padding: 48px 0 48px 0;
  box-shadow: 0 3px 16px rgba(34,87,122,0.07);
  border-radius: 20px;
}
.cta-banner .content-wrapper {
  align-items: center;
  gap: 18px;
  width: 100%;
}
.cta-banner p {
  color: #FFF;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
}
.cta-banner .cta-btn {
  background: #FFF;
  color: #22577A !important;
  border: 2px solid #2673B8;
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(34,87,122,0.06);
  transition: background 0.16s, color 0.14s;
}
.cta-banner .cta-btn:hover {
  background: #70A1D7;
  color: #FFF !important;
  border-color: #FFF;
}


/* ----------- TESTIMONIALS ----------- */
.testimonials-row, .testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
.star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}
.star-rating img {
  width: 22px;
  height: 22px;
}
.testimonial-card p {
  font-size: 1.13rem;
  color: #22577A;
  margin-bottom: 8px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
.testimonial-card .name {
  font-size: 0.95rem;
  color: #2673B8;
  font-weight: 700;
}

/* ----------- ABOUT METHODS/METHODS SNAPSHOT ----------- */
.method-snapshot {
  margin: 18px 0 16px 0;
  background: #2673B8;
  color: #FFF;
  border-radius: 12px;
  padding: 20px 24px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 1px 6px rgba(34,87,122,0.045);
}
.method-snapshot ul {
  margin: 12px 0 0 20px;
}

.unique-icons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.unique-icons img {
  width: 48px;
  height: 48px;
}

.certification-info {
  margin-top: 26px;
  background: #70A1D7;
  color: #FFF;
  border-radius: 8px;
  padding: 16px 19px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 1px 6px rgba(34,87,122,0.08);
}

.upcoming-sessions {
  margin-top: 18px;
}

.hours-details p {
  font-size: 1.1rem;
  color: #22577A;
}

/* ----------- FOOTER ----------- */
footer {
  background: #22577A;
  color: #FFF;
  padding: 50px 0 30px 0;
  margin-top: 48px;
  border-radius: 32px 32px 0 0;
}
footer .container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}
.footer-nav a {
  color: #E2E2E2;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 1rem;
  transition: color 0.13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #70A1D7;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.98rem;
}
.footer-contact p {
  color: #E2E2E2;
  margin-bottom: 6px;
  font-size: 1rem;
}
.footer-contact img {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 7px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 200px;
}
.footer-brand img {
  width: 52px;
  height: 52px;
  margin-bottom: 5px;
}
.footer-brand span {
  font-size: 0.97rem;
  color: #E2E2E2;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* ----------- FORMS & INPUTS ----------- */
input, textarea, select, button {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
::selection {
  background: #70A1D7;
  color: #FFF;
}

/* ----------- RESPONSIVE ADJUSTMENTS ----------- */
@media (max-width: 850px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .footer-nav, .footer-contact, .footer-brand {
    align-items: flex-start;
    min-width: unset;
    font-size: 0.95rem;
  }
  footer .container {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 38px 0 30px 0;
    border-radius: 0 0 18px 18px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .section, .cta-banner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .features-grid, .team-profiles, .course-summaries, .content-grid, .testimonials-row, .testimonials {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .profile, .feature, .card, .course, .testimonial-card {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column !important;
    gap: 18px !important;
    align-items: flex-start;
  }
  .content-wrapper {
    gap: 10px;
    padding: 0;
  }
  footer .container {
    flex-direction: column;
    gap: 18px;
    padding: 0 8px;
    align-items: flex-start;
  }
  .footer-brand { align-items: flex-start; }
}
@media (max-width: 500px) {
  .hero h1 { font-size: 1.35rem; }
  h1 { font-size: 1.43rem; }
  .section, .cta-banner {
    padding: 18px 4px;
    border-radius: 8px;
  }
  .card, .feature, .profile, .testimonial-card {
    padding: 16px 12px;
    border-radius: 8px;
  }
  .footer-brand img { width: 36px; height: 36px; }
}

/* ----------- SECTION/SUBCONTAINER SPACING ----------- */
section {
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* ----------- BUTTONS & INTERACTIONS ----------- */
button {
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  background: none;
  outline: none;
  transition: background 0.14s, color 0.14s;
}
button:focus {
  outline: 2px solid #2673B8;
  outline-offset: 2px;
}

/* ---------- COOKIE BANNER ---------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 3000;
  background: #22577A;
  color: #FFF;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  box-shadow: 0 -3px 18px rgba(34,87,122,0.17);
  gap: 36px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  animation: cookie-slideup 0.44s cubic-bezier(.4,0,.2,1);
}
@keyframes cookie-slideup {
  from { transform: translateY(70px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner-content {
  max-width: 560px;
  font-size: 1rem;
  color: #FFF;
}
.cookie-banner-actions {
  display: flex;
  gap: 14px;
}
.cookie-btn, .cookie-modal-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border-radius: 6px;
  padding: 9px 24px;
  font-weight: 700;
  font-size: 0.99rem;
  letter-spacing: 0.025em;
  margin: 0 3px;
  transition: background 0.13s, color 0.13s;
  border: 2px solid #E2E2E2;
}
.cookie-btn.accept {
  background: #2673B8;
  color: #FFF;
  border-color: #2673B8;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #70A1D7;
  color: #FFF;
}
.cookie-btn.reject {
  background: #E2E2E2;
  color: #22577A;
  border-color: #22577A;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #F6F8FB;
  color: #2673B8;
}
.cookie-btn.settings {
  background: #FFF;
  color: #2673B8;
  border-color: #2673B8;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #E2E2E2;
  color: #22577A;
}

/* Cookie Preferences Modal */
.cookie-modal-bg {
  display: none;
  position: fixed;
  z-index: 3900;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,87,122,0.16);
  justify-content: center;
  align-items: center;
  animation: modal-fadein 0.41s cubic-bezier(.4,0,.2,1);
}
.cookie-modal-bg.active { display: flex; }
@keyframes modal-fadein {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal {
  background: #FFF;
  border-radius: 18px;
  max-width: 420px;
  width: 92vw;
  padding: 32px 24px 28px 24px;
  box-shadow: 0 6px 38px rgba(34,87,122,0.22);
  color: #22577A;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  animation: modal-slideup 0.45s cubic-bezier(.4,0,.2,1);
}
@keyframes modal-slideup {
  from { transform: translateY(76px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-modal-title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.cookie-modal-category {
  margin-bottom: 10px;
  font-size: 1.09rem;
  font-weight: 600;
}
.cookie-toggle {
  appearance: none;
  width: 40px;height: 22px;
  background: #E2E2E2;
  border-radius: 15px;
  position: relative;
  outline: none;
  margin-left: 12px;
  vertical-align: middle;
  transition: background 0.15s;
  border: 1.5px solid #2673B8;
}
.cookie-toggle:checked {
  background: #2673B8;
}
.cookie-toggle:before {
  content: '';
  display: block;
  width: 18px;height: 18px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 2px; top: 1.5px;
  transition: left 0.16s;
  box-shadow: 0 1.5px 4px rgba(34,87,122,0.09);
}
.cookie-toggle:checked:before {
  left: 20px;
}
.cookie-preference-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}
.cookie-preference-row label {
  font-size: 1rem;
}
.cookie-modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 11px;
  justify-content: flex-end;
}
.cookie-modal-btn.save {
  background: #2673B8;
  color: #FFF;
  border-color: #2673B8;
}
.cookie-modal-btn.save:hover, .cookie-modal-btn.save:focus {
  background: #22577A;
}
.cookie-modal-btn.cancel {
  background: #E2E2E2;
  color: #22577A;
  border-color: #22577A;
}
.cookie-modal-btn.cancel:hover, .cookie-modal-btn.cancel:focus {
  background: #F6F8FB;
  color: #2673B8;
}

@media (max-width: 550px) {
  .cookie-banner {
    flex-direction: column;
    gap: 16px;
    padding: 13px 3px;
    font-size: 0.99rem;
    box-shadow: 0 -2px 9px rgba(34,87,122,0.13);
  }
}

/* ---------- UTILITY CLASSES ---------- */
.novis {
  visibility: hidden !important;
  opacity: 0 !important;
}
.display-none {
  display: none !important;
}

/* General Utility: For geometric backgrounds (optional) */
.bg-geometric {
  background: repeating-linear-gradient(135deg, #E2E2E2, #E2E2E2 44px, #FFFFFF 44px, #FFFFFF 88px);
}

/* Misc spacing and icon adjustments */
.map-embed {
  background: #F6F8FB;
  border-radius: 8px;
  padding: 13px 16px;
  margin-top: 10px;
  box-shadow: 0 1px 6px rgba(34,87,122,0.07);
}
@media (max-width: 540px) {
  .map-embed, .method-snapshot, .certification-info {
    padding: 7px 7px;
    font-size: 0.97rem;
  }
}

/* --- END OF STYLE --- */
