/* ============================================================
   HOMEGA desktop UI
   Clinical premium healthcare + webshop design system
   ============================================================ */

:root {
  --ink: #14211d;
  --muted: #66756f;
  --quiet: #8c9b95;
  --line: #dce7e1;
  --line-strong: #c5d6cf;
  --paper: #ffffff;
  --mist: #f6faf8;
  --sage: #eef5f1;
  --sage-strong: #dfeee8;
  --green: #06483f;
  --green-2: #0b5d50;
  --mint: #b9d8cc;
  --lime: #dfff3f;
  --lime-soft: #f1ffd2;
  --warm: #f7f3ee;
  --sale: #9c3430;
  --shadow: 0 2px 4px rgba(15, 54, 47, .04), 0 18px 54px rgba(15, 54, 47, .13);
  --shadow-soft: 0 1px 2px rgba(15, 54, 47, .04), 0 10px 30px rgba(15, 54, 47, .08);
  --shadow-hover: 0 3px 8px rgba(15, 54, 47, .06), 0 24px 64px rgba(15, 54, 47, .16);
  --radius: 22px;
  --radius-sm: 14px;
  --radius-xl: 32px;
  --ease-out: cubic-bezier(.2, 0, 0, 1);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Avenir Next", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  /*background:
    radial-gradient(circle at 88% 12%, rgba(223, 255, 63, .18), transparent 22rem),
    radial-gradient(circle at 9% 4%, rgba(185, 216, 204, .22), transparent 28rem),
    linear-gradient(180deg, #fbfdfc 0%, #fff 28rem);*/
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.68;
  letter-spacing: 0;
}
body.termek {
  background:
    radial-gradient(circle at 88% 12%, rgba(223, 255, 63, .18), transparent 22rem),
    radial-gradient(circle at 9% 4%, rgba(185, 216, 204, .22), transparent 28rem),
    linear-gradient(180deg, #fbfdfc 0%, #fff 28rem);
}
img { display: block; max-width: 100%; }
a, a:visited { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(6, 72, 63, .28);
  outline-offset: 3px;
}

.wrap { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; padding: 0; }
.section { padding: 78px 0; border: 0; }
.home-services {
  padding-top: 36px;
}
.section:nth-of-type(even), section[style*="background:#f8f8f8"] { background: linear-gradient(180deg, var(--mist), #fff); }
.logo img { height: 44px; display: block; }
.footer-logo img {
  height: 32px;
  display: block;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}
.footer-map-link {
  margin-top: 6px;
  text-decoration: underline;
}
.footer-hours-extra { margin-top: 8px; }
.text-strong { font-weight: 700; }

h1, h2, h3, h4 { color: var(--ink); letter-spacing: 0; }
h1 { font-size: 48px; line-height: 1.08; font-weight: 520; margin-bottom: 20px; max-width: 780px; text-wrap: balance; }
h2 { font-size: 32px; line-height: 1.18; font-weight: 600; margin-bottom: 16px; max-width: 760px; text-wrap: balance; }
h3 { font-size: 18px; line-height: 1.3; font-weight: 580; margin-bottom: 10px; text-wrap: balance; }
h4 { font-size: 16px; line-height: 1.4; font-weight: 580; }
p { color: var(--muted); margin-bottom: 14px; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

.eyebrow, .product-tag, .product-cat, .prod-cat, .svc-tag, .cred-year, .press-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.eyebrow::before, .product-tag::before, .svc-tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--mint);
}
.breadcrumb {
  color: var(--quiet);
  font-size: 13px;
  padding: 42px 0 4px;
}
.breadcrumb a { color: var(--green); }

/* Header */
.topbar {
  background: var(--green);
  color: #fff;
  font-size: 12px;
  padding: 9px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar span { opacity: .84; }
.topbar-login { display: inline-flex; align-items: center; gap: 6px; opacity: 1; }
.topbar-login svg { width: 14px; height: 14px; stroke: currentColor; }

.site-header {
  position: sticky;
  top: 36px;
  z-index: 999;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 0;
  padding: 15px 0;
  transition: padding .2s ease, box-shadow .2s ease;
}
body.is-scrolled .site-header {
  padding: 10px 0;
  box-shadow: 0 12px 34px rgba(15, 54, 47, .09);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  grid-area: 1 / 1;
  justify-self: start;
  z-index: 2;
}
.logo img {
  width: 38px;
  height: 38px !important;
  border-radius: 0;
  box-shadow: none;
  transition: width .2s ease, height .2s ease;
}
body.is-scrolled .site-header .logo img { width: 34px; height: 34px !important; }
.logo-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.2px;
  line-height: 1.05;
}
.logo-wordmark span:last-child {
  color: var(--green);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 1.55px;
}
.nav {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr repeat(4, auto) 1fr;
  align-items: center;
  column-gap: 30px;
  width: 100%;
}
.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  min-height: 40px;
  font-size: 12px;
  font-weight: 640;
  letter-spacing: .9px;
  text-transform: uppercase;
  padding: 8px 0;
}
.nav a:not(.nav-cart):first-child { grid-column: 2; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green);
  transition: transform .18s var(--ease-out);
}
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav-cart {
  justify-self: end;
  background: var(--green);
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(6, 72, 63, .18);
}
.nav-cart::after { display: none; }

/* Buttons */
.btn, .btn-d, .btn-l, .btn-dark, .btn-light, .btn-white, .btn-outline-white,
.btn-cart, .btn-checkout-main, .btn-place-order, .cat-tab, aside a[style*="background:#111"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #fff !important;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 640;
  letter-spacing: .2px;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(6, 72, 63, .08), 0 12px 28px rgba(6, 72, 63, .18);
  transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background-color .18s var(--ease-out);
}
.btn:hover, .btn-d:hover, .btn-l:hover, .btn-dark:hover, .btn-light:hover, .btn-white:hover,
.btn-outline-white:hover, .btn-cart:hover, .btn-checkout-main:hover, .btn-place-order:hover,
.btn-continue-shop:hover {
  transform: translateY(-1px);
  background: var(--green-2);
  color: #fff !important;
  box-shadow: 0 2px 4px rgba(6, 72, 63, .1), 0 16px 36px rgba(6, 72, 63, .22);
}
.btn:active, .btn-d:active, .btn-l:active, .btn-dark:active, .btn-light:active, .btn-white:active,
.btn-outline-white:active, .btn-cart:active, .btn-checkout-main:active, .btn-place-order:active,
.nav-cart:active, .filter-button:active, .page-btn:active, .qty-btn:active {
  transform: scale(.96);
}
.btn-l, .btn-light, .btn-outline-white, .btn-continue-shop {
  background: #fff;
  color: var(--green) !important;
  box-shadow: none;
}
.btn-l:hover, .btn-light:hover, .btn-outline-white:hover, .btn-continue-shop:hover {
  background: var(--green-2);
  color: #fff !important;
}
.btn-sm { min-height: 36px; padding: 8px 16px; font-size: 12px; }
.btn-cart {
 
    min-height: 38px;
    padding: 9px 14px;
    font-size: 12px;
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    bottom: 20px;
}
.btn-continue-shop {
  display: block;
  margin-top: 12px;
  text-align: center;
  color: var(--green);
  font-weight: 620;
}

/* Media */
.ph, .media-panel, .product-media, .gallery-main, .cart-thumb, .mini-thumb {
  overflow: hidden;
  border: 0;
  background: linear-gradient(145deg, var(--sage), #fff);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.ph svg { display: none; }
.media-panel img, .product-media img, .gallery-main img, .cart-thumb img, .mini-thumb img,
.thumb-item img { width: 100%; height: 100%; object-fit: cover; }
.media-panel img, .product-media img, .gallery-main img {
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}
.hero-photo { border-radius: 30px 30px 30px 110px; }
.about-photo, .service-photo { border-radius: var(--radius); }
.product-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
  border-radius: 20px;
  box-shadow: none;
  background: var(--mist);
}
.product-media img { object-fit: cover; padding: 0; mix-blend-mode: normal; }

/* Bento primitives */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.bento-card,
.bento-card-lg,
.bento-media,
.bento-stat,
.bento-action {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(197, 214, 207, .54);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-soft);
}
.bento-card,
.bento-card-lg { padding: 30px; }
.bento-card-lg { grid-column: span 7; min-height: 390px; }
.bento-card { grid-column: span 5; }
.bento-media { grid-column: span 6; min-height: 360px; }
.bento-media img { width: 100%; height: 100%; object-fit: cover; }
.bento-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 132px;
  padding: 22px;
}
.bento-action,
.bento-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
}
.bento-action {
  width: 42px;
  height: 42px;
  font-weight: 650;
  box-shadow: 0 1px 2px rgba(162, 206, 40, .08), 0 12px 24px rgba(162, 206, 40, .22);
}
.bento-dot {
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 7px rgba(223, 255, 63, .18);
}
.bento-card::after,
.bento-card-lg::after,
.bento-media::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  opacity: .86;
}

