/* --- CSS RESET & BASE --- */
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 {
  font-size: 16px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #181818;
  min-height: 100vh;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}
*, *::before, *::after {
  box-sizing: inherit;
}
a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color .18s;
  outline: none;
}
a:focus, a:active {
  outline: 2px solid #1a1a1a;
}
a:hover {
  color: #25543D;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 1.5em;
}
li {
  margin-bottom: 0.5em;
}

/* --- TYPOGRAPHY & MONOCHROME SOPHISTICATED STYLE --- */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #101010;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
h1 { font-size: 2.25rem; line-height: 1.15; margin-bottom: 18px; }
h2 { font-size: 1.75rem; line-height: 1.2; margin-bottom: 16px; }
h3 { font-size: 1.25rem; line-height: 1.25; margin-bottom: 12px; }
h4, h5 { font-size: 1rem; font-weight: 600; }

.subheadline {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 16px;
}

strong, b {
  font-weight: 700;
  color: #181818;
}

p {
  margin-bottom: 1em;
  font-size: 1.06rem;
  color: #262626;
}

/* --- CONTAINER & UTILITIES --- */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

@media (max-width: 768px) {
  .section { padding: 32px 8px; margin-bottom: 36px; }
}

.usp-highlight, .custom-bouquet-options, .customization-possibilities, .mission-statement, .value-added-services {
  background: #f9f9f9;
  color: #101010;
  border-radius: 14px;
  padding: 22px 28px;
  margin: 18px 0 12px 0;
  box-shadow: 0 2px 14px 0 rgba(20, 20, 20, 0.05);
  font-size: 1.09rem;
}

/* --- FLEXBOX LAYOUTS --- */
.feature-grid, .category-grid, .team-bio ul, .card-container, .content-grid, .plant-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.content-grid {
  gap: 20px;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .feature-grid, .category-grid, .team-bio ul, .content-grid, .plant-categories ul, .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
}

.card-container {
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px 0 rgba(0,0,0,0.07);
  margin-bottom: 20px;
  padding: 32px 28px;
  min-width: 220px;
  flex: 1 1 270px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .18s;
}
.card:hover {
  box-shadow: 0 6px 32px 0 rgba(30,30,30,0.11);
  transform: translateY(-3px) scale(1.01);
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  padding: 26px 18px;
  box-shadow: 0 1px 7px 0 rgba(20,20,20,0.06);
  flex: 1 1 210px;
  min-width: 190px;
  position: relative;
  transition: box-shadow .17s;
}

.feature-item:hover {
  box-shadow: 0 6px 22px 0 rgba(40,40,40,0.13);
  background: #fafafa;
}

@media (max-width: 576px) {
  .feature-item, .card {
    padding: 18px 10px;
  }
}

/* --- TESTIMONIALS --- */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 13px;
  box-shadow: 0 2px 12px 0 rgba(30,30,30,.09);
  min-width: 220px;
  flex: 1 1 260px;
  color: #181818;
}
.testimonial-card p {
  font-size: 1.09rem;
  font-style: italic;
  color: #232323;
  margin-bottom: 0;
}
.testimonial-card span {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 0.97rem;
  color: #555;
  margin-left: auto;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
}

/* --- BUTTONS & CTA --- */
.cta-primary {
  display: inline-block;
  background: #101010;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 15px 38px;
  border: none;
  border-radius: 40px;
  box-shadow: 0 2px 16px rgba(20,20,20,0.08);
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background .23s, color .18s, box-shadow .18s;
  outline: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: #25543D;
  color: #fff;
  box-shadow: 0 6px 32px rgba(20,20,20,0.13);
}

button {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  color: #101010;
  border: 1px solid #cfcfcf;
  border-radius: 28px;
  padding: 11px 24px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background .18s, color .18s, border .16s;
}
button:hover, button:focus {
  background: #101010;
  color: #fff;
  border-color: #101010;
}

/* --- HEADER, NAVIGATION --- */
header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 8px 0 rgba(20,20,20,0.045);
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}
.logo img {
  height: 44px;
  width: auto;
  vertical-align: middle;
  margin-right: 12px;
}
.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  position: relative;
  padding: 7px 0;
  transition: color .18s;
}
.main-nav a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #101010;
  transition: width .21s;
  border-radius: 1px;
  margin-top: 2px;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 90%;
}
.main-nav a:hover, .main-nav a:focus {
  color: #25543D;
}

@media (max-width: 980px) {
  header .container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .main-nav, header .cta-primary {
    display: none;
  }
}

/* --- MOBILE MENU --- */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1501;
  background: #101010;
  color: #fff;
  border: none;
  border-radius: 7px;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 16px rgba(40,40,40,0.14);
  transition: background .18s;
  cursor: pointer;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #25543D;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14,14,14,0.95);
  z-index: 2000;
  transform: translateX(100%);
  transition: transform .33s cubic-bezier(0.6, 0.2, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overscroll-behavior: contain;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #fff;
  color: #101010;
  border: none;
  border-radius: 7px;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  z-index: 2002;
  transition: background .19s, color .13s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #25543D;
  color: #fff;
}
.mobile-nav {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
  padding: 0 36px;
}
.mobile-nav a {
  width: 100%;
  font-size: 1.28rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #292929;
  padding: 22px 0 18px 0;
  transition: color .15s, background .13s;
  text-align: left;
  letter-spacing: 0.03em;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: rgba(255,255,255,0.08);
  color: #A2C379;
}

/* --- MAIN, SECTIONS --- */
main > section:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
main {
  background: #fff;
}

