/* ═══════════════════════════════════════
   AgriX Design System v2.0 
   Forest #1E2D14 · Accent #5EA135 · Gold #C8A84B
   ═══════════════════════════════════════ */
:root {
  --forest: #1E2D14; --forest-90: #2a3d1e; --forest-80: #354a28;
  --accent: #5EA135; --accent-light: #7dbf55; --accent-pale: #c4e4a8;
  --gold: #C8A84B; --gold-light: #d4b962; --gold-pale: #f0e2b8;
  --cream: #F7F4EE; --cream-warm: #F2EDE4; --cream-deep: #EBE5D8;
  --white: #FFFFFF; --sand: #E8E0D0;
  --text-primary: #1E2D14; --text-secondary: #4A5A3C;
  --text-muted: #7A856E; --text-light: #9FA894;
  --border: rgba(30,45,20,0.08); --border-strong: rgba(30,45,20,0.15);
  --shadow-sm: 0 1px 3px rgba(30,45,20,0.06);
  --shadow-md: 0 4px 16px rgba(30,45,20,0.08);
  --shadow-lg: 0 8px 32px rgba(30,45,20,0.1);
  --shadow-xl: 0 16px 48px rgba(30,45,20,0.12);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --section-pad: clamp(5rem, 8vw, 9rem);
  --content-max: 1140px; --content-narrow: 720px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--cream); color: var(--text-primary); overflow-x: hidden; line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; }
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 2rem; }
.container--narrow { max-width: var(--content-narrow); margin: 0 auto; padding: 0 2rem; }

/* ── NAV ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 2rem; background: rgba(247,244,238,0.92); backdrop-filter: blur(20px) saturate(1.2); -webkit-backdrop-filter: blur(20px) saturate(1.2); border-bottom: 1px solid var(--border); transition: box-shadow 0.3s; }
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav__inner { max-width: var(--content-max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav__brand--logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav__logo {
  height: 54px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .nav__logo {
    height: 42px;
  }
}
.nav__icon { width: 40px; height: 40px; background: var(--forest); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(30,45,20,0.16), 0 1px 3px rgba(30,45,20,0.1); }
.nav__icon--ax svg { width: 25px; height: 25px; display: block; }
.nav__wordmark { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; color: var(--forest); }
.nav__wordmark .green { color: var(--accent); }
.nav__links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav__links a { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; position: relative; }
.nav__links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1.5px; background: var(--accent); transform: scaleX(0); transition: transform 0.2s; transform-origin: left; }
.nav__links a:hover { color: var(--forest); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__links .active { color: var(--forest); }
.nav__links .active::after { transform: scaleX(1); }
.nav__cta { background: var(--forest) !important; color: var(--cream) !important; padding: 0.5rem 1.3rem !important; border-radius: 6px !important; font-weight: 600 !important; transition: background 0.2s, transform 0.15s !important; }
.nav__cta::after { display: none !important; }
.nav__cta:hover { background: var(--forest-90) !important; transform: translateY(-1px); }
.nav__mobile { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav__mobile svg { width: 24px; height: 24px; color: var(--forest); }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; padding: calc(72px + 5rem) 2rem 5rem; position: relative; overflow: hidden; }
.hero--center { text-align: center; }
.hero__bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 70% 50% at 20% 80%, rgba(94,161,53,0.08) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 20%, rgba(200,168,75,0.06) 0%, transparent 60%); }
.hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.04; background-image: linear-gradient(var(--forest) 1px, transparent 1px), linear-gradient(90deg, var(--forest) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 0%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 0%, transparent 70%); }
.hero__inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.hero__badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); border: 1px solid var(--border-strong); padding: 0.4rem 1rem 0.4rem 0.6rem; border-radius: 100px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 2rem; animation: fadeUp 0.6s ease both; }
.hero__badge-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
.hero__title { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; color: var(--forest); margin-bottom: 1.5rem; animation: fadeUp 0.6s 0.1s ease both; }
.hero__title .em-gold { color: var(--gold); font-style: italic; font-weight: 400; }
.hero__title .em-green { color: var(--accent); }
.hero__desc { font-size: 1.15rem; line-height: 1.7; color: var(--text-secondary); max-width: 580px; margin-bottom: 3rem; animation: fadeUp 0.6s 0.2s ease both; }
.hero--center .hero__desc { margin-left: auto; margin-right: auto; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.6s 0.3s ease both; }
.hero--center .hero__actions { justify-content: center; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.8rem; font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; border-radius: 8px; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
.btn--primary { background: var(--forest); color: var(--cream); }
.btn--primary:hover { background: var(--forest-90); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--secondary { background: transparent; color: var(--forest); border: 1.5px solid var(--border-strong); }
.btn--secondary:hover { border-color: var(--forest); background: rgba(30,45,20,0.03); }
.btn__arrow { transition: transform 0.2s; }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ── SECTIONS ── */
.section { padding: var(--section-pad) 0; position: relative; z-index: 1; }
.section--surface { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section--forest { background: var(--forest); color: var(--cream); }
.section--forest .section__label { color: var(--gold); }
.section--forest .section__label::before { background: var(--gold); }
.section__label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.section__label::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--accent); }
.section__title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 1rem; }
.section__desc { font-size: 1.05rem; color: var(--text-secondary); max-width: 560px; line-height: 1.7; }

