
body {
  margin: 0;
  font-family: 'Red Hat Text', sans-serif;
  background-color: #ffffff;
  color: #111;
  padding-top: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;

}

h1, h2, h3, .hero-content h1 {
  font-family: 'Red Hat Display', sans-serif;
  color: white;
}



h1, h2, h3, .hero-content-2 h1 {
  font-family: 'Red Hat Display', sans-serif;
  color: rgb(0, 0, 0);
}


.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.navbar-404 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


/* Logo geral */
.logo {
  height: auto;
  max-height: 170px;  /* Ajusta aqui o tamanho máximo no desktop */
  width: auto;
  margin-left: 1rem;
}

/* Mostra a logo da navbar no desktop */
.navbar .logo {
  display: block;
}

/* Esconde a logo fixa (mobile) no desktop */
.header-logo {
  display: none;
}


.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}


.nav-item-container {
  position: relative;
}

.nav-item {
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 1.1rem;
  padding: 1rem 0;
  display: inline-block;
}


.nav-item.active + .submenu {
  display: block;
}


.navbar-container {
  display: flex;
  align-items: center;
  gap: 3rem; /* espaço entre logo e menu */
}

.nav-item:hover::before,
.nav-item.active::before {
content: "";
position: absolute;
bottom: -1rem;
left: 0;
width: 100%;
height: 3px;
background-color: #e00;
}

.submenu {
  display: none;
  position: absolute;
  top: 130%;
  left: 0;
  background: #f8f8f8;
  padding: 1rem;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1;
}


.submenu a {
  display: inline-block; /* ou inline */
  color: #3183cf;;
  padding: 0.5rem 0.1rem; /* menor padding lateral */
  text-decoration: none;
  font-size: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
  line-height: 0.5; /* valor menor aproxima o texto da borda */
}


.submenu .subtext {
  display: block;
  font-size: 0.8rem;
  color: #555;
  margin-top: 2px;
}

.submenu a:hover {
  border-bottom: 2px dotted #969696;
}




/* bloco da página principal */

.hero {
  background-color: #000;
  padding: 80px 90px;
  color: #eee;
  max-width: 100vw; /* garante que possa ocupar toda a largura da viewport */
  box-sizing: border-box;
}


.hero-image {
  flex: 0 0 40%; /* não encolhe, ocupa 40% da largura */
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
}


.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: nowrap; /* evita quebra de linha */
} 

/* bloco da página principal */


.hero2 {
  background-color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}




/* bloco do rodapé da página principal */

.hero3 {
  background-color: #f8f8f8;        /* fundo preto */
  padding: 80px 90px;            /* espaçamento */
  color: #eee;                   /* texto claro */
  max-width: 100vw;
  box-sizing: border-box;
}

.hero-content-2 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;             /* evita quebra */
}

.hero-content-2 > div.text {
  flex: 1 1 55%;                /* texto ocupa 55% */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-content-2 h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.hero-content-2 p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  color: #000000
}



.hero-btn:hover {
  background-color: #b00000;
}

.hero-content-2 > div.image {
  flex: 0 0 40%;               /* imagem ocupa 40% */
  display: flex;
  justify-content: flex-end;
}

.hero-content-2 > div.image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* bloco do rodapé da página principal */




.hero4 {
  background-size: cover;
  background-color: #cecece;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 180px 90px;
  color: #000;
}


.hero5 {
background-size: cover;
background-color: #cecece;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 90px 120px;
color: #000;
}

.hero6 {
background-size: cover;
background-color: #f8f8f8;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 90px 120px;
color: #000;
}



.redfox {
background-image: url("../images/redfox.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 180px 90px;
color: #000;
}



.terms-of-use-black {
  background-size: cover;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 60px;
  color: #ffffff;
  height: 120px;
}


  .terms-of-use-white {
    background-color: #ffffff;
    color: #000000; /* texto visível */
    padding: 5px 200px;
    position: relative;
    padding: 40px 60px;
    max-width: 1200px; /* ou o valor que desejar */
}



.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.feature-card {
  display: flex;
  align-items: center;
  border: 1px solid #ccc; /* borda cinza clara */
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  flex: 1 1 45%; /* 2 por linha, adapta para telas menores */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-width: 520px;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
}


.link-wrapper {
  width: 100%;
  text-align: center;
}

a.no-underline {
  text-decoration: none;
  color: #5981ca;
  display: inline-block; /* garante centralização correta */
}
.feature-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  object-fit: contain;
}

.feature-text h3 {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
}

.feature-text p {
  margin: 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.4;
}





.hero-content h1 {
  font-size: 3rem;
  color: rgb(255, 255, 255);
}


.hero-content h2 {
  font-size: 2rem;
  color: rgb(255, 255, 255);
}

