/* ===== Golden Havoc 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, 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%;
  height: 100%;
}
body {
  min-height: 100vh;
  background: #FFF8EF;
  color: #322B1A;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
ul, ol {
  list-style-position: inside;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #C28F11;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FFD700;
}

/* ====== Font Face ====== */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: local('Orbitron'), url('https://fonts.gstatic.com/s/orbitron/v30/yMJRMIlzdpvBhQQL_Qq7dys.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 900;
  src: local('Roboto'), url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.woff2') format('woff2');
  font-display: swap;
}

/* ====== Layout Containers ====== */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 24px;
  background: #FFFDF7;
  box-shadow: 0 4px 24px rgba(233, 176, 61, 0.12);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-section {
  background: #FFF9E3;
  border-radius: 20px;
  padding: 32px 20px;
  box-shadow: 0 2px 10px rgba(233, 184, 53, 0.06);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #FFFFFF;
  border-radius: 22px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 4px 18px rgba(198, 148, 20, 0.09);
  padding: 24px 20px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.card:hover, .card:focus {
  box-shadow: 0 6px 28px rgba(233, 176, 61, 0.16);
  transform: translateY(-3px) scale(1.01);
}
.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;
  border-radius: 18px;
  background: #FFEFC1;
  color: #453404;
  font-size: 16px;
  font-style: italic;
  box-shadow: 0 2px 12px rgba(217, 189, 85, 0.11);
  margin-bottom: 20px;
}
.testimonial-card strong {
  font-style: normal;
  font-family: 'Roboto', Arial, sans-serif;
  margin-left: 16px;
  color: #C28F11;
  font-weight: 700;
  font-size: 15px;
}

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

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
  margin-top: 20px;
  justify-content: flex-start;
}
.feature-grid li {
  flex: 1 1 240px;
  background: #FFFDEF;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(233, 176, 61, 0.08);
  padding: 32px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.feature-grid img {
  width: 42px;
  height: 42px;
}
.feature-grid h3 {
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-size: 19px;
  color: #C28F11;
  margin-bottom: 6px;
  font-weight: 700;
}


/* ===== Typography ===== */
h1, h2, h3, h4 {
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1D2228;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.12;
}
h2 {
  font-size: 2rem;
  margin: 24px 0 12px 0;
  line-height: 1.16;
}
h3 {
  font-size: 1.25rem;
  margin: 16px 0 8px 0;
  line-height: 1.2;
}
h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  line-height: 1.25;
}
p, ul, ol {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}
ul, ol {
  margin-left: 20px;
  margin-bottom: 16px;
  padding-left: 8px;
}
ul li, ol li {
  margin-bottom: 8px;
}
blockquote {
  border-left: 5px solid #FFD700;
  background: #FFFBEA;
  padding: 18px 24px;
  font-style: italic;
  color: #967000;
  border-radius: 11px;
  margin: 24px 0 24px 0;
}
label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
  color: #5F492A;
}

/* ===== Buttons, CTAs & Micro-interactions ===== */
.cta {
  display: inline-block;
  padding: 15px 32px;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  transition: background 0.17s, color 0.17s, box-shadow .17s, transform .14s;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.09);
}
.cta.primary {
  background: #FFD700;
  color: #1D2228;
}
.cta.primary:hover, .cta.primary:focus {
  background: #E9B03D;
  color: #1D2228;
  box-shadow: 0 4px 17px rgba(233, 176, 61, 0.18);
  transform: translateY(-2px) scale(1.03);
}
.cta.secondary {
  background: #FFF8EF;
  color: #C28F11;
  border: 2px solid #FFD700;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #FFD700;
  color: #1D2228;
}
button, .cta {
  outline: none;
}
button:focus-visible, .cta:focus-visible {
  box-shadow: 0 0 0 3px #E9B03D55;
  outline: none;
}

/* ===== Main Navigation ===== */
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #FFFFFF;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 4px 18px rgba(198, 148, 20, 0.06);
  padding: 14px 20px 10px 20px;
  position: relative;
  z-index: 10;
}
.main-nav > a {
  font-family: 'Roboto', Arial, sans-serif;
  padding: 6px 16px;
  font-size: 1rem;
  border-radius: 17px;
  color: #1D2228;
  transition: background 0.17s, color 0.17s;
}
.main-nav > a img {
  margin: 0 6px 0 0;
  height: 30px;
}
.main-nav > a:hover, .main-nav > a.active {
  background: #FFD700;
  color: #1D2228;
}