/* Hero / page hero */
.hero-section, .page-hero {
  padding: 72px 0 56px;
  border: 0;
  background:
    radial-gradient(circle at 74% 16%, rgba(223, 255, 63, .18), transparent 22rem),
    linear-gradient(135deg, rgba(238, 245, 241, .9), #fff 52%, rgba(247, 243, 238, .72));
}
.hero-inner, .page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 60px;
  align-items: center;
}
.hero-copy h1, .page-hero h1 { max-width: 620px; }
.hero-copy p, .page-hero p { max-width: 670px; color: var(--muted); }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-lead {
  margin-top: 34px;
  padding: 28px 32px;
  column-count: 2;
  column-gap: 44px;
  border: 1px solid rgba(197, 214, 207, .52);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow-soft);
}
.hero-lead p { color: var(--muted); font-size: 16px; break-inside: avoid; }

.hero-visual {
  position: relative;
}
.hero-visual .media-panel {
  width: 100%;
  height: 370px;
  min-height: 370px !important;
}
.hero-photo { min-height: 320px; }
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-float {
  position: absolute;
  min-width: 138px;
  padding: 14px 16px;
  border: 1px solid rgba(197, 214, 207, .58);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.hero-float strong {
  display: block;
  color: var(--green);
  font-size: 22px;
  line-height: 1;
}
.hero-float span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.hero-float.one { left: -30px; bottom: 34px; }
.hero-float.two { right: 20px; top: 18px; min-width: 178px; }

/* Layout blocks */
.two-col, .svc-detail, .product-detail, .checkout-layout, .cart-layout, .grid, .story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}
.gap-lg { gap: 70px; }
.gap-md { gap: 46px; }
.story-grid { align-items: start; }
.intro-copy, .story-col { max-width: 660px; }
.story-col p, .intro-body p { color: var(--muted); line-height: 1.78; }

