:root {
  --gcb-teal: #00bfae;
  --gcb-teal-dark: #008f83;
  --gcb-ink: #0b1720;
  --gcb-muted: #52616b;
  --gcb-line: #e5eceb;
  --gcb-soft: #f4fbfa;
  --gcb-radius: 18px;
  --gcb-shadow: 0 14px 40px rgba(11, 23, 32, .08);
}

html { scroll-behavior: smooth; }
body {
  color: var(--gcb-ink);
  font-family: "Figtree", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body p { color: var(--gcb-muted); }
body a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }

.elementor-14536 {
  position: relative;
  z-index: 50;
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 var(--gcb-line);
}
.elementor-14536 .elementor-button {
  border-radius: 10px !important;
  min-height: 44px;
  letter-spacing: .02em;
  box-shadow: none;
}
.elementor-14536 .elementor-button:hover { transform: translateY(-2px); }
.elementor-14536 .main-navigation a { font-weight: 700; letter-spacing: .015em; }
.elementor-14536 .site-search input.search-field {
  height: 48px;
  border: 1px solid var(--gcb-line);
  border-radius: 999px;
  background: #fbfdfd;
  padding-inline: 48px 20px;
}
.elementor-14536 .site-search input.search-field:focus {
  border-color: var(--gcb-teal);
  box-shadow: 0 0 0 4px rgba(0,191,174,.12);
  outline: 0;
}

body.home .site-content { overflow: hidden; }
body.home .entry-content > .elementor { background: #fff; }
body.home .elementor-widget-heading h1,
body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3 {
  color: var(--gcb-ink);
  letter-spacing: -.025em;
}
body.home .elementor-button { border-radius: 10px; font-weight: 750; }

body.home .category-product-item,
body.home .product,
.woocommerce ul.products li.product {
  border: 1px solid var(--gcb-line);
  border-radius: var(--gcb-radius);
  background: #fff;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.home .category-product-item:hover,
body.home .product:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(0,191,174,.45);
  box-shadow: var(--gcb-shadow);
}
body.home .category-product-img { overflow: hidden; background: var(--gcb-soft); }
body.home .category-product-img img,
.woocommerce ul.products li.product img { transition: transform .35s ease; }
body.home .category-product-item:hover img,
.woocommerce ul.products li.product:hover img { transform: scale(1.035); }

.gcb-process-section,
.gcb-printing-section,
.gcb-content-scroll-section { position: relative; }
.gcb-process-section h2,
.gcb-process-section h3,
.gcb-process-section h4,
.gcb-printing-section h2,
.gcb-printing-section h3,
.gcb-content-scroll-section h1,
.gcb-content-scroll-section h2 { font-family: "Figtree", Arial, sans-serif !important; }
.gcb-card,
.gcb-print-card,
.gcb-content-scroll-box { border-color: var(--gcb-line) !important; box-shadow: var(--gcb-shadow) !important; }
.gcb-card:hover,
.gcb-print-card:hover { border-color: rgba(0,191,174,.6) !important; }
.gcb-number {
  color: #fff !important;
  background: var(--gcb-teal) !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gcb-content-scroll-box { scrollbar-color: var(--gcb-teal) #edf2f1; }

body input:not([type="checkbox"]):not([type="radio"]),
body select,
body textarea { border-radius: 10px; border-color: #d9e4e2; }
body input:focus,
body select:focus,
body textarea:focus {
  border-color: var(--gcb-teal);
  box-shadow: 0 0 0 4px rgba(0,191,174,.1);
  outline: none;
}
body button,
body .button,
body input[type="submit"] { border-radius: 10px; }

.woocommerce .site-main { padding-block: 48px 72px; }
.woocommerce ul.products { gap: 24px 0; }
.woocommerce ul.products li.product { padding: 14px 14px 22px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-weight: 750; line-height: 1.35; }
.woocommerce-ordering select { border-radius: 10px; min-height: 44px; }
footer, .site-footer { border-top: 1px solid var(--gcb-line); }

@media (max-width: 1024px) {
  .elementor-14536 .main-navigation a { font-size: 13px; }
  .gcb-process-section, .gcb-printing-section { padding-block: 64px !important; }
}

@media (max-width: 767px) {
  .elementor-14536 { box-shadow: 0 3px 18px rgba(11,23,32,.08); }
  .elementor-14536 .site-search input.search-field { height: 44px; }
  .gcb-process-section,
  .gcb-printing-section,
  .gcb-content-scroll-section { padding-inline: 16px !important; }
  .gcb-process-section { padding-block: 50px !important; }
  .gcb-heading-wrap { margin-bottom: 28px !important; }
  .gcb-brand { font-size: 34px !important; line-height: 1.08 !important; }
  .gcb-title { font-size: 27px !important; line-height: 1.15 !important; }
  .gcb-subtitle { font-size: 15px !important; line-height: 1.65 !important; }
  .gcb-process-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .gcb-card { border-radius: 16px !important; padding: 20px !important; }
  .gcb-card h4 { font-size: 20px !important; line-height: 1.25 !important; }
  .gcb-card p { font-size: 15px !important; line-height: 1.65 !important; }
  .gcb-print-card { border-radius: 16px !important; }
  .woocommerce .site-main { padding-block: 28px 52px; }
  .woocommerce ul.products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .woocommerce ul.products::before,
  .woocommerce ul.products::after { display: none; }
  .woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 10px 10px 16px; }
}

@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  body.home .elementor-button { min-height: 44px; }
}
