/* ============================================================
   Anchille Technology Concept Ltd — Global Stylesheet
   ============================================================ */

:root {
  /* Brand */
  --green-300: #9cdb75;
  --green-400: #85cf57;
  --green-500: #6dbe45;
  --green-600: #57a032;
  --green-700: #418025;
  --gray-500: #6e6e6e;
  --gray-400: #8a8f8c;

  /* Surfaces */
  --dark-950: #050806;
  --dark-900: #080d0a;
  --dark-800: #0d1512;
  --dark-700: #131f1a;
  --dark-600: #1b2b23;
  --line-dark: rgba(157, 219, 128, 0.14);

  --light-50: #f6f9f6;
  --light-100: #eef3ee;
  --white: #ffffff;

  /* Text */
  --text-on-dark: #eef6ee;
  --text-on-dark-muted: #a9b8ae;
  --text-dark: #101712;
  --text-muted: #5b6b62;

  /* Effects */
  --glow: 0 0 0 1px rgba(109, 190, 69, 0.18), 0 0 40px rgba(109, 190, 69, 0.12);
  --shadow-md: 0 10px 30px rgba(5, 15, 8, 0.08);
  --shadow-lg: 0 24px 60px rgba(5, 15, 8, 0.14);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;

  --font-head: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;

  --container: 1180px;
}

/* ---------- Reset ---------- */
* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-500);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 12px var(--green-500);
}
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: 14px; }
.section-head p { color: var(--text-muted); font-size: 1.05rem; }
.section-head.on-dark p { color: var(--text-on-dark-muted); }

.pad { padding: 100px 0; }
.pad-sm { padding: 64px 0; }
.on-dark { background: var(--dark-900); color: var(--text-on-dark); }
.on-alt { background: var(--light-50); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green-400), var(--green-600));
  color: #06210a;
  box-shadow: 0 8px 24px rgba(109, 190, 69, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(109, 190, 69, 0.45); }
.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: var(--text-on-dark);
}
.btn-outline:hover { border-color: var(--green-400); color: var(--green-300); transform: translateY(-2px); }
.btn-outline-dark {
  border: 1.5px solid rgba(16,23,18,0.18);
  color: var(--text-dark);
}
.btn-outline-dark:hover { border-color: var(--green-500); color: var(--green-600); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

.tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-dark);
  color: var(--green-400);
}

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

/* Grid backdrop texture */
.grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(109,190,69,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109,190,69,0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
  pointer-events: none;
}

/* ============================================================
   Header / Navigation
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(5, 8, 6, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 12px 0;
  border-bottom-color: var(--line-dark);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; flex-shrink: 0; color: var(--green-500); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text .name { font-family: var(--font-head); font-weight: 700; font-size: 1.18rem; color: var(--text-on-dark); letter-spacing: -0.01em; }
.brand-text .sub { font-family: var(--font-body); font-weight: 600; font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-400); }

.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 10px 16px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-on-dark-muted);
  border-radius: 999px;
  transition: color .25s ease, background .25s ease;
  position: relative;
}
.nav-links a:hover { color: var(--text-on-dark); background: rgba(255,255,255,0.06); }
.nav-links a.active { color: var(--green-400); background: rgba(109,190,69,0.1); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--line-dark);
  color: var(--text-on-dark);
}
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
  .nav-links {
    position: fixed; top: 0; right: 0;
    height: 100vh; width: min(78vw, 320px);
    background: var(--dark-950);
    border-left: 1px solid var(--line-dark);
    flex-direction: column;
    align-items: stretch;
    padding: 100px 28px 40px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform .4s ease;
    z-index: 999;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 14px 16px; font-size: 1.02rem; }
  .nav-toggle { display: inline-flex; }
  .nav-actions .btn-outline { display: none; }
}

.nav-scrim {
  display: none;
  position: fixed; inset: 0; z-index: 998;
  background: rgba(0,0,0,0.5);
  opacity: 0; transition: opacity .35s ease;
}
.nav-scrim.open { display: block; opacity: 1; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  background: radial-gradient(ellipse 70% 55% at 50% -6%, rgba(109,190,69,0.18), transparent 60%), var(--dark-950);
  padding: 190px 0 130px;
  position: relative;
  overflow: hidden;
  color: var(--text-on-dark);
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 780px; margin: 0 auto; text-align: center; }
.hero h1 {
  font-size: clamp(2.3rem, 5.6vw, 4rem);
  margin-bottom: 22px;
}
.hero h1 span { color: var(--green-400); }
.hero p.lead {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--text-on-dark-muted);
  max-width: 620px;
  margin: 0 auto 38px;
}
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 70px; }

.hero-orbit {
  position: absolute; top: 10%; left: 50%;
  width: 900px; height: 900px;
  transform: translateX(-50%);
  border: 1px solid rgba(109,190,69,0.1);
  border-radius: 50%;
  pointer-events: none;
}
.hero-orbit::before, .hero-orbit::after {
  content: "";
  position: absolute; inset: 90px;
  border: 1px solid rgba(109,190,69,0.08);
  border-radius: 50%;
}
.hero-orbit::after { inset: 190px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
}
.hero-stats .stat {
  background: rgba(13, 21, 18, 0.75);
  padding: 26px 16px;
  text-align: center;
}
.hero-stats .stat .num {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 700;
  color: var(--green-400);
}
.hero-stats .stat .label {
  font-size: 0.8rem;
  color: var(--text-on-dark-muted);
  margin-top: 4px;
}

@media (max-width: 700px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   Marquee / trust strip
   ============================================================ */
