/* ================== 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 {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.6;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #edf2f5;
  background: #14231e; /* fallback for gradient */
  background: linear-gradient(130deg,#1a2c24 0%, #22543D 96%);
  min-height: 100vh;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #7affc7;
  text-decoration: none;
  transition: color 0.25s;
  word-break: break-word;
}
a:hover, a:focus {
  color: #fffbe6;
}
ul, ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
input, button, textarea, select {
  font-family: inherit;
  outline: none;
  border-radius: 6px;
  border: none;
}
button, [type="submit"] {
  cursor: pointer;
}

/* ================== BRAND COLORS ================== */
:root {
  --brand-primary: #22543D;
  --brand-secondary: #C7EFCF;
  --brand-accent: #FFFBE6;
  --tech-green: #38ffb3;
  --tech-dark: #171f1c;
  --tech-gray: #273d34;
  --neon-cyan: #15fff0;
  --neon-yellow: #ffe76b;
  --neon-pink: #f60fd1;
  --white: #fff;
  --black: #111;
}

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

body, .body-font {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #edf2f5;
}
h1, h2, h3, h4, h5, h6, .display-font {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: var(--brand-accent);
  font-weight: 700;
  letter-spacing: 0.03em;
}
h1 {
  font-size: 2.6rem;
  margin-bottom: 18px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #92ffd2;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.1rem;
  color: #41fad1;
  font-weight: 700;
  margin-bottom: 6px;
}
p, li, .body-text {
  font-weight: 400;
  color: #c8f3e2;
  font-size: 1rem;
  line-height: 1.7;
}
strong {
  font-weight: 600;
  color: #7affc7;
}

/* Typography scaling on desktop */
@media (min-width:900px) {
  h1 { font-size: 3.4rem; }
  h2 { font-size: 2.3rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.3rem; }
  p, li { font-size: 1.05rem; }
}

/* ============= GENERAL FLEX & CONTAINERS ============= */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
@media (max-width: 900px) {
  .section {
    margin-bottom: 48px;
    padding: 28px 10px;
  }
}

/* ======= HERO & TEXT SECTIONS ======= */
.hero {
  padding: 56px 32px;
  background: linear-gradient(100deg, rgba(34,84,61,0.93), rgba(39,61,52,0.88));
  border-radius: 30px;
  box-shadow: 0 0 36px 0 rgba(24,255,189,0.075),0 4px 32px rgba(86,255,144,0.03);
  backdrop-filter: blur(2px);
  margin-bottom: 40px;
  position: relative;
}
.hero h1 {
  color: #41fad1;
  text-shadow: 0 2px 16px #16423490;
}
.hero .cta-primary {
  margin-top: 18px;
}

