/* ==== CSS RESET & BASE ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(150deg, #F5F2EB 0%, #FFFFFF 90%);
  color: #26402D;
  font-size: 16px;
  line-height: 1.7;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #B05A22;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #385542;
  text-decoration: underline;
  outline: none;
}
ul, ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
li + li {
  margin-top: 8px;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
  color: #26402D;
}

/* ==== TYPOGRAPHY ==== */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,700&display=swap');
h1, .thank-you-section h1 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #26402D;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #B05A22;
  margin-bottom: 18px;
}
h3 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #385542;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #385542;
  margin-bottom: 8px;
}
p, .hero-sub, .offer-price {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #26402D;
  margin-bottom: 16px;
}
.offer-price {
  font-weight: 600;
  color: #B05A22;
  margin-top: 8px;
}
.hero-sub {
  font-size: 1.15rem;
}
blockquote {
  border-left: 5px solid #B05A22;
  background: #FFF9F4;
  padding: 18px 24px;
  margin: 20px 0;
  font-style: italic;
  color: #26402D;
}

/* ==== CONTAINERS & FLEX LAYOUTS ==== */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1072px;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.text-section {
  gap: 20px;
}
.section,
main section:not(.section-hero):not(.thank-you-section):not(.section-legal) {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.section-hero {
  min-height: 320px;
  background: linear-gradient(135deg, #F5F2EB 70%, #E2EEE9 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0 36px 0;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.section-legal {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.thank-you-section {
  margin-bottom: 60px;
  padding: 48px 20px 64px 20px;
}

/* ==== HEADER & NAV ==== */
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 20px;
}
.logo {
  max-height: 56px;
  width: auto;
  margin-right: 28px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Oswald', Arial, sans-serif;
  color: #385542;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #B05A22;
  border-bottom: 2px solid #B05A22;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #CA7B51 0%, #B05A22 100%);
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  padding: 12px 28px;
  box-shadow: 0 2px 8px rgba(176,90,34, 0.09);
  outline: none;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 0;
  transition: background .20s, transform .14s;
  text-transform: none;
  letter-spacing: .02em;
  position: relative;
  z-index: 2;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, #B05A22 0%, #CA7B51 100%);
  transform: translateY(-2px) scale(1.025);
}

/* ==== MOBILE NAVIGATION ==== */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #26402D;
  cursor: pointer;
  margin-left: 18px;
  z-index: 16;
  transition: color .2s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #B05A22;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F5F2EB;
  box-shadow: 0 0 30px rgba(56,85,66,.09);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  transform: translateX(-105%);
  transition: transform 0.35s cubic-bezier(.39,.58,.57,1);
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #CA7B51;
  align-self: flex-end;
  margin: 13px 18px 0 0;
  cursor: pointer;
  padding: 7px;
  border-radius: 50%;
  transition: background .17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #EDE1D8;
  outline: 2px solid #B05A22;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.mobile-nav a {
  font-family: 'Oswald', Arial, sans-serif;
  color: #385542;
  font-size: 1.45rem;
  font-weight: 600;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  transition: background .18s, color .18s;
  border-radius: 12px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #fff;
  background: #B05A22;
}

