/* RESET & BASE STYLES */
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,
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 {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 16px;
  color: #264653;
  background: #FAFAFA;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(135deg, #F9F8F6 40%, #FFF7F2 100%);
  color: #264653;
  font-size: 1rem;
  font-family: 'Nunito', Arial, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  color: #F4A261;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E76F51;
}

ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}

/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #264653;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 0.45em;
}
h1 { font-size: 2.5rem; margin-bottom: 0.3em; }
h2 { font-size: 1.85rem; margin-bottom: 0.2em; }
h3 { font-size: 1.35rem; margin-bottom: 0.2em; }
h4 { font-size: 1.1rem; }

p, li {
  font-family: 'Nunito', Arial, sans-serif;
  color: #264653;
  font-size: 1rem;
}

strong, b {
  font-weight: 700;
}
small {
  font-size: 0.92rem;
}

/* UTILITY CONTAINERS */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.text-section {
  max-width: 790px;
}


/* HEADER & NAVIGATION */
header {
  background: linear-gradient(90deg, #e9c46a 0%, #f4a261 100%);
  box-shadow: 0 2px 14px 0 rgba(38,70,83,0.06);
  z-index: 10;
}
header .container {
  min-height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
header img {
  height: 48px;
  width: auto;
  margin-right: 12px;
}

.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  margin-left: 18px;
  flex: 1 1 0px;
}
.main-nav a {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 600;
  color: #264653;
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #26465315;
  color: #F4A261;
}

.cta-primary {
  background: linear-gradient(89deg, #F4A261 40%, #E9C46A 100%);
  color: #264653;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  border: none;
  border-radius: 26px;
  padding: 10px 28px;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px 0 rgba(244,162,97,0.13);
  cursor: pointer;
  margin-left: 24px;
  letter-spacing: .04em;
  transition: background 0.25s, color 0.18s, box-shadow 0.25s;
  display: inline-block;
  text-align: center;
  outline: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(89deg, #E9C46A 10%, #F4A261 100%);
  color: #264653;
  box-shadow: 0 5px 24px 0 rgba(244,162,97,0.17);
}

button.mobile-menu-toggle {
  background: #264653;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.18s;
  z-index: 1002;
}
button.mobile-menu-toggle:hover, button.mobile-menu-toggle:focus {
  background: #E9C46A;
  color: #264653;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(110deg, #F4A261 70%, #E9C46A 100%);
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.61,.09,.44,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  box-shadow: -8px 0 24px 0 rgba(38,70,83,0.15);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #264653;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 16px 0 0 18px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #E76F51;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 28px;
  gap: 2px;
  padding-left: 0;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 18px 40px;
  color: #264653;
  border: none;
  border-radius: 23px;
  width: 100%;
  transition: background 0.18s, color 0.18s;
}
.mobile-nav a:active, .mobile-nav a:hover, .mobile-nav a:focus {
  background: #26465325;
  color: #E76F51;
  outline: none;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 12px;
    margin-left: 7px;
  }
  .cta-primary {
    margin-left: 10px;
  }
}
@media (max-width: 900px) {
  header .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .main-nav {
    display: none;
  }
  button.mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 640px) {
  header img {
    height: 38px;
  }
}

/* HERO + GRADIENT SECTION TITLES */
.hero {
  padding: 68px 0 48px 0 !important;
  background: linear-gradient(135deg, #E9C46A 60%, #F4A261 100%);
  border-radius: 0 0 48px 48px;
  box-shadow: 0 4px 42px 0 rgba(38,70,83,0.04);
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 14px;
}
.hero h1,
.hero h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.4rem;
  color: #264653;
  letter-spacing: 0.01em;
  margin-bottom: 0.17em;
}
.hero p {
  font-size: 1.15rem;
  color: #264653d0;
}

@media (max-width: 650px) {
  .hero {
    padding: 48px 0 26px 0 !important;
    border-radius: 0;
  }
  .hero h1, .hero h2 { font-size: 1.6rem; }
  .hero .content-wrapper { gap: 9px; }
}

/* CONTENT & CARDS LAYOUTS WITH FLEXBOX */
.section, main > section {
  display: flex;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(44,62,80,0.06);
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: flex-start;
  gap: 20px;
  padding: 24px 32px 20px 32px;
  margin-bottom: 20px;
  background: #F5E9DC;
  border-radius: 21px;
  box-shadow: 0 2px 18px 0 rgba(38,70,83,0.13);
  min-width: 264px;
  max-width: 420px;
  transition: box-shadow 0.26s, transform 0.14s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 30px 0 rgba(244,162,97,0.20);
  transform: translateY(-2px) scale(1.025);
}
.testimonial-card p {
  color: #264653;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.55;
}
.testimonial-meta {
  font-size: 0.98rem;
  color: #a67d43;
  margin-top: -8px;
  margin-bottom: 0;
}
.testimonial-rating {
  font-size: 1.09rem;
  color: #F4A261;
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-slider, .testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 14px;
  align-items: stretch;
}

/* --- SHOP CARDS & CATEGORY LIST --- */
.shop-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
.shop-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 11px 0 rgba(44,62,80,0.06);
  padding: 23px 28px 16px 24px;
  min-width: 230px; max-width: 375px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transition: box-shadow 0.24s, transform 0.15s;
  position: relative;
}
.shop-card:hover {
  box-shadow: 0 8px 32px 0 rgba(233,196,106,0.16);
  transform: translateY(-3px) scale(1.016);
}
.shop-card h3 {
  font-size: 1.19rem;
  margin-bottom: 5px;
  color: #264653;
}
.shop-card p {
  margin-bottom: 5px;
  color: #264653c0;
}
.shop-meta {
  font-size: 0.99rem;
  color: #F4A261;
}

.shop-filters, .offer-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 23px;
  font-size: 1.03rem;
}
.shop-filters span {
  font-weight: 700;
  color: #264653;
  letter-spacing: 0.01em;
}
.shop-filters button,
.offer-filters button {
  background: #E9C46A;
  color: #264653;
  border: none;
  font-family: 'Nunito', Arial, sans-serif;
  padding: 7px 24px;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-right: 2px;
  transition: background 0.21s, color 0.18s;
}
.shop-filters button:hover,
.offer-filters button:hover {
  background: #F4A261;
  color: #fff;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
}
.category-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff6e1;
  border-radius: 14px;
  padding: 12px 21px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.07rem;
  box-shadow: 0 1.5px 11px 0 rgba(44,62,80,0.06);
}
.category-list img {
  width: 28px;
  height: 28px;
  display: block;
}

