/* =========================================================
   CSS RESET & NORMALIZATION
   ========================================================= */
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, 
menu, 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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.4;
  background: #F9F7EF;
  color: #253A2E;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #253A2E;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(.4,.2,.4,1);
}
ul, ol {
  list-style: none;
}
button, .cta-btn {
  font-family: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: background 0.2s, color 0.15s, box-shadow 0.2s;
}
strong {
  font-weight: 700;
}

/* =========================================================
   BRANDING TYPOGRAPHY
   ========================================================= */
h1, h2, h3, .cta-btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .01em;
  color: #253A2E;
}
h1 {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.15rem;
  color: #253A2E;
  margin-bottom: 26px;
  line-height: 1.6;
  max-width: 500px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
p, li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #253A2E;
  margin-bottom: 10px;
  line-height: 1.8;
}

@media (min-width: 520px) {
  h1 { font-size: 2.9rem; }
  h2 { font-size: 2.3rem; }
}
@media (min-width: 900px) {
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.5rem; }
}

/* =========================================================
   SPACING, FLEX LAYOUTS, CONTAINERS
   ========================================================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.section,
.hero-section,
.features-section,
.services-section,
.cta-section,
.about-summary-section,
.story-timeline-section,
.values-section,
.legal-section,
.faq-section,
.contact-section,
.thank-you-section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 900px) {
  .content-wrapper {
    gap: 30px;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  padding: 28px 22px;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(37,58,46,0.10);
  min-width: 260px;
  flex: 1 1 280px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 28px rgba(37,58,46,0.15);
}

.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F9F7EF;
  margin-bottom: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(37,58,46,0.10);
  flex-direction: column;
  color: #253A2E;
  max-width: 600px;
}
.testimonial-card p {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.7;
}
.testimonial-details {
  font-size: 0.97rem;
  color: #253A2E;
  opacity: 0.93;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 860px) {
  .testimonial-slider {
    flex-direction: column;
    gap: 16px;
  }
}
.feature-grid, .feature-list, .service-list, .timeline-list, .values-list, .benefit-list, .faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  padding: 0;
}
.feature-grid li, .feature-list li, .highlight-list li, .service-list li, .timeline-list li, .values-list li, .benefit-list li, .faq-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 10px rgba(37,58,46,0.07);
  padding: 20px 16px;
  margin-bottom: 20px;
  flex: 1 1 230px;
  min-width: 210px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
}
.feature-grid img, .feature-list img, .values-list img, .benefit-list img {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  margin-right: 8px;
}
.values-list li {
  align-items: center;
  font-weight: 600;
  font-size: 1.08rem;
}
.showcase-briefs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 5px;
}
@media (max-width: 890px) {
  .feature-grid, .service-grid {
    flex-direction: column;
    gap: 16px;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */
header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(37,58,46,0.06);
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  gap: 20px;
}
header img {
  max-height: 48px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #253A2E;
  border-radius: 5px;
  padding: 6px 14px;
  transition: background .18s, color .18s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  background: #BAC4A5;
  color: #253A2E;
}
.cta-btn {
  background-color: #253A2E;
  color: #F9F7EF;
  border-radius: 24px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 12px 30px;
  margin-left: 14px;
  box-shadow: 0 2px 20px rgba(37,58,46,0.10);
  transition: background .2s, color .2s, box-shadow .18s, transform .14s;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
}
.cta-btn:hover, .cta-btn:focus {
  background: #BAC4A5;
  color: #253A2E;
  box-shadow: 0 8px 30px rgba(186,196,165,0.23);
  transform: translateY(-1px) scale(1.04);
}
.mobile-menu-toggle {
  display: none;
  background: none;
  color: #253A2E;
  font-size: 2rem;
  padding: 5px 12px;
  border-radius: 6px;
  margin-left: 16px;
  z-index: 21;
  border: none;
  transition: background .14s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #BAC4A5;
}
@media (max-width: 1020px) {
  .main-nav {
    gap: 15px;
  }
  .cta-btn {
    margin-left: 7px;
    padding: 10px 17px;
    font-size: 0.98rem;
  }
}
@media (max-width: 860px) {
  .main-nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* =========================================================
   MOBILE MENU OVERLAY
   ========================================================= */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #253A2E;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.34s cubic-bezier(0.7,0,0.5,1), opacity 0.27s cubic-bezier(0.7,0,0.5,1), visibility 0s linear 0.34s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.34s cubic-bezier(0.7,0,0.5,1), opacity 0.18s cubic-bezier(0.7,0,0.5,1);
}
.mobile-menu-close {
  color: #F9F7EF;
  background: transparent;
  font-size: 2.3rem;
  border-radius: 8px;
  margin: 22px 0 18px 12px;
  border: none;
  padding: 5px 18px;
  align-self: flex-end;
  cursor: pointer;
  transition: background 0.12s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  background: #BAC4A5;
  color: #253A2E;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 32px;
  width: 100vw;
  margin-top: 14px;
}
.mobile-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #F9F7EF;
  border-radius: 7px;
  padding: 12px 2px;
  transition: background 0.15s, color 0.14s;
  display: block;
  width: 90%;
  text-align: left;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #BAC4A5;
  color: #253A2E;
}

