/*
Theme Name: Danico Auto Demo
Theme URI: https://danico-ai.ir/
Author: Danico
Description: قالب فروشگاه نمایشی قطعات خودرو برای معرفی چت‌بات فروش هوشمند دانیکو.
Version: 1.7.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: gandy-drive
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --gd-ink: #101319;
  --gd-muted: #667085;
  --gd-line: #e8eaf0;
  --gd-bg: #f6f7f9;
  --gd-card: #fff;
  --gd-accent: #f5b800;
  --gd-accent-dark: #d99e00;
  --gd-radius: 22px;
  --gd-shadow: 0 18px 50px rgba(16,19,25,.08);
  --gd-container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gd-ink);
  background: #fff;
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: .25s ease; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.gd-container { width: min(calc(100% - 40px), var(--gd-container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.gd-topbar { color: #fff; background: var(--gd-ink); font-size: 13px; }
.gd-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gd-topbar p { margin: 0; }
.gd-topbar-links { display: flex; gap: 20px; color: #d0d5dd; }
.gd-topbar-links a:hover { color: var(--gd-accent); }
.gd-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(232,234,240,.85);
  backdrop-filter: blur(18px);
}
.admin-bar .gd-header { top: 32px; }
.gd-header-main { min-height: 82px; display: grid; grid-template-columns: 230px minmax(260px, 1fr) auto; align-items: center; gap: 32px; }
.gd-brand { display: flex; align-items: center; gap: 12px; }
.gd-brand .custom-logo-link { display: flex; align-items: center; }
.gd-brand .custom-logo { width: auto; max-width: 210px; max-height: 55px; }
.gd-danico-header-mark { width: 47px; height: 38px; object-fit: contain; }
.gd-brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  color: var(--gd-ink); background: var(--gd-accent); border-radius: 13px;
  font-weight: 900; transform: skew(-7deg);
}
.gd-brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.gd-brand-copy strong { font-size: 20px; font-weight: 900; letter-spacing: -.5px; direction: ltr; }
.gd-brand-copy small { color: var(--gd-muted); font-size: 11px; margin-top: 5px; }
.gd-search form, .gd-search .woocommerce-product-search { position: relative; margin: 0; }
.gd-search input[type="search"] {
  width: 100%; height: 48px; border: 1px solid var(--gd-line); border-radius: 14px;
  background: var(--gd-bg); padding: 0 48px 0 112px; outline: 0;
}
.gd-search input[type="search"]:focus { background: #fff; border-color: var(--gd-accent); box-shadow: 0 0 0 4px rgba(245,184,0,.12); }
.gd-search button {
  position: absolute; left: 5px; top: 5px; height: 38px; padding: 0 18px;
  border: 0; border-radius: 10px; background: var(--gd-ink); color: #fff; cursor: pointer;
}
.gd-actions { display: flex; gap: 9px; }
.gd-icon-button {
  position: relative; width: 44px; height: 44px; border: 1px solid var(--gd-line);
  border-radius: 13px; display: grid; place-items: center; background: #fff;
}
.gd-icon-button:hover { transform: translateY(-2px); border-color: #cfd3dc; box-shadow: 0 8px 20px rgba(16,19,25,.08); }
.gd-icon-button svg { width: 21px; height: 21px; }
.gd-cart-count {
  position: absolute; top: -6px; left: -6px; min-width: 19px; height: 19px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 99px; color: #111; background: var(--gd-accent);
  font-size: 10px; font-weight: 800; border: 2px solid #fff;
}
.gd-nav { border-top: 1px solid var(--gd-line); }
.gd-nav-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gd-menu, .gd-menu ul { list-style: none; padding: 0; margin: 0; }
.gd-menu { display: flex; align-items: center; gap: 28px; }
.gd-menu > li { position: relative; }
.gd-menu > li > a { display: block; padding: 10px 0; font-size: 14px; font-weight: 650; }
.gd-menu > li > a:hover, .gd-menu .current-menu-item > a { color: #9c7200; }
.gd-menu .sub-menu {
  position: absolute; top: 100%; right: -18px; min-width: 220px; padding: 10px;
  background: #fff; border: 1px solid var(--gd-line); border-radius: 14px; box-shadow: var(--gd-shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s;
}
.gd-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.gd-menu .sub-menu a { display: block; padding: 8px 10px; border-radius: 8px; }
.gd-menu .sub-menu a:hover { background: var(--gd-bg); }
.gd-category-link { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.gd-category-link span { color: #856100; }
.gd-menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }

.gd-hero { padding: 52px 0 28px; }
.gd-hero-box {
  min-height: 430px; padding: 64px clamp(28px,6vw,86px); border-radius: 32px; overflow: hidden; position: relative;
  display: flex; align-items: center; background:
    radial-gradient(circle at 22% 30%, rgba(245,184,0,.3), transparent 30%),
    linear-gradient(120deg,#0d1015 0%,#202733 65%,#11151c 100%);
  color: #fff; isolation: isolate;
}
.gd-hero-box:after {
  content: ""; position: absolute; width: 520px; height: 180px; left: -60px; bottom: 52px;
  border: 3px solid rgba(245,184,0,.65); border-radius: 55% 10% 35% 20%;
  transform: skewX(-18deg) rotate(-4deg); filter: drop-shadow(0 0 20px rgba(245,184,0,.28)); z-index: -1;
}
.gd-hero-copy { max-width: 650px; }
.gd-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gd-accent); font-size: 13px; font-weight: 800; letter-spacing: .2px; }
.gd-eyebrow:before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: currentColor; }
.gd-hero h1, .gd-hero h2 { margin: 16px 0; font-size: clamp(35px,4vw,62px); line-height: 1.3; letter-spacing: -2px; }
.gd-hero p { color: #d0d5dd; max-width: 560px; margin: 0 0 28px; font-size: 18px; }
.gd-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.gd-btn, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  min-height: 48px; padding: 10px 23px !important; display: inline-flex !important; align-items: center; justify-content: center;
  border: 0 !important; border-radius: 13px !important; background: var(--gd-accent) !important; color: #111 !important;
  font-weight: 850 !important; line-height: 1.4 !important; cursor: pointer;
}
.gd-btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: #ffc928 !important; transform: translateY(-2px); }
.gd-btn-ghost { color: #fff !important; background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.2) !important; }

.gd-benefits { padding: 18px 0 54px; }
.gd-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--gd-line); border-radius: var(--gd-radius); overflow: hidden; background: #fff; }
.gd-benefit { padding: 24px; display: flex; gap: 14px; align-items: center; border-left: 1px solid var(--gd-line); }
.gd-benefit:last-child { border: 0; }
.gd-benefit-icon { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 13px; display: grid; place-items: center; background: #fff8dc; color: #7a5a00; font-weight: 900; }
.gd-benefit strong { display: block; font-size: 14px; }
.gd-benefit small { color: var(--gd-muted); font-size: 12px; }

.gd-danico-intro { padding: 42px 0 20px; }
.gd-danico-box {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 52px;
  padding: clamp(34px, 5vw, 68px); border: 1px solid #dce4f2; border-radius: 30px;
  background:
    radial-gradient(circle at 8% 15%, rgba(245,184,0,.16), transparent 24%),
    linear-gradient(135deg,#f8faff 0%,#eef3fb 100%);
  box-shadow: 0 24px 70px rgba(7,31,73,.09);
}
.gd-danico-box:before {
  content: ""; position: absolute; width: 310px; height: 310px; left: -110px; bottom: -160px;
  border: 48px solid rgba(7,31,73,.035); border-radius: 50%; z-index: -1;
}
.gd-danico-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 10px;
  color: #0a2b62; font-size: 13px; font-weight: 900;
}
.gd-danico-kicker:before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--gd-accent); }
.gd-danico-copy h1, .gd-danico-copy h2 { margin: 0 0 18px; font-size: clamp(29px,3.4vw,45px); line-height: 1.45; letter-spacing: -.8px; }
.gd-danico-copy > p { margin: 0 0 16px; color: #465267; line-height: 2; }
.gd-danico-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 27px 0; }
.gd-danico-feature {
  display: flex; align-items: center; gap: 11px; min-height: 64px; padding: 12px 14px;
  border: 1px solid rgba(10,43,98,.1); border-radius: 15px; background: rgba(255,255,255,.72);
  color: #17253c; font-size: 13px; font-weight: 800;
}
.gd-danico-feature svg { width: 24px; height: 24px; flex: 0 0 24px; color: #0a2b62; }
.gd-danico-note {
  margin-top: 24px !important; padding: 15px 18px; border-right: 4px solid var(--gd-accent);
  border-radius: 11px; background: #fff; color: #27354b !important; font-size: 14px;
}
.gd-danico-visual { display: flex; align-items: stretch; }
.gd-danico-panel {
  width: 100%; min-height: 100%; padding: 32px; display: flex; flex-direction: column; justify-content: center;
  border: 1px solid rgba(10,43,98,.1); border-radius: 24px; background: #fff;
  box-shadow: 0 18px 45px rgba(7,31,73,.08);
}
.gd-danico-logo { width: min(250px,80%); height: auto; margin: 0 auto 28px; }
.gd-danico-panel-label { margin-bottom: 12px; color: var(--gd-muted); font-size: 12px; font-weight: 800; }
.gd-danico-event {
  position: relative; margin-bottom: 10px; padding: 11px 38px 11px 12px;
  border-radius: 12px; background: var(--gd-bg); color: #263247; font-size: 12px;
}
.gd-danico-event:before {
  content: "✓"; position: absolute; right: 12px; top: 10px; width: 18px; height: 18px;
  display: grid; place-items: center; border-radius: 50%; background: #e8f4ec; color: #18834b;
  font-size: 10px; font-weight: 900;
}
.gd-danico-hint { margin: 13px 0 0; color: #6a7485; font-size: 12px; text-align: center; }

.gd-section { padding: 54px 0; }
.gd-section-soft { background: var(--gd-bg); }
.gd-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.gd-section-head h2 { margin: 0; font-size: clamp(25px,3vw,38px); line-height: 1.35; letter-spacing: -.8px; }
.gd-section-head p { margin: 6px 0 0; color: var(--gd-muted); }
.gd-link-arrow { color: #725400; font-weight: 800; white-space: nowrap; }

.gd-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gd-blog-intro { margin-bottom: 34px; }
.gd-blog-intro:empty { display: none; }
.gd-empty-state {
  padding: 56px 24px; text-align: center; color: var(--gd-muted);
  border: 1px dashed #cfd3dc; border-radius: var(--gd-radius); background: var(--gd-bg);
}
.gd-post-card { border: 1px solid var(--gd-line); border-radius: var(--gd-radius); overflow: hidden; background: #fff; transition: .25s; }
.gd-post-card:hover { transform: translateY(-6px); box-shadow: var(--gd-shadow); }
.gd-post-thumb { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg,#e9ebef,#f7f7f8); }
.gd-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.gd-post-card:hover img { transform: scale(1.04); }
.gd-post-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #9298a2; font-size: 42px; font-weight: 900; background: radial-gradient(circle at 70% 30%,#fff6cf,transparent 35%),#eef0f3; }
.gd-post-body { padding: 22px; }
.gd-meta { color: var(--gd-muted); font-size: 12px; }
.gd-post-card h3 { margin: 8px 0 10px; font-size: 19px; line-height: 1.65; }
.gd-post-card p { margin: 0; color: var(--gd-muted); font-size: 14px; }

.gd-main { padding: 54px 0 80px; min-height: 55vh; }
.gd-page-head { padding: 44px 0; background: var(--gd-bg); border-bottom: 1px solid var(--gd-line); }
.gd-page-head h1 { margin: 6px 0 0; font-size: clamp(34px,4vw,54px); line-height: 1.35; }
.gd-breadcrumb { color: var(--gd-muted); font-size: 13px; }
.gd-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 42px; }
.gd-article { max-width: 880px; margin-inline: auto; }
.gd-article-header { text-align: center; padding: 40px 0 30px; }
.gd-article-header h1 { font-size: clamp(34px,5vw,58px); line-height: 1.45; margin: 12px auto; max-width: 980px; letter-spacing: -1.2px; }
.gd-article-cover { margin: 10px auto 38px; border-radius: 28px; overflow: hidden; box-shadow: var(--gd-shadow); }
.gd-entry { font-size: 17px; color: #2c313a; }
.gd-entry > * { max-width: 800px; margin-left: auto; margin-right: auto; }
.gd-entry h2, .gd-entry h3 { color: var(--gd-ink); line-height: 1.6; margin-top: 42px; }
.gd-entry h2 { font-size: 30px; }
.gd-entry h3 { font-size: 23px; }
.gd-entry p { margin-top: 0; margin-bottom: 22px; }
.gd-entry img, .gd-entry .wp-block-image { border-radius: 18px; }
.gd-entry blockquote { padding: 18px 24px; border-right: 4px solid var(--gd-accent); background: #fff9e6; border-radius: 12px; }
.gd-entry table { width: 100%; border-collapse: collapse; margin-block: 28px; font-size: 14px; }
.gd-entry th, .gd-entry td { border: 1px solid var(--gd-line); padding: 12px; }
.gd-entry th { background: var(--gd-bg); }
.gd-sidebar .widget { padding: 22px; margin-bottom: 20px; border: 1px solid var(--gd-line); border-radius: 18px; }
.gd-sidebar .widget-title { margin-top: 0; font-size: 18px; }

.gd-inner-hero { padding: 64px 0 48px; background: linear-gradient(135deg,#f8faff,#eef3fb); border-bottom: 1px solid #dce4f2; }
.gd-inner-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); align-items: center; gap: 50px; }
.gd-inner-hero h1 { margin: 10px 0 16px; font-size: clamp(37px,5vw,62px); line-height: 1.35; letter-spacing: -1.3px; }
.gd-inner-hero p { max-width: 760px; margin: 0; color: #526078; font-size: 18px; }
.gd-inner-logo-card { padding: 32px; border: 1px solid rgba(10,43,98,.1); border-radius: 24px; background: #fff; box-shadow: var(--gd-shadow); }
.gd-inner-logo-card img { width: min(260px,80%); margin-inline: auto; }
.gd-about-lead { max-width: 900px; margin: 0 auto 42px; text-align: center; }
.gd-about-lead h2 { margin: 0 0 14px; font-size: clamp(28px,3vw,41px); }
.gd-about-lead p { margin: 0; color: var(--gd-muted); font-size: 17px; }
.gd-capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.gd-capability-card { padding: 25px; border: 1px solid var(--gd-line); border-radius: 19px; background: #fff; transition: .25s; }
.gd-capability-card:hover { transform: translateY(-4px); box-shadow: var(--gd-shadow); }
.gd-capability-icon { width: 48px; height: 48px; margin-bottom: 17px; display: grid; place-items: center; border-radius: 14px; color: #0a2b62; background: #edf3ff; font-size: 21px; font-weight: 900; }
.gd-capability-card h3 { margin: 0 0 8px; font-size: 17px; }
.gd-capability-card p { margin: 0; color: var(--gd-muted); font-size: 13px; }
.gd-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; counter-reset: danico-step; }
.gd-process-step { position: relative; padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--gd-line); counter-increment: danico-step; }
.gd-process-step:before { content: counter(danico-step, decimal-leading-zero); display: block; margin-bottom: 18px; color: var(--gd-accent-dark); font-size: 28px; font-weight: 900; direction: ltr; }
.gd-process-step h3 { margin: 0 0 8px; }
.gd-process-step p { margin: 0; color: var(--gd-muted); font-size: 14px; }
.gd-demo-explain { padding: 34px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; border-radius: 23px; background: var(--gd-ink); color: #fff; }
.gd-demo-explain h2 { margin: 0 0 8px; font-size: 27px; }
.gd-demo-explain p { margin: 0; color: #c9ced7; }
.gd-contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 30px; align-items: start; }
.gd-contact-form-card, .gd-contact-side { padding: clamp(24px,4vw,40px); border: 1px solid var(--gd-line); border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(16,19,25,.06); }
.gd-contact-form-card h2, .gd-contact-side h2 { margin: 0 0 7px; }
.gd-contact-form-card > p, .gd-contact-side > p { margin: 0 0 25px; color: var(--gd-muted); }
.gd-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.gd-field-full { grid-column: 1/-1; }
.gd-field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.gd-field input, .gd-field select, .gd-field textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d9dde5; border-radius: 12px;
  background: #fbfcfd; outline: 0; transition: .2s;
}
.gd-field textarea { min-height: 140px; resize: vertical; }
.gd-field input:focus, .gd-field select:focus, .gd-field textarea:focus { background: #fff; border-color: var(--gd-accent); box-shadow: 0 0 0 4px rgba(245,184,0,.12); }
.gd-honeypot { position: absolute !important; right: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.gd-form-note { margin: 14px 0 0; color: var(--gd-muted); font-size: 12px; }
.gd-alert { margin-bottom: 20px; padding: 13px 16px; border-radius: 11px; font-size: 14px; }
.gd-alert-success { color: #17623b; background: #eaf7ef; border: 1px solid #bfe5ce; }
.gd-alert-error { color: #932929; background: #fff0f0; border: 1px solid #f0caca; }
.gd-contact-item { display: flex; align-items: center; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--gd-line); }
.gd-contact-item:last-of-type { border-bottom: 0; }
.gd-contact-item-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; background: #edf3ff; color: #0a2b62; font-weight: 900; }
.gd-contact-item strong, .gd-contact-item span { display: block; }
.gd-contact-item span { color: var(--gd-muted); font-size: 13px; direction: ltr; text-align: right; }
.gd-contact-tip { margin-top: 24px; padding: 17px; border-right: 4px solid var(--gd-accent); border-radius: 11px; background: #fff9e6; font-size: 13px; }

.gd-pricing-intro { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.gd-pricing-intro h2 { margin: 0 0 10px; font-size: clamp(28px,3.5vw,43px); }
.gd-pricing-intro p { margin: 0; color: var(--gd-muted); font-size: 17px; }
.gd-pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: stretch; }
.gd-price-card { position: relative; padding: 28px 24px; display: flex; flex-direction: column; border: 1px solid var(--gd-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(16,19,25,.05); }
.gd-price-card.is-featured { color: #fff; border-color: var(--gd-ink); background: var(--gd-ink); transform: translateY(-8px); box-shadow: 0 22px 55px rgba(16,19,25,.18); }
.gd-price-card-badge { position: absolute; top: -14px; right: 24px; padding: 4px 12px; border-radius: 99px; background: var(--gd-accent); color: #111; font-size: 11px; font-weight: 900; }
.gd-price-card h3 { margin: 0 0 16px; font-size: 24px; }
.gd-price-label { color: var(--gd-muted); font-size: 12px; font-weight: 700; }
.gd-price-card.is-featured .gd-price-label, .gd-price-card.is-featured .gd-price-meta { color: #bdc5d1; }
.gd-price-value { min-height: 64px; margin: 4px 0 13px; font-size: 26px; font-weight: 900; line-height: 1.45; }
.gd-price-value small { font-size: 12px; font-weight: 600; }
.gd-price-meta { margin: 0 0 22px; color: var(--gd-muted); font-size: 13px; }
.gd-price-card .gd-btn { width: 100%; margin-top: auto; text-align: center; }
.gd-price-card.is-featured .gd-btn { color: #111; background: var(--gd-accent); }
.gd-pricing-table-wrap { margin-top: 45px; overflow-x: auto; border: 1px solid var(--gd-line); border-radius: 23px; background: #fff; box-shadow: 0 15px 45px rgba(16,19,25,.05); }
.gd-pricing-table { width: 100%; min-width: 920px; border-collapse: collapse; text-align: center; }
.gd-pricing-table th, .gd-pricing-table td { padding: 17px 16px; border-bottom: 1px solid var(--gd-line); border-left: 1px solid var(--gd-line); vertical-align: middle; }
.gd-pricing-table th:last-child, .gd-pricing-table td:last-child { border-left: 0; }
.gd-pricing-table tr:last-child td { border-bottom: 0; }
.gd-pricing-table thead th { padding-block: 21px; color: #fff; background: var(--gd-ink); font-size: 16px; }
.gd-pricing-table thead th:first-child { text-align: right; }
.gd-pricing-table thead th.gd-plan-featured { color: #111; background: var(--gd-accent); }
.gd-pricing-table tbody th { width: 225px; text-align: right; background: #fafbfc; font-size: 14px; }
.gd-pricing-table tbody td { color: #394150; font-size: 14px; }
.gd-pricing-check { color: #16834d; font-weight: 900; }
.gd-pricing-note { margin: 18px 0 0; color: var(--gd-muted); font-size: 12px; text-align: center; }
.gd-pricing-cta { margin-top: 42px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 23px; background: linear-gradient(135deg,#0a2b62,#101319); color: #fff; }
.gd-pricing-cta h2 { margin: 0 0 7px; font-size: 27px; }
.gd-pricing-cta p { margin: 0; color: #cbd3df; }
.gd-pricing-cta .gd-btn { flex: 0 0 auto; color: #111; background: var(--gd-accent); }

.woocommerce .woocommerce-breadcrumb { margin: 0 0 24px; color: var(--gd-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 0; }
.woocommerce ul.products:before, .woocommerce ul.products:after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; padding: 14px 14px 18px; float: none !important;
  background: #fff; border: 1px solid var(--gd-line); border-radius: 20px; transition: .25s;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--gd-shadow); border-color: transparent; }
.woocommerce ul.products li.product a img { aspect-ratio: 1/1; object-fit: contain; padding: 18px; margin: 0 0 12px; border-radius: 15px; background: var(--gd-bg); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 8px 4px 4px; font-size: 16px; line-height: 1.65; min-height: 65px; }
.woocommerce ul.products li.product .price { color: var(--gd-ink); font-size: 17px; font-weight: 900; padding: 0 4px; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 13px; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 5px 11px; top: 25px !important; right: 25px !important; left: auto !important; line-height: 1.5; border-radius: 8px; background: var(--gd-accent); color: #111; }
.woocommerce .woocommerce-ordering select { height: 44px; padding: 0 14px; border: 1px solid var(--gd-line); border-radius: 12px; background: #fff; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border-radius: 22px; background: var(--gd-bg); }
.woocommerce div.product .product_title { font-size: clamp(30px,3.5vw,47px); line-height: 1.45; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gd-ink); font-size: 25px; font-weight: 900; }
.woocommerce div.product form.cart { display: flex; gap: 10px; }
.woocommerce .quantity .qty { height: 48px; width: 70px; border: 1px solid var(--gd-line); border-radius: 12px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1/-1; margin-top: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; display: flex; gap: 8px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: var(--gd-bg); border-radius: 11px; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px; border: 1px solid var(--gd-line); border-radius: 18px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gd-accent); border-radius: 12px; background: #fff9e6; }
.woocommerce-message:before, .woocommerce-info:before { color: #8a6500; }
.woocommerce-cart table.cart img { width: 78px; border-radius: 10px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single { border: 1px solid var(--gd-line); border-radius: 10px; min-height: 45px; padding: 7px 10px; }

.gd-footer { background: #11151b; color: #fff; }
.gd-newsletter { transform: translateY(-38px); padding: 30px 36px; border-radius: 22px; background: var(--gd-accent); color: #111; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gd-newsletter h3 { margin: 0; font-size: 23px; }
.gd-newsletter p { margin: 3px 0 0; }
.gd-newsletter a { padding: 10px 20px; border-radius: 11px; background: #111; color: #fff; font-weight: 800; white-space: nowrap; }
.gd-footer-grid { padding: 18px 0 48px; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 46px; }
.gd-footer h4 { margin: 0 0 16px; color: var(--gd-accent); font-size: 15px; }
.gd-footer p, .gd-footer li, .gd-footer a { color: #adb3bd; font-size: 14px; }
.gd-footer ul { list-style: none; padding: 0; margin: 0; }
.gd-footer li { margin-bottom: 8px; }
.gd-footer a:hover { color: #fff; }
.gd-footer-bottom { border-top: 1px solid #292e37; padding: 18px 0; color: #8c939e; font-size: 12px; display: flex; justify-content: space-between; gap: 20px; }
.pagination, .woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.pagination .nav-links, .woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 7px; border: 0; }
.page-numbers { min-width: 40px; height: 40px; display: grid !important; place-items: center; border: 1px solid var(--gd-line) !important; border-radius: 10px; }
.page-numbers.current { background: var(--gd-ink) !important; color: #fff; }

@media (max-width: 1000px) {
  .gd-header-main { grid-template-columns: 1fr auto; min-height: 72px; }
  .gd-search { grid-column: 1/-1; grid-row: 2; padding-bottom: 14px; }
  .gd-nav-inner { min-height: 0; }
  .gd-menu-toggle { display: block; position: absolute; top: 15px; left: 78px; }
  .gd-nav { border: 0; }
  .gd-menu { display: none; position: absolute; top: 100%; right: 20px; left: 20px; padding: 14px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--gd-line); border-radius: 16px; box-shadow: var(--gd-shadow); }
  .gd-menu.is-open { display: flex; }
  .gd-category-link { display: none; }
  .gd-benefit-grid { grid-template-columns: repeat(2,1fr); }
  .gd-benefit:nth-child(2) { border-left: 0; }
  .gd-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--gd-line); }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .gd-content-layout { grid-template-columns: 1fr; }
  .gd-sidebar { display: none; }
  .gd-danico-box { grid-template-columns: 1fr; }
  .gd-danico-panel { min-height: 360px; }
  .gd-inner-hero-grid, .gd-contact-layout { grid-template-columns: 1fr; }
  .gd-capability-grid { grid-template-columns: repeat(2,1fr); }
  .gd-pricing-grid { grid-template-columns: repeat(2,1fr); }
  .gd-price-card.is-featured { transform: none; }
}
@media (max-width: 782px) { .admin-bar .gd-header { top: 46px; } }
@media (max-width: 700px) {
  .gd-container { width: min(calc(100% - 28px), var(--gd-container)); }
  .gd-topbar-links, .gd-brand-copy small, .gd-icon-button.gd-account { display: none; }
  .gd-topbar-inner { justify-content: center; min-height: 32px; }
  .gd-header-main { gap: 10px; }
  .gd-brand-mark { width: 36px; height: 36px; }
  .gd-brand-copy strong { font-size: 17px; }
  .gd-menu-toggle { left: 62px; top: 13px; }
  .gd-hero { padding-top: 22px; }
  .gd-hero-box { min-height: 480px; padding: 38px 24px; align-items: flex-start; border-radius: 23px; }
  .gd-hero-box:after { width: 360px; height: 130px; left: -80px; bottom: 45px; }
  .gd-hero h1, .gd-hero h2 { font-size: 38px; }
  .gd-hero p { font-size: 15px; }
  .gd-benefit-grid { grid-template-columns: 1fr; }
  .gd-benefit { border-left: 0; border-bottom: 1px solid var(--gd-line) !important; }
  .gd-benefit:last-child { border-bottom: 0 !important; }
  .gd-danico-intro { padding: 22px 0 6px; }
  .gd-danico-box { padding: 30px 22px; gap: 28px; border-radius: 23px; }
  .gd-danico-features { grid-template-columns: 1fr; }
  .gd-danico-panel { min-height: 0; padding: 26px 20px; }
  .gd-section { padding: 42px 0; }
  .gd-section-head { align-items: flex-start; flex-direction: column; }
  .gd-post-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce div.product .product_title { font-size: 30px; }
  .gd-article-header { text-align: right; }
  .gd-article-header h1 { font-size: 34px; }
  .gd-newsletter { align-items: flex-start; flex-direction: column; }
  .gd-footer-grid { grid-template-columns: 1fr 1fr; }
  .gd-footer-grid > div:first-child { grid-column: 1/-1; }
  .gd-footer-bottom { flex-direction: column; }
  .gd-capability-grid, .gd-process-grid, .gd-form-grid { grid-template-columns: 1fr; }
  .gd-field-full { grid-column: auto; }
  .gd-demo-explain { grid-template-columns: 1fr; }
  .gd-pricing-grid { grid-template-columns: 1fr; }
  .gd-pricing-cta { align-items: flex-start; flex-direction: column; }
}
