/* ------------------------------------------------------------
   VERDESERENO TECH FUTURISTIC CSS – style.css
   ------------------------------------------------------------
   Brand: VerdeSereno | Style: Tech_Futuristic + Natural, Fresh, Close
   Fonts: Montserrat, Roboto
   Colors: Primary #36663B, Secondary #88B04B, Accent #F0ECE1, Neon #39FF14
   ------------------------------------------------------------ */

/* 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;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  background: #14151a;
  color: #e8ffe7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: #39ff14; text-decoration: none; transition: color .2s; }
a:hover, a:focus { color: #88b04b; outline: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
ul, ol { list-style: none; }

/* Brand & Futuristic Colors */
:root {
  --color-primary: #36663B;
  --color-primary-dark: #1E3320;
  --color-secondary: #88B04B;
  --color-accent: #F0ECE1;
  --color-bg-dark: #101114;
  --color-neon: #39FF14;
  --color-gray: #22262A;
  --color-card: #212924;
  --color-card-light: #233024;
  --color-shadow: rgba(56,255,20,0.10);
  --color-shadow-strong: rgba(56,255,20,0.24);
}

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500;700&display=swap');

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #39ff14;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
h1 { font-size: 2.5rem; margin-bottom: 16px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--color-secondary); }
h4 { font-size: 1.15rem; margin-bottom: 8px; color: var(--color-secondary); }
p, li, blockquote {
  line-height: 1.7;
  margin-bottom: 12px;
  color: #e8ffe7;
}
subheadline, .tagline {
  color: var(--color-secondary);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
main strong { color: var(--color-neon); font-weight: 700; }
blockquote {
  font-style: italic;
  border-left: 3px solid var(--color-neon);
  padding-left: 18px;
  color: #1e3320;
  background: var(--color-accent);
  margin-bottom: 8px;
}

/* Spacing & Layout Patterns */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #161c1a;
  border-radius: 28px;
  box-shadow: 0 4px 32px var(--color-shadow);
}
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul, .content-wrapper ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
li { margin-bottom: 0; display: flex; align-items: flex-start; gap: 10px; }
li img { margin-right: 8px; width: 28px; height: 28px; }

.text-section {
  background: var(--color-card-light);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 2px 16px var(--color-shadow);
  margin-bottom: 12px;
  color: #e8ffe7;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--color-card);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 24px 20px;
  position: relative;
  box-shadow: 0 4px 24px var(--color-shadow);
  color: #e8ffe7;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.23s cubic-bezier(.4,.1,.2,1), box-shadow .23s;
}
.card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 40px var(--color-shadow-strong);
}
.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: center;
  gap: 20px;
  padding: 20px;
  background: var(--color-accent);
  border-radius: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 16px rgba(54,102,59,0.09);
  color: #14151a;
  min-width: 280px;
  max-width: 860px;
}
.testimonial-card blockquote {
  background: none;
  color: #14151a;
  border-left: 3px solid var(--color-secondary);
  margin: 0 0 0 0;
}
.testimonial-card div {
  font-size: 1.07rem;
  color: #36663b;
  font-weight: 600;
  align-self: flex-end;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Call to Action Button */
.cta-btn, .section a.cta-btn, .content-wrapper > a.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 32px;
  background: var(--color-primary);
  color: #39FF14;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 0.04em;
  border-radius: 32px;
  border: 1.5px solid #39ff14;
  text-transform: uppercase;
  box-shadow: 0 0 8px #39ff1460, 0 4px 20px var(--color-shadow);
  margin-top: 12px;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, border 0.2s, transform .18s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #101114;
  color: #fff;
  box-shadow: 0 0 16px #39FF14, 0 10px 38px var(--color-shadow-strong);
  transform: scale(1.045);
  border: 2px solid var(--color-secondary);
}

