:root {
  --navy: #1e2a4a;
  --navy-700: #29385f;
  --navy-900: #141d33;
  --teal: #1fa598;
  --teal-600: #17897e;
  --teal-50: #e9f6f4;
  --ink: #16203a;
  --body: #5a6478;
  --muted: #8b93a4;
  --line: #eceef3;
  --line-2: #e2e6ee;
  --bg: #ffffff;
  --soft: #f5f7fa;
  --soft-2: #f0f3f8;
  --wa: #25d366;
  --wa-dark: #1eb457;
  --shadow-xs: 0 1px 2px rgba(20,30,60,.05);
  --shadow-sm: 0 4px 14px rgba(20,30,60,.06);
  --shadow: 0 12px 34px rgba(20,30,60,.09);
  --shadow-lg: 0 24px 60px rgba(20,30,60,.14);
  --r-lg: 18px;
  --r: 14px;
  --r-sm: 10px;
  --r-btn: 11px;
  --pill: 999px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0 0 .4em; line-height: 1.12; color: var(--navy); font-weight: 800; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
.muted { color: var(--muted); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--r-btn); font-weight: 600; font-size: .96rem;
  border: 1.5px solid transparent; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  font-family: inherit; white-space: nowrap; line-height: 1;
}
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }
.btn-primary, .btn-dark { background: var(--navy); color: #fff; }
.btn-primary:hover, .btn-dark:hover { background: var(--navy-700); }
.btn-outline { background: #fff; border-color: var(--line-2); color: var(--navy); }
.btn-outline:hover { border-color: var(--navy); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-icon { padding-left: 14px; padding-right: 14px; }
.wa-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--wa); color: #fff; border-radius: var(--r-btn); font-weight: 600; font-size: .9rem; transition: .16s; }
.wa-btn:hover { background: var(--wa-dark); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 40px; height: 40px; object-fit: contain; }
.brand-name { font-weight: 800; font-size: 1.28rem; color: var(--navy); letter-spacing: -.02em; }
.brand-dot { color: var(--teal); }
.main-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.main-nav a { padding: 9px 14px; border-radius: var(--r-sm); font-weight: 500; font-size: .93rem; color: #48506a; transition: .15s; }
.main-nav a:hover { background: var(--soft); color: var(--navy); }
.main-nav a.active { color: var(--teal-600); background: var(--teal-50); font-weight: 600; }
.header-right { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }

/* ---------- Shared bits ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 600; color: var(--teal-600); background: var(--teal-50); padding: 7px 15px; border-radius: var(--pill); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.section-kicker { display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-600); margin-bottom: 8px; }
.section-kicker.light { color: var(--teal); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 72px 24px 84px; }
.hero-text h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); font-weight: 900; letter-spacing: -.035em; margin: 18px 0 16px; }
.hero-sub { font-size: 1.12rem; color: var(--body); max-width: 500px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 30px; }
.hero-stats { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hstat { display: flex; flex-direction: column; }
.hstat b { font-size: 1.15rem; color: var(--navy); font-weight: 800; letter-spacing: -.01em; }
.hstat span { font-size: .82rem; color: var(--muted); }
.hstat-div { width: 1px; height: 34px; background: var(--line-2); }

.hero-visual { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.hero-img-panel {
  position: relative; width: 100%; max-width: 500px; aspect-ratio: 1/1;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; padding: 26px;
}
.hero-img-panel img { width: 100%; height: 100%; object-fit: contain; }

/* ---------- Category strip ---------- */
.cat-strip { padding: 8px 0 4px; margin-top: -34px; position: relative; z-index: 4; }
.cat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cat-pill {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm);
  font-weight: 600; color: var(--navy); transition: .18s;
}
.cat-pill:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal); }
.cat-pill-ico { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; background: var(--teal-50); color: var(--teal-600); border-radius: 13px; }
.cat-pill-name { font-size: .95rem; line-height: 1.25; }

