/* ========================
   Sandy Hollow Mobilität – Modern Bold Style CSS
   ========================
*/

/* --- CSS RESET & BASE --- */
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, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
    background: #F8FAFD;
}
body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #22334A;
    background: #F8FAFD;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: #22334A;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
a:hover, a:focus {
    color: #FFD166;
    outline: none;
}
ul, ol {
    padding-left: 24px;
}

/* --- BRAND FONTS --- */
h1, h2, h3, h4, .button, .logo {
    font-family: 'Oswald', 'Roboto', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* ========================
   --- LAYOUT ---
======================== */
.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}
.section {
    margin-bottom: 60px;
    padding: 40px 20px;
    width: 100%;
}

/* =========================
   --- HEADER / NAV ---
======================== */
header {
    background: #22334A;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,51,74,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}
header .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
}
.logo img {
    height: 48px;
    width: auto;
}
nav {
    display: flex;
    gap: 20px;
    align-items: center;
}
nav a {
    color: #F8FAFD;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
nav a:hover, nav a:focus {
    background: #FFD166;
    color: #22334A;
}
.button.primary {
    background: #FFD166;
    color: #22334A;
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border: none;
    box-shadow: 0 4px 24px rgba(34, 51, 74, 0.12);
    transition: background 0.18s, transform 0.12s;
    cursor: pointer;
    margin-left: 12px;
    outline: none;
}
.button.primary:hover, .button.primary:focus {
    background: #22334A;
    color: #FFD166;
    transform: translateY(-2px) scale(1.02);
}
.button.accent {
    background: #22334A;
    color: #FFD166;
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border: none;
    box-shadow: 0 4px 24px rgba(34, 51, 74, 0.12);
    transition: background 0.18s, color 0.18s, transform 0.12s;
    cursor: pointer;
    margin-left: 12px;
    outline: none;
}
.button.accent:hover, .button.accent:focus {
    background: #FFD166;
    color: #22334A;
    transform: translateY(-2px) scale(1.02);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #FFD166;
    font-size: 2.2rem;
    cursor: pointer;
    margin-left: 18px;
    z-index: 250;
    padding: 4px 10px;
    border-radius: 6px;
    transition: background 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
    background: #FFD166;
    color: #22334A;
}

/* --- MOBILE MENU --- */
.mobile-menu {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #22334A;
    color: #FFD166;
    z-index: 500;
    transform: translateX(110%);
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    transition: transform 0.25s cubic-bezier(0.65,0,0.35,1);
    box-shadow: 0 0 32px 8px rgba(34,51,74,0.2);
    padding: 32px 24px 24px 32px;
}
.mobile-menu.open {
    transform: translateX(0);
}
.mobile-menu-close {
    margin-bottom: 30px;
    font-size: 2.5rem;
    background: none;
    color: #FFD166;
    border: none;
    align-self: flex-end;
    cursor: pointer;
    transition: color 0.15s;
}
.mobile-menu-close:hover {
    color: #fff;
}
.mobile-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
}
.mobile-nav a {
    color: #FFD166;
    font-size: 1.35rem;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.01em;
    padding: 15px 0 13px 0;
    border-radius: 0 18px 18px 0;
    transition: color 0.18s, background 0.18s;
    outline: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
    background: #FFD166;
    color: #22334A;
}

/* Hide default desktop nav/buttons on mobile, show burger */
@media (max-width: 980px) {
  nav { display: none; }
  .button.primary { display: none; }
  .mobile-menu-toggle { display: block; }
  header .container {
      justify-content: space-between;
      gap: 6px;
  }
}

@media (min-width: 981px) {
  .mobile-menu { display: none !important; }
}

/* =========================
   --- HERO SECTION ---
======================== */
.hero {
    background: #22334A;
    color: #FFD166;
    border-bottom: 8px solid #FFD166;
    padding: 58px 0 48px 0;
    width: 100%;
}
.hero .container {
    align-items: center;
    justify-content: center;
}
.hero .content-wrapper {
    align-items: flex-start;
    gap: 18px;
}
.hero h1 {
    font-size: 2.6rem;
    line-height: 1.12;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 800;
}
.hero .subheadline {
    font-size: 1.35rem;
    font-family: 'Roboto', Arial, sans-serif;
    color: #FFD166;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 2px;
}
@media (min-width: 672px) {
  .hero h1 { font-size: 3.4rem; }
  .hero .subheadline { font-size: 1.5rem; }
}