/* Header Styles */
header {
  background: #131a15;
  border-bottom: 2.5px solid #233024;
  box-shadow: 0 4px 18px var(--color-shadow);
  position: relative;
  z-index: 100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 18px 16px;
  gap: 0;
}
header img[alt="VerdeSereno"] {
  width: 140px;
  min-width: 100px;
  filter: drop-shadow(0px 0px 8px #39FF1455);
}
header nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
header nav a {
  color: var(--color-accent);
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.06rem;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.16s, box-shadow 0.17s, background 0.18s;
  position: relative;
}
header nav a:hover, header nav a:focus {
  color: #39FF14;
  background: #203821;
  box-shadow: 0 0 12px #39ff1436;
  outline: none;
}

/* Mobile Menu */
.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #39FF14;
  background: none;
  border: none;
  padding: 8px 18px;
  margin-left: 12px;
  border-radius: 14px;
  transition: background 0.2s;
  z-index: 202;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #162a19;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #101114ee;
  box-shadow: 0 0 24px #39FF144a;
  transform: translateX(-115vw);
  transition: transform .34s cubic-bezier(.7,0,.5,1);
  z-index: 203;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 18px 20px 0 0;
  font-size: 2.3rem;
  color: #39FF14;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.16s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #213623;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 60px 32px 32px 40px;
}
.mobile-nav a {
  color: #F0ECE1;
  font-size: 1.35rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  padding: 12px 6px;
  transition: color 0.14s;
  border-radius: 10px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #39FF14;
  background: #212924;
}

/* Hide Desktop Nav on Mobile, Show Burger */
@media (max-width: 1080px) {
  header .container nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1081px) {
  .mobile-menu { display: none; }
}

/* Responsive Layouts */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1 { font-size: 2.05rem; }
  h2 { font-size: 1.5rem; }
  .section {padding: 30px 7px; margin-bottom: 34px;}
  .container { padding: 0 8px; gap: 18px; }
  .content-wrapper { gap: 16px; }
  .testimonial-card {
    padding: 14px 8px;
    min-width: 0; max-width: 100%;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section { flex-direction: column; gap: 18px; }
}
@media (max-width: 480px) {
  .cta-btn { min-width: 120px; font-size: 1rem; padding: 0 15px; }
  h1, h2 { font-size: 1.1rem; }
  .section {padding: 22px 2px;}
  .footer-contact-details, .footer-social-links {gap:8px;}
}

/* Footer */
footer {
  background: #111513;
  border-top: 2.5px solid #233024;
  box-shadow: 0 -4px 24px var(--color-shadow);
  color: #e8ffe7;
  margin-top: 44px;
}
footer .container {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 38px 10px 32px 10px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 18px 0;
}
footer nav a {
  color: #b0e691;
  font-size: 1.05rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  padding: 4px 10px;
  border-radius: 5px;
  transition: color .14s, background .14s;
}
footer nav a:hover, footer nav a:focus {
  color: #39FF14;
  background: #212924;
}
.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.98rem;
  color: #8bd99c;
}
.footer-contact-details p {
  display: flex; align-items: center; gap: 8px;
}
.footer-contact-details img {
  width: 22px; height: 22px;
  filter: grayscale(67%) sepia(24%) hue-rotate(61deg) drop-shadow(0px 0px 3px #39ff1433);
}
.footer-social-links {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.footer-social-links img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 8px #39ff1420) saturate(160%);
  transition: filter 0.2s;
  cursor: pointer;
}
.footer-social-links img:hover {
  filter: drop-shadow(0 0 14px #39FF14) grayscale(0%);
}

/* Cookie Consent Banner & Modal */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #1B2220;
  color: #e8ffe7;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  z-index: 1002;
  padding: 18px 10vw 18px 6vw;
  box-shadow: 0 -2px 24px #39ff1432;
  font-size: 1.02rem;
  border-top: 2px solid #39FF14;
  opacity: 1;
  transition: opacity .26s, transform .27s;
}
.cookie-consent-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(90px);
}
.cookie-consent-text { max-width: 470px; }
.cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  padding: 9px 22px;
  font-size: 1.06rem;
  font-weight: 700;
  border-radius: 16px;
  border: 1.3px solid #39FF14;
  background: #14151a;
  color: #39FF14;
  margin-right: 0;
  cursor: pointer;
  transition: background .17s, color .18s, transform .16s, box-shadow .18s;
}
.cookie-btn.accept { background: #39FF14; color: #101114; }
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #88B04B; color: #1e3320; transform: scale(1.04);
}
.cookie-btn.reject {
  background: none; color: #39FF14; border: 1.3px solid #39FF14;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #101114; color: #88b04b;
}
.cookie-btn.settings {
  background: #213623; color: #39FF14;
  border: 1.3px solid #39FF14;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #222; color: #fff;
}