/* --- SERVICE CARDS --- */
.service-grid, .offers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.service-card, .offer-card {
  flex: 1 1 210px;
  max-width: 325px;
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 18px 0 rgba(244,162,97,0.09);
  padding: 26px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 20px;
  transition: box-shadow 0.22s, transform 0.13s;
}
.service-card:hover, .offer-card:hover {
  box-shadow: 0 7px 30px 0 rgba(244,162,97,0.16);
  transform: translateY(-2px) scale(1.015);
}
.service-card h3, .offer-card h3 {
  font-size: 1.13rem;
  color: #264653;
  margin-bottom: 7px;
}
.service-card p, .offer-card p {
  font-size: 1.01rem;
  color: #374151df;
}
.service-card strong, .offer-card strong {
  color: #F4A261;
  font-weight: 800;
}
.offer-date {
  font-size: 0.97rem;
  color: #E76F51;
  margin-top: 8px;
}

/* BUTTONS & FIELD INPUTS */
button, input[type="button"], input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}
input[type="search"] {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 18px;
  border-radius: 22px;
  background: #f9f7f2;
  border: 1.5px solid #E9C46A;
  color: #264653;
  margin-top: 18px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 1.5px 7px 0 rgba(44,62,80,0.06);
  transition: border 0.18s, box-shadow 0.18s;
}
input[type="search"]:focus {
  border-color: #F4A261;
  box-shadow: 0 2px 16px 0 rgba(244,162,97,0.1);
}

/* FOOTER */
footer {
  background: linear-gradient(90deg, #e9c46a 0%, #f4a261 52%, #fff6e1 100%);
  padding: 32px 0 18px 0;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 -2px 18px 0 rgba(38,70,83,0.03);
  font-size: 1rem;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav {
  display: flex;
  gap: 21px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.footer-nav a {
  color: #264653;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.19s;
}
.footer-nav a:hover {
  color: #E76F51;
}
.footer-info {
  color: #74551b;
  font-size: 0.98rem;
  text-align: center;
}

/* --- SPACING CLASSES (as required) --- */
.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; }

/* --- MICROTYPY & ANIMATION --- */
.cta-primary, .shop-filters button, .offer-filters button {
  transition: background 0.23s, color 0.18s, box-shadow 0.18s, transform 0.1s;
}
.cta-primary:active, .shop-filters button:active, .offer-filters button:active {
  transform: scale(0.96);
}

/* Section headings gradient underline effect */
h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #E9C46A 10%, #F4A261 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-bottom: 3px;
}
h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  margin-left: 14px;
  border-radius: 2px;
  background: #F4A261;
}

/* Special info for submitting reviews */
.submit-review-info {
  margin-top: 30px;
  background: #FFF6E1;
  border-radius: 14px;
  padding: 18px 26px;
  font-size: 1.06rem;
  box-shadow: 0 1.5px 11px 0 rgba(233,196,106,0.08);
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}
.submit-review-info a.cta-primary {
  margin-top: 8px;
}