.trust-strip { padding: 30px 0; background: var(--dark-900); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.trust-strip p { text-align:center; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-on-dark-muted); margin-bottom:18px;}
.marquee { display: flex; width: max-content; animation: scroll-x 26s linear infinite; gap: 64px; }
.marquee span { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--text-on-dark-muted); opacity: .7; white-space: nowrap; display:flex; align-items:center; gap:10px;}
.marquee span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-500);}
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   Cards — services / values
   ============================================================ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid rgba(16,23,18,0.08);
  border-radius: var(--radius-md);
  padding: 34px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(109,190,69,0.35); }
.card .icon {
  width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(109,190,69,0.14), rgba(109,190,69,0.04));
  color: var(--green-600);
  margin-bottom: 22px;
}
.card .icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.card p { color: var(--text-muted); font-size: 0.95rem; }
.card .learn { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: .85rem; font-weight: 600; color: var(--green-600); }
.card .learn svg { width: 14px; height: 14px; transition: transform .25s ease; }
.card:hover .learn svg { transform: translateX(4px); }

/* dark variant card */
.card-dark {
  background: var(--dark-800);
  border: 1px solid var(--line-dark);
  color: var(--text-on-dark);
}
.card-dark p { color: var(--text-on-dark-muted); }
.card-dark .icon { background: linear-gradient(135deg, rgba(109,190,69,0.2), rgba(109,190,69,0.05)); color: var(--green-400); }

/* ============================================================
   Why-choose split
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 40px; } }
.split.reverse .visual { order: 2; }
@media (max-width: 900px) { .split.reverse .visual { order: unset; } }

.feature-list { display: flex; flex-direction: column; gap: 22px; margin-top: 8px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-list .fi {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(109,190,69,0.12);
  color: var(--green-600);
}
.feature-list .fi svg { width: 20px; height: 20px; }
.feature-list h4 { font-size: 1.02rem; margin-bottom: 4px; }
.feature-list p { color: var(--text-muted); font-size: 0.92rem; }

.visual-panel {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--dark-950);
  border: 1px solid var(--line-dark);
  padding: 40px;
  min-height: 360px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.visual-panel .grid-bg { opacity: .6; }
.visual-panel .glyph { width: 46%; color: var(--green-500); position: relative; z-index: 2; filter: drop-shadow(0 0 40px rgba(109,190,69,0.35)); }
.visual-ring {
  position: absolute; width: 260px; height: 260px; border-radius: 50%;
  border: 1px dashed rgba(109,190,69,0.3);
  animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   Process steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 30px 24px; border-radius: var(--radius-md); background: var(--dark-800); border: 1px solid var(--line-dark); }
.step .num {
  font-family: var(--font-mono); font-weight: 700; font-size: 1.6rem;
  color: transparent; -webkit-text-stroke: 1.5px var(--green-500);
  margin-bottom: 18px; display: block;
}
.step h4 { color: var(--text-on-dark); margin-bottom: 8px; font-size: 1.02rem; }
.step p { color: var(--text-on-dark-muted); font-size: 0.9rem; }

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0d1512, #142117);
  border: 1px solid var(--line-dark);
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(109,190,69,0.28), transparent 70%);
  top: -220px; right: -140px;
}
.cta-banner h2 { color: var(--text-on-dark); font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 14px; position: relative; }
.cta-banner p { color: var(--text-on-dark-muted); max-width: 520px; margin: 0 auto 30px; position: relative; }
.cta-banner .hero-cta { margin-bottom: 0; position: relative; }

/* ============================================================
   Testimonials
   ============================================================ */
