/* LustrousFog Express – NATURE ORGANIC THEME */

/* -------------------------------------------------------- */
/* CSS RESET & BASE                                         */
/* -------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #2F3E51;
  background-color: #F5F7FA;
  min-height: 100vh;
  line-height: 1.7;
  font-size: 16px;
}
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
:focus {
  outline: 2px solid #1D8469;
  outline-offset: 2px;
}

/* -------------------------------------------------------- */
/* COLOR SCHEME (nature_organic palette + brand)             */
/* -------------------------------------------------------- */
:root {
  --primary: #2F3E51;
  --secondary: #1D8469;
  --accent: #F5F7FA;
  --earth: #D6C7B0;
  --earth-dark:#816F57;
  --leaf-green: #85B972;
  --moss-green: #4E7242;
  --clay: #B89974;
  --text: #2F3E51;
  --text-light: #FFFFFF;
  --card-shadow: 0 2px 14px 0 rgba(46,61,73,0.11);
  --border-radius: 18px;
  --section-bg: #F8F6F3;
  --footer-bg: #2F3E51;
  --footer-accent: #1D8469;
}

/* -------------------------------------------------------- */
/* TYPOGRAPHY                                               */
/* -------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: -0.5px;
}
h1 {
  font-size: 2.2rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
p, ul, ol {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text);
  margin-bottom: 1em;
  font-size: 1rem;
}
ul, ol {
  padding-left: 22px;
}
strong, b {
  font-weight: 700;
}
a {
  color: var(--secondary);
  text-decoration: underline;
  transition: color 0.18s linear;
}
a:hover, a:focus {
  color: var(--moss-green);
}
.secondary-link {
  margin-left: 24px;
  color: var(--moss-green);
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
}
.secondary-link:hover {
  color: var(--secondary);
  text-decoration: underline;
}

/* -------------------------------------------------------- */
/* CONTAINERS & SECTIONS                                    */
/* -------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
section {
  width: 100%;
}
.section,
section:not(.hero):not(.testimonials):not(.cta-final):not(.footer-custom) {
  margin-bottom: 60px;
  padding: 40px 20px;
  background-color: var(--section-bg);
  border-radius: 32px 48px 32px 48px / 38px 31px 38px 31px;
  box-shadow: 0 2px 16px 0 rgba(58,72,35,0.07), 0 1.5px 8px rgba(63,124,73,0.04);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

/* -------------------------------------------------------- */
/* FLEX SPACING & ALIGNMENTS (MANDATORY PATTERNS)           */
/* -------------------------------------------------------- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  padding: 28px 22px 22px 22px;
  position: relative;
  min-width: 230px;
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO SECTION */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58vh;
  background: linear-gradient(116deg, #e9efd8 0%, #ecf6e4 80%, #f8f6f3 100%);
  border-radius: 0 0 72px 72px/0 0 68px 68px;
  margin-bottom: 48px;
  box-shadow: 0 3px 24px 0 rgba(78,114,66,0.09);
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
  padding-top: 58px;
  padding-bottom: 48px;
}
.hero h1 {
  color: var(--moss-green);
  font-size: 2.5rem;
}
.hero p {
  font-size: 1.18rem;
  max-width: 600px;
  color: var(--primary);
}

/* -------------------------------------------------------- */
/* BUTTONS, LINKS, CTAS                                     */
/* -------------------------------------------------------- */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: #fff !important;
  border: none;
  border-radius: 27px 18px 29px 21px/31px 18px 27px 17px;
  padding: 14px 32px 13px 32px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 2px 10px 0 rgba(29,132,105,0.09);
  cursor: pointer;
  margin-right: 18px;
  margin-bottom: 12px;
  transition: background 0.19s, box-shadow 0.18s, transform 0.11s;
  text-decoration: none;
  letter-spacing: .5px;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--moss-green);
  box-shadow: 0 5px 16px 0 rgba(46,61,73,0.14);
  transform: translateY(-2px) scale(1.02);
}

/* Secondary Links */
.secondary-link {
  background: none;
  color: var(--moss-green);
  padding: 0 7px;
  border-radius: 8px;
  font-size: 1rem;
  display: inline-block;
  transition: background 0.14s, color 0.2s;
  text-decoration: underline;
}
.secondary-link:hover, .secondary-link:focus {
  background: #e7efdf;
  color: var(--secondary);
}