/* =========================
   --- FEATURE / SERVICE LISTS ---
======================== */
.feature_grid, .service_teasers, .team_highlights, .service_highlights, .standort-info, .feature_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    margin-top: 18px;
    margin-bottom: 10px;
}
.feature, .service_teasers > div, .team_highlights > div, .service_highlights > div, .standort-info > div {
    background: #fff;
    box-shadow: 0 4px 28px rgba(34,51,74,0.07);
    border-radius: 16px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px 22px 22px;
    margin-bottom: 20px;
    gap: 15px;
    border: 3px solid transparent;
    transition: border 0.2s, box-shadow 0.18s, transform 0.18s;
    position: relative;
    z-index: 1;
}
.feature img, .team_highlights img, .service_highlights img, .standort-info img, .feature_icons img {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
}
.feature:hover, .service_teasers > div:hover, .team_highlights > div:hover, .service_highlights > div:hover, .standort-info > div:hover {
    border: 3px solid #FFD166;
    box-shadow: 0 8px 40px 2px rgba(34,51,74,0.10);
    transform: translateY(-4px) scale(1.03);
}
.feature h3, .team_highlights h3, .standort-info h3 {
    color: #22334A;
    font-size: 1.32rem;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
}
.feature p, .service_teasers p, .team_highlights p, .standort-info p {
    color: #56657e;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.service_teasers > div {
    background: #A3B7C6;
    color: #22334A;
    min-width: 200px;
    max-width: 360px;
    border: 3px solid #FFD166;
    border-radius: 18px;
    transition: box-shadow 0.2s, transform 0.18s;
}
.service_teasers a {
    color: #22334A;
    background: #FFD166;
    padding: 6px 17px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 13px;
    display: inline-block;
    font-family: Oswald, Arial, sans-serif;
    transition: background 0.17s, color 0.17s;
}
.service_teasers a:hover, .service_teasers a:focus {
    background: #22334A;
    color: #FFD166;
}

@media (max-width: 900px) {
  .feature_grid, .service_teasers, .team_highlights, .service_highlights, .standort-info {
      gap: 16px;
  }
  .feature, .service_teasers > div, .team_highlights > div, .service_highlights > div, .standort-info > div {
      max-width: 100%;
      min-width: 160px;
  }
}
@media (max-width: 700px) {
  .feature_grid, .service_teasers, .team_highlights, .service_highlights, .standort-info {
      flex-direction: column;
      gap: 24px;
      align-items: stretch;
  }
}

/* --- AVAILABILITY info (fahrzeuge.html) ---*/
.availability_info {
    background: #FFD166;
    color: #22334A;
    border-radius: 20px;
    padding: 22px 20px;
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 2px 16px 0 rgba(34,51,74,0.07);
}

/* --- ABOUT / MISSION SECTIONS ---*/
.about-section {
    display: flex;
    flex-direction: column;
    gap: 23px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 2px 16px 0 rgba(34,51,74,0.06);
    margin-bottom: 12px;
}
.about-section ul {
    font-size: 1rem;
    margin-bottom: 3px;
    color: #22334A;
}

/* --- CONTACT DETAILS --- */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 12px;
}
.contact-details p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.13rem;
    font-family: 'Roboto', Arial, sans-serif;
    color: #22334A;
}
.contact-details img {
    width: 24px;
    height: 24px;
}

/* --- NEWS LIST --- */
.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
}
.news_list article {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(34,51,74,0.06);
    padding: 22px 18px 18px 20px;
    min-width: 200px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: box-shadow 0.18s, transform 0.17s;
    border-left: 6px solid #FFD166;
}
.news_list article h3 {
    font-size: 1.24rem;
    color: #22334A;
    margin-bottom: 6px;
    font-family: Oswald, Arial, sans-serif;
}
.news_list article:hover {
    box-shadow: 0 4px 32px 2px rgba(34,51,74,0.14);
    transform: translateY(-2px) scale(1.02);
}
@media (max-width: 768px) {
  .news_list { flex-direction: column; gap: 18px; }
}

/* --- COMPARISON TABLE --- */
.comparison_table {
    margin-top: 25px;
    margin-bottom: 10px;
    background: #A3B7C6;
    border-radius: 16px;
    padding: 18px 16px;
}
.comparison_table h3 {
    font-family: Oswald, Arial, sans-serif;
    color: #22334A;
    margin-bottom: 7px;
    font-size: 1.18rem;
}
.comparison-list {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap;
    font-weight: 600;
    color: #22334A;
}
.comparison-list li {
    margin-bottom: 7px;
}
@media (max-width: 650px) {
  .comparison-list { flex-direction: column; gap: 8px; }
}