.hero-content h3 {
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

.hero-content h4 {
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
}

.hero-content h5 {
  font-size: 0.5rem;
  color: rgb(255, 255, 255);
}


.hero-content p {
  font-size: 1.2rem;
  color: #ffffff;
}




.black-content h1 {
  font-size: 2rem;
  color: rgb(0, 0, 0);
}


.black-content h2 {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
}

.black-content h3 {
  font-size: 1rem;
  color: rgb(0, 0, 0);
}

.black-content h4 {
  font-size: 0.7rem;
  color: rgb(0, 0, 0);
}

.black-content h5 {
  font-size: 0.5rem;
  color: rgb(0, 0, 0);
}


.black-content p {
  font-size: 1.2rem;
  color: #000000;
}

.black-content p.update-info {
  font-size: 1.0rem;
  color: #555;
  margin-top: 10px;
}



.hero-btn {
  display: inline-flex; /* ou inline-block */
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background-color: #e00;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
  min-width: 130px;
  max-width: fit-content;
}


/* ------------------------------------------------------------- */

.btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #e00;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}


.hero-btn:hover {
  background-color: #b00000;
}

footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
  padding: 1.5rem 2rem;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links-secondary {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links-secondary a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-links-secondary a:hover,
.footer-links a:hover {
  border-bottom: 1px solid #fff;
}

.footer-copy {
  margin: 0;
  font-size: 0.85rem;
  color: #aaa;
}

footer .logo {
  max-width: 80px;
  height: auto;
  width: 100%;
  display: block;
}




/* -------------------------------------------------- */



.faq-section {
  padding: 60px 20px;
  max-width: 1500px;
  margin: auto;
}

.accordion-item {
  border-left: 3px solid transparent;
  border-bottom: 1px solid #555;
  transition: border-left 0.2s ease;
  margin-bottom: 0;
  position: relative;
  border-radius: 0px;
  overflow: hidden; /* para que o border-radius funcione */
}

.accordion-item:hover {
  border-left: 3px solid #e00;
  border-radius: 0px;
}

/* Borda e sombra quando aberto envolvendo tudo */
.accordion-item.active {
  border-left: 3px solid #e00;
  border: 1px solid #ddd;
  border-left: 3px solid #e00; /* mantém linha vermelha lateral */
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}


/* Pergunta (botão) sem borda, mas com padding */
.accordion-question {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border: none;
  text-align: left;
  font-size: 1.2rem; /* fonte maior como pediu */
  cursor: pointer;
}


/* Remove a borda da resposta */
.accordion-answer {
max-height: 0;
overflow: hidden;
background: #fff;
transition: max-height 0.4s ease, padding 0.3s;
padding: 0 20px;
border: none; /* remove borda */
}
/* Quando aberto, aumenta o padding da resposta */
.accordion-item.active .accordion-answer {
  max-height: 200px;
  padding: 15px 20px;
}

.accordion-item:last-child {
  border-bottom: none;
}


.accordion-icon {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%); /* centraliza verticalmente na pergunta */
font-size: 1.2rem;
transition: transform 0.3s ease;
}

/* Troca a rotação pra simular "v" (baixo) ou "˅" (lado) */
.accordion-item:not(.active) .accordion-icon::before {
  content: ">";
}

.accordion-item.active .accordion-icon::before {
  content: "<"; /* ou "v", depende do estilo que preferir */
}






/* ------------------------------------------------- */




.about-page { max-width:1000px; margin:0 auto; padding:2rem; font-family:'Red Hat Text'; }
.about-hero { text-align:center; padding:4rem 0; }
.about-hero h1 { font-size:3rem; font-family:'Red Hat Display'; }
.about-overview, .about-clients { margin-top:3rem; }
.about-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  background-color: #000000;
  padding: 80px 0; /* aumenta o espaço vertical */
}
.focus-block {
  flex: 1 1 30%; /* 3 por linha */
  min-width: 150px;
  max-width: 400px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.focus-block:hover {
  box-shadow: 0 6px 16px rgba(73, 73, 73, 0.712);
}

.focus-block h3 {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.focus-block p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
}

.focus-block-line {
  display: flex;
  align-items: flex-start;
  max-width: 900px;
  margin: 120px 190px; /* centraliza e dá espaçamento */
  padding: 0 10px;
}

.vertical-line {
  width: 7px;
  background-color: #e00;
  height: auto;            /* ou defina uma altura fixa como 100px */
  min-height: 120px;        /* garante que apareça */
  margin-right: 24px;
  border-radius: 0px;
}

.focus-block-text {
  flex: 1;
}

.focus-block-text h2 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}

.focus-block-text p {
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 1.6;
  color: #333;
}

.focus-block-header p {
    margin-top: 10px;
    font-size: 1.8em;
    line-height: 1.6;
    color: #000000;  
}

.focus-block-who p {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;  
}


.about-stats { display:flex; justify-content:space-around; margin:4rem 0; }
.about-stats div { text-align:center; font-size:1.5rem; }
.about-clients { text-align:center; margin-bottom:4rem; }


.about-profile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 60%;
  font-size: 1.0rem;
  color: #333;
  line-height: 1.6;
}

