:root {
    --dc-bg: #f6f8fb;
    --dc-surface: #ffffff;
    --dc-surface-2: #f8fafc;
    --dc-text: #111827;
    --dc-muted: #667085;
    --dc-border: #e5e7eb;
    --dc-primary: #123c69;
    --dc-primary-2: #0b2949;
    --dc-accent: #f59e0b;
    --dc-accent-2: #fff7ed;
    --dc-success: #047857;
    --dc-radius: 18px;
    --dc-radius-lg: 28px;
    --dc-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
    --dc-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.06);
    --dc-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--dc-bg);
    color: var(--dc-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--dc-primary); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text, .dc-skip-link:not(:focus) {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}
.dc-skip-link:focus {
    position: fixed; top: 12px; left: 12px; z-index: 9999;
    background: #fff; color: var(--dc-primary);
    padding: 10px 14px; border-radius: 12px; box-shadow: var(--dc-shadow);
}
.dc-container { width: min(100% - 32px, var(--dc-container)); margin-inline: auto; }

.dc-topbar { background: #0b1220; color: #dbeafe; font-size: 13px; }
.dc-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.dc-header {
    position: sticky; top: 0; z-index: 900;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(229,231,235,.9);
}
.dc-header-inner { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.dc-brand { flex: 0 0 auto; display: flex; align-items: center; }
.custom-logo { max-height: 56px; width: auto; }
.dc-logo-text { font-size: 28px; font-weight: 950; letter-spacing: -0.055em; color: var(--dc-primary); }
.dc-main-nav { flex: 1; }
.dc-menu { display: flex; align-items: center; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.dc-menu > li { position: relative; }
.dc-menu a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 12px; border-radius: 999px; color: var(--dc-text); font-weight: 800; }
.dc-menu a:hover, .dc-menu .current-menu-item > a { background: var(--dc-surface-2); color: var(--dc-primary); }
.dc-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; list-style: none; margin: 8px 0 0; padding: 8px; background: #fff; border: 1px solid var(--dc-border); border-radius: 16px; box-shadow: var(--dc-shadow); }
.dc-menu li:hover > .sub-menu { display: block; }
.dc-menu .sub-menu a { display: flex; border-radius: 12px; }
.dc-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.dc-search-link, .dc-account-link, .dc-cart-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border-radius: 999px; font-weight: 900; }
.dc-search-link { width: 42px; background: var(--dc-surface-2); border: 1px solid var(--dc-border); font-size: 22px; }
.dc-account-link { padding: 8px 14px; background: #fff; border: 1px solid var(--dc-border); }
.dc-cart-link { gap: 7px; padding: 8px 14px; background: var(--dc-primary); color: #fff; }
.dc-cart-link:hover { color: #fff; background: var(--dc-primary-2); }
.dc-cart-count { min-width: 22px; min-height: 22px; display: inline-grid; place-items: center; background: var(--dc-accent); color: #111827; border-radius: 999px; font-size: 12px; font-weight: 950; }
.dc-menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border-radius: 14px; border: 1px solid var(--dc-border); background: #fff; }
.dc-menu-toggle span { display: block; height: 2px; background: var(--dc-text); margin: 5px 0; border-radius: 5px; }

.dc-site-main { min-height: 58vh; }
.dc-hero { position: relative; overflow: hidden; padding: 72px 0 46px; background: linear-gradient(135deg, #ffffff 0%, #eef6ff 60%, #fff7ed 100%); border-bottom: 1px solid var(--dc-border); }
.dc-hero:before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -220px; background: radial-gradient(circle, rgba(18,60,105,.18), transparent 70%); border-radius: 50%; }
.dc-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.dc-eyebrow { display: inline-flex; align-items: center; width: fit-content; padding: 7px 12px; border-radius: 999px; background: var(--dc-accent-2); color: #9a3412; border: 1px solid #fed7aa; font-size: 13px; font-weight: 950; letter-spacing: .01em; }
.dc-eyebrow-small { margin-bottom: 10px; }
.dc-hero h1 { margin: 18px 0 18px; max-width: 760px; font-size: clamp(42px, 6.2vw, 78px); line-height: .98; letter-spacing: -0.07em; color: var(--dc-primary-2); }
.dc-hero p { max-width: 660px; color: var(--dc-muted); font-size: 20px; margin: 0 0 28px; }
.dc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.dc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 999px; font-weight: 950; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.dc-btn:hover { transform: translateY(-1px); }
.dc-btn-primary { background: var(--dc-primary); color: #fff; box-shadow: 0 12px 28px rgba(18,60,105,.22); }
.dc-btn-primary:hover { background: var(--dc-primary-2); color: #fff; }
.dc-btn-light { background: #fff; color: var(--dc-primary); border-color: var(--dc-border); }
.dc-hero-panel { min-height: 380px; position: relative; display: grid; place-items: center; }
.dc-floating-card-main { width: min(100%, 420px); background: #fff; border: 1px solid rgba(229,231,235,.95); border-radius: 34px; padding: 34px; box-shadow: var(--dc-shadow); }
.dc-card-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; background: #eef6ff; border-radius: 18px; font-size: 28px; margin-bottom: 18px; }
.dc-floating-card h2 { font-size: 34px; line-height: 1.08; letter-spacing: -0.04em; margin: 0 0 10px; color: var(--dc-primary); }
.dc-floating-card p { font-size: 16px; margin: 0; color: var(--dc-muted); }
.dc-mini-card { position: absolute; background: #fff; border: 1px solid var(--dc-border); border-radius: 999px; padding: 10px 16px; font-weight: 950; box-shadow: var(--dc-shadow-soft); }
.dc-mini-1 { top: 34px; left: 10px; }
.dc-mini-2 { right: 0; top: 100px; }
.dc-mini-3 { bottom: 42px; left: 40px; }

.dc-trust-strip { background: #fff; border-bottom: 1px solid var(--dc-border); }
.dc-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 18px 0; }
.dc-trust-grid div { display: grid; gap: 2px; }
.dc-trust-grid strong { color: var(--dc-primary-2); }
.dc-trust-grid span { color: var(--dc-muted); font-size: 14px; }
.dc-section { padding: 52px 0; }
.dc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.dc-section-head h2 { margin: 0; color: var(--dc-primary-2); font-size: clamp(28px, 4vw, 44px); line-height: 1.05; letter-spacing: -0.055em; }
.dc-section-link, .dc-link { color: var(--dc-primary); font-weight: 950; }
.dc-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dc-category-card { display: block; background: #fff; border: 1px solid var(--dc-border); border-radius: 24px; padding: 22px; box-shadow: var(--dc-shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.dc-category-card:hover { transform: translateY(-4px); box-shadow: var(--dc-shadow); }
.dc-category-card span { font-size: 34px; }
.dc-category-card h3 { margin: 14px 0 7px; font-size: 19px; }
.dc-category-card p { margin: 0; color: var(--dc-muted); font-size: 14px; }
.dc-cta { margin-block: 38px 8px; background: linear-gradient(135deg, var(--dc-primary), #0b1220); color: #fff; border-radius: 32px; padding: clamp(24px, 5vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--dc-shadow); }
.dc-cta h2 { margin: 10px 0; font-size: clamp(28px,4vw,44px); line-height: 1.08; letter-spacing: -0.05em; }
.dc-cta p { color: #dbeafe; max-width: 640px; margin: 0; }

.dc-page-shell, .dc-shop-shell { padding: 42px 0; }
.dc-page-card, .dc-card { background: #fff; border: 1px solid var(--dc-border); border-radius: 24px; padding: clamp(20px, 4vw, 42px); box-shadow: var(--dc-shadow-soft); }
.dc-page-header h1 { margin: 0 0 20px; color: var(--dc-primary-2); font-size: clamp(32px, 4vw, 50px); line-height: 1.06; letter-spacing: -0.05em; }
.dc-content :where(h2,h3,h4) { color: var(--dc-primary-2); line-height: 1.2; }
.dc-content a { color: var(--dc-primary); text-decoration: underline; text-underline-offset: 3px; }
.dc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dc-post-card h2 { margin-top: 0; line-height: 1.2; }
.dc-post-thumb img, .dc-single-thumb img { border-radius: 18px; margin-bottom: 18px; }
.dc-search-form { display: flex; gap: 10px; flex-wrap: wrap; }
.dc-search-form label { flex: 1 1 280px; }
.dc-search-input { width: 100%; min-height: 48px; padding: 12px 16px; border: 1px solid var(--dc-border); border-radius: 999px; background: #fff; }
.dc-search-submit { min-height: 48px; border: 0; border-radius: 999px; padding: 12px 20px; background: var(--dc-primary); color: #fff; font-weight: 950; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: var(--dc-muted); font-size: 14px; margin-bottom: 18px; }
.woocommerce-products-header__title, .woocommerce div.product .product_title { color: var(--dc-primary-2); letter-spacing: -0.045em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; background: #fff; border: 1px solid var(--dc-border); border-radius: 24px; padding: 14px; box-shadow: var(--dc-shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--dc-shadow); }
.woocommerce ul.products li.product a img { border-radius: 18px; margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--dc-text); font-size: 16px; font-weight: 900; line-height: 1.3; padding: 0; }
.woocommerce ul.products li.product .price { color: var(--dc-primary); font-weight: 950; font-size: 16px; }
.woocommerce span.onsale { background: var(--dc-accent); color: #111827; border-radius: 999px; min-height: auto; line-height: 1; padding: 8px 10px; font-weight: 950; }
.woocommerce .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--dc-primary) !important; color: #fff !important; border-radius: 999px !important; padding: 12px 18px !important; font-weight: 950 !important; border: 0 !important; }
.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--dc-primary-2) !important; color: #fff !important; }
.woocommerce div.product { background: #fff; border: 1px solid var(--dc-border); border-radius: 28px; padding: clamp(18px, 4vw, 36px); box-shadow: var(--dc-shadow-soft); }
.woocommerce div.product div.images img { border-radius: 22px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--dc-primary); font-size: 28px; font-weight: 950; }
.woocommerce div.product form.cart .button { min-height: 50px; }
.woocommerce .quantity .qty { min-height: 46px; border: 1px solid var(--dc-border); border-radius: 999px; padding: 8px; }
.woocommerce-tabs, .related.products, .upsells.products { margin-top: 34px; }
.woocommerce table.shop_table { background: #fff; border-radius: 20px; overflow: hidden; border-color: var(--dc-border); }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #payment { background: #fff; border: 1px solid var(--dc-border); border-radius: 22px; padding: 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 46px; border: 1px solid var(--dc-border); border-radius: 12px; padding: 10px 12px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 16px; background: #fff; border-top-color: var(--dc-primary); box-shadow: var(--dc-shadow-soft); }

.dc-footer { margin-top: 56px; padding: 52px 0 18px; background: #0b1220; color: #e5e7eb; }
.dc-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 30px; }
.dc-footer h2, .dc-footer h3 { color: #fff; margin-top: 0; }
.dc-footer p, .dc-footer a { color: #cbd5e1; }
.dc-footer a:hover { color: #fff; }
.dc-footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.dc-footer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.dc-footer-trust span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 7px 10px; font-size: 13px; color: #dbeafe; }
.dc-footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: #cbd5e1; }

@media (max-width: 1024px) {
    .dc-account-link { display: none; }
    .dc-category-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
    .dc-post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
    .dc-topbar-inner { justify-content: center; text-align: center; }
    .dc-topbar-inner span:last-child { display: none; }
    .dc-header-inner { min-height: 68px; gap: 12px; }
    .dc-menu-toggle { display: inline-block; order: 3; }
    .dc-main-nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); background: #fff; border: 1px solid var(--dc-border); border-radius: 20px; box-shadow: var(--dc-shadow); padding: 12px; }
    .dc-main-nav.is-open { display: block; }
    .dc-menu { display: grid; gap: 6px; justify-content: stretch; }
    .dc-menu a { display: flex; justify-content: space-between; border-radius: 14px; background: var(--dc-surface-2); }
    .dc-menu .sub-menu { position: static; display: block; margin: 6px 0 0 14px; min-width: auto; border: 0; box-shadow: none; background: transparent; padding: 0; }
    .dc-header-actions { margin-inline-start: auto; }
    .dc-search-link { display: none; }
    .dc-cart-text { display: none; }
    .dc-hero { padding: 46px 0 34px; }
    .dc-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .dc-hero-panel { min-height: 260px; }
    .dc-mini-card { display: none; }
    .dc-trust-grid { grid-template-columns: 1fr; }
    .dc-section-head, .dc-cta { display: grid; align-items: start; }
    .dc-category-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dc-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .dc-container { width: min(100% - 22px, var(--dc-container)); }
    .dc-logo-text { font-size: 23px; }
    .dc-cart-link { padding: 8px 10px; }
    .dc-hero h1 { font-size: clamp(38px, 13vw, 54px); }
    .dc-hero p { font-size: 17px; }
    .dc-floating-card-main { padding: 24px; border-radius: 24px; }
    .dc-category-grid, .woocommerce ul.products, .dc-post-grid { grid-template-columns: 1fr; }
    .woocommerce div.product { padding: 16px; }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { font-weight: 950; }
}
