/* =======================================
   TWISTYRELAX LUXURY PREMIUM STYLE CSS
   ======================================= */
/* RESET AND NORMALIZE */
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;
}
footer p {
  color: white;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #FAF6F2;
  color: #21314B;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
button, input, select, textarea {
  font: inherit;
  background: none;
  border: none;
  box-sizing: border-box;
  outline: none;
}

/* ==============================
   FONT FAMILY (LUXURY PREMIUM)
   ============================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:wght@400;600&display=swap');

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #FAF6F2;
  color: #21314B;
  letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #21314B;
  font-weight: 700;
  letter-spacing: 0.03em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

strong {
  font-weight: 600;
  color: #866527;
}

p, ul, ol, address, cite, li {
  font-size: 1rem;
  color: #2D364C;
}

/* ========== LUXURY COLORS ================ */
:root {
  --primary: #21314B;
  --secondary: #67AAA6;
  --accent: #FAF6F2;
  --gold: #CFA349;
  --gold-dark: #866527;
  --shadow-dark: rgba(33,49,75,0.10);
  --shadow-light: rgba(207,163,73,0.06);
}

/* ===================
   GENERAL STRUCTURE
   =================== */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

main {
  min-height: 60vh;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section {
  max-width: 700px;
}

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px var(--shadow-dark);
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s;
}
.card:hover,
.card:focus {
  box-shadow: 0 6px 32px var(--shadow-dark);
}
.card-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.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;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 28px var(--shadow-light);
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid var(--gold);
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0px 8px 38px var(--shadow-light);
}
.testimonial-card blockquote {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #2C2C2C;
  margin-bottom: 8px;
  quotes: "\201C" "\201D";
}
.testimonial-card cite {
  font-style: normal;
  color: var(--gold-dark);
  font-size: 1rem;
  font-weight: 600;
}
.star-rating {
  color: var(--gold);
  font-size: 1.25rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ============================
   NAVIGATION (LUXURY PREMIUM)
   ============================ */
header {
  background: #fff;
  box-shadow: 0 2px 10px var(--shadow-dark);
  position: relative;
  z-index: 100;
}
header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0 16px 0;
  position: relative;
}
header nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary);
  padding: 8px 14px;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
header nav a:hover,
header nav a:focus {
  background: var(--gold);
  color: #fff;
}
header nav a img {
  height: 38px;
  width: auto;
  margin-right: 20px;
}

/* ===============
   CTA BUTTONS
   =============== */
.cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FFF;
  background: var(--primary);
  border-radius: 8px;
  padding: 14px 36px;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 14px;
  box-shadow: 0px 3px 16px var(--shadow-dark);
  border: 2px solid var(--gold);
  transition: background 0.16s, color 0.16s, border 0.16s, box-shadow 0.16s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.cta-btn:hover,
.cta-btn:focus {
  background: var(--gold);
  color: var(--primary);
  border: 2px solid var(--primary);
  box-shadow: 0px 8px 38px var(--shadow-light);
}

/* ==== FORM ELEMENTS (E.G. EMAIL LINKS) === */
a[href^="mailto:"] {
  color: var(--gold-dark);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.16s;
}
a[href^="mailto:"]:hover {
  color: var(--primary);
}

.price {
  color: var(--gold-dark);
  font-weight: 600;
}

/* =============
   CARDS
   ============= */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.feature-grid > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px var(--shadow-dark);
  flex: 1 1 235px;
  min-width: 240px;
  max-width: 290px;
  padding: 28px 18px 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-left: 3px solid var(--gold);
  transition: box-shadow 0.18s, border 0.18s;
  margin-bottom: 20px;
}
.feature-grid > div img {
  height: 54px;
  width: 54px;
  object-fit: contain;
  margin-bottom: 5px;
}
.feature-grid > div h3 {
  color: var(--primary);
  font-size: 1.07rem;
  font-weight: 700;
}
.feature-grid > div p {
  color: #405574;
  font-size: 0.995rem;
}
.feature-grid > div:hover,
.feature-grid > div:focus {
  box-shadow: 0 6px 28px var(--shadow-dark);
  border-left: 3px solid var(--gold-dark);
}

.quick-facts {
  margin-top: 12px;
  padding-left: 26px;
  color: #39526b;
}
.quick-facts li {
  list-style: disc inside;
  margin-bottom: 2px;
  font-size: 1rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 24px 18px;
  border-radius: 14px;
  box-shadow: 0 1px 12px var(--shadow-light);
  min-height: 64px;
  position: relative;
}
.service-list li img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.service-list li strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
}
.service-list li p {
  font-size: 1rem;
  color: #42515e;
  margin-top: 2px;
}

/* =======================
   BASIC LISTS AND BLOCKS
   ======================= */
