/* --------------------------------------------------
   CSS RESET & NORMALIZE (MOBILE-FIRST)
 -------------------------------------------------- */
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;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #264653;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: 0.01em;
  position: relative;
}
a {
  color: #264653;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #F4A261;
}
ul,
ol {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
hr {
  border: none;
  border-top: 1.5px solid #E9C46A;
  margin: 24px 0;
}
:focus {
  outline: 2px solid #264653;
  outline-offset: 2px;
}

/* --------------------------------------------------
   BASE TYPOGRAPHY
 -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #264653;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: uppercase;
}
h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
p, li {
  font-size: 1rem;
  color: #264653;
  margin-bottom: 16px;
}
em {
  font-style: italic;
  color: #2a9d8f;
}
strong {
  font-weight: 700;
}

/* --------------------------------------------------
   GEOMETRIC/STRUCTURED AESTHETIC
  -------------------------------------------------- */
body {
  background: #FCFCFC;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
}
.text-section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Spacing Patterns for Sections & Cards ---- */
section, .section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 16px rgba(38,70,83,0.07);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  min-width: 260px;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(38,70,83,0.12);
  padding: 20px;
  margin-bottom: 24px;
  min-width: 220px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* --------------------------------------------------
   HEADER & NAVIGATION
 -------------------------------------------------- */
header {
  background: #fff;
  border-bottom: 2.5px solid #E9C46A;
  position: sticky;
  top: 0;
  z-index: 30;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
}
.logo img {
  height: 42px;
  width: auto;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.045em;
  color: #264653;
  border-radius: 7px;
  padding: 6px 13px;
  transition: background 0.15s, color 0.15s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #F4A261;
  color: #fff;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #264653;
  color: #fff;
  border-radius: 28px;
  padding: 12px 28px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none;
  transition: background 0.22s, box-shadow 0.15s, transform 0.15s;
  box-shadow: 0 3px 13px rgba(38,70,83,0.08);
  cursor: pointer;
  text-shadow: 0 1px 0 #00000013;
}
.cta-btn:hover,
.cta-btn:focus {
  background: #F4A261;
  color: #264653;
  transform: translateY(-2px) scale(1.045);
  box-shadow: 0 7px 24px rgba(244,162,97,0.19);
}

/* ---------- MOBILE NAVIGATION ---------- */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 51;
  width: 46px;
  height: 46px;
  background: #F4A261;
  border: none;
  border-radius: 8px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  margin-left: 18px;
  transition: background 0.15s, color 0.15s, transform 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #264653;
  color: #fff;
  transform: scale(1.08);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  height: 100vh;
  width: 100vw;
  background: #264653;
  z-index: 50;
  overflow-y: auto;
  padding: 38px 26px 24px 26px;
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
  pointer-events: none;
  box-shadow: -23px 0 46px 0 rgba(38,70,83,0.36);
}
.mobile-menu.open {
  left: 0;
  transform: translateX(-100vw);
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.3rem;
  position: absolute;
  top: 18px;
  right: 26px;
  cursor: pointer;
  z-index: 53;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 42px;
  width: 100%;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 13px 8px;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
  text-align: left;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #F4A261;
  color: #264653;
}

/* Hide nav on small screens, show burger */
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: flex; }
}
@media (min-width: 1025px) {
  .mobile-menu,
  .mobile-menu-toggle { display: none !important; }
}

/* --------------------------------------------------
   HERO SECTIONS
 -------------------------------------------------- */