/* ==== FLEXBOX LAYOUT COMPONENTS ==== */
.feature-grid,
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(56,85,66,0.09);
  padding: 24px;
  transition: box-shadow .18s, transform .18s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 28px rgba(176,90,34,0.15);
  transform: translateY(-5px) scale(1.015);
}
.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;
  background: #FFF9F4;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px rgba(56,85,66,0.08);
  color: #26402D;
  font-style: normal;
  font-size: 1.02rem;
  transition: box-shadow .15s, background .2s;
}
.testimonial-card p {
  flex: 1 1 0;
  margin: 0;
}
.testimonial-card footer {
  margin-left: 18px;
  color: #B05A22;
  font-size: 1rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(56,85,66,0.09);
  padding: 28px 20px 24px 20px;
  width: 244px;
  min-width: 180px;
  max-width: 100%;
  transition: box-shadow .17s, transform .18s;
}
.feature-item:hover, .feature-item:focus-within {
  box-shadow: 0 6px 20px rgba(176,90,34,0.13);
  transform: translateY(-4px) scale(1.01);
}
.feature-item img {
  height: 40px;
  margin-bottom: 6px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==== FOOTER ==== */
footer {
  background: linear-gradient(90deg,#26402D 0%, #385542 100%);
  color: #fff;
  padding: 44px 0 24px 0;
  margin-top: 40px;
  width: 100%;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}
.footer-contact {
  min-width: 200px;
  margin-bottom: 24px;
}
.footer-contact h3 {
  color: #CA7B51;
  margin-bottom: 8px;
}
.footer-contact address, .footer-contact a, .footer-contact p {
  color: #fff;
  font-size: 1rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  color: #fff;
  font-size: 0.98rem;
  text-decoration: underline dotted;
  transition: color .17s;
  margin-bottom: 6px;
}
.footer-links a:hover, .footer-links a:focus {
  color: #CA7B51;
}

/* ==== FAQ ==== */
dl.faq {
  margin-bottom: 30px;
  background: #F5F2EB;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 1.5px 10px rgba(56,85,66,0.07);
  color: #26402D;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
dl.faq dt {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  margin-top: 4px;
  color: #B05A22;
  margin-bottom: 3px;
}
dl.faq dd {
  margin-left: 0;
  font-size: 0.97rem;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #26402D;
}

/* ==== THANK YOU PAGE ==== */
.thank-you-section {
  background: linear-gradient(135deg, #F5F2EB 60%, #E2EEE9 100%);
  border-radius: 25px;
}
.thank-you-section h1 {
  color: #26402D;
  margin-bottom: 20px;
}

/* ==== SPACING & GAPS (MANDATORY PATTERNS) ==== */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.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;
}

/* ==== COOKIE CONSENT BANNER (FIXED) ==== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #fffdf9;
  box-shadow: 0 -2px 20px rgba(56,85,66,.13);
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 20px;
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .33s;
}
.cookie-consent-banner.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-banner-text {
  color: #26402D;
  font-size: 1rem;
  max-width: 460px;
  line-height: 1.5;
  margin-right: 24px;
}
.cookie-btn {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  margin-right: 12px;
  margin-bottom: 0;
  background: #B05A22;
  color: #fff;
  cursor: pointer;
  transition: background .16s, color .16s;
}
.cookie-btn.settings {
  background: #385542;
}
.cookie-btn.reject {
  background: #fff;
  color: #B05A22;
  border: 1px solid #CA7B51;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #CA7B51;
  color: #fff;
  outline: none;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #26402D;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #F5F2EB;
  color: #B05A22;
}

/* ==== COOKIE MODAL ==== */
.cookie-modal {
  display: none;
  position: fixed;
  left: 0; right: 0; top:0; bottom: 0;
  background: rgba(38,64,45,0.27);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .30s;
}
.cookie-modal.active {
  display: flex;
  pointer-events: all;
  opacity: 1;
}
.cookie-modal-dialog {
  background: #fff;
  border-radius: 20px;
  max-width: 88vw;
  min-width: 280px;
  width: 400px;
  padding: 30px 24px 26px 24px;
  box-shadow: 0 8px 38px rgba(56,85,66,0.14);
  display: flex;
  flex-direction: column;
  gap: 23px;
  animation: cookie-modal-in .33s cubic-bezier(.49,.13,.59,.93);
}
@keyframes cookie-modal-in {
  0% { transform: translateY(48px) scale(.94); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F2EB;
  padding: 12px 16px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.cookie-toggle-label {
  color: #26402D;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-toggle {
  accent-color: #B05A22;
  width: 22px;
  height: 22px;
}
.cookie-category.essential .cookie-toggle {
  pointer-events: none;
  opacity: .6;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
}

/* ==== BUTTONS AND INTERACTIVE ==== */
button,
input[type="button"],
input[type="submit"] {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: #CA7B51;
  color: #fff;
  border: none;
  border-radius: 21px;
  padding: 10px 24px;
  margin-bottom: 0;
  transition: background .16s, color .13s, box-shadow 0.13s;
  box-shadow: 0 1.5px 8px rgba(176,90,34,0.08);
}
button:hover, button:focus,
input[type="button"]:hover, input[type="submit"]:hover
{
  background: #B05A22;
  outline: none;
}

/* ====== RESPONSIVE: MOBILE-FIRST APPROACH ======*/
@media (max-width: 1200px) {
  .container { max-width: 94vw; }
}
@media (max-width: 980px) {
  .content-wrapper, .footer .content-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .feature-grid { justify-content: flex-start; }
  .feature-item { min-width: 170px; max-width: 49vw; }
}
@media (max-width: 900px) {
  .card, .feature-item, .testimonial-card {
    max-width: 98vw;
    min-width: unset;
    width: 100%;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 820px) {
  .main-nav { gap: 14px; }
}
@media (max-width: 768px) {
  .header-flex {
    flex-direction: row;
    gap: 10px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .cta-btn {
    margin-left: 0;
  }
  .feature-grid, .card-container {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .content-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .card, .feature-item, .testimonial-card {
    max-width: 100%;
    min-width: unset;
    padding: 18px 12px;
  }
  .footer .content-wrapper {
    gap: 24px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }
  .container { padding-left: 7px; padding-right: 7px; }
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 10px;
    gap: 12px;
  }
}
@media (max-width: 550px) {
  h1, .thank-you-section h1 { font-size: 1.45rem; }
  h2 { font-size: 1.13rem; }
  h3 { font-size: 1rem; }
  .section-hero, .thank-you-section, .section-legal { padding: 22px 6px; }
  .card, .feature-item, .testimonial-card { padding: 12px 7px; }
}

/* ==== ACCESSIBILITY: FOCUS, HOVERS, CONTRAST ==== */
a:focus-visible, button:focus-visible, .cta-btn:focus-visible {
  outline: 2px solid #B05A22;
  outline-offset: 1.5px;
}

/* ==== UTILITIES === */
.text-center { text-align: center; }
.m-t-20 { margin-top: 20px; }
.m-b-30 { margin-bottom: 30px; }
.visible-mobile { display: none; }

@media (max-width: 768px) {
  .visible-mobile { display: block; }
}

/* ==== END OF CSS ==== */