/* ── THREE PRODUCTS (homepage) ── */
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3.5rem; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem 2rem 2rem; position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; opacity: 0; transform: translateY(20px); }
.product-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s, transform 0.5s, box-shadow 0.25s, border-color 0.25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.product-card--otkup::before { background: var(--gold); } .product-card--otkup:hover { border-color: var(--gold); }
.product-card--gazd::before { background: var(--accent); } .product-card--gazd:hover { border-color: var(--accent); }
.product-card--ggap::before { background: var(--forest); } .product-card--ggap:hover { border-color: var(--forest-80); }
.product-card__icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; }
.product-card--otkup .product-card__icon { background: var(--gold-pale); }
.product-card--gazd .product-card__icon { background: var(--accent-pale); }
.product-card--ggap .product-card__icon { background: var(--cream-deep); }
.product-card__name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--forest); margin-bottom: 0.25rem; }
.product-card__tagline { font-size: 0.82rem; color: var(--text-muted); font-weight: 500; margin-bottom: 1.25rem; }
.product-card__desc { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 1.5rem; }
.product-card__cta { display: block; width: 100%; padding: 0.75rem; text-align: center; border-radius: 8px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: all 0.2s; border: 1.5px solid var(--border-strong); background: transparent; color: var(--forest); }
.product-card__cta:hover { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.products__note { text-align: center; margin-top: 2.5rem; font-size: 0.9rem; color: var(--text-muted); max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── PAIN ── */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-strong); border-radius: 12px; overflow: hidden; margin-top: 3.5rem; }
.pain-card { background: var(--white); padding: 2rem; opacity: 0; transform: translateY(16px); transition: opacity 0.5s, transform 0.5s, background 0.2s; }
.pain-card.visible { opacity: 1; transform: translateY(0); }
.pain-card:hover { background: var(--cream); }
.pain-card__num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--cream-deep); line-height: 1; margin-bottom: 0.75rem; }
.pain-card h3 { font-size: 0.95rem; font-weight: 600; color: var(--forest); margin-bottom: 0.5rem; }
.pain-card p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }

