/* ========================
   Domowy Porządek – style.css
   Creative Artistic Flexbox Design
   ======================== */

/* ==== 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;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #24506D;
  background: #fff;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a {
  color: #24506D;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #F9BA48;
  outline: none;
}
ul,ol {
  list-style: none;
}
strong {
  font-weight: 700;
}

/* ==== BRAND FONTS ==== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:800,700,600,500,400,300|Roboto:400,500,700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #24506D;
  font-weight: 800;
}
h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  position: relative;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.125rem;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}
p {
  margin-bottom: 16px;
  font-size: 1rem;
}

/* ==== CREATIVE ARTISTIC ELEMENTS ==== */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  position: relative;
}
.section:nth-child(even) {
  background: #EFEFEF;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Decorative hover squiggle under H2 */
h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 8px;
  margin: 8px 0 0 0;
  background: #F9BA48;
  border-radius: 8px 18px 8px 18px;
  opacity: 0.5;
  transition: width 0.3s cubic-bezier(.4,2,.6,1);
}
h2:hover:after {
  width: 90px;
  opacity: 0.8;
}

/* ==== HEADER & NAVIGATION ==== */
header {
  width: 100%;
  background: #fff;  /* Modern, clean */
  box-shadow: 0 2px 18px 0 rgba(36,80,109,0.04);
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px 16px 10px;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
}
nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #24506D;
  padding: 6px 8px;
  border-radius: 6px;
  transition: 
    background .2s,
    color .2s,
    box-shadow .2s;
}
nav a:hover, nav a:focus {
  background: #F9BA48;
  color: #fff;
  box-shadow: 0 2px 10px 0 rgba(249,186,72,0.1);
}
.cta-btn {
  background: #F9BA48;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 11px 30px;
  border-radius: 32px;
  font-size: 1.1rem;
  box-shadow: 0 5px 24px 0 rgba(36,80,109,0.08), 0 0px 0px 0 #f9ba48;
  border: none;
  cursor: pointer;
  transition: 
    background .18s cubic-bezier(.65,.05,.36,1),
    box-shadow .25s cubic-bezier(.5,.9,.5,1.2),
    transform .22s cubic-bezier(.36,2,.50,1.1);
  margin-left: 18px;
}
.cta-btn:hover, .cta-btn:focus {
  background: #24506D;
  color: #F9BA48;
  box-shadow: 0 8px 24px 0 #24506D33;
  transform: translateY(-2px) scale(1.03) rotate(-2deg);
}

@media (max-width: 900px) {
  header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  nav {
    gap: 18px;
  }
  .cta-btn {
    margin-left: 0;
    margin-top: 12px;
  }
}

/* ==== MOBILE MENU ==== */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 201;
  background: #F9BA48;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  border: none;
  box-shadow: 0 0 0 2px #fff, 0 5px 20px 0 #f9ba4856;
  cursor: pointer;
  transition: background .2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #24506D;
  color: #fff;
  outline: none;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #EFEFEF;
  z-index: 3000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.5,-0.1,.25,1.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  overflow-y: auto;
  box-shadow: 0 6px 40px 0 #24506D44;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  color: #24506D;
  border: none;
  font-size: 2.4rem;
  padding: 18px 16px 8px 20px;
  cursor: pointer;
  align-self: flex-end;
  transition: color .2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F9BA48;
  outline: none;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 36px 36px 32px;
}
.mobile-nav a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.2rem;
  color: #24506D;
  padding: 15px 10px 10px 10px;
  border-radius: 12px;
  transition: background .2s, color .2s;
  background: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F9BA48;
  color: #fff;
}

@media (max-width: 1024px) {
  nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    top: 10px;
    right: 12px;
    width: 42px; height: 42px;
    font-size: 2rem;
  }
}