.testi-card {
  background: var(--white);
  border: 1px solid rgba(16,23,18,0.08);
  border-radius: var(--radius-md);
  padding: 30px;
}
.testi-card .stars { color: var(--green-500); display: flex; gap: 4px; margin-bottom: 16px; }
.testi-card .stars svg { width: 16px; height: 16px; }
.testi-card p.quote { font-size: 0.98rem; color: var(--text-dark); margin-bottom: 22px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-400), var(--green-700));
  display: flex; align-items: center; justify-content: center;
  color: #06210a; font-weight: 700; font-family: var(--font-head);
}
.testi-person .name { font-weight: 600; font-size: 0.92rem; }
.testi-person .role { font-size: 0.8rem; color: var(--text-muted); }

/* ============================================================
   Page header (About / Contact banner)
   ============================================================ */
.page-header {
  padding: 170px 0 90px;
  background: radial-gradient(ellipse 70% 60% at 50% -10%, rgba(109,190,69,0.16), transparent 60%), var(--dark-950);
  color: var(--text-on-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 16px; }
.page-header p { color: var(--text-on-dark-muted); max-width: 560px; margin: 0 auto; }
.breadcrumb { display:flex; justify-content:center; gap:8px; font-family: var(--font-mono); font-size:.78rem; color: var(--text-on-dark-muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--green-400); }
.breadcrumb .sep { color: var(--green-600); }

/* ============================================================
   About page extras
   ============================================================ */
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 980px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
.value-chip {
  padding: 28px 18px;
  text-align: center;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid rgba(16,23,18,0.08);
  transition: transform .3s ease, border-color .3s ease;
}
.value-chip:hover { transform: translateY(-5px); border-color: rgba(109,190,69,0.4); }
.value-chip .icon { margin: 0 auto 14px; }
.value-chip h4 { font-size: 0.96rem; }

.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--green-500), transparent); }
.timeline .t-item { position: relative; padding-bottom: 36px; }
.timeline .t-item:last-child { padding-bottom: 0; }
.timeline .t-item::before {
  content: ""; position: absolute; left: -34px; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--dark-950); border: 2px solid var(--green-500);
  box-shadow: 0 0 0 4px rgba(109,190,69,0.15);
}
.timeline .yr { font-family: var(--font-mono); color: var(--green-500); font-size: .82rem; margin-bottom: 4px; display:block;}
.timeline h4 { margin-bottom: 6px; font-size: 1rem; }
.timeline p { color: var(--text-muted); font-size: .9rem; }

.mv-card {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: var(--dark-800);
  border: 1px solid var(--line-dark);
  color: var(--text-on-dark);
}
.mv-card .icon { color: var(--green-400); margin-bottom: 18px; width:48px;height:48px; display:flex;align-items:center;justify-content:center; background: rgba(109,190,69,0.14); border-radius: 12px;}
.mv-card .icon svg { width: 24px; height: 24px; }
.mv-card h3 { margin-bottom: 12px; }
.mv-card p { color: var(--text-on-dark-muted); font-size: .96rem; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }
.team-card { text-align: center; }
.team-avatar {
  width: 100%; aspect-ratio: 1/1; border-radius: var(--radius-md);
  background: linear-gradient(150deg, var(--dark-700), var(--dark-900));
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; color: var(--green-500);
  position: relative; overflow: hidden;
}
.team-avatar svg { width: 44%; }
.team-card h4 { font-size: 1rem; margin-bottom: 2px; }
.team-card .role { color: var(--green-600); font-size: .82rem; font-weight: 600; margin-bottom: 10px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 32px; height:32px; border-radius: 50%; border: 1px solid rgba(16,23,18,0.12); display:flex; align-items:center; justify-content:center; color: var(--text-muted); transition: all .25s ease;}
.team-social a:hover { background: var(--green-500); border-color: var(--green-500); color: #06210a; }
.team-social svg { width: 14px; height: 14px; }

.cert-strip { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cert-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--dark-800);
  border: 1px solid var(--line-dark);
  color: var(--text-on-dark);
  font-size: .88rem; font-weight: 600;
}
.cert-chip svg { width: 18px; height: 18px; color: var(--green-500); }