.hero {
  background: #E9C46A;
  border-radius: 0 0 46px 46px;
  box-shadow: 0 14px 54px rgba(244,162,97, 0.09);
  margin-bottom: 60px;
  padding: 50px 20px 60px 20px;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container { max-width: 950px; }
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.hero h1 {
  color: #264653;
  margin-bottom: 6px;
  font-size: 2.3rem;
  text-shadow: 0 1px 0 #fff7;
}
.hero p {
  color: #264653;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.hero .cta-btn { margin-top: 6px; }

/* --------------------------------------------------
   FEATURE GRID & FEATURES
 -------------------------------------------------- */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 26px;
  margin-bottom: 12px;
}
.feature {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px rgba(44, 62, 80, 0.06);
  border: 3.5px solid #E9C46A;
  padding: 32px 20px 26px 20px;
  min-width: 220px;
  flex: 1 1 230px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-bottom: 20px;
  transition: box-shadow 0.22s, border-color 0.16s, transform 0.16s;
  font-size: 1rem;
}
.feature img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.feature h3 {
  color: #264653;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.feature:hover,
.feature:focus {
  box-shadow: 0 16px 48px rgba(244,162,97,0.13);
  border-color: #F4A261;
  transform: translateY(-7px) scale(1.04);
}

/* ---------------------------------------------------
   TESTIMONIALS
 --------------------------------------------------- */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 32px;
}
.testimonial-card {
  flex: 1 1 275px;
  max-width: 350px;
  min-width: 200px;
  align-items: flex-start;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 4px 32px 0 rgba(38,70,83,0.10);
  padding: 24px 20px;
  transition: box-shadow 0.17s, transform 0.14s;
  border: 2px solid #E9C46A;
  color: #264653;
}
.testimonial-rating {
  display: flex;
  gap: 3px;
  margin-bottom: 7px;
}
.testimonial-rating img {
  width: 21px;
  height: 21px;
}
.testimonial-card p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 8px;
  min-height: 50px;
}
.testimonial-card span {
  color: #264653;
  font-size: 0.99rem;
  font-style: italic;
}
.testimonial-card:hover,
.testimonial-card:focus {
  box-shadow: 0 10px 46px 0 rgba(244,162,97,0.16);
  transform: translateY(-4px) scale(1.03);
  border-color: #F4A261;
}

/* ------------------ CTA SECTION ------------------ */
.cta {
  background: #E9C46A;
  border-radius: 30px;
  margin-bottom: 62px;
  box-shadow: 0 5px 32px rgba(244,162,97, 0.09);
  text-align: center;
  padding: 40px 15px 50px 15px;
}
.cta .cta-btn {
  margin-top: 22px;
}
.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: 8px;
}
.share-buttons a {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #264653;
  color: #fff;
  border-radius: 14px;
  padding: 7px 19px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.15s, color 0.15s, transform 0.15s;
  box-shadow: 0 2px 10px rgba(38,70,83,0.06);
}
.share-buttons a:hover,
.share-buttons a:focus {
  background: #F4A261;
  color: #264653;
  transform: scale(1.08);
}

/* ------------------ FOOTER ------------------ */
footer {
  background: #264653;
  color: #fff;
  padding: 42px 20px 34px 20px;
  margin-top: 0;
  border-radius: 38px 38px 0 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
}
.footer-brand img {
  height: 45px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-nav a {
  color: #E9C46A;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.045em;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  background: #F4A261;
  color: #264653;
}
footer p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

/* --------------------------------------------------
   FORMS, LISTS, UTILITY
 -------------------------------------------------- */
ul,
ol {
  color: #264653;
  margin-bottom: 14px;
  font-size: 1rem;
}
ul li, ol li {
  margin-bottom: 10px;
  position: relative;
}
ul li img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 7px;
}
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border-radius: 6px;
  border: 1.5px solid #E9C46A;
  padding: 9px 12px;
  margin-bottom: 16px;
  background: #fff;
  transition: border 0.16s;
}
input:focus, textarea:focus, select:focus {
  border-color: #264653;
}
button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

/* --------------------------------------------------
   COOKIE CONSENT BANNER
 -------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  color: #264653;
  border-top: 3.5px solid #E9C46A;
  box-shadow: 0 -7px 26px 0 rgba(38,70,83,0.13);
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 18px 18px 18px;
  font-size: 1rem;
  gap: 18px;
  animation: slideup-cookie 0.55s cubic-bezier(.46,.21,.11,1.12);
}
@keyframes slideup-cookie {
  from { transform: translateY(55px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner-text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
  color: #264653;
}
.cookie-btns {
  display: flex;
  gap: 14px;
}
.cookie-btn,
.cookie-settings-btn {
  padding: 9px 22px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  background: #F4A261;
  color: #264653;
  transition: background 0.18s, color 0.18s, transform 0.14s;
  box-shadow: 0 2px 8px 0 rgba(244,162,97,0.10);
}
.cookie-btn:hover, .cookie-btn:focus,
.cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #264653;
  color: #fff;
  transform: translateY(-2px) scale(1.06);
}
.cookie-btn.reject {
  background: #E9C46A;
  color: #264653;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #264653;
  color: #fff;
}

/* ----- COOKIE PREFERENCES MODAL ----- */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(38,70,83,0.57);
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-in 0.35s cubic-bezier(.55,.12,.12,1.01);
}
@keyframes modal-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 19px;
  padding: 38px 32px 32px 32px;
  box-shadow: 0 10px 40px 0 rgba(38,70,83,0.21);
  max-width: 400px;
  width: 86vw;
  position: relative;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-modal h2 {
  font-size: 1.24rem;
  color: #264653;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: none;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.cookie-toggle {
  margin-left: auto;
}
.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 1.7rem;
  background: none;
  border: none;
  color: #264653;
  cursor: pointer;
}