/* ── COMPARISON ── */
.compare-wrap { margin-top: 3.5rem; overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); background: var(--white); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.compare-table thead { background: var(--cream); }
.compare-table th { padding: 1rem 1.5rem; text-align: left; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--text-muted); border-bottom: 1px solid var(--border); }
.compare-table th:last-child { color: var(--accent); background: rgba(94,161,53,0.04); }
.compare-table td { padding: 0.95rem 1.5rem; font-size: 0.88rem; border-bottom: 1px solid var(--border); }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 500; color: var(--text-secondary); }
.compare-table td:nth-child(2) { color: var(--text-light); }
.compare-table td:last-child { color: var(--accent); font-weight: 600; background: rgba(94,161,53,0.02); }
.compare-table tbody tr { transition: background 0.15s; }
.compare-table tbody tr:hover { background: var(--cream); }
.x-mark { color: #c0392b; }

/* ── CTA / FOOTER ── */
.cta-final { padding: var(--section-pad) 0; text-align: center; position: relative; z-index: 1; }
.cta-final__inner { max-width: 640px; margin: 0 auto; }
.cta-final .section__title { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 1rem; }
.cta-final .section__desc { max-width: 480px; margin: 0 auto 2.5rem; text-align: center; }
.cta-final__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.cta-final__contact { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }
.cta-final__contact a { font-size: 0.85rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.cta-final__contact a:hover { color: var(--forest); }
.footer { padding: 2rem; border-top: 1px solid var(--border); position: relative; z-index: 1; }
.footer__inner { max-width: var(--content-max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer__brand { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--forest); }
.footer__brand .green { color: var(--accent); }
.footer p { font-size: 0.78rem; color: var(--text-light); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes floatUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .products { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 768px) {
  :root { --section-pad: 4rem; }
  .nav__links { display: none; } .nav__mobile { display: block; } .nav__inner { height: 60px; }
  .pain-grid { grid-template-columns: 1fr; }
  .hero { padding-top: calc(60px + 3rem); }
}
@media (max-width: 480px) { .btn { padding: 0.75rem 1.4rem; font-size: 0.85rem; } }

/* ── STAGGER DELAYS ── */
.pain-card:nth-child(1){transition-delay:.05s}.pain-card:nth-child(2){transition-delay:.1s}.pain-card:nth-child(3){transition-delay:.15s}.pain-card:nth-child(4){transition-delay:.2s}.pain-card:nth-child(5){transition-delay:.25s}.pain-card:nth-child(6){transition-delay:.3s}
.product-card:nth-child(1){transition-delay:.05s}.product-card:nth-child(2){transition-delay:.15s}.product-card:nth-child(3){transition-delay:.25s}


/* ══════════════════════════════════════════
   PHONE MOCKUP SYSTEM — reusable
   ══════════════════════════════════════════ */

/* Base phone — use everywhere for inline screenshots */
.phone {
  position: relative;
  width: 240px;
  padding: 10px;
  border-radius: 36px;
  background: linear-gradient(178deg, #2c302c 0%, #141714 100%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.25),
    0 10px 20px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.09),
    inset 0 -1px 0 rgba(0,0,0,0.35);
}
.phone::before {
  content: "";
  position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(140deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.015) 18%, transparent 36%);
  pointer-events: none; z-index: 3;
}
.phone::after {
  content: "";
  position: absolute; inset: 1px; border-radius: 35px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
  pointer-events: none; z-index: 3;
}

.phone__notch {
  position: absolute; top: 13px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 22px; background: #000; border-radius: 14px; z-index: 5;
  box-shadow: 0 0.5px 1px rgba(255,255,255,0.04), inset 0 0.5px 1px rgba(255,255,255,0.02);
}
.phone__notch::after {
  content: ""; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(40,50,60,1) 0%, rgba(15,20,25,1) 60%, rgba(5,8,12,1) 100%);
  box-shadow: inset 0 0 2px rgba(255,255,255,0.08);
}

.phone__screen {
  position: relative; width: 100%; overflow: hidden;
  border-radius: 27px; background: #0d120d;
  aspect-ratio: 750 / 1294;
}
.phone__screen::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.06);
  pointer-events: none; z-index: 2;
}
.phone__screen img {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  object-position: center top;
}
.phone__screen--crop-header img {
  /* Shift image up to hide status bar + app header */
  object-position: center 12%;
}


/* ══════════════════════════════════════════
   KOOPERANT SECTION — premium mockup
   ══════════════════════════════════════════ */

.koop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}

.koop__intro {
  font-size: 1.02rem; color: rgba(247,244,238,0.62);
  line-height: 1.75; margin-bottom: 2.25rem; max-width: 440px;
}

.koop__features {
  list-style: none; display: flex; flex-direction: column;
  gap: 0.5rem; margin-bottom: 2rem;
}

