@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;400;600;700&family=Noto+Serif+Georgian:wght@500;700&display=swap');

:root{
  --bg:#0b1a12;
  --bg-2:#0f2a1b;
  --paper:#f6fbf4;
  --ink:#0f1e15;
  --muted:#586a5d;
  --brand:#2f6c3f;
  --brand-2:#6fbe73;
  --accent:#b6f2a2;
  --leaf:#3b7f4a;
  --border:#dbe6db;
  --shadow:0 18px 40px rgba(7,24,14,.18);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans Georgian","Noto Sans",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(900px 450px at 90% -10%, rgba(111,191,115,.18), transparent 60%),
    radial-gradient(900px 520px at -10% 0%, rgba(36,100,58,.22), transparent 62%),
    linear-gradient(180deg, #0a1a12 0%, #0e2218 35%, #14301f 100%);
  cursor:url("assets/green-cursor.png") 2 2, auto;
}

a, button{
  cursor:url("assets/green-cursor.png") 2 2, pointer;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("assets/leaf-pattern.svg");
  background-size:1200px auto;
  background-repeat:repeat;
  opacity:.35;
  pointer-events:none;
  z-index:-2;
}

.node-canvas{
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:0.35;
  pointer-events:none;
}

.page{min-height:100vh;display:flex;flex-direction:column}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(12px);
  background:rgba(11,26,18,.75);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
  max-width:1200px;
  margin:0 auto;
  padding:16px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
}

.brand:hover{
  color:#fff;
}

.logo-img{
  height:44px;
  width:auto;
  max-width:160px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.25));
}

.nav-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.nav-links a{
  color:#dcebdc;
  text-decoration:none;
  font-size:14px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  transition:all .2s ease;
  cursor:url("assets/leaf-cursor.png") 16 2, pointer;
}

.nav-links a:hover{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.06);
}
.nav-links a.is-current{
  color:#0e2418;
  background:#cfe9cf;
  border-color:#b9d9b9;
}

.lang-switch{
  display:flex;
  gap:8px;
  background:rgba(255,255,255,.08);
  padding:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.15);
}

.lang-switch button{
  background:transparent;
  border:0;
  color:#dcebdc;
  padding:6px 12px;
  border-radius:999px;
  cursor:pointer;
  font-weight:600;
}

.lang-switch button.is-active{
  background:#eaf5e6;
  color:#1f3324;
}

.hero{
  position:relative;
  overflow:hidden;
  color:#f4fbf1;
  padding:110px 20px 80px;
}

.hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  padding:32px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.eyebrow{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  color:#f7ffe9;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hero h1{
  font-family:"Noto Serif Georgian","Noto Serif",serif;
  font-size:54px;
  margin:18px 0 8px;
  line-height:1.05;
}

.hero p{
  font-size:18px;
  color:#e6f3e2;
  line-height:1.6;
}

.hero-quote{
  margin:18px 0 0;
  padding:16px 18px;
  border-left:3px solid var(--accent);
  background:rgba(255,255,255,.05);
  border-radius:12px;
  font-style:italic;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  isolation:isolate;
  cursor:url("assets/green-cursor.png") 2 2, pointer;
}

.btn-primary{
  background:linear-gradient(135deg, #2f6c3f, #6fbf73);
  color:#f1fff0;
  box-shadow:0 12px 24px rgba(0,0,0,.2);
}

.btn-ghost{
  border-color:rgba(255,255,255,.35);
  color:#f4fbf1;
  background:rgba(255,255,255,.06);
}

.btn::after{
  content:"";
  position:absolute;
  width:70px;
  height:70px;
  right:-30px;
  top:-30px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><path d='M10 50c20-25 40-25 60 0-22 10-42 12-60 0Z' fill='%2394e38d'/><path d='M20 58c10-18 22-26 38-30' stroke='%232f6c3f' stroke-width='3' fill='none'/></svg>");
  opacity:0;
  transform:scale(0) rotate(-20deg);
  transition:all .3s ease;
  z-index:-1;
}

.btn:hover::after{
  opacity:.9;
  transform:scale(1) rotate(0deg);
}

.hero-visual{
  position:relative;
}

.hero-visual .panel{
  background:rgba(255,255,255,.92);
  color:var(--ink);
  border-radius:24px;
  padding:26px;
  box-shadow:var(--shadow);
}

.hero-visual h3{
  margin-top:0;
  font-family:"Noto Serif Georgian","Noto Serif",serif;
}

.hero-visual img{
  width:100%;
  border-radius:18px;
  border:1px solid var(--border);
}

.section{
  background:var(--paper);
  border-radius:32px 32px 0 0;
  margin-top:-40px;
  padding:70px 20px 20px;
}

.section-inner{
  max-width:1200px;
  margin:0 auto;
}

.section h2{
  font-family:"Noto Serif Georgian","Noto Serif",serif;
  font-size:32px;
  margin:0 0 12px;
}

.section p{
  color:var(--muted);
  line-height:1.7;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.card{
  position:relative;
  background:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid var(--border);
  box-shadow:0 12px 30px rgba(18,32,23,.08);
  transition:transform .25s ease, box-shadow .25s ease;
  overflow:hidden;
}

.card::after{
  content:"";
  position:absolute;
  inset:-20px;
  background:radial-gradient(circle at 30% 20%, rgba(140,211,123,.35), transparent 55%);
  opacity:0;
  transition:opacity .25s ease;
  pointer-events:none;
}

.card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(18,32,23,.16);
}

.card:hover::after{opacity:1}

.card h3{
  margin:6px 0 8px;
  font-size:18px;
}

.card p{
  margin:0;
  font-size:14px;
}

.card img{
  width:100%;
  border-radius:14px;
  border:1px solid var(--border);
  margin-bottom:12px;
  aspect-ratio:4/3;
  object-fit:cover;
}

.list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.list .item{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:14px 16px;
}

.list .item strong{
  display:block;
  margin-bottom:6px;
  color:#1d3726;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf5e6;
  color:#1f3928;
  font-size:12px;
  border:1px solid #cfe3cf;
}

.split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}