ul,
ol {
  margin-bottom: 18px;
  margin-left: 20px;
}
ul li, ol li {
  margin-bottom: 7px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
address {
  font-style: normal;
  color: #21314B;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

/* ================
   FOOTER
   ================ */
footer {
  background: #212c39;
  color: #fff;
  padding: 36px 20px 20px 20px;
  margin-top: 70px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
footer nav a {
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  opacity: 0.88;
  border-radius: 6px;
  padding: 7px 10px;
  transition: background 0.1s, color 0.1s;
}
footer nav a:hover,
footer nav a:focus {
  color: var(--gold);
  background: rgba(255,255,255,0.075);
}
footer .text-section {
  color: #e2e6ed;
  font-size: 0.95rem;
}

/* =====================
   MOBILE NAVIGATION
   ===================== */
.mobile-menu-toggle {
  display: none;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid var(--gold);
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  top: 17px;
  z-index: 1200;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: var(--gold);
  color: var(--primary);
  border: 2px solid var(--primary);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  background: rgba(250,246,242,0.97);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2200;
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(0.54,0.1,0.24,1);
  box-shadow: 24px 0 88px rgba(33,49,75,0.15);
  padding: 30px 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #fff;
  color: var(--primary);
  font-size: 2.2rem;
  border-radius: 8px;
  border: 2px solid var(--gold);
  padding: 6px 18px;
  margin-left: 25px;
  margin-bottom: 16px;
  cursor: pointer;
  box-shadow: 0 2px 12px var(--shadow-dark);
  transition: background 0.1s, color 0.1s, border 0.13s;
  z-index: 2222;
  align-self: flex-start;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: var(--gold);
  color: #fff;
  border-color: var(--primary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  padding-left: 28px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.14rem;
  color: var(--primary);
  padding: 13px 6px;
  border-radius: 7px;
  background: none;
  margin-bottom: 4px;
  transition: background 0.13s, color 0.13s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: var(--gold);
  color: #fff;
}

/* ===============
   SPECIAL SECTIONS
   =============== */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
section:last-child {
  margin-bottom: 0;
}

/* Hero section adjustment if needed */
section .text-section h1,
section .text-section h2 {
  color: var(--primary);
}
.section-gold-bg {
  background: var(--gold);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 20px var(--shadow-light);
}

/* ================
   COOKIE CONSENT
   ================ */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2800;
  background: #fff;
  color: var(--primary);
  border-top: 3px solid var(--gold);
  box-shadow: 0 -2px 30px var(--shadow-dark);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 25px 28px 18px 28px;
  align-items: flex-start;
  justify-content: center;
  animation: fadeInCookie 0.6s cubic-bezier(0.63,0.08,0.23,1);
  font-size: 1rem;
}
@keyframes fadeInCookie {
  from { opacity: 0; transform: translateY(48px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-banner p {
  color: var(--primary);
  margin-bottom: 7px;
  font-size: 1rem;
}
.cookie-action-group {
  display: flex;
  gap: 14px;
  margin-top: 0;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 6px;
  font-size: 1rem;
  padding: 9px 25px;
  color: #fff;
  background: var(--primary);
  border: 2px solid var(--gold);
  cursor: pointer;
  box-shadow: 0px 4px 22px rgba(33,49,75,0.08);
  transition: background 0.11s, color 0.15s, border 0.11s, box-shadow 0.12s;
  margin-right: 2px;
}
.cookie-btn.settings {
  background: var(--gold);
  color: var(--primary);
  border-color: var(--primary);
}
.cookie-btn.accept {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.cookie-btn.reject {
  background: #fff;
  color: var(--primary);
  border-color: var(--gold);
}
.cookie-btn:hover, .cookie-btn:focus {
  background: var(--primary);
  color: #fff;
  border-color: var(--gold-dark);
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: var(--primary);
  color: #fff;
  border-color: var(--gold);
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: var(--gold-dark);
  color: #fff;
  border-color: var(--primary);
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2900;
  background: rgba(33,49,75,0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-modal-inner {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px 30px 38px;
  box-shadow: 0 2px 35px rgba(33,49,75,0.18);
  min-width: 320px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: appearModal 0.4s cubic-bezier(0.6,0.04,0.12,1.14);
  max-width: 93vw;
}
@keyframes appearModal {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal-inner h2 {
  font-size: 1.45rem;
  margin-bottom: 7px;
}
.cookie-modal-inner label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  font-size: 1rem;
  color: var(--primary);
}
.cookie-toggle {
  appearance: none;
  width: 40px;
  height: 20px;
  background: #d5c49e;
  border-radius: 14px;
  transition: background 0.14s;
  position: relative;
  outline: none;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: var(--gold);
}
.cookie-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.15s;
}
.cookie-toggle:checked:before {
  left: 24px;
}
.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 14px;
}

/* Accessibility: Hide visually if toggles are for Essential */
label[aria-disabled='true'],
.cookie-toggle:disabled {
  opacity: 0.50;
  pointer-events: none;
}

/* =============================
   RESPONSIVE DESIGN (MOBILE-FIRST)
   ============================= */
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .feature-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 1.65rem; }
  h2 { font-size: 1.3rem; }
  .section { padding: 22px 8px; margin-bottom: 40px; }
  .feature-grid > div { min-width: 165px; max-width: 100%; padding: 18px 8px 14px 8px; }
  .testimonial-card { padding: 14px; }
  .card-content { padding: 20px 10px; }
  .content-wrapper { gap: 14px; }
}
@media (max-width: 620px) {
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .content-grid, .service-list {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  section { padding: 15px 5px; }
}

/* Accessibility and Usability Tweaks */
:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

::-webkit-scrollbar {
  width: 8px;
  background: #f5eeda;
}
::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 8px;
}

/* Miscellaneous Luxury Details */
hr {
  border: 0;
  height: 1px;
  background: var(--gold);
  margin: 34px 0;
  opacity: 0.18;
}

/* Luxury tooltip effect for price/copy (for possible JS use later) */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  background: var(--primary);
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 18px var(--shadow-dark);
  white-space: nowrap;
  font-size: 0.98rem;
  z-index: 10000;
}

/* END OF STYLE.CSS */
