/* ===============================================================
   LUXURY PREMIUM STYLE CSS FOR IDROLUXE – BY SENIOR CSS DESIGNER
   =============================================================== */

/* ====================
   CSS RESET & 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,
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 {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #F9F7F1;
  color: #222;
  line-height: 1.6;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}
img, picture {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #13476A;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #BEA061;
  outline: none;
}
ul, ol {
  margin-left: 24px;
}
li {
  margin-bottom: 12px;
}
button, input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
  background: none;
  padding: 0;
}

/* ==================
   LUXURY PREMIUM COLORS
   ================== */
:root {
  --color-primary: #13476A; /* Deep blue */
  --color-secondary: #F9F7F1; /* Soft off-white */
  --color-accent: #187086; /* Muted turquoise */
  --color-gold: #BEA061; /* Refined gold */
  --color-gold-light: #EFDEB5; /* Pale gold for subtle touches */
  --color-black: #191919;
  --color-dark: #222;
  --color-muted: #75808E;
  --color-bg: #F9F7F1;
  --color-card-bg: #ffffff;
}

/* =====================
   TYPOGRAPHY HIERARCHY
   ===================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700&display=swap');

body, html {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  line-height: 1.17;
}
h1 {
  font-size: 2.8rem;
  color: var(--color-primary);
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 16px;
}
h4 {
  font-size: 1.15rem;
  font-weight: 600;
}
h5, h6 {
  font-size: 1rem;
}
p, li, span, label {
  font-size: 1rem;
  color: var(--color-dark);
}
p {
  margin-bottom: 18px;
  font-weight: 400;
}
blockquote {
  border-left: 4px solid var(--color-gold);
  padding-left: 24px;
  color: var(--color-primary);
  margin: 24px 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: italic;
}
strong {
  font-weight: 700;
}


/* =====================
   CONTAINER AND SECTION
   ===================== */
.container {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--color-card-bg);
  border-radius: 14px;
  box-shadow: 0 6px 24px 0 rgba(30,32,37,0.08), 0 1.5px 8px 0 rgba(190,160,97,0.07);
  padding: 32px 28px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.23s, transform 0.23s;
}
.card:hover {
  box-shadow: 0 12px 30px 0 rgba(30,32,37,0.15), 0 3px 16px 0 rgba(190,160,97,0.12);
  transform: translateY(-2px) scale(1.012);
  z-index: 3;
}
.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 {
  background: var(--color-card-bg);
  border: 1px solid var(--color-gold-light);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px 0 rgba(30,32,37,0.07);
  transition: border-color .18s, box-shadow .18s;
}
.testimonial-card:hover {
  border-color: var(--color-gold);
  box-shadow: 0 8px 24px 0 rgba(30,32,37,0.12);
}
.testimonial-card p {
  margin: 0 0 8px 0;
  color: #191919;
  font-size: 1.06rem;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.testimonial-card > div {
  font-size: 0.96rem;
  color: var(--color-primary);
  font-weight: 500;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ==================
   NAVIGATION HEADER
   ================== */
header {
  background: #fff;
  border-bottom: 1px solid #EDE7D9;
  box-shadow: 0 3px 18px 0 rgba(190,160,97,0.08);
  padding-top: 0;
  position: sticky;
  top: 0;
  z-index: 40;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--color-primary);
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
header nav a:hover, header nav a:focus {
  background: var(--color-gold-light);
  color: var(--color-black);
}
.cta-primary {
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light) 70%);
  color: #222;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 11px 28px;
  border-radius: 24px;
  margin-left: 18px;
  box-shadow: 0 2px 6px rgba(190,160,97,.14);
  border: none;
  text-shadow: 0 1px 0 #fff2;
  transition: background .18s, color .18s, box-shadow .18s;
  letter-spacing: .01em;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg, var(--color-gold-light) 30%, var(--color-gold));
  color: var(--color-primary);
  box-shadow: 0 5px 14px rgba(190,160,97,.23);
}
.cta-secondary {
  background: var(--color-accent);
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 9px 22px;
  border-radius: 22px;
  border: none;
  margin-top: 10px;
  transition: background .21s, color .15s, box-shadow .18s;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: var(--color-primary);
  color: var(--color-gold);
  box-shadow: 0 2px 10px rgba(30,71,106,0.16);
}

/* ==========================
   MOBILE MENU
   ========================== */