.callout{
  background:#eff7ef;
  border-radius:18px;
  padding:18px;
  border:1px solid #d7ead7;
}

.timeline{
  display:grid;
  gap:12px;
}

.timeline .step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px 14px;
}

.step span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e9f3ea;
  color:#2a5f3b;
  font-weight:700;
}

.support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.support-grid ul{
  margin:8px 0 0;
  padding:0;
  list-style:none;
  color:var(--muted);
}

.support-grid li{margin-bottom:8px}

.photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.photo-grid img{
  width:100%;
  border-radius:16px;
  border:1px solid var(--border);
  aspect-ratio:4/3;
  object-fit:cover;
}

.page-hero{
  padding:110px 20px 60px;
  color:#f4fbf1;
}

.page-hero .hero-inner{
  grid-template-columns:1fr 1fr;
}

.page-hero .hero-card{padding:28px}

.page-hero h1{font-size:48px}

.page-banner{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--shadow);
}

.page-banner img{width:100%;display:block}

.contact{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
}

form{
  display:grid;
  gap:12px;
}

input, textarea{
  width:100%;
  border-radius:12px;
  border:1px solid var(--border);
  padding:12px;
  font-family:inherit;
}

footer{
  margin-top:60px;
  padding:26px 20px 40px;
  color:#d6e6d6;
  background:var(--bg-2);
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.floating-leaves{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
}

.floating-leaves span{
  position:absolute;
  width:18px;
  height:18px;
  background:radial-gradient(circle at 30% 30%, #bff5ae, #4c9e5a);
  border-radius:60% 40% 60% 40%;
  opacity:.35;
  animation:float 18s linear infinite;
}

.floating-leaves span:nth-child(2){width:24px;height:24px;left:15%;animation-duration:22s;opacity:.3}
.floating-leaves span:nth-child(3){width:14px;height:14px;left:40%;animation-duration:16s}
.floating-leaves span:nth-child(4){width:20px;height:20px;left:65%;animation-duration:24s}
.floating-leaves span:nth-child(5){width:12px;height:12px;left:80%;animation-duration:14s}

@keyframes float{
  0%{transform:translateY(120%) rotate(0deg)}
  100%{transform:translateY(-20%) rotate(360deg)}
}

.lang-en{display:none}
html[data-lang="en"] .lang-ka{display:none}
html[data-lang="en"] .lang-en{display:revert}

[data-reveal]{
  opacity:0;
  transform:translateY(18px);
  transition:all .6s ease;
}

[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 1024px){
  .hero-inner, .split, .contact, .page-hero .hero-inner{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .support-grid{grid-template-columns:1fr}
  .photo-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:44px}
}

@media (max-width: 720px){
  .nav{flex-direction:column;align-items:flex-start}
  .nav-links{display:none}
  .logo-img{height:34px}
  .hero{padding:90px 20px 60px}
  .hero-card{padding:24px}
  .grid, .list, .photo-grid{grid-template-columns:1fr}
  .section{padding-top:60px}
  .hero h1{font-size:38px}
}

@media (prefers-reduced-motion: reduce){
  [data-reveal]{
    opacity:1;
    transform:none;
    transition:none;
  }
  .floating-leaves span{animation:none}
}