/* =========== NAVIGATION =========== */
header {
  width: 100%;
  background: #121c1a;
  border-bottom: 1px solid #18302b;
  box-shadow: 0 2px 24px 0 rgba(34,255,190,0.045);
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 64px;
}
.logo img {
  height: 46px;
  width: auto;
}
.main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.main-navigation a {
  color: #97ffc6;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 4px 0;
  position: relative;
  letter-spacing: 0.025em;
  transition: color 0.19s;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: var(--neon-cyan);
}
.main-navigation .cta-nav {
  background: linear-gradient(90deg, #38ffb3 60%, #15fff0 100%);
  color: #222;
  padding: 9px 28px;
  border-radius: 18px;
  font-weight: 700;
  margin-left: 25px;
  box-shadow: 0 1px 14px #15fff09c;
  transition: background 0.17s, color 0.17s;
}
.main-navigation .cta-nav:hover {
  background: linear-gradient(90deg,#fffd7c 10%, #38ffb3 95%);
  color: #003922;
}

/* Hamburger */
.mobile-menu-toggle {
  display: none;
  padding: 8px 14px;
  background: none;
  font-size: 2.1rem;
  color: #a4ffde;
  border: none;
  border-radius: 8px;
  transition: background 0.15s;
  z-index: 105;
}
.mobile-menu-toggle:hover {
  background: #18302b99;
  color: #fffbe6;
}

/* =========== MOBILE NAV =========== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 94vw;
  max-width: 370px;
  height: 100vh;
  background: #0d1714cc;
  box-shadow: -7px 0 24px #15fff0a0;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.33s cubic-bezier(.57,.17,.31,.94);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px 20px 26px;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.2em;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--neon-cyan);
  margin-bottom: 34px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.mobile-nav a {
  color: var(--brand-accent);
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 140%;
  border-left: 4px solid transparent;
  padding-left: 11px;
  padding-bottom: 4px;
  border-radius: 3px 12px 12px 3px;
  transition: color 0.2s, border-color 0.17s, background 0.13s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: var(--neon-cyan);
  border-left: 4px solid var(--neon-cyan);
  background: #1a483949;
}
@media (max-width: 1100px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 500px) {
  .mobile-menu { max-width: 100vw; padding: 28px 10px 16px 10px; }
}

/* =========== FOOTER =========== */
footer {
  width: 100%;
  background: #101413;
  color: #c7efcf;
  font-size: 1rem;
  padding: 36px 0 30px 0;
  border-top: 1.5px solid #1a3528;
  margin-top: 70px;
}
footer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-navigation {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-navigation a {
  color: #b5ffe3;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  transition: color 0.14s;
}
.footer-navigation a:hover {
  color: #fffbe6;
}
.footer-contact {
  text-align: right;
  color: #c7efcf;
  font-size: 0.95rem;
}
.footer-contact a {
  color: #7affc7;
  text-decoration: underline;
  transition: color 0.15s;
}
.footer-contact a:hover {
  color: #bafaff;
}

/* ============= CARDS & FLEX GROUPS ============= */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #1e372c;
  border-radius: 17px;
  box-shadow: 0 4px 24px 0 #38ffb35a, 0 1.5px 10px #0000000c;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.22s;
  border: 1.5px solid #38ffb33c;
}
.card:hover {
  box-shadow: 0 8px 24px 0 #15fff09c, 0 3px 18px #f60fd12a;
  transform: translateY(-6px) scale(1.013);
}

/* For all wrappers that need content in a flex wrap grid */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width:900px) {
  .content-grid {
    flex-direction: column;
    gap: 18px;
  }
}

/* ============= FEATURES & TAGS ================= */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #132320f2;
  border-radius: 17px;
  padding: 28px 24px 24px 24px;
  min-width: 230px;
  flex: 1 1 220px;
  box-shadow: 0 1.5px 13px #38ffb325;
  border: 1px solid #2ff8b3;
  transition: border 0.15s, box-shadow 0.18s;
  margin-bottom: 20px;
}
.feature-item img {
  width: 38px; height: 38px;
  filter: drop-shadow(0 2.5px 4.5px #1fec6c77);
}
.feature-item h3 {
  color: #97ffc6;
  margin-bottom: 5px;
}
.feature-item:hover, .feature-item:focus-within {
  border: 1.7px solid var(--neon-cyan);
  box-shadow: 0 3px 19px #15fff07e, 0 1px 8px #ffe76b30;
  background: #14392fef;
}

/* =========== TESTIMONIALS ========== */
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: var(--brand-accent);
  color: #1b3d2c;
  border-radius: 17px;
  box-shadow: 0 2px 13px #38ffb32b;
  margin-bottom: 20px;
  flex-direction: row;
  border: 1.5px solid #e9ffd2;
  transition: box-shadow 0.21s, border 0.18s;
  font-size: 1.1em;
}
.testimonial-card blockquote {
  color: #10281d;
  font-size: 1.17rem;
  line-height: 1.4;
  font-style: italic;
  font-family: 'Montserrat', Arial, sans-serif;
  quotes: "\201E" "\201C" "\201A" "\2018";
}
.testimonial-card cite {
  color: #0c6831;
  font-size: .99em;
  margin-left: 22px;
}
.testimonial-card:hover {
  box-shadow: 0 4px 26px #7affc77d;
  border: 1.7px solid #b6ffe9;
  background: #fffbe7;
}
@media (max-width:700px) {
  .testimonial-card { flex-direction: column; align-items: flex-start; gap: 9px; }
}