.mobile-menu-toggle {
  display: none;
  position: relative;
  background: var(--color-card-bg);
  color: var(--color-primary);
  border: 1.5px solid var(--color-gold);
  border-radius: 9px;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s, color 0.15s;
  z-index: 50;
}
.mobile-menu-toggle:active {
  background: var(--color-gold-light);
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(19,71,106,.98);
  color: #fff;
  transform: translateX(-100%);
  transition: transform .33s cubic-bezier(.66,.07,.37,1.01);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 0 2px 48px rgba(30,72,106,.25);
}
.mobile-menu-close {
  position: absolute;
  top: 22px; right: 24px;
  background: none;
  color: #fff;
  border: none;
  font-size: 2rem;
  z-index: 1150;
  border-radius: 7px;
  padding: 4px 10px;
  transition: background .12s, color .12s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: var(--color-gold);
  color: var(--color-primary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 90px;
  width: 100vw;
  padding: 0 40px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.36rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 0;
  border-bottom: 1px solid rgba(239,222,181,0.13);
  transition: color 0.2s, background 0.2s;
  border-radius: 0;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--color-gold);
  background: none;
}

/* =====================
   HERO & GENERAL BUTTONS
   ===================== */
button, .cta-primary, .cta-secondary {
  transition: background .18s, color .18s, box-shadow .18s, border .14s;
}

/* ===============
   CARDS, GRID ETC
   =============== */
.articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.articles-grid article {
  background: var(--color-card-bg);
  border: 1px solid #eee8;
  border-radius: 12px;
  padding: 24px 20px;
  min-width: 265px;
  flex: 1 1 260px;
  transition: box-shadow .18s, border-color .18s;
  box-shadow: 0 2px 10px rgba(30,32,37,0.07);
}
.articles-grid article:hover {
  border-color: var(--color-gold);
  box-shadow: 0 8px 18px rgba(190,160,97,0.09);
}
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-cloud span {
  background: var(--color-gold-light);
  color: var(--color-primary);
  border-radius: 12px;
  padding: 5px 15px;
  font-size: .96rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* ========
   FORMS
   ======== */
form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--color-card-bg);
  padding: 32px 24px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(190,160,97,0.07);
  margin-bottom: 16px;
}
label {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 4px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding: 11px 12px;
  border-radius: 7px;
  border: 1px solid #dedede;
  font-size: 1rem;
  background: #fff;
  color: #191919;
  resize: vertical;
  box-shadow: none;
  transition: border-color .15s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: var(--color-gold);
}
textarea {
  min-height: 70px;
}
input[type="checkbox"] {
  accent-color: var(--color-primary);
  margin-right: 8px;
}
form button[type="submit"], form button, form input[type="submit"] {
  align-self: flex-start;
  background: var(--color-primary);
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.04rem;
  padding: 9px 23px;
  border-radius: 22px;
  margin-top: 10px;
  transition: background .19s, color .08s, box-shadow .17s;
}
form button[type="submit"]:hover,
form button[type="submit"]:focus,
form input[type="submit"]:hover,
form input[type="submit"]:focus {
  background: var(--color-gold);
  color: var(--color-primary);
  box-shadow: 0 3px 12px rgba(30,71,106,0.13);
}

/* ===========
   FOOTER
   =========== */