.stats-row {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}
.stat {
  min-width: 132px;
  padding: 18px 18px 16px;
 
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.stat-num {
  display: block;
  color: var(--green);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.stat-lbl {
  display: block;
  color: var(--quiet);
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.svc-hd, .row-hd, .row-header, .section-head, .shop-main-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.svc-hd h2, .row-hd h2, .row-header h2 { margin-bottom: 0; }

.about-bento .media-panel,
.about-bento-copy,
.home-products .prod-card {
  border-radius: var(--radius-xl);
}
.about-bento {
  align-items: stretch;
}
.about-photo {
  height: 100%;
  min-height: 400px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cta { margin-top: 12px; }
/*.about-bento-copy {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(197, 214, 207, .5);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
}*/
.about-bento .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Cards / service */
.svc-grid, .services-grid, .trust-items, .press-grid, .related-grid, .products-grid {
  display: grid;
  gap: 22px;
}
.svc-grid, .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-services .svc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.home-products .prod-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.home-products .prod-card:first-child .product-media {
  min-height: 190px !important;
}
.home-products .product-media { min-height: 190px; }
.trust-items, .press-grid, .related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.products-grid.cols-4, .prod-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.products-grid.cols-3, .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }


.svc-card, .trust-item, .press-card, .product-card, .prod-card, .rel-card,
.sidebar-block, .form-section, .checkout-opt, .payment-opt, .order-summary-box, .coupon-section,
.faq-item, .cred-item {
  border: 1px solid rgba(197, 214, 207, .5);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
}
.svc-card, .trust-item, .press-card, .product-card, .prod-card, .rel-card,
.sidebar-block, .form-section, .checkout-opt, .payment-opt, .order-summary-box, .coupon-section,
.faq-item, .cred-item, .about-bento-copy, .hero-lead, .bento-card, .bento-card-lg, .bento-media, .bento-stat {
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out), border-color .2s var(--ease-out);
}
.svc-card:hover, .trust-item:hover, .press-card:hover,
.checkout-opt:hover, .payment-opt:hover, .faq-item:hover, .cred-item:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 214, 207, .28);
  box-shadow: var(--shadow-hover);
}
.svc-card, .trust-item, .press-card { padding: 28px; }
.svc-card,
.trust-item {
  min-height: 190px;
  border-radius: var(--radius-xl);
}
.svc-icon, .trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 72% 28%, var(--lime) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: inset 0 0 0 11px rgba(255,255,255,.24), 0 1px 2px rgba(6,72,63,.08), 0 12px 24px rgba(6,72,63,.16);
  margin-bottom: 18px;
}
.trust-icon { margin: 0 auto 16px; }
.trust-band {
  padding: 54px 0;
  background: var(--mist);
  border: 0;
}
.trust-items {
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
}
.trust-item { text-align: center;font-size: 14px; }
.trust-item:nth-child(1),
.trust-item:nth-child(4) {
  background: linear-gradient(145deg, #fff, var(--lime-soft));
}
.trust-item:nth-child(1) { min-height: 230px; }
.trust-item:nth-child(4) { min-height: 230px; }
.svc-link, .press-readmore, .faq-q {
  color: var(--green);
  font-size: 13px;
  font-weight: 620;
}

.svc-detail {
  align-items: stretch;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.section > .wrap > .svc-detail {
  padding: 18px;
  border: 1px solid rgba(197, 214, 207, .46);
  border-radius: 36px;
  background: rgba(255,255,255,.74);
  box-shadow: var(--shadow-soft);
}

.section:nth-of-type(2n) > .wrap > .svc-detail > div:not(.media-panel) {
  background: var(--lime-soft);
}
.svc-detail > div:not(.media-panel) {
  position: relative;
  padding: 34px;
  border-radius: 20px;
  background: var(--paper);
}

.svc-detail .media-panel {
  min-height: 100% !important;
  border-radius: 20px;
}
.svc-detail.reverse { direction: rtl; }
.svc-detail.reverse > * { direction: ltr; }
.svc-detail h2 { font-size: 32px; }
.checklist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.checklist li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 5px var(--green);
}
.svc-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* Shop */
.page-hero .breadcrumb { margin-bottom: 12px; padding: 0; }
.promo-bar {
  background: var(--green);
  color: #fff;
  padding: 14px 0;
}
.promo-bar .wrap { display: flex; align-items: center; justify-content: center; gap: 20px; }
.coupon-code {
  border: 1px dashed rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 1.35px;
}
.shop-layout {
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  gap: 24px;
  padding: 52px 0 86px;
  align-items: start;
}
aside { position: sticky; top: 112px; align-self: start; }
.sidebar-block { padding: 22px; margin-bottom: 18px; border-radius: var(--radius-xl); }
.sidebar-block h4 {
  color: var(--green);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sidebar-block ul { list-style: none; }
.sidebar-block li + li { border-top: 0; }
.sidebar-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  color: var(--muted);
  font-size: 14px;
}
.sidebar-block a.active { color: var(--green); font-weight: 620; }
.cat-count { color: var(--quiet); }
.filter-track {
  position: relative;
  height: 6px;
  margin: 4px 0 12px;
  border-radius: 999px;
  background: var(--sage-strong);
  overflow: hidden;
}
.filter-track span {
  position: absolute;
  left: 15%;
  right: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--lime));
}
.filter-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--quiet);
  font-size: 12px;
}
.filter-button {
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  width: 100%;
  gap: 8px;
  min-height: 38px;
  text-align: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 640;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(6,72,63,.08), 0 14px 30px rgba(6,72,63,.16);
  transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background-color .18s var(--ease-out);
}

