/* ==========================================================
   Bright Rush Verona Industrial Modern - style.css
   Author: Senior CSS/UI Designer
   ========================================================== */

/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #202a33;
  color: #F6F1E7;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol { list-style: none; }
a { 
  text-decoration: none; color: inherit; 
  transition: color 0.2s;
}
img, svg { display: block; max-width:100%; height:auto; }
:focus { outline: none; }

/* ===================
   BRAND VARIABLES
   =================== */
:root {
  --primary: #2D3E50;
  --secondary: #ACD372;
  --accent: #F6F1E7;
  --text-dark: #202a33;
  --text-light: #F6F1E7;
  --metal-1: #586274;
  --metal-2: #3A444F;
  --metal-3: #6C7C8C;
  --shadow: 0 2px 12px rgba(26,31,36,0.12);
  --border-radius: 12px;
  --transition: 0.2s cubic-bezier(.4, .4, .2, 1);
}

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


/* ============ TYPOGRAPHY ===============*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.01em;
  line-height: 1.15;
  margin-bottom: 12px;
  text-shadow: 0 1px 2px rgba(44,46,50,0.17);
}
h1 { font-size: 2.4rem; margin-bottom: 24px; }
h2 { font-size: 1.8rem; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 14px; }
h4 { font-size: 1.1rem; margin-bottom: 10px; }
p, li {
  font-size: 1rem;
  color: var(--accent);
  line-height: 1.65;
}
p.hero-sub {
  color: var(--secondary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 12px;
}
strong { color: var(--secondary); font-weight: 700; }
em, i { font-style: italic; color: var(--secondary); }

/* Industrial-styled underline accent for selected headings */
h2::after, .brand-tagline span::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--secondary);
  margin-top: 6px;
  border-radius: 1.5px;
}

.text-section {
  margin-top: 12px;
  margin-bottom: 12px;
}


/* ============ LAYOUT ============= */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}

main { flex: 1 0 auto; display: flex; flex-direction: column; }

section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #242F39;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  position: relative;
}
section:last-child {
  margin-bottom: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

/* ========== FLEX PATTERNS ========== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--metal-2);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 270px;
  max-width: 390px;
  flex: 1 1 325px;
  padding: 20px 24px;
}

.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: var(--accent);
  color: var(--text-dark);
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px; 
  box-shadow: 0 2px 12px rgba(44,46,50,0.16);
  border: 1.5px solid var(--metal-3);
}
.testimonial-card p {
  color: var(--text-dark);
  font-size: 1.05rem;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
}
.testimonial-card span {
  color: var(--metal-2);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--metal-2);
  border-radius: var(--border-radius);
  padding: 16px 14px;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  min-width: 200px;
}

/* Features grid for home & garden page */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.feature-grid li {
  background: var(--metal-1);
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--accent);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  min-width: 170px;
  transition: background .17s;
}
.feature-grid li:hover {
  background: var(--secondary);
  color: var(--text-dark);
}
.feature-grid img {
  width: 32px; height: 32px; object-fit: contain; filter: grayscale(0.18) contrast(1.15);
}

ul, ol {
  padding-left: 24px;
  margin-bottom: 12px;
}
ul li, ol li {
  margin-bottom: 8px;
  position: relative;
}
ul li::before {
  content: '\2022';
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.1em;
}
ul.feature-grid li::before { content: none; }

/* Lists inside text-section */
.text-section ul { padding-left: 18px; }
.text-section li { font-size: 1rem; color: var(--accent); margin-bottom: 6px; }

/* ========================
   HEADER: NAV & MOBILE MENU
   ======================== */
header {
  background: #222931;
  border-bottom: 2px solid var(--metal-3);
  box-shadow: 0 1px 8px rgba(44,62,80,0.09);
  position: relative;
  z-index: 1002;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.logo img {
  height: 48px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  margin-left: 32px;
}
.main-nav a {
  color: var(--accent);
  letter-spacing: 0.01em;
  font-weight: 500;
  position: relative;
  padding: 4px 2px;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: var(--secondary);
  background: rgba(172, 211, 114, 0.12);
}
header .btn-primary {
  margin-left: 28px;
  height: 44px;
  min-width: 140px;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--secondary);
  cursor: pointer;
  margin-left: 24px;
  transition: color 0.15s;
}
.mobile-menu-toggle:hover { color: var(--accent); }