.feature_icons {
    display: flex;
    flex-direction: row;
    gap: 22px;
    margin-top: 22px;
    align-items: center;
    margin-bottom: 10px;
}
.feature_icons img {
    width: 38px;
    height: 38px;
}

/* ========================
   --- TESTIMONIALS ---
======================== */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: #F8FAFD;
    border-radius: 18px;
    box-shadow: 0 4px 16px 0 rgba(34,51,74,0.11);
    border-left: 8px solid #FFD166;
    padding: 26px 30px 22px 28px;
    min-width: 260px;
    flex: 1 1 300px;
    margin-bottom: 20px;
    font-size: 1.09rem;
    color: #22334A;
    position: relative;
    z-index: 0;
    transition: box-shadow 0.15s, transform 0.12s;
}
.testimonial-card:hover, .testimonial-card:focus {
    box-shadow: 0 8px 32px 2px rgba(34,51,74,0.13);
    transform: scale(1.018);
}
.testimonial-card p {
    color: #22334A;
    font-size: 1.09rem;
    font-style: italic;
}
.testimonial-card span {
    color: #56657e;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Roboto', Arial, sans-serif;
}

@media (max-width: 690px) {
  .testimonials { flex-direction: column; gap: 22px; }
}

/* ========================
   --- FOOTER ---
======================== */
footer {
    background: #22334A;
    color: #fff;
    padding: 36px 0 22px 0;
}
footer .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-brand img {
    height: 48px;
    width: auto;
    margin-bottom: 8px;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 160px;
}
.footer-menu a {
    color: #FFD166;
    font-size: 1.12rem;
    font-family: 'Oswald', Arial, sans-serif;
    padding: 5px 0;
    font-weight: 700;
    transition: color 0.15s;
}
.footer-menu a:hover, .footer-menu a:focus { color: #fff; }
.footer-contact {
    color: #A3B7C6;
    font-size: 1.03rem;
    font-family: 'Roboto', Arial, sans-serif;
    gap: 7px;
}
.footer-contact img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

@media (max-width: 780px) {
  footer .container { flex-direction: column; gap: 18px; align-items: flex-start; }
}

/* ========================
   --- TYPOGRAPHY ---
======================== */
h1 {
    font-size: 2.3rem;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}
h2 {
    font-size: 2rem;
    color: #22334A;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.3rem;
    color: #22334A;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
h4, h5, h6 {
    font-size: 1.1rem;
    color: #22334A;
    font-weight: bold;
}
p {
    color: #22334A;
    font-size: 1.03rem;
    margin-bottom: 11px;
}
strong {
    font-weight: bold;
    color: #22334A;
}
ul, ol {
    margin-bottom: 7px;
    color: #22334A;
    font-size: 1.03rem;
    font-family: 'Roboto', Arial, sans-serif;
}

/* --- Responsive Typography --- */
@media (min-width: 550px) {
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.45rem; }
}
@media (min-width: 900px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.5rem; }
}