/* -------------------------------------------------------- */
/* HEADER, NAV, LOGO, MOBILE MENU                           */
/* -------------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(48, 62, 80, 0.07);
  position: sticky;
  top: 0;
  z-index: 999;
  border-radius: 0 0 36px 36px/0 0 28px 28px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.logo img{
  max-height: 48px;
  width: auto;
}
nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
nav a:hover, nav a:focus {
  background: #eaf3e7;
  color: var(--moss-green);
}

.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 2rem;
  border: none;
  color: var(--secondary);
  cursor: pointer;
  margin-left: 16px;
  padding: 4px 12px;
  border-radius: 8px;
  transition: background 0.15s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #e7efdf;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  box-shadow: 0 6px 64px rgba(46,61,73,0.21);
  transform: translateX(100%);
  transition: transform 0.31s cubic-bezier(0.69, 0.23, 0.31, 1.09);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 26px 24px 8px 0;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: var(--secondary);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 10px;
  transition: background 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #e7efdf;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 30px 32px 0 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
  text-decoration: none;
  font-size: 1.12rem;
  padding: 16px 4px 16px 0;
  border-bottom: 1px solid #eae6de;
  width: 100%;
  transition: color 0.14s, background 0.07s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e7efdf;
  color: var(--moss-green);
}

@media (max-width: 1024px) {
 nav {
   gap: 12px;
 }
}
@media (max-width: 900px) {
  header .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  nav {
    gap: 6px;
  }
}
@media (max-width: 800px) {
  nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* -------------------------------------------------------- */
/* FEATURES, CARDS, SERVICES                                */
/* -------------------------------------------------------- */
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}
.feature-item {
  background: #fff;
  border-radius: 33px 19px 28px 35px / 27px 33px 21px 28px;
  box-shadow: var(--card-shadow);
  min-width: 220px;
  padding: 24px 20px;
  flex: 1 1 240px;
  max-width: 306px;
  transition: box-shadow 0.22s, transform 0.13s;
}
.feature-item:hover, .feature-item:focus-within {
  box-shadow: 0 6px 22px rgba(29,132,105,0.13);
  transform: translateY(-5px) scale(1.025);
}
.feature-item img {
  width: 40px;
  height: 40px;
  background: #ecf6e4;
  border-radius: 50%;
  padding: 7px;
  margin-bottom: 10px;
}
.feature-item h3 {
  color: var(--secondary);
  font-size: 1.18rem;
}
.feature-item p {
  font-size: 1rem;
  color: var(--primary);
}

/* Card container & cards (shared) */
.card-container, .content-grid {
  gap: 24px;
}
.card {
  border-radius: 21px 31px 23px 21px / 24px 29px 24px 29px;
  background: #fff;
  box-shadow: var(--card-shadow);
  padding: 24px 16px;
  flex: 1 1 220px;
  transition: box-shadow 0.17s, transform 0.11s;
}
.card:hover {
  box-shadow: 0 5px 24px rgba(46,61,73,0.13);
  transform: translateY(-2px) scale(1.023);
}

/* Service listing */
.services-list, .service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
.services-list li, .service-list li {
  background: #fff;
  border-radius: 16px 29px 24px 18px / 15px 24px 24px 17px;
  padding: 18px 20px;
  box-shadow: var(--card-shadow);
}
.service-list h2, .services-list strong {
  color: var(--secondary);
}
.service-price {
  color: var(--leaf-green);
  background: #e7efdf;
  border-radius: 9px;
  padding: 2px 8px;
  margin-left: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .98rem;
  font-weight: 600;
}
.price-summary {
  padding: 17px 20px;
  background: #e4eddb;
  color: var(--primary);
  border-radius: 13px 23px 17px 19px;
  font-size: .99rem;
  margin-bottom: 18px;
}

/* Pricing Table */
.pricing-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  border-radius: 16px 24px 17px 19px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}
.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  text-align: left;
}
.pricing-table th {
  background: #e7efdf;
  color: var(--moss-green);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  border-bottom: 2.5px solid #c8e2bc;
}
.pricing-table tr {
  border-bottom: 1px solid #f0efe3;
}
.pricing-table td {
  color: var(--primary);
  font-size: 1rem;
}
.pricing-table tbody tr:last-child {
  border-bottom: none;
}