/* Cookie Consent Modal Overlay*/
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #1b2220e3;
  z-index: 1021;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .27s;
}
.cookie-modal-overlay.hide { opacity: 0; pointer-events: none; }
.cookie-modal {
  background: var(--color-bg-dark);
  border-radius: 24px;
  min-width: 330px;
  max-width: 98vw;
  box-shadow: 0 8px 64px #39ff1440;
  color: #e8ffe7;
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  animation: modalIn .4s cubic-bezier(.7,0,.2,1);
}
@keyframes modalIn {
  0% { opacity: 0; transform: translateY(80px) scale(.9); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.cookie-modal-close {
  position: absolute;
  top: 18px; right: 18px;
  background: #172014;
  color: #39FF14;
  font-size: 1.8rem;
  border: none;
  border-radius: 8px;
  width: 38px; height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .14s;
  z-index: 1;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #213623;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #212924;
  border-radius: 12px;
  padding: 14px 21px;
  color: #e8ffe7;
  font-size: 1.09rem;
  box-shadow: 0 2px 14px var(--color-shadow);
}
.cookie-category .category-label {
  font-weight: 600;
}
.cookie-category .category-toggle {
  appearance: none;
  width: 42px; height: 24px;
  border-radius: 12px;
  background: #3b4742;
  margin-right: 0;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.18s;
}
.cookie-category .category-toggle:checked {
  background: #39FF14;
}
.cookie-category .category-toggle:before {
  content: "";
  position: absolute;
  left: 4px; top: 4px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.18s;
}
.cookie-category .category-toggle:checked:before {
  transform: translateX(18px);
  background: #1E3320;
}
.cookie-category[data-essential] .category-toggle {
  pointer-events: none;
  opacity: 0.4;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 14px;
}

@media (max-width: 620px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: 0.99rem;
    padding: 18px 8px 15px 8px;
  }
  .cookie-btns { gap: 8px; }
  .cookie-modal { padding: 18px 6px 14px 9px; min-width: 0; }
}

/* Misc Classes & Utilities */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.flex-row { display: flex; flex-direction: row; gap: 12px; }
.flex-column { display: flex; flex-direction: column; gap: 12px; }
.gap-8 { gap: 8px; } .gap-16 { gap: 16px; } .gap-24 { gap: 24px; }
.rounded-12 { border-radius: 12px; } .rounded-20 { border-radius: 20px; }
.shadow-neon {
  box-shadow: 0 0 16px #39FF14, 0 4px 24px var(--color-shadow);
}

/* Animations & Micro-interactions */
.card, .cta-btn, .section, .testimonial-card, header nav a, footer nav a, .mobile-nav a, .cookie-btn, .cookie-category {
  transition:box-shadow .21s cubic-bezier(.6,0,.31,1), background .17s, color .13s, transform .15s;
}
.card:active, .testimonial-card:active, .cta-btn:active {
  transform: scale(0.98);
}
.mobile-menu, .mobile-menu-close, .mobile-menu-toggle, .cookie-consent-banner, .cookie-modal-overlay, .cookie-modal {
  transition:all .2s cubic-bezier(.7,0,.31,1);
}

/* Hide and Utility Classes */
.hide, .hidden { display: none !important; }

/* Ensure No Overlap & Padding for All Sections */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 28px;
  background: #161c1a;
  box-shadow: 0 4px 32px var(--color-shadow);
  position: relative;
  z-index: 1;
}

/*--- END ---*/