/* Overlay - touch area responsive */
@media (max-width: 540px) {
  .mobile-menu {
    padding: 0;
  }
  .mobile-nav {
    padding: 0 13px;
    gap: 20px;
  }
  .mobile-menu-close {
    margin-left: 3px;
  }
  .mobile-nav a {
    font-size: 1.23rem;
  }
}

/* =========================================================
   HERO SECTIONS
   ========================================================= */
.hero-section {
  background: #BAC4A5;
  border-radius: 0 0 80px 0;
  box-shadow: 0 4px 48px rgba(37,58,46,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-section .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.hero-section h1, .hero-section .subtitle {
  color: #253A2E;
  text-shadow: 0 2px 6px rgba(255,255,255,0.04);
}
.hero-section .cta-btn {
  background-color: #253A2E;
  color: #F9F7EF;
  margin-top: 22px;
}

@media (max-width: 650px) {
  .hero-section {
    border-radius: 0 0 40px 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero-section .container {
    gap: 18px;
  }
}

/* =========================================================
   CTA SECTIONS
   ========================================================= */
.cta-section {
  background: #253A2E;
  border-radius: 50px 0 0 0;
  color: #F9F7EF;
  text-align: center;
  box-shadow: 0 3px 24px rgba(37,58,46,0.07);
}
.cta-section h2,
.cta-section .cta-btn {
  color: #F9F7EF;
}
.cta-section .cta-btn {
  background: #BAC4A5;
  color: #253A2E;
  margin-bottom: 14px;
}
.cta-section .cta-btn:hover, .cta-section .cta-btn:focus {
  background: #F9F7EF;
  color: #253A2E;
}

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: #253A2E;
  color: #F9F7EF;
  padding: 42px 0 16px 0;
  border-radius: 54px 54px 0 0;
  margin-top: 80px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 1.03rem;
  margin-bottom: 12px;
}
.footer-menu a {
  color: #F9F7EF;
  font-weight: 600;
  opacity: 0.97;
  transition: color .12s, opacity .12s;
}
.footer-menu a:focus, .footer-menu a:hover {
  color: #BAC4A5;
  opacity: 1;
  text-decoration: underline;
}
.footer-menu span {
  font-size: 0.97rem;
  opacity: 0.77;
  margin-left: 12px;
}
.footer-brand-contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 6px;
}
.footer-brand-contact img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #BAC4A5;
  padding: 4px;
  margin-right: 8px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1.08rem;
  color: #F9F7EF;
}
.contact-details div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.contact-details img {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.newsletter-signup p {
  color: #BAC4A5;
  font-size: 1.13rem;
  margin-top: 4px;
}
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
}

/* =========================================================
   LEGAL & STATIC PAGES
   ========================================================= */
.legal-section .container, .faq-section .container {
  max-width: 840px;
}
.legal-section h1, .faq-section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #253A2E;
  font-weight: 800;
}
.legal-section h2 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.28rem;
  margin: 24px 0 6px 0;
  font-weight: 700;
}
.legal-section ul, .faq-list {
  margin-bottom: 20px;
}
.legal-section ul li {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #253A2E;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-list li {
  background: #F9F7EF;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(37,58,46,0.08);
  padding: 18px 14px;
  font-weight: 500;
  font-size: 1.04rem;
  color: #253A2E;
}

/* =========================================================
   THANK YOU PAGE
   ========================================================= */
.thank-you-section {
  background: #BAC4A5;
  border-radius: 38px;
  box-shadow: 0 2px 24px rgba(37,58,46,0.10);
  margin: 45px auto 65px auto;
  max-width: 580px;
  text-align: center;
}