.service-price-comparisons ul {
  margin-bottom: 1em;
}

/* -------------------------------------------------------- */
/* TESTIMONIALS & REVIEWS                                   */
/* -------------------------------------------------------- */
.testimonials {
  margin-bottom: 60px;
  background: #E9EED8;
  border-radius: 44px 37px 37px 44px / 55px 31px 38px 44px;
  padding: 36px 0 20px 0;
}
.testimonials .content-wrapper {
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 20px;
}
.testimonials h2 {
  color: var(--moss-green);
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 20px 36px 23px 26px/28px 24px 19px 30px;
  box-shadow: 0 3px 24px rgba(46,61,73,0.09);
  min-width: 220px;
  max-width: 340px;
  padding: 24px 18px 18px 18px;
  gap: 16px;
  color: #212c23;
  margin-bottom: 20px;
  border: 1.5px solid #e7efdf;
}
.testimonial-card p {
  color: #273c27;
  font-size: 1.02rem;
  margin-bottom: 8px;
}
.testimonial-author {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .99rem;
  color: var(--moss-green);
  font-weight: 600;
}

/* Ensure contrast in testimonials */
@media (max-width: 948px) {
  .testimonial-slider {
    flex-direction: column;
  }
}

/* -------------------------------------------------------- */
/* CTA BLOCKS                                               */
/* -------------------------------------------------------- */
.cta-final,
.cta-start,
.services-cta {
  background: #ECF6E4;
  border-radius: 41px 29px 36px 34px / 33px 41px 24px 29px;
  padding: 40px 0 36px 0;
  margin-bottom: 60px;
  box-shadow: 0 2px 17px 0 rgba(63,124,73,0.08);
}
.cta-final h2, .cta-start h2, .services-cta .content-wrapper a {
  color: var(--moss-green);
}

/* -------------------------------------------------------- */
/* FAQ PAGE & ACCORDIONS                                    */
/* -------------------------------------------------------- */
.faq {
  background: #f8f6f3;
  border-radius: 32px 48px 32px 48px / 38px 31px 38px 31px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.accordion-faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.faq-item {
  background: #fff;
  border-radius: 15px 20px 20px 19px / 20px 15px 15px 14px;
  box-shadow: var(--card-shadow);
  padding: 18px 16px;
  cursor: pointer;
  transition: box-shadow 0.12s;
  border-left: 4px solid #e7efdf;
}
.faq-item h2 {
  color: var(--moss-green);
  font-size: 1.03rem;
  margin-bottom: 10px;
}
.faq-answer {
  color: #34593b;
  font-size: .99rem;
  margin-top: 5px;
}
.contact-prompt p {
  background: #e7efdf;
  color: var(--secondary);
  padding: 13px 17px;
  border-radius: 10px;
  margin-top: 18px;
}

/* -------------------------------------------------------- */
/* STEP-BY-STEP / JAK TO DZIALA PAGE                        */
/* -------------------------------------------------------- */
.stepper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  counter-reset: stepnum;
  padding-left: 0;
  list-style: none;
  margin-bottom: 32px;
}
.stepper li {
  background: #fff;
  border-left: 5.5px solid #e7efdf;
  border-radius: 19px 28px 16px 22px / 17px 14px 24px 19px;
  box-shadow: 0 3px 16px rgba(46,61,73,0.08);
  padding: 22px 20px 18px 20px;
  position: relative;
  margin-left: 0;
}
.stepper h2 {
  font-size: 1.06rem;
  color: var(--moss-green);
  margin-bottom: 9px;
}
.stepper p {
  color: var(--primary);
  font-size: .98rem;
}
.infographic ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.infographic li {
  background: #e7efdf;
  border-radius: 12px;
  padding: 12px 15px 8px 15px;
  color: var(--moss-green);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .97rem;
}

/* -------------------------------------------------------- */
/* THANK YOU & PRIVACY ET AL / LISTS, BLOCKS                */
/* -------------------------------------------------------- */
.next-steps, .faq-extracts,
.trust-points {
  margin-bottom: 26px;
}
.next-steps li, .faq-extracts li, .trust-points li {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 9px;
}
.text-section {
  margin-bottom: 28px;
}
.text-section h2 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.12rem;
}
.text-section ul {
  margin-bottom: 18px;
  margin-top: 4px;
}