/* ==== MOBILE NAV MENU ==== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(32, 42, 51, 0.98);
  z-index: 1202;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.55,.23,.38,1.18);
  box-shadow: 2px 0 24px 0 rgba(0,0,0,0.23);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--secondary);
  font-size: 2.1rem;
  font-weight: 700;
  margin: 24px 0 10px 28px;
  cursor: pointer;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
  padding-left: 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  color: var(--secondary);
  letter-spacing: 0.01em;
  background: none;
  border: none;
  padding: 8px 0;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: var(--metal-3);
  color: var(--accent);
}

/* ============= BUTTONS ============= */
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 12px 32px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.13s;
  text-shadow: none;
  box-shadow: 0 2px 12px rgba(44,62,80,0.09);
}
.btn-primary {
  background: var(--secondary);
  color: var(--text-dark);
  border: 1.5px solid var(--secondary);
  box-shadow: 0 2px 10px rgba(172,211,114,0.09);
}
.btn-primary:hover, .btn-primary:focus {
  background: #e6ffce;
  color: var(--primary);
  border-color: #7ea949;
  box-shadow: 0 4px 18px rgba(172,211,114,0.21);
}
.btn-secondary {
  background: var(--metal-2);
  color: var(--accent);
  border: 1.5px solid var(--metal-3);
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--accent);
  color: var(--primary);
  border-color: var(--secondary);
}

/* ------ LINK BUTTON STYLING ------ */
a.btn-primary, a.btn-secondary {
  text-decoration: none;
}