/* Responsive Layouts */
@media (max-width: 900px) {
  .shop-cards-grid, .service-grid, .offers-grid, .testimonial-slider, .testimonials-grid, .category-list {
    gap: 14px;
  }
  .container { padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 800px) {
  .service-card, .offer-card {
    min-width: 140px; max-width: 100%;
    padding: 20px 14px 19px 14px;
  }
  .shop-card {
    padding: 16px 8px 10px 12px;
    min-width: 140px; max-width: 100%;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .text-image-section {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start !important;
  }
  .testimonial-slider, .testimonials-grid, .shop-cards-grid, .service-grid, .offers-grid, .category-list {
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .testimonial-card, .service-card, .shop-card, .offer-card {
    min-width: 0; max-width: 100%;
  }
  .hero {
    padding: 30px 0 18px 0 !important;
  }
  .section, main > section {
    padding: 26px 9px !important;
  }
  .card-container { gap: 15px; }
  .content-grid { gap: 10px; }
}

@media (max-width: 480px) {
  .container {
    padding-left: 4px;
    padding-right: 4px;
  }
  .footer-nav { gap: 10px; }
  .section, main > section {
    padding: 14px 2px !important;
    margin-bottom: 35px;
  }
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2003;
  background: linear-gradient(90deg, #FFF6E1, #F4A261 80%);
  box-shadow: 0 -3px 20px 0 rgba(38,70,83,0.10);
  padding: 18px 20px 18px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  min-height: 56px;
  font-size: 0.99rem;
  transition: transform 0.28s cubic-bezier(.62,.08,.45,1);
}
.cookie-banner__text {
  max-width: 560px;
  color: #264653;
  font-size: 1rem;
}
.cookie-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-banner__button,
.cookie-banner__button-secondary {
  padding: 8px 22px;
  border-radius: 20px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.18s, color 0.17s, box-shadow 0.15s, transform 0.08s;
}
.cookie-banner__button {
  background: #F4A261;
  color: #fff;
  box-shadow: 0 1px 8px 0 rgba(244,162,97,0.08);
}
.cookie-banner__button:hover, .cookie-banner__button:focus {
  background: #E76F51;
  color: #fff;
}
.cookie-banner__button-secondary {
  background: #FFF6E1;
  color: #264653;
  border: 1.7px solid #F4A261;
}
.cookie-banner__button-secondary:hover, .cookie-banner__button-secondary:focus {
  background: #E9C46A;
  color: #264653;
  border-color: #E9C46A;
}
.cookie-banner--hidden {
  transform: translateY(120%);
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(38,70,83,0.25);
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.28s;
  opacity: 1;
}
.cookie-modal--hidden {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal__window {
  background: #FFFDF9;
  border-radius: 16px;
  padding: 36px 30px 29px 30px;
  min-width: 310px;
  max-width: 98vw;
  box-shadow: 0 8px 43px 0 rgba(244,162,97,0.20);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  animation: popupIn 0.28s cubic-bezier(.57,.09,.27,.96);
}
@keyframes popupIn {
  0% { transform: scale(0.89) translateY(48px); opacity:0.2}
  100% { transform: none; opacity:1 }
}
.cookie-modal__close {
  position: absolute;
  top: 17px; right: 17px;
  background: #E9C46A;
  color: #264653;
  border: none;
  border-radius: 50%;
  width: 36px; height: 36px;
  font-size: 1.2rem;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  background: #E76F51;
  color: #FFF;
}
.cookie-modal__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  color: #264653;
  margin-bottom: 2px;
}
.cookie-modal__settings-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 8px;
}
.cookie-modal__setting {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.cookie-modal__setting-label {
  color: #264653;
  font-weight: 700;
  font-size: 1.07rem;
  margin-bottom: 0;
}
.cookie-modal__setting-toggle {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cookie-switch {
  width: 38px; height: 22px;
  background: #E9C46A;
  border-radius: 12px;
  position: relative;
  transition: background 0.15s;
  cursor: pointer;
  flex-shrink: 0;
}
.cookie-switch[data-enabled="true"] {
  background: #F4A261;
}
.cookie-switch__ball {
  position: absolute;
  top: 2px; left: 4px;
  width: 18px; height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.18s;
}
.cookie-switch[data-enabled="true"] .cookie-switch__ball {
  transform: translateX(14px);
}
.cookie-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 14px;
}

/* --- MISCELLANEOUS & OVERRIDES --- */
::-webkit-scrollbar {
  width: 8px;
  background: #FFF8ED;
}
::-webkit-scrollbar-thumb {
  background: #E9C46A;
  border-radius: 6px;
}

/* Accessibility/Focus outline */
a:focus, button:focus, .cta-primary:focus, input:focus, .cookie-modal__close:focus {
  outline: 2px solid #E76F51;
  outline-offset: 2px;
}

/* Hide visually unnecessary elements on print */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal { display:none !important; }
}