/* -------------------------------------------------------- */
/* FOOTER                                                   */
/* -------------------------------------------------------- */
footer {
  background: var(--footer-bg);
  color: #fff;
  padding-top: 42px;
  padding-bottom: 24px;
  border-radius: 43px 15px 0 0 / 27px 21px 0 0;
  margin-top: 34px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-info,
.footer-menu,
.footer-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-info img {
  max-width: 53px;
  margin-bottom: 6px;
}
.footer-info p,
.footer-menu a {
  color: #fff;
  font-size: 0.99rem;
  text-decoration: none;
  font-family: 'Roboto', Arial, sans-serif;
}
.footer-menu {
  gap: 6px;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: var(--leaf-green);
  text-decoration: underline;
}
.footer-disclaimer p {
  color: #eab;
  font-size: 0.92rem;
}
@media (max-width:660px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-info {
    margin-bottom: 8px;
  }
}

/* -------------------------------------------------------- */
/* COOKIE CONSENT BANNER & MODAL (MANDATORY)                */
/* -------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  color: #2F3E51;
  box-shadow: 0 -4px 27px -8px rgba(46,61,73,0.13);
  border-radius: 23px 23px 0 0 / 18px 18px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 32px 20px 32px;
  max-width: 930px;
  margin: 0 auto;
  gap: 22px;
  animation: cookieBannerAppear 0.39s cubic-bezier(0.37, 0.98, 0.46, 1.21);
}
@keyframes cookieBannerAppear {
  from { transform: translateY(45px); opacity:0; }
  to { transform: translateY(0); opacity:1; }
}
.cookie-banner .cookie-text {
  flex: 2 1 350px;
  font-size: 1rem;
  margin-right: 11px;
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 14px;
  flex: 1 1 auto;
  align-items: center;
}
.cookie-btn, .cookie-btn-settings {
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 20px 15px 19px 10px;
  padding: 10px 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.97rem;
  letter-spacing: .2px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.16s, transform 0.1s;
  margin-right: 2px;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: var(--moss-green);
  transform: scale(1.04);
}
.cookie-btn.reject {
  background: var(--earth-dark);
  color: #fff;
}
.cookie-btn.reject:hover {
  background: #a88757;
}
.cookie-btn-settings {
  background: #e7efdf;
  color: var(--moss-green);
  border: 1.5px solid var(--moss-green);
  transition: background 0.13s, color 0.12s;
  margin-right: 0;
}
.cookie-btn-settings:hover, .cookie-btn-settings:focus {
  background: #f4f9ea;
  color: var(--secondary);
}

/* Cookie Modal - Overlay + Popup */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(54, 68, 72, 0.27);
  align-items: center;
  justify-content: center;
  animation: cookieOverlayFadeIn 0.23s;
}
.cookie-modal-overlay.open {
  display: flex;
}
@keyframes cookieOverlayFadeIn{
  from { opacity:0; }
  to { opacity:1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 32px 27px 22px 34px;
  box-shadow: 0 8px 56px rgba(46,61,73,0.13);
  padding: 32px 30px 28px 36px;
  max-width: 420px;
  min-width: 320px;
  animation: cookieModalEntry 0.29s cubic-bezier(0.37, 0.84, 0.23, 1.18);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes cookieModalEntry{
  from { transform: translateY(80px) scale(.95); opacity:0; }
  to { transform: translateY(0) scale(1); opacity:1; }
}
.cookie-modal h3 {
  font-size: 1.17rem;
  color: var(--secondary);
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 8px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category label {
  color: var(--primary);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: .97rem;
}
.cookie-category input[type="checkbox"]:disabled+label {
  color: #AEB2AC;
}
.cookie-modal .cookie-buttons{
  justify-content: flex-start;
}
.cookie-modal .cookie-close{
  background: none;
  border: none;
  color: var(--primary);
  font-size: 1.7rem;
  align-self: flex-end;
  margin-top: -14px;
  cursor: pointer;
  transition: color 0.12s;
}
.cookie-modal .cookie-close:hover {
  color: var(--moss-green);
}

@media (max-width: 690px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 14px 12px 14px;
    gap:14px;
    max-width: 99vw;
  }
}
@media (max-width: 399px) {
  .cookie-banner {
    padding: 8px 3vw;
  }
  .cookie-modal {
    padding: 14px 7vw 13px 7vw;
    max-width:99vw;
  }
}

/* -------------------------------------------------------- */
/* RESPONSIVE DESIGN                                        */
/* -------------------------------------------------------- */
@media (max-width: 1200px) {
  .container {max-width: 970px;}
}
@media (max-width: 1000px) {
  .container {max-width: 770px;}
}
@media (max-width: 900px) {
  h1 {font-size: 1.6rem;}
}
@media (max-width: 770px) {
  .container {max-width:99vw;}
  .content-wrapper {gap: 18px;}
  section, .section, .hero, .testimonials, .cta-final, .cta-start, .services-cta, .faq {padding: 22px 4vw;}
  .pricing-table th, .pricing-table td { padding: 10px 7px;}
  .feature-item, .card {padding: 18px 7px;}
  .services-list li, .service-list li {padding: 11px 8px;}
  .price-summary {padding:10px 8px;}
}
@media (max-width: 768px) {
  .hero {    min-height: 40vh;    padding-top: 15px;    }
  .content-grid,
  .card-container,
  .features .feature-grid,
  .testimonial-slider,
  .text-image-section {
    flex-direction: column !important;
    gap: 20px;
    align-items: stretch;
  }
  .feature-item, .card {
    min-width: 0;
    width: 100%;
    max-width: 99vw;
  }
  .infographic ul {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width:490px) {
  .content-wrapper {gap: 7px;}
  h1 {font-size:1.14rem;}
  h2 {font-size:.98rem;}
}

/* Ensure no overlap, healthy gaps between flex elements */
section, .card-container, .features, .content-grid, .section, .testimonials {
  margin-bottom: 60px;
}
.card,
.feature-item,
.testimonial-card,
.services-list li,
.service-list li {
  margin-bottom: 20px;
}

/* -------------------------------------------------------- */
/* MISC: ANIMATIONS & MICRO-INTERACTIONS                   */
/* -------------------------------------------------------- */
.card,
.feature-item,
.cta-btn,
.cookie-btn,
.cookie-btn-settings {
  transition: box-shadow 0.19s, background 0.17s, color 0.13s, transform 0.13s;
}
.card:active,
.feature-item:active {
  transform: scale(.97);
  box-shadow: 0 1px 5px rgba(63,124,73,0.13);
}

/* List item icons - optional organic shapes */
ul li::marker, ol li::marker {
  color: var(--leaf-green);
  font-size: 1.03em;
}

/* Organic section shapes (subtle, for backgrounds) */
section, .section {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23eaf3e7" fill-opacity="0.35" width="236" height="60" viewBox="0 0 236 60" xmlns="http://www.w3.org/2000/svg"><ellipse cx="140" cy="45" rx="75" ry="13"/></svg>');
  background-repeat: no-repeat;
  background-position: 110vw bottom;
}
@media (max-width: 700px) {
  section, .section {
    background-size: 80vw 26px;
    background-position: right bottom;
  }
}

/* Organic divider line */
.divider {
  border: none;
  border-bottom: 2.5px solid #e7efdf;
  border-radius: 99px;
  margin: 30px 0 27px 0;
  width: 100%;
}

/* -------------------------------------------------------- */
/* FORMS (generic & contact section)                        */
/* -------------------------------------------------------- */
input, select, textarea {
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1.5px solid #c8e2bc;
  border-radius: 10px 17px 16px 13px / 14px 10px 12px 17px;
  padding: 10px 13px;
  margin-bottom: 18px;
  background: #F5F7FA;
  color: var(--text);
  transition: border 0.14s;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--moss-green);
  background: #f4f8ee;
}
label {
  font-weight: 500;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 2px;
  color: var(--secondary);
}

/* Google Maps embed image fallbacks (kontakt page) */
.google-maps-embed img {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  background: #eaf3e7;
  border-radius:50%;
  padding: 6px;
}

/* Hide visually (for modals, toggles) */
.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Accessible focus visible styles */
:focus-visible {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

/* -------------------------------------------------------- */
/* END OF STYLE.CSS                                         */
/* -------------------------------------------------------- */