.koop__feature {
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.72rem 1rem; border-radius: 10px;
  background: rgba(247,244,238,0.035);
  border: 1px solid rgba(255,255,255,0.05);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.koop__feature:hover {
  background: rgba(247,244,238,0.07);
  border-color: rgba(255,255,255,0.1);
  transform: translateX(4px);
}

.koop__feature-icon {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.koop__feature-icon svg { display: block; }
.koop__feature-icon--green  { background: rgba(94,161,53,0.12); color: var(--accent); }
.koop__feature-icon--gold   { background: rgba(200,168,75,0.10); color: var(--gold); }
.koop__feature-icon--cream  { background: rgba(247,244,238,0.06); color: rgba(247,244,238,0.5); }

.koop__feature-text {
  font-size: 0.88rem; font-weight: 500;
  color: rgba(247,244,238,0.82); line-height: 1.4;
}

.koop__divider { height: 1px; background: rgba(255,255,255,0.06); margin-bottom: 1.5rem; }

.koop__note {
  font-size: 0.85rem; color: rgba(247,244,238,0.45);
  line-height: 1.75; margin-bottom: 1.75rem; max-width: 400px;
}

.koop__cta {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.15);
  color: var(--cream);
}
.koop__cta:hover {
  background: rgba(247,244,238,0.08);
  border-color: rgba(255,255,255,0.28);
}

.koop__device-col { display: flex; justify-content: center; position: relative; }

.koop__scene { position: relative; padding: 1rem 0; }

.koop__glow {
  position: absolute; top: -15%; bottom: -10%; left: -40%; right: -40%;
  background:
    radial-gradient(ellipse 55% 40% at 48% 38%, rgba(94,161,53,0.16) 0%, transparent 65%),
    radial-gradient(ellipse 40% 30% at 54% 72%, rgba(200,168,75,0.09) 0%, transparent 55%);
  filter: blur(55px); pointer-events: none; z-index: 0;
}

.koop__phone {
  position: relative; z-index: 2; width: 272px; padding: 10px;
  border-radius: 38px;
  background: linear-gradient(178deg, #2c302c 0%, #141714 100%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    0 50px 100px rgba(0,0,0,0.45), 0 20px 40px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.09), inset 0 -1px 0 rgba(0,0,0,0.35);
  animation: floatUp 0.7s 0.1s ease both;
}
.koop__phone::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(140deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.015) 18%, transparent 36%);
  pointer-events: none; z-index: 3;
}
.koop__phone::after {
  content: ""; position: absolute; inset: 1px; border-radius: 37px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
  pointer-events: none; z-index: 3;
}

.koop__notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 22px; background: #000; border-radius: 16px; z-index: 5;
  box-shadow: 0 0.5px 1px rgba(255,255,255,0.04), inset 0 0.5px 1px rgba(255,255,255,0.02);
}
.koop__notch::after {
  content: ""; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(40,50,60,1) 0%, rgba(15,20,25,1) 60%, rgba(5,8,12,1) 100%);
  box-shadow: inset 0 0 2px rgba(255,255,255,0.08);
}

.koop__screen {
  position: relative; width: 100%; aspect-ratio: 750 / 1294;
  overflow: hidden; border-radius: 28px; background: #0d120d;
}
.koop__screen::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.06);
  pointer-events: none; z-index: 2;
}
.koop__screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }

/* Callouts */
.koop__callout {
  position: absolute; z-index: 6; padding: 0.55rem 0.85rem; border-radius: 10px;
  font-size: 0.72rem; font-weight: 500; line-height: 1.4; white-space: nowrap;
  color: rgba(247,244,238,0.88);
  background: rgba(20,30,16,0.88);
  border: 1px solid rgba(94,161,53,0.2);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35), 0 0 0 0.5px rgba(94,161,53,0.1);
}
.koop__callout-label {
  display: block; font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 0.1rem;
}
.koop__callout::before {
  content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(94,161,53,0.6), 0 0 3px rgba(94,161,53,0.3);
}
.koop__callout::after {
  content: ''; position: absolute;
  background: linear-gradient(90deg, rgba(94,161,53,0.35), rgba(94,161,53,0.08));
}