/* ---------- Benefits ---------- */
.benefits { padding: 48px 0 12px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit { display: flex; align-items: center; gap: 15px; padding: 20px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-xs); transition: .18s; }
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.benefit-ico { width: 50px; height: 50px; flex-shrink: 0; display: grid; place-items: center; background: var(--teal-50); color: var(--teal-600); border-radius: 14px; }
.benefit-ico svg { width: 26px; height: 26px; }
.benefit b { font-size: .98rem; color: var(--navy); display: block; }
.benefit p { margin: 2px 0 0; font-size: .84rem; color: var(--muted); }

/* ---------- Compatible software ---------- */
.software { padding: 64px 0 8px; }
.software-head { max-width: 680px; margin: 0 auto 34px; text-align: center; }
.software-head h2 { font-size: clamp(1.6rem, 3vw, 2rem); margin: 6px 0 12px; }
.software-head p { color: var(--body); margin: 0; }
.soft-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
.soft-logo { display: flex; align-items: center; justify-content: center; padding: 26px 20px; min-height: 110px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .18s ease; }
.soft-logo:hover { border-color: var(--line-2); }
.soft-logo img { max-height: 42px; max-width: 100%; width: auto; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .2s ease, opacity .2s ease; }
.soft-logo:hover img { filter: grayscale(0); opacity: 1; }
.soft-logo--more { color: var(--muted); font-weight: 600; font-size: 1rem; }
.software-note { text-align: center; color: var(--muted); font-size: .9rem; margin: 24px auto 0; max-width: 560px; }

/* ---------- Sections ---------- */
.section { padding: 68px 0; }
.section--alt { background: var(--soft); border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; gap: 24px; flex-wrap: wrap; }
.section-head h1, .section-head h2 { font-size: clamp(1.7rem, 3vw, 2.1rem); margin: 0; }
.section-lead { color: var(--body); margin: 0; max-width: 380px; font-size: .98rem; }
.see-all { color: var(--teal-600); font-weight: 600; font-size: .95rem; }
.see-all:hover { text-decoration: underline; }

/* ---------- Product grid & cards ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card-media { position: relative; aspect-ratio: 1/1; background: var(--soft); display: block; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .35s ease; mix-blend-mode: multiply; }
.card:hover .card-media img { transform: scale(1.05); }
.badge { position: absolute; top: 12px; left: 12px; font-size: .74rem; font-weight: 700; padding: 6px 11px; border-radius: var(--pill); color: #fff; }
.badge-sale { background: #ef5b45; }
.badge-out { background: #6b7280; left: auto; right: 12px; }
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card-title { font-size: 1rem; font-weight: 600; margin: 0; line-height: 1.4; color: var(--ink); }
.card-title a:hover { color: var(--teal-600); }
.card-price { display: flex; align-items: baseline; gap: 9px; margin-top: auto; }
.price { font-size: 1.3rem; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.price-lg { font-size: 2.1rem; }
.price-old { font-size: .95rem; color: var(--muted); text-decoration: line-through; }
.card-actions { display: flex; gap: 8px; }
.card-actions .btn-dark { flex: 1; padding: 11px 12px; font-size: .9rem; }

/* ---------- Showcase ---------- */
.showcase { background: var(--soft); padding: 24px 0 76px; }
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.showcase-media { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 30px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; }
.showcase-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.showcase-text h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 8px 0 12px; }
.showcase-text p { color: var(--body); }
.showcase-list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 11px; }
.showcase-list li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 500; }
.showcase-list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2317897e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }
.showcase-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.showcase-price { font-size: 1.9rem; font-weight: 800; color: var(--navy); }