/* ============================================================
   Contact page
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: flex-start; }
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr; } }

.info-card {
  background: var(--dark-900);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  color: var(--text-on-dark);
}
.info-card h3 { margin-bottom: 8px; }
.info-card > p { color: var(--text-on-dark-muted); font-size: .92rem; margin-bottom: 28px; }
.info-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 30px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ii {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(109,190,69,0.14); color: var(--green-400);
}
.info-list .ii svg { width: 20px; height: 20px; }
.info-list .label { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gray-400); margin-bottom: 3px; font-family: var(--font-mono);}
.info-list .value { font-size: .96rem; font-weight: 500; }
.info-list a.value:hover { color: var(--green-400); }

.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 40px; height: 40px; border-radius: 10px;
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-on-dark-muted);
  transition: all .25s ease;
}
.social-row a:hover { background: var(--green-500); color: #06210a; border-color: var(--green-500); transform: translateY(-3px); }
.social-row svg { width: 17px; height: 17px; }

.hours-list { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.hours-list .row { display: flex; justify-content: space-between; font-size: .88rem; }
.hours-list .row span:first-child { color: var(--text-on-dark-muted); }
.hours-list .row span:last-child { font-weight: 600; }

.form-card {
  background: var(--white);
  border: 1px solid rgba(16,23,18,0.08);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 8px; color: var(--text-dark); }
.field .req { color: var(--green-600); }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(16,23,18,0.14);
  border-radius: 10px;
  background: var(--light-50);
  font-size: .94rem;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--green-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(109,190,69,0.14);
}
.field textarea { resize: vertical; min-height: 130px; }
.field .error-msg { display: none; color: #d64545; font-size: .78rem; margin-top: 6px; }
.field.invalid input, .field.invalid textarea { border-color: #d64545; }
.field.invalid .error-msg { display: block; }
.field-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
.field-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-500); }
.field-check label { font-size: .84rem; color: var(--text-muted); }

.form-status {
  display: none;
  align-items: center; gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(109,190,69,0.12);
  border: 1px solid rgba(109,190,69,0.35);
  color: var(--green-700);
  font-size: .9rem; font-weight: 500;
  margin-bottom: 20px;
}
.form-status.show { display: flex; }
.form-status svg { width: 20px; height: 20px; flex-shrink: 0; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(16,23,18,0.08);
  height: 340px;
  position: relative;
  background: var(--dark-900);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.3) invert(0.92) contrast(0.9); }

.faq-item { border-bottom: 1px solid rgba(16,23,18,0.1); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 4px; text-align: left; font-weight: 600; font-size: 1rem;
}
.faq-q svg { width: 20px; height: 20px; color: var(--green-600); flex-shrink: 0; transition: transform .3s ease; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 4px 22px; color: var(--text-muted); font-size: .94rem; max-width: 640px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--dark-950); color: var(--text-on-dark-muted); padding: 80px 0 0; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 60px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h5 { color: var(--text-on-dark); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px; font-family: var(--font-mono); font-weight: 600;}
.footer-grid p { font-size: .9rem; margin-bottom: 20px; max-width: 300px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: .9rem; transition: color .25s ease; }
.footer-links a:hover { color: var(--green-400); }
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .82rem;
}
.footer-bottom a:hover { color: var(--green-400); }
.footer-legal { display: flex; gap: 20px; }
.back-to-top {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center;
  color: var(--green-400);
  position: fixed; bottom: 28px; right: 28px; z-index: 500;
  background: rgba(13,21,18,0.9);
  backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: all .3s ease;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { width: 18px; height: 18px; }

/* Selection */
::selection { background: rgba(109,190,69,0.35); color: #06210a; }