.shop-main-header {
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(197, 214, 207, .5);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.results-count { color: var(--quiet); font-size: 13px; }
.sort-select, .form-input, .form-select, .coupon-field, textarea {
  min-height: 43px;
  width: 100%;
  border: 1px solid rgba(197, 214, 207, .74);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 10px 13px;
  font: inherit;
  transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), background-color .18s var(--ease-out);
}
.sort-select:hover, .form-input:hover, .form-select:hover, .coupon-field:hover, textarea:hover {
  border-color: rgba(6, 72, 63, .34);
}
.sort-select:focus, .form-input:focus, .form-select:focus, .coupon-field:focus, textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(6, 72, 63, .08);
}

.product-card, .prod-card, .rel-card {
  position: relative;
  padding: 12px;
  padding-bottom: 56px;
  overflow: hidden;
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out), border-color .2s var(--ease-out);
  border-radius: var(--radius-xl);
}
.product-card:hover, .prod-card:hover, .rel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 214, 207, .28);
  box-shadow: var(--shadow-hover);
}
.product-body, .prod-body, .rel-body { padding: 18px 8px 6px; }
.product-name, .prod-name, .cart-prod-name, .mini-name {
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.price-old, .p-old { color: var(--quiet); text-decoration: line-through; font-size: 12px; font-variant-numeric: tabular-nums; }
.price-new, .p-new, .rel-price { color: var(--green); font-size: 18px; font-weight: 700; font-variant-numeric: tabular-nums; }
.akc-badge, .badge, .product-badge-sale, .checkout-opt-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.pagination { display: flex; gap: 8px; margin-top: 38px; }
.page-btn {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 214, 207, .6);
  border-radius: 14px;
  background: #fff;
  color: var(--green);
  font-weight: 620;
  transition: transform .18s var(--ease-out), background-color .18s var(--ease-out), box-shadow .18s var(--ease-out);
}
.page-btn.active { background: var(--green); color: #fff; }
.page-btn.wide { padding: 0 14px; }

/* Product detail */
.product-detail {
  grid-template-columns: 1.04fr .96fr;
  align-items: start;
  padding: 12px 0 24px;
  gap: 20px;
}
.product-detail > div {
 
  padding: 18px;
  height: 100%;
}
.product-detail > div:nth-child(2) {
  padding: 34px;
}
.gallery-main {
  width: 100%;
  height: 520px;
  background: linear-gradient(145deg, var(--mist), #fff);
  border-radius: 28px;
}
.gallery-main img { object-fit: cover; padding: 0; mix-blend-mode: multiply; }
.thumb-row { display: flex; gap: 10px; margin-top: 12px; }
.thumb-item {
  width: 82px;
  height: 82px;
  border-radius: 14px;
  border: 1px solid rgba(197, 214, 207, .62);
  overflow: hidden;
  background: var(--mist);
  transition: transform .18s var(--ease-out), border-color .18s var(--ease-out), box-shadow .18s var(--ease-out);
}
.thumb-item:hover { transform: translateY(-1px); border-color: rgba(6,72,63,.38); box-shadow: var(--shadow-soft); }
.thumb-item.active { border: 2px solid var(--green); }
.thumb-item img { object-fit: contain; padding: 8px; mix-blend-mode: multiply; }
.price-section {
  margin: 22px 0;
  padding: 20px 0;
  border-top: 0;
  border-bottom: 0;
}
.price-section .price-new { display: block; font-size: 42px; line-height: 1.1; font-variant-numeric: tabular-nums; }
.price-saving { color: var(--green); font-size: 13px; font-weight: 620; margin-top: 4px; }
.qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.qty-ctrl { display: inline-flex; align-items: center; border: 1px solid rgba(197, 214, 207, .74); border-radius: 999px; overflow: hidden; }
.qty-btn { width: 40px; height: 40px; border: 0; background: var(--sage); color: var(--green); font-size: 18px; cursor: pointer; }
.qty-input { width: 50px; height: 40px; border: 0; text-align: center; color: var(--ink); font-weight: 620; font-variant-numeric: tabular-nums; }
.stock-info, .product-meta-row, .cart-prod-meta, .mini-qty, .secure-note, .shipping-tip, .coupon-tip {
  color: var(--quiet);
  font-size: 13px;
}
.product-meta-row {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(197, 214, 207, .52);
  border-radius: 22px;
  background: var(--mist);
}
.product-meta-row span { display: block; margin-bottom: 5px; }
.related { padding: 70px 0; border-top: 0; }

/* Cart / checkout */
.checkout-steps {
  display: flex;
  align-items: center;
  margin: 44px 0 36px;
}
.step { display: flex; align-items: center; gap: 10px; }
.step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  color: var(--quiet);
  background: #fff;
  font-size: 13px;
  font-weight: 620;
}
.step span { color: var(--quiet); font-size: 13px; font-weight: 680; }
.step.active .step-num, .step.done .step-num { background: var(--green); color: #fff; border-color: var(--green); }
.step.active span, .step.done span { color: var(--green); }
.step-line {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(185,216,204,.18), rgba(223,255,63,.2));
  margin: 0 14px;
}
.step-line.done { background: linear-gradient(90deg, var(--green), var(--lime)); }

.cart-layout { grid-template-columns: minmax(0, 1fr) 380px; align-items: start; padding-bottom: 86px; gap: 24px; }
.checkout-layout { grid-template-columns: minmax(0, 1fr) 400px; align-items: start; padding-bottom: 86px; gap: 24px; }
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.cart-table th {
  color: var(--quiet);
  text-align: left;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 12px 6px;
}
.cart-table td {
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  padding: 14px 12px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(197, 214, 207, .5);
  border-radius: 0;
 
  
}
.cart-table td:first-child { border-left: 0; border-radius: 18px 0 0 18px; }
.cart-table td:last-child { border-right: 0; border-radius: 0 18px 18px 0; }
.cart-thumb { width: 84px; height: 84px; border-radius: 14px; box-shadow: none; }
.cart-thumb img, .mini-thumb img { object-fit: contain; padding: 8px; mix-blend-mode: multiply; }
.cart-remove { color: var(--quiet); font-size: 12px; text-decoration: underline; cursor: pointer; }
.coupon-section, .form-section { padding: 28px; margin-bottom: 20px; border-radius: var(--radius-xl); }
.coupon-row { display: flex; gap: 12px; align-items: center; }
.order-summary-box {
  position: sticky;
  top: 112px;
  padding: 28px;
  border-radius: var(--radius-xl);
}
.order-summary-box h3, .form-section h3 {
  padding-bottom: 13px;
  margin-bottom: 18px;
  border-bottom: 0;
}
.sum-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.sum-row.total {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  padding-top: 14px;
  margin-top: 8px;
  border-top: 0;
}
.sum-row.discount { color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .9px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.checkout-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-opt, .payment-opt { position: relative; padding: 22px; cursor: pointer; border-radius: 24px; }
.checkout-opt.active, .payment-opt.active { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6,72,63,.08); }
.payment-opt { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 12px; }
.checkout-opt-tag { top: -10px; right: 14px; background: var(--green);color:white }
.radio-ring {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--line-strong);
  margin-top: 3px;
  flex: 0 0 auto;
}
.radio-ring.on { border-color: var(--green); box-shadow: inset 0 0 0 4px #fff, 0 0 0 4px rgba(6,72,63,.08); background: var(--green); }
.pay-lbl { color: var(--ink); font-size: 14px; font-weight: 600; }
.pay-desc { color: var(--muted); font-size: 13px; }
.mini-product { display: flex; gap: 14px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 0; }
.mini-thumb { width: 58px; height: 58px; border-radius: 12px; box-shadow: none; flex: 0 0 auto; }
textarea { width: 100%; min-height: 104px; resize: vertical; }

/* FAQ / timeline / press */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { margin-bottom: 10px; padding: 0 20px; }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
}
.faq-a { color: var(--muted); padding: 0 0 18px; }
.faq-toggle { color: var(--green); font-size: 20px; }
.cred-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cred-item { padding: 20px; border-left: 4px solid var(--green); }
.cred-title { color: var(--ink); font-weight: 600; }
.cred-place { color: var(--muted); font-size: 13px; }
.h-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 44px; }
.h-tl-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.h-tl-dot, .tl-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); margin-bottom: 10px; }
.h-tl-year, .tl-year { color: var(--green); font-size: 12px; font-weight: 650; }
.h-tl-title, .tl-title { color: var(--ink); font-weight: 600; font-size: 14px; }
.h-tl-desc, .tl-desc { color: var(--muted); font-size: 13px; }