/* ===== Mobile Burger Menu ===== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 18px;
  top: 18px;
  background: #FFD700;
  color: #1D2228;
  font-size: 2.1rem;
  padding: 7px 18px;
  border-radius: 34px;
  border: 0;
  cursor: pointer;
  z-index: 300;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.07);
  transition: background 0.16s, color 0.16s;
}
.mobile-menu-toggle:focus {
  box-shadow: 0 0 0 3px #E9B03D55;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 88vw;
  max-width: 380px;
  height: 100vh;
  background: #FFF8EF;
  box-shadow: -2px 0 22px rgba(233,176,61,0.22);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.7,.2,.2,1);
  z-index: 990;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  margin: 14px 21px 0 0;
  align-self: flex-end;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #C28F11;
  cursor: pointer;
  z-index: 1002;
}
.mobile-nav {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 35px 0 0 0;
  padding: 0 30px 30px 30px;
}
.mobile-nav a {
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-size: 1.1rem;
  color: #1D2228;
  padding: 10px 0;
  border-radius: 16px;
  font-weight: 700;
  transition: background 0.16s, color 0.16s;
  text-align: left;
}
.mobile-nav a:active, .mobile-nav a:hover {
  background: #FFD700;
  color: #1D2228;
}
@media (max-width: 1024px) {
  .main-nav {
    gap: 10px;
    font-size: 0.95rem;
  }
  .main-nav > a {
    padding: 4px 10px;
  }
}
@media (max-width: 880px) {
  .main-nav {
    padding: 14px 8px 10px 8px;
    font-size: 0.92rem;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ===== Footer ===== */
footer {
  margin-top: 80px;
  padding: 40px 0;
  background: #FFF9E3;
  border-radius: 44px 44px 0 0;
  box-shadow: 0 -3px 19px rgba(198, 148, 20, 0.06);
}
.footer-nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 18px;
}
.footer-nav a {
  font-size: 15px;
  color: #9D870E;
  padding: 3px 10px;
  border-radius: 8px;
  transition: background 0.14s, color 0.14s;
}
.footer-nav a:hover {
  background: #FFD700;
  color: #1D2228;
}
.footer-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer-branding img {
  height: 34px;
  margin-bottom: 5px;
}
.footer-branding p {
  color: #9D870E;
  font-size: 14px;
}

/* ===== Service List Styles ===== */
.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 22px 0 22px 0;
}
.service-list li {
  background: #FFFDEF;
  border-radius: 17px;
  box-shadow: 0 1px 7px rgba(221, 179, 48, 0.07);
  padding: 24px 20px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.service-list h3, .service-list strong {
  color: #C28F11;
  font-size: 1.11rem;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
}
.service-list span, .service-list em {
  font-size: 0.94em;
  background: #FFF6CB;
  color: #C28F11;
  padding: 2px 9px;
  border-radius: 10px;
  font-weight: 600;
  margin-left: 14px;
}

/* ===== Select, Inputs & Forms ===== */
select {
  padding: 8px 16px;
  border: 1px solid #FFE38D;
  border-radius: 18px;
  background: #FFFDF7;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #997813;
  transition: border-color 0.16s;
  height: 38px;
  margin-top: 6px;
}
select:focus {
  border-color: #E9B03D;
  outline: none;
  box-shadow: 0 0 0 3px #FFE38D55;
}

/* ===== Utility Spacing & Gaps ===== */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-32 { margin-top: 32px !important; }
.mb-32 { margin-bottom: 32px !important; }
.gap-20 { gap: 20px; }
.gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }

/* ===== Cookie Consent Banner & Modal ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF7D0;
  color: #715A00;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 12px 22px 12px;
  gap: 20px;
  box-shadow: 0 -2px 20px rgba(213,167,40,0.11);
  z-index: 1003;
  font-size: 1rem;
  transition: transform .32s cubic-bezier(.83,.01,.36,1);
  transform: translateY(0);
}
.cookie-banner.hide {
  transform: translateY(200%);
  pointer-events: none;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 13px;
  margin-top: 7px;
  flex-wrap: wrap;
}
.cookie-banner button {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 40px;
  padding: 9px 23px;
  border: 0;
  cursor: pointer;
  background: #FFD700;
  color: #47390D;
  font-weight: 700;
  margin-right: 7px;
  transition: background 0.14s, color 0.14s, box-shadow .16s;
  box-shadow: 0 1px 5px rgba(233, 176, 61, 0.11);
}
.cookie-banner button:focus {
  box-shadow: 0 0 0 3px #E9B03D55;
}
.cookie-banner .cookie-settings {
  background: #FFF8EF;
  color: #AF930F;
  border: 2px solid #FFD700;
}
.cookie-banner .cookie-settings:hover {
  background: #FFD700;
  color: #382C00;
}

/* Cookie Preferences Modal */
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(36, 26, 0, 0.2);
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .28s;
}
.cookie-modal-hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #FFFBEA;
  border-radius: 27px;
  padding: 34px 34px 26px 34px;
  min-width: 340px;
  max-width: 95vw;
  box-shadow: 0 14px 48px rgba(213,167,40,0.18);
  position: relative;
  color: #68541f;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 17px;
  animation: modalFadeIn .33s;
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(70px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}
.cookie-modal .modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  background: #EFE2BD;
  color: #C28F11;
  border: none;
  font-size: 1.3rem;
  padding: 5px 9px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.15s;
  z-index: 2;
}
.cookie-modal .modal-close:hover {
  background: #FFD700;
}
.cookie-modal .modal-title {
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  color: #1D2228;
  font-size: 1.47rem;
  font-weight: 700;
  margin-bottom: 13px;
}
.cookie-modal .cookie-category {
  background: #FFF9E3;
  border-radius: 16px;
  padding: 13px 16px;
  margin-bottom: 12px;
  font-size: 1.03rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal .cookie-category label {
  color: #9D870E;
  font-size: 1.02rem;
  font-weight: 500;
  margin-bottom: 0; 
}
.cookie-modal .category-toggle {
  position: relative;
  width: 44px;
  height: 22px;
  display: inline-block;
  margin-left: 12px;
}
.cookie-modal .category-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-modal .toggle-slider {
  position: absolute;
  cursor: pointer;
  background: #FFEBAF;
  border-radius: 14px;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: background 0.18s;
}
.cookie-modal .category-toggle input:checked + .toggle-slider {
  background: #FFD700;
}
.cookie-modal .toggle-slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(233,176,61,0.07);
  transition: transform 0.19s;
}
.cookie-modal .category-toggle input:checked + .toggle-slider:before {
  transform: translateX(22px);
}
.cookie-modal .category-toggle input[disabled] + .toggle-slider {
  opacity: 0.6;
  background: #FFEBAF;
  cursor: not-allowed;
}
.cookie-modal .cookie-modal-actions {
  margin-top: 17px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.cookie-modal .cookie-modal-actions button {
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 40px;
  background: #FFD700;
  color: #47390D;
  border: none;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.13s;
}
.cookie-modal .cookie-modal-actions button:last-child {
  background: #FFF8EF;
  color: #AA8807;
  border: 2px solid #FFD700;
}
.cookie-modal .cookie-modal-actions button:hover {
  background: #E9B03D;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 900px) {
  .feature-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 28px 8px;
    margin-bottom: 38px;
  }
  .content-wrapper {
    gap: 15px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .feature-grid li {
    padding: 20px 14px;
    min-width: unset;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 8px;
    padding: 16px 10px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    top: 14px;
    right: 14px;
  }
  .footer-nav {
    gap: 10px;
    font-size: 0.98rem;
    flex-wrap: wrap;
  }
  .footer-branding {
    gap: 5px;
  }
}
@media (max-width: 650px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.36rem;
  }
  .cookie-modal {
    min-width: 0;
    padding: 21px 10px 18px 10px;
  }
}
@media (max-width: 480px) {
  .footer-nav {
    flex-direction: column;
  }
  .feature-grid li {
    padding: 13px 6px 14px 10px;
    font-size: 0.98rem;
  }
}

/* ===== Accessibility & Focus ===== */
a:focus-visible, .cta:focus-visible, button:focus-visible {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}

/* ===== Misc. Visual Tweaks ===== */
::-webkit-selection { background: #FFE38D; color: #1D2228; }
::selection { background: #FFE38D; color: #1D2228; }
body::-webkit-scrollbar {
  width: 10px;
  background: #FFF9E3;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #FFE38D;
  border-radius: 10px;
}

/* ===== HEADINGS OVERWRITE FOR DARK BG TESTIMONIALS ===== */
.testimonial-card p, .testimonial-card strong {
  color: #2B2301;
}


/* ====== END Golden Havoc Style (warm_friendly) ====== */