/* ---------- CTA band ---------- */
.cta-band { padding: 20px 0 72px; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 46px 48px; flex-wrap: wrap; border-radius: var(--r-lg); background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; margin: 0 0 6px; font-size: 1.6rem; }
.cta-band p { color: rgba(255,255,255,.78); margin: 0; max-width: 460px; }
.cta-band .btn-wa { position: relative; z-index: 2; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 22px 0 0; font-size: .88rem; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--teal-600); }
.breadcrumb span { color: #c3cad6; }

/* ---------- Product detail ---------- */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.gallery-main { position: relative; background: var(--soft); border: 1px solid var(--line); border-radius: var(--r-lg); aspect-ratio: 1/1; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; padding: 30px; mix-blend-mode: multiply; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.thumb { width: 78px; height: 78px; padding: 6px; background: var(--soft); border: 1.5px solid var(--line); border-radius: 12px; cursor: pointer; transition: .15s; }
.thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.thumb.active, .thumb:hover { border-color: var(--teal); }
.product-cat-tag { display: inline-block; font-size: .82rem; font-weight: 600; color: var(--teal-600); background: var(--teal-50); padding: 6px 13px; border-radius: var(--pill); margin-bottom: 12px; }
.product-info h1 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.product-price { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 14px; }
.stock { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .9rem; padding: 7px 14px; border-radius: var(--pill); margin-bottom: 20px; }
.stock.in { color: var(--teal-600); background: var(--teal-50); }
.stock.out { color: #b42318; background: #fee4e2; }
.product-desc { color: var(--body); line-height: 1.75; margin-bottom: 24px; white-space: pre-line; }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.product-perks { list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid var(--line); display: grid; gap: 11px; color: var(--body); font-size: .94rem; }

/* ---------- Empty / 404 ---------- */
.empty { padding: 64px 20px; text-align: center; color: var(--muted); background: var(--soft); border: 1px dashed var(--line-2); border-radius: var(--r); }
.empty-page { text-align: center; padding: 90px 20px; }
.empty-page h1 { font-size: 5rem; color: var(--teal); margin-bottom: 0; }

/* ---------- Contact ---------- */
.contact-wrap { max-width: 640px; margin: 0 auto; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 44px; box-shadow: var(--shadow-sm); }
.contact-big { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 14px; }
.contact-big li { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; }
.contact-big span { font-size: 1.3rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b9c2d6; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding: 60px 24px 44px; }
.footer-brand-col .brand--footer { margin-bottom: 4px; }
.footer-logo-tile { width: 42px; height: 42px; background: #fff; border-radius: 12px; display: grid; place-items: center; padding: 5px; }
.footer-logo-tile img { width: 100%; height: 100%; object-fit: contain; }
.brand--footer .brand-name { color: #fff; }
.footer-tagline { color: #8592ad; margin: 14px 0 20px; max-width: 280px; font-size: .92rem; }
.footer-col h2 { color: #fff; font-size: 1rem; margin-bottom: 16px; font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.contact-list li { font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; font-size: .85rem; color: #75809b; flex-wrap: wrap; gap: 8px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 60; width: 56px; height: 56px; background: var(--wa); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); transition: background .18s ease; }
.wa-float:hover { background: var(--wa-dark); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; padding-bottom: 60px; }
  .hero-visual { min-height: 360px; }
  .cat-strip { margin-top: 12px; }
  .cat-row { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .product-detail { grid-template-columns: 1fr; gap: 30px; }
  .showcase-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .soft-logos { grid-template-columns: repeat(3, 1fr); max-width: 620px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; inset: 74px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch;
    padding: 14px 24px 22px; gap: 2px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    transform: translateY(-150%); transition: .25s; margin: 0;
  }
  body.nav-open .main-nav { transform: translateY(0); }
  .header-wa { display: none; }
  .main-nav a { padding: 13px 14px; }
  /* hide the category tiles on mobile */
  .cat-strip { display: none; }
  /* one full-width, larger product card per row */
  .grid { grid-template-columns: 1fr; gap: 16px; }
  .card-media { aspect-ratio: 4/3; }
  .card-body { padding: 18px 20px 20px; }
  .card-title { font-size: 1.1rem; }
  .price { font-size: 1.45rem; }
  .section { padding: 48px 0; }
  .hero-stats { gap: 16px; }
  .cta-band-inner { padding: 34px 26px; }
}
@media (max-width: 480px) {
  .cat-row { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .soft-logos { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-chip-1 { left: 0; top: 10px; }
  .hero-chip-2 { right: 0; bottom: 10px; }
  .hero-text h1 { font-size: 2.1rem; }
}