/* =========== PROJECTS & TAGS ============= */
.project-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.project-card {
  background: #162c24f4;
  border-radius: 16px;
  box-shadow: 0 1.5px 14px #38ffb329;
  padding: 27px 22px 22px 22px;
  flex: 1 1 280px;
  margin-bottom: 20px;
  border: 1.2px solid #38ffb351;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border 0.17s, box-shadow 0.17s, transform 0.18s;
  position: relative;
}
.project-card h3 { color: #95fddb; }
.project-tags {
  display: flex;
  gap: 9px;
  margin-bottom: 7px;
}
.impact-tag {
  background: #212e2aec;
  color: #7affc7;
  padding: 3.5px 13px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.93rem;
  letter-spacing: 0.01em;
  margin-right: 6px;
  border: 1px solid #2ff8b37a;
  box-shadow: 0 1px 5px #154d3a36;
}
.project-card:hover {
  border: 1.9px solid #7affc7;
  box-shadow: 0 6px 28px #83ffe380;
  transform: translateY(-5px) scale(1.01);
}

/* ============ IMPACT & STATS ============ */
.impact-stats ul, .impact-highlights ul {
  list-style: disc inside;
  gap: 12px;
}
.impact-stats li, .impact-highlights li {
  margin-bottom: 10px;
  color: #b7ffe9;
  font-size: 1.06em;
}
.impact-stats strong, .impact-highlights strong {
  color: #38ffb3;
  font-weight: 700;
}

/* =========== PROCESS/OL STYLES ========== */
.process-section ol {
  margin: 0 0 20px 16px;
  color: #e3fff7;
  font-size: 1.13rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.process-section li {
  margin-bottom: 5px;
}

/* ========== CTAs & BUTTONS ============= */
.cta-primary, .cta-secondary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 12px 36px;
  border-radius: 23px;
  border: none;
  font-weight: 700;
  font-size: 1.13rem;
  box-shadow: 0 1px 16px #38ffb37d;
  transition: box-shadow 0.14s, color 0.14s, background 0.19s, transform 0.2s;
  margin-top: 8px;
  margin-bottom: 12px;
}
.cta-primary {
  background: linear-gradient(90deg,#7affc7 45%,#15fff0 100%);
  color: #084628;
  text-shadow: 0 1.5px 7px #22543d50;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg,#ffe76b 10%,#15fff0 95%);
  color: #222;
  box-shadow: 0 6px 34px #ffe76b80;
  transform: translateY(-2px) scale(1.023);
}
.cta-secondary {
  background: none;
  border: 1.5px solid #58ffd4;
  color: #92ffd2;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #1a382d95;
  color: #ffe76b;
  border-color: #ffe76b;
  transform: scale(1.018);
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #a4ffd2;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.16s;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.02rem;
}
.link-arrow:after {
  content: '→';
  margin-left: 4px;
  font-weight: bold;
  color: #38ffb3;
  font-size: 1.1em;
  transition: color 0.2s;
}
.link-arrow:hover, .link-arrow:focus {
  color: #fffbe6;
}
.link-arrow:hover:after {
  color: #ffe76b;
}

/* ========== TIMELINE & TEAMS =============== */
.team-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 18px;
}
.team-member {
  flex: 1 1 210px;
  background: #182c24d0;
  border-radius: 11px;
  padding: 19px 18px 16px 18px;
  box-shadow: 0 2px 13px #38ffb313;
  margin-bottom: 20px;
  border: 1px solid #2ff8b373;
  transition: box-shadow 0.19s, border 0.15s, background 0.15s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.team-member h3 { color: #e9ffb6; }
.team-member:hover {
  border: 1.5px solid #7affc7;
  background: #14482eec;
  box-shadow: 0 5px 27px #15fff055;
}
.timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}
.timeline-entry {
  background: #11271eeb;
  border-radius: 8px;
  padding: 14px 20px 10px 20px;
  border-left: 4px solid #41fad1;
  box-shadow: 0 1px 7px #38ffb319;
}
.timeline-entry h4 {
  margin-bottom: 5px;
}

/* ========== FAQ & ACCORDION ============= */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 18px;
}
.faq-item {
  background: #153327e8;
  border-radius: 9px;
  padding: 18px 22px 8px 22px;
  box-shadow: 0 0.5px 8px #38ffb325;
  transition: box-shadow 0.15s, background 0.16s;
  margin-bottom: 20px;
}
.faq-item h3 {
  margin-bottom: 6px;
  color: #a9ffe0;
  font-size: 1.15rem;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
.faq-answer {
  color: #d3ffe4;
  font-size: 1rem;
  margin-bottom: 5px;
  transition: max-height 0.3s;
}
.faq-item:hover {
  background: #184a32fd;
  box-shadow: 0 4px 24px #15fff075;
}
.faq-contact-prompt {
  margin-top: 12px;
  color: #92ffd2;
}

/* ========== CONTACT FORM =============== */
.form-section form {
  display: flex;
  flex-direction: column;
  gap: 19px;
  background: #193625ea;
  padding: 28px 20px;
  border-radius: 14px;
  box-shadow: 0 1.5px 14px #38ffb32a;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.form-section input[type="text"],
.form-section input[type="email"],
.form-section textarea {
  padding: 11px;
  border: 1.5px solid #38ffb353;
  background: #152721c9;
  color: #eafffa;
  border-radius: 7px;
  font-size: 1rem;
  transition: border-color 0.13s, background 0.14s;
}
.form-section input[type="text"]:focus,
.form-section input[type="email"]:focus,
.form-section textarea:focus {
  border-color: #15fff0;
  background: #162920e8;
}
.form-section label {
  font-size: 1em;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #7affc7;
  margin-bottom: 4px;
}
.form-section input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 7px; 
  accent-color: #38ffb3;
}
.privacy-note {
  color: #b8ffe6;
  margin-top: 8px;
  font-size: 0.93em;
}
.form-section button.cta-primary {
  margin-top: 8px;
  align-self: flex-end;
}

/* ========== LEGAL PAGES ============= */
.legal-section {
  background: #183424f2;
  border-radius: 16px;
  box-shadow: 0 1.5px 14px #38ffb32a;
  padding: 27px 22px 14px 22px;
  color: #b8ffe6;
}
.legal-section h1, .legal-section h2 {
  color: #e9ffb6;
  margin-bottom: 10px;
}
.legal-section ul {
  margin-left: 13px;
  margin-bottom: 12px;
}
.legal-section li {
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 1.08em;
}

/* ========== THANK YOU PAGE =========== */
.thank-you-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #103923eb;
  border-radius: 19px;
  padding: 36px 28px 29px 28px;
  box-shadow: 0 2px 16px #38ffb325;
  gap: 25px;
  color: #baffea;
}
.thank-you-section li {
  color: #baffea;
}

/* =========== INVESTMENT CTA SECTION =========== */
.investment-cta {
  background: linear-gradient(95deg,#2b7b5f 40%, #22543D 69%);
  border-radius: 22px;
  box-shadow: 0 2px 38px #41fad138;
  color: #fffbe6;
  text-shadow: 0 1px 9px #184b3190;
  padding: 38px 18px 34px 38px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.investment-cta h2 {
  color: #fffbe6;
  text-shadow: 0 2px 9px #183424a3;
  margin-bottom: 13px;
}

/* ========== RESPONSIVE - MOBILE FIRST =========== */
@media (max-width: 950px) {
  .footer-contact { text-align: left; margin-top: 28px; }
  .footer-navigation { flex-direction: column; gap: 11px; }
  .about-preview, .investment-cta { padding-left: 12px; }
}
@media (max-width: 700px) {
  .container, .content-wrapper { padding-left: 4px; padding-right: 4px; }
  .features-grid, .project-listing, .team-overview {
    flex-direction: column;
    gap: 13px;
  }
  .feature-item, .project-card, .team-member {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  h1 { font-size: 2.00rem; }
  h2 { font-size: 1.3rem; }
  h3 { font-size: 1.07rem; }
  .hero, .legal-section, .impact-stats, .impact-highlights, .thank-you-section { padding: 18px 7px; }
  .about-preview, .investment-cta, .form-section form { padding-left: 7px; padding-right: 7px; }
}

/* Adaptive text-image sections */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
}

/* Utility: Space between all cards and sections */
.card, .feature-item, .project-card, .team-member, .testimonial-card, .section, .investment-cta, .about-preview, .impact-section, .impact-stats, .impact-highlights, .timeline-entry, .faq-item, .thank-you-section {
  margin-bottom: 20px;
}

/* ========== COOKIE BANNER & MODAL ========== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #222b22ee;
  border-top: 3px solid #38ffb3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 7vw 15px 7vw;
  box-shadow: 0 -3px 28px #38ffb360;
  animation: cookieBannerIn 0.7s both;
}
@keyframes cookieBannerIn {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0%); opacity: 1; }
}
.cookie-banner p {
  color: #fffbe6;
  font-size: 1.06em;
  margin-bottom: 15px;
  text-align: center;
}
.cookie-btns {
  display: flex;
  gap: 20px;
}
.cookie-btn, .cookie-modal .cta-primary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 9px 27px;
  border-radius: 17px;
  border: none;
  font-weight: 700;
  font-size: 1.00rem;
  transition: box-shadow 0.14s, color 0.14s, background 0.19s, transform 0.16s;
  margin-bottom: 0;
}
.cookie-btn.accept {
  background: linear-gradient(90deg,#7affc7 45%,#15fff0 100%);
  color: #084628;
}
.cookie-btn.accept:hover { background: #ffe76b; color: #1c2d23; }
.cookie-btn.reject {
  background: #0b211b;
  color: #7affc7;
  border: 1.5px solid #38ffb3;
}
.cookie-btn.reject:hover {
  background: #1a452f;
  color: #ffe76b;
}
.cookie-btn.settings {
  background: #1a382d;
  color: #ffe76b;
  border: 1px solid #ffe76b;
}
.cookie-btn.settings:hover {
  background: #ffe76b;
  color: #18392e;
}
@media (max-width: 750px) {
  .cookie-banner { flex-direction: column; gap: 13px; padding: 14px 2vw 11px 2vw; }
  .cookie-btns { flex-wrap: wrap; gap: 11px; }
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20,44,33, 0.89);
  animation: cookieModalIn 0.6s both;
}
@keyframes cookieModalIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal-content {
  background: #183424ee;
  color: #fffbe6;
  border-radius: 15px;
  box-shadow: 0 10px 48px #38ffb375;
  min-width: 320px;
  max-width: 96vw;
  padding: 35px 22px 25px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  position: relative;
}
.cookie-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1.55rem;
  color: #7affc7;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: color 0.13s;
}
.cookie-modal-close:hover {
  color: #ffe76b;
}
.cookie-cats {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}
.cookie-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1f442d15;
  border-radius: 8px;
  padding: 12px 14px 9px 14px;
  margin-bottom: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  width: 100%;
}
.cat-info {
  display: flex;
  flex-direction: column;
}
.cat-title { font-weight: 700; color: #7affc7; font-size: 1.07em; margin-bottom: 2px; }
.cat-desc { font-weight: 400; font-size: 0.98em; color: #e3ffe4; }
.cat-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-switch {
  width: 35px;
  height: 19px;
  background: #224d37;
  border-radius: 10px;
  position: relative;
  transition: background 0.18s;
  cursor: pointer;
}
.cookie-switch input[type="checkbox"] {
  width: 19px; height: 19px;
  opacity: 0;
  position: absolute; left: 0; top: 0;
  z-index: 1;
}
.cookie-switch .toggle {
  width: 19px; height: 19px;
  background: #7affc7;
  border-radius: 50%;
  position: absolute; left: 0; top: 0;
  box-shadow: 0 1px 8px #41fad17f;
  transition: left 0.24s, background 0.12s;
}
.cookie-switch input[type="checkbox"]:checked + .toggle {
  left: 16px;
  background: #ffe76b;
}
.cookie-cat.disabled { opacity: 0.48; pointer-events: none; }

.cookie-modal .modal-actions {
  display: flex;
  gap: 19px;
  justify-content: flex-end;
  margin-top: 19px;
}
@media (max-width:600px) {
  .cookie-modal-content { min-width: 0; width: 95vw; padding: 13px 3vw 13px 3vw; }
}

/* ================= MICRO-INTERACTIONS & TRANSITIONS ================= */
input, textarea, select, button, .cta-primary, .cta-secondary, .main-navigation a, .mobile-nav a, .feature-item, .project-card, .team-member, .card {
  transition: background 0.14s, box-shadow 0.15s, color 0.15s, border 0.15s, transform 0.15s;
}

/* =============== DARK SCROLLBARS =============== */
::-webkit-scrollbar { width: 11px; background: #121c1a; }
::-webkit-scrollbar-thumb { background: #41fad137; border-radius: 9px; }
::-webkit-scrollbar-thumb:hover { background: #7affc7; }

/* =========== Z-INDEX LAYERING FOR MENU/BANNER =========== */
header, .mobile-menu, .cookie-banner, .cookie-modal {
  z-index: 9999;
}
@media (max-width: 1100px) {
  footer .flex-between { flex-direction: column; gap: 27px; }
}

/* == END == */