footer {
  background: #13476A;
  color: #fff1da;
  font-size: 1rem;
  padding: 36px 0 0 0;
  margin-top: 60px;
  border-top: 2px solid #bea06115;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--color-gold);
}
.footer-brand img {
  width: 48px;
  height: auto;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer nav a {
  color: var(--color-gold);
  text-decoration: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.02rem;
  padding: 2px 0;
  transition: color 0.18s;
}
footer nav a:hover, footer nav a:focus {
  color: #fff1da;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffe;
  font-size: .98rem;
}
.footer-contact img {
  width: 20px;
  margin-right: 9px;
  vertical-align: middle;
  opacity: .85;
}
@media (max-width: 1000px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* ===============
   COOKIE CONSENT
   =============== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff6ee;
  color: #191919;
  border-top: 2px solid var(--color-gold);
  box-shadow: 0 -1.5px 8px #bea06111;
  z-index: 1200;
  padding: 28px 28px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  animation: slideUp .42s cubic-bezier(.53,1.53,.54,1.01);
  font-size: 1.01rem;
}
@keyframes slideUp {
  from { transform: translateY(110%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p { margin-bottom: 0; }
.cookie-banner-buttons {
  display: flex;
  gap: 12px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 18px;
  padding: 7px 18px;
  background: var(--color-gold-light);
  color: var(--color-primary);
  border: 1.5px solid var(--color-gold);
  font-size: 1rem;
  transition: background .18s, color .18s;
}
.cookie-banner button.accept {
  background: var(--color-gold);
  color: var(--color-primary);
}
.cookie-banner button.accept:hover, .cookie-banner button.accept:focus {
  background: var(--color-primary);
  color: var(--color-gold);
}
.cookie-banner button.reject:hover, .cookie-banner button.reject:focus {
  background: #ffe4c7;
}
.cookie-banner button.settings:hover, .cookie-banner button.settings:focus {
  background: #f6f3e0;
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(19,71,106,0.34);
  z-index: 1250;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn .25s cubic-bezier(.49,.01,.44,1.01);
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal-content {
  background: #fff;
  color: #222;
  border-radius: 18px;
  padding: 36px 30px 30px 30px;
  box-shadow: 0 8px 48px rgba(19,71,106,0.17);
  min-width: 290px;
  max-width: 98vw;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cookie-modal-content h3 {
  color: var(--color-primary);
  margin-bottom: 0;
  font-size: 1.25rem;
}
.cookie-modal-content .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.cookie-modal-content label {
  display: flex;
  align-items: center;
  font-size: 1.02rem;
  gap: 7px;
}
.cookie-modal-content label[for^="cookie-essential"] {
  color: var(--color-muted);
  font-style: italic;
}
.cookie-modal-content .modal-actions {
  display: flex; gap: 13px;
}
.cookie-modal-close {
  position: absolute;
  top: 15px; right: 15px;
  background: none;
  color: var(--color-primary);
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 2px 8px;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: var(--color-gold-light);
}

/* ================
   FLEX WRAP SYSTEMS
   ================ */
/* (already included above, supplement here if needed) */
ul, ol {
  margin-bottom: 18px;
  margin-left: 22px;
}
ul > li, ol > li { margin-bottom: 8px; }

/* =====================
   RESPONSIVENESS
   ===================== */
@media (max-width: 1150px) {
  .container { max-width: 98vw; }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.5rem; }
  .footer-brand img { width: 38px; }
}
@media (max-width: 900px) {
  header .container { flex-direction: column; align-items: flex-start; gap: 14px; }
  .articles-grid { flex-direction: column; }
}
@media (max-width: 768px) {
  .container {
    max-width: 100vw;
    padding-left: 14px;
    padding-right: 14px;
  }
  .section {
    padding: 24px 6px;
    margin-bottom: 36px;
  }
  .content-wrapper, .content-grid, .card-container, .articles-grid {
    flex-direction: column !important;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column !important;
    gap: 20px;
  }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 7px; }
  .footer-contact { font-size: 0.96rem; }
  .mobile-menu-toggle { display: flex; }
  header nav { display: none; }
}
@media (max-width: 510px) {
  .container { padding-left: 4px; padding-right: 4px; }
  h1 { font-size: 1.35rem; }
  h2 { font-size: 1.19rem; }
  .card, .articles-grid article, form {
    padding: 16px 7px;
  }
  .cookie-modal-content { padding: 17px 7px 17px 7px; width: 97vw; min-width: unset; }
}

/* =============
   MICRO-INTERACTIONS (BUTTONS, LINKS, CARDS)
   ============= */
.card, .testimonial-card, .articles-grid article, .cta-primary, .cta-secondary, footer nav a, .tags-cloud span,
form button[type="submit"], button, input[type="checkbox"] {
  will-change: background, color, box-shadow, border;
}

/* =============
   LUXURY DETAILS (GOLD ACCENTS)
   ============= */
h1, h2, h3, h4, .cta-primary, .footer-brand, .tags-cloud span {
  text-shadow: 0 1px 0 #fff3, 0 0.5px 0 #bea06170;
}
hr {
  border: 0; border-top: 1.5px solid var(--color-gold-light);
  margin: 26px 0;
}
::selection {
  background: var(--color-gold-light);
  color: var(--color-primary);
}

/* =============
   UTILS & HIDE ON MOBILE
   ============= */
.d-none { display: none !important; }

/* ================
   PRINT OPTIMIZATION
   ================ */
@media print {
  header, nav, .mobile-menu, .cookie-banner, .cookie-modal {display:none !important;}
  .section, main, footer { background: none !important; }
}

footer span {
  color: #EDE7D9;
}