/* CTA / footer */
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(6,72,63,.72), rgba(6,72,63,.72)),
    url("assets/hero-consultation.png") center / cover;
  color: #fff;
  padding: 86px 0;
  text-align: center;
}
.cta-band h2 { color: #fff; margin-left: auto; margin-right: auto; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 580px; margin: 0 auto 28px; }
.cta-band-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-outline-white { color: #fff !important; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }

.site-footer {
  background: #0f211d;
  color: #fff;
  padding: 58px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 48px;
}
.footer-grid img { filter: brightness(0) invert(1); border-radius: 50%; }
.footer-grid h4 {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-grid p, .footer-grid span, .footer-grid a {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  margin-bottom: 7px;
}
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-top: 0;
}
.footer-bottom p, .footer-legal a { color: rgba(255,255,255,.46); font-size: 12px; }
.footer-legal { display: flex; gap: 18px; }

/* Original inline helpers softened */
[style*="background:#f8f8f8"] { background: var(--mist) !important; }
[style*="background:#111"] { background-color: var(--green) !important; }
[style*="border:2px solid #111"] { border-color: var(--green) !important; }
[style*="color:#888"] { color: var(--quiet) !important; }

/* Divider cleanup: keep bento card surfaces, remove section/list separator lines. */
.site-header,
.related,
.footer-bottom,
.price-section,
.cart-table thead,
.cart-table tr,
.order-summary-box h3,
.form-section h3,
.mini-product {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.sidebar-block li + li,
.checklist li,
.summary-line.total,
.summary-row.total {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* --- Page-load hero animation --- */
@keyframes load-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-section .eyebrow {
  animation: load-fade-up .6s cubic-bezier(.2, 0, 0, 1) both;
}
.hero-section h1 {
  animation: load-fade-up .65s cubic-bezier(.2, 0, 0, 1) 100ms both;
}
.hero-section .hero-btns {
  animation: load-fade-up .6s cubic-bezier(.2, 0, 0, 1) 220ms both;
}
.hero-section .hero-visual {
  animation: load-fade-up .7s cubic-bezier(.2, 0, 0, 1) 150ms both;
}
.hero-lead {
  animation: load-fade-up .65s cubic-bezier(.2, 0, 0, 1) 420ms both;
}

/* Sub-page hero animations (bemutatkozas, szolgaltatasok, webshop) */
.page-hero .eyebrow {
  animation: load-fade-up .6s cubic-bezier(.2, 0, 0, 1) both;
}
.page-hero h1 {
  animation: load-fade-up .65s cubic-bezier(.2, 0, 0, 1) 100ms both;
}
.page-hero-inner > div > p,
.page-hero > .wrap > p {
  animation: load-fade-up .6s cubic-bezier(.2, 0, 0, 1) 200ms both;
}
.page-hero .hero-photo {
  animation: load-fade-up .7s cubic-bezier(.2, 0, 0, 1) 180ms both;
}

/* --- Scroll fade-in --- */
.fade-in-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s cubic-bezier(.2, 0, 0, 1),
              transform .55s cubic-bezier(.2, 0, 0, 1);
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .fade-in-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