/* ==== HERO SECTION ==== */
.hero {
  background: linear-gradient(120deg,#EFEFEF 60%,#fdf6e9 100%);
  min-height: 380px;
  display: flex;
  align-items: center;
  border-radius: 0 0 45px 45px;
  box-shadow: 0 6px 38px 0 #23506d0a;
  margin-bottom: 48px;
}
.hero .container {
  min-height: 340px;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.hero h1 {
  color: #24506D;
  font-size: 2.35rem;
  line-height: 1.13;
  margin-bottom: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.5px;
  text-shadow: 2px 3px 10px #f9ba4833;
}
.hero p {
  font-size: 1.2rem;
  color: #24506D;
  max-width: 44ch;
  margin-bottom: 18px;
}
.hero .cta-btn {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .hero {
    min-height: unset;
    padding: 20px 0 24px 0;
    border-radius: 0 0 22px 22px;
  }
  .hero h1 {
    font-size: 1.35rem;
  }
  .hero .content-wrapper {
    max-width: 100%;
  }
}

/* ==== FEATURE, SERVICE, BLOG & TIPS LISTS ==== */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.feature-grid li,
.feature-list li,
.contact-options li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 1 220px;
  min-width: 220px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 #24506d12;
  padding: 26px 22px;
  transition: box-shadow .29s cubic-bezier(.6,2,0.23,1), transform .25s cubic-bezier(.6,2,0.23,1);
  border: 2px solid #f9ba4806;
  position: relative;
}
.feature-grid li:hover,
.feature-list li:hover,
.contact-options li:hover {
  box-shadow: 0 10px 30px 0 #24506d29;
  transform: translateY(-6px) scale(1.03) rotate(-1.5deg);
  border-color: #F9BA48;
}
.feature-grid img,
.feature-list img,
.contact-options img {
  height: 40px;
  width: 40px;
  margin-bottom: 8px;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.service-list li {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 14px 0 #24506d10;
  margin-bottom: 20px;
  padding: 25px 18px;
  flex: 1 1 300px;
  min-width: 270px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
}
.blog-list li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 13px 0 #f9ba480c;
  padding: 20px 18px;
  flex: 1 1 260px;
  min-width: 220px;
  margin-bottom: 20px;
}
.tips-categories {
  margin: 18px 0 18px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  color: #24506D;
}
.tips-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}
.tips-categories li {
  background: #F9BA48;
  color: #fff;
  border-radius: 10px;
  padding: 3px 14px;
  font-weight: 500;
}
.featured-tip {
  background: #EFF8FA;
  border-left: 7px solid #F9BA48;
  border-radius: 11px;
  padding: 15px 24px;
  margin-bottom: 16px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #24506D;
  box-shadow: 0 1px 8px 0 #24506d0b;
}

/* ==== PRICING TABLES / SERVICE TABLES ==== */
.service-table, .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 1rem;
  margin-bottom: 24px;
  box-shadow: 0 1px 12px 0 #24506d16;
  border-radius: 18px;
  overflow: hidden;
}
.service-table th, .service-table td,
.pricing-table th, .pricing-table td {
  padding: 18px 18px;
  text-align: left;
  border-bottom: 1px solid #EFEFEF;
}
.service-table th, .pricing-table th {
  background: #F9BA48;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 2px solid #EFEFEF;
}
.service-table tr:last-child td, .pricing-table tr:last-child td {
  border-bottom: none;
}
.service-table td strong, .pricing-table td strong {
  color: #24506D;
  font-weight: 700;
}
.price-notes {
  font-size: 0.98rem;
  color: #24506D;
  margin-bottom: 12px;
  margin-top: 4px;
}
.service-comparison {
  margin-bottom: 16px;
}
.service-comparison ul {
  list-style: disc inside;
  color: #24506D;
  margin-left: 16px;
  font-size: 0.97rem;
  margin-bottom: 5px;
}

/* ==== CARDS + TESTIMONIALS ==== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 10px 0 #24506d10;
  position: relative;
  padding: 20px 26px;
  transition: box-shadow .23s, transform .22s;
}
.card:hover {
  box-shadow: 0 10px 24px 0 #24506d23;
  transform: translateY(-5px) scale(1.03);
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  background: #fff;
  border-left: 8px solid #F9BA48;
  border-radius: 13px;
  box-shadow: 0 2px 20px 0 #f9ba4815;
  margin-bottom: 20px;
  flex: 1 1 340px;
  min-width: 220px;
  transition: box-shadow .21s, transform .16s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 28px 0 #24506d28;
  transform: translateY(-3px);
}
.testimonial-card p {
  font-size: 1.08rem;
  font-family: 'Roboto', sans-serif;
  color: #222;
  margin: 0;
  flex: 1;
}
.testimonial-author {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #F9BA48;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 18px;
}

/* ==== CONTENT GRIDS AND FLEX SECTIONS ==== */
.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;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* ==== PROCESS STEPS ==== */
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
  justify-content: flex-start;
}
.step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 7px 0 #f9ba4817;
  padding: 24px 20px;
  min-width: 220px;
  flex: 1 1 210px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-left: 7px solid #F9BA48;
  transition: box-shadow .18s, border-color .17s;
}
.step img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}
.step:hover {
  box-shadow: 0 10px 25px 0 #24506d18;
  border-color: #24506D;
}