.section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 10px 0 rgba(30, 30, 30, 0.045);
}

@media (max-width: 768px) {
  .section {
    box-shadow: none;
    border-radius: 0;
  }
}

/* --- VARIOUS COMPONENTS --- */
.contact-info-snippet, .contact-details, .map-snippet {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 1.07rem;
  margin: 14px 0 0 0;
  color: #111;
}
.contact-info-snippet img, .contact-details img {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  vertical-align: middle;
  display: inline-block;
}
.social-links {
  display: flex;
  gap: 16px;
  margin: 16px 0 0 0;
}
.social-links a img {
  width: 30px;
  height: 30px;
  filter: grayscale(1) brightness(0.1);
  transition: filter .17s;
}
.social-links a:hover img, .social-links a:focus img {
  filter: none;
}

.legal-text {
  background: #fafafe;
  padding: 34px 25px;
  border-radius: 11px;
  box-shadow: 0 1px 12px 0 rgba(10,10,10,0.03);
  font-size: 1.02rem;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .legal-text { padding: 18px 7px; }
}

.next-steps-info {
  margin-bottom: 14px;
}
.confirmation-message {
  color: #25543D;
  font-size: 1.09rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* --- FOOTER --- */
footer {
  background: #181818;
  color: #fff;
  padding: 48px 0 24px 0;
  border-top: 1px solid #222;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
}
footer .logo-footer img {
  height: 42px;
  width: auto;
  margin-bottom: 10px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 9px 0;
}
.footer-nav a {
  color: #f5f5f5;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color .14s;
  padding: 2px 0;
  text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #A2C379;
}
.footer-contact {
  color: #eee;
  font-size: 0.98rem;
  line-height: 1.8;
}
@media (max-width: 820px) {
  footer .container {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .footer-nav { flex-direction: row; flex-wrap: wrap; gap: 14px; }
}
@media (max-width: 576px) {
  footer { padding: 30px 0 10px 0; }
  .footer-contact { font-size: 0.92rem; }
}

/* --- COOKIE CONSENT BANNER & MODAL --- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #181818;
  color: #fff;
  z-index: 9999;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 6vw 22px 6vw;
  box-shadow: 0 -4px 26px 0 rgba(10,10,10,0.24);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .33s, opacity .22s;
  font-size: 1.05rem;
}
.cookie-banner.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.cookie-banner__text {
  flex: 1 1 460px;
  color: #fff;
  margin-bottom: 0;
}
.cookie-banner__actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.cookie-btn {
  border-radius: 24px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 24px;
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  background: #fff;
  color: #101010;
  box-shadow: 0 2px 8px 0 rgba(10,10,10,0.075);
  transition: background .19s, color .13s;
}
.cookie-btn.accept {
  background: #25543D;
  color: #fff;
}
.cookie-btn.accept:hover {
  background: #2f6a50;
}
.cookie-btn.reject {
  background: #fff;
  color: #101010;
  border: 1px solid #232323;
}
.cookie-btn.reject:hover {
  background: #ddd;
}
.cookie-btn.settings {
  background: #fff;
  color: #181818;
  border: 1px solid #222;
}
.cookie-btn.settings:hover {
  background: #232323;
  color: #fff;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 12px;
    padding: 20px 4vw 18px 4vw;
    font-size: .97rem;
  }
  .cookie-banner__actions { gap: 9px; }
}

.cookie-modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10,10,10,0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .29s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #f7f7f7;
  color: #1a1a1a;
  padding: 40px 28px 28px 28px;
  border-radius: 18px;
  min-width: 305px;
  max-width: 95vw;
  box-shadow: 0 4px 32px 0 rgba(20,20,20,0.22);
  position: relative;
}
.cookie-modal h3 {
  color: #101010;
  font-size: 1.19rem;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ededed;
  border-radius: 7px;
  padding: 13px 17px;
  font-size: 1.04rem;
}
.cookie-category input[type='checkbox'] {
  width: 20px;
  height: 20px;
}
.cookie-category .category-desc {
  color: #333;
  font-size: 0.97rem;
}
.cookie-modal-buttons {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 9px;
}
.cookie-modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: #fff;
  color: #232323;
  border: none;
  border-radius: 32px;
  font-size: 1.5rem;
  width: 36px; height: 36px;
  cursor: pointer;
  transition: background .14s, color .13s;
  display: flex; justify-content: center; align-items: center;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #232323;
  color: #fff;
}
@media (max-width: 550px) {
  .cookie-modal { padding: 20px 6px 14px 6px; min-width: unset;}
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  h1 { font-size: 1.39rem; }
  h2 { font-size: 1.12rem; }
  main > section, .section { padding: 24px 7px; }
  .container { padding: 0 5px; }
}

@media (max-width: 600px) {
  .cta-primary, button, .cookie-btn {
    padding: 13px 12px;
    font-size: 0.98rem;
  }
}

/* --- MICRO-INTERACTIONS & TRANSITIONS --- */
.card, .feature-item, .cta-primary, button, .main-nav a, .footer-nav a, .mobile-menu-toggle, .cookie-btn {
  transition: box-shadow .13s, background .18s, color .14s, transform .16s;
}

.card:active, .feature-item:active {
  transform: scale(0.98);
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.07);
}

/* --- MISC --- */
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

body.modal-open {
  overflow: hidden;
}

/* Hide scrollbars for modals/mobile menu for smoother UX on iOS */
.mobile-menu, .cookie-modal-overlay {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