.about-photo {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-photo img {
  max-width: 60%;
  height: auto;
  border-radius: 0px;
  border: 2px solid #7a7a7a;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: rgba(116, 114, 114, 0.05);
  margin-top: 80px; /* Ajuste esse valor conforme necessário */
}


.about-background {
  background-image: url("../images/background_about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 180px 90px;
  color: #000;
}








/* --------------------------------------------------------- */




.pricing-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.pricing-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex: 1 1 22%; /* Quatro cards por linha com margem */
  max-width: 15%;
  min-width: 220px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.pricing-card h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #111;
}

.pricing-card .price {
  font-size: 1.3rem;
  color: #e00;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.pricing-card ul li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 0.95rem;
  color: #333;
}

.pricing-card .btn {
  padding: 10px 20px;
  display: inline-block;
  background-color: #e00;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.pricing-card .btn:hover {
  background-color: #b00000;
}

.pricing-card.destaque {
  border: 2px solid #e00;
}


@media (max-width: 1024px) {
  .pricing-card {
    flex: 1 1 45%; /* 2 por linha em tablets */
    max-width: 45%;
  }
}

@media (max-width: 600px) {
  .pricing-card {
    flex: 1 1 100%; /* 1 por linha no mobile */
    max-width: 100%;
  }
}


.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #eee;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #ccc;
}





/* Bloco Hero do topo */

.contact-background {
  background-image: url("../images/contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 50px;
  color: #000;
}

.hero-contact {
  background-color: #000;
  padding: 80px 90px;
  color: #eee;
  max-width: 100vw;
  box-sizing: border-box;
}

.hero-contact .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: nowrap;
}

.hero-contact .hero-text {
  flex: 1;
}

.hero-contact .hero-image {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-end;
}

.hero-contact .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}







/* Estilização da seção de contato */
.contact-section {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  font-family: 'Red Hat Display', sans-serif;
}

.contact-split {
  display: flex;
  width: 100%;
  height: 100%; /* Garantir altura cheia */
  min-height: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}



.contact-left,
.contact-form {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.contact-left {
  background-color: #ffffff;
  
  display: flex;
  flex-direction: column;
}



/* Lado direito mais escuro (ou branco) */
.contact-form {
  background-color: #f8f8f8;
}



.contact-left h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
}

.contact-left p {
  margin-bottom: 15px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Estilização do formulário */
.contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: 'Red Hat Text', sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff4444;
}

.contact-form .hero-btn {
  align-self: flex-start;
  background-color: #ee0000;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap; /* evita quebra esquisita */
  max-width: 100%;
  box-sizing: border-box; /* evita estouro por padding */
  overflow: hidden; /* impede estouro de conteúdo */
}

.hero-btn:disabled {
  background-color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-form .hero-btn:hover {
  background-color: #cc0000;
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
  border-radius: 10%;
  box-shadow: 0 16px 16px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}


.contact-form select {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: 'Red Hat Text', sans-serif;
  background-color: white;
  color: #333;
  appearance: none; /* Remove setinha padrão para personalizar */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

/* Para exibir a setinha customizada (opcional) */
.contact-form select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3csvg%20width%3d%2210%22%20height%3d%227%22%20viewBox%3d%220%200%2010%207%22%20xmlns%3d%22http%3a//www.w3.org/2000/svg%22%3e%3cpath%20d%3d%22M0%200l5%207%205-7H0z%22%20fill%3d%22%23666%22/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 7px;
}

/* Quando estiver focado */
.contact-form select:focus {
  outline: none;
  border-color: #ff4444;
  box-shadow: 0 0 1px #ff4444;
}

/* Opcional: deixa a cor do texto das options */
.contact-form option {
  color: #333;
  background-color: white;
}





.error-page {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.error-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 800px;
  flex-wrap: wrap;
  text-align: center;
}

.error-text {
  flex: 1 1 50%;
}

.error-text h1 {
  font-size: 6rem;
  color: #ee0000;
  margin: 0;
}

.error-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.error-text p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.error-image {
  flex: 1 1 40%;
}

.error-image img {
  max-width: 100%;
  height: auto;
}








.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cookie-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  max-width: 500px;
  width: 90%;
  font-family: 'Red Hat Text', sans-serif;
  color: #111;
}

.cookie-modal h2 {
  font-family: 'Red Hat Display', sans-serif;
  color: #111;
  margin-top: 0;
}

.cookie-category {
  margin: 1.5rem 0;
}

.cookie-category label {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-category .info {
  font-weight: normal;
  font-size: 0.9rem;
  color: #555;
}

.cookie-category p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #444;
}

.cookie-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}

.cookie-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  font-family: 'Red Hat Text', sans-serif;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.cookie-buttons .accept-all {
  background-color: #e00;
  color: #fff;
}

.cookie-buttons .save-prefs {
  background-color: #000000;
  color: #ffffff;
}





.redshift-photo {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.redshift-photo img {
  max-width: 130%;
  padding-top: 20px;
  padding-right: 30px;
  height: auto;
  border-radius: 0px;
}