.koop__callout--kartica { top: 90px; right: calc(100% + 22px); }
.koop__callout--kartica::before { right: -18px; top: 50%; transform: translateY(-50%); }
.koop__callout--kartica::after { right: -14px; top: 50%; transform: translateY(-50%); width: 14px; height: 1.5px; }

.koop__callout--saldo { bottom: 140px; left: calc(100% + 22px); }
.koop__callout--saldo::before { left: -18px; top: 50%; transform: translateY(-50%); }
.koop__callout--saldo::after { left: -14px; top: 50%; transform: translateY(-50%); width: 14px; height: 1.5px; background: linear-gradient(90deg, rgba(94,161,53,0.08), rgba(94,161,53,0.35)); }

.koop__callout--trans { bottom: 40px; left: calc(100% + 22px); }
.koop__callout--trans::before { left: -18px; top: 50%; transform: translateY(-50%); }
.koop__callout--trans::after { left: -14px; top: 50%; transform: translateY(-50%); width: 14px; height: 1.5px; background: linear-gradient(90deg, rgba(94,161,53,0.08), rgba(94,161,53,0.35)); }

/* Koop animations */
.koop__callout--kartica { animation: fadeIn 0.5s 0.6s ease both; }
.koop__callout--saldo { animation: fadeIn 0.5s 0.75s ease both; }
.koop__callout--trans { animation: fadeIn 0.5s 0.9s ease both; }
.koop__feature:nth-child(1) { animation: floatUp 0.4s 0.15s ease both; }
.koop__feature:nth-child(2) { animation: floatUp 0.4s 0.22s ease both; }
.koop__feature:nth-child(3) { animation: floatUp 0.4s 0.29s ease both; }
.koop__feature:nth-child(4) { animation: floatUp 0.4s 0.36s ease both; }
.koop__feature:nth-child(5) { animation: floatUp 0.4s 0.43s ease both; }
.koop__feature:nth-child(6) { animation: floatUp 0.4s 0.50s ease both; }

/* Koop responsive */
@media (max-width: 1080px) {
  .koop { gap: 2.5rem; }
  .koop__callout--kartica { top: 70px; right: calc(100% + 14px); font-size: 0.68rem; }
  .koop__callout--saldo, .koop__callout--trans { left: calc(100% + 14px); font-size: 0.68rem; }
}
@media (max-width: 900px) {
  .koop { grid-template-columns: 1fr; gap: 3rem; max-width: 560px; margin-left: auto; margin-right: auto; }
  .koop__device-col { order: -1; }
  .koop__phone { width: 250px; }
  .koop__scene { padding: 0.5rem 0; }
}
@media (max-width: 600px) {
  .koop__phone { width: 230px; border-radius: 34px; padding: 8px; }
  .koop__screen { border-radius: 26px; }
  .koop__notch { width: 72px; height: 20px; top: 12px; }
  .koop__callout { position: relative; top: auto; bottom: auto; left: auto; right: auto; white-space: normal; text-align: center; margin: 0 auto; max-width: 230px; }
  .koop__callout + .koop__callout { margin-top: 0.5rem; }
  .koop__callout::before, .koop__callout::after { display: none; }
  .koop__scene { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
  .koop__glow { left: -25%; right: -25%; }
}


/* ══════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}
.plan {
  background: var(--white);
  border: 1.5px solid var(--border-strong);
  border-radius: 12px;
  padding: 2.25rem 2rem;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow-sm);
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.plan--featured {
  border-color: var(--accent);
  border-width: 2px;
  box-shadow: 0 0 0 1px var(--accent), var(--shadow-md);
}
.plan__badge {
  position: absolute; top: -1px; right: 1.5rem;
  background: var(--accent); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em;
  padding: 0.3rem 0.75rem; border-radius: 0 0 6px 6px;
}
.plan__color {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  border-radius: 12px 12px 0 0;
}
.plan__color--gold { background: var(--gold); }
.plan__color--green { background: var(--accent); }
.plan__color--forest { background: var(--forest); }
.plan h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: var(--forest); margin-bottom: 0.25rem;
}
.plan__for {
  font-size: 0.82rem; color: var(--accent);
  font-weight: 500; margin-bottom: 0.5rem;
}
.plan__limit {
  font-size: 0.85rem; color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.plan__price {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 700;
  color: var(--forest); margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
}
.plan__features {
  list-style: none; display: flex; flex-direction: column;
  gap: 0.65rem; margin-bottom: 2rem;
}
.plan__features li {
  font-size: 0.85rem; color: var(--text-secondary);
  display: flex; gap: 0.6rem; align-items: flex-start;
}
.plan__features li::before {
  content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0;
}
.plan__cta {
  display: block; width: 100%; padding: 0.85rem;
  text-align: center; border-radius: 8px;
  font-family: var(--font-body); font-size: 0.88rem; font-weight: 600;
  text-decoration: none; transition: all 0.2s;
  border: 1.5px solid var(--border-strong);
  background: transparent; color: var(--forest); cursor: pointer;
}
.plan__cta:hover {
  background: var(--forest); border-color: var(--forest); color: var(--cream);
}
.plan--featured .plan__cta {
  background: var(--forest); border-color: var(--forest); color: var(--cream);
}
.plan--featured .plan__cta:hover { background: var(--forest-80); }

@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; gap: 1.5rem; }
}
@media (max-width: 768px) {
  .plan { padding: 2rem 1.75rem; }
}


/* ── STORY / ABOUT ── */
.hero--small {
  min-height: auto;
  padding: calc(72px + 4rem) 2rem 4rem;
}

.story-block {
  margin-top: 2rem;
}

.story-block p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 1.35rem;
}