/* ==== CONTACT DETAILS, LEGAL TEXT, THANK YOU ==== */
.contact-details {
  background: #f7fafb;
  border-left: 6px solid #F9BA48;
  border-radius: 9px;
  padding: 18px 22px 12px 20px;
  margin-bottom: 16px;
  color: #24506D;
  font-size: 1rem;
}
.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.contact-options li {
  background: #fff;
  border-radius: 12px;
  padding: 16px 16px 14px 16px;
  border-left: 4px solid #F9BA48;
  min-width: 204px;
  flex: 1 1 204px;
  align-items: flex-start;
}
.legal-text {
  background: #f9fbfa;
  border-radius: 11px;
  padding: 24px 22px;
  box-shadow: 0 0 8px 0 #24506d08;
  font-size: 1rem;
  color: #24506D;
  margin-bottom: 20px;
}
.legal-text ul, .legal-text ol {
  margin-left: 22px;
  margin-bottom: 10px;
}
.legal-text li {
  margin-bottom: 5px;
  list-style: disc;
}

.thank-you {
  background: #fff8ea;
  border-radius: 14px;
  padding: 26px 20px 22px 24px;
  box-shadow: 0 2px 14px 0 #F9BA4811;
  color: #24506D;
  font-size: 1.07rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.thank-you ul {
  margin-left: 18px;
}

/* ==== FOOTER ==== */
footer {
  background: #24506D;
  color: #fff;
  width: 100%;
  padding: 38px 0 0 0;
  margin-top: 40px;
  border-radius: 36px 36px 0 0;
  position: relative;
  box-shadow: 0 -4px 16px 0 #24506d12;
}
footer .container {
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 20px;
}
footer img {
  height: 38px;
  margin-bottom: 10px;
}
footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
  background: none;
}
footer nav a {
  color: #F9BA48;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 8px;
  background: none;
  transition: color .17s;   
}
footer nav a:hover,
footer nav a:focus  {
  color: #fff;
  background: #F9BA48;
}
.contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 0.99rem;
  margin-bottom: 6px;
  align-items: center;
}
.contact-info img {
  height: 22px;
  width: 22px;
  vertical-align: middle;
  margin-right: 6px;
}
.contact-info p,
.contact-info a {
  color: #fff;
}
.contact-info a:hover {
  color: #F9BA48;
}
.footer-meta {
  font-size: 0.92rem;
  color: #D5E6F0;
  margin-top: 12px;
}

/* ==== RESPONSIVE DESIGN ==== */
@media (max-width: 900px) {
  .feature-grid,
  .feature-list,
  .service-list,
  .content-grid,
  .card-container,
  .process-steps,
  .blog-list,
  .contact-options {
    gap: 16px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 13px 13px 13px 18px;
  }
  .card, .step, .service-list li, .blog-list li {
    min-width: 180px;
    padding: 16px 13px;
  }
  .container {
    padding: 0 4px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 1.36rem; }
  h2 { font-size: 1.13rem; }
  .feature-grid, .feature-list, .service-list, .process-steps, .blog-list, .content-grid, .card-container, .contact-options {
    flex-direction: column;
    gap: 13px;
  }
  .section { padding: 32px 4px; }
  .testimonial-card, .card, .step, .service-list li, .blog-list li {
    min-width: unset;
    padding: 14px 9px;
  }
  .text-image-section { flex-direction: column; gap: 18px; }
  .contact-info { flex-direction: column; gap: 8px; }
  footer .container { padding: 0 3px; gap: 9px; }
}
@media (max-width: 600px) {
  .container { padding: 0 2px; }
  .card, .step, .service-list li, .blog-list li { padding: 11px 5px; }
  .testimonial-card { padding: 8px 5px; }
  .section { padding: 18px 2px; }
  .feature-grid li, .feature-list li, .contact-options li {
    min-width: unset;
    padding: 10px 6px 10px 10px;
  }
}

/* ==== BUTTON/INPUT STYLES ==== */
button, input[type=submit], .cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
button:active, .cta-btn:active {
  transform: translateY(1px) scale(.98);
}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }

/* ==== COOKIE BANNER ==== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1999;
  background: #fffbe9;
  color: #24506D;
  box-shadow: 0 -1px 18px 0 #24506d27;
  padding: 24px 16px 20px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  font-size: 1rem;
  border-top: 4px solid #F9BA48;
  animation: cookiebar-slidein .44s both;
}
@keyframes cookiebar-slidein {
  from { transform: translateY(72px); opacity: 0;} to { transform: translateY(0); opacity: 1; }
}
.cookie-banner__msg {
  flex: 1 1 300px;
  max-width: 520px;
}
.cookie-banner__btns {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.cookie-banner__btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 9px 24px;
  font-size: 1rem;
  margin: 0;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #F9BA48;
  color: #fff;
  transition: background .17s, color .17s;
  box-shadow: 0 3px 14px 0 #f9ba4837;
}
.cookie-banner__btn.settings {
  background: #fff;
  color: #F9BA48;
  border: 2px solid #F9BA48;
  box-shadow: none;
}
.cookie-banner__btn.accept:hover, .cookie-banner__btn.accept:focus {
  background: #24506D;
  color: #fff;
}
.cookie-banner__btn.reject {
  background: #EEE;
  color: #24506D;
  border: 2px solid #EEE;
}
.cookie-banner__btn.reject:hover, .cookie-banner__btn.reject:focus {
  background: #F9BA48;
  color: #fff;
}
.cookie-banner__btn.settings:hover, .cookie-banner__btn.settings:focus {
  background: #F9BA48;
  color: #fff;
}

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    font-size: .99rem;
    padding: 15px 8px 18px 10px;
  }
  .cookie-banner__btns {
    gap: 9px;
  }
}

/* ==== COOKIE MODAL ==== */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(66,87,123,0.31);
  z-index: 3005;
  animation: fadein-modal .32s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@keyframes fadein-modal {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px 28px 28px;
  max-width: 430px;
  box-shadow: 0 12px 40px 0 #24506d33;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: modal-bounce .38s;
}
@keyframes modal-bounce {
  0% { transform: scale(0.85); opacity: 0;}
  60% { transform: scale(1.03); opacity: 1;}
  100% { transform: scale(1.00); opacity: 1;}
}
.cookie-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  color: #24506D;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
  transition: color .2s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #F9BA48;
}
.cookie-modal h2 {
  margin-top: 0; margin-bottom: 8px;
  color: #24506D;
  font-size: 1.13rem;
}
.cookie-modal .cookie-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 6px 2px;
}
.cookie-toggle {
  position: relative;
  width: 38px;
  height: 22px;
  background: #EFEFEF;
  border-radius: 12px;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background .17s;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle .slider {
  position: absolute;
  top: 2px; left: 2px;
  width: 18px; height: 18px;
  background: #F9BA48;
  border-radius: 50%;
  transition: left .18s, background .2s;
}
.cookie-toggle input:checked + .slider {
  left: 18px;
  background: #24506D;
}
.cookie-category .desc {
  font-size: 0.98rem;
  color: #24506D;
  font-weight: 500;
}
.cookie-category.essential .cookie-toggle {
  background: #f5e5b3;
  cursor: not-allowed;
}
.cookie-category.essential .slider {
  background: #9eb6e1;
}

.cookie-modal .modal-btns {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: flex-end;
}
.cookie-modal .cookie-banner__btn {
  min-width: 110px;
  font-size: .97rem;
}

@media (max-width: 500px) {
  .cookie-modal {
    padding: 18px 6px 16px 7px;
    max-width: 96vw;
  }
}

/* ==== UTILITY CLASSES ==== */
.mt-1 { margin-top: 8px; } .mb-1 { margin-bottom: 8px; }
.mt-2 { margin-top: 16px; } .mb-2 { margin-bottom: 16px; }
.mt-3 { margin-top: 24px; } .mb-3 { margin-bottom: 24px; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.align-center { align-items: center;}
.justify-between { justify-content: space-between; }
.w-100 { width: 100%; }

/* ==== ENSURE NON-OVERLAP, SPACING, VISUAL CONSISTENCY ==== */
.section, .feature-grid li, .feature-list li, .service-list li, .card, .testimonial-card, .content-wrapper > *, .contact-options li, .blog-list li, .step {
  margin-bottom: 20px;
}

/* Always enough spacing between cards */
.card-container, .feature-grid, .feature-list, .service-list, .blog-list, .contact-options, .content-grid, .process-steps {
  gap: 20px;
}

/* Ensure buttons have clear focus for keyboard users */
button:focus, .cta-btn:focus, .mobile-menu-toggle:focus {
  outline: 2px solid #F9BA48;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #f9ba4866;
}

/* ==== FLOATING/ELEVATION ARTSY DECORATION (for creative touches) ==== */
.section::before {
  content: '';
  display: block;
  position: absolute;
  width: 90px; height: 90px;
  background: #F9BA48;
  opacity: 0.07;
  border-radius: 35% 65% 60% 40% / 40% 60% 35% 65%;
  top: -45px; right: 1.5vw;
  z-index: 0;
  pointer-events: none;
  transform: rotate(-6deg);
}
.section:nth-child(even)::before {
  left: 1vw; right: auto; top: auto; bottom: -28px; transform: rotate(16deg);
}
/* Hide on smallest screens */
@media (max-width: 600px) { .section::before { display:none; } }

/* ==== END OF STYLE ==== */