/* =========================================================
   COOKIE CONSENT BANNER
   ========================================================= */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 13000;
  background: #253A2E;
  color: #F9F7EF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 26px 18px 18px 18px;
  box-shadow: 0 -2px 24px rgba(37,58,46,.17);
  font-size: 1.08rem;
  border-radius: 28px 28px 0 0;
  animation: cookieBannerIn .7s cubic-bezier(.4,0,.2,1);
}
@keyframes cookieBannerIn {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-consent-banner span {
  flex: 1 1 200px;
  max-width: 370px;
  font-size: 1.02rem;
  letter-spacing: .01em;
}
.cookie-consent-banner button {
  margin-left: 10px;
  background: #BAC4A5;
  color: #253A2E;
  border-radius: 18px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 9px 19px;
  border: none;
  transition: background 0.17s;
  box-shadow: 0 2px 10px rgba(186,196,165, 0.06);
}
.cookie-consent-banner button:focus, .cookie-consent-banner button:hover {
  background: #F9F7EF;
  color: #253A2E;
}
.cookie-consent-banner .cookie-settings-btn {
  background: transparent;
  color: #F9F7EF;
  border: 2px solid #BAC4A5;
  font-weight: 600;
}
.cookie-consent-banner .cookie-settings-btn:hover {
  background: #BAC4A5;
  color: #253A2E;
}
@media (max-width: 750px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 8px 20px 8px;
    gap: 15px;
  }
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(37,58,46, 0.77);
  z-index: 14001;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s cubic-bezier(.4,0,.2,1), visibility 0s linear .25s;
}
.cookie-modal-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: opacity .25s cubic-bezier(.4,0,.2,1);
}
.cookie-modal {
  max-width: 400px;
  background: #F9F7EF;
  color: #253A2E;
  border-radius: 20px;
  box-shadow: 0 8px 45px rgba(37,58,46, 0.15);
  padding: 28px 28px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: cookieModalIn .6s cubic-bezier(.4,0,.2,1);
}
@keyframes cookieModalIn {
  0% { transform: scale(0.92); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #253A2E;
  margin-bottom: 6px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 9px 0;
}
.cookie-category label {
  font-weight: 600;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
}
.cookie-modal .category-info {
  font-size: .97rem;
  color: #253A2E;
  opacity: .74;
  margin-left: 13px;
}
.cookie-modal .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}
.cookie-modal .switch input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #BAC4A5;
  border-radius: 18px;
  transition: background 0.2s;
}
.cookie-modal .switch input:checked + .slider {
  background-color: #253A2E;
}
.cookie-modal .slider:before {
  position: absolute;
  content: '';
  height: 18px; width: 18px;
  left: 4px; bottom: 4px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.cookie-modal .switch input:checked + .slider:before {
  transform: translateX(16px);
}
.cookie-modal .cookie-btn-group {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal .cookie-btn-group button {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  border-radius: 14px;
  padding: 10px 16px;
  font-size: 1rem;
  , background 0.19s;
  border: none;
}
.cookie-modal .cookie-btn-group .accept {
  background: #253A2E;
  color: #F9F7EF;
}
.cookie-modal .cookie-btn-group .accept:hover, .cookie-modal .cookie-btn-group .accept:focus {
  background: #BAC4A5;
  color: #253A2E;
}
.cookie-modal .cookie-btn-group .reject {
  background: #BAC4A5;
  color: #253A2E;
}
.cookie-modal .cookie-btn-group .reject:hover, .cookie-modal .cookie-btn-group .reject:focus {
  background: #F9F7EF;
}
@media (max-width: 520px) {
  .cookie-modal {
    max-width: 97vw;
    padding: 18px 5vw 15px 5vw;
  }
}

/* =========================================================
   MICRO-INTERACTIONS & HOVER
   ========================================================= */
.card, .feature-grid li, .feature-list li, .service-list li, .values-list li, .timeline-list li, .testimonial-card {
  transition: box-shadow 0.16s, transform 0.14s, background 0.2s;
}
.card:hover, .feature-grid li:hover, .feature-list li:hover, .service-list li:hover, .values-list li:hover, .timeline-list li:hover {
  background: #BAC4A5;
  box-shadow: 0 8px 34px rgba(186,196,165,0.18);
  color: #253A2E;
  transform: translateY(-3px) scale(1.01);
}

a, .cta-btn, button, .mobile-nav a {
  transition: background .13s, color .13s, box-shadow .18s, outline .13s;
}
a:active, .cta-btn:active, button:active {
  filter: brightness(0.89);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1040px) {
  .container {
    max-width: 98vw;
    padding: 0 6vw;
  }
  .footer-brand-contact {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .section, .hero-section, .features-section, .services-section, .about-summary-section, .story-timeline-section, .values-section, .legal-section, .faq-section, .contact-section, .thank-you-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 8px;
  }
  .section, .hero-section, .features-section, .services-section, .about-summary-section, .story-timeline-section, .values-section, .legal-section, .faq-section, .contact-section, .thank-you-section {
    padding: 22px 3vw;
    margin-bottom: 38px;
  }
  .footer-brand-contact img {
    width: 42px; height: 42px;
  }
}
@media (max-width: 530px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.13rem; }
  .cta-btn { font-size: .98rem; padding: 9px 13px; }
}

/* =========================================================
   FOR VISUALLY DISTINCTIVE MODERN_GEOMETRIC DECORATION
   (SIMPLE SHAPE HIGHLIGHTS AT SECTION CORNERS)
   ========================================================= */
.section::before, .hero-section::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
}
.hero-section::before {
  width: 90px; height: 90px;
  left: -40px; top: -45px;
  background: #253A2E;
  border-radius: 22px 50px 0 0;
}
.section::before {
  width: 30px; height: 30px;
  right: 10px; bottom: 10px;
  background: #BAC4A5;
  border-radius: 50% 14% 37% 60%;
  opacity: 0.07;
}

/* =========================================================
   SCROLLBAR
   ========================================================= */
::-webkit-scrollbar {
  width: 10px;
  background: #F9F7EF;
}
::-webkit-scrollbar-thumb {
  background: #BAC4A5;
  border-radius: 14px;
}

/* =========================================================
   END
   ========================================================= */