/* Custom Toggle switch for cookies */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px; height: 22px;
}
.toggle-switch input {
  opacity: 0;
  width: 0; height: 0;
}
.toggle-slider {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #E9C46A;
  border-radius: 22px;
  transition: .3s;
}
.toggle-switch input:checked + .toggle-slider {
  background: #264653;
}
.toggle-slider:before {
  position: absolute;
  content: '';
  height: 18px; width: 18px;
  left: 2px; bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
  box-shadow: 0 0 3px #aaa;
}
.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(18px);
}

/* --------------------------------------------------
   RESPONSIVE DESIGN (MOBILE-FIRST)
 -------------------------------------------------- */
@media (max-width: 1024px) {
  .container {
    max-width: 95vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  main section, main .section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feature-grid {
    gap: 18px;
    justify-content: center;
  }
  .testimonials {
    gap: 18px;
  }
  .footer-nav { gap: 14px; }
}
@media (max-width: 900px) {
  .footer-nav {
    flex-direction: column;
    gap: 7px;
  }
  .feature {
    min-width: 170px;
    padding: 22px 14px 19px 14px;
  }
  .hero { padding-top: 30px; padding-bottom: 34px; }
}
@media (max-width: 768px) {
  .hero {
    padding: 32px 8px 36px 8px;
    min-height: 160px;
    border-radius: 0 0 28px 28px;
  }
  .hero h1 { font-size: 1.45rem; }
  .feature-grid { flex-direction: column; align-items: center; }
  .feature { min-width: 90%; max-width: 99%; }
  .testimonials { flex-direction: column; align-items: center; }
  .testimonial-card { min-width: 80vw; max-width: 97vw; }
  .text-image-section { flex-direction: column; gap: 16px; }
  .card-container, .content-grid { flex-direction: column; gap: 16px; }
  header .logo img { height: 36px; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.12rem; }
  h2 { font-size: 1rem; margin-bottom: 14px; }
  .cta-btn { padding: 8px 14px; font-size: 0.96rem; }
  .feature { padding: 12px 7px 11px 7px; }
  section, .section { padding: 22px 5px; }
  footer { padding: 19px 8px 18px 8px; }
}

/* --------------------------------------------------
   ACCESSIBILITY & UTILITY
 -------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ---- Animations & Micro-interactions ---- */
.card, .feature, .testimonial-card, .cta, .share-buttons a, .cta-btn, .footer-nav a, .main-nav a {
  transition: box-shadow 0.18s, transform 0.12s, border 0.14s, background 0.15s, color 0.14s;
}

::-webkit-scrollbar {
  width: 12px;
  background: #E9C46A;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #264653;
  border-radius: 10px;
}

/* --------------------------------------------------
   GEOMETRIC STRUCTURED SHAPE ELEMENTS (DECORATIVES)
 -------------------------------------------------- */
.feature::after,
.cta::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.feature::after {
  top: -19px; right: -19px;
  width: 39px; height: 39px;
  border-radius: 12px 24px 8px 22px;
  background: #F4A26122;
  opacity: 0.18;
}
.cta::before {
  bottom: -20px; left: -40px;
  width: 80px; height: 80px;
  background: #26465311;
  border-radius: 26px 18px 43px 29px;
  opacity: .16;
}

/* ===== END OF STYLE.CSS =====*/