/* ========================
   --- SECTION SPACING & FLEX ---
======================== */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}
.card {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(34,51,74,0.08);
    padding: 26px 18px;
    transition: box-shadow 0.16s, transform 0.13s;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    flex: 1 1 260px;
}
.card:hover, .card:focus {
    box-shadow: 0 8px 32px 2px rgba(34,51,74,0.13);
    transform: translateY(-2px) scale(1.014);
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.text-image-section {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.testimonial-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

@media (max-width: 900px) {
    .content-grid { flex-direction: column; gap: 21px; }
    .text-image-section { flex-direction: column; gap: 18px; align-items: flex-start; }
}

/* =========================
   --- BUTTONS ---
======================== */
.button {
    display: inline-block;
    border: none;
    border-radius: 32px;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 13px 28px;
    box-shadow: 0 2px 14px rgba(34,51,74,0.10);
    text-align: center;
    line-height: 1.22;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.16s, transform 0.12s;
    outline: none;
    margin-top: 12px;
}
.button:active {
    box-shadow: 0 1px 3px rgba(34,51,74,0.09);
    transform: scale(0.96);
}

/* =========================
   --- COOKIE CONSENT BANNER & MODAL ---
======================== */
.cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #22334A;
    color: #FFD166;
    z-index: 1200;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 18px;
    box-shadow: 0 -2px 28px 0 rgba(34,51,74,0.12);
    font-size: 1rem;
    animation: slideUpBanner 0.55s cubic-bezier(0.7,0,0.3,1);
}
@keyframes slideUpBanner {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1;    }
}
.cookie-banner .cookie-message {
    flex: 1 1 auto;
    font-family: 'Roboto', Arial, sans-serif;
    color: #FFD166;
}
.cookie-banner .cookie-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.cookie-banner button {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 22px;
    margin-right: 0;
    outline: none;
    border: none;
    padding: 10px 22px;
    transition: background 0.18s, color 0.18s, box-shadow 0.13s;
    cursor: pointer;
}
.cookie-banner .accept {
    background: #FFD166;
    color: #22334A;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
    background: #A3B7C6;
    color: #22334A;
}
.cookie-banner .reject {
    background: #A3B7C6;
    color: #22334A;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
    background: #FFD166;
}
.cookie-banner .settings {
    background: #22334A;
    color: #FFD166;
    border: 2px solid #FFD166;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
    background: #FFD166;
    color: #22334A;
}

/* --- Cookie Consent Modal --- */
.cookie-modal-overlay {
    position: fixed;
    z-index: 1300;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34, 51, 74, 0.59);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s;
}
@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.cookie-modal {
    background: #F8FAFD;
    color: #22334A;
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(34,51,74,0.22);
    padding: 36px 28px 32px 28px;
    max-width: 460px;
    width: 90vw;
    animation: bounceIn 0.28s cubic-bezier(.23,1.09,0.97,-0.17);
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
@keyframes bounceIn {
    from { transform: scale(0.88); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.cookie-modal h2 {
    color: #22334A;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 8px;
    font-family: 'Oswald', Arial, sans-serif;
}
.cookie-modal .cookie-categories {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cookie-modal .category {
    background: #A3B7C6;
    color: #22334A;
    border-radius: 13px;
    padding: 15px 18px 14px 18px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-modal .category label {
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Oswald', Arial, sans-serif;
    color: #22334A;
}
.cookie-modal .category input[type='checkbox'] {
    accent-color: #FFD166;
    transform: scale(1.3);
    margin-left: 10px;
}
.cookie-modal .category.essential {
    background: #FFD166;
    color: #22334A;
}
.cookie-modal .category.essential label::after {
    content: ' (immer aktiv)';
    color: #22334A;
    font-size: .9rem;
    font-weight: 400;
}
.cookie-modal .modal-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 10px;
}
.cookie-modal button {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    background: #22334A;
    color: #FFD166;
    transition: background 0.18s, color 0.16s;
}
.cookie-modal button.save {
    background: #FFD166;
    color: #22334A;
}
.cookie-modal button.save:hover, .cookie-modal button.save:focus {
    background: #A3B7C6;
    color: #22334A;
}
.cookie-modal button.cancel:hover, .cookie-modal button.cancel:focus {
    background: #FFD166;
    color: #22334A;
}
.cookie-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 2rem;
    color: #22334A;
    border: none;
    background: none;
    cursor: pointer;
}
.cookie-modal .modal-close:hover { color: #FFD166; }

@media (max-width: 590px) {
  .cookie-modal {
      padding: 26px 10px 18px 10px;
      max-width: 99vw;
  }
  .cookie-banner {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px 10px;
      gap: 10px;
  }
  .cookie-banner .cookie-actions {
      flex-direction: column;
      gap: 9px;
      width: 100%;
  }
}

/* ========================
   --- UTILS & HELPERS ---
======================== */
.hide { display: none !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.bold { font-weight: bold; }
.rounded { border-radius: 16px; }

/* ========================
   --- RESPONSIVE ---
======================== */
@media (max-width: 700px) {
    .container { padding: 0 8px; }
    .card, .feature, .team_highlights > div, .service_teasers > div { min-width: 0; max-width: 100%; }
    .content-wrapper { gap: 18px; }
    .section { padding: 24px 6px; }
}
@media (max-width: 500px) {
    h1 { font-size: 1.44rem; }
    h2 { font-size: 1.14rem; }
    h3 { font-size: 1.02rem; }
    .button, .button.primary, .button.accent {
        padding-right: 11px; padding-left: 11px;
        font-size: 1rem;
    }
}

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