
:root {
  --bg: #08111f;
  --surface: #0e1726;
  --surface-2: #ffffff;
  --surface-3: #f4f7fb;
  --text: #0f172a;
  --text-light: #f8fafc;
  --muted: #475569;
  --border: #dbe3ef;
  --primary: #1d4ed8;
  --primary-dark: #1e40af;
  --accent: #14b8a6;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-branding__logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-branding__logo img,
.custom-logo-link img {
  width: auto;
  height: 42px;
}

.child-site-branding .site-branding__tagline {
  max-width: 320px;
}

.plan-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
}

.premium-offers-grid .card,
.premium-platform-grid .card,
.premium-ops-grid .card,
.premium-support-plan-grid .card,
.premium-service-summary-grid .card,
.premium-scope-grid .card,
.premium-budget-intro-grid .card,
.premium-budget-grid .card,
.premium-faq-grid .card,
.premium-support-ops-grid .card,
.premium-catalog-intro .card,
.premium-objections-grid .card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
/* Active implementation layer for Devzo Commerce child theme */
.child-topbar {
  background: #0f172a;
  color: rgba(255,255,255,.88);
  font-size: .9rem;
}
.child-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 40px;
}
.child-topbar a { color: #fff; font-weight: 700; }
.child-site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(140%) blur(10px); }
.child-site-header .site-header__inner { background: rgba(255,255,255,.92); border: 1px solid rgba(15,23,42,.06); border-radius: 20px; margin-top: .75rem; }
.child-site-header__cta { display: flex; gap: .65rem; align-items: center; }
.child-site-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 0 2rem;
}
.child-site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.child-site-footer__intro .button-group { margin-top: .5rem; }
.child-hero {
  background: radial-gradient(circle at top right, rgba(37,99,235,.14), transparent 34%), linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}
.child-hero__grid { align-items: stretch; }
.child-hero__panel { justify-content: center; }
.child-hero__panel-note {
  margin-top: .5rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.8);
  font-size: .95rem;
}
.child-hero__meta span {
  position: relative;
  padding-right: .85rem;
}
.child-hero__meta span:not(:last-child)::after {
  content: '•';
  position: absolute;
  right: .15rem;
  color: var(--muted);
}
.badge--offer { background: #dbeafe; color: #1d4ed8; }
.badge--step,
.badge--plan { background: #e2e8f0; color: #0f172a; }
.premium-offers-grid .card,
.premium-platform-grid .card,
.premium-ops-grid .card,
.premium-support-plan-grid .card,
.premium-service-summary-grid .card,
.premium-scope-grid .card,
.premium-budget-intro-grid .card,
.premium-budget-grid .card,
.premium-faq-grid .card,
.premium-support-ops-grid .card,
.premium-catalog-intro .card {
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}
.child-offer-card,
.child-service-card,
.child-product-card,
.premium-plan-card { height: 100%; }
.child-offer-card .card__body,
.child-service-card .card__body,
.child-product-card .card__body,
.premium-plan-card .card__body { display: flex; flex-direction: column; min-height: 100%; }
.child-offer-card .button,
.child-service-card .button,
.child-product-card .button { margin-top: auto; }
.child-service-card__footer,
.product-card__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
}
.child-products-grid { list-style: none; margin: 0; padding: 0; }
.child-products-grid .product-card { margin: 0; }
.child-product-card img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.child-product-layout__gallery,
.child-product-layout .card { background: #fff; }
.child-product-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 1.5rem; align-items: start; }
.child-product-hero__cart form.cart {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}
.child-product-hero__cart .quantity { margin: 0; }
.child-product-hero__links a,
.premium-product-actions a { font-weight: 700; }
.child-product-info-section .card,
.child-final-cta__card,
.premium-final-cta__card { border-radius: 24px; }
.child-services-archive .archive-header,
.child-shop-archive .archive-header { padding-bottom: 0; }
.premium-archive-header,
.child-service-hero,
.child-budget-page .hero,
.child-support-page .hero,
.child-faq-page .hero { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
.child-trust-bar span {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.site-header.is-scrolled,
.child-site-header {
  box-shadow: 0 8px 30px rgba(17, 24, 39, .08);
}
.form-embed { height: 100%; }
.form-embed .card__body { min-height: 100%; }
.form-embed__placeholder {
  border: 1px dashed rgba(15, 23, 42, .18);
  background: #f8fafc;
  border-radius: 16px;
  padding: 1rem 1rem 1rem 1.25rem;
}
.form-embed__placeholder ol { margin: .5rem 0 0 1rem; }
.child-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
  gap: 1.5rem;
  align-items: start;
}
.child-service-layout__aside {
  position: sticky;
  top: 110px;
}
.child-service-layout__main > .section { padding-top: 0; padding-bottom: 0; }
.child-form-card,
.premium-form-card { border-radius: 24px; }
.child-support-grid .card__body, .child-products-home .card__body { min-height: 100%; }
.child-metrics .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}
.stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.stat-card__value { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1; color: #0f172a; }
.stat-card__label { color: var(--muted); font-size: .95rem; }
.check-list--compact li { margin-bottom: .35rem; }
.child-process-grid .card__body,
.child-support-plan-grid .card__body { min-height: 100%; }
.child-entry-section .entry-content,
.child-product-content .entry-content { color: var(--text); }
.child-service-aside-card,
.premium-service-aside-card { border-radius: 24px; }
.service-aside-price { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.ordered-list { margin: .25rem 0 0 1.15rem; padding: 0; }
.ordered-list li + li { margin-top: .45rem; }
.child-products-home .product-card__price { font-weight: 700; }
.child-shop-archive .archive-header { border-bottom: 1px solid rgba(15,23,42,.06); }
.entry-lead { font-size: 1.05rem; color: #334155; }
.premium-platform-card { background: linear-gradient(180deg,#fff 0%,#f8fafc 100%); }
.premium-final-cta__card { background: linear-gradient(145deg,#0f172a 0%,#1e293b 100%); }

/* WooCommerce operational polish */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info { border-radius: 16px; padding: 1rem 1.2rem; }
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: .75rem .95rem;
  background: #fff;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea { min-height: 140px; }
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-coupon {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(15,23,42,.04);
}
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce { display: grid; gap: 1.25rem; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(320px,.9fr); gap: 1.5rem; align-items: start; }
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order { position: sticky; top: 110px; }
.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  overflow: hidden;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: .95rem 1rem; }
.woocommerce table.shop_table thead th { background: #f8fafc; }
.woocommerce-cart .cart-collaterals { margin-top: 1rem; }
.woocommerce .coupon { display: flex; gap: .75rem; flex-wrap: wrap; }
.woocommerce .coupon input.input-text { flex: 1 1 220px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: .8rem 1rem;
  border-radius: 14px;
  background: #f8fafc;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: #dbeafe; color: #1d4ed8; }
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  border-radius: 999px;
  padding: .95rem 1.3rem;
}

@media (max-width: 1180px) {
  .child-site-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .child-reasons-grid,
  .child-metrics .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .child-service-layout,
  .child-product-layout,
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .child-service-layout__aside,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .woocommerce-checkout-review-order { position: static; }
  .child-site-header__cta { display: none; }
}
@media (max-width: 720px) {
  .child-topbar__inner,
  .child-site-footer__bottom-inner,
  .product-card__bottom,
  .child-service-card__footer { flex-direction: column; align-items: flex-start; }
  .child-reasons-grid,
  .child-metrics .stats-grid,
  .child-site-footer__top { grid-template-columns: 1fr; }
}


/* v7 premium + operativa */
.premium-home-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.button--ghost{background:transparent;border:1px solid rgba(255,255,255,.18);color:var(--dzc-color-text,#fff)}
.button--ghost:hover{background:rgba(255,255,255,.06)}
.premium-funnel-grid .card,.premium-home-faq-grid .card{height:100%}
.premium-product-story-grid .card,.premium-product-form-grid .card{height:100%}
.product-hero__microcopy{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.9rem;opacity:.8}
.product-hero__microcopy span{padding:.4rem .75rem;border-radius:999px;background:rgba(255,255,255,.06)}
.form-embed.premium-form-card{height:100%}
.form-embed__placeholder{padding:1rem 1.125rem;border:1px dashed rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.03)}
.ordered-list{margin:0;padding-left:1.2rem;display:grid;gap:.5rem}
.entry-lead{font-size:1.05rem;line-height:1.7}
.premium-final-cta__card .button-group{justify-content:flex-start}

/* WooCommerce operational surfaces */
.woocommerce-page .woocommerce-notices-wrapper{margin-bottom:1rem}
.woocommerce .shop_table,
.woocommerce-page .shop_table{border-collapse:separate;border-spacing:0;width:100%;background:#121923;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden}
.woocommerce .shop_table th,
.woocommerce .shop_table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.06)}
.woocommerce .shop_table tr:last-child td{border-bottom:0}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{background:#121923;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.25rem}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:.8rem 1rem;border-radius:12px;background:rgba(255,255,255,.04);text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:rgba(255,255,255,.1)}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment .button,
.woocommerce-page .button,
.woocommerce-page button.button,
.woocommerce-page input.button{border-radius:14px}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.ff-default .ff-el-form-control{background:#0f151d !important;border:1px solid rgba(255,255,255,.1) !important;border-radius:12px !important;color:#fff !important;padding:.85rem 1rem !important}
.woocommerce form .form-row label{margin-bottom:.4rem;display:block}
.woocommerce-checkout #payment{background:#121923;border-radius:20px;border:1px solid rgba(255,255,255,.08)}
.woocommerce-checkout #payment div.payment_box{background:#0f151d;color:#dfe7f0}
.woocommerce ul.order_details{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:0;list-style:none}
.woocommerce ul.order_details li{background:#121923;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem}
.woocommerce-cart-form, .woocommerce-checkout form.checkout{display:grid;gap:1.25rem}
.woocommerce-cart .cart-collaterals{margin-top:1.25rem}
.woocommerce .quantity .qty{width:5.5rem}
.premium-support-ops-grid > .stack-lg,.premium-budget-grid > .stack-lg,.premium-faq-grid > .stack-lg{display:grid;gap:1.25rem}
@media (max-width: 900px){
  .premium-funnel-grid,.premium-home-faq-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .premium-funnel-grid,.premium-home-faq-grid{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{padding:1rem}
}


.child-site-branding--footer .site-branding__logo img,
.child-site-branding--footer .custom-logo-link img {
  height: 38px;
}

.child-site-footer .site-branding__tagline {
  color: rgba(255,255,255,.72);
}

.premium-final-cta__card .button--secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  color: #fff;
}

.premium-final-cta__card .button--secondary:hover {
  background: rgba(255,255,255,.16);
}

.premium-product-microcopy,
.child-hero__meta {
  gap: .65rem 1rem;
}

.premium-product-microcopy span,
.child-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.premium-product-microcopy span::before,
.child-hero__meta span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.premium-objections-section .card__body,
.premium-ops-section .card__body {
  min-height: 100%;
}

.child-service-card .button,
.child-product-card .button,
.premium-plan-card .button {
  align-self: flex-start;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1rem;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .child-site-branding .site-branding__tagline {
    display: none;
  }
}


/* v9 prelaunch refinements */
.child-topbar__links{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.child-topbar__links a{color:inherit;text-decoration:none;font-weight:600;opacity:.92}
.child-topbar__links a:hover{opacity:1;text-decoration:underline}
.site-footer__legal-links{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.08);padding:0.9rem 0;background:rgba(0,0,0,.12)}
.child-site-footer__legal-wrap{display:flex;gap:1rem 1.25rem;flex-wrap:wrap;align-items:center}
.site-footer__legal-links a{color:rgba(255,255,255,.86);text-decoration:none;font-size:.95rem}
.site-footer__legal-links a:hover{color:#fff;text-decoration:underline}
.premium-launch-grid .card,.premium-service-next-step-grid .card,.premium-product-confidence-grid .card{height:100%}
.page-template-note{font-size:.95rem;opacity:.82;margin:0.75rem 0 0}
@media (max-width: 960px){
  .child-topbar__inner{display:grid;gap:.4rem}
  .child-topbar__links{gap:.75rem}
  .child-site-footer__legal-wrap{justify-content:flex-start}
}


/* v10 prelanzamiento */
.catalog-pills { display:flex; gap:.75rem; flex-wrap:wrap; }
.catalog-pill { display:inline-flex; padding:.55rem .9rem; border-radius:999px; background:#e8eef8; color:#0f172a; font-weight:700; text-decoration:none; }
.catalog-pill:hover { background:#dbeafe; color:#1d4ed8; }
.premium-catalog-cta-card,
.premium-resources-teaser-section .card,
.premium-resource-card,
.premium-resource-clusters .card,
.premium-fit-grid .card { border-radius:24px; border:1px solid rgba(15,23,42,.07); box-shadow:0 16px 40px rgba(15,23,42,.06); background:linear-gradient(180deg,#fff 0%,#f8fafc 100%); }
.premium-resources-home .card__body,
.premium-resources-page .card__body { min-height:100%; }
.premium-resource-post-grid { align-items:stretch; }
.premium-resource-card h2 a { color:inherit; text-decoration:none; }
.premium-resource-card h2 a:hover { color:var(--primary); }
.premium-fit-grid .card__body { min-height:100%; }
@media (max-width: 900px) {
  .catalog-pills { gap:.5rem; }
}


/* === Devzo Commerce v12 premium implementation === */
:root{
  --dzc-navy:#06152b;
  --dzc-navy-2:#0b1f3a;
  --dzc-blue:#2458f5;
  --dzc-blue-2:#1d4ed8;
  --dzc-teal:#14b8a6;
  --dzc-purple:#6d28d9;
  --dzc-bg:#f6f9fd;
  --dzc-border:#dbe6f3;
  --dzc-text:#07152a;
  --dzc-muted:#56657a;
  --dzc-shadow:0 18px 50px rgba(8,21,42,.08);
}
body{background:var(--dzc-bg);color:var(--dzc-text);}
.container{max-width:1280px;margin-inline:auto;padding-inline:24px;}
.section{padding:64px 0;}
.section--compact{padding:46px 0;}
.button{border-radius:10px;font-weight:800;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.72rem 1.1rem;text-decoration:none;}
.button--primary{background:var(--dzc-blue);color:#fff!important;box-shadow:0 10px 24px rgba(36,88,245,.25);}
.button--primary:hover{background:#1749dd;}
.button--secondary{background:#fff;color:var(--dzc-text)!important;border:1px solid var(--dzc-border);}
.button--light{background:#fff;color:var(--dzc-text)!important;border:1px solid rgba(255,255,255,.55);}
.text-link{font-weight:800;color:var(--dzc-blue);text-decoration:none;}
.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--dzc-teal);font-size:.78rem;}
.card{background:#fff;border:1px solid var(--dzc-border);border-radius:18px;box-shadow:0 10px 30px rgba(8,21,42,.05);overflow:hidden;}
.card__body{padding:24px;}
.header-v12{position:sticky;top:0;z-index:90;background:#fff;box-shadow:0 10px 30px rgba(8,21,42,.08);}
.child-topbar--premium{background:var(--dzc-navy);color:#eaf2ff;font-size:.86rem;}
.child-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.header-v12__inner{min-height:88px;display:flex;align-items:center;gap:28px;background:#fff!important;border:0!important;border-radius:0!important;margin-top:0!important;box-shadow:none!important;}
.child-site-branding .site-branding__tagline{display:none;}
.site-branding__logo img{height:48px;width:auto;}
.site-nav{margin-left:auto;}
.menu--primary{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0;}
.menu--primary a{color:#07152a;text-decoration:none;font-weight:800;font-size:.95rem;}
.menu--primary a:hover{color:var(--dzc-blue);}
.child-site-header__cta{margin-left:12px;}
.premium-launch-banner{padding:24px 0 0;background:#fff;}
.premium-launch-banner__inner{position:relative;min-height:110px;border-radius:18px;background:var(--dzc-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 28px;overflow:hidden;box-shadow:var(--dzc-shadow);}
.premium-launch-banner__content{position:relative;z-index:2;}
.premium-launch-banner__content span,.premium-cta-banner span,.shop-hero-v12__banner span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:900;color:var(--dzc-teal);margin-bottom:.35rem;}
.premium-launch-banner__content h2{font-size:1.55rem;margin:0;color:#fff;}
.premium-launch-banner__content p{margin:.3rem 0 0;color:#cbd5e1;}
.premium-launch-banner__media{position:absolute;inset:0;opacity:.72;}
.premium-launch-banner__media img{width:100%;height:100%;object-fit:cover;}
.premium-launch-banner .button{position:relative;z-index:2;min-width:150px;}
.child-hero--v12{background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);padding:70px 0 40px;}
.child-hero__grid--media{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:60px;align-items:center;}
.child-hero h1{font-size:clamp(3rem,5vw,5.2rem);line-height:1.02;letter-spacing:-.055em;margin:0;color:#07152a;}
.child-hero p{font-size:1.08rem;line-height:1.7;color:#42526a;max-width:640px;}
.hero-proof-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:14px;color:#39516e;font-weight:800;font-size:.92rem;}
.hero-visual-card{background:var(--dzc-navy);border-radius:22px;min-height:420px;color:#fff;display:grid;grid-template-columns:.85fr 1fr;gap:20px;align-items:center;padding:34px;overflow:hidden;box-shadow:0 30px 80px rgba(6,21,43,.18);}
.hero-visual-card img{width:100%;height:100%;object-fit:cover;border-radius:18px;opacity:.92;}
.hero-visual-card h2{font-size:2rem;margin:.3rem 0;color:#fff;}
.hero-visual-card span{color:var(--dzc-teal);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;}
.hero-visual-card ul{list-style:none;margin:1.4rem 0 0;padding:0;display:grid;gap:.7rem;}
.hero-visual-card li::before{content:'✓';color:var(--dzc-teal);font-weight:900;margin-right:.5rem;}
.trust-pill-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;}
.trust-pill-row span{background:#fff;border:1px solid var(--dzc-border);border-radius:16px;padding:16px 14px;font-weight:800;color:#334155;box-shadow:0 8px 22px rgba(8,21,42,.04);}
.premium-offer-lines{background:#fff;}
.section-head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;}
.premium-offer-lines__grid,.premium-services-grid{gap:16px;}
.cards-grid--four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.cards-grid--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.cards-grid--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
.line-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:1.8rem;font-weight:900;color:#fff;margin-bottom:.6rem;}
.line-icon--blue{background:linear-gradient(135deg,#2563eb,#3b82f6);}
.line-icon--teal{background:linear-gradient(135deg,#0f766e,#14b8a6);}
.line-icon--purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6);}
.premium-products-home{background:#f6f9fd;}
.woocommerce ul.products,.woocommerce-page ul.products,.child-products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px!important;list-style:none!important;padding:0!important;margin:0!important;}
.premium-home-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.child-products-grid li.product{float:none!important;width:auto!important;margin:0!important;clear:none!important;}
.product-card-v12__inner{background:#fff;border:1px solid var(--dzc-border);border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(8,21,42,.07);height:100%;display:flex;flex-direction:column;}
.product-card-v12__image-link{display:block;padding:10px;background:#fff;text-decoration:none;}
.product-card-v12__image{display:block;width:100%;height:210px;object-fit:cover;border-radius:14px;background:#0b1f3a;}
.product-card-v12__body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1;}
.product-card-v12__badges{display:flex;gap:6px;flex-wrap:wrap;min-height:24px;}
.badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:4px 9px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.badge--platform{background:#dbeafe;color:#1d4ed8;}
.badge--family{background:#eef2ff;color:#4338ca;}
.badge--offer{background:#dbeafe;color:#1d4ed8;}
.product-card-v12__title{font-size:1.35rem!important;line-height:1.2;margin:0!important;padding:0!important;}
.product-card-v12__title a{color:#07152a;text-decoration:none;}
.product-card-v12__subtitle{color:#526174;line-height:1.55;margin:0;min-height:48px;}
.product-card-v12__features{display:flex;gap:12px;flex-wrap:wrap;font-size:.82rem;color:#3b4d65;font-weight:800;}
.product-card-v12__bottom{margin-top:auto;display:grid;gap:12px;}
.product-card-v12__price{font-size:1.25rem;font-weight:900;color:#07152a;}
.product-card-v12__bottom .button{width:100%;}
.product-visual-fallback{height:210px;border-radius:14px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0b1f3a,#111827);display:flex;align-items:end;padding:16px;color:#fff;}
.product-visual-fallback::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(20,184,166,.35),transparent 28%),linear-gradient(135deg,rgba(36,88,245,.3),transparent);}
.product-visual-fallback__label{position:relative;z-index:2;font-weight:900;text-transform:uppercase;font-size:.78rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.35rem .55rem;}
.product-visual-fallback__panel{position:absolute;right:18px;top:42px;width:46%;height:50%;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(255,255,255,.06);}
.product-visual-fallback__panel span{position:absolute;left:18px;height:8px;border-radius:99px;background:rgba(255,255,255,.5);}
.product-visual-fallback__panel span:nth-child(1){top:28px;width:70%;}
.product-visual-fallback__panel span:nth-child(2){top:55px;width:52%;}
.product-visual-fallback__panel span:nth-child(3){top:82px;width:62%;}
.shop-hero-v12{background:#fff;padding:72px 0 30px;}
.shop-hero-v12__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr);gap:54px;align-items:center;}
.shop-hero-v12 h1,.resources-hero-v12 h1,.budget-hero-v12 h1{font-size:clamp(3.4rem,6vw,5.8rem);letter-spacing:-.06em;line-height:.98;margin:0;color:#07152a;}
.shop-hero-v12 p,.resources-hero-v12 p,.budget-hero-v12 p{font-size:1.08rem;line-height:1.75;color:#4a5b72;}
.shop-hero-v12__banner{background:var(--dzc-navy);border-radius:22px;min-height:280px;color:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:28px;overflow:hidden;box-shadow:var(--dzc-shadow);}
.shop-hero-v12__banner img{width:100%;height:220px;object-fit:cover;border-radius:16px;order:2;}
.shop-hero-v12__banner h2{font-size:2.2rem;line-height:1.05;color:#fff;margin:.3rem 0;}
.shop-hero-v12__banner ul{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.55rem;}
.shop-hero-v12__banner li::before{content:'✓';color:var(--dzc-teal);font-weight:900;margin-right:.5rem;}
.catalog-pills--v12{display:flex;gap:14px;flex-wrap:wrap;}
.catalog-pill{padding:.85rem 1.25rem;background:#fff;border:1px solid var(--dzc-border);border-radius:12px;text-decoration:none;color:#07152a;font-weight:900;}
.catalog-pill:first-child{background:var(--dzc-blue);color:#fff;}
.premium-catalog-intro .card__body{min-height:168px;}
.premium-catalog-cta-card,.premium-cta-banner{background:var(--dzc-navy);color:#fff;border-radius:20px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--dzc-shadow);overflow:hidden;}
.premium-cta-banner h2{color:#fff;margin:.25rem 0;font-size:2rem;}
.premium-cta-banner p{color:#cbd5e1;margin:0;}
.premium-cta-banner__icon{width:76px;height:76px;flex:0 0 76px;border-radius:999px;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;font-weight:900;font-size:1.5rem;color:var(--dzc-teal);}
.faq-teaser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.faq-teaser-grid details{background:#fff;border:1px solid var(--dzc-border);border-radius:14px;padding:18px;font-weight:800;}
.faq-teaser-grid p{font-weight:500;color:#536277;}
.process-layout{display:grid;grid-template-columns:270px 1fr;gap:34px;align-items:center;}
.process-timeline{background:#fff;border:1px solid var(--dzc-border);border-radius:20px;padding:28px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;box-shadow:0 12px 28px rgba(8,21,42,.05);}
.process-timeline article{position:relative;}
.process-timeline span{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#ccfbf1;color:#0f766e;font-weight:900;margin-bottom:.7rem;}
.process-timeline strong{display:block;color:#07152a;margin-bottom:.35rem;}
.process-timeline p{font-size:.88rem;color:#526174;margin:0;}

/* Budget page */
.budget-hero-v12{background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);padding:72px 0 36px;}
.budget-hero-v12__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:60px;align-items:center;}
.budget-hero-v12 img{width:100%;height:auto;}
.budget-highlight{background:var(--dzc-navy);color:#fff;border-radius:18px;padding:26px;margin-top:24px;display:grid;gap:.35rem;box-shadow:var(--dzc-shadow);}
.budget-highlight strong{font-size:1.2rem;}
.budget-highlight span{color:#cbd5e1;}
.budget-layout-v12{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:24px;align-items:start;}
.budget-layout-v12__right{position:sticky;top:124px;}
.budget-form-card-v12{box-shadow:0 18px 50px rgba(8,21,42,.1);}
.check-list--columns{columns:2;column-gap:34px;}
.mini-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;position:relative;}
.mini-steps span{display:grid;place-items:center;text-align:center;gap:10px;color:#0f766e;font-weight:900;}
.mini-steps span::before{content:'';width:50px;height:50px;border-radius:999px;background:#ecfeff;border:1px solid #a5f3fc;display:block;}
.mini-steps small{color:#4a5b72;font-weight:700;font-size:.78rem;}

/* Demo form */
.demo-form{display:grid;gap:14px;}
.demo-form label{display:grid;gap:7px;color:#334155;font-weight:800;font-size:.86rem;}
.demo-form input,.demo-form select,.demo-form textarea{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:.8rem .95rem;color:#07152a;}
.demo-form textarea{min-height:140px;resize:vertical;}
.demo-form__grid--two{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.demo-form__upload{border:1px dashed #b7c6d8;border-radius:14px;background:#f8fafc;padding:22px;text-align:center;color:#526174;font-weight:800;}
.demo-form__privacy{display:flex!important;align-items:flex-start;gap:10px;font-weight:600!important;line-height:1.4;}
.demo-form__privacy input{width:18px;min-height:18px;margin-top:3px;}
.demo-form__submit{width:100%;border:0;}
.demo-form__note{font-size:.82rem;color:#6b7280;text-align:center;}

/* Resources */
.premium-launch-banner--resources{background:#fff;padding-top:24px;}
.resources-hero-v12{background:#fff;padding:62px 0 34px;}
.resources-hero-v12__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:44px;align-items:center;}
.resources-hero-v12 img{width:100%;height:auto;}
.resource-chip-row{display:flex;gap:12px;flex-wrap:wrap;}
.resource-chip-row span{display:inline-flex;min-height:40px;align-items:center;border:1px solid var(--dzc-border);border-radius:999px;padding:.55rem 1.1rem;background:#fff;font-weight:800;color:#536277;}
.resource-chip-row .active{background:var(--dzc-blue);color:#fff;}
.featured-resource-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;}
.featured-resource-card{background:#fff;border:1px solid var(--dzc-border);border-radius:20px;box-shadow:var(--dzc-shadow);display:grid;grid-template-columns:1fr .9fr;align-items:center;overflow:hidden;}
.featured-resource-card__content{padding:34px;}
.featured-resource-card h2{font-size:2rem;line-height:1.1;margin:.5rem 0;}
.featured-resource-card img{width:100%;height:100%;object-fit:cover;}
.resource-pillars .card__body{display:grid;gap:24px;}
.resource-post-card{height:100%;}
.resource-post-card__media{height:150px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#06152b,#0b1f3a 55%,#14b8a6);position:relative;}
.resource-post-card__media::after{content:'';position:absolute;inset:24px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:radial-gradient(circle at 75% 25%,rgba(20,184,166,.35),transparent 30%);}

/* Footer */
.footer-v12{background:#06152b;color:#dbeafe;margin-top:0;}
.footer-v12__top{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr!important;gap:34px!important;}
.footer-v12 h4{color:#fff;margin-bottom:1rem;}
.footer-v12 a{color:#dbeafe;text-decoration:none;}
.footer-v12 p,.footer-v12 li{color:#afbdd0;}
.footer-socials{display:flex;gap:10px;margin-top:12px;}
.footer-socials span{width:30px;height:30px;border-radius:8px;background:#10243d;display:grid;place-items:center;color:#fff;font-weight:900;}
.footer-contact-list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;}

/* Responsive */
@media (max-width:1100px){
  .child-hero__grid--media,.shop-hero-v12__grid,.budget-hero-v12__grid,.budget-layout-v12,.resources-hero-v12__grid,.featured-resource-grid{grid-template-columns:1fr;}
  .premium-home-products-grid,.woocommerce ul.products,.woocommerce-page ul.products,.child-products-grid,.cards-grid--four,.cards-grid--three,.faq-teaser-grid,.trust-pill-row,.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .process-layout{grid-template-columns:1fr;}
  .footer-v12__top{grid-template-columns:1fr 1fr!important;}
  .budget-layout-v12__right{position:static;}
}
@media (max-width:720px){
  .child-topbar__inner,.section-head--split,.premium-cta-banner{flex-direction:column;align-items:flex-start;}
  .menu--primary{display:none;}
  .child-hero h1,.shop-hero-v12 h1,.resources-hero-v12 h1,.budget-hero-v12 h1{font-size:2.6rem;}
  .hero-visual-card,.shop-hero-v12__banner,.featured-resource-card{grid-template-columns:1fr;}
  .premium-home-products-grid,.woocommerce ul.products,.woocommerce-page ul.products,.child-products-grid,.cards-grid--four,.cards-grid--three,.cards-grid--two,.faq-teaser-grid,.trust-pill-row,.process-timeline,.demo-form__grid--two,.mini-steps{grid-template-columns:1fr!important;}
  .footer-v12__top{grid-template-columns:1fr!important;}
}

.service-card-v12__icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#ccfbf1);display:grid;place-items:center;font-weight:900;color:#1d4ed8;font-size:1.25rem;margin-bottom:.35rem;}
.service-card-v12__checks{list-style:none;margin:.35rem 0 0;padding:0;display:grid;gap:.35rem;color:#536277;font-size:.92rem;}
.service-card-v12__checks li::before{content:'✓';color:#14b8a6;font-weight:900;margin-right:.45rem;}
.premium-service-card .button{width:100%;}


/* ===== v13 exact-demo lock ===== */
html,body{margin:0;padding:0;background:#f4f7fb;color:#08152c;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
body{font-size:16px;line-height:1.5;}
body *, body *::before, body *::after{box-sizing:border-box;}
body .site-main, body .site-content, body .content-area, body .entry-content, body .site, body .site-page, body .page-content{width:100%;max-width:none;}
body .container{width:min(1280px,calc(100% - 48px));max-width:1280px;margin-inline:auto;padding:0;}
a{text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3,h4{margin:0 0 12px;color:#08152c;letter-spacing:-.03em}
h1{font-size:clamp(3.6rem,5.8vw,5.2rem);line-height:1.02;font-weight:900}
h2{font-size:clamp(1.9rem,2.6vw,2.5rem);line-height:1.1;font-weight:900}
h3{font-size:1.7rem;line-height:1.2;font-weight:800}
p{margin:0;color:#55647a}
ul{margin:0;padding:0}
.section{padding:44px 0}.section--compact{padding:28px 0}.stack-lg>*+*{margin-top:22px}.stack-md>*+*{margin-top:16px}.stack-sm>*+*{margin-top:10px}
.eyebrow{color:#18b8a7;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900}
.button-group{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:10px;font-weight:800;border:1px solid #d6e1ef;transition:.2s ease;text-decoration:none;white-space:nowrap}.button--primary{background:#2458f5;border-color:#2458f5;color:#fff}.button--primary:hover{background:#184ae1}.button--secondary{background:#fff;color:#08152c}.button--light{background:#fff;color:#08152c;border-color:rgba(255,255,255,.35)}.button--dark{background:#07152a;color:#fff;border-color:#07152a}.text-link{color:#2458f5;font-weight:800}
.card{background:#fff;border:1px solid #d8e3f1;border-radius:18px;box-shadow:0 10px 28px rgba(8,21,44,.05)}.card__body{padding:24px}
.header-v12,.footer-v13,.child-topbar--premium{width:100%}.header-v12{position:sticky;top:0;background:#fff;z-index:50;box-shadow:0 10px 24px rgba(7,21,42,.08)}.child-topbar--premium{background:#04142f;color:#e8effa}.child-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;font-size:.84rem}.header-v12__inner{min-height:84px;display:flex;align-items:center;gap:26px}.site-branding__logo img{width:230px;height:auto}.site-nav{margin-left:auto}.menu--primary{list-style:none;display:flex;gap:28px;align-items:center;margin:0;padding:0}.menu--primary a{font-weight:800;color:#08152c;font-size:.95rem}.child-site-header__cta{margin-left:10px}.nav-toggle{display:none}
.promo-top-card{display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:20px;padding:24px 28px;background:#07152a;color:#fff;box-shadow:0 18px 48px rgba(7,21,42,.18);background-image:url('../img/home-top-strip.svg');background-size:cover;background-position:center}.promo-top-card span,.shop-banner-card span,.resources-promo span{display:block;color:#18b8a7;text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:.75rem;margin-bottom:6px}.promo-top-card h2{color:#fff;font-size:2rem}.promo-top-card p{color:#c9d6e8}
.home-hero-exact{padding-top:22px;padding-bottom:34px}.home-hero-exact__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(450px,1.08fr);gap:42px;align-items:center}.home-hero-exact p{font-size:1.12rem;line-height:1.7;max-width:640px}.hero-micro-points{display:flex;gap:28px;flex-wrap:wrap;color:#4c5f78;font-size:.94rem;font-weight:700}.hero-panel-exact{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center;min-height:460px;background:#07152a;border-radius:22px;padding:34px;box-shadow:0 30px 70px rgba(7,21,42,.18)}.hero-panel-exact__copy h2{font-size:2.2rem;color:#fff}.hero-panel-exact__copy p{color:#d3deef}.hero-panel-exact__copy ul{list-style:none;display:grid;gap:12px;margin-top:18px}.hero-panel-exact__copy li{color:#fff;font-weight:700}.hero-panel-exact__copy li::before{content:'✓';color:#18b8a7;margin-right:8px}.hero-panel-exact img{height:100%;object-fit:cover;border-radius:16px}
.home-pill-strip .pill-strip-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.pill-strip-grid span{display:flex;align-items:center;justify-content:center;min-height:64px;background:#fff;border:1px solid #d8e3f1;border-radius:16px;padding:12px 14px;text-align:center;font-weight:700;color:#465a74}
.section-title-center{text-align:center}.exact-line-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.exact-line-card .card__body{padding:28px}.exact-line-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:1.8rem;font-weight:900;margin-bottom:14px}.exact-line-icon.blue{background:linear-gradient(135deg,#2458f5,#4d85ff)}.exact-line-icon.teal{background:linear-gradient(135deg,#0d9488,#18b8a7)}.exact-line-icon.purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}
.demo-product-grid{display:grid;gap:20px}.demo-product-grid.four-up{grid-template-columns:repeat(4,1fr)}.demo-product-grid.three-up{grid-template-columns:repeat(3,1fr)}.demo-product-card{background:#fff;border:1px solid #d8e3f1;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px rgba(8,21,44,.06);display:flex;flex-direction:column}.demo-product-card__image-wrap{position:relative;padding:10px;background:#fff}.demo-product-card__image-wrap img{width:100%;height:200px;object-fit:cover;border-radius:12px;background:#09162d}.demo-badge,.demo-tag{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:8px;background:#fff;color:#2f3d5a;font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;z-index:3}.demo-tag{position:static;background:#dbeafe;color:#2458f5;border-radius:999px;min-height:28px;padding:0 12px;width:max-content}.demo-product-card__body{display:flex;flex-direction:column;gap:10px;padding:18px 18px 20px;flex:1}.demo-product-card__body h3{font-size:1.9rem}.demo-product-card__body p{font-size:.99rem;line-height:1.55;min-height:72px}.mini-features{display:flex;gap:16px;flex-wrap:wrap;font-size:.86rem;color:#52647d;font-weight:700}.mini-features span::before{content:'◈';color:#2458f5;margin-right:6px}.demo-price{font-size:2rem;font-weight:900;color:#08152c;margin-top:auto}.demo-product-card .button{width:100%}
.exact-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-exact-card ul{list-style:none;display:grid;gap:10px;margin:16px 0 20px}.service-exact-card li{color:#55647a;font-size:.96rem}.service-exact-card li::before{content:'✓';color:#18b8a7;margin-right:8px;font-weight:900}.service-icon{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;font-weight:900;font-size:1.15rem;margin-bottom:12px}.service-icon.prestashop{background:#e0ecff;color:#2458f5}.service-icon.woo{background:#e8defd;color:#6d28d9}.service-icon.orange{background:#ffe8d9;color:#f97316}.service-icon.purple{background:#efe2ff;color:#7c3aed}
.process-two-col{display:grid;grid-template-columns:320px 1fr;gap:26px;align-items:center}.process-flow-card{background:#fff;border:1px solid #d8e3f1;border-radius:20px;padding:24px}.process-flow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-flow-grid article{position:relative}.process-flow-grid article:not(:last-child)::after{content:'';position:absolute;top:17px;right:-11px;width:22px;height:2px;background:#9de4da}.process-flow-grid span{width:34px;height:34px;border-radius:999px;background:#ccfbf1;color:#0d9488;display:grid;place-items:center;font-weight:900;margin-bottom:10px}.process-flow-grid strong{display:block;font-size:1rem;color:#08152c;margin-bottom:6px}.process-flow-grid p{font-size:.9rem}
.home-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-faq-grid details{background:#fff;border:1px solid #d8e3f1;border-radius:14px;padding:18px}.home-faq-grid summary{cursor:pointer;font-weight:800;color:#08152c}.home-faq-grid p{margin-top:10px}
.bottom-demo-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:22px;padding:28px;background:#07152a;color:#fff;box-shadow:0 18px 48px rgba(7,21,42,.18)}.bottom-demo-cta.compact{padding:24px 28px}.bottom-demo-cta h2{color:#fff;font-size:2rem}.bottom-demo-cta p{color:#d6dfec}.bottom-demo-cta__brand{width:72px;height:72px;border:1px solid rgba(255,255,255,.2);border-radius:999px;display:grid;place-items:center;font-size:1.6rem;color:#18b8a7;flex:0 0 72px}
.shop-exact-hero{padding-top:24px;padding-bottom:20px}.shop-exact-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);gap:40px;align-items:center}.shop-banner-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:16px;align-items:center;background:#07152a;border-radius:22px;padding:30px;color:#fff;box-shadow:0 24px 60px rgba(7,21,42,.18)}.shop-banner-card h2{color:#fff;font-size:2.2rem}.shop-banner-card ul{list-style:none;display:grid;gap:10px;margin-top:16px}.shop-banner-card li::before{content:'✓';color:#18b8a7;margin-right:8px;font-weight:900}.shop-banner-card img{height:250px;object-fit:cover;border-radius:16px}.demo-category-pills{display:flex;flex-wrap:wrap;gap:12px}.demo-category-pills span{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;background:#fff;border:1px solid #d8e3f1;border-radius:12px;font-weight:800;color:#4c5f78}.demo-category-pills .active{background:#2458f5;color:#fff;border-color:#2458f5}.three-note-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.note-icon{width:56px;height:56px;border-radius:999px;background:#2458f5;color:#fff;display:grid;place-items:center;font-size:1.5rem;margin-bottom:14px}
.resources-promo h2{font-size:1.36rem;max-width:920px}.resources-hero-exact{padding-top:20px;padding-bottom:20px}.resources-hero-exact__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:42px;align-items:center}.resources-featured-grid{display:grid;grid-template-columns:minmax(0,1.45fr) 360px;gap:18px}.featured-resource-exact{display:grid;grid-template-columns:1.02fr .98fr;background:#fff;border:1px solid #d8e3f1;border-radius:20px;overflow:hidden;box-shadow:0 14px 32px rgba(8,21,44,.06)}.featured-resource-exact__body{padding:26px}.featured-resource-exact h3{font-size:2.1rem}.featured-resource-exact p{line-height:1.65}.featured-resource-exact .mini-meta{display:flex;gap:16px;flex-wrap:wrap;color:#66778f;font-weight:700;font-size:.88rem;margin:14px 0 20px}.featured-resource-exact img{height:100%;object-fit:cover}.resource-pillars-exact .card__body{display:grid;gap:24px}.resource-pillars-exact strong{display:block;color:#08152c;margin-bottom:8px}.demo-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.demo-resource-card{background:#fff;border:1px solid #d8e3f1;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px rgba(8,21,44,.06)}.demo-resource-card__image{position:relative;padding:10px}.demo-resource-card__image img{height:180px;width:100%;object-fit:cover;border-radius:12px;background:#08152c}.demo-resource-card__body{padding:18px;display:grid;gap:12px}.demo-resource-card__body h3{font-size:1.6rem}.demo-resource-card__body p{min-height:74px}.resource-meta{color:#8190a6;font-size:.88rem;font-weight:700}.decision-cta-exact{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.58fr) minmax(0,.58fr);gap:18px}.decision-cta-exact__dark{border-radius:20px;padding:26px;background:#07152a;color:#fff}.decision-cta-exact__dark h2{color:#fff}.decision-cta-exact__dark p,.decision-cta-exact__dark li{color:#d6dfec}.decision-cta-exact__dark ul{list-style:none;display:grid;gap:10px;margin-top:18px}.decision-cta-exact__dark li::before{content:'✓';color:#18b8a7;margin-right:8px}
.budget-hero-exact{padding-top:22px;padding-bottom:24px}.budget-hero-exact__grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr);gap:42px;align-items:center}.budget-hero-highlight{background:#07152a;border-radius:20px;padding:24px;color:#fff;box-shadow:0 20px 50px rgba(7,21,42,.18)}.budget-hero-highlight h3{color:#fff;font-size:1.6rem}.budget-hero-highlight p{color:#d6dfec}.budget-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:24px;align-items:start}.budget-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini-circle{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;font-weight:900;margin-bottom:14px}.mini-circle.teal{background:#d7faf6;color:#0d9488}.mini-circle.violet{background:#ede9fe;color:#7c3aed}.mini-circle.blue{background:#dbeafe;color:#2458f5}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;list-style:none;margin-top:18px}.check-grid li{color:#40536c;font-weight:700}.check-grid li::before{content:'✓';color:#18b8a7;margin-right:8px}.fast-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:18px}.fast-steps article{text-align:center}.fast-steps span{width:34px;height:34px;border-radius:999px;background:#19b8a7;color:#fff;display:grid;place-items:center;margin:0 auto 10px;font-weight:900}.fast-steps p{font-size:.9rem}.budget-form-exact{position:sticky;top:110px}.exact-budget-form .button{width:100%}.exact-budget-form label{font-size:.9rem;font-weight:800;color:#3f526b}.upload-box-exact{margin-top:8px;border:1px dashed #c6d3e5;border-radius:12px;padding:24px;text-align:center;color:#5d6f86;background:#f8fbff}.upload-box-exact small{display:block;margin-top:8px;color:#8090a5}.goodhands-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:22px;background:#07152a;color:#fff;padding:26px}.goodhands-banner__icon{width:68px;height:68px;border-radius:999px;border:2px solid #18b8a7;display:grid;place-items:center;color:#18b8a7;flex:0 0 68px;font-size:1.4rem}.goodhands-banner h2{color:#fff;font-size:1.8rem}.goodhands-banner p{color:#d6dfec;max-width:620px}.goodhands-items{display:flex;gap:20px;flex-wrap:wrap;font-weight:700;color:#e6eef8}.goodhands-items span::before{content:'◈';color:#18b8a7;margin-right:8px}.after-send-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:18px}.after-send-grid article{padding:14px 8px}.after-send-grid span{display:block;color:#2458f5;font-weight:900;margin-bottom:8px}.after-send-grid strong{display:block;color:#08152c;margin-bottom:8px}
.footer-v13{background:#06152b;color:#d7e3f4;margin-top:30px}.footer-v13__top{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1fr 1fr;gap:26px;padding:36px 0}.footer-v13 h4{color:#fff;font-size:1rem;margin:0 0 14px}.footer-v13 p,.footer-v13 li,.footer-v13 a{color:#c2d0e3;font-size:.95rem}.footer-v13 ul{list-style:none;display:grid;gap:10px}.footer-socials{display:flex;gap:10px;margin-top:16px}.footer-socials span{width:32px;height:32px;border-radius:8px;background:#10243d;color:#fff;display:grid;place-items:center;font-size:.85rem;font-weight:800}.child-site-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.child-site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.footer-bottom-links{display:flex;gap:20px}
@media (max-width:1200px){.container{width:min(100% - 36px,1180px)}.demo-product-grid.four-up,.exact-services-grid,.pill-strip-grid,.process-flow-grid,.after-send-grid,.budget-mini-cards{grid-template-columns:repeat(2,1fr)}.decision-cta-exact,.resources-featured-grid,.budget-main-grid,.shop-exact-hero__grid,.resources-hero-exact__grid,.home-hero-exact__grid,.budget-hero-exact__grid,.process-two-col{grid-template-columns:1fr}.demo-product-grid.three-up,.demo-resource-grid,.three-note-cards,.exact-line-grid,.home-faq-grid{grid-template-columns:repeat(2,1fr)}.footer-v13__top{grid-template-columns:repeat(3,1fr)}.budget-form-exact{position:static}.hero-panel-exact,.shop-banner-card,.featured-resource-exact{grid-template-columns:1fr}}
@media (max-width:760px){.child-topbar__inner,.header-v12__inner,.promo-top-card,.bottom-demo-cta,.goodhands-banner,.child-site-footer__bottom-inner{flex-direction:column;align-items:flex-start}.menu--primary{display:none}.nav-toggle{display:block;margin-left:auto}.container{width:calc(100% - 24px)}h1{font-size:2.7rem}.demo-product-grid.four-up,.demo-product-grid.three-up,.demo-resource-grid,.exact-services-grid,.three-note-cards,.exact-line-grid,.home-faq-grid,.after-send-grid,.budget-mini-cards,.check-grid,.fast-steps,.pill-strip-grid,.process-flow-grid,.footer-v13__top{grid-template-columns:1fr}.demo-category-pills{gap:8px}.shop-banner-card img,.hero-panel-exact img,.featured-resource-exact img{height:auto}.site-branding__logo img{width:190px}}


/* v16.1 - cierre visual Servicios, Soporte, FAQ */
.dzc-count-badge{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #d8e3f1;border-radius:999px;background:#fff;font-weight:800;color:#42526a}
.dzc-services-v161__hero,.dzc-support-v161__hero,.dzc-faq-v161__hero{padding-top:30px;padding-bottom:26px}
.dzc-services-v161__hero-grid,.dzc-support-v161__hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:26px;align-items:center}
.dzc-services-v161__hero p,.dzc-support-v161__hero p,.dzc-faq-v161__hero p{max-width:820px;font-size:1.06rem;line-height:1.75}
.dzc-services-v161__hero-card,.dzc-support-v161__hero-card{background:#07152a;border-radius:20px;padding:26px;color:#fff;box-shadow:0 18px 48px rgba(7,21,42,.16)}
.dzc-services-v161__hero-card span,.dzc-support-v161__hero-card span{display:block;color:#18b8a7;text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:.75rem;margin-bottom:12px}
.dzc-services-v161__hero-card ul,.dzc-support-v161__hero-card ul{list-style:none;display:grid;gap:12px}
.dzc-services-v161__hero-card li,.dzc-support-v161__hero-card li{color:#e6eef8;font-weight:700;line-height:1.5}
.dzc-services-v161__hero-card li::before,.dzc-support-v161__hero-card li::before{content:'✓';color:#18b8a7;margin-right:8px;font-weight:900}
.dzc-service-type-grid .card__body{padding:26px}.dzc-icon-chip{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-weight:900;color:#fff;font-size:1.55rem}.dzc-icon-chip--blue{background:linear-gradient(135deg,#2458f5,#4d85ff)}.dzc-icon-chip--teal{background:linear-gradient(135deg,#0d9488,#18b8a7)}.dzc-icon-chip--purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}
.dzc-services-card-grid{align-items:stretch}.dzc-services-card-grid .service-card{height:100%}.dzc-services-v161__process-grid{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:center}.dzc-compact-process-card{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#fff;border:1px solid #d8e3f1;border-radius:18px;padding:22px;box-shadow:0 12px 28px rgba(8,21,44,.05)}.dzc-compact-process-card article{position:relative}.dzc-compact-process-card article:not(:last-child)::after{content:'';position:absolute;top:15px;right:-7px;width:14px;height:2px;background:#9de4da}.dzc-compact-process-card span{width:32px;height:32px;border-radius:999px;background:#ccfbf1;color:#0d9488;display:grid;place-items:center;font-weight:900;margin-bottom:10px}.dzc-compact-process-card strong{display:block;color:#08152c;margin-bottom:6px}.dzc-compact-process-card p{font-size:.9rem}
.dzc-support-v161__ops-grid{align-items:start}.dzc-support-form-card .card__body{padding:26px}.dzc-support-form-card .demo-form{margin-top:8px}.dzc-support-form-card .demo-form input,.dzc-support-form-card .demo-form select,.dzc-support-form-card .demo-form textarea,.dzc-faq-v161__embedded-form .demo-form input,.dzc-faq-v161__embedded-form .demo-form select,.dzc-faq-v161__embedded-form .demo-form textarea{background:#fff;border:1px solid #cfd9e6;min-height:46px;border-radius:10px}.dzc-support-form-card .demo-form textarea,.dzc-faq-v161__embedded-form .demo-form textarea{min-height:120px}.dzc-support-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.dzc-faq-v161__grid{align-items:start}.dzc-faq-v161__contact-card{height:100%}.dzc-faq-v161__contact-card .card__body>.form-embed{box-shadow:none;border:none;background:transparent}.dzc-faq-v161__embedded-form .card__body{padding:0}.dzc-faq-v161__faq-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:1200px){.dzc-services-v161__hero-grid,.dzc-support-v161__hero-grid,.dzc-services-v161__process-grid{grid-template-columns:1fr}.dzc-compact-process-card{grid-template-columns:repeat(2,1fr)}.dzc-support-faq-grid,.dzc-faq-v161__faq-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.dzc-service-type-grid,.dzc-compact-process-card,.dzc-support-faq-grid,.dzc-faq-v161__faq-strip{grid-template-columns:1fr}.dzc-services-v161__hero,.dzc-support-v161__hero,.dzc-faq-v161__hero{padding-top:18px}.dzc-services-v161__hero h1,.dzc-support-v161__hero h1,.dzc-faq-v161__hero h1{font-size:2.6rem}}


/* ===== v16.2 premium refinements ===== */
.demo-home-v13 .section-head{align-items:flex-start}
.demo-home-v13 .section-intro-inline{margin:8px 0 0;color:#64748b;font-size:.95rem;max-width:740px}
.hero-micro-points--v162 span{padding-right:6px}
.demo-home-v13 .exact-products-section,.demo-home-v13 .exact-services-section{padding-top:38px;padding-bottom:38px}
.demo-home-v13 .demo-product-card__body h3{font-size:1.55rem;min-height:3.1rem}
.demo-home-v13 .demo-product-card__body p{min-height:4.8rem}
.demo-home-v13 .demo-product-grid.four-up .demo-product-card{min-height:100%}
.demo-home-v13 .section-title-center h2{margin-top:4px}
.demo-home-v13 .exact-line-card .card__body{min-height:220px}
.demo-home-v13 .service-exact-card .card__body{min-height:340px}
.demo-home-v13 .process-flow-card{box-shadow:0 16px 34px rgba(8,21,44,.06)}
.demo-home-v13 .home-faq-grid details{min-height:132px}
.demo-home-v13 .bottom-demo-cta{background:linear-gradient(135deg,#06152b 0%,#0b1f3a 100%)}

.demo-shop-v13 .shop-exact-hero{padding-bottom:12px}
.demo-shop-v13 .demo-product-grid.three-up .demo-product-card{min-height:100%}
.demo-shop-v13 .demo-product-card__image-wrap img{height:188px}
.demo-shop-v13 .demo-product-card__body h3{font-size:1.45rem;min-height:3rem}
.demo-shop-v13 .demo-product-card__body p{min-height:4.5rem}
.demo-shop-v13 .three-note-cards .card__body{min-height:180px}
.demo-shop-v13 .bottom-demo-cta.compact{margin-top:8px}

.demo-resources-v13 .resources-hero-exact{padding-bottom:10px}
.demo-resources-v13 .featured-resource-exact__body h3{font-size:2rem}
.demo-resources-v13 .featured-resource-exact__body{padding:28px}
.demo-resources-v13 .demo-resource-card__body h3{font-size:1.35rem;min-height:3.3rem}
.demo-resources-v13 .demo-resource-card__body p{min-height:4.8rem}
.demo-resources-v13 .decision-cta-exact .card__body{min-height:100%}

.demo-budget-v13 .budget-main-grid{align-items:start}
.demo-budget-v13 .budget-form-exact .card__body{padding:28px}
.demo-budget-v13 .budget-form-exact h2{margin-bottom:6px}
.demo-budget-v13 .budget-form-exact p{margin-bottom:10px}
.demo-budget-v13 .budget-mini-cards .card__body{min-height:210px}
.demo-budget-v13 .goodhands-banner{background:linear-gradient(135deg,#06152b 0%,#0b1f3a 100%)}
.demo-budget-v13 .after-send-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:14px}

@media (max-width:1200px){
  .demo-home-v13 .service-exact-card .card__body,
  .demo-home-v13 .exact-line-card .card__body,
  .demo-shop-v13 .three-note-cards .card__body,
  .demo-budget-v13 .budget-mini-cards .card__body{min-height:auto}
}


/* ===== v16.3 transversal close ===== */
:root{
  --dzc-container:1280px;
  --dzc-space-1:12px;
  --dzc-space-2:16px;
  --dzc-space-3:24px;
  --dzc-space-4:32px;
  --dzc-space-5:48px;
  --dzc-radius-s:12px;
  --dzc-radius-m:18px;
  --dzc-radius-l:22px;
}
body{font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.container{max-width:var(--dzc-container);width:min(calc(100% - 40px),var(--dzc-container));margin-inline:auto;}
.section{padding:56px 0}.section--compact{padding:32px 0}
.stack-lg>*+*{margin-top:24px}.stack-md>*+*{margin-top:16px}.stack-sm>*+*{margin-top:10px}
h1{font-size:clamp(3rem,5vw,4.6rem);line-height:1.02;font-weight:900;letter-spacing:-.04em}
h2{font-size:clamp(1.8rem,2.8vw,2.5rem);line-height:1.08;font-weight:900;letter-spacing:-.03em}
h3{font-size:1.55rem;line-height:1.15;font-weight:800;letter-spacing:-.02em}
p{line-height:1.68}
.button{min-height:48px;padding:0 20px;border-radius:12px;box-shadow:none}.button-group{gap:12px}
.card{border-radius:18px;box-shadow:0 10px 28px rgba(8,21,44,.05)}
.card__body{padding:24px}
.header-v163{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.92);backdrop-filter:saturate(160%) blur(10px);box-shadow:0 10px 30px rgba(7,21,42,.08)}
.header-v163__inner{min-height:82px;display:flex;align-items:center;gap:24px}
.child-topbar__inner{min-height:34px;font-size:.82rem}
.site-branding__logo img,.custom-logo-link img{height:40px}
.menu--primary{gap:22px}.menu--primary a{font-size:.92rem;font-weight:800}
.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--border);border-radius:12px;background:#fff;align-items:center;justify-content:center;gap:4px;padding:0}.nav-toggle span{display:block;width:18px;height:2px;background:#08152c;border-radius:999px}
.footer-v163{background:#06152b;color:#d5e0f0;margin-top:32px}
.footer-v163__top{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1fr 1fr;gap:28px;padding:40px 0 28px}
.footer-v163 h4{color:#fff;margin:0 0 14px;font-size:1rem}.footer-v163 ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-v163 a{color:#c5d1e3}.footer-v163 a:hover{color:#fff}
.child-site-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}
.child-site-footer__bottom-inner{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:18px 0}
.footer-bottom-links{display:flex;gap:18px;justify-content:flex-end}
.footer-contact-list li,.footer-brand-col p{font-size:.93rem;line-height:1.6}
.demo-form input,.demo-form select,.demo-form textarea{min-height:50px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;padding:.8rem .95rem;color:#08152c;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease}
.demo-form textarea{min-height:128px}
.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{outline:none;border-color:#2458f5;box-shadow:0 0 0 4px rgba(36,88,245,.12)}
.demo-form label{gap:8px;font-size:.88rem;font-weight:800;color:#3f526b}
.demo-form__upload,.upload-box-exact{border-radius:14px;background:#f8fbff}
.demo-form__submit{width:100%}
.page-template-note,.demo-form__note{font-size:.82rem;color:#6b7280}
.faq-teaser-grid details,.home-faq-grid details{border-radius:14px}
.home-faq-grid summary,.faq-teaser-grid summary{font-size:.96rem;line-height:1.45}
.promo-top-card,.bottom-demo-cta,.goodhands-banner,.shop-banner-card,.hero-panel-exact,.budget-hero-highlight{border-radius:22px}
.pill-strip-grid span,.demo-category-pills span,.catalog-pill{min-height:46px}
.demo-product-card__body,.demo-resource-card__body{gap:10px}
.demo-product-card__body p,.demo-resource-card__body p{font-size:.95rem}
.demo-resource-card__body h3{font-size:1.4rem}
.demo-product-card__body h3{font-size:1.35rem}
.process-flow-grid article,.after-send-grid article{min-height:100%}
@media (max-width:1200px){
  .footer-v163__top{grid-template-columns:1.4fr 1fr 1fr 1fr}
  .child-site-footer__bottom-inner{grid-template-columns:1fr;justify-items:start}
}
@media (max-width:920px){
  .container{width:min(calc(100% - 28px),var(--dzc-container))}
  .nav-toggle{display:inline-flex;margin-left:auto}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;padding:14px;background:#fff;border-top:1px solid rgba(8,21,44,.08);box-shadow:0 14px 34px rgba(8,21,44,.12)}
  .site-nav.is-open{display:block}
  .menu--primary{flex-direction:column;align-items:flex-start;gap:12px}
  .header-v163__inner{position:relative;gap:16px}
  .child-site-header__cta{display:none}
  .home-hero-exact__grid,.shop-exact-hero__grid,.resources-hero-exact__grid,.budget-hero-exact__grid,.budget-main-grid,.process-two-col,.resources-featured-grid,.decision-cta-exact,.three-note-cards,.exact-line-grid,.exact-services-grid,.demo-resource-grid,.home-faq-grid,.after-send-grid,.footer-v163__top,.budget-mini-cards,.check-grid,.fast-steps{grid-template-columns:1fr !important}
  .demo-product-grid.four-up,.demo-product-grid.three-up,.process-flow-grid,.pill-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .hero-panel-exact,.shop-banner-card,.featured-resource-exact{grid-template-columns:1fr}
  .budget-form-exact{position:static}
}
@media (max-width:640px){
  body{font-size:15px}
  .section{padding:42px 0}.section--compact{padding:26px 0}
  .container{width:calc(100% - 24px)}
  h1{font-size:2.4rem}.promo-top-card h2,.bottom-demo-cta h2,.shop-banner-card h2{font-size:1.6rem}.hero-panel-exact__copy h2{font-size:1.55rem}
  .child-topbar__inner{flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 0;gap:2px}
  .promo-top-card,.bottom-demo-cta,.goodhands-banner{padding:20px}
  .demo-product-grid.four-up,.demo-product-grid.three-up,.process-flow-grid,.pill-strip-grid{grid-template-columns:1fr !important}
  .button,.demo-category-pills span{width:100%}
  .button-group{width:100%;flex-direction:column}
  .demo-form__grid--two{grid-template-columns:1fr !important}
  .footer-bottom-links{flex-wrap:wrap;gap:10px}
}


/* v17 demo render lock */
.dzc-demo-lock-enabled .wpcf7,
.dzc-demo-lock-enabled .ff-default,
.dzc-demo-lock-enabled .fluentform,
.dzc-demo-lock-enabled .gform_wrapper{max-width:100%;}
.dzc-demo-lock-enabled .premium-form-card .card__body > .fluentform,
.dzc-demo-lock-enabled .premium-form-card .card__body > .wpcf7,
.dzc-demo-lock-enabled .premium-form-card .card__body > .gform_wrapper{display:none!important;}
.dzc-demo-lock-enabled .premium-form-card .demo-form{display:grid!important;}
.dzc-faq-v17__hero{padding-top:28px;padding-bottom:18px;}
.dzc-faq-v17__grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:22px;align-items:start;}
.dzc-faq-v17__contact-card{position:sticky;top:110px;}
.dzc-faq-v17__faq-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.dzc-faq-v17__faq-strip details{min-height:unset;}
.dzc-support-v161__hero-card{min-height:190px;display:flex;flex-direction:column;justify-content:center;}
.dzc-support-v161__hero-card span{display:block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;color:#14b8a6;font-weight:900;}
.dzc-support-v161__hero-card ul{list-style:none;display:grid;gap:10px;}
.dzc-support-v161__hero-card li::before{content:'✓';color:#14b8a6;font-weight:900;margin-right:8px;}
.dzc-support-form-card .card__body > h2{margin-bottom:4px;}
.dzc-support-form-card .demo-form input,
.dzc-support-form-card .demo-form select,
.dzc-support-form-card .demo-form textarea,
.dzc-faq-v17__embedded-form .demo-form input,
.dzc-faq-v17__embedded-form .demo-form select,
.dzc-faq-v17__embedded-form .demo-form textarea{background:#fff;border:1px solid #cfd8e6;border-radius:10px;min-height:46px;padding:.78rem .9rem;color:#08152c;box-shadow:none;}
.dzc-support-form-card .demo-form textarea,
.dzc-faq-v17__embedded-form .demo-form textarea{min-height:130px;}
.dzc-support-form-card .demo-form__upload,
.dzc-faq-v17__embedded-form .demo-form__upload{background:#f8fbff;border:1px dashed #c6d2e4;border-radius:12px;padding:18px;color:#5f7087;}
.dzc-support-v17__closing-cta{margin-top:10px;}
.page-template-note{font-size:.84rem;color:#73839a;margin-top:12px;}
.footer-v13__top h4{font-size:.95rem;}
.footer-v13__top ul{gap:8px;}
.footer-v13__top p,.footer-v13__top li,.footer-v13__top a{font-size:.9rem;line-height:1.45;}
.footer-v13 .site-branding__logo img{width:210px;}
@media (max-width:1100px){
  .dzc-faq-v17__grid{grid-template-columns:1fr;}
  .dzc-faq-v17__contact-card{position:static;}
  .dzc-faq-v17__faq-categories{grid-template-columns:1fr;}
}


/* ===== v18 fine tune ===== */
:root{--dzc-space-hero:56px;--dzc-space-section:46px;--dzc-radius-xl:22px}
body .section{padding:var(--dzc-space-section) 0}
body .section.section--compact{padding:30px 0}
body .container{width:min(1280px,calc(100% - 56px))}
body h1{font-size:clamp(3.8rem,5.6vw,5.4rem);line-height:1.02}
body h2{font-size:clamp(2rem,2.8vw,2.7rem)}
body p{line-height:1.65}
.header-v12__inner{min-height:86px}
.child-topbar__inner{font-size:.82rem;gap:12px}
.home-hero-exact,.shop-exact-hero,.resources-hero-exact,.budget-hero-exact,.dzc-services-v161__hero,.dzc-support-v161__hero,.dzc-faq-v18__hero{padding-top:34px;padding-bottom:34px}
.home-hero-exact__grid,.shop-exact-hero__grid,.resources-hero-exact__grid,.budget-hero-exact__grid,.dzc-services-v161__hero-grid,.dzc-support-v161__hero-grid,.dzc-faq-v18__hero-grid{align-items:start;gap:36px}
.hero-panel-exact,.shop-banner-card,.dzc-services-v161__hero-card,.dzc-support-v161__hero-card,.dzc-faq-v18__hero-card{border-radius:var(--dzc-radius-xl);box-shadow:0 22px 54px rgba(7,21,42,.16)}
.hero-panel-exact{min-height:430px}
.hero-micro-points{row-gap:10px}
.pill-strip-grid span{min-height:72px;padding:16px 14px;font-size:.92rem}
.exact-line-card,.service-exact-card,.demo-product-card,.demo-resource-card,.dzc-services-card-grid .card,.dzc-support-v161 .card,.dzc-faq-v18 .card{border-radius:18px}
.exact-line-card .card__body,.service-exact-card .card__body,.demo-resource-card__body{padding:20px}
.demo-product-card{height:100%}
.demo-product-card__body{padding:18px 18px 18px}
.demo-product-card__body h3{font-size:1.55rem;line-height:1.15;min-height:3.2rem}
.demo-product-card__body p{font-size:.94rem;min-height:64px}
.demo-product-card__image-wrap img{height:188px}
.demo-price{font-size:1.8rem}
.mini-features{min-height:24px}
.exact-services-grid .card,.dzc-services-card-grid .card{height:100%}
.exact-services-grid .card__body,.dzc-services-card-grid .card__body{display:flex;flex-direction:column;height:100%}
.exact-services-grid ul,.dzc-services-card-grid ul{min-height:96px}
.exact-services-grid .button,.dzc-services-card-grid .button{margin-top:auto}
.process-flow-card,.dzc-compact-process-card{border-radius:18px}
.process-flow-grid p,.dzc-compact-process-card p{font-size:.88rem}
.home-faq-grid details{min-height:132px}
.home-faq-grid summary{font-size:.98rem;line-height:1.35}
.bottom-demo-cta{border-radius:22px;padding:26px 28px}
.bottom-demo-cta h2{font-size:1.95rem}
.footer-v13__top{padding:42px 0;gap:30px}
.footer-v13 .site-branding__logo img{width:210px}
.footer-v13 p,.footer-v13 li,.footer-v13 a{font-size:.93rem;line-height:1.55}
.footer-v13 h4{font-size:1.02rem;margin-bottom:16px}
.footer-socials span{width:34px;height:34px}
.child-site-footer__bottom-inner{padding:20px 0;font-size:.88rem}
/* services/support/faq specific */
.dzc-services-v161__hero-card span,.dzc-support-v161__hero-card span,.dzc-faq-v18__hero-card span{display:block;color:#18b8a7;text-transform:uppercase;font-size:.76rem;font-weight:900;letter-spacing:.08em;margin-bottom:10px}
.dzc-services-v161__hero-card ul,.dzc-support-v161__hero-card ul,.dzc-faq-v18__hero-card ul{list-style:none;display:grid;gap:10px}
.dzc-services-v161__hero-card li,.dzc-support-v161__hero-card li,.dzc-faq-v18__hero-card li{color:#fff;line-height:1.45}
.dzc-services-v161__hero-card li::before,.dzc-support-v161__hero-card li::before,.dzc-faq-v18__hero-card li::before{content:'✓';color:#18b8a7;font-weight:900;margin-right:8px}
.dzc-services-v161__offer-types .card__body,.dzc-support-v161__ops-grid .card__body,.dzc-faq-v18__grid .card__body,.dzc-faq-v18__faq-categories .card__body{padding:22px}
.dzc-services-v161__fit .card,.dzc-support-v161__ops-grid .card,.dzc-faq-v18__faq-categories .card{height:100%}
.dzc-support-v161__ops-grid{align-items:start}
.dzc-support-v161__faq-grid details{min-height:128px}
.demo-form input,.demo-form select,.demo-form textarea{border-radius:10px}
.demo-form textarea{min-height:150px}
.demo-form__upload{padding:24px;border-radius:12px}
.dzc-faq-v18__hero-card{background:#07152a;padding:26px;color:#fff}
.dzc-faq-v18__grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:start}
.dzc-faq-v18__faq-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dzc-faq-v18__closing{margin-top:6px}
.resources-featured-grid,.decision-cta-exact,.budget-main-grid{align-items:start}
.featured-resource-exact{min-height:330px}
.featured-resource-exact h3{font-size:2rem;line-height:1.08}
.demo-resource-card__body h3{font-size:1.28rem;line-height:1.2;min-height:4.2rem}
.demo-resource-card__body p{min-height:78px;font-size:.93rem}
.budget-main-grid .card__body{padding:22px}
.goodhands-banner{padding:24px 26px}
.after-send-grid article{min-height:136px;border:1px solid #d8e3f1;border-radius:14px;background:#fff}
@media (max-width:1200px){
  .dzc-faq-v18__grid{grid-template-columns:1fr}
  .dzc-faq-v18__faq-categories,.exact-services-grid,.decision-cta-exact,.footer-v13__top{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  body .container{width:calc(100% - 28px)}
  body h1{font-size:2.9rem}
  .dzc-faq-v18__faq-categories,.exact-services-grid,.decision-cta-exact,.footer-v13__top,.home-pill-strip .pill-strip-grid,.exact-line-grid,.demo-product-grid.four-up,.demo-product-grid.three-up,.three-note-cards,.demo-resource-grid,.after-send-grid{grid-template-columns:1fr}
  .bottom-demo-cta,.promo-top-card,.goodhands-banner{padding:22px}
  .hero-panel-exact,.shop-banner-card{min-height:auto}
}


/* v19 polish */
.dzc-support-v161__ops-grid,
.dzc-faq-v18__grid {
  align-items: start;
}

.dzc-support-v161__form-wrap .card__body,
.dzc-faq-v18__contact-card .card__body {
  padding: 1.4rem;
}

.dzc-support-v161__ops-grid > .stack-lg > .card + .card {
  margin-top: 0;
}

.dzc-faq-v18__faq-categories .card,
.home-faq-grid details {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15,23,42,.08);
}

.bottom-demo-cta.compact {
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.page-template-note {
  color: var(--muted);
  font-size: .9rem;
  margin-top: .65rem;
}

@media (max-width: 900px) {
  .dzc-support-v161__ops-grid,
  .dzc-faq-v18__grid {
    grid-template-columns: 1fr;
  }
}


/* v20 final polish */
.promo-top-card,
.dzc-services-v161__hero-card,
.dzc-support-v161__hero-card,
.dzc-faq-v18__hero-card,
.hero-panel-exact,
.bottom-demo-cta {
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.bottom-demo-cta,
.bottom-demo-cta.compact {
  border-radius: 18px;
}

.bottom-demo-cta.compact .button-group,
.bottom-demo-cta .button-group {
  gap: .75rem;
}

.section-head--split {
  align-items: end;
  gap: 1rem;
}

.section-intro-inline {
  max-width: 44rem;
}

.home-faq-grid details,
.dzc-support-faq-grid details,
.dzc-faq-v18__faq-strip details {
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.home-faq-grid details summary,
.dzc-support-faq-grid details summary,
.dzc-faq-v18__faq-strip details summary {
  font-weight: 700;
}

.demo-product-card,
.demo-resource-card,
.service-card,
.premium-plan-card,
.exact-line-card,
.service-exact-card,
.dzc-faq-v18__faq-categories .card,
.dzc-services-card-grid .service-card {
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.dzc-support-v161__ops-grid,
.dzc-faq-v18__grid {
  align-items: start;
}

@media (min-width: 981px) {
  .dzc-support-v161__form-wrap {
    position: sticky;
    top: 110px;
    align-self: start;
  }

  .dzc-faq-v18__contact-card {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}

.dzc-support-v161__form-wrap .premium-form-card,
.dzc-faq-v18__embedded-form {
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.dzc-resources-v20__closing {
  padding-top: 0;
}

.dzc-resources-v20__closing .bottom-demo-cta {
  margin-top: .25rem;
}

.dzc-services-v161__fit .card,
.dzc-services-v161__process .dzc-compact-process-card,
.exact-process-section .process-flow-card,
.decision-cta-exact__dark {
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}

.footer-links a,
.site-footer a {
  text-decoration-thickness: 1px;
}

@media (max-width: 980px) {
  .section-head--split {
    align-items: start;
  }

  .dzc-support-v161__form-wrap,
  .dzc-faq-v18__contact-card {
    position: static;
  }
}


/* v21 final polish */
:root{
  --dzc-content-max: 1280px;
}

.container{
  max-width: var(--dzc-content-max);
}

.section h2 + p,
.section-head p,
.section-intro-inline,
.process-side-title p,
.dzc-services-v161__hero p,
.dzc-support-v161__hero p,
.dzc-faq-v18__hero p,
.resources-hero-exact p,
.budget-hero-exact p,
.home-hero-exact p{
  max-width: 68ch;
}

.section-title-center h2,
.section-head h2,
.dzc-services-v161__hero h1,
.dzc-support-v161__hero h1,
.dzc-faq-v18__hero h1,
.shop-exact-hero h1,
.resources-hero-exact h1,
.budget-hero-exact h1{
  text-wrap: balance;
}

.promo-top-card,
.hero-panel-exact,
.shop-banner-card,
.dzc-services-v161__hero-card,
.dzc-support-v161__hero-card,
.dzc-faq-v18__hero-card,
.bottom-demo-cta{
  overflow: hidden;
}

.bottom-demo-cta p,
.decision-cta-exact__dark p,
.hero-panel-exact__copy p,
.shop-banner-card p,
.promo-top-card p{
  line-height: 1.6;
}

.demo-product-card__body,
.demo-resource-card__body,
.service-card__body,
.service-exact-card .card__body,
.exact-line-card .card__body,
.premium-plan-card .card__body{
  gap: 12px;
}

.demo-product-card__body h3,
.demo-resource-card__body h3,
.service-exact-card h3,
.exact-line-card h3,
.premium-plan-card h3{
  text-wrap: balance;
}

.demo-product-card__body p{
  min-height: 68px;
}

.demo-resource-card__body p{
  min-height: 78px;
}

.exact-services-grid .card,
.demo-product-grid .demo-product-card,
.demo-resource-grid .demo-resource-card,
.dzc-services-card-grid .service-card,
.dzc-faq-v18__faq-categories .card,
.premium-plan-card{
  height: 100%;
}

.demo-product-grid .demo-product-card,
.demo-resource-grid .demo-resource-card,
.dzc-services-card-grid .service-card{
  display: flex;
  flex-direction: column;
}

.demo-product-card__body,
.demo-resource-card__body,
.dzc-services-card-grid .card__body{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.demo-product-card__body .button,
.dzc-services-card-grid .button,
.service-exact-card .button{
  margin-top: auto;
}

.home-faq-grid,
.dzc-support-faq-grid,
.dzc-faq-v18__faq-strip{
  align-items: stretch;
}

.home-faq-grid details,
.dzc-support-faq-grid details,
.dzc-faq-v18__faq-strip details{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dzc-support-v161__ops-grid .card,
.dzc-support-v161__form-wrap .premium-form-card,
.dzc-faq-v18__contact-card{
  min-height: 100%;
}

.footer-v13__top{
  padding-top: 42px;
  padding-bottom: 26px;
}

.footer-v13 p,
.footer-v13 li,
.footer-v13 a{
  line-height: 1.55;
}

.footer-v13 h4{
  margin-bottom: 16px;
}

.footer-brand-col p{
  max-width: 30ch;
}

.footer-socials{
  margin-top: 18px;
}

.child-site-footer__bottom-inner{
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-bottom-links{
  align-items: center;
}

.demo-category-pills span,
.catalog-pill{
  line-height: 1;
}

.demo-form input,
.demo-form select,
.demo-form textarea{
  font-size: 14px;
}

.demo-form label{
  gap: 8px;
}

.dzc-support-v161__form-wrap .demo-form,
.dzc-faq-v18__embedded-form .demo-form,
.budget-form-exact .demo-form{
  gap: 12px;
}

.page-template-note{
  line-height: 1.5;
}

.process-flow-grid article,
.dzc-compact-process-card article,
.fast-steps article{
  min-height: 100%;
}

@media (max-width: 1200px){
  .home-hero-exact__grid,
  .shop-exact-hero__grid,
  .resources-hero-exact__grid,
  .budget-hero-exact__grid,
  .dzc-services-v161__hero-grid,
  .dzc-support-v161__hero-grid,
  .dzc-faq-v18__hero-grid{
    gap: 28px;
  }
}

@media (max-width: 980px){
  .section{
    padding: 38px 0;
  }
  .section--compact{
    padding: 24px 0;
  }
  .section-head--split{
    flex-direction: column;
  }
  .footer-v13__top{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 760px){
  h1{
    font-size: 2.4rem;
  }
  h2{
    font-size: 1.7rem;
  }
  h3{
    font-size: 1.35rem;
  }
  .container{
    width: calc(100% - 20px);
  }
  .promo-top-card,
  .hero-panel-exact,
  .shop-banner-card,
  .bottom-demo-cta{
    padding: 20px;
    border-radius: 16px;
  }
  .demo-product-card__image-wrap img,
  .demo-resource-card__image img{
    height: 168px;
  }
  .footer-v13__top{
    grid-template-columns: 1fr;
  }
  .child-site-footer__bottom-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom-links{
    gap: 14px;
    flex-wrap: wrap;
  }
}


/* v22 mobile hardening + accessible off-canvas navigation */
.mobile-nav-actions,
.mobile-nav-backdrop{
  display:none;
}

.nav-toggle{
  cursor:pointer;
  position:relative;
  flex:0 0 46px;
  z-index:120;
}

.nav-toggle span{
  transition:transform .22s ease, opacity .18s ease, background-color .18s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

@media (max-width: 1100px){
  .menu--primary{
    gap:16px;
  }
  .menu--primary a{
    font-size:.88rem;
  }
  .child-site-header__cta .button{
    padding-inline:16px;
  }
}

@media (max-width: 920px){
  body.mobile-nav-open{
    overflow:hidden;
  }

  .header-v163,
  .header-v12{
    z-index:200;
  }

  .header-v163__inner,
  .header-v12__inner,
  .child-site-header__inner{
    min-height:68px;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between;
    gap:12px;
    position:relative;
  }

  .child-topbar--premium{
    display:none;
  }

  .site-branding,
  .child-site-branding{
    flex:1 1 auto;
    min-width:0;
  }

  .site-branding__logo img,
  .custom-logo-link img{
    height:34px;
    width:auto;
    max-width:190px;
  }

  .nav-toggle{
    display:inline-flex !important;
    margin-left:auto;
    background:#fff;
    border:1px solid rgba(15,23,42,.14);
    box-shadow:0 8px 20px rgba(15,23,42,.06);
  }

  .child-site-header__cta{
    display:none !important;
  }

  .site-nav{
    display:block !important;
    position:fixed !important;
    top:68px !important;
    left:12px !important;
    right:12px !important;
    max-height:calc(100dvh - 88px);
    overflow:auto;
    padding:14px !important;
    border:1px solid rgba(15,23,42,.1) !important;
    border-radius:18px;
    background:#fff;
    box-shadow:0 24px 70px rgba(2,6,23,.22) !important;
    transform:translateY(-12px) scale(.98);
    opacity:0;
    pointer-events:none;
    visibility:hidden;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index:110;
  }

  .site-nav.is-open{
    transform:translateY(0) scale(1);
    opacity:1;
    pointer-events:auto;
    visibility:visible;
  }

  .mobile-nav-backdrop{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(2,6,23,.42);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
    z-index:90;
  }

  .mobile-nav-open .mobile-nav-backdrop{
    opacity:1;
    pointer-events:auto;
  }

  .menu--primary{
    display:flex !important;
    flex-direction:column;
    align-items:stretch !important;
    gap:4px !important;
    width:100%;
  }

  .menu--primary li{
    width:100%;
  }

  .menu--primary a{
    display:flex;
    width:100%;
    min-height:46px;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    border-radius:12px;
    color:#08152c;
    font-size:1rem;
    background:#f8fafc;
  }

  .menu--primary a:hover,
  .menu--primary a:focus{
    background:#eef4ff;
    color:#2458f5;
  }

  .mobile-nav-actions{
    display:grid;
    gap:10px;
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid rgba(15,23,42,.08);
  }

  .mobile-nav-actions .button{
    width:100%;
  }

  .promo-top-card{
    margin-top:4px;
  }

  .home-hero-exact,
  .shop-exact-hero,
  .resources-hero-exact,
  .budget-hero-exact,
  .dzc-services-v161__hero,
  .dzc-support-v161__hero,
  .dzc-faq-v18__hero{
    padding-top:24px !important;
  }

  .hero-panel-exact,
  .shop-banner-card{
    min-height:auto;
  }

  .hero-panel-exact img,
  .shop-banner-card img,
  .resources-hero-exact img,
  .budget-hero-exact img{
    max-height:320px;
    object-fit:cover;
  }

  .section-head--split{
    align-items:flex-start;
  }
}

@media (max-width: 760px){
  .container{
    width:calc(100% - 24px) !important;
  }

  .section{
    padding:34px 0 !important;
  }

  .section--compact{
    padding:22px 0 !important;
  }

  h1,
  .home-hero-exact h1,
  .shop-exact-hero h1,
  .resources-hero-exact h1,
  .budget-hero-exact h1,
  .dzc-services-v161__hero h1,
  .dzc-support-v161__hero h1,
  .dzc-faq-v18__hero h1{
    font-size:clamp(2.15rem, 11vw, 2.85rem) !important;
    line-height:1.03 !important;
    letter-spacing:-.045em;
  }

  h2,
  .section-head h2,
  .section-title-center h2{
    font-size:clamp(1.55rem, 7.5vw, 2rem) !important;
    line-height:1.1 !important;
  }

  h3{
    font-size:1.25rem !important;
  }

  .promo-top-card,
  .bottom-demo-cta,
  .goodhands-banner,
  .hero-panel-exact,
  .shop-banner-card,
  .budget-hero-highlight,
  .dzc-services-v161__hero-card,
  .dzc-support-v161__hero-card,
  .dzc-faq-v18__hero-card{
    padding:18px !important;
    border-radius:16px !important;
  }

  .promo-top-card h2,
  .bottom-demo-cta h2,
  .shop-banner-card h2,
  .hero-panel-exact__copy h2{
    font-size:1.45rem !important;
  }

  .button-group{
    width:100%;
    flex-direction:column;
  }

  .button,
  .button-group .button{
    width:100%;
    min-height:46px;
  }

  .demo-product-grid,
  .demo-resource-grid,
  .exact-services-grid,
  .dzc-services-card-grid,
  .three-note-cards,
  .exact-line-grid,
  .home-faq-grid,
  .dzc-support-faq-grid,
  .dzc-faq-v18__faq-strip,
  .budget-mini-cards,
  .check-grid,
  .fast-steps,
  .pill-strip-grid,
  .process-flow-grid,
  .after-send-grid,
  .footer-v13__top,
  .footer-v163__top{
    grid-template-columns:1fr !important;
  }

  .demo-category-pills{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:6px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .demo-category-pills::-webkit-scrollbar{
    display:none;
  }

  .demo-category-pills span{
    width:auto !important;
    flex:0 0 auto;
    min-height:38px;
    padding-inline:14px;
  }

  .demo-product-card__image-wrap img,
  .demo-resource-card__image img{
    height:170px !important;
  }

  .demo-product-card__body p,
  .demo-resource-card__body p{
    min-height:0 !important;
  }

  .decision-cta-exact,
  .resources-featured-grid,
  .budget-main-grid,
  .dzc-faq-v18__grid,
  .dzc-support-v161__ops-grid{
    grid-template-columns:1fr !important;
  }

  .footer-v13__top,
  .footer-v163__top{
    padding-top:30px !important;
    padding-bottom:20px !important;
    gap:22px !important;
  }

  .footer-brand-col p{
    max-width:none;
  }
}

@media (max-width: 420px){
  .site-branding__logo img,
  .custom-logo-link img{
    max-width:160px;
  }

  .nav-toggle{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .site-nav{
    top:62px !important;
    left:8px !important;
    right:8px !important;
    max-height:calc(100dvh - 76px);
  }

  .header-v163__inner,
  .header-v12__inner,
  .child-site-header__inner{
    min-height:62px;
  }

  .card__body{
    padding:18px !important;
  }
}


/* v23 mobile menu fix: JS-independent visibility states + stronger override */
@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(15,23,42,.14) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #08152c !important;
    transform-origin: center !important;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1),
  .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2),
  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3),
  .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  .site-nav {
    display: block !important;
    position: fixed !important;
    top: 68px !important;
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100dvh - 88px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid rgba(15,23,42,.1) !important;
    border-radius: 18px !important;
    padding: 14px !important;
    box-shadow: 0 24px 70px rgba(2,6,23,.22) !important;
    transform: translateY(-12px) scale(.98) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 9992 !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }

  .site-nav.is-open,
  .mobile-nav-open .site-nav {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mobile-nav-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(2,6,23,.42) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s ease !important;
    z-index: 9990 !important;
  }

  .mobile-nav-open .mobile-nav-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .header-v163,
  .header-v12,
  .site-header {
    z-index: 9993 !important;
  }
}


/* v24 CSS-only mobile menu fallback. This makes the hamburger work even if JS/cache fails. */
.mobile-nav-control {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 921px) {
  .mobile-nav-control,
  .mobile-nav-backdrop {
    display: none !important;
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 42px !important;
    min-width: 46px !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(15,23,42,.14) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    z-index: 10000 !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #08152c !important;
    transition: transform .2s ease, opacity .18s ease !important;
  }

  .mobile-nav-control:checked + .nav-toggle span:nth-child(1),
  .nav-toggle[aria-expanded="true"] span:nth-child(1),
  .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }

  .mobile-nav-control:checked + .nav-toggle span:nth-child(2),
  .nav-toggle[aria-expanded="true"] span:nth-child(2),
  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .mobile-nav-control:checked + .nav-toggle span:nth-child(3),
  .nav-toggle[aria-expanded="true"] span:nth-child(3),
  .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  .mobile-nav-control:checked ~ .site-nav,
  .site-nav.is-open,
  .mobile-nav-open .site-nav {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mobile-nav-control:checked ~ .mobile-nav-backdrop,
  .mobile-nav-open .mobile-nav-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .site-nav {
    display: block !important;
    position: fixed !important;
    top: 68px !important;
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100dvh - 88px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid rgba(15,23,42,.1) !important;
    border-radius: 18px !important;
    padding: 14px !important;
    box-shadow: 0 24px 70px rgba(2,6,23,.22) !important;
    transform: translateY(-12px) scale(.98) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 9992 !important;
  }

  .mobile-nav-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(2,6,23,.42) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s ease !important;
    z-index: 9990 !important;
  }

  .child-site-header__inner,
  .header-v163__inner,
  .header-v12__inner {
    position: relative !important;
  }

  .child-site-header__cta {
    display: none !important;
  }
}

/* v25 Sprint 2: real forms mode + Fluent Forms visual integration */
.form-embed .fluentform,
.form-embed .ff-default,
.form-embed .frm-fluent-form {
  width: 100%;
}

.form-embed .ff-el-group {
  margin-bottom: 14px;
}

.form-embed .ff-el-input--label label,
.form-embed .ff-el-group label,
.form-embed .ff-el-form-check-label {
  color: #334155;
  font-weight: 800;
  font-size: .9rem;
  line-height: 1.35;
}

.form-embed .ff-el-form-control,
.form-embed input[type="text"],
.form-embed input[type="email"],
.form-embed input[type="url"],
.form-embed input[type="tel"],
.form-embed input[type="number"],
.form-embed select,
.form-embed textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  padding: .8rem .95rem;
  color: #07152a;
  box-shadow: none;
}

.form-embed textarea,
.form-embed .ff-el-form-control[type="textarea"] {
  min-height: 140px;
}

.form-embed .ff-el-form-control:focus,
.form-embed input:focus,
.form-embed select:focus,
.form-embed textarea:focus {
  border-color: #2458f5;
  outline: 3px solid rgba(36,88,245,.16);
  outline-offset: 0;
}

.form-embed .ff-btn-submit,
.form-embed button[type="submit"],
.form-embed input[type="submit"] {
  width: 100%;
  min-height: 50px;
  border: 1px solid #2458f5;
  border-radius: 10px;
  background: #2458f5;
  color: #fff;
  font-weight: 800;
  padding: 0 22px;
  cursor: pointer;
}

.form-embed .ff-btn-submit:hover,
.form-embed button[type="submit"]:hover,
.form-embed input[type="submit"]:hover {
  background: #184ae1;
  border-color: #184ae1;
}

.form-embed .ff-message-success,
.form-embed .ff-errors-in-stack,
.form-embed .ff-el-is-error .text-danger,
.form-embed .ff-el-is-error .error {
  border-radius: 12px;
}

.form-embed .ff-message-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 1rem;
}

.form-embed .ff-el-is-error .ff-el-form-control {
  border-color: #ef4444;
}

/* v27 professional real/native form rendering */
.dzc-real-form-card {
  overflow: hidden;
}

.dzc-real-form-card > .card__body {
  padding: clamp(22px, 2.4vw, 34px);
}

.dzc-real-form-card h2 {
  margin-bottom: .45rem;
  text-wrap: balance;
}

.dzc-form-intro {
  color: #607086;
  font-size: .98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.dzc-form-shortcode-output {
  margin-top: .95rem;
}

.dzc-native-form {
  margin-top: 1rem;
}

.dzc-native-form .demo-form__grid {
  gap: 14px;
}

.dzc-native-form label {
  font-size: .88rem;
  font-weight: 800;
  color: #334155;
}

.dzc-native-form .dzc-field-wide {
  grid-column: 1 / -1;
}

.dzc-native-form input,
.dzc-native-form select,
.dzc-native-form textarea {
  margin-top: 7px;
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  padding: .82rem .95rem;
  color: #07152a;
  box-shadow: inset 0 1px 0 rgba(15,23,42,.02);
}

.dzc-native-form textarea {
  min-height: 132px;
  resize: vertical;
}

.dzc-native-form input:focus,
.dzc-native-form select:focus,
.dzc-native-form textarea:focus {
  border-color: #2458f5;
  outline: 3px solid rgba(36,88,245,.16);
  outline-offset: 0;
}

.dzc-native-form .demo-form__privacy {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin-top: .25rem;
  font-weight: 650;
  color: #475569;
}

.dzc-native-form .demo-form__privacy input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.dzc-native-form .demo-form__submit {
  margin-top: .25rem;
}

.dzc-form-notice {
  border-radius: 14px;
  padding: 14px 16px;
  margin: 14px 0;
  font-weight: 750;
  line-height: 1.45;
}

.dzc-form-notice--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.dzc-form-notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.dzc-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dzc-budget-form-wrap .dzc-real-form-card,
.dzc-support-v161__form-wrap .dzc-real-form-card,
.dzc-faq-v18__contact-card .dzc-real-form-card {
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.dzc-faq-v18__contact-card .dzc-real-form-card {
  box-shadow: none;
  border-color: rgba(15,23,42,.08);
}

@media (max-width: 760px) {
  .dzc-native-form .demo-form__grid {
    grid-template-columns: 1fr !important;
  }

  .dzc-real-form-card > .card__body {
    padding: 20px;
  }
}

/* v31 audit page + richer compatibility/audit forms */
.dzc-audit-v31__hero {
  background: radial-gradient(circle at 70% 15%, rgba(45, 212, 191, .14), transparent 34%), #f4f7fb;
}

.dzc-audit-v31__hero-grid,
.dzc-audit-v31__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.dzc-audit-v31__hero-card {
  background: #06142a;
  color: #fff;
  border-radius: 18px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .18);
}

.dzc-audit-v31__hero-card span {
  display: block;
  color: #25d8c2;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.dzc-audit-v31__hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dzc-audit-v31__hero-card li {
  position: relative;
  padding-left: 1.25rem;
  margin: .7rem 0;
  line-height: 1.5;
}

.dzc-audit-v31__hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #25d8c2;
  font-weight: 900;
}

.dzc-audit-v31__form {
  position: sticky;
  top: 110px;
}

.dzc-audit-v31__form .dzc-real-form-card {
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.dzc-real-form-card .dzc-field-wide textarea {
  min-height: 150px;
}

@media (max-width: 980px) {
  .dzc-audit-v31__hero-grid,
  .dzc-audit-v31__grid {
    grid-template-columns: 1fr;
  }

  .dzc-audit-v31__form {
    position: static;
  }
}

/* v32 WooCommerce real loop + add to cart */
.dzc-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #64748b;
  font-weight: 700;
}

.dzc-product-category-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 10px;
  background: #fff;
  color: #0f1d36;
  text-decoration: none;
  font-weight: 850;
}

.dzc-product-category-pills a.active,
.dzc-product-category-pills a:hover {
  background: #2458f5;
  border-color: #2458f5;
  color: #fff;
}

.woocommerce .products,
.dzc-shop-real ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce .products::before,
.woocommerce .products::after {
  display: none !important;
}

.woocommerce .products li.product,
.dzc-real-product-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.dzc-real-product-card .product-card-v12__inner {
  height: 100%;
}

.dzc-real-product-card .product-card-v12__subtitle {
  min-height: 58px;
}

.dzc-product-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: 100%;
}

.dzc-product-card-actions .button,
.dzc-product-card-actions a.button,
.dzc-product-card-actions .added_to_cart {
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
}

.dzc-product-card-actions .added_to_cart {
  background: #06142a;
  color: #fff;
  border: 1px solid #06142a;
}

.dzc-product-card-actions .dzc-view-product {
  background: #fff;
  color: #0f1d36;
  border-color: rgba(15,23,42,.16);
}

.dzc-header-cart-link {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 999px;
  background: #fff;
  color: #06142a;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15,23,42,.08);
}

.dzc-header-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #2458f5;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 10px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15,23,42,.12);
  font-weight: 800;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #2458f5;
  color: #fff;
}

@media (max-width: 980px) {
  .woocommerce .products,
  .dzc-shop-real ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-shop-toolbar {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .woocommerce .products,
  .dzc-shop-real ul.products {
    grid-template-columns: 1fr;
  }

  .dzc-product-category-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .dzc-product-category-pills a {
    white-space: nowrap;
  }

  .dzc-shop-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .dzc-header-cart-link {
    display: none !important;
  }
}


/* v33 cart count fragments */
.dzc-header-cart-link {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dzc-header-cart-link:hover {
  transform: translateY(-1px);
  border-color: rgba(36,88,245,.35);
}

.dzc-header-cart-icon {
  font-size: 18px;
  line-height: 1;
}

/* v34 premium purchase flow */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received {
  --dzc-flow-bg: #f5f8fc;
  --dzc-flow-card: #ffffff;
  --dzc-flow-border: #d9e5f2;
  --dzc-flow-shadow: 0 18px 48px rgba(8, 21, 44, .08);
  --dzc-flow-navy: #07152a;
  --dzc-flow-blue: #2458f5;
  --dzc-flow-teal: #18b8a7;
  --dzc-flow-muted: #5e7188;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-order-received .site-main {
  padding-top: 28px;
  padding-bottom: 52px;
}

body.woocommerce-cart h1,
body.woocommerce-checkout h1,
body.woocommerce-order-received h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .96;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce-order,
body.woocommerce-order-received .woocommerce {
  gap: 1.5rem;
}

body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .78fr);
  align-items: start;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #payment,
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order > p {
  background: var(--dzc-flow-card) !important;
  border: 1px solid var(--dzc-flow-border) !important;
  border-radius: 22px !important;
  box-shadow: var(--dzc-flow-shadow);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #payment,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order > p {
  padding: 1.4rem;
}

body.woocommerce-cart .cart-collaterals {
  position: sticky;
  top: 108px;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-checkout #order_review::before,
body.woocommerce-order-received .woocommerce-order-details::before,
body.woocommerce-order-received .woocommerce-customer-details::before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dzc-flow-blue), var(--dzc-flow-teal));
  margin-bottom: 1rem;
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table,
body.woocommerce-order-received .shop_table {
  width: 100%;
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid var(--dzc-flow-border) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.woocommerce-cart .shop_table thead th,
body.woocommerce-checkout .shop_table thead th,
body.woocommerce-order-received .shop_table thead th {
  background: #f8fbff !important;
  color: #0b1832 !important;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

body.woocommerce-cart .shop_table td,
body.woocommerce-cart .shop_table th,
body.woocommerce-checkout .shop_table td,
body.woocommerce-checkout .shop_table th,
body.woocommerce-order-received .shop_table td,
body.woocommerce-order-received .shop_table th {
  color: #1e293b !important;
  border-bottom: 1px solid #edf2f7 !important;
  vertical-align: top;
}

body.woocommerce-cart .shop_table td.product-name a,
body.woocommerce-checkout .shop_table td.product-name a,
body.woocommerce-order-received .shop_table td.product-name a {
  color: #08152c !important;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-cart .shop_table td.product-name,
body.woocommerce-order-received .shop_table td.product-name {
  font-size: 1.02rem;
}

body.woocommerce-cart .shop_table td.product-thumbnail img,
body.woocommerce-checkout .shop_table td.product-thumbnail img,
body.woocommerce-order-received .shop_table td.product-thumbnail img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e4edf7;
  background: #f8fbff;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart input.qty {
  min-height: 44px;
  border-radius: 12px;
  border-color: #c9d7e7;
  background: #fff;
  font-weight: 700;
}

body.woocommerce-cart .product-remove a.remove {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 999px;
  background: #fff5f5;
  color: #dc2626 !important;
  border: 1px solid #fecaca;
}

body.woocommerce-cart .product-remove a.remove:hover {
  background: #dc2626;
  color: #fff !important;
}

body.woocommerce-cart .cart-collaterals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-checkout-review-order h3,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  color: #08152c;
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

body.woocommerce-cart .cart_totals table td,
body.woocommerce-cart .cart_totals table th,
body.woocommerce-checkout .shop_table tfoot td,
body.woocommerce-checkout .shop_table tfoot th,
body.woocommerce-order-received .shop_table tfoot td,
body.woocommerce-order-received .shop_table tfoot th {
  font-size: 1rem;
}

body.woocommerce-cart .order-total td,
body.woocommerce-cart .order-total th,
body.woocommerce-checkout .order-total td,
body.woocommerce-checkout .order-total th,
body.woocommerce-order-received .order-total td,
body.woocommerce-order-received .order-total th {
  font-size: 1.42rem !important;
  font-weight: 900;
  color: #08152c !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 54px;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #2458f5, #3b82f6) !important;
  color: #fff !important;
  font-weight: 800;
  border: none !important;
  box-shadow: 0 16px 28px rgba(36, 88, 245, .22);
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #place_order:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

body.woocommerce-cart .coupon,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-coupon {
  background: #f8fbff;
  border: 1px dashed #c8d8ec !important;
  border-radius: 16px !important;
  padding: 1rem !important;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .8fr);
  gap: 1.5rem;
  align-items: start;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment {
  background: #fff !important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 108px;
}

body.woocommerce-checkout #customer_details > div,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 1.5rem;
  color: #08152c;
  margin-bottom: 1rem;
}

body.woocommerce-checkout .form-row label,
body.woocommerce-checkout .woocommerce-form__label {
  font-weight: 700;
  color: #334155;
}

body.woocommerce-checkout #payment {
  margin-top: 1rem;
  padding: 1.25rem !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: none !important;
  display: grid;
  gap: .85rem;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
  margin: 0 !important;
  padding: 1rem 1rem .95rem !important;
  border: 1px solid #d8e5f2;
  border-radius: 16px;
  background: #fbfdff;
}

body.woocommerce-checkout #payment input[type="radio"] {
  accent-color: #2458f5;
}

body.woocommerce-checkout #payment div.payment_box {
  margin-top: .9rem !important;
  border-radius: 14px;
  background: #eff6ff !important;
  color: #334155 !important;
  border: 1px solid #dbeafe;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .place-order > p,
body.woocommerce-order-received .woocommerce-order > p,
body.woocommerce-order-received .woocommerce-customer-details address {
  color: var(--dzc-flow-muted);
}

body.woocommerce-order-received .woocommerce-notice {
  font-size: 1.08rem;
  color: #51657d;
}

body.woocommerce-order-received ul.order_details {
  margin: 1.35rem 0 2rem !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.woocommerce-order-received ul.order_details li {
  margin: 0 !important;
  min-height: 118px;
  padding: 1.1rem !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid var(--dzc-flow-border) !important;
  border-radius: 18px !important;
  color: #5b6d84 !important;
  box-shadow: var(--dzc-flow-shadow);
}

body.woocommerce-order-received ul.order_details li strong,
body.woocommerce-order-received ul.order_details li .amount,
body.woocommerce-order-received ul.order_details li bdi {
  display: block;
  margin-top: .35rem;
  font-size: 1.2rem;
  color: #08152c !important;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 1.25rem;
}

body.woocommerce-order-received .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

body.woocommerce-order-received .woocommerce-column {
  margin: 0 !important;
}

body.woocommerce-cart .cart-empty.woocommerce-info {
  text-align: center;
  font-size: 1.1rem;
  padding: 1.3rem 1.4rem !important;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  border: 1px solid var(--dzc-flow-border) !important;
  border-radius: 20px !important;
  box-shadow: var(--dzc-flow-shadow);
}

body.woocommerce-cart .return-to-shop .button,
body.woocommerce-order-received .woocommerce-order > .button,
body.woocommerce-order-received .woocommerce-button {
  border-radius: 12px !important;
  background: #08152c !important;
  color: #fff !important;
}

body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cart-empty + .return-to-shop + .woocommerce,
body.woocommerce-cart .return-to-shop + .wc-empty-cart-message + .woocommerce {
  margin-top: 1.5rem;
}

body.woocommerce-cart .cross-sells > h2,
body.woocommerce-cart .related > h2,
body.woocommerce-cart .up-sells > h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #08152c;
}

body.woocommerce-cart .cross-sells ul.products li.product,
body.woocommerce-cart .products li.product {
  background: #fff;
  border: 1px solid var(--dzc-flow-border);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(8,21,44,.05);
  padding: 0 0 1rem;
  overflow: hidden;
}

body.woocommerce-cart .cross-sells ul.products li.product img,
body.woocommerce-cart .products li.product img {
  border-bottom: 1px solid #e8eff7;
  margin-bottom: .9rem !important;
}

body.woocommerce-cart .cross-sells ul.products li.product .button,
body.woocommerce-cart .products li.product .button {
  margin: .4rem 1rem 0;
  border-radius: 999px !important;
}

@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout form.checkout,
  body.woocommerce-order-received .woocommerce-columns,
  body.woocommerce-order-received ul.order_details {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout .woocommerce-checkout-review-order {
    position: static;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .site-main,
  body.woocommerce-checkout .site-main,
  body.woocommerce-order-received .site-main {
    padding-top: 18px;
    padding-bottom: 38px;
  }

  body.woocommerce-cart h1,
  body.woocommerce-checkout h1,
  body.woocommerce-order-received h1 {
    margin-bottom: 1rem;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #payment,
  body.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce-customer-details,
  body.woocommerce-order-received .woocommerce-order > p {
    padding: 1rem;
    border-radius: 18px !important;
  }

  body.woocommerce-cart .shop_table thead,
  body.woocommerce-checkout .shop_table thead,
  body.woocommerce-order-received .shop_table thead {
    display: none;
  }

  body.woocommerce-cart .shop_table tr,
  body.woocommerce-checkout .shop_table tr,
  body.woocommerce-order-received .shop_table tr {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .shop_table td,
  body.woocommerce-checkout .shop_table td,
  body.woocommerce-order-received .shop_table td {
    display: block;
    width: 100%;
  }

  body.woocommerce-checkout #payment ul.payment_methods li {
    padding: .9rem !important;
  }
}

/* v35 premium-plus purchase flow */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received {
  background:
    radial-gradient(circle at top left, rgba(36, 88, 245, 0.06), transparent 28%),
    radial-gradient(circle at top right, rgba(24, 184, 167, 0.08), transparent 22%),
    linear-gradient(180deg, #f6f9fd 0%, #eef4fa 100%);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-order-received .site-main {
  position: relative;
}

body.woocommerce-cart .site-main::before,
body.woocommerce-checkout .site-main::before,
body.woocommerce-order-received .site-main::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(36,88,245,.14) 0%, rgba(36,88,245,0) 70%);
  pointer-events: none;
  filter: blur(4px);
}

body.woocommerce-cart h1,
body.woocommerce-checkout h1,
body.woocommerce-order-received h1 {
  position: relative;
  max-width: 10ch;
  padding-top: 1.1rem;
}

body.woocommerce-cart h1::before,
body.woocommerce-checkout h1::before,
body.woocommerce-order-received h1::before {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: #0f766e;
  background: rgba(20, 184, 166, .08);
  border: 1px solid rgba(20, 184, 166, .2);
  border-radius: 999px;
  padding: .52rem .72rem;
  margin-bottom: .8rem;
}

body.woocommerce-cart h1::before { content: 'Compra rápida'; }
body.woocommerce-checkout h1::before { content: 'Paso final'; }
body.woocommerce-order-received h1::before { content: 'Confirmación'; }

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order > p {
  backdrop-filter: blur(10px);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-checkout #customer_details {
  position: relative;
  overflow: hidden;
}

body.woocommerce-cart .woocommerce-cart-form::after,
body.woocommerce-checkout #customer_details::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 88, 245, .12), rgba(36, 88, 245, 0));
  pointer-events: none;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order > p,
body.woocommerce-order-received ul.order_details li {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.woocommerce-cart .woocommerce-cart-form:hover,
body.woocommerce-cart .cart-collaterals:hover,
body.woocommerce-checkout #customer_details:hover,
body.woocommerce-checkout #order_review:hover,
body.woocommerce-checkout #payment:hover,
body.woocommerce-order-received .woocommerce-order-details:hover,
body.woocommerce-order-received .woocommerce-customer-details:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 54px rgba(8, 21, 44, .11);
  border-color: #c9d8ea !important;
}

body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #order_review {
  overflow: hidden;
}

body.woocommerce-cart .cart-collaterals::after,
body.woocommerce-checkout #order_review::after {
  content: 'Pago seguro · Checkout optimizado';
  display: block;
  margin: 1rem -1.4rem -1.4rem;
  padding: .95rem 1.4rem;
  background: linear-gradient(90deg, #07152a, #0d2242);
  color: rgba(255,255,255,.86);
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
}

body.woocommerce-cart .cart_totals table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 1rem !important;
}

body.woocommerce-cart .cart_totals table tr.shipping td,
body.woocommerce-checkout .shop_table tfoot tr.shipping td {
  color: #0f766e !important;
  font-weight: 800;
}

body.woocommerce-cart .cart-subtotal td,
body.woocommerce-checkout .cart-subtotal td,
body.woocommerce-order-received .cart-subtotal td {
  color: #475569 !important;
}

body.woocommerce-cart .order-total td strong,
body.woocommerce-checkout .order-total td strong,
body.woocommerce-order-received .order-total td strong {
  color: #08152c !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-checkout .place-order {
  position: relative;
}

body.woocommerce-cart .wc-proceed-to-checkout::before,
body.woocommerce-checkout .place-order::before {
  content: '✔ Compra protegida · Pago con pasarela segura';
  display: block;
  margin-bottom: .85rem;
  padding: .8rem 1rem;
  border-radius: 14px;
  background: #effcf8;
  border: 1px solid #c8f0e2;
  color: #0f766e;
  font-weight: 700;
  font-size: .92rem;
}

body.woocommerce-cart .actions .button,
body.woocommerce-cart .coupon .button,
body.woocommerce-checkout .button,
body.woocommerce-order-received .button {
  border-radius: 12px !important;
}

body.woocommerce-cart input.input-text,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-cart select,
body.woocommerce-cart textarea {
  min-height: 48px;
  border-radius: 14px !important;
  border: 1px solid #c9d7e7 !important;
  background: #fbfdff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

body.woocommerce-checkout textarea,
body.woocommerce-cart textarea {
  min-height: 110px;
}

body.woocommerce-cart input.input-text:focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-cart select:focus,
body.woocommerce-cart textarea:focus {
  outline: none;
  border-color: #7aa1ff !important;
  box-shadow: 0 0 0 4px rgba(36, 88, 245, .12) !important;
}

body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: calc(50% - .45rem) !important;
}

body.woocommerce-checkout .form-row-wide {
  width: 100% !important;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-cart .woocommerce-message {
  border: 1px solid #d9e5f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #334155 !important;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .05);
}

body.woocommerce-checkout #payment ul.payment_methods li label {
  color: #08152c;
  font-weight: 800;
}

body.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod label::after,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs label::after {
  display: inline-flex;
  align-items: center;
  margin-left: .55rem;
  padding: .2rem .45rem;
  border-radius: 999px;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 800;
  color: #2458f5;
  background: rgba(36,88,245,.08);
}

body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs label::after {
  content: 'Recomendado';
}

body.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod label::after {
  content: 'Alternativa';
}

body.woocommerce-checkout #payment div.payment_box::before {
  color: #dbeafe !important;
}

body.woocommerce-order-received ul.order_details li {
  position: relative;
  overflow: hidden;
}

body.woocommerce-order-received ul.order_details li::before {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 184, 167, .16), rgba(24, 184, 167, 0));
}

body.woocommerce-order-received .woocommerce-order > p {
  font-size: 1.02rem;
  line-height: 1.7;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  border: 1px dashed #d9e5f2;
  border-radius: 16px;
  padding: 1rem 1rem 1rem 1.1rem;
}

body.woocommerce-cart .cross-sells ul.products li.product,
body.woocommerce-cart .products li.product {
  position: relative;
}

body.woocommerce-cart .cross-sells ul.products li.product:hover,
body.woocommerce-cart .products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(8,21,44,.1);
  border-color: #cfdcf0;
}

body.woocommerce-cart .cross-sells ul.products li.product .button,
body.woocommerce-cart .products li.product .button {
  background: #08152c !important;
  color: #fff !important;
}

body.woocommerce-cart .cross-sells ul.products li.product .price,
body.woocommerce-cart .products li.product .price {
  color: #08152c !important;
  font-weight: 900;
  padding: 0 1rem;
}

body.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart .products li.product .woocommerce-loop-product__title {
  padding: 0 1rem;
  color: #08152c;
  font-size: 1.05rem;
}

body.woocommerce-cart .shop_table_responsive tr td::before,
body.woocommerce-checkout .shop_table_responsive tr td::before,
body.woocommerce-order-received .shop_table_responsive tr td::before {
  font-weight: 800;
  color: #08152c;
}

@media (max-width: 1024px) {
  body.woocommerce-cart .cart-collaterals::after,
  body.woocommerce-checkout #order_review::after {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart h1::before,
  body.woocommerce-checkout h1::before,
  body.woocommerce-order-received h1::before {
    font-size: .7rem;
    letter-spacing: .08em;
    padding: .45rem .6rem;
  }

  body.woocommerce-cart .wc-proceed-to-checkout::before,
  body.woocommerce-checkout .place-order::before {
    font-size: .86rem;
    line-height: 1.45;
  }

  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100% !important;
  }

  body.woocommerce-order-received ul.order_details li {
    min-height: auto;
  }
}

/* v36 conversion layer */
.dzc-flow-intro {
  position: relative;
  margin: 0 0 2rem;
  padding: 1.35rem;
  border-radius: 28px;
  border: 1px solid #d7e3f0;
  background:
    radial-gradient(circle at top right, rgba(36, 88, 245, .14), rgba(36, 88, 245, 0) 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 24px 54px rgba(8, 21, 44, .08);
  overflow: hidden;
}

.dzc-flow-intro::before {
  content: '';
  position: absolute;
  inset: auto auto -70px -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,184,167,.14), rgba(24,184,167,0));
  pointer-events: none;
}

.dzc-flow-intro__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .9fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dzc-flow-intro__eyebrow,
.dzc-order-next-steps__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(36, 88, 245, .08);
  color: #2458f5;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 900;
  font-size: .72rem;
}

.dzc-flow-intro__title,
.dzc-order-next-steps h2 {
  margin: .7rem 0 .55rem;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.1;
  color: #08152c;
}

.dzc-flow-intro__text,
.dzc-order-next-steps__head p {
  margin: 0;
  color: #4e5f78;
  font-size: 1rem;
  line-height: 1.7;
}

.dzc-flow-trust {
  display: grid;
  gap: .7rem;
  align-content: start;
}

.dzc-flow-trust__item {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 52px;
  padding: .85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(36, 88, 245, .12);
  background: rgba(255,255,255,.72);
  color: #08152c;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.dzc-flow-trust__item::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #08152c;
  color: #fff;
  font-size: .85rem;
  flex: 0 0 26px;
}

.dzc-flow-steps {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dzc-flow-step {
  position: relative;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.76);
}

.dzc-flow-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 900;
  letter-spacing: .04em;
  flex: 0 0 48px;
}

.dzc-flow-step__content h3 {
  margin: .1rem 0 .3rem;
  font-size: 1.04rem;
  color: #08152c;
}

.dzc-flow-step__content p {
  margin: 0;
  color: #5d6d82;
  font-size: .93rem;
  line-height: 1.6;
}

.dzc-flow-step.is-current {
  border-color: #99b5ff;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  box-shadow: 0 14px 32px rgba(36, 88, 245, .12);
}

.dzc-flow-step.is-current .dzc-flow-step__number {
  background: linear-gradient(135deg, #2458f5 0%, #18b8a7 100%);
  color: #fff;
}

.dzc-flow-step.is-completed {
  border-color: #c8f0e2;
  background: linear-gradient(180deg, #ffffff 0%, #f2fcf8 100%);
}

.dzc-flow-step.is-completed .dzc-flow-step__number {
  background: #e9faf4;
  color: #0f766e;
}

.dzc-flow-step.is-upcoming {
  opacity: .82;
}

@media (min-width: 1025px) {
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout #order_review {
    position: sticky;
    top: 118px;
  }
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-checkout #payment #place_order {
  position: relative;
  overflow: hidden;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after,
body.woocommerce-checkout #payment #place_order::after {
  content: '→';
  display: inline-flex;
  margin-left: .55rem;
  font-weight: 900;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #order_review_heading {
  display: flex;
  align-items: center;
  gap: .7rem;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before,
body.woocommerce-checkout .woocommerce-additional-fields > h3::before,
body.woocommerce-checkout #order_review_heading::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .82rem;
  font-weight: 900;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before { content: '01'; }
body.woocommerce-checkout #order_review_heading::before { content: '02'; }
body.woocommerce-checkout .woocommerce-additional-fields > h3::before { content: '03'; }

.dzc-order-next-steps {
  margin: 2rem 0 2.2rem;
  padding: 1.45rem;
  border-radius: 28px;
  border: 1px solid #d7e3f0;
  background:
    radial-gradient(circle at top left, rgba(24,184,167,.12), rgba(24,184,167,0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 54px rgba(8, 21, 44, .08);
}

.dzc-order-next-steps__head {
  max-width: 840px;
  margin-bottom: 1rem;
}

.dzc-order-next-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .95rem;
}

.dzc-order-next-steps__card {
  padding: 1rem 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.78);
}

.dzc-order-next-steps__card h3 {
  margin: 0 0 .4rem;
  font-size: 1.02rem;
  color: #08152c;
}

.dzc-order-next-steps__card p {
  margin: 0;
  color: #55657a;
  line-height: 1.65;
  font-size: .95rem;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  overflow: hidden;
}

body.woocommerce-order-received .woocommerce-order-details::before,
body.woocommerce-order-received .woocommerce-customer-details::before {
  content: '';
  display: block;
  height: 4px;
  margin: -1.4rem -1.4rem 1.2rem;
  background: linear-gradient(90deg, #2458f5, #18b8a7);
}

body.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li strong,
body.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li .amount,
body.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li bdi {
  color: #08152c !important;
}

body.woocommerce-cart.woocommerce-cart-empty .cart-empty,
body.woocommerce-cart.woocommerce-cart-empty .return-to-shop {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .dzc-flow-intro__hero,
  .dzc-flow-steps,
  .dzc-order-next-steps__grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout #order_review {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .dzc-flow-intro,
  .dzc-order-next-steps {
    padding: 1rem;
    border-radius: 22px;
  }

  .dzc-flow-step {
    padding: .9rem;
  }

  .dzc-flow-step__number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    flex-basis: 42px;
  }

  .dzc-flow-trust__item {
    min-height: 48px;
    padding: .78rem .9rem;
  }
}

/* v37 conversion booster */
.dzc-flow-trust__item--shield::before { content: '🛡'; }
.dzc-flow-trust__item--support::before { content: '✦'; }
.dzc-flow-trust__item--spark::before { content: '↗'; }

.dzc-flow-trust__item--shield::before,
.dzc-flow-trust__item--support::before,
.dzc-flow-trust__item--spark::before {
  font-size: .88rem;
}

.dzc-purchase-value {
  margin: 0 0 1.5rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid #d7e3f0;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 20px 40px rgba(8, 21, 44, .07);
}

.dzc-purchase-value__head {
  max-width: 760px;
  margin-bottom: .95rem;
}

.dzc-purchase-value__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: rgba(24, 184, 167, .11);
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .72rem;
}

.dzc-purchase-value__head h3 {
  margin: .7rem 0 .45rem;
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  line-height: 1.15;
  color: #08152c;
}

.dzc-purchase-value__head p {
  margin: 0;
  color: #53657b;
  line-height: 1.7;
}

.dzc-purchase-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.dzc-purchase-value__card {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  min-height: 134px;
  border-radius: 18px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.8);
}

.dzc-purchase-value__card::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1rem;
  font-weight: 900;
}

.dzc-icon-card--shield::before { content: '🛡'; }
.dzc-icon-card--support::before { content: '⌁'; }
.dzc-icon-card--spark::before { content: '↗'; }

.dzc-purchase-value__card h4 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: 1rem;
}

.dzc-purchase-value__card p {
  margin: 0;
  color: #5a6b80;
  line-height: 1.65;
  font-size: .94rem;
}

.dzc-empty-cart-premium {
  margin: 2rem 0 0;
  padding: 1.35rem;
  border-radius: 28px;
  border: 1px solid #d7e3f0;
  background:
    radial-gradient(circle at top right, rgba(36, 88, 245, .14), rgba(36,88,245,0) 30%),
    linear-gradient(135deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: 0 24px 54px rgba(8, 21, 44, .08);
}

.dzc-empty-cart-premium__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: rgba(36,88,245,.08);
  color: #2458f5;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .72rem;
}

.dzc-empty-cart-premium__copy h2 {
  margin: .7rem 0 .55rem;
  font-size: clamp(1.5rem, 2.9vw, 2.2rem);
  line-height: 1.1;
  color: #08152c;
}

.dzc-empty-cart-premium__copy p {
  margin: 0;
  max-width: 820px;
  color: #53657b;
  line-height: 1.7;
}

.dzc-empty-cart-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1rem;
}

.dzc-empty-cart-premium__btn {
  border-radius: 14px !important;
  min-height: 48px;
  padding: .9rem 1.2rem !important;
  font-weight: 800 !important;
}

.dzc-empty-cart-premium__btn--primary {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.dzc-empty-cart-premium__btn--secondary {
  background: #fff !important;
  color: #08152c !important;
  border: 1px solid #d7e3f0 !important;
}

.dzc-empty-cart-premium__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}

.dzc-empty-cart-premium__card {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.8);
}

.dzc-empty-cart-premium__card h3 {
  margin: 0 0 .35rem;
  font-size: 1rem;
  color: #08152c;
}

.dzc-empty-cart-premium__card p {
  margin: 0;
  color: #59697f;
  line-height: 1.65;
  font-size: .94rem;
}

body.woocommerce-checkout #payment #place_order {
  min-height: 54px;
  border-radius: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout #order_review {
  box-shadow: 0 18px 38px rgba(8, 21, 44, .08);
}

body.woocommerce-cart.woocommerce-cart-empty .cart-empty {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

body.woocommerce-cart .shop_table.cart td.product-name a,
body.woocommerce-checkout .shop_table td.product-name {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .dzc-purchase-value__grid,
  .dzc-empty-cart-premium__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dzc-purchase-value,
  .dzc-empty-cart-premium {
    padding: 1rem;
    border-radius: 22px;
  }

  .dzc-purchase-value__card {
    min-height: 0;
    padding: .95rem .95rem .95rem 3.65rem;
  }

  .dzc-purchase-value__card::before {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .dzc-empty-cart-premium__actions {
    flex-direction: column;
  }

  .dzc-empty-cart-premium__btn {
    width: 100%;
    justify-content: center;
  }

  body.woocommerce-checkout #payment #place_order {
    width: 100%;
  }
}

/* v38 premium conversion layer */
.dzc-flow-trust__icon,
.dzc-purchase-value__icon,
.dzc-order-next-steps__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.dzc-flow-trust__icon svg,
.dzc-purchase-value__icon svg,
.dzc-order-next-steps__icon svg {
  width: 20px;
  height: 20px;
}

.dzc-flow-trust__item {
  gap: .55rem;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.dzc-flow-trust__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(8, 21, 44, .10);
}

.dzc-flow-step,
.dzc-purchase-value__card,
.dzc-empty-cart-premium__card,
.dzc-cart-reco__card,
.dzc-order-next-steps__card,
.dzc-thankyou-cta {
  animation: dzcFadeUp .5s ease both;
}

.dzc-purchase-value__card,
.dzc-empty-cart-premium__card,
.dzc-cart-reco__card,
.dzc-order-next-steps__card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.dzc-purchase-value__card:hover,
.dzc-empty-cart-premium__card:hover,
.dzc-cart-reco__card:hover,
.dzc-order-next-steps__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(8, 21, 44, .09);
  border-color: #c9daed;
}

.dzc-purchase-value__card {
  padding-left: 1rem;
}

.dzc-purchase-value__icon {
  width: 46px;
  height: 46px;
  margin-bottom: .8rem;
  border-radius: 14px;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-purchase-value__card::before {
  display: none;
}

.dzc-order-next-steps__card {
  position: relative;
  padding: 1.15rem;
  border-radius: 20px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 34px rgba(8, 21, 44, .06);
}

.dzc-order-next-steps__icon {
  width: 46px;
  height: 46px;
  margin-bottom: .8rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef4ff 0%, #f6fbff 100%);
  color: #2458f5;
}

.dzc-order-next-steps__card h3 {
  margin: 0 0 .4rem;
}

.dzc-cart-reco {
  margin-top: 1.6rem;
  padding: 1.2rem;
  border-radius: 28px;
  border: 1px solid #d7e3f0;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 24px 54px rgba(8, 21, 44, .08);
}

.dzc-cart-reco__head {
  max-width: 760px;
  margin-bottom: 1rem;
}

.dzc-cart-reco__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: rgba(36,88,245,.08);
  color: #2458f5;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .72rem;
}

.dzc-cart-reco__head h2 {
  margin: .7rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.dzc-cart-reco__head p {
  margin: 0;
  color: #59697f;
  line-height: 1.7;
}

.dzc-cart-reco__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dzc-cart-reco__card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #d7e3f0;
  background: #fff;
}

.dzc-cart-reco__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f6f9fc;
}

.dzc-cart-reco__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dzc-cart-reco__body {
  padding: 1rem;
}

.dzc-cart-reco__body h3 {
  margin: 0 0 .4rem;
  font-size: 1.02rem;
  line-height: 1.3;
}

.dzc-cart-reco__body h3 a {
  color: #08152c;
  text-decoration: none;
}

.dzc-cart-reco__price {
  margin-bottom: .8rem;
  font-weight: 900;
  color: #08152c;
}

.dzc-cart-reco__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.dzc-cart-reco__btn {
  min-height: 42px;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.dzc-cart-reco__btn--ghost {
  background: #fff !important;
  border: 1px solid #d7e3f0 !important;
  color: #08152c !important;
}

.dzc-cart-reco__btn--primary {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}

.dzc-thankyou-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 1.2rem 1.35rem;
  border-radius: 24px;
  border: 1px solid #cfe0f2;
  background: linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #fff;
}

.dzc-thankyou-cta__copy {
  max-width: 760px;
}

.dzc-thankyou-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #b9f6ee;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 900;
}

.dzc-thankyou-cta__copy h2 {
  margin: .7rem 0 .4rem;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.dzc-thankyou-cta__copy p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.dzc-thankyou-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.dzc-thankyou-cta__btn {
  min-height: 46px;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

.dzc-thankyou-cta__btn--primary {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.dzc-thankyou-cta__btn--secondary {
  background: #fff !important;
  color: #08152c !important;
  border: 1px solid #fff !important;
}

.dzc-thankyou-cta__btn--ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart .quantity input.qty {
  min-height: 40px;
  border-radius: 12px;
}

body.woocommerce-cart .product-remove a,
body.woocommerce-cart .actions .coupon .button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-checkout .button,
body.woocommerce-checkout button,
body.woocommerce-checkout input[type="submit"] {
  transition: transform .22s ease, box-shadow .22s ease;
}

body.woocommerce-cart .product-remove a:hover,
body.woocommerce-cart .actions .coupon .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout button:hover,
body.woocommerce-checkout input[type="submit"]:hover {
  transform: translateY(-1px);
}

body.woocommerce-checkout #customer_details .form-row input.input-text,
body.woocommerce-checkout #customer_details .form-row textarea,
body.woocommerce-checkout #customer_details .form-row select {
  min-height: 52px;
  border-radius: 14px;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
  border-radius: 18px;
  overflow: hidden;
}

body.woocommerce-checkout #payment div.payment_box {
  border-radius: 0 0 16px 16px;
}

@keyframes dzcFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .dzc-cart-reco__grid {
    grid-template-columns: 1fr;
  }

  .dzc-thankyou-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .dzc-flow-trust__item {
    width: 100%;
    justify-content: flex-start;
  }

  .dzc-cart-reco,
  .dzc-thankyou-cta {
    padding: 1rem;
    border-radius: 22px;
  }

  .dzc-cart-reco__actions,
  .dzc-thankyou-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .dzc-cart-reco__btn,
  .dzc-thankyou-cta__btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  body.woocommerce-cart table.shop_table_responsive tr td,
  body.woocommerce-page table.shop_table_responsive tr td {
    padding-top: .95rem;
    padding-bottom: .95rem;
  }

  body.woocommerce-cart .shop_table .product-thumbnail,
  body.woocommerce-cart .shop_table .product-price {
    display: none;
  }

  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #customer_details {
    width: 100% !important;
    float: none !important;
  }

  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 1rem;
  }

  body.woocommerce-checkout #payment ul.payment_methods > li label {
    display: block;
    padding-right: 0;
  }
}

/* v39 premium checkout + mini cart */
.dzc-header-cart-tools {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.dzc-header-cart-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 46px;
  padding: .55rem .8rem;
  border-radius: 14px;
  border: 1px solid #dbe6f2;
  background: #fff;
  text-decoration: none;
  color: #08152c;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(8, 21, 44, .05);
}

.dzc-header-cart-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #2458f5;
}

.dzc-header-cart-icon svg,
.dzc-thankyou-timeline__icon svg {
  width: 100%;
  height: 100%;
}

.dzc-header-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 .45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.dzc-cart-drawer-toggle {
  min-height: 46px;
  padding: .55rem .8rem;
  border-radius: 14px;
  border: 1px solid #dbe6f2;
  background: #f7fbff;
  color: #08152c;
  font-weight: 800;
  cursor: pointer;
}

.dzc-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.dzc-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 21, 44, .46);
  opacity: 0;
  transition: opacity .24s ease;
}

.dzc-cart-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(460px, 100%);
  height: 100%;
  background: #fff;
  box-shadow: -24px 0 48px rgba(8, 21, 44, .18);
  transform: translateX(102%);
  transition: transform .28s ease;
  display: flex;
  flex-direction: column;
  outline: 0;
}

.dzc-cart-drawer.is-open {
  pointer-events: auto;
}

.dzc-cart-drawer.is-open .dzc-cart-drawer__backdrop {
  opacity: 1;
}

.dzc-cart-drawer.is-open .dzc-cart-drawer__panel {
  transform: translateX(0);
}

body.dzc-cart-drawer-open {
  overflow: hidden;
}

.dzc-cart-drawer__head,
.dzc-cart-drawer__foot {
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7eef6;
}

.dzc-cart-drawer__foot {
  margin-top: auto;
  border-top: 1px solid #e7eef6;
  border-bottom: 0;
  display: grid;
  gap: .75rem;
}

.dzc-cart-drawer__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 1rem;
}

.dzc-cart-drawer__eyebrow,
.dzc-thankyou-timeline__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: .4rem .72rem;
  border-radius: 999px;
  background: rgba(36,88,245,.08);
  color: #2458f5;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 900;
}

.dzc-cart-drawer__head h2,
.dzc-thankyou-timeline__head h2 {
  margin: .7rem 0 .35rem;
  color: #08152c;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.12;
}

.dzc-cart-drawer__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .95rem;
  padding: .85rem 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6fbff 0%, #eef4ff 100%);
  border: 1px solid #d7e3f0;
}

.dzc-cart-drawer__summary-label {
  font-size: .9rem;
  color: #5a6b80;
}

.dzc-cart-drawer .woocommerce-mini-cart {
  display: grid;
  gap: .85rem;
}

.dzc-cart-drawer .woocommerce-mini-cart-item {
  display: grid !important;
  grid-template-columns: 72px 1fr;
  gap: .8rem;
  align-items: start;
  padding: .85rem;
  border-radius: 18px;
  border: 1px solid #dbe6f2;
  background: #fff;
}

.dzc-cart-drawer .woocommerce-mini-cart-item a {
  color: #08152c;
  font-weight: 800;
  text-decoration: none;
}

.dzc-cart-drawer .woocommerce-mini-cart-item img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  border-radius: 14px;
}

.dzc-cart-drawer .quantity {
  display: block;
  margin-top: .25rem;
  color: #607287;
}

.dzc-cart-drawer .woocommerce-mini-cart__total,
.dzc-cart-drawer .woocommerce-mini-cart__buttons {
  margin-top: 1rem;
}

.dzc-cart-drawer__btn,
.dzc-cart-drawer .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

.dzc-cart-drawer__btn--primary,
.dzc-cart-drawer .woocommerce-mini-cart__buttons .checkout {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.dzc-cart-drawer__btn--secondary,
.dzc-cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: #fff !important;
  color: #08152c !important;
  border: 1px solid #d7e3f0 !important;
}

.dzc-cart-drawer__close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #08152c;
  font-size: 1.4rem;
  cursor: pointer;
}

.dzc-thankyou-timeline {
  margin-top: 1.25rem;
  padding: 1.2rem;
  border-radius: 28px;
  border: 1px solid #d7e3f0;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 24px 54px rgba(8, 21, 44, .08);
}

.dzc-thankyou-timeline__head {
  max-width: 760px;
  margin-bottom: 1rem;
}

.dzc-thankyou-timeline__head p {
  margin: 0;
  color: #5a6b80;
  line-height: 1.7;
}

.dzc-thankyou-timeline__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .95rem;
}

.dzc-thankyou-timeline__step {
  position: relative;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid #d7e3f0;
  background: rgba(255,255,255,.82);
}

.dzc-thankyou-timeline__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #08152c;
  color: #fff;
  font-weight: 900;
  font-size: .8rem;
}

.dzc-thankyou-timeline__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: .8rem 0 .7rem;
  padding: .7rem;
  border-radius: 14px;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-thankyou-timeline__step h3 {
  margin: 0 0 .4rem;
  color: #08152c;
}

.dzc-thankyou-timeline__step p {
  margin: 0;
  color: #5a6b80;
  line-height: 1.65;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 1.35rem;
  align-items: start;
}

body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout #payment {
  width: 100%;
}

body.woocommerce-checkout #customer_details {
  float: none;
  width: 100%;
  display: grid;
  gap: 1rem;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  float: none;
  width: 100%;
}

body.woocommerce-checkout #order_review {
  position: sticky;
  top: 110px;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #customer_details > div,
body.woocommerce-checkout .woocommerce-additional-fields {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid #d7e3f0;
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 21, 44, .05);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .dzc-thankyou-timeline__grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout #order_review {
    position: static;
  }
}

@media (max-width: 767px) {
  .dzc-header-cart-label,
  .dzc-cart-drawer-toggle span[aria-hidden="true"] {
    display: none;
  }

  .dzc-header-cart-link,
  .dzc-cart-drawer-toggle {
    min-width: 44px;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .dzc-cart-drawer__panel {
    width: 100%;
  }

  .dzc-thankyou-timeline {
    padding: 1rem;
    border-radius: 22px;
  }
}

/* v40 final polish */
.dzc-header-cart-tools {
  isolation: isolate;
}

.dzc-header-cart-link svg,
.dzc-cart-drawer svg,
.dzc-assurance-strip svg {
  display: block;
}

.dzc-header-cart-link:hover,
.dzc-cart-drawer-toggle:hover {
  border-color: rgba(36, 88, 245, .32);
  box-shadow: 0 14px 26px rgba(8, 21, 44, .10);
}

.dzc-cart-drawer__panel {
  background:
    radial-gradient(circle at top right, rgba(36,88,245,.08), transparent 30%),
    #ffffff;
}

.dzc-cart-drawer__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.dzc-cart-drawer .woocommerce-mini-cart__empty-message {
  padding: 1rem;
  border-radius: 18px;
  border: 1px dashed #d7e3f0;
  background: #f8fbff;
  color: #53657b;
  line-height: 1.6;
}

.dzc-cart-drawer .remove_from_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: .35rem;
  border-radius: 999px;
  background: #fff5f5;
  color: #dc2626 !important;
  text-decoration: none;
}

.dzc-cart-drawer .woocommerce-mini-cart__total {
  padding: 1rem;
  border-radius: 18px;
  background: #08152c;
  color: #fff;
}

.dzc-cart-drawer .woocommerce-mini-cart__total strong,
.dzc-cart-drawer .woocommerce-mini-cart__total .amount,
.dzc-cart-drawer .woocommerce-mini-cart__total bdi {
  color: #fff !important;
}

.dzc-assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 1rem;
}

.dzc-assurance-strip__item {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 58px;
  padding: .85rem 1rem;
  border-radius: 18px;
  border: 1px solid #d7e3f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #08152c;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .05);
}

.dzc-assurance-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 12px;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-assurance-strip__icon svg {
  width: 18px;
  height: 18px;
}

.dzc-assurance-strip__item--support .dzc-assurance-strip__icon {
  background: #e9faf4;
  color: #0f766e;
}

.dzc-assurance-strip__item--download .dzc-assurance-strip__icon {
  background: #f3e8ff;
  color: #7c3aed;
}

.dzc-mobile-cart-bar {
  display: none;
}

body.woocommerce-cart .woocommerce-cart-form {
  overflow: visible;
}

body.woocommerce-cart table.cart td.actions {
  background: #f8fbff;
  border-radius: 0 0 18px 18px;
}

body.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: .65rem;
  align-items: center;
  flex-wrap: wrap;
}

body.woocommerce-cart table.cart td.actions .coupon input.input-text {
  min-width: min(280px, 100%);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  width: 62%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-weight: 900;
}

body.woocommerce-checkout #payment .place-order {
  border-top: 1px solid #e7eef6;
  margin-top: 1rem;
  padding-top: 1rem;
}

body.woocommerce-order-received .dzc-thankyou-timeline + .dzc-thankyou-cta {
  margin-top: 1rem;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  padding-left: 3.2rem !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  content: '✓';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e9faf4;
  color: #0f766e;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .dzc-assurance-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart {
    padding-bottom: 92px;
  }

  .dzc-mobile-cart-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9994;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .78rem .85rem;
    border: 1px solid rgba(215, 227, 240, .92);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(8, 21, 44, .18);
    backdrop-filter: blur(12px);
  }

  .dzc-mobile-cart-bar__meta {
    display: grid;
    gap: .12rem;
  }

  .dzc-mobile-cart-bar__meta span {
    color: #64748b;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  .dzc-mobile-cart-bar__meta strong,
  .dzc-mobile-cart-bar__meta .amount,
  .dzc-mobile-cart-bar__meta bdi {
    color: #08152c !important;
    font-size: 1.02rem;
    font-weight: 900;
  }

  .dzc-mobile-cart-bar__cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .72rem .95rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }

  body.woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart table.cart td.actions .coupon input.input-text,
  body.woocommerce-cart table.cart td.actions .coupon .button,
  body.woocommerce-cart table.cart td.actions > .button {
    width: 100% !important;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding-left: 1rem !important;
    padding-top: 3.2rem !important;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    left: 1rem;
    top: 1rem;
    transform: none;
  }
}


/* v41 cart icons + customer-facing polish */
.dzc-header-cart-copy {
  display: inline-grid;
  gap: .02rem;
}

.dzc-header-cart-subtitle {
  color: #66768b;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.1;
}

.dzc-cart-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.dzc-cart-drawer-toggle__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #2458f5;
}

.dzc-cart-drawer-toggle__icon svg {
  width: 100%;
  height: 100%;
}

.dzc-cart-drawer-toggle__label {
  line-height: 1;
}

.dzc-cart-drawer__summary {
  position: relative;
  padding-left: 3.6rem;
}

.dzc-cart-drawer__summary::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #2458f5;
  opacity: .12;
}

.dzc-cart-drawer__summary::after {
  content: '≡';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-52%);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2458f5;
  font-size: 1rem;
  font-weight: 900;
}

.dzc-cart-drawer__btn::before,
.dzc-mobile-cart-bar__cta::before,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
body.woocommerce-checkout #payment #place_order::before,
body.woocommerce-order-received .dzc-thankyou-cta__btn::before,
body.woocommerce-cart .dzc-empty-cart-premium__btn::before {
  display: inline-block;
  margin-right: .5rem;
  font-weight: 900;
}

.dzc-cart-drawer__btn--primary::before,
.dzc-mobile-cart-bar__cta::before,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
body.woocommerce-checkout #payment #place_order::before {
  content: '→';
}

.dzc-cart-drawer__btn--secondary::before,
body.woocommerce-order-received .dzc-thankyou-cta__btn--secondary::before,
body.woocommerce-cart .dzc-empty-cart-premium__btn--primary::before {
  content: '🛒';
  font-size: .95rem;
}

body.woocommerce-order-received .dzc-thankyou-cta__btn--primary::before {
  content: '✓';
}

body.woocommerce-order-received .dzc-thankyou-cta__btn--ghost::before,
body.woocommerce-cart .dzc-empty-cart-premium__btn--secondary::before {
  content: '✦';
}

.dzc-empty-cart-premium__card,
.dzc-order-next-steps__card {
  position: relative;
  overflow: hidden;
}

.dzc-empty-cart-premium__card::before,
.dzc-order-next-steps__card::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #eef4ff;
}

.dzc-empty-cart-premium__card:nth-child(1),
.dzc-empty-cart-premium__card:nth-child(2),
.dzc-empty-cart-premium__card:nth-child(3),
.dzc-order-next-steps__card {
  padding-left: 4rem;
}

.dzc-empty-cart-premium__card:nth-child(1)::after {
  content: '🧩';
}
.dzc-empty-cart-premium__card:nth-child(2)::after {
  content: '🤝';
}
.dzc-empty-cart-premium__card:nth-child(3)::after {
  content: '✉';
}
.dzc-order-next-steps__card--spark::after {
  content: '✉';
}
.dzc-order-next-steps__card--support::after {
  content: '👋';
}
.dzc-order-next-steps__card--shield::after {
  content: '✓';
}
.dzc-empty-cart-premium__card::after,
.dzc-order-next-steps__card::after {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2458f5;
  font-size: 1rem;
  font-weight: 900;
}

body.woocommerce-cart .shop_table.cart td.product-name a::before,
body.woocommerce-checkout .shop_table td.product-name::before,
body.woocommerce-order-received .woocommerce-table--order-details .product-name::before {
  content: '🛒';
  display: inline-block;
  margin-right: .45rem;
  font-size: .92rem;
}

body.woocommerce-cart .cart_totals h2::before,
body.woocommerce-checkout #order_review_heading::before,
body.woocommerce-order-received .woocommerce-order-details__title::before,
body.woocommerce-order-received .woocommerce-column__title::before {
  content: '✦';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: .55rem;
  border-radius: 10px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .9rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .dzc-header-cart-subtitle,
  .dzc-cart-drawer-toggle__label {
    display: none;
  }

  .dzc-cart-drawer-toggle {
    min-width: 44px;
  }

  .dzc-cart-drawer__summary {
    padding-left: 3.3rem;
  }
}

/* v42 customer-facing cart + checkout polish */
.dzc-header-cart-tools {
  gap: .45rem;
}

.dzc-header-cart-link {
  min-width: 0;
  padding: .5rem .68rem;
}

.dzc-header-cart-copy {
  min-width: 0;
}

.dzc-header-cart-label {
  white-space: nowrap;
}

.dzc-header-cart-subtitle {
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dzc-cart-drawer-toggle {
  padding: .5rem .68rem;
  min-height: 44px;
}

.dzc-cart-drawer-toggle__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.dzc-cart-drawer-toggle__icon svg {
  width: 100%;
  height: 100%;
}

.dzc-checkout-guidance,
.dzc-cart-customer-note {
  margin-bottom: 1rem;
}

.dzc-checkout-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.dzc-checkout-guidance__item,
.dzc-cart-customer-note {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .9rem 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 12px 28px rgba(8,21,44,.055);
}

.dzc-checkout-guidance__icon,
.dzc-cart-customer-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 13px;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-checkout-guidance__icon svg,
.dzc-cart-customer-note__icon svg {
  width: 19px;
  height: 19px;
}

.dzc-checkout-guidance__item--card .dzc-checkout-guidance__icon {
  background: #e9faf4;
  color: #0f766e;
}

.dzc-checkout-guidance__item--mail .dzc-checkout-guidance__icon {
  background: #f3e8ff;
  color: #7c3aed;
}

.dzc-checkout-guidance__item h3 {
  margin: 0 0 .22rem;
  color: #08152c;
  font-size: .98rem;
}

.dzc-checkout-guidance__item p,
.dzc-cart-customer-note p {
  margin: 0;
  color: #5a6b80;
  line-height: 1.55;
  font-size: .92rem;
}

.dzc-cart-customer-note strong {
  display: block;
  margin-bottom: .18rem;
  color: #08152c;
  font-size: 1rem;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  display: flex;
  align-items: center;
}

body.woocommerce-cart .cart_totals h2::before,
body.woocommerce-checkout #order_review_heading::before,
body.woocommerce-order-received .woocommerce-order-details__title::before,
body.woocommerce-order-received .woocommerce-column__title::before {
  content: '';
  background-color: #eef4ff;
  background-image: none;
}

body.woocommerce-cart .cart_totals h2::after {
  content: '🧾';
  margin-left: -2.05rem;
  margin-right: 1rem;
  z-index: 1;
}

body.woocommerce-checkout #order_review_heading::after {
  content: '🔒';
  margin-left: -2.05rem;
  margin-right: 1rem;
  z-index: 1;
}

body.woocommerce-order-received .woocommerce-order-details__title::after,
body.woocommerce-order-received .woocommerce-column__title::after {
  content: '✓';
  margin-left: -2.05rem;
  margin-right: 1rem;
  z-index: 1;
  color: #2458f5;
  font-weight: 900;
}

body.woocommerce-checkout #payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-checkout #payment #place_order::before {
  content: '→';
  display: inline-flex;
  margin-right: .55rem;
}

@media (max-width: 1180px) {
  .dzc-header-cart-subtitle,
  .dzc-cart-drawer-toggle__label {
    display: none;
  }
}

@media (max-width: 1024px) {
  .dzc-checkout-guidance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dzc-header-cart-link,
  .dzc-cart-drawer-toggle {
    min-height: 42px;
    min-width: 42px;
    padding: .55rem;
  }

  .dzc-header-cart-copy {
    display: none;
  }

  .dzc-checkout-guidance__item,
  .dzc-cart-customer-note {
    padding: .85rem;
  }
}

/* v43 header cart hard fix + global polish */
.site-header__inner,
.child-site-header__inner {
  overflow: visible !important;
}

.site-header__cta,
.child-site-header__cta {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.dzc-header-cart-tools {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

.dzc-header-cart-tools .dzc-cart-drawer-toggle {
  display: none !important;
}

.dzc-header-cart-link,
.dzc-header-cart-link.dzc-header-cart-link--icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15, 23, 42, .12) !important;
  background: #ffffff !important;
  color: #07152a !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .08) !important;
  overflow: visible !important;
}

.dzc-header-cart-link:hover,
.dzc-header-cart-link.dzc-header-cart-link--icon:hover {
  transform: translateY(-1px);
  border-color: rgba(36, 88, 245, .35) !important;
  box-shadow: 0 16px 30px rgba(8, 21, 44, .12) !important;
}

.dzc-header-cart-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 21px !important;
  height: 21px !important;
  color: #07152a !important;
  flex: 0 0 21px !important;
}

.dzc-header-cart-icon svg {
  width: 21px !important;
  height: 21px !important;
  display: block !important;
}

.dzc-header-cart-copy,
.dzc-header-cart-label,
.dzc-header-cart-subtitle {
  display: none !important;
}

.dzc-header-cart-count {
  position: absolute !important;
  top: -8px !important;
  right: -7px !important;
  min-width: 23px !important;
  height: 23px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  background: #2458f5 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 19px !important;
  text-align: center !important;
  box-shadow: 0 8px 18px rgba(36, 88, 245, .25) !important;
  z-index: 3 !important;
}

.child-site-header__cta > .button,
.site-header__cta > .button {
  white-space: nowrap !important;
}

.child-site-header__cta .button--primary,
.site-header__cta .button--primary {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 1180px) {
  .child-site-header__cta,
  .site-header__cta {
    gap: .55rem !important;
  }

  .dzc-header-cart-link,
  .dzc-header-cart-link.dzc-header-cart-link--icon {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .child-site-header__cta .button--primary,
  .site-header__cta .button--primary {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 920px) {
  .child-site-header__cta,
  .site-header__cta {
    display: none !important;
  }
}

/* Clean previous v42 pseudo icon clutter where it was too noisy */
body.woocommerce-cart .cart_totals h2::after,
body.woocommerce-checkout #order_review_heading::after,
body.woocommerce-order-received .woocommerce-order-details__title::after,
body.woocommerce-order-received .woocommerce-column__title::after {
  display: none !important;
}

body.woocommerce-cart .shop_table.cart td.product-name a::before,
body.woocommerce-checkout .shop_table td.product-name::before,
body.woocommerce-order-received .woocommerce-table--order-details .product-name::before {
  content: none !important;
}

/* More balanced page rhythm */
.section,
.site-main,
.entry-content {
  scroll-margin-top: 120px;
}

.card,
.product-card-v12__inner,
.dzc-purchase-value,
.dzc-flow-intro,
.dzc-cart-reco,
.dzc-empty-cart-premium,
.dzc-thankyou-timeline,
.dzc-thankyou-cta,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment {
  border-color: rgba(15, 23, 42, .12) !important;
}

.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .dzc-header-cart-link,
  .dzc-header-cart-link.dzc-header-cart-link--icon {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  .dzc-header-cart-count {
    top: -7px !important;
    right: -6px !important;
    min-width: 21px !important;
    height: 21px !important;
    font-size: 11px !important;
    line-height: 17px !important;
  }
}


/* v44 fixes: single CTA set in mini-cart drawer */
.dzc-cart-drawer .woocommerce-mini-cart__buttons {
  display: none !important;
}

/* Scroll to top button */
.dzc-scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2458f5 0%, #4d7cff 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(36,88,245,.30);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
  z-index: 9998;
}

.dzc-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dzc-scroll-top:hover {
  box-shadow: 0 22px 44px rgba(36,88,245,.40);
  transform: translateY(-2px);
}

.dzc-scroll-top__icon,
.dzc-scroll-top__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

@media (max-width: 767px) {
  .dzc-scroll-top {
    width: 48px;
    height: 48px;
    right: 14px;
    bottom: 14px;
  }
}

/* v45 global visual closing pass */

/* Header final balance */
.site-header,
.child-site-header {
  isolation: isolate;
}

.site-header__inner,
.child-site-header__inner {
  gap: clamp(.8rem, 1.4vw, 1.4rem) !important;
}

.site-header__nav,
.child-site-header__nav,
.primary-navigation {
  min-width: 0 !important;
}

.site-header__nav a,
.child-site-header__nav a,
.primary-navigation a {
  white-space: nowrap;
}

.child-site-header__cta,
.site-header__cta {
  margin-left: auto !important;
}

/* Drawer final redesign */
.dzc-cart-drawer__body {
  padding: 1.05rem !important;
}

.dzc-cart-drawer__summary {
  display: grid !important;
  grid-template-columns: 42px 1fr auto !important;
  align-items: center !important;
  gap: .75rem !important;
  padding: .9rem 1rem !important;
  border-radius: 20px !important;
}

.dzc-cart-drawer__summary::before,
.dzc-cart-drawer__summary::after {
  display: none !important;
}

.dzc-cart-drawer__summary-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-cart-drawer__summary-icon svg {
  width: 21px;
  height: 21px;
}

.dzc-cart-drawer__summary-label {
  font-size: .95rem !important;
  color: #607287 !important;
  font-weight: 800 !important;
}

.dzc-cart-drawer__summary strong {
  color: #08152c;
  font-size: 1rem;
}

.dzc-cart-drawer__items {
  display: grid;
  gap: .85rem;
  margin-top: 1rem;
}

.dzc-cart-drawer__item {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr 34px;
  gap: .85rem;
  align-items: center;
  padding: .85rem;
  border: 1px solid #dbe6f2;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 12px 26px rgba(8,21,44,.055);
}

.dzc-cart-drawer__thumb {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f7fb;
}

.dzc-cart-drawer__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}

.dzc-cart-drawer__item-title {
  margin: 0 0 .35rem !important;
  color: #08152c !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.dzc-cart-drawer__item-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.dzc-cart-drawer__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .75rem;
  color: #607287;
  font-weight: 750;
  font-size: .92rem;
}

.dzc-cart-drawer__remove {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #fff5f5;
  color: #dc2626 !important;
  border: 1px solid #fecaca;
  text-decoration: none !important;
  font-size: 1.15rem;
  font-weight: 900;
}

.dzc-cart-drawer__remove:hover {
  background: #dc2626;
  color: #fff !important;
}

.dzc-cart-drawer__total {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background: #08152c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dzc-cart-drawer__total span {
  color: rgba(255,255,255,.75);
  font-weight: 750;
}

.dzc-cart-drawer__total strong,
.dzc-cart-drawer__total .amount,
.dzc-cart-drawer__total bdi {
  color: #fff !important;
  font-size: 1.08rem;
  font-weight: 900;
}

.dzc-cart-drawer__reassurance {
  margin-top: .85rem;
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .85rem;
  border-radius: 16px;
  background: #effcf8;
  border: 1px solid #c8f0e2;
  color: #0f766e;
}

.dzc-cart-drawer__reassurance span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.dzc-cart-drawer__reassurance svg {
  width: 22px;
  height: 22px;
}

.dzc-cart-drawer__reassurance p {
  margin: 0;
  color: #0f766e;
  font-weight: 750;
  line-height: 1.45;
}

.dzc-cart-drawer__empty {
  text-align: center;
  padding: 1.4rem 1rem;
  border-radius: 22px;
  border: 1px dashed #d7e3f0;
  background: #f8fbff;
}

.dzc-cart-drawer__empty-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eef4ff;
  color: #2458f5;
}

.dzc-cart-drawer__empty-icon svg {
  width: 28px;
  height: 28px;
}

.dzc-cart-drawer__empty h3 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: 1.2rem;
}

.dzc-cart-drawer__empty p {
  max-width: 320px;
  margin: 0 auto;
  color: #607287;
  line-height: 1.6;
}

/* Woo flow final consistency */
.dzc-flow-intro,
.dzc-purchase-value,
.dzc-checkout-guidance,
.dzc-cart-customer-note,
.dzc-assurance-strip,
.dzc-cart-reco,
.dzc-empty-cart-premium,
.dzc-order-next-steps,
.dzc-thankyou-timeline,
.dzc-thankyou-cta {
  max-width: 100%;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout form.checkout {
  margin-top: 1rem;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

body.woocommerce-checkout #payment ul.payment_methods li label,
body.woocommerce-checkout .form-row label {
  color: #08152c !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: .75rem;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-order-received .woocommerce-order-details {
  overflow: hidden;
}

/* Product/archive card polish */
.product-card-v12__inner,
.dzc-real-product-card .product-card-v12__inner,
.service-card,
.card {
  backface-visibility: hidden;
}

.product-card-v12__image,
.product-card-v12__image-link img,
.dzc-cart-reco__thumb img {
  object-position: center;
}

/* Scroll top final */
.dzc-scroll-top {
  right: 20px;
  bottom: 20px;
}

.dzc-scroll-top.is-lifted {
  bottom: 96px;
}

/* Mobile final */
@media (max-width: 1024px) {
  .site-header__nav a,
  .child-site-header__nav a,
  .primary-navigation a {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .dzc-cart-drawer__panel {
    width: min(100%, 430px) !important;
  }

  .dzc-cart-drawer__body {
    padding: .9rem !important;
  }

  .dzc-cart-drawer__item {
    grid-template-columns: 72px 1fr 32px;
    gap: .7rem;
    padding: .75rem;
  }

  .dzc-cart-drawer__thumb {
    width: 72px;
    height: 72px;
  }

  .dzc-cart-drawer__item-title {
    font-size: .95rem !important;
  }

  .dzc-cart-drawer__item-meta {
    font-size: .86rem;
  }

  .dzc-cart-drawer__foot {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  .dzc-scroll-top {
    right: 14px;
    bottom: 14px;
  }

  .dzc-scroll-top.is-lifted {
    bottom: 92px;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout form.checkout {
    gap: 1rem;
  }

  body.woocommerce-cart .shop_table,
  body.woocommerce-checkout .shop_table,
  body.woocommerce-order-received .shop_table {
    border-radius: 16px !important;
  }
}

/* v46 robust scroll-to-top fix */
.dzc-scroll-top {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 54px !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #2458f5 0%, #4d7cff 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(36,88,245,.32) !important;
  cursor: pointer !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease !important;
  z-index: 2147483000 !important;
}

.dzc-scroll-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.dzc-scroll-top.is-visible:hover {
  transform: translateY(-2px) !important;
}

.dzc-scroll-top__icon,
.dzc-scroll-top__icon svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.dzc-scroll-top.is-lifted {
  bottom: 96px !important;
}

@media (max-width: 767px) {
  .dzc-scroll-top {
    right: 14px !important;
    bottom: 14px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .dzc-scroll-top.is-lifted {
    bottom: 92px !important;
  }
}

/* v47 stabilization and final polish */

/* Prevent duplicated/native mini-cart controls from leaking inside drawer */
.dzc-cart-drawer .woocommerce-mini-cart__buttons,
.dzc-cart-drawer .woocommerce-mini-cart__total,
.dzc-cart-drawer .widget_shopping_cart_content > .woocommerce-mini-cart__buttons,
.dzc-cart-drawer .widget_shopping_cart_content > .woocommerce-mini-cart__total {
  display: none !important;
}

/* Header/cart final compact shape */
.dzc-header-cart-tools {
  flex-shrink: 0 !important;
}

.dzc-header-cart-link--icon {
  outline-offset: 4px;
}

.dzc-header-cart-link--icon:focus-visible,
.dzc-scroll-top:focus-visible,
.dzc-cart-drawer__close:focus-visible,
.dzc-cart-drawer__btn:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .35) !important;
  outline-offset: 3px !important;
}

/* Drawer scroll behaviour */
.dzc-cart-drawer__panel {
  max-height: 100dvh !important;
}

.dzc-cart-drawer__body {
  scrollbar-width: thin;
  scrollbar-color: rgba(36,88,245,.35) transparent;
}

.dzc-cart-drawer__body::-webkit-scrollbar {
  width: 8px;
}

.dzc-cart-drawer__body::-webkit-scrollbar-thumb {
  background: rgba(36,88,245,.35);
  border-radius: 999px;
}

/* Checkout/cart better density */
body.woocommerce-cart .shop_table.cart td,
body.woocommerce-checkout .shop_table td,
body.woocommerce-order-received .shop_table td {
  vertical-align: middle !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #customer_details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  box-shadow: 0 18px 40px rgba(8,21,44,.07) !important;
}

/* Buttons consistency */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #payment #place_order,
.dzc-cart-drawer__btn--primary,
.dzc-mobile-cart-bar__cta {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #payment #place_order:hover,
.dzc-cart-drawer__btn--primary:hover,
.dzc-mobile-cart-bar__cta:hover {
  box-shadow: 0 16px 34px rgba(36,88,245,.24) !important;
}

/* Scroll-top must be visible above everything but not over drawer panel */
.dzc-cart-drawer.is-open ~ .dzc-scroll-top,
body.dzc-cart-drawer-open .dzc-scroll-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Better mobile rhythm */
@media (max-width: 767px) {
  body.woocommerce-cart h1,
  body.woocommerce-checkout h1,
  body.woocommerce-order-received h1 {
    font-size: clamp(2.2rem, 14vw, 4.2rem) !important;
    line-height: .95 !important;
  }

  .dzc-flow-intro__title,
  .dzc-empty-cart-premium__copy h2,
  .dzc-thankyou-timeline__head h2,
  .dzc-thankyou-cta__copy h2 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  .dzc-cart-drawer__panel {
    width: 100% !important;
  }

  .dzc-cart-drawer__head {
    padding-top: calc(1rem + env(safe-area-inset-top)) !important;
  }

  .dzc-cart-drawer__item {
    grid-template-columns: 68px 1fr 30px !important;
  }

  .dzc-cart-drawer__thumb {
    width: 68px !important;
    height: 68px !important;
  }

  .dzc-cart-drawer__total {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: .35rem !important;
  }
}

/* v48 cart drawer click fix */
.dzc-header-cart-link[data-dzc-cart-drawer-toggle] {
  cursor: pointer !important;
}

.dzc-cart-drawer.is-open {
  pointer-events: auto !important;
}

.dzc-cart-drawer.is-open .dzc-cart-drawer__backdrop {
  opacity: 1 !important;
}

.dzc-cart-drawer.is-open .dzc-cart-drawer__panel {
  transform: translateX(0) !important;
}

/* Avoid old duplicated JS/CSS visual side effects */
body.dzc-cart-drawer-open .dzc-scroll-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* v49 global visual QA and client-facing polish */

/* Global rhythm */
.site-main {
  overflow-x: clip;
}

.container {
  width: min(100% - 32px, var(--container-width, 1180px));
}

.section {
  position: relative;
}

.section + .section.section--compact {
  margin-top: -1px;
}

/* Header final responsive stability */
.site-header,
.child-site-header {
  backdrop-filter: blur(18px);
}

.site-header__nav,
.child-site-header__nav,
.primary-navigation {
  flex: 1 1 auto !important;
  justify-content: center;
}

.site-header__nav ul,
.child-site-header__nav ul,
.primary-navigation ul {
  gap: clamp(.65rem, 1vw, 1.15rem) !important;
}

.site-header__nav a,
.child-site-header__nav a,
.primary-navigation a {
  font-size: clamp(.86rem, .82vw, .95rem);
  letter-spacing: -.01em;
}

.child-site-header__cta .button--primary,
.site-header__cta .button--primary {
  border-radius: 16px !important;
  box-shadow: 0 14px 30px rgba(36,88,245,.20);
}

/* Premium card consistency */
.card,
.service-card,
.product-card-v12__inner,
.dzc-real-product-card .product-card-v12__inner,
.demo-resource-card,
.featured-resource-exact,
.dzc-support-v161__hero-card,
.dzc-services-v161__hero-card,
.shop-banner-card,
.budget-hero-highlight,
.goodhands-banner,
.decision-cta-exact,
.promo-top-card {
  border-color: rgba(15,23,42,.12) !important;
  box-shadow: 0 18px 40px rgba(8,21,44,.065);
}

.card:hover,
.service-card:hover,
.product-card-v12__inner:hover,
.demo-resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(8,21,44,.095);
}

.card,
.service-card,
.product-card-v12__inner,
.demo-resource-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* Hero grids */
.shop-exact-hero__grid,
.resources-hero-exact__grid,
.budget-hero-exact__grid,
.dzc-support-v161__hero-grid,
.dzc-services-v161__hero-grid,
.home-hero-exact__grid,
.hero-grid {
  align-items: center;
  gap: clamp(1.8rem, 4vw, 4rem);
}

.shop-banner-card,
.dzc-support-v161__hero-card,
.dzc-services-v161__hero-card,
.budget-hero-highlight,
.promo-top-card {
  overflow: hidden;
}

/* Category pills */
.demo-category-pills,
.dzc-product-category-pills {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}

.demo-category-pills a,
.demo-category-pills span,
.dzc-product-category-pills a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.demo-category-pills a:hover,
.demo-category-pills span:hover,
.dzc-product-category-pills a:hover {
  transform: translateY(-1px);
}

/* Forms: Fluent Forms / native fallback */
.premium-form-card,
.dzc-budget-form-card,
.dzc-support-v161__form-wrap,
.dzc-form-card,
.fluentform,
.fluent_form,
form.frm-fluent-form {
  border-radius: 24px;
}

.premium-form-card,
.dzc-budget-form-card,
.dzc-form-card {
  border: 1px solid rgba(15,23,42,.12);
  box-shadow: 0 22px 54px rgba(8,21,44,.085);
  background: #fff;
}

.fluentform .ff-el-group,
.fluent_form .ff-el-group,
form.frm-fluent-form .ff-el-group {
  margin-bottom: 1rem;
}

.fluentform input,
.fluentform select,
.fluentform textarea,
.fluent_form input,
.fluent_form select,
.fluent_form textarea,
form.frm-fluent-form input,
form.frm-fluent-form select,
form.frm-fluent-form textarea,
.premium-form-card input,
.premium-form-card select,
.premium-form-card textarea {
  min-height: 48px;
  border-radius: 14px !important;
  border: 1px solid #cbd8e6 !important;
  background: #fff !important;
  color: #08152c !important;
  box-shadow: none !important;
}

.fluentform textarea,
.fluent_form textarea,
form.frm-fluent-form textarea,
.premium-form-card textarea {
  min-height: 136px;
}

.fluentform input:focus,
.fluentform select:focus,
.fluentform textarea:focus,
.fluent_form input:focus,
.fluent_form select:focus,
.fluent_form textarea:focus,
form.frm-fluent-form input:focus,
form.frm-fluent-form select:focus,
form.frm-fluent-form textarea:focus,
.premium-form-card input:focus,
.premium-form-card select:focus,
.premium-form-card textarea:focus {
  border-color: #2458f5 !important;
  box-shadow: 0 0 0 4px rgba(36,88,245,.12) !important;
  outline: none !important;
}

.fluentform button,
.fluent_form button,
form.frm-fluent-form button,
.fluentform input[type="submit"],
.fluent_form input[type="submit"],
form.frm-fluent-form input[type="submit"],
.premium-form-card button,
.premium-form-card input[type="submit"] {
  min-height: 50px;
  border-radius: 14px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 0 !important;
}

/* WooCommerce grids and cards */
.woocommerce ul.products,
ul.products {
  gap: clamp(1rem, 2vw, 1.4rem) !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
  margin-bottom: clamp(1rem, 2vw, 1.4rem) !important;
}

.product-card-v12__image,
.demo-resource-card__image,
.dzc-cart-reco__thumb {
  background: #f3f7fb;
}

/* Cart/checkout final visual safety */
.dzc-cart-drawer__item-title,
.woocommerce-cart .product-name,
.woocommerce-checkout .product-name {
  overflow-wrap: anywhere;
}

.dzc-cart-drawer__remove {
  cursor: pointer;
}

.woocommerce-cart .quantity,
.woocommerce-cart .quantity .qty {
  display: inline-flex;
  align-items: center;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 18px !important;
  border: 1px solid #d7e3f0 !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(8,21,44,.065) !important;
  color: #08152c !important;
}

/* Footer */
.site-footer,
.child-site-footer {
  margin-top: 0;
}

.site-footer a,
.child-site-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Empty state and final CTA */
.dzc-empty-cart-premium,
.dzc-thankyou-cta,
.decision-cta-exact,
.goodhands-banner {
  position: relative;
}

.dzc-empty-cart-premium::after,
.dzc-thankyou-cta::after,
.decision-cta-exact::after,
.goodhands-banner::after {
  content: '';
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36,88,245,.10), transparent 65%);
  pointer-events: none;
}

/* Mobile/tablet */
@media (max-width: 1180px) {
  .container {
    width: min(100% - 28px, var(--container-width, 1180px));
  }

  .site-header__nav ul,
  .child-site-header__nav ul,
  .primary-navigation ul {
    gap: .75rem !important;
  }
}

@media (max-width: 920px) {
  .site-header__nav,
  .child-site-header__nav,
  .primary-navigation {
    justify-content: flex-start;
  }

  .shop-exact-hero__grid,
  .resources-hero-exact__grid,
  .budget-hero-exact__grid,
  .dzc-support-v161__hero-grid,
  .dzc-services-v161__hero-grid,
  .home-hero-exact__grid,
  .hero-grid,
  .budget-main-grid,
  .resources-featured-grid,
  .cards-grid--two,
  .cards-grid--three,
  .three-note-cards,
  .after-send-grid,
  .fast-steps {
    grid-template-columns: 1fr !important;
  }

  .shop-banner-card img,
  .resources-hero-exact img,
  .budget-hero-exact img {
    max-width: min(100%, 420px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 22px, var(--container-width, 1180px));
  }

  .section {
    padding-top: clamp(2.2rem, 10vw, 3.2rem) !important;
    padding-bottom: clamp(2.2rem, 10vw, 3.2rem) !important;
  }

  .section--compact {
    padding-top: clamp(1.5rem, 8vw, 2.4rem) !important;
    padding-bottom: clamp(1.5rem, 8vw, 2.4rem) !important;
  }

  .button-group,
  .buttons,
  .dzc-empty-cart-premium__actions,
  .decision-cta-exact,
  .goodhands-items {
    width: 100%;
  }

  .button-group .button,
  .buttons .button,
  .dzc-empty-cart-premium__actions .button,
  .decision-cta-exact .button {
    width: 100%;
    justify-content: center;
  }

  .demo-category-pills,
  .dzc-product-category-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: .25rem;
    scrollbar-width: thin;
  }

  .demo-category-pills a,
  .demo-category-pills span,
  .dzc-product-category-pills a {
    flex: 0 0 auto;
  }

  .card,
  .service-card,
  .product-card-v12__inner,
  .demo-resource-card,
  .premium-form-card,
  .dzc-budget-form-card {
    border-radius: 20px !important;
  }

  .goodhands-banner,
  .decision-cta-exact,
  .promo-top-card {
    border-radius: 22px !important;
  }

  .fluentform input,
  .fluentform select,
  .fluentform textarea,
  .fluent_form input,
  .fluent_form select,
  .fluent_form textarea,
  form.frm-fluent-form input,
  form.frm-fluent-form select,
  form.frm-fluent-form textarea,
  .premium-form-card input,
  .premium-form-card select,
  .premium-form-card textarea {
    font-size: 16px !important;
  }

  .shop-banner-card,
  .promo-top-card,
  .goodhands-banner {
    padding: 1.1rem !important;
  }
}

/* v50 accessibility, performance and release-hardening polish */

/* Skip link */
.dzc-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 2147483647;
  transform: translateY(-140%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1rem;
  border-radius: 14px;
  background: #08152c;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(8,21,44,.24);
  transition: transform .18s ease;
}

.dzc-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(36,88,245,.35);
  outline-offset: 3px;
}

/* Clear focus without noisy default rings */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .32) !important;
  outline-offset: 3px !important;
  border-radius: 10px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Prevent long text explosions in cards/forms */
.card,
.service-card,
.product-card-v12__inner,
.demo-resource-card,
.dzc-cart-drawer__item,
.woocommerce table.shop_table,
.premium-form-card {
  overflow-wrap: anywhere;
}

/* Better visible disabled/loading states */
.button[disabled],
button[disabled],
input[type="submit"][disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  opacity: .62 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Woo notices final normalization */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #2458f5 !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-weight: 900;
}

/* Checkout readability */
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-cart table.cart th,
body.woocommerce-cart table.cart td {
  line-height: 1.45;
}

/* Product image containment */
.woocommerce ul.products li.product img,
.product-card-v12__image img,
.demo-resource-card__image img {
  max-width: 100%;
  height: auto;
}

/* Footer/legal links */
.footer-bottom-links,
.child-site-footer__bottom-inner {
  gap: .85rem;
}

.footer-bottom-links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

/* Mobile menu touch targets */
@media (max-width: 920px) {
  .site-nav a,
  .mobile-nav-actions .button {
    min-height: 44px;
  }

  .nav-toggle {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile checkout/cart final safety */
@media (max-width: 767px) {
  body.woocommerce-checkout form.checkout,
  body.woocommerce-cart .woocommerce {
    width: 100%;
  }

  body.woocommerce-checkout .form-row,
  body.woocommerce-cart .coupon {
    width: 100%;
  }

  .dzc-flow-trust,
  .dzc-assurance-strip,
  .dzc-checkout-guidance,
  .dzc-cart-customer-note {
    gap: .75rem;
  }

  .dzc-scroll-top {
    box-shadow: 0 14px 32px rgba(36,88,245,.28) !important;
  }
}

/* v51 prelaunch stability layer */

/* Universal overflow guard */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* Safer focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .34) !important;
  outline-offset: 3px !important;
}

/* Header final guard */
.site-header__inner,
.child-site-header__inner {
  min-width: 0 !important;
}

.site-header__brand,
.child-site-header__brand {
  flex: 0 0 auto !important;
}

.site-header__nav,
.child-site-header__nav,
.primary-navigation {
  min-width: 0 !important;
}

.dzc-header-cart-link--icon {
  -webkit-tap-highlight-color: transparent;
}

/* Drawer accessibility and visual stability */
.dzc-cart-drawer__panel:focus {
  outline: none !important;
}

.dzc-cart-drawer__panel:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .24) !important;
  outline-offset: -6px !important;
}

.dzc-cart-drawer__item-title {
  hyphens: auto;
}

/* More predictable cards */
.card,
.service-card,
.product-card-v12__inner,
.demo-resource-card,
.dzc-cart-drawer__item,
.dzc-checkout-guidance__item,
.dzc-assurance-strip__item {
  contain: layout paint;
}

/* WooCommerce states */
.woocommerce .blockUI.blockOverlay {
  border-radius: inherit;
  background: rgba(248, 251, 255, .72) !important;
}

.woocommerce button.button.loading,
.woocommerce a.button.loading,
body.woocommerce-checkout #payment #place_order.processing {
  opacity: .72 !important;
  pointer-events: none !important;
}

/* Checkout readability */
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
body.woocommerce-checkout .form-row .description {
  color: #53657b !important;
  line-height: 1.65 !important;
}

/* Native notices */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: 1.05em !important;
}

/* Footer no horizontal leak */
.site-footer,
.child-site-footer {
  overflow: hidden;
}

/* Reduced motion: keep UX accessible */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Tablet and mobile safety */
@media (max-width: 1024px) {
  .site-header__inner,
  .child-site-header__inner {
    gap: .75rem !important;
  }

  .dzc-cart-drawer__panel {
    max-width: 100vw !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 22px, var(--container-width, 1180px)) !important;
  }

  .site-main,
  main {
    min-width: 0;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-order-received .woocommerce {
    width: 100%;
    min-width: 0;
  }

  .woocommerce table.shop_table {
    max-width: 100%;
  }

  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    overflow-wrap: anywhere;
  }

  .dzc-cart-drawer__panel {
    width: 100vw !important;
  }

  .dzc-scroll-top {
    right: max(14px, env(safe-area-inset-right)) !important;
  }
}

/* v52 prelaunch SEO/UX states */

/* 404 / search */
.dzc-error-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(36,88,245,.10), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(15,118,110,.10), transparent 28%),
    #f3f7fb;
}

.dzc-error-page__section {
  min-height: min(720px, calc(100vh - 180px));
  display: flex;
  align-items: center;
}

.dzc-error-page__card {
  max-width: 880px;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 28px 70px rgba(8,21,44,.10);
  text-align: center;
}

.dzc-error-page__card h1 {
  max-width: 760px;
  margin: .9rem auto 1rem;
  color: #08152c;
  font-size: clamp(2.6rem, 8vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.dzc-error-page__card p {
  max-width: 680px;
  margin: 0 auto 1.4rem;
  color: #53657b;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.75;
}

.dzc-error-page__actions,
.dzc-error-page__quick {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
}

.dzc-error-page__quick {
  margin-top: 1.2rem;
}

.dzc-error-page__quick a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

.dzc-search-form {
  display: flex;
  gap: .7rem;
  align-items: center;
  width: min(100%, 680px);
}

.dzc-search-form__input {
  flex: 1 1 auto;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid #cbd8e6;
  padding: 0 .95rem;
  color: #08152c;
}

.dzc-search-form__submit {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 0 1.1rem;
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%);
  color: #fff;
  font-weight: 900;
}

/* Extra prelaunch polish */
.woocommerce-product-gallery__image img,
.product-card-v12__image img,
.demo-resource-card__image img {
  background-color: #f3f7fb;
}

.dzc-flow-intro__step.is-current,
.dzc-flow-step.is-current {
  box-shadow: 0 16px 34px rgba(36,88,245,.12);
}

/* Make legal/small text readable */
small,
.woocommerce small,
.footer-bottom,
.child-site-footer__bottom {
  line-height: 1.65;
}

/* Better print fallback */
@media print {
  .site-header,
  .child-site-header,
  .site-footer,
  .child-site-footer,
  .dzc-scroll-top,
  .dzc-cart-drawer,
  .dzc-mobile-cart-bar {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
  }

  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
}

@media (max-width: 767px) {
  .dzc-error-page__card {
    padding: 1.4rem;
    border-radius: 24px;
    text-align: left;
  }

  .dzc-error-page__actions,
  .dzc-error-page__quick {
    justify-content: stretch;
    flex-direction: column;
  }

  .dzc-error-page__actions .button,
  .dzc-error-page__quick a {
    width: 100%;
  }

  .dzc-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .dzc-search-form__submit {
    width: 100%;
  }
}

/* v53 404 page redesign + visible search */
.dzc-error-page__section {
  min-height: min(760px, calc(100vh - 160px));
}

.dzc-error-page__card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
  max-width: 1120px !important;
  text-align: left !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  overflow: hidden;
}

.dzc-error-page__content,
.dzc-error-page__side {
  position: relative;
  z-index: 1;
}

.dzc-error-page__code {
  position: absolute;
  right: clamp(1rem, 3vw, 2.2rem);
  top: clamp(1rem, 3vw, 2.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 42px;
  padding: 0 .9rem;
  border-radius: 999px;
  background: #08152c;
  color: #fff;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 16px 34px rgba(8,21,44,.16);
}

.dzc-error-page__card h1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 720px !important;
  font-size: clamp(2.5rem, 6.2vw, 5.2rem) !important;
  line-height: .95 !important;
}

.dzc-error-page__card p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 680px !important;
}

.dzc-error-page__actions {
  justify-content: flex-start !important;
  margin-top: 1.4rem;
}

.dzc-error-page__btn {
  min-height: 50px;
  border-radius: 15px !important;
  padding-inline: 1.15rem !important;
  font-weight: 900 !important;
}

.dzc-error-page__btn.button--dark {
  background: #08152c !important;
  border: 1px solid #08152c !important;
  color: #fff !important;
}

.dzc-error-page__btn.button--dark:hover {
  background: #102347 !important;
  color: #fff !important;
}

.dzc-error-page__side {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.dzc-error-page__search-card {
  padding: clamp(1rem, 2.2vw, 1.4rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(36,88,245,.10), transparent 42%),
    #fff;
  box-shadow: 0 18px 42px rgba(8,21,44,.08);
}

.dzc-error-page__search-card h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.dzc-error-page__search-card p {
  margin: 0 0 1rem !important;
  color: #607287;
  font-size: .98rem;
  line-height: 1.6;
}

.dzc-error-page__quick {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .75rem !important;
  margin-top: 0 !important;
}

.dzc-error-page__quick a {
  display: grid !important;
  justify-content: start !important;
  gap: .2rem;
  min-height: auto !important;
  padding: .95rem 1rem !important;
  border-radius: 18px !important;
  border: 1px solid #d7e3f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  color: #08152c !important;
  box-shadow: 0 10px 24px rgba(8,21,44,.05);
  text-align: left;
}

.dzc-error-page__quick a strong {
  color: #08152c;
  font-size: 1rem;
}

.dzc-error-page__quick a span {
  color: #607287;
  font-size: .92rem;
  line-height: 1.45;
}

.dzc-search-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  width: 100% !important;
}

.dzc-search-form__control {
  position: relative;
  min-width: 0;
}

.dzc-search-form__icon {
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #607287;
  font-size: 1.1rem;
  pointer-events: none;
}

.dzc-search-form__input {
  width: 100%;
  padding-left: 2.35rem !important;
  min-height: 52px !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
}

.dzc-search-form__submit {
  min-height: 52px !important;
  border-radius: 16px !important;
  padding-inline: 1.2rem !important;
  cursor: pointer;
}

@media (max-width: 920px) {
  .dzc-error-page__card {
    grid-template-columns: 1fr !important;
  }

  .dzc-error-page__code {
    position: static;
    width: fit-content;
    margin-bottom: .8rem;
  }

  .dzc-error-page__side {
    align-content: start;
  }
}

@media (max-width: 767px) {
  .dzc-error-page__card {
    padding: 1.15rem !important;
    border-radius: 24px !important;
  }

  .dzc-error-page__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dzc-search-form {
    grid-template-columns: 1fr !important;
  }

  .dzc-error-page__card h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem) !important;
  }
}

/* v54 styled search results page */
.dzc-search-page {
  background:
    radial-gradient(circle at 14% 6%, rgba(36,88,245,.10), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(15,118,110,.08), transparent 28%),
    #f3f7fb;
}

.dzc-search-page__hero {
  padding-top: clamp(3rem, 7vw, 5.4rem) !important;
  padding-bottom: clamp(2rem, 5vw, 3.6rem) !important;
}

.dzc-search-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.dzc-search-page__copy h1 {
  max-width: 760px;
  margin: .85rem 0 1rem;
  color: #08152c;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.dzc-search-page__copy p {
  max-width: 680px;
  margin: 0;
  color: #53657b;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.dzc-search-page__search-card {
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(36,88,245,.12), transparent 42%),
    #ffffff;
  box-shadow: 0 24px 60px rgba(8,21,44,.10);
}

.dzc-search-page__search-card h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.dzc-search-page__search-card p {
  margin: 0 0 1rem;
  color: #607287;
  line-height: 1.65;
}

.dzc-search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.dzc-search-result-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8,21,44,.075);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dzc-search-result-card:hover {
  transform: translateY(-3px);
  border-color: rgba(36,88,245,.32);
  box-shadow: 0 28px 62px rgba(8,21,44,.12);
}

.dzc-search-result-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #08152c;
  overflow: hidden;
}

.dzc-search-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dzc-search-result-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(36,88,245,.35), transparent 25%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #fff;
  text-decoration: none;
}

.dzc-search-result-card__media--placeholder span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dzc-search-result-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.dzc-search-result-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .7rem;
}

.dzc-search-result-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: .25rem .55rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.dzc-search-result-card__meta strong,
.dzc-search-result-card__meta .amount,
.dzc-search-result-card__meta bdi {
  color: #08152c;
  font-weight: 950;
}

.dzc-search-result-card__title {
  margin: 0 0 .55rem;
  color: #08152c;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.dzc-search-result-card__title a {
  color: inherit;
  text-decoration: none;
}

.dzc-search-result-card__body p {
  margin: 0 0 1rem;
  color: #607287;
  line-height: 1.62;
}

.dzc-search-result-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #2458f5;
  font-weight: 900;
  text-decoration: none;
}

.dzc-search-pagination {
  margin-top: clamp(1.5rem, 4vw, 2.6rem);
}

.dzc-search-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}

.dzc-search-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .55rem .75rem;
  border-radius: 13px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
}

.dzc-search-pagination .page-numbers.current {
  background: #2458f5;
  border-color: #2458f5;
  color: #fff;
}

.dzc-search-empty {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(8,21,44,.10);
  text-align: center;
}

.dzc-search-empty__icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.6rem;
  font-weight: 950;
}

.dzc-search-empty h2 {
  margin: 0 0 .6rem;
  color: #08152c;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.dzc-search-empty p {
  max-width: 640px;
  margin: 0 auto 1.2rem;
  color: #607287;
  line-height: 1.7;
}

.dzc-search-empty__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
}

.dzc-search-empty__actions .button--dark {
  background: #08152c !important;
  border-color: #08152c !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .dzc-search-page__hero-grid,
  .dzc-search-results-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dzc-search-page__copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .dzc-search-page__hero-grid,
  .dzc-search-results-grid {
    grid-template-columns: 1fr;
  }

  .dzc-search-page__copy h1 {
    font-size: clamp(2.15rem, 13vw, 3.7rem);
  }

  .dzc-search-page__search-card,
  .dzc-search-result-card,
  .dzc-search-empty {
    border-radius: 22px;
  }

  .dzc-search-empty__actions {
    flex-direction: column;
  }

  .dzc-search-empty__actions .button {
    width: 100%;
  }
}

/* v55 archive/index fallback templates */
.dzc-archive-page,
.dzc-index-page {
  background:
    radial-gradient(circle at 12% 7%, rgba(36,88,245,.09), transparent 30%),
    radial-gradient(circle at 86% 9%, rgba(15,118,110,.07), transparent 28%),
    #f3f7fb;
}

.dzc-archive-page__hero,
.dzc-index-page__hero {
  padding-top: clamp(3rem, 7vw, 5rem) !important;
  padding-bottom: clamp(2rem, 5vw, 3.5rem) !important;
}

.dzc-archive-page__hero-card,
.dzc-index-page__head {
  border: 1px solid #d7e3f0;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 24px 60px rgba(8,21,44,.09);
}

.dzc-archive-page__hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .58fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.dzc-index-page__head {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  text-align: center;
}

.dzc-archive-page__hero-card h1,
.dzc-index-page__head h1 {
  margin: .7rem 0 .8rem;
  color: #08152c;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.dzc-archive-page__hero-card p,
.dzc-index-page__head p,
.dzc-archive-page__description {
  max-width: 720px;
  color: #53657b;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}

.dzc-index-page__head .dzc-search-form {
  margin: 1.2rem auto 0;
}

.dzc-archive-page__search {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,21,44,.06);
}

.dzc-archive-page__search h2 {
  margin: 0 0 .8rem;
  color: #08152c;
  font-size: 1.25rem;
}

.dzc-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.dzc-archive-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8,21,44,.075);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dzc-archive-card:hover {
  transform: translateY(-3px);
  border-color: rgba(36,88,245,.32);
  box-shadow: 0 28px 62px rgba(8,21,44,.12);
}

.dzc-archive-card__media {
  display: flex;
  aspect-ratio: 16 / 9;
  background: #08152c;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.dzc-archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dzc-archive-card__media--placeholder {
  background:
    radial-gradient(circle at 70% 25%, rgba(36,88,245,.35), transparent 25%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
}

.dzc-archive-card__media--placeholder span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
}

.dzc-archive-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.dzc-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .7rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.dzc-archive-card__meta span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: .25rem .55rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.dzc-archive-card__meta time {
  color: #607287;
  font-size: .85rem;
  font-weight: 750;
}

.dzc-archive-card__title {
  margin: 0 0 .55rem;
  color: #08152c;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.dzc-archive-card__title a {
  color: inherit;
  text-decoration: none;
}

.dzc-archive-card__body p {
  margin: 0 0 1rem;
  color: #607287;
  line-height: 1.62;
}

.dzc-archive-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #2458f5;
  font-weight: 900;
  text-decoration: none;
}

.dzc-archive-pagination {
  margin-top: clamp(1.5rem, 4vw, 2.6rem);
}

.dzc-archive-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}

.dzc-archive-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .55rem .75rem;
  border-radius: 13px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
}

.dzc-archive-pagination .page-numbers.current {
  background: #2458f5;
  border-color: #2458f5;
  color: #fff;
}

.dzc-archive-empty {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(8,21,44,.10);
  text-align: center;
}

.dzc-archive-empty h2 {
  margin: 0 0 .6rem;
  color: #08152c;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.dzc-archive-empty p {
  margin: 0 auto 1.2rem;
  max-width: 620px;
  color: #607287;
  line-height: 1.7;
}

.dzc-archive-empty__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
}

@media (max-width: 1024px) {
  .dzc-archive-page__hero-card,
  .dzc-archive-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dzc-archive-page__hero-card > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .dzc-archive-page__hero-card,
  .dzc-archive-grid {
    grid-template-columns: 1fr;
  }

  .dzc-archive-page__hero-card,
  .dzc-index-page__head,
  .dzc-archive-card,
  .dzc-archive-empty {
    border-radius: 22px;
  }

  .dzc-archive-page__hero-card h1,
  .dzc-index-page__head h1 {
    font-size: clamp(2.15rem, 13vw, 3.7rem);
  }

  .dzc-archive-empty__actions {
    flex-direction: column;
  }

  .dzc-archive-empty__actions .button {
    width: 100%;
  }
}

/* v56 single/page fallback templates */
.dzc-single-page,
.dzc-generic-page {
  background:
    radial-gradient(circle at 12% 7%, rgba(36,88,245,.09), transparent 30%),
    radial-gradient(circle at 86% 9%, rgba(15,118,110,.07), transparent 28%),
    #f3f7fb;
}

.dzc-single-hero,
.dzc-generic-page__hero {
  padding-top: clamp(3rem, 7vw, 5.2rem) !important;
  padding-bottom: clamp(2rem, 5vw, 3.6rem) !important;
}

.dzc-single-hero__grid,
.dzc-generic-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.dzc-single-hero__copy h1,
.dzc-generic-page__copy h1 {
  margin: .8rem 0 1rem;
  color: #08152c;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.dzc-single-hero__copy p,
.dzc-generic-page__copy p {
  max-width: 720px;
  margin: 0 0 1.35rem;
  color: #53657b;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.75;
}

.dzc-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1rem;
}

.dzc-single-hero__meta time,
.dzc-single-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .75rem;
  border-radius: 999px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #607287;
  font-size: .9rem;
  font-weight: 800;
}

.dzc-single-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.dzc-single-hero__media,
.dzc-generic-page__media {
  overflow: hidden;
  border: 1px solid #d7e3f0;
  border-radius: 30px;
  background: #08152c;
  box-shadow: 0 26px 66px rgba(8,21,44,.13);
}

.dzc-single-hero__media img,
.dzc-generic-page__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.dzc-single-hero__placeholder,
.dzc-generic-page__media--placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(36,88,245,.35), transparent 25%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
}

.dzc-single-hero__placeholder span,
.dzc-generic-page__media--placeholder span {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 950;
}

.dzc-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.dzc-single-content,
.dzc-page-content {
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(8,21,44,.08);
}

.dzc-single-content > *:first-child,
.dzc-page-content > *:first-child {
  margin-top: 0;
}

.dzc-single-content > *:last-child,
.dzc-page-content > *:last-child {
  margin-bottom: 0;
}

.dzc-single-content h2,
.dzc-page-content h2 {
  margin-top: 1.75em;
  color: #08152c;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-single-content h3,
.dzc-page-content h3 {
  margin-top: 1.45em;
  color: #08152c;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
}

.dzc-single-content p,
.dzc-page-content p,
.dzc-single-content li,
.dzc-page-content li {
  color: #34465e;
  font-size: 1.02rem;
  line-height: 1.82;
}

.dzc-single-content a,
.dzc-page-content a {
  color: #2458f5;
  font-weight: 850;
  text-underline-offset: 4px;
}

.dzc-single-content blockquote,
.dzc-page-content blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid #2458f5;
  border-radius: 0 18px 18px 0;
  background: #f8fbff;
  color: #08152c;
}

.dzc-single-content img,
.dzc-page-content img {
  height: auto;
  border-radius: 20px;
}

.dzc-single-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 1rem;
}

.dzc-single-sidebar__card {
  padding: 1.25rem;
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(36,88,245,.12), transparent 42%),
    #ffffff;
  box-shadow: 0 20px 48px rgba(8,21,44,.09);
}

.dzc-single-sidebar__card h2 {
  margin: .6rem 0 .7rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.dzc-single-sidebar__card p {
  margin: 0 0 1rem;
  color: #607287;
  line-height: 1.65;
}

.dzc-single-sidebar__links {
  display: grid;
  gap: .6rem;
}

.dzc-single-sidebar__links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: .75rem .9rem;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: #fff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8,21,44,.05);
}

.dzc-page-links {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.dzc-page-links a,
.dzc-page-links .post-page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .65rem;
  border-radius: 12px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
}

.dzc-page-links .current {
  background: #2458f5;
  border-color: #2458f5;
  color: #fff;
}

@media (max-width: 1024px) {
  .dzc-single-hero__grid,
  .dzc-generic-page__hero-grid,
  .dzc-single-layout {
    grid-template-columns: 1fr;
  }

  .dzc-single-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .dzc-single-hero__copy h1,
  .dzc-generic-page__copy h1 {
    font-size: clamp(2.15rem, 13vw, 3.7rem);
  }

  .dzc-single-hero__media,
  .dzc-generic-page__media,
  .dzc-single-content,
  .dzc-page-content,
  .dzc-single-sidebar__card {
    border-radius: 22px;
  }

  .dzc-single-hero__media img,
  .dzc-generic-page__media img,
  .dzc-single-hero__placeholder,
  .dzc-generic-page__media--placeholder {
    min-height: 220px;
  }

  .dzc-single-hero__actions {
    flex-direction: column;
  }

  .dzc-single-hero__actions .button,
  .dzc-single-sidebar__card .button {
    width: 100%;
  }

  .dzc-single-content,
  .dzc-page-content {
    padding: 1rem;
  }
}

/* v57 SEO technical closure + attachment template */
.dzc-attachment-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(36,88,245,.10), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(15,118,110,.08), transparent 28%),
    #f3f7fb;
}

.dzc-attachment-page__hero {
  min-height: min(720px, calc(100vh - 160px));
  display: flex;
  align-items: center;
}

.dzc-attachment-page__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid #d7e3f0;
  border-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 28px 70px rgba(8,21,44,.10);
}

.dzc-attachment-page__copy h1 {
  margin: .8rem 0 1rem;
  color: #08152c;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.dzc-attachment-page__copy p {
  max-width: 680px;
  margin: 0 0 1.2rem;
  color: #53657b;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}

.dzc-attachment-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.2rem;
}

.dzc-attachment-page__meta span,
.dzc-attachment-page__meta a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid #d7e3f0;
  background: #fff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
}

.dzc-attachment-page__meta a {
  color: #2458f5;
}

.dzc-attachment-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.dzc-attachment-page__preview {
  overflow: hidden;
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #08152c;
  box-shadow: 0 24px 60px rgba(8,21,44,.14);
}

.dzc-attachment-page__preview img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  display: block;
  background: #fff;
}

.dzc-attachment-page__placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(36,88,245,.35), transparent 25%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
}

.dzc-attachment-page__placeholder span {
  min-width: 92px;
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
}

/* Safer media and embeds */
.entry-content iframe,
.dzc-single-content iframe,
.dzc-page-content iframe,
.wp-block-embed iframe {
  max-width: 100%;
  border-radius: 18px;
}

.wp-block-image,
.wp-block-gallery,
.wp-block-embed,
.wp-block-video {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* Search input final wording/spacing */
.dzc-search-form__input::placeholder {
  color: #7a8aa0;
}

@media (max-width: 1024px) {
  .dzc-attachment-page__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dzc-attachment-page__card {
    padding: 1.15rem;
    border-radius: 24px;
  }

  .dzc-attachment-page__copy h1 {
    font-size: clamp(2.15rem, 13vw, 3.7rem);
  }

  .dzc-attachment-page__actions {
    flex-direction: column;
  }

  .dzc-attachment-page__actions .button {
    width: 100%;
  }

  .dzc-attachment-page__preview,
  .dzc-attachment-page__preview img,
  .dzc-attachment-page__placeholder {
    min-height: 220px;
    border-radius: 22px;
  }
}

/* v58 WooCommerce account area */
body.woocommerce-account {
  background:
    radial-gradient(circle at 12% 7%, rgba(36,88,245,.09), transparent 30%),
    radial-gradient(circle at 86% 9%, rgba(15,118,110,.07), transparent 28%),
    #f3f7fb;
}

body.woocommerce-account .site-main,
body.woocommerce-account main {
  background: transparent;
}

body.woocommerce-account .woocommerce {
  width: min(100% - 32px, var(--container-width, 1180px));
  margin: clamp(2rem, 5vw, 4rem) auto;
}

.dzc-account-intro,
.dzc-account-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-bottom: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d7e3f0;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 60px rgba(8,21,44,.09);
}

.dzc-account-intro__copy h1,
.dzc-account-header__copy h1 {
  margin: .7rem 0 .65rem;
  color: #08152c;
  font-size: clamp(2.2rem, 5.5vw, 4.7rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.dzc-account-intro__copy p,
.dzc-account-header__copy p {
  max-width: 680px;
  margin: 0;
  color: #53657b;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

.dzc-account-intro__points {
  display: grid;
  gap: .75rem;
  min-width: min(100%, 360px);
}

.dzc-account-intro__points div {
  display: grid;
  gap: .15rem;
  padding: .8rem .95rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,21,44,.045);
}

.dzc-account-intro__points strong,
.dzc-account-dashboard-card strong {
  color: #08152c;
  font-size: 1rem;
}

.dzc-account-intro__points span,
.dzc-account-dashboard-card span {
  color: #607287;
  line-height: 1.45;
}

body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(8,21,44,.08);
}

body.woocommerce-account .u-columns {
  padding: clamp(1rem, 3vw, 1.5rem);
}

body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after {
  content: none !important;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid #e0e8f2;
  border-radius: 22px;
  background: #f8fbff;
}

body.woocommerce-account .u-column1 h2,
body.woocommerce-account .u-column2 h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
  color: #08152c;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account form.edit-account,
body.woocommerce-account form.woocommerce-EditAccountForm,
body.woocommerce-account form.woocommerce-address-fields {
  margin: 0 !important;
}

body.woocommerce-account form .form-row {
  margin-bottom: .95rem !important;
}

body.woocommerce-account label {
  color: #08152c;
  font-weight: 850;
}

body.woocommerce-account input.input-text,
body.woocommerce-account textarea,
body.woocommerce-account select {
  min-height: 48px;
  border: 1px solid #cbd8e6 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #08152c !important;
  box-shadow: none !important;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account select:focus {
  border-color: #2458f5 !important;
  box-shadow: 0 0 0 4px rgba(36,88,245,.12) !important;
  outline: none !important;
}

body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.button,
body.woocommerce-account a.button {
  min-height: 46px;
  border-radius: 14px !important;
  font-weight: 900 !important;
}

body.woocommerce-account .woocommerce-button.button,
body.woocommerce-account button.button {
  background: linear-gradient(135deg, #2458f5 0%, #3d6eff 100%) !important;
  color: #fff !important;
  border: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin-bottom: 1rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  margin: 0;
  padding: .75rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,21,44,.06);
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .55rem .8rem;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #f8fbff;
  color: #08152c;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #2458f5;
  border-color: #2458f5;
  color: #fff;
  transform: translateY(-1px);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: clamp(1rem, 3vw, 1.6rem);
}

.dzc-account-header {
  grid-template-columns: 76px minmax(0, 1fr) auto;
}

.dzc-account-header__avatar {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at 70% 25%, rgba(36,88,245,.35), transparent 25%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
}

.dzc-account-header__actions {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dzc-account-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1.1rem;
}

.dzc-account-dashboard-card {
  display: grid;
  gap: .25rem;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(8,21,44,.055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dzc-account-dashboard-card:hover {
  transform: translateY(-2px);
  border-color: rgba(36,88,245,.32);
  box-shadow: 0 20px 42px rgba(8,21,44,.09);
}

.dzc-account-support-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 22px;
  background: #08152c;
  color: #fff;
  box-shadow: 0 22px 50px rgba(8,21,44,.16);
}

.dzc-account-support-cta h2 {
  margin: .4rem 0 .35rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.dzc-account-support-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}

.dzc-account-support-cta .section-eyebrow {
  color: #30e0c2;
}

body.woocommerce-account table.shop_table {
  border-radius: 18px !important;
  overflow: hidden;
  border-color: #d7e3f0 !important;
}

body.woocommerce-account table.shop_table th {
  background: #f8fbff;
  color: #08152c;
}

body.woocommerce-account .woocommerce-Address {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

body.woocommerce-account mark {
  padding: .1rem .35rem;
  border-radius: .45rem;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .dzc-account-intro,
  .dzc-account-header {
    grid-template-columns: 1fr;
  }

  .dzc-account-header__actions {
    justify-content: flex-start;
  }

  .dzc-account-dashboard-cards {
    grid-template-columns: 1fr;
  }

  .dzc-account-support-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account .woocommerce {
    width: min(100% - 22px, var(--container-width, 1180px));
    margin-top: 1.5rem;
  }

  .dzc-account-intro,
  .dzc-account-header,
  body.woocommerce-account .u-columns,
  body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 22px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .6rem;
    scrollbar-width: thin;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  body.woocommerce-account .u-column1,
  body.woocommerce-account .u-column2 {
    width: 100% !important;
    float: none !important;
    margin-bottom: .9rem;
  }

  .dzc-account-header__avatar {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 1.65rem;
  }

  .dzc-account-header__actions,
  .dzc-account-support-cta .button {
    width: 100%;
  }

  .dzc-account-header__actions .button,
  .dzc-account-support-cta .button {
    width: 100%;
    justify-content: center;
  }
}

/* v59 account access in header + Woo account setup */
.dzc-header-account-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: .58rem;
  padding: .48rem .72rem;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 999px;
  background: #fff;
  color: #08152c;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8,21,44,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dzc-header-account-link:hover {
  transform: translateY(-1px);
  border-color: rgba(36,88,245,.35);
  box-shadow: 0 16px 30px rgba(8,21,44,.11);
}

.dzc-header-account-link__icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2458f5;
  flex: 0 0 21px;
}

.dzc-header-account-link__icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.dzc-header-account-link__copy {
  display: grid;
  gap: .02rem;
  min-width: 0;
}

.dzc-header-account-link__label {
  color: #08152c;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.dzc-header-account-link__subtitle {
  color: #607287;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.05;
  white-space: nowrap;
}

.dzc-account-link-mobile {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1240px) {
  .dzc-header-account-link {
    width: 46px;
    min-width: 46px;
    height: 46px;
    justify-content: center;
    padding: 0;
  }

  .dzc-header-account-link__copy {
    display: none;
  }
}

@media (max-width: 920px) {
  .dzc-header-account-link {
    display: none;
  }
}

/* Login/register page: make registration clearly visible */
body.woocommerce-account:not(.logged-in) .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.woocommerce-account:not(.logged-in) .u-column1,
body.woocommerce-account:not(.logged-in) .u-column2 {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-account:not(.logged-in) .u-column2 {
  border-color: rgba(36,88,245,.28);
  background:
    radial-gradient(circle at top right, rgba(36,88,245,.10), transparent 42%),
    #ffffff;
}

body.woocommerce-account:not(.logged-in) .u-column2 h2::after {
  content: ' gratis';
  display: inline-flex;
  margin-left: .45rem;
  padding: .2rem .45rem;
  border-radius: 999px;
  background: #e9faf4;
  color: #0f766e;
  font-size: .72rem;
  font-weight: 900;
  vertical-align: middle;
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
  }
}

/* v60 WooCommerce core pages setup support */

/* Make checkout login/register notices easier to understand */
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 1rem;
}

body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .checkout_coupon {
  border: 1px solid #d7e3f0 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(8,21,44,.06) !important;
}

body.woocommerce-checkout .woocommerce-form-login p:first-child,
body.woocommerce-checkout .checkout_coupon p:first-child {
  color: #53657b;
  line-height: 1.65;
}

/* Account creation fields in checkout */
body.woocommerce-checkout .create-account,
body.woocommerce-checkout .woocommerce-account-fields {
  padding: .85rem 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

body.woocommerce-checkout .create-account label,
body.woocommerce-checkout .woocommerce-account-fields label {
  color: #08152c !important;
  font-weight: 850 !important;
}

/* v61 legal pages + checkout terms */
body.page-slug-aviso-legal .dzc-page-content,
body.page-slug-politica-de-privacidad .dzc-page-content,
body.page-slug-politica-de-cookies .dzc-page-content,
body.page-slug-condiciones-de-contratacion .dzc-page-content,
body.page-slug-politica-de-reembolsos-y-soporte .dzc-page-content {
  max-width: 920px;
  margin-inline: auto;
}

body.page-slug-aviso-legal .dzc-page-content h2,
body.page-slug-politica-de-privacidad .dzc-page-content h2,
body.page-slug-politica-de-cookies .dzc-page-content h2,
body.page-slug-condiciones-de-contratacion .dzc-page-content h2,
body.page-slug-politica-de-reembolsos-y-soporte .dzc-page-content h2 {
  padding-top: .2rem;
  border-top: 1px solid #e1eaf4;
}

body.page-slug-aviso-legal .dzc-page-content ul,
body.page-slug-politica-de-privacidad .dzc-page-content ul,
body.page-slug-politica-de-cookies .dzc-page-content ul,
body.page-slug-condiciones-de-contratacion .dzc-page-content ul,
body.page-slug-politica-de-reembolsos-y-soporte .dzc-page-content ul {
  padding: 1rem 1.2rem 1rem 1.5rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
}

.footer-bottom-links a {
  white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 1rem;
  padding: .9rem 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #2458f5;
  font-weight: 850;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: .45rem;
  }

  .footer-bottom-links a {
    width: fit-content;
  }
}

/* v62 frontend support for email/account consistency */
body.woocommerce-order-received .woocommerce-order-overview {
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8,21,44,.06);
  padding: 1rem;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  color: #34465e;
}

body.woocommerce-order-received .woocommerce-order-overview strong {
  color: #08152c;
}

/* v63 navigation hardening */
.menu--fallback {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu--fallback .menu-item--highlight > a,
.menu .menu-item--highlight > a {
  color: #2458f5 !important;
  font-weight: 900 !important;
}

.menu--fallback .menu-item--highlight > a::after,
.menu .menu-item--highlight > a::after {
  content: '';
  display: inline-block;
  width: .4rem;
  height: .4rem;
  margin-left: .35rem;
  border-radius: 999px;
  background: #2458f5;
  vertical-align: middle;
}

@media (max-width: 920px) {
  .menu--fallback {
    display: grid;
    gap: .2rem;
  }

  .menu--fallback .menu-item--highlight > a::after,
  .menu .menu-item--highlight > a::after {
    display: none;
  }
}

/* v79 desktop header hardening: keep desktop nav truly desktop */
@media (min-width: 1181px) {
  body.mobile-nav-open {
    overflow: visible !important;
  }

  .mobile-nav-control,
  body.dzc-compact-header .mobile-nav-control,
  body.dzc-force-compact-header .mobile-nav-control {
    display: none !important;
  }

  .nav-toggle,
  body.dzc-compact-header .nav-toggle,
  body.dzc-force-compact-header .nav-toggle {
    display: none !important;
  }

  .mobile-nav-backdrop,
  body.dzc-compact-header .mobile-nav-backdrop,
  body.dzc-force-compact-header .mobile-nav-backdrop {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .site-nav,
  body.dzc-compact-header .site-nav,
  body.dzc-force-compact-header .site-nav {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    transition: none !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: auto !important;
    padding: 0 !important;
    display: block !important;
    flex: 0 1 auto !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site-nav .menu--primary,
  .site-nav .menu,
  body.dzc-compact-header .site-nav .menu--primary,
  body.dzc-compact-header .site-nav .menu,
  body.dzc-force-compact-header .site-nav .menu--primary,
  body.dzc-force-compact-header .site-nav .menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-nav .menu li,
  body.dzc-compact-header .site-nav .menu li,
  body.dzc-force-compact-header .site-nav .menu li {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .site-nav .menu a,
  .site-nav a,
  body.dzc-compact-header .site-nav .menu a,
  body.dzc-compact-header .site-nav a,
  body.dzc-force-compact-header .site-nav .menu a,
  body.dzc-force-compact-header .site-nav a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  .mobile-nav-actions,
  body.dzc-compact-header .mobile-nav-actions,
  body.dzc-force-compact-header .mobile-nav-actions {
    display: none !important;
  }

  .child-site-header__cta,
  .site-header__cta,
  body.dzc-compact-header .child-site-header__cta,
  body.dzc-compact-header .site-header__cta,
  body.dzc-force-compact-header .child-site-header__cta,
  body.dzc-force-compact-header .site-header__cta {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-left: 1rem !important;
  }

  .header-v163__inner,
  .child-site-header__inner,
  .site-header__inner,
  body.dzc-compact-header .header-v163__inner,
  body.dzc-compact-header .child-site-header__inner,
  body.dzc-compact-header .site-header__inner,
  body.dzc-force-compact-header .header-v163__inner,
  body.dzc-force-compact-header .child-site-header__inner,
  body.dzc-force-compact-header .site-header__inner {
    min-height: 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1.25rem !important;
    position: relative !important;
  }

  .child-site-branding,
  .site-branding,
  body.dzc-compact-header .child-site-branding,
  body.dzc-compact-header .site-branding,
  body.dzc-force-compact-header .child-site-branding,
  body.dzc-force-compact-header .site-branding {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }
}


/* v80 premium header visual pass */

/* Header shell */
.header-v163,
.child-site-header {
  isolation: isolate;
}

.header-v163 {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(215, 227, 240, .82) !important;
  box-shadow: 0 18px 48px rgba(8, 21, 44, .08) !important;
}

.header-v163.is-scrolled {
  box-shadow: 0 16px 38px rgba(8, 21, 44, .12) !important;
}

/* Topbar: compact, readable, aligned */
.child-topbar--premium {
  background: #04142f !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
}

.child-topbar__inner {
  min-height: 32px !important;
  gap: .85rem !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: .78rem !important;
  font-weight: 750 !important;
  letter-spacing: .005em !important;
}

.child-topbar__inner span {
  display: inline-flex !important;
  align-items: center !important;
  gap: .3rem !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

/* Main header geometry */
.header-v163__inner,
.child-site-header__inner,
.site-header__inner {
  min-height: 78px !important;
  gap: 1.15rem !important;
}

.child-site-branding {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.site-branding__logo {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

.site-branding__logo img {
  width: clamp(164px, 14vw, 218px) !important;
  height: auto !important;
  display: block !important;
}

.site-branding__tagline {
  display: none !important;
}

/* Desktop navigation */
@media (min-width: 1181px) {
  .site-nav .menu--primary,
  .site-nav .menu {
    gap: clamp(.78rem, 1vw, 1.12rem) !important;
  }

  .site-nav .menu a,
  .site-nav a {
    color: #08152c !important;
    font-size: .9rem !important;
    font-weight: 850 !important;
    letter-spacing: -.01em !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: color .16s ease, transform .16s ease, opacity .16s ease !important;
  }

  .site-nav .menu a:hover,
  .site-nav .menu a:focus-visible {
    color: #2458f5 !important;
    transform: translateY(-1px) !important;
  }

  .site-nav .current-menu-item > a,
  .site-nav .current_page_item > a,
  .site-nav .current-menu-ancestor > a {
    color: #2458f5 !important;
  }

  .child-site-header__cta {
    gap: .6rem !important;
  }

  .child-site-header__cta .button,
  .child-site-header__cta a.button,
  .dzc-header-account-link,
  .dzc-header-cart-link {
    min-height: 46px !important;
    border-radius: 999px !important;
    font-size: .88rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .child-site-header__cta .button--primary,
  .child-site-header__cta a.button--primary {
    padding-inline: 1.25rem !important;
    box-shadow: 0 16px 30px rgba(36, 88, 245, .20) !important;
  }

  .dzc-header-cart-link,
  .dzc-header-account-link {
    border: 1px solid #d7e3f0 !important;
    background: #ffffff !important;
    color: #08152c !important;
    box-shadow: 0 10px 24px rgba(8, 21, 44, .06) !important;
  }

  .dzc-header-cart-link:hover,
  .dzc-header-account-link:hover {
    border-color: rgba(36, 88, 245, .35) !important;
    color: #2458f5 !important;
  }

  .dzc-cart-count,
  .dzc-header-cart-count,
  .cart-count {
    box-shadow: 0 8px 16px rgba(36, 88, 245, .25) !important;
  }
}

/* Medium desktop: keep header elegant before mobile mode */
@media (min-width: 1181px) and (max-width: 1390px) {
  .header-v163__inner,
  .child-site-header__inner,
  .site-header__inner {
    gap: .85rem !important;
  }

  .site-branding__logo img {
    width: clamp(150px, 12vw, 190px) !important;
  }

  .site-nav .menu--primary,
  .site-nav .menu {
    gap: .72rem !important;
  }

  .site-nav .menu a,
  .site-nav a {
    font-size: .84rem !important;
  }

  .child-site-header__cta .button--primary,
  .child-site-header__cta a.button--primary {
    padding-inline: 1rem !important;
  }
}

/* Mobile/tablet drawer visual refinement */
@media (max-width: 1180px) {
  .header-v163__inner,
  .child-site-header__inner,
  .site-header__inner {
    min-height: 72px !important;
  }

  .nav-toggle {
    border-radius: 999px !important;
    border-color: #d7e3f0 !important;
    background: #ffffff !important;
    box-shadow: 0 12px 26px rgba(8, 21, 44, .09) !important;
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    border-color: rgba(36, 88, 245, .35) !important;
  }

  .site-nav {
    border-left: 1px solid #d7e3f0 !important;
    background:
      radial-gradient(circle at 20% 0%, rgba(36, 88, 245, .08), transparent 28%),
      #ffffff !important;
  }

  .site-nav::before {
    content: "Menú" !important;
    display: block !important;
    margin: 0 0 .8rem !important;
    color: #08152c !important;
    font-size: 1.55rem !important;
    font-weight: 950 !important;
    letter-spacing: -.04em !important;
  }

  .site-nav .menu a {
    background: #f8fbff !important;
    border-color: #d7e3f0 !important;
    box-shadow: 0 8px 18px rgba(8, 21, 44, .035) !important;
  }

  .site-nav .menu a:hover,
  .site-nav .menu a:focus-visible {
    border-color: rgba(36, 88, 245, .38) !important;
    color: #2458f5 !important;
    background: #ffffff !important;
  }

  .mobile-nav-actions .button {
    min-height: 48px !important;
    border-radius: 999px !important;
    font-weight: 950 !important;
  }

  .mobile-nav-actions .button--primary {
    box-shadow: 0 16px 30px rgba(36, 88, 245, .20) !important;
  }

  .mobile-nav-backdrop {
    background: rgba(8, 21, 44, .56) !important;
  }
}

/* Small mobile topbar: no visual noise */
@media (max-width: 720px) {
  .child-topbar__inner {
    min-height: auto !important;
    padding-block: .45rem !important;
  }

  .child-topbar__inner span:nth-child(n+2) {
    display: none !important;
  }

  .site-branding__logo img {
    width: min(176px, 52vw) !important;
  }
}

/* Guard: old compact classes must never disturb real desktop */
@media (min-width: 1181px) {
  body.dzc-compact-header .site-nav,
  body.dzc-force-compact-header .site-nav,
  body.dzc-compact-header .site-nav.is-open,
  body.dzc-force-compact-header .site-nav.is-open,
  body.mobile-nav-open .site-nav {
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.dzc-compact-header .mobile-nav-backdrop,
  body.dzc-force-compact-header .mobile-nav-backdrop,
  body.mobile-nav-open .mobile-nav-backdrop {
    display: none !important;
  }
}



/* v81 global responsive hardening */

/*
 * Defensive layer after header fixes:
 * prevents isolated components from forcing horizontal scroll or breaking
 * constrained desktop/tablet previews.
 */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

table {
  max-width: 100%;
}

/* Generic site containers */
.container,
.site-container,
.child-container,
.dzc-container,
.wrap,
.content-area,
.site-main,
.entry-content,
.page-content,
.woocommerce,
.woocommerce-page {
  min-width: 0;
}

/* Avoid long technical strings breaking cards/pages */
.entry-content,
.page-content,
.card,
.dzc-card,
.service-card,
.product-card,
.resource-card,
.software-card,
.woocommerce-loop-product__title,
.product_title,
.woocommerce-product-details__short-description,
.woocommerce table,
.woocommerce td,
.woocommerce th {
  overflow-wrap: anywhere;
}

/* Keep code/URLs scrollable instead of widening the page */
pre,
code,
kbd,
samp {
  max-width: 100%;
}

pre {
  overflow-x: auto;
}

/* Grids: make sure child content can shrink */
[class*="grid"],
[class*="cards"],
.products,
.woocommerce ul.products {
  min-width: 0;
}

[class*="grid"] > *,
[class*="cards"] > *,
.products > *,
.woocommerce ul.products > li.product {
  min-width: 0;
}

/* Promo and hero visual containment */
.promo-top-card,
.top-demo-band,
.home-hero-exact,
.hero-panel-exact,
.dzc-hero-card,
.dzc-section,
.dzc-cta,
.dzc-banner,
.dzc-panel {
  max-width: 100%;
  overflow-x: clip;
}

/* Home and landing headings: clamp earlier on constrained screens */
@media (max-width: 1180px) {
  .home-hero-exact h1,
  .page-hero h1,
  .archive-hero h1,
  .woocommerce-products-header__title,
  .entry-title,
  body.woocommerce-page .page-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 8vw, 4.6rem) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }
}

@media (max-width: 760px) {
  .home-hero-exact h1,
  .page-hero h1,
  .archive-hero h1,
  .woocommerce-products-header__title,
  .entry-title,
  body.woocommerce-page .page-title {
    font-size: clamp(2rem, 11.2vw, 3.4rem) !important;
    line-height: 1 !important;
  }
}

/* WooCommerce product/category cards */
.woocommerce ul.products,
.products {
  gap: clamp(1rem, 2vw, 1.5rem);
}

@media (max-width: 980px) {
  .woocommerce ul.products,
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .woocommerce ul.products,
  .products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product,
  .products li.product {
    width: 100% !important;
  }
}

/* WooCommerce tables: prevent mobile overflow */
@media (max-width: 760px) {
  .woocommerce table.shop_table,
  .woocommerce-cart-form table,
  .woocommerce-checkout-review-order-table,
  .woocommerce table.order_details {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Forms: never exceed viewport */
input,
select,
textarea,
button,
.button,
.wp-element-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  max-width: 100%;
}

textarea {
  min-width: 0;
}

/* Buttons in tight cards */
@media (max-width: 640px) {
  .button,
  .wp-element-button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button {
    white-space: normal;
    text-align: center;
  }
}

/* Resource/software filters should wrap cleanly */
.dzc-filters,
.software-filters,
.resource-filters,
.woocommerce-ordering,
.woocommerce-result-count {
  min-width: 0;
}

.dzc-filters,
.software-filters,
.resource-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.dzc-filters a,
.software-filters a,
.resource-filters a,
.dzc-filter,
.software-filter,
.resource-filter {
  max-width: 100%;
}

/* Footer resilience */
.site-footer,
.child-site-footer,
.footer-v163 {
  overflow-x: clip;
}

.site-footer a,
.child-site-footer a,
.footer-v163 a {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .site-footer,
  .child-site-footer,
  .footer-v163 {
    text-align: left;
  }

  .footer-bottom,
  .footer-bottom-links {
    align-items: flex-start;
  }
}

/* Admin bar can reduce available height/width visually; keep fixed UI safe */
.admin-bar .site-nav {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media (max-width: 782px) {
  .admin-bar .site-nav {
    top: 46px;
  }
}



/* v82 accessibility and focus-visible hardening */

/* Skip link */
.dzc-skip-link,
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1rem;
  border: 2px solid #30e0c2;
  border-radius: 999px;
  background: #08152c;
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(8, 21, 44, .22);
  transform: translateY(-140%);
  transition: transform .18s ease;
}

.dzc-skip-link:focus,
.dzc-skip-link:focus-visible,
.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: none;
}

/* Visible keyboard focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
.button:focus-visible,
.wp-element-button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce input.button:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .36) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(36, 88, 245, .12) !important;
}

/* Focus inside cards */
.product-card:focus-within,
.software-card:focus-within,
.service-card:focus-within,
.resource-card:focus-within,
.dzc-card:focus-within,
.woocommerce ul.products li.product:focus-within {
  border-color: rgba(36, 88, 245, .38) !important;
  box-shadow: 0 18px 42px rgba(8, 21, 44, .10) !important;
}

/* Form accessibility */
label,
.woocommerce form .form-row label,
.form-row label {
  color: #08152c;
  font-weight: 850;
}

input::placeholder,
textarea::placeholder {
  color: #6f8197;
  opacity: 1;
}

input:disabled,
select:disabled,
textarea:disabled,
button:disabled,
.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  cursor: not-allowed !important;
  opacity: .58 !important;
}

/* Ensure interactive controls have a sane touch target */
button,
.button,
.wp-element-button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.nav-toggle,
.dzc-header-cart-link,
.dzc-header-account-link {
  min-height: 42px;
}

/* Screen reader utility, if the parent does not provide one */
.screen-reader-text:not(:focus):not(:active),
.sr-only:not(:focus):not(:active) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .dzc-skip-link,
  .skip-link {
    transition: none !important;
  }
}

/* High contrast / forced colors */
@media (forced-colors: active) {
  a,
  button,
  .button,
  input,
  select,
  textarea {
    forced-color-adjust: auto;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  summary:focus-visible,
  [tabindex]:focus-visible {
    outline: 2px solid Highlight !important;
    box-shadow: none !important;
  }
}



/* v84 responsive cleanup note
 * Removed obsolete experimental responsive layers v74-v77.
 * Current header authority:
 * - v79 desktop header hardening
 * - v80 premium header visual pass
 * Current global responsive authority:
 * - v81 global responsive hardening
 */



/* v85 performance and print polish */

/* Reduce offscreen paint cost for long commercial pages */
@supports (content-visibility: auto) {
  .home-faq,
  .demo-product-section,
  .resources-section,
  .service-section,
  .dzc-long-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }
}

/* Print: make legal/docs pages readable if printed */
@media print {
  .child-topbar,
  .site-header,
  .child-site-header,
  .site-footer,
  .child-site-footer,
  .dzc-cart-drawer,
  .dzc-mobile-cart-bar,
  .dzc-scroll-top,
  .nav-toggle,
  .mobile-nav-backdrop,
  .woocommerce-breadcrumb,
  .button,
  .wp-element-button {
    display: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #000 !important;
    overflow: visible !important;
  }

  main,
  .site-main,
  .entry-content,
  .page-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  h1,
  h2,
  h3 {
    color: #000 !important;
    break-after: avoid;
  }

  table,
  img,
  pre,
  blockquote {
    break-inside: avoid;
  }
}



/* v88 defensive breadcrumbs */
.dzc-breadcrumbs {
  max-width: min(100% - 32px, var(--container-width, 1180px));
  margin: .85rem auto 0;
  color: #607287;
  font-size: .84rem;
  font-weight: 750;
}

.dzc-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dzc-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.dzc-breadcrumbs li + li::before {
  content: "/";
  margin-right: .35rem;
  color: #9aa8b8;
}

.dzc-breadcrumbs a {
  color: #607287;
  text-decoration: none;
}

.dzc-breadcrumbs a:hover,
.dzc-breadcrumbs a:focus-visible {
  color: #2458f5;
}

.dzc-breadcrumbs span {
  color: #08152c;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .dzc-breadcrumbs {
    max-width: calc(100% - 24px);
    font-size: .78rem;
  }
}



/* v90 header search */
.dzc-header-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.dzc-header-search__toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #ffffff;
  color: #08152c;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .06);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.dzc-header-search__toggle:hover,
.dzc-header-search__toggle:focus-visible,
.dzc-header-search.is-open .dzc-header-search__toggle {
  color: #2458f5;
  border-color: rgba(36, 88, 245, .35);
  box-shadow: 0 16px 30px rgba(8, 21, 44, .10);
  transform: translateY(-1px);
}

.dzc-header-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dzc-header-search__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 110;
  width: min(430px, calc(100vw - 32px));
  padding: .85rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: radial-gradient(circle at top right, rgba(36, 88, 245, .08), transparent 38%), #ffffff;
  box-shadow: 0 24px 70px rgba(8, 21, 44, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.dzc-header-search.is-open .dzc-header-search__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dzc-header-search__panel form,
.dzc-mobile-nav-search form,
.search-form {
  display: flex;
  gap: .55rem;
  align-items: stretch;
  width: 100%;
}

.dzc-header-search__panel label,
.dzc-mobile-nav-search label,
.search-form label {
  flex: 1 1 auto;
  min-width: 0;
}

.dzc-header-search__panel input[type="search"],
.dzc-mobile-nav-search input[type="search"],
.search-form input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  padding: .72rem 1rem;
  background: #f8fbff;
  color: #08152c;
  font-weight: 750;
}

.dzc-header-search__panel input[type="submit"],
.dzc-header-search__panel button[type="submit"],
.dzc-mobile-nav-search input[type="submit"],
.dzc-mobile-nav-search button[type="submit"],
.search-form input[type="submit"],
.search-form button[type="submit"] {
  min-height: 46px;
  border-radius: 999px;
  padding-inline: 1.05rem;
  border: 0;
  background: #2458f5;
  color: #ffffff;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.dzc-mobile-nav-search {
  width: 100%;
  margin-bottom: .2rem;
}

.dzc-mobile-nav-search form {
  display: grid;
  grid-template-columns: 1fr;
}

.dzc-mobile-nav-search input[type="submit"],
.dzc-mobile-nav-search button[type="submit"] {
  width: 100%;
}

@media (max-width: 1180px) {
  .child-site-header__cta .dzc-header-search,
  .site-header__cta .dzc-header-search {
    display: none !important;
  }
}

@media (min-width: 1181px) {
  .dzc-mobile-nav-search {
    display: none !important;
  }
}



/* v91 search UX polish */
.dzc-search-form {
  width: 100%;
}

.dzc-search-form__field,
.search-form input[type="search"] {
  appearance: none;
}

.dzc-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}

.dzc-header-search__panel .dzc-search-form {
  align-items: center;
}

.dzc-header-search__panel .dzc-search-form__field {
  min-width: 0;
}

.dzc-header-search__panel .dzc-search-form__submit {
  flex: 0 0 auto;
}

.dzc-mobile-nav-search .dzc-search-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
}

.dzc-mobile-nav-search .dzc-search-form__submit {
  width: 100%;
}

.dzc-search-tools {
  margin: -1rem 0 2rem;
}

.dzc-search-tools__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #f8fbff;
}

.dzc-search-tools p {
  margin: 0;
  color: #53657b;
  font-weight: 800;
}

.dzc-search-tools__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.dzc-search-tools__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .35rem .75rem;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #ffffff;
  color: #08152c;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
}

.dzc-search-tools__chips a:hover,
.dzc-search-tools__chips a:focus-visible {
  border-color: rgba(36, 88, 245, .38);
  color: #2458f5;
}

.search-results article,
.dzc-search-surface article {
  min-width: 0;
}

.search-results .entry-title a,
.dzc-search-surface .entry-title a {
  color: #08152c;
  text-decoration: none;
}

.search-results .entry-title a:hover,
.dzc-search-surface .entry-title a:hover {
  color: #2458f5;
}

@media (max-width: 760px) {
  .dzc-search-tools {
    margin-top: 0;
  }

  .dzc-search-tools__inner {
    align-items: flex-start;
  }

  .dzc-search-tools__chips {
    width: 100%;
  }

  .dzc-search-tools__chips a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .dzc-header-search__panel .dzc-search-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dzc-header-search__panel .dzc-search-form__submit {
    width: 100%;
  }
}



/* v92 ecommerce search scope */
.dzc-search-result-type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: .65rem;
  padding: .22rem .62rem;
  border: 1px solid rgba(36, 88, 245, .18);
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.dzc-search-results-grid article,
.dzc-search-page__results article {
  position: relative;
}

.dzc-search-page mark {
  border-radius: .25rem;
  background: rgba(48, 224, 194, .25);
  color: #08152c;
}



/* v93 commercial search result cards */
.dzc-search-result-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
}

.dzc-search-result-card__price {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .2rem .62rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .82rem;
  font-weight: 950;
}

.dzc-search-result-card__price del {
  color: #6b7280;
  font-weight: 700;
  opacity: .75;
}

.dzc-search-result-card__price ins {
  color: #047857;
  text-decoration: none;
}

.dzc-search-result-card__link {
  width: fit-content;
}

.dzc-search-result-card__media--placeholder span {
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .dzc-search-result-card__meta {
    align-items: flex-start;
  }

  .dzc-search-result-card__link {
    width: 100%;
    justify-content: center;
  }
}



/* v94 shop/software CRO polish */
.woocommerce ul.products li.product,
.products li.product {
  min-width: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.products li.product .woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
}

.woocommerce ul.products li.product img,
.products li.product img {
  border-radius: 18px;
  background: #f8fbff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover img,
.products li.product:hover img {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(8, 21, 44, .10);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.products li.product .woocommerce-loop-product__title {
  margin-top: .9rem;
  color: #08152c;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.woocommerce ul.products li.product .price,
.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .5rem;
  margin: .55rem 0 .9rem;
  color: #08152c !important;
  font-size: 1.05rem;
  font-weight: 950;
}

.woocommerce ul.products li.product .price del,
.products li.product .price del {
  color: #6f8197;
  font-size: .9rem;
  font-weight: 750;
  opacity: .7;
}

.woocommerce ul.products li.product .price ins,
.products li.product .price ins {
  color: #047857;
  text-decoration: none;
  font-weight: 950;
}

.woocommerce ul.products li.product .button,
.products li.product .button {
  width: 100%;
  justify-content: center;
  min-height: 46px;
  margin-top: .35rem;
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(36, 88, 245, .16);
}

.woocommerce ul.products li.product .button.added,
.products li.product .button.added {
  background: #047857;
  color: #ffffff;
}

.woocommerce ul.products li.product a.added_to_cart,
.products li.product a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: .55rem;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #ffffff;
  color: #08152c;
  font-weight: 900;
  text-decoration: none;
}

.woocommerce ul.products li.product a.added_to_cart:hover,
.products li.product a.added_to_cart:hover {
  border-color: rgba(36, 88, 245, .35);
  color: #2458f5;
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: 0;
  padding: .38rem .72rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .75rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(4, 120, 87, .14);
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: #53657b;
  font-weight: 800;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  padding: .55rem 2.1rem .55rem .9rem;
  background-color: #ffffff;
  color: #08152c;
  font-weight: 850;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 18px;
}

.woocommerce-info {
  border-top-color: #2458f5;
}

.woocommerce-products-header {
  margin-bottom: 1.6rem;
}

.woocommerce-products-header__title {
  color: #08152c;
}

@media (max-width: 760px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce ul.products li.product .button,
  .products li.product .button {
    min-height: 48px;
  }
}



/* v95 form inputs hotfix: prevent black backgrounds */

/*
 * Some parent/plugin styles can leak dark input backgrounds.
 * This layer normalizes customer-facing forms without changing behaviour.
 */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select,
textarea,
.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce-page input.input-text,
.woocommerce-page textarea.input-text,
.ff-el-form-control,
.fluentform .ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="url"],
.fluentform input[type="tel"],
.fluentform input[type="number"],
.fluentform input[type="password"],
.fluentform input[type="search"],
.fluentform select,
.fluentform textarea,
.frm-fluent-form input,
.frm-fluent-form select,
.frm-fluent-form textarea,
.dzc-search-form__field,
.search-form input[type="search"] {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #08152c !important;
  border: 1px solid #d7e3f0 !important;
  box-shadow: none;
  caret-color: #2458f5;
  color-scheme: light;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
select:hover,
textarea:hover,
.input-text:hover,
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row select:hover,
.ff-el-form-control:hover,
.fluentform .ff-el-form-control:hover,
.frm-fluent-form input:hover,
.frm-fluent-form select:hover,
.frm-fluent-form textarea:hover {
  border-color: #b9c9dc !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus,
.input-text:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.ff-el-form-control:focus,
.fluentform .ff-el-form-control:focus,
.frm-fluent-form input:focus,
.frm-fluent-form select:focus,
.frm-fluent-form textarea:focus {
  background-color: #ffffff !important;
  color: #08152c !important;
  border-color: rgba(36, 88, 245, .58) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(36, 88, 245, .12) !important;
}

input::placeholder,
textarea::placeholder,
.ff-el-form-control::placeholder,
.fluentform .ff-el-form-control::placeholder,
.frm-fluent-form input::placeholder,
.frm-fluent-form textarea::placeholder,
.search-form input[type="search"]::placeholder {
  color: #6f8197 !important;
  opacity: 1 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #08152c !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  transition: background-color 9999s ease-out 0s !important;
  caret-color: #2458f5 !important;
}

select,
.woocommerce form .form-row select,
.fluentform select,
.frm-fluent-form select {
  color-scheme: light !important;
}

.woocommerce-invalid input.input-text,
.woocommerce-invalid select,
.woocommerce-invalid textarea,
.ff-el-is-error .ff-el-form-control,
.frm-fluent-form .ff-el-is-error .ff-el-form-control {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 4px rgba(225, 29, 72, .10) !important;
}

.woocommerce-validated input.input-text,
.woocommerce-validated select,
.woocommerce-validated textarea,
.ff-el-is-success .ff-el-form-control {
  border-color: #10b981 !important;
}

.dzc-dark,
.dark-section,
.section--dark,
.hero-panel-exact,
.dzc-card--dark {
  color-scheme: light;
}

.dzc-dark input,
.dzc-dark select,
.dzc-dark textarea,
.dark-section input,
.dark-section select,
.dark-section textarea,
.section--dark input,
.section--dark select,
.section--dark textarea,
.hero-panel-exact input,
.hero-panel-exact select,
.hero-panel-exact textarea,
.dzc-card--dark input,
.dzc-card--dark select,
.dzc-card--dark textarea {
  background-color: #ffffff !important;
  color: #08152c !important;
  border-color: rgba(255, 255, 255, .55) !important;
}

input[type="checkbox"],
input[type="radio"],
.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"],
.fluentform input[type="checkbox"],
.fluentform input[type="radio"],
.frm-fluent-form input[type="checkbox"],
.frm-fluent-form input[type="radio"] {
  width: auto;
  min-width: 0;
  accent-color: #2458f5;
  background-color: initial !important;
  color: initial !important;
  border: initial;
  box-shadow: none !important;
}



/* v96 account/login/register layout */

/* Account page shell */
.dzc-account-surface .site-main,
.woocommerce-account .site-main {
  background:
    radial-gradient(circle at top left, rgba(36, 88, 245, .07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.woocommerce-account .woocommerce {
  max-width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

/* Login/register intro */
.dzc-account-intro {
  max-width: min(100% - 32px, 1180px);
  margin: 2rem auto 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(48, 224, 194, .16), transparent 32%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(8, 21, 44, .16);
}

.dzc-account-intro .section-eyebrow {
  color: #30e0c2;
}

.dzc-account-intro h2 {
  margin: .35rem 0 .55rem;
  color: #ffffff;
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.dzc-account-intro p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.65;
}

.dzc-account-intro__badges {
  display: grid;
  gap: .55rem;
}

.dzc-account-intro__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .45rem .85rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-weight: 900;
}

/* Login/register forms */
.woocommerce-account .u-columns.col2-set,
.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account form.login,
.woocommerce-account form.register {
  width: 100% !important;
  min-width: 0;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  float: none !important;
  padding: 0 !important;
}

.woocommerce-account .u-column1 > h2,
.woocommerce-account .u-column2 > h2 {
  margin: 0 0 1rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  padding: clamp(1.15rem, 2vw, 1.6rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .07) !important;
}

.woocommerce-account form .form-row {
  margin-bottom: 1rem;
}

.woocommerce-account form label {
  margin-bottom: .4rem;
  color: #08152c;
  font-weight: 900;
}

.woocommerce-account form .woocommerce-form__label-for-checkbox,
.woocommerce-account form label.woocommerce-form__label {
  display: inline-flex;
  gap: .45rem;
  align-items: flex-start;
  color: #53657b;
  font-weight: 750;
  line-height: 1.4;
}

.woocommerce-account form .woocommerce-button,
.woocommerce-account form button.button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account .button {
  min-height: 46px;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

.woocommerce-account .lost_password {
  margin: .7rem 0 0;
}

.woocommerce-account .lost_password a {
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

.woocommerce-account .lost_password a:hover {
  text-decoration: underline;
}

/* Logged-in account layout */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.woocommerce-MyAccount-navigation {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  padding: .9rem;
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .07);
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: .68rem .85rem;
  border-radius: 16px;
  color: #08152c;
  font-weight: 900;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus-visible {
  background: #f1f6ff;
  color: #2458f5;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #2458f5;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(36, 88, 245, .18);
}

.woocommerce-MyAccount-content {
  padding: clamp(1.15rem, 2vw, 1.6rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .07);
}

.woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.woocommerce-MyAccount-content a {
  color: #2458f5;
  font-weight: 850;
}

/* Dashboard cards */
.dzc-account-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 1.25rem 0;
}

.dzc-account-dashboard-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #08152c !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-dashboard-card:hover,
.dzc-account-dashboard-card:focus-visible {
  border-color: rgba(36, 88, 245, .38);
  transform: translateY(-1px);
}

.dzc-account-dashboard-card__icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.25rem;
  font-weight: 950;
}

.dzc-account-dashboard-card strong {
  display: block;
  margin-bottom: .25rem;
  color: #08152c;
  font-size: 1.05rem;
  line-height: 1.2;
}

.dzc-account-dashboard-card em {
  display: block;
  color: #53657b;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

/* Support block inside account */
.dzc-account-support-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.15rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: #f8fbff;
}

.dzc-account-support-block h2 {
  margin: .2rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.dzc-account-support-block p {
  margin: 0;
  color: #53657b;
  line-height: 1.55;
}

.dzc-account-support-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}

/* Orders/downloads/address/edit account tables and forms */
.woocommerce-account table.shop_table,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table {
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
}

.woocommerce-account table.shop_table th {
  color: #08152c;
  font-weight: 950;
}

.woocommerce-account table.shop_table td {
  color: #53657b;
  font-weight: 700;
}

.woocommerce-account address {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
  color: #53657b;
  line-height: 1.65;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account fieldset legend,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #08152c;
  font-weight: 950;
  letter-spacing: -.035em;
}

.woocommerce-account fieldset {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
}

/* Notices in account */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  margin-bottom: 1rem;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8,21,44,.055);
}

/* Responsive */
@media (max-width: 980px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-MyAccount-navigation {
    position: static;
  }

  .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-account-intro,
  .dzc-account-support-block {
    grid-template-columns: 1fr;
  }

  .dzc-account-support-block__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .woocommerce-account .woocommerce {
    max-width: calc(100% - 24px);
  }

  .woocommerce-account .u-columns.col2-set,
  .woocommerce-account #customer_login,
  .dzc-account-dashboard-cards,
  .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .dzc-account-intro {
    max-width: calc(100% - 24px);
    margin-top: 1.2rem;
    border-radius: 24px;
  }

  .dzc-account-intro__badges {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation {
    border-radius: 20px;
  }

  .woocommerce-account table.shop_table,
  .woocommerce-account .woocommerce-orders-table,
  .woocommerce-account .woocommerce-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}



/* v97 premium account area - authoritative layout */
body.woocommerce-account {
  background:
    radial-gradient(circle at 10% 0%, rgba(36, 88, 245, .075), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(48, 224, 194, .075), transparent 30%),
    #f4f8fd !important;
}

body.woocommerce-account .dzc-generic-page__content-section {
  padding-top: 0 !important;
}

body.woocommerce-account .dzc-page-content,
body.woocommerce-account .entry-content {
  max-width: none !important;
}

body.woocommerce-account .woocommerce {
  width: min(100% - 40px, 1320px) !important;
  max-width: 1320px !important;
  margin: clamp(1.6rem, 4vw, 3rem) auto 0 !important;
}

/* Logged-in page title */
.dzc-account-page-title {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
  margin: clamp(1.4rem, 3vw, 2.6rem) auto 1.1rem;
}

.dzc-account-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: .5rem;
  color: #6f8197;
  font-size: .9rem;
  font-weight: 800;
}

.dzc-account-breadcrumbs a {
  color: #2458f5;
  text-decoration: none;
}

.dzc-account-breadcrumbs span[aria-current="page"] {
  color: #08152c;
}

.dzc-account-page-title h1 {
  margin: 0;
  color: #08152c;
  font-size: clamp(2.2rem, 4.4vw, 4.25rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.dzc-account-page-title p {
  max-width: 720px;
  margin: .65rem 0 0;
  color: #53657b;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Main account header */
.dzc-account-header-v97 {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
  margin: 0 auto 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.25rem, 2.4vw, 1.85rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .08), transparent 32%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(8, 21, 44, .075);
}

.dzc-account-header-v97__identity {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  min-width: 0;
}

.dzc-account-header-v97__avatar {
  position: relative;
  width: 88px;
  height: 88px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 70% 25%, rgba(36, 88, 245, .32), transparent 26%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #ffffff;
  font-size: 2.35rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(8, 21, 44, .18);
}

.dzc-account-header-v97__avatar i {
  position: absolute;
  right: 5px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #22c55e;
}

.dzc-account-header-v97__copy {
  min-width: 0;
}

.dzc-account-header-v97__copy > span {
  display: block;
  margin-bottom: .25rem;
  color: #6f8197;
  font-size: .86rem;
  font-weight: 850;
}

.dzc-account-header-v97__copy h2 {
  max-width: 100%;
  margin: 0;
  color: #08152c;
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.dzc-account-header-v97__copy p {
  margin: .45rem 0 0;
  color: #53657b;
  font-size: 1rem;
  line-height: 1.55;
}

.dzc-account-header-v97__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: flex-end;
}

.dzc-account-header-v97__btn {
  min-height: 46px !important;
  border-radius: 999px !important;
  padding-inline: 1rem !important;
  font-weight: 950 !important;
  gap: .45rem;
}

.dzc-account-header-v97__btn--primary {
  box-shadow: 0 16px 32px rgba(36, 88, 245, .22) !important;
}

/* Layout */
.dzc-account-layout-v97 {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
  margin: 0 auto clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.dzc-account-layout-v97__nav,
.dzc-account-layout-v97__content {
  min-width: 0;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  padding: 1rem !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .18), transparent 34%),
    linear-gradient(180deg, #08152c 0%, #102347 100%) !important;
  box-shadow: 0 24px 60px rgba(8, 21, 44, .18) !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul {
  display: grid !important;
  gap: .35rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: .75rem;
  min-height: 52px !important;
  padding: .75rem .95rem !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  color: rgba(255,255,255,.88) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a::before {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "▦"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--orders a::before { content: "▢"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--payment-methods a::before { content: "◇"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "◎"; }
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↪"; }

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation li + li a {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 0 !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation .is-active a,
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a:hover,
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a:focus-visible {
  border-radius: 16px !important;
  background: #2458f5 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .22) !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation .is-active a::before,
.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a:hover::before {
  background: rgba(255,255,255,.18);
}

.dzc-account-layout-v97__content {
  padding: clamp(1.25rem, 2vw, 1.65rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 60px rgba(8, 21, 44, .075) !important;
}

.dzc-account-layout-v97__content .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dzc-account-layout-v97__content > *:first-child,
.dzc-account-layout-v97__content .woocommerce-MyAccount-content > *:first-child {
  margin-top: 0 !important;
}

/* Dashboard intro/cards */
.dzc-account-dashboard-intro-v97 {
  margin-bottom: 1.35rem;
}

.dzc-account-dashboard-intro-v97 h2 {
  margin: 0 0 .55rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dzc-account-dashboard-intro-v97 p {
  max-width: 900px;
  margin: 0;
  color: #53657b;
  line-height: 1.65;
}

.dzc-account-dashboard-v97 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.35rem;
}

.dzc-account-dashboard-v97__card {
  position: relative;
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: .45rem;
  padding: 1.1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  color: #08152c !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-dashboard-v97__card:hover,
.dzc-account-dashboard-v97__card:focus-visible {
  border-color: rgba(36, 88, 245, .42);
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(8, 21, 44, .08);
}

.dzc-account-dashboard-v97__icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: .35rem;
  border-radius: 15px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.2rem;
  font-weight: 950;
}

.dzc-account-dashboard-v97__card strong {
  color: #08152c;
  font-size: 1.05rem;
  line-height: 1.15;
}

.dzc-account-dashboard-v97__card em {
  color: #53657b;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.dzc-account-dashboard-v97__card > i {
  position: absolute;
  right: 1rem;
  top: 50%;
  color: #2458f5;
  font-style: normal;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

/* Help strip */
.dzc-account-support-v97 {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.35rem;
  padding: 1.15rem 1.25rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .22), transparent 34%),
    #08152c;
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(8, 21, 44, .18);
}

.dzc-account-support-v97__icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #3d6eff;
  background: rgba(255,255,255,.05);
  font-size: 1.35rem;
  font-weight: 950;
}

.dzc-account-support-v97 h2 {
  margin: 0 0 .25rem;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.2;
}

.dzc-account-support-v97 p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.dzc-account-support-v97 .button {
  min-height: 48px;
  border-radius: 12px !important;
  gap: .45rem;
}

/* Empty downloads */
.dzc-account-empty-state-v97__notice {
  margin-bottom: 1.25rem !important;
  border-radius: 14px !important;
}

.dzc-account-empty-state-v97__body {
  display: grid;
  justify-items: center;
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 3rem) 1rem;
  text-align: center;
}

.dzc-account-empty-state-v97__icon {
  width: 110px;
  height: 110px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(36, 88, 245, .26), transparent 32%),
    linear-gradient(180deg, #eef4ff 0%, #dbe8ff 100%);
  color: #2458f5;
  font-size: 2.5rem;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(36, 88, 245, .14);
}

.dzc-account-empty-state-v97 h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.dzc-account-empty-state-v97 p {
  max-width: 540px;
  margin: 0 0 1.1rem;
  color: #53657b;
  line-height: 1.6;
}

/* Address cards */
.dzc-account-layout-v97__content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.dzc-account-layout-v97__content .woocommerce-Address {
  width: 100% !important;
  float: none !important;
  padding: 1.2rem !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-layout-v97__content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .8rem;
  margin-bottom: .9rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-layout-v97__content .woocommerce-Address-title h2 {
  margin: 0;
  color: #08152c;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.dzc-account-layout-v97__content .woocommerce-Address-title a {
  color: #2458f5 !important;
  font-weight: 900;
  text-decoration: none;
}

.dzc-account-layout-v97__content address {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #53657b !important;
  font-style: normal;
  font-weight: 650;
  line-height: 1.75;
}

/* Account forms */
.dzc-account-layout-v97__content form.woocommerce-EditAccountForm,
.dzc-account-layout-v97__content form.edit-account,
.dzc-account-layout-v97__content form.woocommerce-address-fields {
  display: grid;
  gap: .95rem;
  margin: 0 !important;
}

.dzc-account-layout-v97__content .form-row-first,
.dzc-account-layout-v97__content .form-row-last {
  width: calc(50% - .5rem) !important;
}

.dzc-account-layout-v97__content .form-row-first {
  float: left !important;
}

.dzc-account-layout-v97__content .form-row-last {
  float: right !important;
}

.dzc-account-layout-v97__content .clear {
  clear: both;
}

.dzc-account-layout-v97__content fieldset {
  margin-top: 1rem !important;
  padding: 1.1rem !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #fbfdff;
}

.dzc-account-layout-v97__content fieldset legend {
  padding: 0 .45rem;
  color: #08152c;
  font-weight: 950;
  letter-spacing: -.025em;
}

.dzc-account-layout-v97__content label {
  color: #08152c !important;
  font-weight: 900 !important;
}

.dzc-account-layout-v97__content input.input-text,
.dzc-account-layout-v97__content textarea,
.dzc-account-layout-v97__content select {
  min-height: 46px;
  border-radius: 12px !important;
}

/* Notices */
.dzc-account-layout-v97__content .woocommerce-message,
.dzc-account-layout-v97__content .woocommerce-info,
.dzc-account-layout-v97__content .woocommerce-error,
.woocommerce-lost-password .woocommerce-message,
.woocommerce-lost-password .woocommerce-info,
.woocommerce-lost-password .woocommerce-error {
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(8,21,44,.055);
}

/* Lost password pages */
.woocommerce-lost-password .dzc-page-content {
  max-width: none !important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword,
.dzc-lost-password-v97,
.dzc-lost-password-confirmation-v97 {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 60px rgba(8, 21, 44, .075) !important;
}

.dzc-lost-password-v97__intro {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  margin-bottom: 1.35rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(36, 88, 245, .22);
  border-radius: 16px;
  background: #f5f8ff;
}

.dzc-lost-password-v97__icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 950;
}

.dzc-lost-password-v97__intro strong {
  display: block;
  color: #08152c;
  font-weight: 950;
}

.dzc-lost-password-v97__intro p {
  margin: .2rem 0 0;
  color: #53657b;
}

.dzc-lost-password-v97 .form-row-first {
  width: 100% !important;
  float: none !important;
}

.dzc-lost-password-v97 button[type="submit"] {
  width: 100%;
  min-height: 52px;
  border-radius: 14px !important;
}

.dzc-lost-password-v97__back {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #e6eef7;
  color: #53657b;
  text-align: center;
  font-weight: 800;
}

.dzc-lost-password-v97__back a {
  color: #2458f5;
  font-weight: 950;
  text-decoration: none;
}

.dzc-lost-password-confirmation-v97__notice {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid #9be7bd;
  border-radius: 16px;
  background: #ecfdf5;
  color: #08152c;
}

.dzc-lost-password-confirmation-v97__notice span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 950;
}

.dzc-lost-password-confirmation-v97 p {
  max-width: 900px;
  margin: 0 0 1.4rem;
  color: #53657b;
  font-size: 1.02rem;
  line-height: 1.7;
}

/* Login/register layout refinement */
.woocommerce-account:not(.logged-in) .u-columns.col2-set,
.woocommerce-account:not(.logged-in) #customer_login {
  max-width: 1080px;
  margin-inline: auto;
}

/* Responsive */
@media (max-width: 1180px) {
  .dzc-account-dashboard-v97 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-account-layout-v97 {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .dzc-account-header-v97,
  .dzc-account-layout-v97 {
    grid-template-columns: 1fr;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
    position: static;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-account-support-v97 {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .dzc-account-support-v97 .button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .dzc-account-layout-v97__content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.woocommerce-account .woocommerce,
  .dzc-account-page-title,
  .dzc-account-header-v97,
  .dzc-account-layout-v97 {
    width: calc(100% - 24px) !important;
  }

  .dzc-account-header-v97__identity {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .dzc-account-header-v97__avatar {
    width: 66px;
    height: 66px;
    font-size: 1.75rem;
  }

  .dzc-account-header-v97__copy h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .dzc-account-header-v97__actions,
  .dzc-account-header-v97__btn {
    width: 100%;
    justify-content: center;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul,
  .dzc-account-dashboard-v97 {
    grid-template-columns: 1fr;
  }

  .dzc-account-layout-v97__content .form-row-first,
  .dzc-account-layout-v97__content .form-row-last {
    width: 100% !important;
    float: none !important;
  }

  .dzc-account-support-v97 {
    grid-template-columns: 1fr;
    text-align: left;
  }
}



/* v98 fix - account wrapper should not inherit old WooCommerce grid layout */
body.woocommerce-account.logged-in .woocommerce {
  display: block !important;
}

body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.woocommerce-account.logged-in .woocommerce > .dzc-account-layout-v97 {
  margin-top: 0 !important;
}

body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 1.5rem !important;
  align-items: start !important;
}

body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97__nav,
body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97__content {
  min-width: 0 !important;
}

@media (max-width: 980px) {
  body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
    grid-template-columns: 1fr !important;
  }
}



/* v99 account final polish */

/*
 * Account pages: the outer generic page still provides the hero.
 * This layer prevents duplicated visual hierarchy and makes the WooCommerce
 * account block behave as one premium product surface.
 */

body.woocommerce-account.logged-in .dzc-generic-page__hero {
  padding-bottom: clamp(1.2rem, 3vw, 2.2rem) !important;
}

body.woocommerce-account.logged-in .dzc-generic-page__hero-grid {
  align-items: center !important;
}

body.woocommerce-account.logged-in .dzc-generic-page__media {
  min-height: 190px !important;
  max-height: 230px !important;
}

body.woocommerce-account.logged-in .dzc-generic-page__media--placeholder span {
  width: 68px !important;
  height: 68px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .09) !important;
  color: #ffffff !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.dzc-account-shell-v99 {
  width: min(100%, 1320px);
  margin: 0 auto;
}

/* De-emphasize internal title because the page already has a hero title */
.dzc-account-shell-v99 .dzc-account-page-title {
  width: 100%;
  margin: 0 0 1rem !important;
  padding: 0 !important;
}

.dzc-account-shell-v99 .dzc-account-page-title h1 {
  font-size: clamp(1.9rem, 3vw, 2.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

.dzc-account-shell-v99 .dzc-account-page-title p {
  max-width: 760px !important;
  margin-top: .45rem !important;
  font-size: .98rem !important;
}

.dzc-account-shell-v99 .dzc-account-breadcrumbs {
  margin-bottom: .35rem !important;
  font-size: .78rem !important;
}

/* Header card: compact, no broken username */
.dzc-account-shell-v99 .dzc-account-header-v97 {
  width: 100% !important;
  margin: 0 0 1.25rem !important;
  padding: clamp(1rem, 2vw, 1.4rem) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  border-radius: 24px !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__identity {
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: .95rem !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__avatar {
  width: 72px !important;
  height: 72px !important;
  font-size: 1.95rem !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__copy h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__copy p {
  max-width: 680px !important;
  font-size: .95rem !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__actions {
  flex-wrap: nowrap !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__btn {
  min-height: 42px !important;
  padding-inline: .9rem !important;
  font-size: .86rem !important;
}

/* Layout: make proportions explicit and stable */
body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
  width: 100% !important;
  grid-template-columns: 270px minmax(0, 1fr) !important;
  gap: 1.35rem !important;
  margin-inline: 0 !important;
}

.dzc-account-layout-v97__content {
  padding: clamp(1.2rem, 2vw, 1.7rem) !important;
  overflow: hidden !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
  padding: .85rem !important;
  border-radius: 24px !important;
}

.dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
  min-height: 48px !important;
  padding: .7rem .85rem !important;
  font-size: .92rem !important;
}

/* Dashboard intro */
.dzc-account-dashboard-intro-v97 {
  display: none !important;
}

.dzc-account-dashboard-intro-v99 {
  margin: 0 0 1.15rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-dashboard-intro-v99 > span {
  display: inline-flex;
  margin-bottom: .35rem;
  color: #2458f5;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.dzc-account-dashboard-intro-v99 h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-account-dashboard-intro-v99 p {
  max-width: 860px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-dashboard-note-v99 {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .85rem .95rem;
  border: 1px solid #b8f0d2;
  border-radius: 16px;
  background: #ecfdf5;
  color: #064e3b;
}

.dzc-account-dashboard-note-v99 span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 950;
}

.dzc-account-dashboard-note-v99 p {
  margin: 0;
  color: #064e3b;
  font-weight: 750;
  line-height: 1.45;
}

/* Dashboard cards: avoid four too-narrow columns */
.dzc-account-dashboard-v97 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  margin: 1.1rem 0 1.25rem !important;
}

.dzc-account-dashboard-v97__card {
  min-height: 132px !important;
  grid-template-columns: 48px minmax(0, 1fr) 24px !important;
  align-items: start !important;
  align-content: start !important;
  padding: 1rem !important;
}

.dzc-account-dashboard-v97__icon {
  grid-row: 1 / span 2;
  width: 48px !important;
  height: 48px !important;
}

.dzc-account-dashboard-v97__card strong,
.dzc-account-dashboard-v97__card em {
  min-width: 0;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.dzc-account-dashboard-v97__card strong {
  font-size: 1.1rem !important;
}

.dzc-account-dashboard-v97__card em {
  font-size: .92rem !important;
}

.dzc-account-dashboard-v97__card > i {
  position: static !important;
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  transform: none !important;
}

/* Support strip */
.dzc-account-support-v97 {
  grid-template-columns: 52px minmax(0, 1fr) auto !important;
  margin-top: 1.25rem !important;
  padding: 1rem 1.1rem !important;
  border-radius: 20px !important;
}

.dzc-account-support-v97__icon {
  width: 52px !important;
  height: 52px !important;
}

.dzc-account-support-v97 h2 {
  font-size: 1.08rem !important;
}

.dzc-account-support-v97 p {
  font-size: .92rem !important;
}

/* Endpoint content */
.dzc-account-layout-v97__content .woocommerce-info,
.dzc-account-layout-v97__content .woocommerce-message,
.dzc-account-layout-v97__content .woocommerce-error {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1rem !important;
  border-radius: 16px !important;
  line-height: 1.45 !important;
}

.dzc-account-layout-v97__content table.shop_table th,
.dzc-account-layout-v97__content table.shop_table td {
  vertical-align: middle !important;
}

.dzc-account-layout-v97__content .woocommerce-Address-title h2 {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Lost password alignment */
.woocommerce-lost-password .woocommerce {
  max-width: min(100% - 40px, 920px) !important;
}

.woocommerce-lost-password .dzc-generic-page__content-section .container {
  max-width: 980px !important;
}

/* Mobile/tablet */
@media (max-width: 1120px) {
  .dzc-account-shell-v99 .dzc-account-header-v97 {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 980px) {
  body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
    position: static !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dzc-account-support-v97 {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }

  .dzc-account-support-v97 .button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  body.woocommerce-account .woocommerce,
  .dzc-account-shell-v99 {
    width: calc(100% - 24px) !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__identity {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__avatar {
    width: 58px !important;
    height: 58px !important;
    font-size: 1.5rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__actions {
    flex-wrap: wrap !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__btn,
  .dzc-account-dashboard-v97__card,
  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
    width: 100% !important;
  }

  .dzc-account-dashboard-v97,
  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-dashboard-v97__card {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  .dzc-account-dashboard-v97__card > i {
    display: none !important;
  }

  .dzc-account-support-v97 {
    grid-template-columns: 1fr !important;
  }
}



/* v100 premium login/register */

/* Hide old intro duplication when the new auth cards are present */
.woocommerce-account:not(.logged-in) .dzc-account-intro + .dzc-auth-v100,
.woocommerce-account:not(.logged-in) .dzc-auth-v100 {
  margin-top: clamp(1.2rem, 3vw, 2rem);
}

.woocommerce-account:not(.logged-in) .dzc-account-intro {
  max-width: min(100% - 40px, 1180px);
  margin-bottom: 0;
}

.dzc-auth-v100 {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
  display: grid;
  gap: 1.35rem;
  align-items: stretch;
}

.dzc-auth-v100--with-register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dzc-auth-v100--login-only {
  max-width: 620px;
}

.dzc-auth-card-v100 {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
  border: 1px solid #d7e3f0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .07), transparent 34%),
    #ffffff;
  box-shadow: 0 24px 60px rgba(8, 21, 44, .075);
}

.dzc-auth-card-v100--register {
  background:
    radial-gradient(circle at 100% 0%, rgba(48, 224, 194, .10), transparent 34%),
    #ffffff;
}

.dzc-auth-card-v100__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-auth-card-v100__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.45rem;
  font-weight: 950;
}

.dzc-auth-card-v100--register .dzc-auth-card-v100__icon {
  background: #d7faf6;
  color: #0d9488;
}

.dzc-auth-card-v100 h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.dzc-auth-card-v100 p {
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-auth-form-v100 {
  display: grid;
  gap: .95rem;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dzc-auth-form-v100 .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.dzc-auth-form-v100 label {
  display: block;
  margin-bottom: .4rem;
  color: #08152c !important;
  font-weight: 900 !important;
}

.dzc-auth-form-v100 input.input-text,
.dzc-auth-form-v100 input[type="text"],
.dzc-auth-form-v100 input[type="email"],
.dzc-auth-form-v100 input[type="password"] {
  width: 100%;
  min-height: 50px;
  border-radius: 14px !important;
  font-weight: 750;
}

.dzc-auth-form-v100__row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: .15rem;
}

.dzc-auth-form-v100__row .woocommerce-form__label {
  margin: 0 !important;
}

.dzc-auth-form-v100__lost {
  color: #2458f5;
  font-weight: 900;
  text-decoration: none;
}

.dzc-auth-form-v100__lost:hover {
  text-decoration: underline;
}

.dzc-auth-form-v100__submit {
  margin-top: .25rem !important;
}

.dzc-auth-form-v100__submit .button {
  width: 100%;
  min-height: 52px !important;
  justify-content: center;
  border-radius: 14px !important;
  gap: .45rem;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

.dzc-auth-form-v100__hint {
  padding: .85rem .95rem;
  border: 1px solid #d7e3f0;
  border-radius: 14px;
  background: #f8fbff;
  color: #53657b;
  font-weight: 750;
}

.dzc-auth-form-v100 .woocommerce-privacy-policy-text {
  padding: .85rem .95rem;
  border-radius: 14px;
  background: #f8fbff;
  color: #53657b;
  font-size: .92rem;
  line-height: 1.55;
}

.dzc-auth-form-v100 .woocommerce-privacy-policy-text p {
  color: #53657b;
}

.dzc-auth-form-v100 .woocommerce-privacy-policy-text a {
  color: #2458f5;
  font-weight: 850;
}

/* Prevent legacy column layout from affecting the custom auth layout */
.woocommerce-account:not(.logged-in) #customer_login,
.woocommerce-account:not(.logged-in) .u-columns.col2-set {
  display: block !important;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  width: auto !important;
  float: none !important;
}

@media (max-width: 920px) {
  .dzc-auth-v100--with-register {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dzc-auth-v100,
  .woocommerce-account:not(.logged-in) .dzc-account-intro {
    width: calc(100% - 24px);
  }

  .dzc-auth-card-v100__head {
    grid-template-columns: 1fr;
  }

  .dzc-auth-form-v100__row {
    display: grid;
    grid-template-columns: 1fr;
  }
}



/* v101 account orders and order detail */

/* Orders endpoint */
.dzc-account-orders-v101 {
  display: grid;
  gap: 1rem;
}

.dzc-account-orders-v101__intro {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-orders-v101__intro h2 {
  margin: .25rem 0 .4rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-account-orders-v101__intro p {
  max-width: 760px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-orders-v101__list {
  display: grid;
  gap: .9rem;
}

.dzc-account-order-card-v101 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-order-card-v101:hover {
  border-color: rgba(36, 88, 245, .34);
  box-shadow: 0 20px 42px rgba(8, 21, 44, .075);
}

.dzc-account-order-card-v101__number {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin-bottom: .45rem;
  padding: .25rem .65rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.dzc-account-order-card-v101 h3 {
  margin: 0;
  color: #08152c;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.dzc-account-order-card-v101 h3 a {
  color: inherit;
  text-decoration: none;
}

.dzc-account-order-card-v101 h3 a:hover {
  color: #2458f5;
}

.dzc-account-order-card-v101__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  margin-top: .7rem;
}

.dzc-account-order-card-v101__meta span {
  display: inline-grid;
  gap: .12rem;
  color: #53657b;
  font-weight: 750;
}

.dzc-account-order-card-v101__meta strong {
  color: #08152c;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-account-order-card-v101__side {
  display: grid;
  justify-items: end;
  gap: .75rem;
}

.dzc-account-order-card-v101__status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .32rem .75rem;
  border-radius: 999px;
  background: #f1f6ff;
  color: #2458f5;
  font-size: .82rem;
  font-weight: 950;
  white-space: nowrap;
}

.dzc-order-status-completed {
  background: #ecfdf5 !important;
  color: #047857 !important;
}

.dzc-order-status-processing,
.dzc-order-status-on-hold {
  background: #fff7ed !important;
  color: #c2410c !important;
}

.dzc-order-status-cancelled,
.dzc-order-status-failed,
.dzc-order-status-refunded {
  background: #fff1f2 !important;
  color: #be123c !important;
}

.dzc-account-order-card-v101__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.dzc-account-order-card-v101__action {
  min-height: 38px !important;
  padding-inline: .8rem !important;
  border-radius: 999px !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

.dzc-account-order-card-v101__action--view {
  background: #2458f5 !important;
  color: #ffffff !important;
}

.dzc-account-orders-v101__pagination {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  margin-top: .75rem;
}

.dzc-account-orders-v101__pagination .button {
  min-height: 42px;
  border-radius: 999px !important;
}

/* Empty orders */
.dzc-account-empty-state-v101 {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem;
}

.dzc-account-empty-state-v101__icon {
  width: 104px;
  height: 104px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(36, 88, 245, .26), transparent 32%),
    linear-gradient(180deg, #eef4ff 0%, #dbe8ff 100%);
  color: #2458f5;
  font-size: 2.4rem;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(36, 88, 245, .14);
}

.dzc-account-empty-state-v101 h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.dzc-account-empty-state-v101 p {
  max-width: 560px;
  margin: 0 0 1.15rem;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-empty-state-v101__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
}

.dzc-account-empty-state-v101__actions .button {
  min-height: 44px;
  border-radius: 999px !important;
}

/* View order / order details */
.woocommerce-view-order .dzc-account-layout-v97__content > p:first-child,
.woocommerce-view-order .woocommerce-MyAccount-content > p:first-child {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
  color: #53657b;
  font-weight: 750;
  line-height: 1.6;
}

.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details {
  margin-top: 1.25rem;
}

.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title,
.woocommerce-view-order .woocommerce-customer-details h2 {
  margin: 0 0 .9rem;
  color: #08152c;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.woocommerce-view-order table.shop_table.order_details {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
}

.woocommerce-view-order table.shop_table.order_details th,
.woocommerce-view-order table.shop_table.order_details td {
  padding: .95rem !important;
  border-color: #e6eef7 !important;
}

.woocommerce-view-order table.shop_table.order_details tfoot th,
.woocommerce-view-order table.shop_table.order_details tfoot td {
  background: #f8fbff;
  color: #08152c;
  font-weight: 950;
}

.woocommerce-view-order .woocommerce-customer-details address {
  padding: 1rem !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #f8fbff !important;
  color: #53657b !important;
  line-height: 1.65;
}

/* Generic account tables retain better spacing */
.dzc-account-layout-v97__content table.shop_table {
  width: 100%;
}

@media (max-width: 760px) {
  .dzc-account-order-card-v101 {
    grid-template-columns: 1fr;
  }

  .dzc-account-order-card-v101__side {
    justify-items: start;
  }

  .dzc-account-order-card-v101__actions,
  .dzc-account-order-card-v101__action,
  .dzc-account-empty-state-v101__actions,
  .dzc-account-empty-state-v101__actions .button {
    width: 100%;
    justify-content: center;
  }

  .dzc-account-orders-v101__pagination {
    display: grid;
  }

  .woocommerce-view-order table.shop_table.order_details {
    display: block;
    overflow-x: auto;
  }
}



/* v102 addresses and account details premium */

/* Address list endpoint */
.dzc-account-addresses-v102 {
  display: grid;
  gap: 1.2rem;
}

.dzc-account-addresses-v102__intro {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-addresses-v102__intro h2,
.dzc-account-form-section-v102 > header h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-account-addresses-v102__intro p,
.dzc-account-form-section-v102 > header p {
  max-width: 780px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-addresses-v102__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dzc-account-address-card-v102 {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-address-card-v102__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: start;
  padding-bottom: .9rem;
  margin-bottom: .95rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-address-card-v102__icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.2rem;
  font-weight: 950;
}

.dzc-account-address-card-v102 h3 {
  margin: 0 0 .25rem;
  color: #08152c;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.dzc-account-address-card-v102 p {
  margin: 0;
  color: #53657b;
  font-size: .9rem;
  line-height: 1.45;
}

.dzc-account-address-card-v102__edit {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .35rem .75rem;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #ffffff;
  color: #2458f5 !important;
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;
}

.dzc-account-address-card-v102__edit:hover {
  border-color: rgba(36, 88, 245, .4);
  background: #f1f6ff;
}

.dzc-account-address-card-v102 address {
  margin: 0 !important;
  padding: .95rem !important;
  border: 1px solid #e6eef7 !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #53657b !important;
  font-style: normal;
  font-weight: 650;
  line-height: 1.75;
}

/* Edit account/address form sections */
.dzc-account-edit-v102,
.dzc-account-address-edit-v102 {
  display: grid;
  gap: 1rem;
}

.dzc-account-form-section-v102 {
  padding: 1.1rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .045), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-form-section-v102--password {
  background:
    radial-gradient(circle at 100% 0%, rgba(48, 224, 194, .075), transparent 34%),
    #ffffff;
}

.dzc-account-form-section-v102 > header {
  margin-bottom: 1rem;
  padding-bottom: .95rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-form-grid-v102 {
  display: grid;
  gap: .95rem;
}

.dzc-account-form-grid-v102--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem 1rem;
}

.dzc-account-edit-v102 .form-row,
.dzc-account-address-edit-v102 .form-row,
.dzc-account-address-fields-v102 .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 0 .95rem !important;
  padding: 0 !important;
}

.dzc-account-edit-v102 .form-row-first,
.dzc-account-edit-v102 .form-row-last {
  float: none !important;
  width: 100% !important;
}

.dzc-account-edit-v102 label,
.dzc-account-address-edit-v102 label {
  display: block;
  margin-bottom: .4rem;
  color: #08152c !important;
  font-weight: 900 !important;
}

.dzc-account-edit-v102 span em {
  display: block;
  margin-top: .35rem;
  color: #53657b;
  font-size: .9rem;
  line-height: 1.45;
}

.dzc-account-edit-v102 input.input-text,
.dzc-account-address-edit-v102 input.input-text,
.dzc-account-address-edit-v102 select,
.dzc-account-address-edit-v102 textarea {
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 750;
}

/* Address field wrapper generated by WooCommerce */
.dzc-account-address-fields-v102 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem 1rem;
}

.dzc-account-address-fields-v102 #billing_company_field,
.dzc-account-address-fields-v102 #shipping_company_field,
.dzc-account-address-fields-v102 #billing_address_1_field,
.dzc-account-address-fields-v102 #billing_address_2_field,
.dzc-account-address-fields-v102 #shipping_address_1_field,
.dzc-account-address-fields-v102 #shipping_address_2_field,
.dzc-account-address-fields-v102 #billing_email_field,
.dzc-account-address-fields-v102 #billing_phone_field,
.dzc-account-address-fields-v102 #billing_country_field,
.dzc-account-address-fields-v102 #shipping_country_field {
  grid-column: 1 / -1;
}

.dzc-account-address-fields-v102 .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid #d7e3f0;
  border-radius: 14px;
  background: #ffffff;
}

.dzc-account-address-fields-v102 .select2-container .select2-selection__rendered {
  padding-top: .55rem;
  color: #08152c;
  font-weight: 750;
}

.dzc-account-form-actions-v102 {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}

.dzc-account-form-actions-v102 .button,
.dzc-account-form-actions-v102 button {
  min-height: 50px !important;
  border-radius: 14px !important;
  padding-inline: 1.25rem !important;
  font-weight: 950 !important;
  gap: .45rem;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .18) !important;
}

/* Override legacy fieldset look on v102 form */
.dzc-account-edit-v102 fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Notices around account forms */
.dzc-account-layout-v97__content .woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 1rem;
}

@media (max-width: 920px) {
  .dzc-account-addresses-v102__grid,
  .dzc-account-form-grid-v102--two,
  .dzc-account-address-fields-v102 {
    grid-template-columns: 1fr;
  }

  .dzc-account-address-card-v102__head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .dzc-account-address-card-v102__edit {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .dzc-account-form-actions-v102,
  .dzc-account-form-actions-v102 .button,
  .dzc-account-form-actions-v102 button {
    width: 100%;
    justify-content: center;
  }
}



/* v103 downloads and payment methods polish */

/* Downloads endpoint */
.dzc-account-downloads-v103 {
  display: grid;
  gap: 1rem;
}

.dzc-account-downloads-v103__intro {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-downloads-v103__intro h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-account-downloads-v103__intro p {
  max-width: 780px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-downloads-v103__grid {
  display: grid;
  gap: 1rem;
}

.dzc-account-download-card-v103 {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-account-download-card-v103:hover {
  border-color: rgba(36, 88, 245, .34);
  box-shadow: 0 20px 42px rgba(8, 21, 44, .075);
}

.dzc-account-download-card-v103__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.5rem;
  font-weight: 950;
}

.dzc-account-download-card-v103__label {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  margin-bottom: .35rem;
  padding: .22rem .6rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-account-download-card-v103 h3 {
  margin: 0 0 .35rem;
  color: #08152c;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.dzc-account-download-card-v103__product {
  margin: 0;
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

.dzc-account-download-card-v103__product:hover {
  text-decoration: underline;
}

.dzc-account-download-card-v103__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin: .75rem 0 0;
}

.dzc-account-download-card-v103__meta div {
  display: grid;
  gap: .1rem;
}

.dzc-account-download-card-v103__meta dt {
  color: #08152c;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-account-download-card-v103__meta dd {
  margin: 0;
  color: #53657b;
  font-weight: 750;
}

.dzc-account-download-card-v103__actions .button {
  min-height: 42px;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

/* Shared empty state for downloads */
.dzc-account-empty-state-v103__notice {
  margin-bottom: 1.25rem !important;
  border-radius: 14px !important;
}

.dzc-account-empty-state-v103__body {
  display: grid;
  justify-items: center;
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 3rem) 1rem;
  text-align: center;
}

.dzc-account-empty-state-v103__icon {
  width: 110px;
  height: 110px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(36, 88, 245, .26), transparent 32%),
    linear-gradient(180deg, #eef4ff 0%, #dbe8ff 100%);
  color: #2458f5;
  font-size: 2.5rem;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(36, 88, 245, .14);
}

.dzc-account-empty-state-v103 h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.dzc-account-empty-state-v103 p {
  max-width: 540px;
  margin: 0 0 1.1rem;
  color: #53657b;
  line-height: 1.6;
}

/* Payment methods endpoint */
.woocommerce-payment-methods .dzc-account-layout-v97__content table.shop_table,
.woocommerce-payment-methods table.shop_table.account-payment-methods-table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
}

.woocommerce-payment-methods table.shop_table th,
.woocommerce-payment-methods table.shop_table td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

.woocommerce-payment-methods table.shop_table th {
  color: #08152c;
  font-weight: 950;
}

.woocommerce-payment-methods table.shop_table td {
  color: #53657b;
  font-weight: 750;
}

.woocommerce-payment-methods table.shop_table .button {
  min-height: 36px;
  border-radius: 999px !important;
  font-size: .82rem;
  font-weight: 950;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content > .button,
.woocommerce-payment-methods .dzc-account-layout-v97__content > .button,
.woocommerce-payment-methods a.button[href*="add-payment-method"] {
  min-height: 44px;
  margin-top: 1rem;
  border-radius: 999px !important;
  font-weight: 950;
}

.woocommerce-payment-methods .woocommerce-info {
  align-items: center;
  border-radius: 16px !important;
}

@media (max-width: 760px) {
  .dzc-account-download-card-v103 {
    grid-template-columns: 1fr;
  }

  .dzc-account-download-card-v103__actions,
  .dzc-account-download-card-v103__actions .button {
    width: 100%;
    justify-content: center;
  }

  .woocommerce-payment-methods table.shop_table {
    display: block;
    overflow-x: auto;
  }
}



/* v104 premium payment methods endpoint */
.dzc-account-payment-methods-v104 {
  display: grid;
  gap: 1rem;
}

.dzc-account-payment-methods-v104__intro {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-payment-methods-v104__intro h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dzc-account-payment-methods-v104__intro p {
  max-width: 780px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-payment-methods-list-v104 {
  display: grid;
  gap: .9rem;
}

.dzc-payment-method-card-v104 {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-payment-method-card-v104.is-default {
  border-color: rgba(4, 120, 87, .28);
  background:
    radial-gradient(circle at 100% 0%, rgba(16, 185, 129, .09), transparent 34%),
    #ffffff;
}

.dzc-payment-method-card-v104__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.5rem;
  font-weight: 950;
}

.dzc-payment-method-card-v104.is-default .dzc-payment-method-card-v104__icon {
  background: #ecfdf5;
  color: #047857;
}

.dzc-payment-method-card-v104__title-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .7rem;
  align-items: center;
}

.dzc-payment-method-card-v104 h3 {
  margin: 0;
  color: #08152c;
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.dzc-payment-method-card-v104__default {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: .22rem .62rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-payment-method-card-v104__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin: .7rem 0 0;
}

.dzc-payment-method-card-v104__meta div {
  display: grid;
  gap: .1rem;
}

.dzc-payment-method-card-v104__meta dt {
  color: #08152c;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-payment-method-card-v104__meta dd {
  margin: 0;
  color: #53657b;
  font-weight: 750;
}

.dzc-payment-method-card-v104__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.dzc-payment-method-card-v104__action {
  min-height: 38px !important;
  padding-inline: .8rem !important;
  border-radius: 999px !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

.dzc-payment-method-card-v104__action--delete {
  background: #fff1f2 !important;
  color: #be123c !important;
}

.dzc-payment-method-card-v104__action--default {
  background: #eef4ff !important;
  color: #2458f5 !important;
}

.dzc-account-payment-methods-v104__footer {
  display: flex;
  justify-content: flex-start;
  padding-top: .25rem;
}

.dzc-account-payment-methods-v104__footer .button {
  min-height: 46px;
  border-radius: 999px !important;
  gap: .45rem;
  font-weight: 950 !important;
}

.dzc-account-empty-state-v104 {
  display: grid;
  justify-items: center;
  max-width: 660px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem;
  text-align: center;
}

.dzc-account-empty-state-v104__icon {
  width: 104px;
  height: 104px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(36, 88, 245, .26), transparent 32%),
    linear-gradient(180deg, #eef4ff 0%, #dbe8ff 100%);
  color: #2458f5;
  font-size: 2.4rem;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(36, 88, 245, .14);
}

.dzc-account-empty-state-v104 h2 {
  margin: 0 0 .45rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.dzc-account-empty-state-v104 p {
  max-width: 560px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

/* Add payment method page polishing */
.woocommerce-add-payment-method #add_payment_method {
  display: grid;
  gap: 1rem;
}

.woocommerce-add-payment-method #payment {
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.woocommerce-add-payment-method #payment ul.payment_methods {
  padding: 1rem !important;
  border-bottom: 1px solid #e6eef7 !important;
}

.woocommerce-add-payment-method #payment div.form-row {
  padding: 1rem !important;
}

.woocommerce-add-payment-method #payment .button {
  min-height: 46px;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

@media (max-width: 760px) {
  .dzc-payment-method-card-v104 {
    grid-template-columns: 1fr;
  }

  .dzc-payment-method-card-v104__actions,
  .dzc-payment-method-card-v104__action,
  .dzc-account-payment-methods-v104__footer,
  .dzc-account-payment-methods-v104__footer .button {
    width: 100%;
    justify-content: center;
  }
}



/* v105 premium view order endpoint */
.dzc-account-view-order-v105 {
  display: grid;
  gap: 1.15rem;
}

.dzc-account-view-order-v105__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-account-view-order-v105__headline h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.dzc-account-view-order-v105__headline p {
  max-width: 820px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-account-view-order-v105__headline strong {
  color: #08152c;
  font-weight: 950;
}

.dzc-account-view-order-v105__status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-size: .84rem;
  font-weight: 950;
  white-space: nowrap;
}

.dzc-account-view-order-v105__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.dzc-account-view-order-v105__summary article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .04);
}

.dzc-account-view-order-v105__summary span {
  display: block;
  margin-bottom: .35rem;
  color: #6f8197;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-account-view-order-v105__summary strong {
  display: block;
  color: #08152c;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dzc-account-view-order-v105__notes,
.dzc-account-view-order-v105__details .woocommerce-order-details,
.dzc-account-view-order-v105__details .woocommerce-customer-details,
.dzc-account-view-order-v105__details .woocommerce-order-downloads {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 21, 44, .04);
}

.dzc-account-view-order-v105__notes {
  background: #f8fbff;
}

.dzc-account-view-order-v105__notes h3,
.dzc-account-view-order-v105__details .woocommerce-order-details__title,
.dzc-account-view-order-v105__details .woocommerce-column__title,
.dzc-account-view-order-v105__details h2,
.dzc-account-view-order-v105__details h3 {
  margin: 0 0 .85rem;
  color: #08152c;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dzc-account-view-order-v105__notes ol {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dzc-account-view-order-v105__notes li {
  margin: 0;
  padding: .9rem;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: #ffffff;
}

.dzc-account-view-order-v105__notes .meta {
  margin: 0 0 .35rem;
  color: #2458f5;
  font-size: .82rem;
  font-weight: 950;
}

.dzc-account-view-order-v105__notes .description p {
  margin: 0;
  color: #53657b;
  line-height: 1.55;
}

.dzc-account-view-order-v105__details {
  display: grid;
  gap: 1.15rem;
}

.dzc-account-view-order-v105__details .woocommerce-order-details,
.dzc-account-view-order-v105__details .woocommerce-customer-details,
.dzc-account-view-order-v105__details .woocommerce-order-downloads {
  margin: 0 !important;
}

.dzc-account-view-order-v105__details table.shop_table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 16px !important;
  background: #ffffff;
}

.dzc-account-view-order-v105__details table.shop_table th,
.dzc-account-view-order-v105__details table.shop_table td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

.dzc-account-view-order-v105__details table.shop_table th {
  color: #08152c;
  font-weight: 950;
}

.dzc-account-view-order-v105__details table.shop_table td {
  color: #53657b;
  font-weight: 700;
}

.dzc-account-view-order-v105__details table.shop_table tfoot th,
.dzc-account-view-order-v105__details table.shop_table tfoot td {
  background: #f8fbff;
  color: #08152c;
  font-weight: 950;
}

.dzc-account-view-order-v105__details address {
  padding: 1rem !important;
  border: 1px solid #e6eef7 !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #53657b !important;
  line-height: 1.65;
}

.dzc-account-view-order-v105__footer {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .35rem;
}

.dzc-account-view-order-v105__footer .button {
  min-height: 44px;
  border-radius: 999px !important;
  gap: .45rem;
  font-weight: 950 !important;
}

@media (max-width: 980px) {
  .dzc-account-view-order-v105__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-account-view-order-v105__header {
    grid-template-columns: 1fr;
  }

  .dzc-account-view-order-v105__status {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .dzc-account-view-order-v105__summary {
    grid-template-columns: 1fr;
  }

  .dzc-account-view-order-v105__footer,
  .dzc-account-view-order-v105__footer .button {
    width: 100%;
    justify-content: center;
  }

  .dzc-account-view-order-v105__details table.shop_table {
    display: block;
    overflow-x: auto;
  }
}



/* v106 premium reset password form */
.dzc-reset-password-v106 {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .075), transparent 34%),
    #ffffff !important;
  box-shadow: 0 24px 60px rgba(8, 21, 44, .075) !important;
}

.dzc-reset-password-v106__intro {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-reset-password-v106__icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 22px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.6rem;
  font-weight: 950;
}

.dzc-reset-password-v106__intro h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.dzc-reset-password-v106__intro p {
  max-width: 720px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-reset-password-v106__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem 1rem;
}

.dzc-reset-password-v106 .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dzc-reset-password-v106 label {
  display: block;
  margin-bottom: .4rem;
  color: #08152c !important;
  font-weight: 900 !important;
}

.dzc-reset-password-v106 input.input-text,
.dzc-reset-password-v106 input[type="password"] {
  width: 100%;
  min-height: 50px;
  border-radius: 14px !important;
  font-weight: 750;
}

.dzc-reset-password-v106__hint {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  margin: 1rem 0;
  padding: .85rem .95rem;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: #f8fbff;
}

.dzc-reset-password-v106__hint span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 950;
}

.dzc-reset-password-v106__hint p {
  margin: 0;
  color: #53657b;
  font-weight: 750;
  line-height: 1.45;
}

.dzc-reset-password-v106__submit {
  margin-top: 1rem !important;
}

.dzc-reset-password-v106__submit .button {
  width: 100%;
  min-height: 52px !important;
  justify-content: center;
  border-radius: 14px !important;
  gap: .45rem;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

/* WooCommerce password strength meter */
.dzc-reset-password-v106 .woocommerce-password-strength {
  margin-top: .55rem;
  padding: .55rem .75rem;
  border-radius: 12px;
  font-weight: 900;
  text-align: left;
}

.dzc-reset-password-v106 .woocommerce-password-strength.short,
.dzc-reset-password-v106 .woocommerce-password-strength.bad {
  background: #fff1f2;
  color: #be123c;
}

.dzc-reset-password-v106 .woocommerce-password-strength.good {
  background: #fff7ed;
  color: #c2410c;
}

.dzc-reset-password-v106 .woocommerce-password-strength.strong {
  background: #ecfdf5;
  color: #047857;
}

.dzc-reset-password-v106 .woocommerce-password-hint {
  display: block;
  margin-top: .5rem;
  color: #53657b;
  font-size: .9rem;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .dzc-reset-password-v106 {
    max-width: calc(100% - 24px);
  }

  .dzc-reset-password-v106__intro,
  .dzc-reset-password-v106__fields {
    grid-template-columns: 1fr;
  }
}



/* v107 account de-conflict and final QA polish */

/* Old account blocks must not render inside the controlled v97+ shell */
.dzc-account-shell-v99 .dzc-account-dashboard-cards,
.dzc-account-shell-v99 .dzc-account-dashboard-card,
.dzc-account-shell-v99 .dzc-account-support-block,
.dzc-account-shell-v99 .dzc-account-support-cta,
.dzc-account-shell-v99 .dzc-account-header {
  display: none !important;
}

/* Keep the current controlled components visible */
.dzc-account-shell-v99 .dzc-account-dashboard-v97,
.dzc-account-shell-v99 .dzc-account-dashboard-v97__card,
.dzc-account-shell-v99 .dzc-account-support-v97,
.dzc-account-shell-v99 .dzc-account-header-v97 {
  display: grid !important;
}

.dzc-account-shell-v99 .dzc-account-header-v97__actions {
  display: flex !important;
}

/* Prevent generic WooCommerce columns from reappearing inside the controlled account content */
.dzc-account-layout-v97__content .u-columns,
.dzc-account-layout-v97__content .col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

.dzc-account-layout-v97__content .u-column1,
.dzc-account-layout-v97__content .u-column2 {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* Tables generated by gateways/plugins inside My Account */
.dzc-account-layout-v97__content table:not(.variations) {
  max-width: 100%;
}

.dzc-account-layout-v97__content .button,
.dzc-account-layout-v97__content button.button,
.dzc-account-layout-v97__content input.button {
  white-space: normal;
}

/* Template/plugin notices should not crush the layout */
.dzc-account-layout-v97__content .woocommerce-notices-wrapper,
.dzc-account-layout-v97__content .woocommerce-message,
.dzc-account-layout-v97__content .woocommerce-info,
.dzc-account-layout-v97__content .woocommerce-error {
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Better focus containment in account cards */
.dzc-account-layout-v97__content a:focus-visible,
.dzc-account-layout-v97__content button:focus-visible,
.dzc-account-layout-v97__content input:focus-visible,
.dzc-account-layout-v97__content select:focus-visible,
.dzc-account-layout-v97__content textarea:focus-visible {
  outline-offset: 3px !important;
}

/* Endpoint-specific guard: add payment method can be rendered as a form, not as regular account content */
.woocommerce-add-payment-method .dzc-account-layout-v97__content form {
  max-width: 100%;
}

/* Mobile: avoid two-column plugin tables/cards when gateway output is unknown */
@media (max-width: 760px) {
  .dzc-account-layout-v97__content .u-columns,
  .dzc-account-layout-v97__content .col2-set {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-layout-v97__content table:not(.variations) {
    display: block;
    overflow-x: auto;
  }
}



/* v108 final responsive polish for My Account */

/*
 * Mobile/tablet layer for the account surface.
 * Keeps all WooCommerce behaviour intact and only normalizes layout under constrained widths.
 */

@media (max-width: 1180px) {
  body.woocommerce-account.logged-in .woocommerce {
    width: min(100% - 28px, 1020px) !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97 {
    gap: 1rem !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
    font-size: .88rem !important;
  }
}

@media (max-width: 980px) {
  body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-shell-v99 .dzc-account-page-title,
  .dzc-account-shell-v99 .dzc-account-header-v97,
  body.woocommerce-account.logged-in .woocommerce .dzc-account-layout-v97 {
    width: 100% !important;
  }

  .dzc-account-layout-v97__nav {
    order: 1;
  }

  .dzc-account-layout-v97__content {
    order: 2;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
    position: static !important;
    overflow: hidden;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    gap: .45rem !important;
    overflow-x: auto;
    padding-bottom: .2rem !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation li + li a {
    border-top: 0 !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
    min-height: 44px !important;
    padding: .65rem .8rem !important;
    white-space: nowrap;
    border-radius: 999px !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a::before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    font-size: .9rem;
  }

  .dzc-account-dashboard-v97,
  .dzc-account-addresses-v102__grid,
  .dzc-account-form-grid-v102--two,
  .dzc-account-address-fields-v102 {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-support-v97 {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }

  .dzc-account-support-v97 .button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .dzc-account-view-order-v105__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce-account {
    background: #f4f8fd !important;
  }

  body.woocommerce-account .dzc-generic-page__hero {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  body.woocommerce-account .dzc-generic-page__hero-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  body.woocommerce-account .dzc-generic-page__media {
    display: none !important;
  }

  body.woocommerce-account.logged-in .woocommerce,
  .dzc-account-shell-v99,
  .dzc-account-page-title,
  .dzc-account-header-v97,
  .dzc-account-layout-v97,
  .dzc-auth-v100,
  .woocommerce-account:not(.logged-in) .dzc-account-intro {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .dzc-account-shell-v99 .dzc-account-page-title {
    margin-bottom: .85rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-breadcrumbs {
    font-size: .72rem !important;
    gap: .32rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-page-title h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem) !important;
    line-height: 1.05 !important;
  }

  .dzc-account-shell-v99 .dzc-account-page-title p {
    font-size: .9rem !important;
    line-height: 1.5 !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97 {
    padding: 1rem !important;
    border-radius: 22px !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__identity {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: .75rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__avatar {
    width: 54px !important;
    height: 54px !important;
    font-size: 1.35rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__avatar i {
    width: 14px !important;
    height: 14px !important;
    right: 2px !important;
    bottom: 4px !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__copy > span {
    font-size: .74rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__copy h2 {
    font-size: clamp(1.35rem, 7vw, 1.9rem) !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__copy p {
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: .55rem !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__btn {
    width: 100% !important;
    justify-content: center;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation {
    margin-inline: -2px !important;
    padding: .65rem !important;
    border-radius: 20px !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
    min-height: 40px !important;
    padding: .58rem .72rem !important;
    font-size: .82rem !important;
  }

  .dzc-account-layout-v97__content {
    padding: 1rem !important;
    border-radius: 20px !important;
  }

  .dzc-account-dashboard-intro-v99 h2,
  .dzc-account-orders-v101__intro h2,
  .dzc-account-downloads-v103__intro h2,
  .dzc-account-addresses-v102__intro h2,
  .dzc-account-payment-methods-v104__intro h2,
  .dzc-account-view-order-v105__headline h2,
  .dzc-account-form-section-v102 > header h2 {
    font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
    line-height: 1.1 !important;
  }

  .dzc-account-dashboard-v97__card,
  .dzc-account-order-card-v101,
  .dzc-account-download-card-v103,
  .dzc-account-address-card-v102,
  .dzc-payment-method-card-v104 {
    border-radius: 18px !important;
    padding: .95rem !important;
  }

  .dzc-account-dashboard-v97__card {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    min-height: auto !important;
  }

  .dzc-account-dashboard-v97__icon {
    width: 42px !important;
    height: 42px !important;
  }

  .dzc-account-dashboard-v97__card > i {
    display: none !important;
  }

  .dzc-account-order-card-v101,
  .dzc-account-download-card-v103,
  .dzc-payment-method-card-v104 {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-order-card-v101__side,
  .dzc-payment-method-card-v104__actions {
    justify-items: start !important;
    justify-content: flex-start !important;
  }

  .dzc-account-order-card-v101__actions,
  .dzc-account-order-card-v101__action,
  .dzc-account-download-card-v103__actions,
  .dzc-account-download-card-v103__actions .button,
  .dzc-payment-method-card-v104__actions,
  .dzc-payment-method-card-v104__action,
  .dzc-account-payment-methods-v104__footer,
  .dzc-account-payment-methods-v104__footer .button {
    width: 100% !important;
    justify-content: center !important;
  }

  .dzc-account-address-card-v102__head {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  .dzc-account-address-card-v102__edit {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .dzc-account-form-section-v102 {
    padding: .95rem !important;
    border-radius: 18px !important;
  }

  .dzc-account-form-actions-v102,
  .dzc-account-form-actions-v102 .button,
  .dzc-account-form-actions-v102 button {
    width: 100% !important;
    justify-content: center !important;
  }

  .dzc-account-view-order-v105__summary {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-view-order-v105__footer,
  .dzc-account-view-order-v105__footer .button {
    width: 100% !important;
    justify-content: center !important;
  }

  .dzc-account-support-v97 {
    grid-template-columns: 1fr !important;
    padding: 1rem !important;
    border-radius: 18px !important;
  }

  .dzc-account-support-v97__icon {
    width: 46px !important;
    height: 46px !important;
  }

  .dzc-account-empty-state-v101,
  .dzc-account-empty-state-v103,
  .dzc-account-empty-state-v104 {
    padding: 1.4rem .4rem !important;
  }

  .dzc-account-empty-state-v101__icon,
  .dzc-account-empty-state-v103__icon,
  .dzc-account-empty-state-v104__icon {
    width: 82px !important;
    height: 82px !important;
    border-radius: 24px !important;
    font-size: 2rem !important;
  }

  .dzc-auth-v100--with-register {
    grid-template-columns: 1fr !important;
  }

  .dzc-auth-card-v100,
  .dzc-reset-password-v106,
  .dzc-lost-password-v97,
  .dzc-lost-password-confirmation-v97 {
    border-radius: 22px !important;
    padding: 1rem !important;
  }

  .dzc-auth-card-v100__head,
  .dzc-reset-password-v106__intro {
    grid-template-columns: 1fr !important;
  }

  .dzc-reset-password-v106__fields {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a {
    font-size: .78rem !important;
  }

  .dzc-account-layout-v97__nav .woocommerce-MyAccount-navigation a::before {
    display: none !important;
  }

  .dzc-account-dashboard-v97__card {
    grid-template-columns: 1fr !important;
  }

  .dzc-account-dashboard-v97__icon {
    margin-bottom: .15rem;
  }

  .dzc-account-order-card-v101__meta,
  .dzc-account-download-card-v103__meta,
  .dzc-payment-method-card-v104__meta {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .dzc-account-shell-v99 .dzc-account-header-v97__identity {
    grid-template-columns: 1fr !important;
  }
}



/* v109 premium order received / thank you page */
.dzc-thankyou-v109 {
  display: grid;
  gap: 1.25rem;
  max-width: min(100% - 32px, 1080px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

.dzc-thankyou-v109__hero {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(48, 224, 194, .14), transparent 34%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(8, 21, 44, .18);
}

.dzc-thankyou-v109__hero--failed {
  background:
    radial-gradient(circle at 100% 0%, rgba(225, 29, 72, .16), transparent 34%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
}

.dzc-thankyou-v109__hero .section-eyebrow {
  color: #30e0c2;
}

.dzc-thankyou-v109__hero--failed .section-eyebrow {
  color: #fecdd3;
}

.dzc-thankyou-v109__icon {
  width: 82px;
  height: 82px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  color: #30e0c2;
  font-size: 2.4rem;
  font-weight: 950;
}

.dzc-thankyou-v109__hero--failed .dzc-thankyou-v109__icon {
  color: #fecdd3;
}

.dzc-thankyou-v109__hero h2 {
  margin: .25rem 0 .55rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.dzc-thankyou-v109__hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.65;
}

.dzc-thankyou-v109__summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.dzc-thankyou-v109__summary article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-thankyou-v109__summary span {
  display: block;
  margin-bottom: .35rem;
  color: #6f8197;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-thankyou-v109__summary strong {
  display: block;
  color: #08152c;
  font-size: .98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dzc-thankyou-v109__next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.dzc-thankyou-v109__next-card {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-thankyou-v109__next-card span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  margin-bottom: .7rem;
  border-radius: 14px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 950;
}

.dzc-thankyou-v109__next-card strong {
  display: block;
  margin-bottom: .35rem;
  color: #08152c;
  font-size: 1.06rem;
  line-height: 1.2;
}

.dzc-thankyou-v109__next-card p {
  margin: 0;
  color: #53657b;
  line-height: 1.55;
}

.dzc-thankyou-v109__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
  align-items: center;
}

.dzc-thankyou-v109__actions .button {
  min-height: 46px;
  border-radius: 999px !important;
  gap: .45rem;
  font-weight: 950 !important;
}

.dzc-thankyou-v109__native {
  display: grid;
  gap: 1rem;
}

.dzc-thankyou-v109__native > * {
  margin-top: 0 !important;
}

.dzc-thankyou-v109__native .woocommerce-order-details,
.dzc-thankyou-v109__native .woocommerce-customer-details,
.dzc-thankyou-v109__native .woocommerce-bacs-bank-details,
.dzc-thankyou-v109__native .wc-bacs-bank-details {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-thankyou-v109__native h2,
.dzc-thankyou-v109__native h3 {
  margin: 0 0 .85rem;
  color: #08152c;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dzc-thankyou-v109__native table.shop_table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 16px !important;
  background: #ffffff;
}

.dzc-thankyou-v109__native table.shop_table th,
.dzc-thankyou-v109__native table.shop_table td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

.dzc-thankyou-v109__native table.shop_table tfoot th,
.dzc-thankyou-v109__native table.shop_table tfoot td {
  background: #f8fbff;
  color: #08152c;
  font-weight: 950;
}

.dzc-thankyou-v109__native address {
  padding: 1rem !important;
  border: 1px solid #e6eef7 !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #53657b !important;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .dzc-thankyou-v109__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-thankyou-v109__next {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dzc-thankyou-v109 {
    max-width: calc(100% - 24px);
  }

  .dzc-thankyou-v109__hero {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .dzc-thankyou-v109__icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 2rem;
  }

  .dzc-thankyou-v109__summary {
    grid-template-columns: 1fr;
  }

  .dzc-thankyou-v109__actions,
  .dzc-thankyou-v109__actions .button {
    width: 100%;
    justify-content: center;
  }

  .dzc-thankyou-v109__native table.shop_table {
    display: block;
    overflow-x: auto;
  }
}



/* v110 premium order tracking and transactional notices */

/* Order tracking form */
.dzc-order-tracking-v110 {
  display: grid;
  gap: 1.15rem;
  max-width: min(100% - 32px, 920px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
  padding: clamp(1.25rem, 3vw, 2rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .075), transparent 34%),
    #ffffff !important;
  box-shadow: 0 24px 60px rgba(8, 21, 44, .075) !important;
}

.dzc-order-tracking-v110__hero {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e6eef7;
}

.dzc-order-tracking-v110__icon {
  width: 68px;
  height: 68px;
  display: inline-grid;
  place-items: center;
  border-radius: 22px;
  background: #eef4ff;
  color: #2458f5;
  font-size: 1.7rem;
  font-weight: 950;
}

.dzc-order-tracking-v110__hero h2 {
  margin: .25rem 0 .45rem;
  color: #08152c;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.dzc-order-tracking-v110__hero p {
  max-width: 760px;
  margin: 0;
  color: #53657b;
  line-height: 1.6;
}

.dzc-order-tracking-v110__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem 1rem;
}

.dzc-order-tracking-v110 .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dzc-order-tracking-v110 label {
  display: block;
  margin-bottom: .4rem;
  color: #08152c !important;
  font-weight: 900 !important;
}

.dzc-order-tracking-v110 input.input-text,
.dzc-order-tracking-v110 input[type="text"],
.dzc-order-tracking-v110 input[type="email"] {
  width: 100%;
  min-height: 50px;
  border-radius: 14px !important;
  font-weight: 750;
}

.dzc-order-tracking-v110__hint {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .85rem .95rem;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: #f8fbff;
}

.dzc-order-tracking-v110__hint span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 950;
}

.dzc-order-tracking-v110__hint p {
  margin: 0;
  color: #53657b;
  font-weight: 750;
  line-height: 1.45;
}

.dzc-order-tracking-v110__submit .button {
  width: 100%;
  min-height: 52px !important;
  justify-content: center;
  border-radius: 14px !important;
  gap: .45rem;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

/* Order tracking result and secondary WooCommerce transactional surfaces */
.woocommerce .order-info,
.woocommerce .woocommerce-order-overview,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
  max-width: 100%;
}

.woocommerce .order-info {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
  color: #53657b;
  font-weight: 750;
  line-height: 1.6;
}

.woocommerce .order-info mark {
  padding: .12rem .35rem;
  border-radius: .35rem;
  background: #eef4ff;
  color: #2458f5;
  font-weight: 950;
}

/* Global WooCommerce notices, safer transactional styling */
.woocommerce-notices-wrapper:not(:empty) {
  max-width: min(100% - 32px, 1180px);
  margin: 1rem auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1rem 3.25rem !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #08152c !important;
  box-shadow: 0 14px 34px rgba(8, 21, 44, .055);
  font-weight: 750;
  line-height: 1.5;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: 1rem !important;
  left: 1rem !important;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  line-height: 26px;
}

.woocommerce-message {
  border-color: #b8f0d2 !important;
}

.woocommerce-message::before {
  color: #047857 !important;
}

.woocommerce-info {
  border-color: #c8d8ff !important;
}

.woocommerce-info::before {
  color: #2458f5 !important;
}

.woocommerce-error {
  border-color: #fecdd3 !important;
}

.woocommerce-error::before {
  color: #be123c !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  min-height: 36px;
  margin-left: .75rem;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

/* Tables from order tracking output */
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
}

.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

@media (max-width: 760px) {
  .dzc-order-tracking-v110 {
    max-width: calc(100% - 24px);
    border-radius: 22px !important;
    padding: 1rem !important;
  }

  .dzc-order-tracking-v110__hero,
  .dzc-order-tracking-v110__fields {
    grid-template-columns: 1fr;
  }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    padding: .9rem !important;
  }

  .woocommerce-message::before,
  .woocommerce-info::before,
  .woocommerce-error::before {
    display: none !important;
  }

  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button {
    width: 100%;
    margin: .7rem 0 0;
    justify-content: center;
  }

  .woocommerce table.shop_table.order_details,
  .woocommerce table.shop_table.customer_details {
    display: block;
    overflow-x: auto;
  }
}



/* v111 premium pay for order page */
.dzc-order-pay-v111 {
  display: grid;
  gap: 1.2rem;
  max-width: min(100% - 32px, 1080px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

.dzc-order-pay-v111__hero {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 1.9rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .16), transparent 34%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(8, 21, 44, .18);
}

.dzc-order-pay-v111__icon {
  width: 76px;
  height: 76px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  color: #30e0c2;
  font-size: 2.2rem;
  font-weight: 950;
}

.dzc-order-pay-v111__hero .section-eyebrow {
  color: #30e0c2;
}

.dzc-order-pay-v111__hero h2 {
  margin: .25rem 0 .55rem;
  color: #ffffff;
  font-size: clamp(1.75rem, 3.6vw, 3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.dzc-order-pay-v111__hero p {
  max-width: 800px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
}

.dzc-order-pay-v111__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.dzc-order-pay-v111__summary article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

.dzc-order-pay-v111__summary span {
  display: block;
  margin-bottom: .35rem;
  color: #6f8197;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dzc-order-pay-v111__summary strong {
  display: block;
  color: #08152c;
  font-size: .98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dzc-order-pay-v111__details,
.dzc-order-pay-v111__payment {
  padding: clamp(1rem, 2.2vw, 1.3rem);
  border: 1px solid #d7e3f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 21, 44, .055);
}

.dzc-order-pay-v111__details h3,
.dzc-order-pay-v111__payment h3 {
  margin: 0 0 .9rem;
  color: #08152c;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dzc-order-pay-v111 table.shop_table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 16px !important;
  background: #ffffff;
}

.dzc-order-pay-v111 table.shop_table th,
.dzc-order-pay-v111 table.shop_table td {
  padding: .9rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

.dzc-order-pay-v111 table.shop_table th {
  color: #08152c;
  font-weight: 950;
}

.dzc-order-pay-v111 table.shop_table td {
  color: #53657b;
  font-weight: 750;
}

.dzc-order-pay-v111 table.shop_table tfoot th,
.dzc-order-pay-v111 table.shop_table tfoot td {
  background: #f8fbff;
  color: #08152c;
  font-weight: 950;
}

.dzc-order-pay-v111 #payment {
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
  overflow: hidden;
}

.dzc-order-pay-v111 #payment ul.payment_methods {
  padding: 1rem !important;
  border-bottom: 1px solid #e6eef7 !important;
  background: #ffffff;
}

.dzc-order-pay-v111 #payment ul.payment_methods li {
  padding: .85rem;
  border: 1px solid #e6eef7;
  border-radius: 16px;
  background: #ffffff;
}

.dzc-order-pay-v111 #payment ul.payment_methods li + li {
  margin-top: .75rem;
}

.dzc-order-pay-v111 #payment label {
  color: #08152c;
  font-weight: 950;
}

.dzc-order-pay-v111 #payment div.payment_box {
  margin: .75rem 0 0;
  border-radius: 14px;
  background: #f8fbff;
  color: #53657b;
  line-height: 1.55;
}

.dzc-order-pay-v111 #payment .form-row {
  padding: 1rem !important;
  margin: 0 !important;
}

.dzc-order-pay-v111 #place_order {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  border-radius: 14px !important;
  gap: .45rem;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

@media (max-width: 980px) {
  .dzc-order-pay-v111__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dzc-order-pay-v111 {
    max-width: calc(100% - 24px);
  }

  .dzc-order-pay-v111__hero {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .dzc-order-pay-v111__summary {
    grid-template-columns: 1fr;
  }

  .dzc-order-pay-v111 table.shop_table {
    display: block;
    overflow-x: auto;
  }
}



/* v112 checkout visual premium - CSS only */

/*
 * This layer intentionally avoids WooCommerce template overrides.
 * It only improves the visual checkout surface while preserving native checkout,
 * AJAX updates, gateways, validation, coupons and payment logic.
 */

body.woocommerce-checkout:not(.woocommerce-order-received) {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 88, 245, .07), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(48, 224, 194, .07), transparent 30%),
    #f4f8fd !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  max-width: min(100% - 40px, 1240px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login {
  padding: 1rem !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(8, 21, 44, .055);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle {
  max-width: min(100% - 40px, 1240px);
  margin: 1rem auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 1.35rem;
  align-items: start;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details {
  min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details {
  display: grid;
  gap: 1.1rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  padding: clamp(1.05rem, 2vw, 1.35rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  margin: 0 0 1rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  grid-column: 2;
  margin-bottom: -0.5rem;
  padding: clamp(1.05rem, 2vw, 1.35rem);
  border: 1px solid #d7e3f0;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .07), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  grid-column: 2;
  border-radius: 0 0 24px 24px;
  border-top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem 1rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 0 .95rem !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
  float: none !important;
  width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_company_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_2_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_company_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_country_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_address_1_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_address_2_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments_field {
  grid-column: 1 / -1;
}

body.woocommerce-checkout:not(.woocommerce-order-received) label {
  display: block;
  margin-bottom: .4rem;
  color: #08152c !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) select {
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 750;
}

body.woocommerce-checkout:not(.woocommerce-order-received) textarea {
  min-height: 112px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid #d7e3f0;
  border-radius: 14px;
  background: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection__rendered {
  padding-top: .55rem;
  color: #08152c;
  font-weight: 750;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
  padding: .85rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th {
  color: #08152c;
  font-weight: 950;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
  color: #53657b;
  font-weight: 750;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot td,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .order-total td {
  background: #f8fbff;
  color: #08152c;
  font-weight: 950;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  margin-top: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #f8fbff;
  overflow: hidden;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
  padding: 1rem !important;
  border-bottom: 1px solid #e6eef7 !important;
  background: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li {
  padding: .85rem;
  border: 1px solid #e6eef7;
  border-radius: 16px;
  background: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li + li {
  margin-top: .75rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment label {
  color: #08152c;
  font-weight: 950;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
  margin: .75rem 0 0;
  border-radius: 14px;
  background: #f8fbff;
  color: #53657b;
  line-height: 1.55;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .form-row.place-order {
  padding: 1rem !important;
  margin: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper {
  color: #53657b;
  font-size: .92rem;
  line-height: 1.55;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  border-radius: 14px !important;
  gap: .45rem;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
  color: #53657b;
  font-size: .9rem;
  line-height: 1.55;
}

/* Checkout validation */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-invalid input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-invalid select,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-invalid textarea {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 4px rgba(225, 29, 72, .10) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-validated input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-validated select,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-validated textarea {
  border-color: #10b981 !important;
}

@media (max-width: 1080px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    grid-column: 1;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    position: static;
  }
}

@media (max-width: 760px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    max-width: calc(100% - 24px);
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    border-radius: 20px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    border-top: 1px solid #d7e3f0;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
    display: block;
    overflow-x: auto;
  }
}



/* v113 cart visual premium - CSS only */

/*
 * Visual layer only.
 * Does not override cart templates, quantities, coupons, fragments, AJAX or checkout logic.
 */

body.woocommerce-cart {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 88, 245, .07), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(48, 224, 194, .07), transparent 30%),
    #f4f8fd !important;
}

body.woocommerce-cart .woocommerce {
  max-width: min(100% - 40px, 1240px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

/* Main cart layout */
body.woocommerce-cart .woocommerce-cart-form {
  min-width: 0;
  padding: clamp(1rem, 2.2vw, 1.3rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 1.35rem;
  align-items: start;
  margin-top: 1.35rem;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none !important;
}

body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cart_totals {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.woocommerce-cart .cart_totals {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .07), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.woocommerce-cart .cross-sells {
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

/* Titles */
body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cross-sells h2 {
  margin: 0 0 1rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

/* Cart table */
body.woocommerce-cart table.cart,
body.woocommerce-cart table.shop_table {
  overflow: hidden;
  border: 1px solid #d7e3f0 !important;
  border-radius: 18px !important;
  background: #ffffff;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.woocommerce-cart table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  padding: .95rem !important;
  border-color: #e6eef7 !important;
  vertical-align: middle !important;
}

body.woocommerce-cart table.cart th,
body.woocommerce-cart table.shop_table th {
  color: #08152c;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

body.woocommerce-cart table.cart td,
body.woocommerce-cart table.shop_table td {
  color: #53657b;
  font-weight: 750;
}

body.woocommerce-cart table.cart .product-thumbnail img {
  width: 72px;
  max-width: 72px;
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 8px 18px rgba(8,21,44,.06);
}

body.woocommerce-cart table.cart .product-name a {
  color: #08152c;
  font-weight: 950;
  text-decoration: none;
}

body.woocommerce-cart table.cart .product-name a:hover {
  color: #2458f5;
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total th {
  color: #08152c;
  font-weight: 950;
}

body.woocommerce-cart table.cart .product-remove a.remove {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c !important;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-cart table.cart .product-remove a.remove:hover {
  background: #be123c;
  color: #ffffff !important;
}

/* Quantity */
body.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart input.qty {
  width: 76px;
  min-height: 42px;
  border-radius: 999px !important;
  text-align: center;
  font-weight: 900;
}

/* Coupon/actions row */
body.woocommerce-cart table.cart td.actions {
  background: #f8fbff;
}

body.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

body.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(100%, 260px) !important;
  min-height: 44px;
  border-radius: 999px !important;
  padding-inline: 1rem !important;
  font-weight: 750;
}

body.woocommerce-cart table.cart td.actions .button {
  min-height: 44px;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

body.woocommerce-cart table.cart td.actions > .button {
  float: right;
}

/* Totals */
body.woocommerce-cart .cart_totals table {
  margin: 0 0 1rem;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  padding: .85rem 0 !important;
  border-color: #e6eef7 !important;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
  color: #53657b;
  font-weight: 650;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  padding: 0 !important;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

/* Shipping calculator */
body.woocommerce-cart .shipping-calculator-button {
  color: #2458f5;
  font-weight: 950;
  text-decoration: none;
}

body.woocommerce-cart .shipping-calculator-form {
  display: grid;
  gap: .75rem;
  margin-top: .8rem;
  padding: .9rem;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: #ffffff;
}

body.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

/* Empty cart */
body.woocommerce-cart .cart-empty {
  max-width: 820px;
  margin: 1rem auto;
  padding: clamp(1.25rem, 3vw, 2rem) !important;
  border: 1px solid #d7e3f0 !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  color: #08152c !important;
  box-shadow: 0 18px 44px rgba(8,21,44,.065);
}

body.woocommerce-cart .return-to-shop {
  display: flex;
  justify-content: center;
}

body.woocommerce-cart .return-to-shop .button {
  min-height: 46px;
  border-radius: 999px !important;
  font-weight: 950 !important;
}

/* Cross-sell product cards inherit v94, but improve spacing */
body.woocommerce-cart .cross-sells ul.products {
  margin-bottom: 0;
}

body.woocommerce-cart .cross-sells ul.products li.product {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  body.woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart_totals {
    position: static;
  }
}

@media (max-width: 760px) {
  body.woocommerce-cart .woocommerce {
    max-width: calc(100% - 24px);
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart_totals,
  body.woocommerce-cart .cross-sells {
    border-radius: 20px;
    padding: 1rem;
  }

  body.woocommerce-cart table.cart,
  body.woocommerce-cart table.shop_table {
    display: block;
    overflow-x: auto;
  }

  body.woocommerce-cart table.cart td.actions .coupon,
  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions .coupon .button,
  body.woocommerce-cart table.cart td.actions > .button {
    width: 100% !important;
    float: none !important;
    justify-content: center;
  }

  body.woocommerce-cart table.cart td.actions {
    display: grid;
    gap: .65rem;
  }

  body.woocommerce-cart table.cart .product-thumbnail img {
    width: 58px;
    max-width: 58px;
  }
}

@media (max-width: 520px) {
  body.woocommerce-cart table.cart th,
  body.woocommerce-cart table.cart td {
    padding: .75rem !important;
  }

  body.woocommerce-cart .quantity .qty,
  body.woocommerce-cart input.qty {
    width: 64px;
  }
}



/* v114 single product/software visual premium - CSS only */

/*
 * Visual layer only.
 * Does not override product templates, add-to-cart, variations, stock,
 * downloadable products, reviews, tabs or WooCommerce product logic.
 */

body.single-product {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 88, 245, .07), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(48, 224, 194, .07), transparent 30%),
    #f4f8fd !important;
}

body.single-product .woocommerce {
  max-width: min(100% - 40px, 1240px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

body.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

/* Clear WooCommerce floats safely */
body.single-product div.product div.images,
body.single-product div.product div.summary {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}

body.single-product div.product div.images {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(8, 21, 44, .075);
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product div.product div.images img {
  border-radius: 22px;
  background: #f8fbff;
}

body.single-product div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .8rem;
}

body.single-product div.product div.images .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

body.single-product div.product div.images .flex-control-thumbs img {
  border: 1px solid #d7e3f0;
  border-radius: 14px;
  background: #f8fbff;
  opacity: .72;
  transition: opacity .16s ease, border-color .16s ease, transform .16s ease;
}

body.single-product div.product div.images .flex-control-thumbs img.flex-active,
body.single-product div.product div.images .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: rgba(36, 88, 245, .42);
  transform: translateY(-1px);
}

/* Product summary card */
body.single-product div.product div.summary {
  padding: clamp(1.2rem, 2.5vw, 1.65rem);
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .075), transparent 34%),
    #ffffff;
  box-shadow: 0 20px 52px rgba(8, 21, 44, .075);
}

body.single-product .product_title.entry-title {
  margin: 0 0 .75rem;
  color: #08152c;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .98;
  letter-spacing: -.06em;
}

body.single-product div.product .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  align-items: center;
  margin: 0 0 .85rem;
}

body.single-product div.product .woocommerce-review-link {
  color: #53657b;
  font-weight: 800;
  text-decoration: none;
}

body.single-product div.product .woocommerce-review-link:hover {
  color: #2458f5;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .65rem;
  margin: .9rem 0 1rem;
  color: #08152c !important;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 950;
  letter-spacing: -.035em;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  color: #6f8197;
  font-size: 1rem;
  font-weight: 750;
  opacity: .72;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  color: #047857;
  text-decoration: none;
}

body.single-product div.product .woocommerce-product-details__short-description {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
  color: #53657b;
  line-height: 1.65;
}

body.single-product div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

body.single-product div.product .stock {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: .35rem 0 .85rem;
  padding: .32rem .75rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .82rem;
  font-weight: 950;
}

body.single-product div.product .stock.out-of-stock {
  background: #fff1f2;
  color: #be123c;
}

/* Add to cart / variations */
body.single-product div.product form.cart {
  display: grid;
  gap: .9rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(8, 21, 44, .045);
}

body.single-product div.product form.cart::before,
body.single-product div.product form.cart::after {
  display: none !important;
}

body.single-product div.product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}

body.single-product div.product form.cart .quantity .qty {
  width: 82px;
  min-height: 48px;
  border-radius: 999px !important;
  text-align: center;
  font-weight: 900;
}

body.single-product div.product form.cart .single_add_to_cart_button {
  min-height: 52px;
  border-radius: 14px !important;
  padding-inline: 1.25rem !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

body.single-product div.product form.cart:not(.variations_form) {
  grid-template-columns: auto minmax(180px, 1fr);
  align-items: center;
}

body.single-product div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  width: 100%;
  justify-content: center;
}

body.single-product div.product form.cart table.variations {
  width: 100%;
  margin: 0;
  border: 0 !important;
}

body.single-product div.product form.cart table.variations tr {
  display: grid;
  gap: .35rem;
  margin-bottom: .75rem;
}

body.single-product div.product form.cart table.variations th,
body.single-product div.product form.cart table.variations td {
  display: block;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product div.product form.cart table.variations label {
  color: #08152c;
  font-weight: 950;
}

body.single-product div.product form.cart table.variations select {
  width: 100%;
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 750;
}

body.single-product div.product form.cart .reset_variations {
  display: inline-flex;
  margin-top: .45rem;
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

body.single-product div.product .single_variation_wrap {
  display: grid;
  gap: .85rem;
}

body.single-product div.product .woocommerce-variation-price {
  color: #08152c;
  font-weight: 950;
}

body.single-product div.product .woocommerce-variation-add-to-cart {
  display: flex;
  gap: .65rem;
  align-items: center;
}

/* Product meta */
body.single-product div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6eef7;
  color: #53657b;
  font-weight: 750;
}

body.single-product div.product .product_meta > span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .25rem;
  align-items: center;
  min-height: 32px;
  padding: .28rem .65rem;
  border: 1px solid #d7e3f0;
  border-radius: 999px;
  background: #f8fbff;
}

body.single-product div.product .product_meta a {
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

/* Sale badge */
body.single-product span.onsale {
  min-width: auto;
  min-height: auto;
  padding: .42rem .8rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(4, 120, 87, .14);
}

/* Tabs */
body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 1.4rem;
  padding: clamp(1rem, 2.2vw, 1.3rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f1f6ff !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .55rem .9rem !important;
  color: #08152c !important;
  font-weight: 950 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  background: #2458f5 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

body.single-product .woocommerce-tabs .panel {
  margin: 0 !important;
  color: #53657b;
  line-height: 1.7;
}

body.single-product .woocommerce-tabs .panel h2 {
  margin: 0 0 .8rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

/* Reviews */
body.single-product #reviews #comments ol.commentlist {
  display: grid;
  gap: .8rem;
  padding: 0;
}

body.single-product #reviews #comments ol.commentlist li {
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

body.single-product #review_form_wrapper {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
}

/* Related / upsells */
body.single-product .related,
body.single-product .upsells {
  grid-column: 1 / -1;
  margin-top: 1.4rem;
  padding: clamp(1rem, 2.2vw, 1.3rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .065);
}

body.single-product .related > h2,
body.single-product .upsells > h2 {
  margin: 0 0 1rem;
  color: #08152c;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

/* Responsive */
@media (max-width: 1080px) {
  body.single-product div.product {
    grid-template-columns: 1fr;
  }

  body.single-product div.product div.images {
    position: static;
  }
}

@media (max-width: 760px) {
  body.single-product .woocommerce {
    max-width: calc(100% - 24px);
  }

  body.single-product div.product div.images,
  body.single-product div.product div.summary,
  body.single-product .woocommerce-tabs,
  body.single-product .related,
  body.single-product .upsells {
    border-radius: 20px;
    padding: 1rem;
  }

  body.single-product .product_title.entry-title {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
  }

  body.single-product div.product form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  body.single-product div.product .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.single-product div.product form.cart .quantity,
  body.single-product div.product form.cart .quantity .qty,
  body.single-product div.product form.cart .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
  }

  body.single-product div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}



/* v115 services/resources visual premium - CSS only */

/*
 * Visual layer for service_offer, posts/resources and technical content pages.
 * Does not alter forms, WooCommerce, checkout, cart or business logic.
 */

/* Shared editorial/service surface */
.single-service_offer,
.post-type-archive-service_offer,
.blog,
.archive,
.single-post,
.search-results {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 88, 245, .055), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(48, 224, 194, .055), transparent 30%),
    #f4f8fd;
}

/* Service archive/listing cards */
.post-type-archive-service_offer .site-main,
.archive-service_offer .site-main,
body[class*="service_offer"] .site-main {
  max-width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.post-type-archive-service_offer article,
.archive-service_offer article,
.service-offer-card,
.dzc-service-card,
.dzc-services-grid article {
  min-width: 0;
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.post-type-archive-service_offer article:hover,
.archive-service_offer article:hover,
.service-offer-card:hover,
.dzc-service-card:hover,
.dzc-services-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 88, 245, .35);
  box-shadow: 0 24px 56px rgba(8, 21, 44, .09);
}

.post-type-archive-service_offer article a,
.archive-service_offer article a,
.service-offer-card a,
.dzc-service-card a {
  text-decoration: none;
}

/* Service single */
.single-service_offer .site-main,
.single-service_offer .entry-content,
.single-service_offer .content-area {
  max-width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.single-service_offer article.service_offer,
.single-service_offer .type-service_offer {
  overflow: hidden;
  border: 1px solid #d7e3f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(8, 21, 44, .075);
}

.single-service_offer .entry-header,
.single-service_offer .service-offer-header,
.single-service_offer .dzc-service-hero {
  padding: clamp(1.4rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .16), transparent 34%),
    linear-gradient(135deg, #08152c 0%, #102347 100%);
  color: #ffffff;
}

.single-service_offer .entry-title,
.single-service_offer .service-offer-title,
.single-service_offer .dzc-service-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: .95;
  letter-spacing: -.065em;
}

.single-service_offer .entry-header p,
.single-service_offer .service-offer-header p,
.single-service_offer .dzc-service-hero p {
  max-width: 820px;
  margin: .85rem 0 0;
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.single-service_offer .entry-content {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #53657b;
  line-height: 1.75;
}

.single-service_offer .entry-content h2,
.single-service_offer .entry-content h3,
.single-service_offer .entry-content h4 {
  color: #08152c;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.single-service_offer .entry-content h2 {
  margin-top: 1.4em;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.single-service_offer .entry-content h3 {
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
}

.single-service_offer .entry-content ul,
.single-service_offer .entry-content ol {
  display: grid;
  gap: .55rem;
  padding-left: 1.2rem;
}

.single-service_offer .entry-content li::marker {
  color: #2458f5;
}

.single-service_offer .entry-content blockquote {
  margin: 1.4rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid #2458f5;
  border-radius: 18px;
  background: #f8fbff;
  color: #08152c;
  font-weight: 750;
}

/* Editorial content: blog/resources/posts */
.single-post .site-main,
.blog .site-main,
.archive .site-main {
  max-width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.single-post article.post,
.blog article.post,
.archive article.post,
.dzc-resource-card,
.dzc-resources-grid article {
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 21, 44, .06);
}

.blog article.post,
.archive article.post,
.dzc-resource-card,
.dzc-resources-grid article {
  padding: clamp(1rem, 2vw, 1.25rem);
}

.single-post article.post {
  overflow: hidden;
}

.single-post .entry-header {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .12), transparent 34%),
    #ffffff;
  border-bottom: 1px solid #e6eef7;
}

.single-post .entry-title,
.blog .entry-title,
.archive .entry-title {
  color: #08152c;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.single-post .entry-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
}

.blog .entry-title,
.archive .entry-title {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.blog .entry-title a,
.archive .entry-title a,
.dzc-resource-card a {
  color: inherit;
  text-decoration: none;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover,
.dzc-resource-card a:hover {
  color: #2458f5;
}

.single-post .entry-content {
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #53657b;
  line-height: 1.75;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  color: #08152c;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.single-post .entry-content h2 {
  margin-top: 1.35em;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.single-post .entry-content h3 {
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
}

.single-post .entry-content pre,
.single-post .entry-content code,
.single-service_offer .entry-content pre,
.single-service_offer .entry-content code {
  border-radius: 14px;
  background: #08152c;
  color: #eaf1ff;
}

.single-post .entry-content pre,
.single-service_offer .entry-content pre {
  overflow-x: auto;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.08);
}

.single-post .entry-content code,
.single-service_offer .entry-content code {
  padding: .15rem .35rem;
  font-size: .92em;
}

.single-post .entry-content pre code,
.single-service_offer .entry-content pre code {
  padding: 0;
  background: transparent;
}

/* Meta, taxonomy and navigation */
.entry-meta,
.entry-footer,
.posted-on,
.byline,
.cat-links,
.tags-links {
  color: #6f8197;
  font-size: .9rem;
  font-weight: 750;
}

.entry-meta a,
.entry-footer a,
.posted-on a,
.byline a,
.cat-links a,
.tags-links a {
  color: #2458f5;
  font-weight: 850;
  text-decoration: none;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e6eef7;
}

.nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.25rem 0;
}

.nav-previous a,
.nav-next a,
.post-navigation a,
.posts-navigation a {
  display: block;
  min-height: 52px;
  padding: .9rem 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
  color: #08152c;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8,21,44,.04);
}

.nav-previous a:hover,
.nav-next a:hover,
.post-navigation a:hover,
.posts-navigation a:hover {
  border-color: rgba(36, 88, 245, .34);
  color: #2458f5;
}

/* Generic CTA sections inside content */
.entry-content .wp-block-buttons,
.single-service_offer .wp-block-buttons,
.single-post .wp-block-buttons {
  margin-top: 1.25rem;
}

.entry-content .wp-block-button__link,
.single-service_offer .wp-block-button__link,
.single-post .wp-block-button__link {
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(36, 88, 245, .16);
}

/* Images */
.single-post .entry-content img,
.single-service_offer .entry-content img,
.blog article.post img,
.archive article.post img {
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(8,21,44,.07);
}

/* Comments */
.comments-area {
  margin-top: 1.5rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid #d7e3f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8,21,44,.06);
}

.comments-area h2,
.comments-area h3 {
  color: #08152c;
  letter-spacing: -.035em;
}

.comment-list {
  display: grid;
  gap: .8rem;
  padding: 0;
  list-style: none;
}

.comment-list .comment-body {
  padding: 1rem;
  border: 1px solid #e6eef7;
  border-radius: 18px;
  background: #f8fbff;
}

.comment-respond input,
.comment-respond textarea {
  border-radius: 14px !important;
}

.comment-respond .submit {
  min-height: 46px;
  border-radius: 999px !important;
  font-weight: 950;
}

/* Responsive */
@media (max-width: 760px) {
  .single-service_offer .site-main,
  .single-service_offer .entry-content,
  .single-post .site-main,
  .blog .site-main,
  .archive .site-main,
  .post-type-archive-service_offer .site-main,
  .archive-service_offer .site-main,
  body[class*="service_offer"] .site-main {
    max-width: calc(100% - 24px);
  }

  .single-service_offer article.service_offer,
  .single-service_offer .type-service_offer,
  .single-post article.post,
  .blog article.post,
  .archive article.post,
  .comments-area {
    border-radius: 20px;
  }

  .single-service_offer .entry-header,
  .single-post .entry-header {
    padding: 1.25rem;
  }

  .single-service_offer .entry-content,
  .single-post .entry-content {
    padding: 1rem;
  }

  .nav-links,
  .post-navigation .nav-links,
  .posts-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}



/* v116 commercial forms premium - CSS only */

/*
 * Visual layer for commercial forms: presupuesto, soporte, contacto and lead capture.
 * It does not alter submissions, validation, integrations, CRM hooks, emails or plugin logic.
 */

/* Shared form wrappers */
.dzc-commercial-form,
.dzc-contact-form,
.dzc-quote-form,
.dzc-support-form,
.fluentform,
.frm-fluent-form,
.wpcf7,
.gform_wrapper {
  max-width: 100%;
}

.dzc-commercial-form,
.dzc-contact-form,
.dzc-quote-form,
.dzc-support-form,
.fluentform form,
.frm-fluent-form form,
.wpcf7 form,
.gform_wrapper form {
  position: relative;
}

/* Premium form surface when the form is inside main content */
.entry-content .fluentform,
.entry-content .frm-fluent-form,
.entry-content .wpcf7,
.entry-content .gform_wrapper,
.dzc-commercial-form,
.dzc-contact-form,
.dzc-quote-form,
.dzc-support-form {
  padding: clamp(1.1rem, 2.6vw, 1.6rem);
  border: 1px solid #d7e3f0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 88, 245, .055), transparent 34%),
    #ffffff;
  box-shadow: 0 20px 52px rgba(8, 21, 44, .07);
}

/* Form rows/groups */
.ff-el-group,
.frm-fluent-form .ff-el-group,
.wpcf7-form-control-wrap,
.gfield,
.dzc-form-row,
.dzc-form-group {
  margin-bottom: 1rem;
}

.ff-el-input--label,
.ff-el-form-check-label,
.gfield_label,
.wpcf7 label,
.dzc-form-label {
  color: #08152c !important;
  font-weight: 900 !important;
  line-height: 1.35;
}

.ff-el-input--label label,
.frm-fluent-form label,
.gform_wrapper label,
.wpcf7 label {
  color: #08152c !important;
  font-weight: 900 !important;
}

.ff-el-help-message,
.ff-el-input--content small,
.gfield_description,
.wpcf7 .description,
.dzc-form-help {
  display: block;
  margin-top: .35rem;
  color: #53657b !important;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}

/* Inputs */
.fluentform .ff-el-form-control,
.frm-fluent-form .ff-el-form-control,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7 textarea,
.wpcf7 select,
.gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.gform_wrapper textarea,
.gform_wrapper select,
.dzc-commercial-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dzc-commercial-form textarea,
.dzc-commercial-form select,
.dzc-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dzc-contact-form textarea,
.dzc-contact-form select,
.dzc-quote-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dzc-quote-form textarea,
.dzc-quote-form select,
.dzc-support-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dzc-support-form textarea,
.dzc-support-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d7e3f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #08152c !important;
  font-weight: 750;
  box-shadow: none;
}

.fluentform textarea.ff-el-form-control,
.frm-fluent-form textarea.ff-el-form-control,
.wpcf7 textarea,
.gform_wrapper textarea,
.dzc-commercial-form textarea,
.dzc-contact-form textarea,
.dzc-quote-form textarea,
.dzc-support-form textarea {
  min-height: 130px;
  resize: vertical;
}

.fluentform .ff-el-form-control:hover,
.frm-fluent-form .ff-el-form-control:hover,
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover,
.gform_wrapper input:hover,
.gform_wrapper textarea:hover,
.gform_wrapper select:hover,
.dzc-commercial-form input:hover,
.dzc-commercial-form textarea:hover,
.dzc-commercial-form select:hover,
.dzc-contact-form input:hover,
.dzc-contact-form textarea:hover,
.dzc-contact-form select:hover,
.dzc-quote-form input:hover,
.dzc-quote-form textarea:hover,
.dzc-quote-form select:hover,
.dzc-support-form input:hover,
.dzc-support-form textarea:hover,
.dzc-support-form select:hover {
  border-color: #b9c9dc !important;
}

.fluentform .ff-el-form-control:focus,
.frm-fluent-form .ff-el-form-control:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus,
.dzc-commercial-form input:focus,
.dzc-commercial-form textarea:focus,
.dzc-commercial-form select:focus,
.dzc-contact-form input:focus,
.dzc-contact-form textarea:focus,
.dzc-contact-form select:focus,
.dzc-quote-form input:focus,
.dzc-quote-form textarea:focus,
.dzc-quote-form select:focus,
.dzc-support-form input:focus,
.dzc-support-form textarea:focus,
.dzc-support-form select:focus {
  border-color: rgba(36, 88, 245, .58) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(36, 88, 245, .12) !important;
}

/* Selects and multi-selects */
.fluentform select.ff-el-form-control,
.frm-fluent-form select.ff-el-form-control,
.wpcf7 select,
.gform_wrapper select,
.dzc-commercial-form select,
.dzc-contact-form select,
.dzc-quote-form select,
.dzc-support-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #53657b 50%),
    linear-gradient(135deg, #53657b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.2rem !important;
}

/* Checkboxes/radios */
.ff-el-form-check,
.frm-fluent-form .ff-el-form-check,
.gchoice,
.wpcf7-list-item,
.dzc-form-check {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  margin: .35rem 0;
  color: #53657b;
  font-weight: 700;
  line-height: 1.45;
}

.ff-el-form-check input,
.frm-fluent-form .ff-el-form-check input,
.gchoice input,
.wpcf7-list-item input,
.dzc-form-check input {
  margin-top: .2rem;
  accent-color: #2458f5;
}

.ff-el-form-check label,
.frm-fluent-form .ff-el-form-check label,
.gchoice label,
.wpcf7-list-item label,
.dzc-form-check label {
  color: #53657b !important;
  font-weight: 750 !important;
}

/* Section breaks / headings */
.ff-el-section-break,
.gsection,
.dzc-form-section {
  margin: 1.3rem 0 1rem;
  padding: 1rem;
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #f8fbff;
}

.ff-el-section-title,
.gsection_title,
.dzc-form-section h2,
.dzc-form-section h3 {
  margin: 0 0 .35rem;
  color: #08152c;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ff-section_break_desk,
.gsection_description,
.dzc-form-section p {
  margin: 0;
  color: #53657b;
  line-height: 1.55;
}

/* Submit/action area */
.ff_submit_btn_wrapper,
.frm-fluent-form .ff_submit_btn_wrapper,
.gform_footer,
.wpcf7 .wpcf7-submit,
.dzc-form-actions {
  margin-top: 1rem;
}

.fluentform .ff-btn-submit,
.frm-fluent-form .ff-btn-submit,
.wpcf7 input[type="submit"],
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.dzc-commercial-form input[type="submit"],
.dzc-commercial-form button[type="submit"],
.dzc-contact-form input[type="submit"],
.dzc-contact-form button[type="submit"],
.dzc-quote-form input[type="submit"],
.dzc-quote-form button[type="submit"],
.dzc-support-form input[type="submit"],
.dzc-support-form button[type="submit"] {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px !important;
  background: #2458f5 !important;
  color: #ffffff !important;
  padding: .8rem 1.35rem;
  font-weight: 950 !important;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(36, 88, 245, .20) !important;
}

.fluentform .ff-btn-submit:hover,
.frm-fluent-form .ff-btn-submit:hover,
.wpcf7 input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover,
.dzc-commercial-form input[type="submit"]:hover,
.dzc-commercial-form button[type="submit"]:hover,
.dzc-contact-form input[type="submit"]:hover,
.dzc-contact-form button[type="submit"]:hover,
.dzc-quote-form input[type="submit"]:hover,
.dzc-quote-form button[type="submit"]:hover,
.dzc-support-form input[type="submit"]:hover,
.dzc-support-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(36, 88, 245, .24) !important;
}

/* Validation states */
.ff-el-is-error .ff-el-form-control,
.frm-fluent-form .ff-el-is-error .ff-el-form-control,
.wpcf7-not-valid,
.gfield_error input,
.gfield_error textarea,
.gfield_error select,
.dzc-form-error input,
.dzc-form-error textarea,
.dzc-form-error select {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 4px rgba(225, 29, 72, .10) !important;
}

.ff-el-is-error .error,
.ff-el-is-error .text-danger,
.frm-fluent-form .ff-el-is-error .error,
.frm-fluent-form .ff-el-is-error .text-danger,
.wpcf7-not-valid-tip,
.gfield_validation_message,
.validation_message,
.dzc-form-error-message {
  display: block;
  margin-top: .35rem;
  color: #be123c !important;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.4;
}

.ff-message-success,
.ff-response-success,
.wpcf7 form.sent .wpcf7-response-output,
.gform_confirmation_message,
.dzc-form-success {
  padding: 1rem;
  border: 1px solid #b8f0d2 !important;
  border-radius: 18px;
  background: #ecfdf5;
  color: #064e3b;
  font-weight: 750;
  line-height: 1.55;
}

.ff-errors-in-stack,
.ff-response-error,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.gform_validation_errors,
.dzc-form-error-summary {
  padding: 1rem;
  border: 1px solid #fecdd3 !important;
  border-radius: 18px;
  background: #fff1f2;
  color: #9f1239;
  font-weight: 750;
  line-height: 1.55;
}

/* File uploads */
.fluentform input[type="file"],
.frm-fluent-form input[type="file"],
.wpcf7 input[type="file"],
.gform_wrapper input[type="file"],
.dzc-commercial-form input[type="file"],
.dzc-contact-form input[type="file"],
.dzc-quote-form input[type="file"],
.dzc-support-form input[type="file"] {
  width: 100%;
  padding: .85rem;
  border: 1px dashed #b9c9dc !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #53657b !important;
  font-weight: 750;
}

/* Multi-column helpers from common form builders */
.ff-t-container,
.frm-fluent-form .ff-t-container,
.gform_fields,
.dzc-form-grid {
  gap: 1rem !important;
}

.gform_fields {
  display: grid !important;
}

/* Compact legal/privacy text */
.ff-el-group.ff-el-input--content,
.woocommerce-privacy-policy-text,
.dzc-form-legal {
  color: #53657b;
  font-size: .9rem;
  line-height: 1.55;
}

.dzc-form-legal a,
.woocommerce-privacy-policy-text a,
.fluentform a,
.frm-fluent-form a,
.wpcf7 a,
.gform_wrapper a {
  color: #2458f5;
  font-weight: 850;
}

/* Dark section compatibility */
.section--dark .fluentform,
.section--dark .frm-fluent-form,
.section--dark .wpcf7,
.section--dark .gform_wrapper,
.dark-section .fluentform,
.dark-section .frm-fluent-form,
.dark-section .wpcf7,
.dark-section .gform_wrapper {
  background: rgba(255,255,255,.96);
  color: #08152c;
}

/* Responsive */
@media (max-width: 760px) {
  .entry-content .fluentform,
  .entry-content .frm-fluent-form,
  .entry-content .wpcf7,
  .entry-content .gform_wrapper,
  .dzc-commercial-form,
  .dzc-contact-form,
  .dzc-quote-form,
  .dzc-support-form {
    padding: 1rem;
    border-radius: 20px;
  }

  .ff-t-container,
  .frm-fluent-form .ff-t-container,
  .gform_fields,
  .dzc-form-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ff-t-cell,
  .frm-fluent-form .ff-t-cell,
  .gfield,
  .dzc-form-grid > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fluentform .ff-btn-submit,
  .frm-fluent-form .ff-btn-submit,
  .wpcf7 input[type="submit"],
  .gform_wrapper input[type="submit"],
  .gform_wrapper button[type="submit"],
  .dzc-commercial-form input[type="submit"],
  .dzc-commercial-form button[type="submit"],
  .dzc-contact-form input[type="submit"],
  .dzc-contact-form button[type="submit"],
  .dzc-quote-form input[type="submit"],
  .dzc-quote-form button[type="submit"],
  .dzc-support-form input[type="submit"],
  .dzc-support-form button[type="submit"] {
    width: 100%;
  }
}



/* v117 global visual hardening and basic accessibility */

/*
 * Global defensive layer.
 * No business logic, WooCommerce logic, checkout logic, cart logic, form submission
 * or JavaScript behaviour is modified here.
 */

/* Predictable sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Safer text wrapping without causing single-character vertical words */
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

main,
.site,
.site-main,
.entry-content,
.woocommerce,
.dzc-page-content,
.dzc-account-layout-v97__content {
  min-width: 0;
}

p,
li,
dd,
td,
th,
figcaption,
blockquote,
.entry-content,
.woocommerce,
.dzc-page-content {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.button,
.wp-block-button__link,
nav a,
.menu a,
.dzc-header a,
.dzc-account-layout-v97__nav a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Media should never overflow content cards */
img,
svg,
video,
canvas,
iframe,
embed,
object {
  max-width: 100%;
}

img,
video,
canvas,
iframe {
  height: auto;
}

iframe {
  border-radius: 18px;
}

/* Tables: keep desktop intact but prevent layout explosion */
table {
  max-width: 100%;
}

.entry-content table,
.dzc-page-content table,
.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
}

/* Code/pre blocks */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
}

code {
  overflow-wrap: break-word;
}

/* Buttons and actionable links */
button,
.button,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  text-align: center;
  line-height: 1.15;
  cursor: pointer;
}

button,
.button,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  min-width: 0;
  max-width: 100%;
}

a {
  text-underline-offset: .18em;
}

/* Focus visibility */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(36, 88, 245, .38) !important;
  outline-offset: 3px !important;
}

button:focus-visible,
.button:focus-visible,
.wp-block-button__link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0 4px rgba(36, 88, 245, .12) !important;
}

/* Screen-reader text remains accessible */
.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus {
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  white-space: normal !important;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem !important;
  border-radius: 999px;
  background: #08152c;
  color: #ffffff;
  font-weight: 950;
}

/* Card/content overflow protection */
[class*="card"],
[class*="Card"],
.dzc-card,
.dzc-panel,
.dzc-auth-card-v100,
.dzc-account-layout-v97__content,
.dzc-account-header-v97,
.dzc-thankyou-v109__hero,
.dzc-order-pay-v111__hero,
.dzc-order-tracking-v110,
.dzc-reset-password-v106,
.dzc-lost-password-v97 {
  min-width: 0;
}

[class*="card"] > *,
[class*="Card"] > *,
.dzc-card > *,
.dzc-panel > * {
  min-width: 0;
}

/* Details/summary */
details {
  border: 1px solid #d7e3f0;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

details + details {
  margin-top: .75rem;
}

summary {
  cursor: pointer;
  padding: .9rem 1rem;
  color: #08152c;
  font-weight: 950;
}

details[open] summary {
  border-bottom: 1px solid #e6eef7;
}

/* Forms: long texts and plugin wrappers */
label,
legend,
fieldset,
.form-row,
.ff-el-group,
.gfield,
.wpcf7-form-control-wrap {
  min-width: 0;
}

input,
select,
textarea {
  max-width: 100%;
}

/* Notices */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.notice,
.alert,
.dzc-alert {
  min-width: 0;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.notice a,
.alert a,
.dzc-alert a {
  font-weight: 900;
}

/* WordPress blocks */
.wp-block-columns {
  gap: clamp(1rem, 3vw, 2rem);
}

.wp-block-column {
  min-width: 0;
}

.wp-block-image img,
.wp-block-cover,
.wp-block-media-text {
  border-radius: 20px;
}

.wp-block-media-text {
  overflow: hidden;
}

.wp-block-quote,
.wp-block-pullquote {
  border-radius: 20px;
}

/* Pagination */
.pagination,
.nav-links,
.woocommerce-pagination {
  min-width: 0;
}

.page-numbers,
.woocommerce-pagination a,
.woocommerce-pagination span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Coarse pointer/touch ergonomics */
@media (pointer: coarse) {
  a,
  button,
  .button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  select,
  summary {
    min-height: 44px;
  }
}

/* Defensive mobile layout */
@media (max-width: 760px) {
  .container,
  .site-main,
  .entry-content,
  .dzc-page-content,
  .woocommerce {
    min-width: 0;
  }

  .entry-content table,
  .dzc-page-content table,
  .woocommerce table.shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-columns,
  .wp-block-media-text {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 1rem !important;
  }

  .alignwide,
  .alignfull {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .button,
  .wp-block-button__link,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    white-space: normal;
  }
}

/* Print baseline */
@media print {
  header,
  footer,
  .site-header,
  .site-footer,
  .dzc-back-to-top,
  .dzc-header-actions,
  .woocommerce-MyAccount-navigation,
  .no-print {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  a {
    color: #000000 !important;
    text-decoration: underline;
  }

  .woocommerce,
  .entry-content,
  .dzc-page-content {
    max-width: 100% !important;
    margin: 0 !important;
  }
}



/* v120 checkout/payment hotfix - recover native WooCommerce behaviour */

/*
 * Critical hotfix:
 * Reverts risky visual layout effects on checkout/payment surfaces.
 * The goal is operational: pay button, gateway JS, checkout validation and AJAX must stay native.
 */

/* Normal checkout: do not force custom grid/sticky layout */
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: block !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set {
  display: block !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-2 {
  float: left !important;
  width: 48% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-2 {
  float: right !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  grid-column: auto !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

/* Do not force checkout field wrappers into CSS grid */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields__field-wrapper {
  display: block !important;
}

/* Keep WooCommerce checkout form rows native */
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first {
  float: left !important;
  width: 47% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
  float: right !important;
  width: 47% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide {
  clear: both !important;
  width: 100% !important;
}

/* Payment area: preserve gateway layout and clickability */
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment .form-row.place-order,
body.woocommerce-checkout #payment div.payment_box {
  position: relative !important;
  z-index: auto !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order,
body.woocommerce-checkout input#place_order {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 5 !important;
  cursor: pointer !important;
}

/* Gateway iframes/elements must receive pointer events */
body.woocommerce-checkout #payment iframe,
body.woocommerce-checkout #payment .wc-stripe-elements-field,
body.woocommerce-checkout #payment .stripe-card-group,
body.woocommerce-checkout #payment .payment_box,
body.woocommerce-checkout #payment .payment_method_stripe,
body.woocommerce-checkout #payment .payment_method_paypal,
body.woocommerce-checkout #payment .payment_method_redsys {
  pointer-events: auto !important;
}

/* Pay-for-order native page */
body.woocommerce-order-pay form#order_review,
body.woocommerce-order-pay #order_review,
body.woocommerce-order-pay #payment {
  display: block !important;
  position: static !important;
  pointer-events: auto !important;
}

body.woocommerce-order-pay #place_order {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Thank you/order received: keep native output readable without overriding logic */
body.woocommerce-order-received .woocommerce-order {
  max-width: min(100% - 32px, 1080px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

/* Mobile: keep native one-column checkout */
@media (max-width: 768px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-1,
  body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-2,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide {
    float: none !important;
    width: 100% !important;
  }
}



/* v121 checkout safe mode - emergency native interaction reset */

body.dzc-checkout-safe-mode-v121,
body.dzc-checkout-safe-mode-v121 * {
  animation: none !important;
}

body.dzc-checkout-safe-mode-v121 form.checkout,
body.dzc-checkout-safe-mode-v121 form#order_review,
body.dzc-checkout-safe-mode-v121 #order_review,
body.dzc-checkout-safe-mode-v121 #payment,
body.dzc-checkout-safe-mode-v121 .woocommerce-checkout-review-order,
body.dzc-checkout-safe-mode-v121 .woocommerce-checkout-payment {
  transform: none !important;
  filter: none !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body.dzc-checkout-safe-mode-v121 #payment *,
body.dzc-checkout-safe-mode-v121 form.checkout *,
body.dzc-checkout-safe-mode-v121 form#order_review * {
  pointer-events: auto;
}

body.dzc-checkout-safe-mode-v121 #place_order,
body.dzc-checkout-safe-mode-v121 button#place_order,
body.dzc-checkout-safe-mode-v121 input#place_order,
body.dzc-checkout-safe-mode-v121 .woocommerce-checkout button[type="submit"],
body.dzc-checkout-safe-mode-v121 form.checkout button[type="submit"] {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 999 !important;
  cursor: pointer !important;
}

/* Do not overlay anything above payment button */
body.dzc-checkout-safe-mode-v121 #payment::before,
body.dzc-checkout-safe-mode-v121 #payment::after,
body.dzc-checkout-safe-mode-v121 #order_review::before,
body.dzc-checkout-safe-mode-v121 #order_review::after,
body.dzc-checkout-safe-mode-v121 form.checkout::before,
body.dzc-checkout-safe-mode-v121 form.checkout::after {
  display: none !important;
  content: none !important;
}

/* Restore native-ish checkout structure */
body.dzc-checkout-safe-mode-v121 form.checkout {
  display: block !important;
}

body.dzc-checkout-safe-mode-v121 #customer_details,
body.dzc-checkout-safe-mode-v121 .col2-set {
  display: block !important;
}

body.dzc-checkout-safe-mode-v121 .col2-set::after,
body.dzc-checkout-safe-mode-v121 form.checkout::after {
  content: "";
  display: table;
  clear: both;
}

body.dzc-checkout-safe-mode-v121 .col2-set .col-1 {
  float: left !important;
  width: 48% !important;
}

body.dzc-checkout-safe-mode-v121 .col2-set .col-2 {
  float: right !important;
  width: 48% !important;
}

body.dzc-checkout-safe-mode-v121 #order_review_heading,
body.dzc-checkout-safe-mode-v121 #order_review {
  clear: both !important;
  width: 100% !important;
}

body.dzc-checkout-safe-mode-v121 #order_review {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

/* Stripe/PayPal/Redsys/payment widgets must stay interactive */
body.dzc-checkout-safe-mode-v121 iframe,
body.dzc-checkout-safe-mode-v121 .payment_box,
body.dzc-checkout-safe-mode-v121 .wc-stripe-elements-field,
body.dzc-checkout-safe-mode-v121 .stripe-card-group,
body.dzc-checkout-safe-mode-v121 .payment_method_stripe,
body.dzc-checkout-safe-mode-v121 .payment_method_paypal,
body.dzc-checkout-safe-mode-v121 .payment_method_redsys,
body.dzc-checkout-safe-mode-v121 .payment_method_bacs,
body.dzc-checkout-safe-mode-v121 .payment_methods,
body.dzc-checkout-safe-mode-v121 .payment_methods li {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 768px) {
  body.dzc-checkout-safe-mode-v121 .col2-set .col-1,
  body.dzc-checkout-safe-mode-v121 .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
  }
}