/* ============= FOOTER ============= */
footer {
  background: #232A2F;
  color: var(--accent);
  padding: 44px 0 18px 0;
  border-top: 2px solid var(--metal-3);
  box-shadow: 0 -2px 20px rgba(44,62,80,0.07);
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer-logo img {
  width: 75px; height: auto;
  margin-bottom: 8px;
}
.footer-nav {
  display: flex;
  gap: 28px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: var(--secondary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.04rem;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: var(--accent);
}
.contact-info {
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--metal-3);
}
.contact-info a {
  color: var(--secondary);
  text-decoration: underline dotted;
  transition: color 0.2s;
}
.contact-info a:hover { color: var(--accent); }
.brand-tagline span {
  color: var(--accent);
  letter-spacing: 0.02em;
  font-size: 0.93rem;
  font-family: 'Montserrat', Arial, sans-serif;
  opacity: 0.84;
  position: relative;
  padding-top: 12px;
  display: inline-block;
}
.brand-tagline span::after {
  margin: 10px auto 0 0;
}

/* ============ FORMS (contact info) =========== */
address {
  font-style: normal;
  color: var(--metal-3);
}
address a {
  color: var(--secondary);
}

/* ============= ANIMATIONS =============== */
@keyframes button-bounce {
  0%   { transform: translateY(0px); }
  35%  { transform: translateY(-2px); }
  70%  { transform: translateY(0.5px); }
  100% { transform: translateY(0); }
}
.btn-primary:active,
.btn-secondary:active {
  animation: button-bounce 0.23s cubic-bezier(0.6,0, 0.38,1.1); 
}
.header-sticky {
  position: sticky;
  top: 0; left: 0;
  z-index: 1500;
}

/* =========== COOKIE CONSENT BANNER & MODAL =========== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right:0;
  width: 100vw;
  background: var(--metal-2);
  color: var(--accent);
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 24px 24px 24px 150px;
  box-shadow: 0 -4px 16px rgba(44,62,80,0.17);
  font-size: 1.06rem;
  transition: transform 0.35s cubic-bezier(.41,.33,.43,1.12), opacity 0.33s;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
}
.cookie-banner .cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 28px;
}
.cookie-banner .btn-cookie {
  font-family: 'Montserrat', Arial, sans-serif;
  background: var(--secondary);
  color: var(--text-dark);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  padding: 9px 20px;
  margin-right: 7px;
  cursor: pointer;
  margin-bottom: 0;
  transition: background 0.17s, color 0.16s;
  min-width: 112px;
}
.cookie-banner .btn-cookie:hover {
  background: var(--accent);
  color: var(--primary);
}
.cookie-banner .btn-settings {
  background: var(--metal-3);
  color: var(--accent);
  border: none;
  padding: 9px 18px;
}
.cookie-banner .btn-settings:hover {
  background: var(--secondary);
  color: var(--text-dark);
}

/* Cookie modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(32, 34, 42, 0.71);
  z-index: 2001;
}
.cookie-modal-overlay.show { display: flex; }
.cookie-modal {
  margin: auto;
  width: 95%;
  max-width: 410px;
  background: #242F39;
  color: var(--accent);
  border-radius: 13px;
  box-shadow: 0 6px 38px rgba(44,62,80,0.25);
  padding: 34px 28px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2100;
  animation: fadeInUp .33s cubic-bezier(.44,.43,.44,1.12);
}
@keyframes fadeInUp {
  from { transform: translateY(60px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--secondary);
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--metal-3);
  font-size: 1.02rem;
}
.cookie-modal-category:last-child { border-bottom: 0; }
.cookie-toggle {
  width: 38px;
  height: 22px;
  border-radius: 11px;
  background: var(--metal-2);
  position: relative;
  transition: background 0.16s;
  margin-left: 8px;
  flex-shrink: 0;
}
.cookie-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-toggle-slider {
  position: absolute;
  top: 2.3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background: var(--metal-3);
  transition: transform 0.2s, background 0.16s;
}
.cookie-toggle input:checked + .cookie-toggle-slider {
  transform: translateX(15px);
  background: var(--secondary);
}
.cookie-modal-actions {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.cookie-modal .btn-cookie {
  min-width: 124px;
}
.cookie-modal .btn-close {
  position: absolute;
  top: 17px; right: 19px;
  background: none;
  border: none;
  color: var(--secondary);
  font-size: 1.3rem;
  cursor: pointer;
  padding: 1px;
}
.cookie-modal .btn-close:hover { color: var(--accent); }


/* ========== RESPONSIVE ========== */
@media (max-width: 1040px) {
  .container { padding: 0 6vw; }
}

@media (max-width: 900px) {
  .container { padding: 0 1.5vw; }
  .feature-grid {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .main-nav,
  header .btn-primary {
    display: none; 
  }
  .mobile-menu-toggle {
    display: block;
  }
  .container {
    padding: 0 7px;
  }
  section, .section {
    padding: 30px 8px;
    margin-bottom: 36px;
  }
  h1 { font-size: 1.44rem; }
  h2 { font-size: 1.13rem; }
  h3 { font-size: 1.01rem; }
  .testimonial-card {
    font-size: 0.98rem;
    padding: 15px;
    gap: 13px;
  }
  .footer-nav {
    gap: 14px;
    flex-wrap: wrap;
  }
  .card-container, .feature-grid, .content-grid {
    gap: 12px;
  }
  .section { margin-bottom: 36px !important;}
  .text-image-section, .content-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .mobile-menu {
    padding-top: 0;
    width: 100vw; 
    left: 0; 
  }
  .mobile-nav {
    padding-left: 20px;
    margin-top: 26px;
    gap: 13px;
  }
}

@media (max-width: 600px) {
  section, .section {
    padding: 20px 2px;
    margin-bottom: 24px;
  }
  .card, .feature-item {
    padding: 12px;
    min-width: 0;
    max-width: 100%;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px 16px 15px;
    font-size: 0.97rem;
    gap: 14px;
  }
  .cookie-banner .cookie-actions {
    margin-left: 0;
  }
  .cookie-modal {
    padding: 20px 10px 18px;
    max-width: 94vw;
  }
}

/* ============= UTILITY ================ */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hide {
  display: none !important;
}

/* ===== INDUSTRIAL DECORATIVE ACCENTS ===== */
section {
  border: 1.4px solid var(--metal-3);
  box-shadow: 0 4px 18px rgba(44,62,80,0.10);
  position: relative;
  overflow: hidden;
}
section::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 145px; height: 145px;
  background: linear-gradient(140deg, rgba(137,150,160,0.09) 0%, rgba(172,211,114,0.15) 56%, rgba(172,211,114,0.08) 100%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
section .container, .content-wrapper, .section > *, .text-section, .content-grid, .feature-grid, .testimonial-card {
  position: relative;
  z-index: 1;
}


/* Focus States for Accessibility */
a:focus, .btn-primary:focus, .btn-secondary:focus, .mobile-nav a:focus {
  outline: 2px dashed var(--secondary);
  outline-offset: 3px;
  background: rgba(172,211,114,0.11);
}

/* ============ END =========== */