.story-lead {
  font-size: 1.12rem !important;
  color: var(--forest) !important;
  font-weight: 500;
}

.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0 2rem;
}

.story-point {
  padding: 0.65rem 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--forest);
}

.story-quote {
  margin: 2rem 0 !important;
  padding: 1.25rem 1.5rem;
  background: var(--cream-warm);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  font-size: 1.05rem !important;
  color: var(--forest) !important;
  font-weight: 500;
}

.story-end {
  margin-top: 2rem !important;
  font-family: var(--font-display);
  font-size: 1.55rem !important;
  line-height: 1.3 !important;
  color: var(--forest) !important;
}

@media (max-width: 768px) {
  .story-points {
    gap: 0.6rem;
  }

  .story-point {
    font-size: 0.82rem;
    padding: 0.55rem 0.85rem;
  }

  .story-end {
    font-size: 1.3rem !important;
  }
}
/* ── NAV LOGO ── */
.nav__brand--logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav__logo {
  height: 48px;
  width: auto;
  display: block;
}

/* ── MOBILE NAV ── */
.nav__mobile {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 120;
}

.nav__mobile svg {
  width: 24px;
  height: 24px;
  color: var(--forest);
}

@media (max-width: 900px) {
  .nav {
    padding: 0 1rem;
  }

  .nav__inner {
    height: 72px;
  }

  .nav__logo {
    height: 40px;
  }

  .nav__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav__links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(247,244,238,0.98);
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 1rem 1rem;
    box-shadow: var(--shadow-md);
  }

  .nav__links.open {
    display: flex;
  }

  .nav__links li {
    width: 100%;
    list-style: none;
  }

  .nav__links a {
    display: block;
    width: 100%;
    padding: 0.95rem 0.25rem;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--border);
  }

  .nav__links li:last-child a {
    border-bottom: none;
  }

  .nav__links a::after {
    display: none;
  }

  .nav__links .nav__cta {
    margin-top: 0.75rem;
    text-align: center;
    padding: 0.9rem 1rem !important;
  }
}

.cta-final__phone {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.cta-final__phone-label {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.cta-final__phone-link {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--forest);
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}

.cta-final__phone-link:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .cta-final__phone {
    margin-top: 1.25rem;
  }

  .cta-final__phone-link {
    font-size: 1rem;
  }
}
