﻿html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; background-color: #FFFFFF; color: #333333; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -0.02em; }

.site-topbar { position: fixed; top: 0; left: 0; width: 100%; height: 36px; background: #000000; z-index: 2100; display: flex; align-items: center; }
.site-topbar-inner { width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 16px; padding: 0 12px; }
.site-topbar-inner a { color: #ffffff; text-decoration: none; font-size: 0.82rem; line-height: 1; display: inline-flex; align-items: center; gap: 6px; }
.site-topbar-inner a:hover { color: #d72630; }

.site-navbar { position: fixed; top: 36px; left: 0; width: 100%; z-index: 2000; box-shadow: 0 8px 18px -14px rgba(0, 0, 0, 0.45); transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1), transform 350ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; }
.site-navbar.nav-hidden { opacity: 0; transform: translateY(-12px); pointer-events: none; }
.site-navbar .container { max-width: 1200px; margin: 0 auto; padding: 10px 16px; display: flex; justify-content: center; }
.site-surface { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #ffffff; color: #333333; border-radius: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 8px 12px; position: relative; }
.site-brand { display: inline-flex; align-items: center; gap: 8px; color: #333333; text-decoration: none; }
.site-brand img { height: 40px; width: auto; display: block; }
.site-nav-toggle { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.site-toggle-btn { display: none; width: 36px; height: 28px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.site-toggle-btn span { display: block; width: 26px; height: 2px; background: #333333; border-radius: 2px; transition: all 0.3s ease; }
.site-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 12px; }
.site-link { color: #333333; text-decoration: none; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; padding: 10px 10px; position: relative; visibility: visible; opacity: 1; z-index: 1; transition: all 0.3s ease; border-radius: 10px; }
.site-link::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 4px; height: 2px; background: transparent; transition: background-color 0.3s ease, transform 0.3s ease; transform: scaleX(0); }
.site-link:hover::after { background: #D72630; transform: scaleX(1); }
.site-link:hover { color: #D72630; background: rgba(0,0,0,0.03); }
.site-link.is-active { color: #D72630; }
.site-link.is-active::after { background: #D72630; transform: scaleX(1); }
.site-menu-item { position: relative; }
.site-dropdown > summary { list-style: none; cursor: pointer; }
.site-dropdown > summary::-webkit-details-marker { display: none; }
.site-dropdown > summary::before { content: "\f282"; font-family: "bootstrap-icons"; font-size: 0.8rem; line-height: 1; margin-left: 2px; transition: transform 0.2s ease; }
.site-dropdown[open] > summary::before,
.site-menu-item:hover .site-dropdown > summary::before { transform: rotate(180deg); }
.site-submenu { list-style: none; margin: 0; padding: 8px; position: absolute; top: calc(100% + 6px); left: 0; min-width: 340px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); z-index: 2100; display: grid; gap: 4px; }
.site-dropdown:not([open]) .site-submenu { display: none; }
.site-menu-item:hover .site-submenu,
.site-menu-item:focus-within .site-submenu { display: grid; }
.site-submenu-link { display: block; color: #333333; text-decoration: none; font-size: 0.88rem; line-height: 1.35; padding: 8px 10px; border-radius: 8px; }
.site-submenu-link:hover { background: #FFF5F5; color: #D72630; }
.projects-section { scroll-margin-top: 120px; }
#projects-section { scroll-margin-top: 120px; }
.project-card h5[id] { scroll-margin-top: 120px; }

@media (max-width: 991.98px) {
  .site-topbar { height: 32px; }
  .site-topbar-inner { gap: 10px; padding: 0 8px; }
  .site-topbar-inner a { font-size: 0.75rem; }

  .site-navbar { top: 32px; }

  .site-toggle-btn { display: flex; }
  .site-menu { display: none; position: absolute; top: calc(100% + 8px); left: 12px; right: 12px; background: #FFFFFF; border-radius: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 12px; flex-direction: column; align-items: flex-start; gap: 8px; z-index: 1999; }
  .site-menu-item, .site-dropdown { width: 100%; }
  .site-submenu { position: static; min-width: 0; width: 100%; margin-top: 6px; box-shadow: none; border-radius: 10px; }
  .site-nav-toggle:checked + .site-toggle-btn + .site-menu { display: flex; }
  .site-toggle-btn span:nth-child(1) { transform-origin: center; }
  .site-toggle-btn span:nth-child(3) { transform-origin: center; }
  .site-nav-toggle:checked + .site-toggle-btn span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .site-nav-toggle:checked + .site-toggle-btn span:nth-child(2) { opacity: 0; }
  .site-nav-toggle:checked + .site-toggle-btn span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
 
.btn-bamen { background-color: #D72630; color: #FFFFFF; padding: 12px 32px; border-radius: 50px; font-weight: 600; border: 2px solid #D72630; transition: all 0.3s ease; }
.btn-bamen:hover { background-color: #ffffff; color: #111111; border-color: #111111; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(215, 38, 48, 0.15); }
.btn-outline-bamen { background-color: transparent; color: #333333; padding: 12px 32px; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; border: 2px solid #E5E5E5; }
.btn-outline-bamen:hover { border-color: #333333; background-color: #333333; color: #FFFFFF; }

.hero-animate-up { animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(30px); }
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-carousel { background: #0f0f0f; }
.hero-carousel-img { height: 560px; object-fit: cover; image-rendering: auto; -webkit-optimize-contrast: auto; }
@media (max-width: 991.98px) {
  .hero-carousel-img { height: 400px; }
}
@media (max-width: 575.98px) {
  .hero-carousel-img { height: 300px; }
}

.feature-card { transition: all 0.3s ease; border: 1px solid #f0f0f0; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); border-color: transparent; }
.icon-box { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: #FFF5F5; color: #D72630; margin-bottom: 1.5rem; }

.page-header { background: linear-gradient(135deg, #FFF5F5 0%, #FFFFFF 100%); padding: 120px 0 80px; }
.value-card { transition: all 0.3s ease; border-left: 4px solid transparent; }
.value-card:hover { transform: translateX(10px); border-left-color: #D72630; }

.project-card { border: none; border-radius: 16px; overflow: hidden; transition: all 0.4s ease; background: #FFFFFF; }
.project-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.project-img-wrapper { height: 260px; overflow: hidden; position: relative; }
.project-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-card:hover .project-img { transform: scale(1.05); }
.filter-btn { border: 1px solid #E5E5E5; color: #666666; padding: 8px 24px; border-radius: 50px; background: transparent; transition: all 0.3s ease; font-weight: 500; }
.filter-btn:hover, .filter-btn.active { background: #D72630; color: #FFFFFF; border-color: #D72630; }

.form-control { border: 1px solid #E5E5E5; padding: 1rem 1.5rem; border-radius: 12px; font-size: 0.95rem; transition: all 0.3s ease; background-color: #FAFAFA; }
.form-control:focus { border-color: #D72630; box-shadow: 0 0 0 4px rgba(215, 38, 48, 0.1); background-color: #FFFFFF; }
.contact-icon { width: 48px; height: 48px; background: #FFF5F5; color: #D72630; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.25rem; margin-right: 1rem; flex-shrink: 0; }

.cookie-banner { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); width: calc(100% - 32px); max-width: 960px; background: #FFFFFF; border: 1px solid #E5E5E5; box-shadow: 0 10px 28px rgba(0,0,0,0.08); border-radius: 16px; padding: 16px; z-index: 3000; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
.cookie-banner p { margin: 0; color: #666666; font-size: 0.95rem; }
.cookie-actions { display: flex; gap: 8px; align-items: center; }
.btn-cookie { padding: 10px 14px; border-radius: 10px; border: 1px solid #E5E5E5; background: #FFFFFF; color: #333333; font-weight: 600; cursor: pointer; transition: all 0.25s ease; }
.btn-cookie:hover { background: #F7F7F7; }
.btn-cookie-primary { background: #D72630; color: #FFFFFF; border-color: #D72630; }
.btn-cookie-primary:hover { filter: brightness(1.08); }
.cookie-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.4); display: none; align-items: center; justify-content: center; z-index: 3100; }
.cookie-modal.show { display: flex; }
.cookie-dialog { width: min(720px, 92vw); background: #FFFFFF; border-radius: 16px; box-shadow: 0 18px 48px rgba(0,0,0,0.18); border: 1px solid #E5E5E5; }
.cookie-dialog .cookie-header { padding: 16px 18px; border-bottom: 1px solid #F0F0F0; display: flex; justify-content: space-between; align-items: center; }
.cookie-dialog .cookie-body { padding: 16px 18px; display: grid; gap: 12px; }
.cookie-dialog .cookie-footer { padding: 14px 18px; border-top: 1px solid #F0F0F0; display: flex; justify-content: flex-end; gap: 8px; }
.cookie-switch { display: flex; justify-content: space-between; align-items: center; padding: 12px; border: 1px solid #F0F0F0; border-radius: 12px; }
.cookie-switch label { font-weight: 600; color: #333333; }
.cookie-switch .desc { color: #666666; font-size: 0.9rem; }
.cookie-toggle { appearance: none; width: 42px; height: 24px; border-radius: 999px; background: #E5E5E5; position: relative; cursor: pointer; transition: all 0.25s ease; }
.cookie-toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #FFFFFF; transition: all 0.25s ease; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.cookie-toggle:checked { background: #D72630; }
.cookie-toggle:checked::after { left: 21px; }
.brand-outline { position: relative; color: #E84A54; }
.brand-outline-title { position: relative; z-index: 2; }
.brand-outline-bg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(60vw, 520px); height: auto; z-index: 1; }
.brand-outline-bg path, .brand-outline-bg polyline, .brand-outline-bg line { stroke: currentColor; stroke-width: 2; fill: none; }
@media (max-width: 767.98px) {
  .brand-outline-bg { width: min(80vw, 360px); }
}
 
.cookie-fab { position: fixed; right: 16px; bottom: 16px; z-index: 3200; }
.cookie-fab-btn { width: 52px; height: 52px; border-radius: 50%; border: none; background: #D72630; color: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(0,0,0,0.18); cursor: pointer; transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), filter 200ms linear; }
.cookie-fab-btn:hover { transform: scale(1.06); filter: brightness(1.08); }
.cookie-fab-btn:focus-visible { outline: 3px solid rgba(215,38,48,0.28); outline-offset: 2px; }
.cookie-fab-btn svg { width: 24px; height: 24px; }
 
.cookie-banner.compact { grid-template-columns: 1fr auto; padding: 12px; max-width: 640px; }
.cookie-banner.expanded { grid-template-columns: 1fr auto; padding: 16px; max-width: 960px; }
.cookie-policy { margin-top: 8px; color: #666666; font-size: 0.9rem; }
.cookie-lang { border: 1px solid #E5E5E5; border-radius: 8px; padding: 6px 8px; background: #FFFFFF; color: #333333; }

.preloader { position: fixed; inset: 0; background: #FFFFFF; display: flex; align-items: center; justify-content: center; z-index: 5000; opacity: 0; animation: preloaderFade 0.45s ease-out forwards; }
.preloader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-logo { width: clamp(200px, 28vw, 340px); height: auto; filter: grayscale(100%); opacity: 0.98; object-fit: contain; }
@keyframes preloaderFade { 
  0% { opacity: 0; } 
  15% { opacity: 1; } 
  100% { opacity: 1; } 
}
.preloader-box { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; text-align: center; }
.preloader-message { font-weight: 700; color: #333333; letter-spacing: -0.01em; }
.preloader-spinner { width: 28px; height: 28px; border-radius: 50%; border: 3px solid #E5E5E5; border-top-color: #D72630; animation: preloaderSpin 0.9s linear infinite; }
@keyframes preloaderSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.preloader-close { padding: 8px 16px; border: 1px solid #E5E5E5; background: #FFFFFF; color: #333333; border-radius: 999px; font-weight: 600; }

/* Tailwind CDN replacement utilities (minimal set used by pages) */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.font-semibold { font-weight: 600; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.max-w-2xl { max-width: 42rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-16 { padding-top: 4rem; }
.pt-8 { padding-top: 2rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-8 { padding-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.z-10 { z-index: 10; }
.opacity-10 { opacity: 0.1; }
.bg-bamen-dark { background-color: #333333 !important; }
.bg-bamen-light { background-color: #F5F5F7 !important; }
.bg-red-50 { background-color: #FEF2F2; }
.text-bamen-red { color: #D72630 !important; }
.text-bamen-dark { color: #333333 !important; }
.text-bamen-gray { color: #666666 !important; }
.text-gray-400 { color: #9CA3AF !important; }
.text-gray-500 { color: #6B7280 !important; }
.border-gray-100 { border-color: #F3F4F6 !important; }
.border-gray-200 { border-color: #E5E7EB !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.transition-all { transition: all 0.2s ease; }
.top-3 { top: 1rem; }
.end-3 { right: 1rem; }
.hover\:text-bamen-red:hover { color: #D72630 !important; }
.hover\:text-red-700:hover { color: #B91C1C !important; }
.hover\:bg-gray-100:hover { background-color: #F3F4F6 !important; }

.bg-index-mid { background: var(--theme-bg) !important; }

/* Theme refresh: white base + red accents */
:root {
  --theme-bg: #ffffff;
  --theme-surface: #ffffff;
  --theme-border: #e5e5e5;
  --theme-text: #333333;
  --theme-text-muted: #666666;
  --theme-red: #d72630;
  --theme-red-soft: #fff5f5;
  --theme-red-surface: #f5f5f7;
  --theme-red-surface-2: #efefef;
}

body {
  background: #ffffff;
  color: var(--theme-text);
}

.site-surface,
.site-menu,
.cookie-banner,
.cookie-dialog,
.preloader,
.preloader-close,
.btn-cookie,
.project-card,
.feature-card,
.form-control {
  background-color: var(--theme-surface);
  color: var(--theme-text);
  border-color: var(--theme-border);
}

.site-link,
.site-brand,
.cookie-switch label,
.btn-outline-bamen,
.preloader-message {
  color: var(--theme-text);
}

.site-link:hover { background: rgba(0, 0, 0, 0.03); }

/* Keep navbar white and horizontally fit on desktop */
.site-navbar .container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-surface {
  width: 100%;
  background: #ffffff;
  color: #333333;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
}

.site-menu {
  flex-wrap: nowrap;
  min-width: 0;
  gap: clamp(6px, 1vw, 12px);
  justify-content: center;
}

.site-link,
.site-brand {
  color: #333333;
}

.site-link {
  white-space: nowrap;
  padding: 10px clamp(6px, 0.9vw, 10px);
}

.site-link:hover {
  background: rgba(0, 0, 0, 0.03);
}

.site-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.site-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  cursor: pointer;
  color: #333333;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 8px 12px;
  transition: all 0.2s ease;
}

.site-lang-trigger:hover,
.site-lang.open .site-lang-trigger {
  color: #d72630;
  border-color: #d72630;
  background: #fff5f5;
}

.site-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 6px;
  display: none;
  z-index: 2100;
}

.site-lang.open .site-lang-menu {
  display: grid;
  gap: 4px;
}

.site-lang-option {
  border: none;
  background: transparent;
  color: #333333;
  text-align: left;
  font-size: 0.88rem;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}

.site-lang-option:hover,
.site-lang-option.is-active {
  background: #fff5f5;
  color: #d72630;
}

body.is-rtl .site-lang-menu {
  right: auto;
  left: 0;
}

body.is-rtl .site-lang-option {
  text-align: right;
}

body.is-rtl .site-submenu {
  left: auto;
  right: 0;
}

@media (min-width: 992px) {
  .site-surface {
    justify-content: flex-start;
  }

  .site-brand {
    margin-right: auto;
  }

  .site-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-lang {
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  .site-surface {
    width: 100%;
    justify-content: space-between;
  }

  .site-menu {
    background: #ffffff;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .site-lang {
    margin-right: 8px;
  }

  .site-lang-menu {
    right: 0;
    left: auto;
  }
}

.btn-bamen,
.btn-cookie-primary,
.cookie-fab-btn {
  background-color: var(--theme-red);
  border-color: var(--theme-red);
}

.btn-cookie-primary:hover,
.cookie-fab-btn:hover {
  color: #fff;
  filter: brightness(1.06);
}

.btn-outline-bamen { border-color: var(--theme-border); }
.btn-outline-bamen:hover {
  border-color: var(--theme-red);
  background-color: var(--theme-red);
  color: #fff;
}

.page-header {
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
}

.icon-box,
.contact-icon,
.bg-red-50 {
  background: var(--theme-red-soft);
}

.form-control {
  background-color: #fafafa;
  color: var(--theme-text);
}

.form-control::placeholder { color: #9ca3af; }
.form-control:focus {
  background-color: #ffffff;
  color: var(--theme-text);
  border-color: var(--theme-red);
}

.bg-bamen-dark { background-color: #333333 !important; }
.bg-bamen-light { background-color: #f5f5f7 !important; }
.text-bamen-dark { color: var(--theme-text) !important; }
.text-bamen-gray,
.cookie-banner p,
.cookie-switch .desc,
.cookie-policy,
.text-gray-500,
.text-gray-400 { color: var(--theme-text-muted) !important; }

.text-muted,
.lead,
.text-secondary,
.text-body-secondary,
a.text-muted,
p.text-muted,
li.text-muted {
  color: #666666 !important;
}

.border-gray-100,
.border-gray-200 { border-color: var(--theme-border) !important; }

.preloader-spinner { border-color: #e5e5e5; border-top-color: var(--theme-red); }

/* Keep white surfaces across major sections */
.feature-card,
.project-card,
.value-card,
.page-header .bg-white,
section .bg-white.rounded-4,
section .bg-white.rounded-5 {
  background-color: #ffffff !important;
  border-color: #e5e5e5 !important;
}

footer,
footer.bg-white {
  background: #ffffff !important;
  border-top-color: #e5e5e5 !important;
}

/* Lazy section render on scroll */
.lazy-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 420ms ease;
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
  will-change: opacity, transform;
}

.lazy-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .lazy-section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mobile polish */
@media (max-width: 767.98px) {
  .site-topbar-inner {
    justify-content: space-between;
    gap: 8px;
  }

  .site-topbar-inner a span {
    display: none;
  }

  .site-topbar-inner a i {
    font-size: 0.95rem;
  }

  .hero-content .lead {
    max-width: 100% !important;
    margin-bottom: 1.5rem !important;
  }

  .hero-content .d-flex.gap-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-content .btn {
    width: 100%;
    text-align: center;
    padding: 11px 18px;
  }

  .hero-content .mt-5.pt-4.d-flex {
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    gap: 1.5rem !important;
  }

  .page-header {
    padding: 96px 0 56px;
  }

  .project-img-wrapper {
    height: 220px;
  }

  /* Keep hard-coded about image from overflowing on mobile */
  img[alt="Demir dograyan sanayi personeli"] {
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
  }

  .cookie-banner,
  .cookie-banner.compact,
  .cookie-banner.expanded {
    grid-template-columns: 1fr;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    bottom: 10px;
  }

  .cookie-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}
