/*
Theme Name: DaroCart Premium AR V3
Theme URI: https://darocart.com
Author: DaroCart
Description: Arabic-first premium WooCommerce theme inspired by Arab America visual identity. Built for a polished Arabic ecommerce experience.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: darocart-premium-ar-v3
Tags: e-commerce, rtl-language-support, woocommerce, custom-menu
*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

:root{
  --dc-blue:#123c69;
  --dc-blue-900:#061d36;
  --dc-blue-800:#0b2a4c;
  --dc-blue-700:#0f3765;
  --dc-gold:#c88a2d;
  --dc-gold-2:#e0ad52;
  --dc-gold-soft:#fff6e8;
  --dc-red:#b91c1c;
  --dc-bg:#f7f9fc;
  --dc-soft:#eef6ff;
  --dc-card:#ffffff;
  --dc-text:#142033;
  --dc-muted:#697789;
  --dc-border:#e4e9f0;
  --dc-shadow:0 18px 45px rgba(6,29,54,.11);
  --dc-shadow-soft:0 10px 26px rgba(6,29,54,.07);
  --dc-radius:18px;
  --dc-radius-lg:24px;
  --dc-container:min(1188px, calc(100% - 40px));
}

*{box-sizing:border-box}
html{direction:rtl;scroll-behavior:smooth}
body{
  margin:0;
  direction:rtl;
  text-align:right;
  font-family:"Tajawal", system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
  background:var(--dc-bg);
  color:var(--dc-text);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font-family:inherit}
.dc-container{width:var(--dc-container);margin-inline:auto}
.screen-reader-text{position:absolute;left:-9999px}

/* Top bar */
.dc-topbar{background:var(--dc-blue-900);color:#fff;font-size:13px;font-weight:700}
.dc-topbar .dc-container{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:34px}
.dc-topbar-center{opacity:.95}.dc-topbar-left,.dc-topbar-right{display:flex;align-items:center;gap:8px;white-space:nowrap}.dc-lang a{opacity:.8}.dc-lang strong{color:var(--dc-gold-2)}

/* Header */
.dc-header{background:#fff;border-bottom:1px solid var(--dc-border);position:sticky;top:0;z-index:50;box-shadow:0 4px 18px rgba(6,29,54,.04)}
.dc-main-header{display:grid;grid-template-columns:230px 1fr 320px;gap:22px;align-items:center;padding:16px 0}
.dc-logo{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--dc-blue-900);font-size:31px;letter-spacing:-.4px;line-height:1}
.dc-logo-mark{width:44px;height:44px;border:2px solid var(--dc-gold);border-radius:13px;display:grid;place-items:center;color:var(--dc-blue);position:relative;background:linear-gradient(180deg,#fff,#fff8ed)}
.dc-logo-mark:before{content:"";position:absolute;top:-8px;width:18px;height:12px;border:3px solid var(--dc-gold);border-bottom:0;border-radius:12px 12px 0 0}
.dc-logo small{display:block;font-size:11px;color:var(--dc-muted);font-weight:700;margin-top:5px;letter-spacing:0}
.dc-search-form{display:flex;align-items:center;border:1px solid var(--dc-border);border-radius:14px;overflow:hidden;background:#fff;height:48px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.dc-search-form input{border:0;outline:0;width:100%;height:100%;padding:0 18px;font-size:15px;color:var(--dc-text);direction:rtl;text-align:right;background:#fff}
.dc-search-form button{width:58px;height:48px;border:0;background:var(--dc-gold);color:#fff;font-weight:900;font-size:18px;cursor:pointer;transition:.18s ease}
.dc-search-form button:hover{background:#b87920}
.dc-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;font-weight:800;color:var(--dc-blue-900)}
.dc-action{display:flex;align-items:center;gap:8px;font-size:14px;white-space:nowrap}.dc-action svg{width:23px;height:23px;stroke:var(--dc-blue-900)}
.dc-cart-price{display:block;font-size:12px;color:var(--dc-muted);font-weight:800;direction:ltr;text-align:right}.dc-badge{background:var(--dc-gold);color:#fff;border-radius:999px;min-width:18px;height:18px;display:inline-grid;place-items:center;font-size:11px;margin-inline-start:-7px;margin-top:-14px}
.dc-nav-wrap{border-top:1px solid var(--dc-border);background:#fff}
.dc-nav{display:flex;align-items:center;justify-content:center;gap:2px;min-height:48px}
.dc-nav ul{display:flex;align-items:center;justify-content:center;gap:4px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.dc-nav a{display:block;padding:13px 18px;font-size:15px;font-weight:800;color:#1f2d3d;border-bottom:3px solid transparent;transition:.18s ease;border-radius:10px 10px 0 0}
.dc-nav a:hover,.dc-nav .current-menu-item>a{color:var(--dc-blue);border-bottom-color:var(--dc-blue);background:#f4f8fc}
.dc-mobile-toggle{display:none;border:1px solid var(--dc-border);background:#fff;border-radius:12px;padding:9px;color:var(--dc-blue-900)}

/* Hero */
.dc-hero{padding:28px 0 0;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.dc-hero-panel{position:relative;overflow:hidden;border-radius:24px;min-height:318px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--dc-blue-900);box-shadow:var(--dc-shadow);border:1px solid rgba(18,60,105,.14)}
.dc-hero-content{padding:48px 58px 46px;color:#fff;position:relative;z-index:2;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,var(--dc-blue-900),#0a2d53 72%)}
.dc-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 13px;font-weight:800;font-size:13px;color:#fff;margin-bottom:18px}
.dc-hero h1{font-size:48px;line-height:1.1;margin:0 0 15px;font-weight:900;letter-spacing:-1px;max-width:600px}
.dc-hero p{font-size:18px;line-height:1.9;margin:0 0 25px;color:rgba(255,255,255,.88);max-width:620px;font-weight:500}
.dc-hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.dc-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;padding:13px 22px;font-weight:900;font-size:15px;border:1px solid transparent;transition:.18s ease;line-height:1.2;cursor:pointer}
.dc-btn-primary{background:linear-gradient(180deg,var(--dc-gold-2),var(--dc-gold));color:#fff;box-shadow:0 10px 22px rgba(200,138,45,.28)}
.dc-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(200,138,45,.34)}
.dc-btn-secondary{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.08)}
.dc-btn-secondary:hover{background:rgba(255,255,255,.14)}
.dc-hero-visual{position:relative;min-height:318px;background:linear-gradient(90deg,rgba(6,29,54,.30),rgba(6,29,54,0)),linear-gradient(135deg,#eadcc7,#fbf7ef 46%,#dfc3a1)}
.dc-hero-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 40% 35%,rgba(255,255,255,.9),transparent 29%),linear-gradient(110deg,rgba(255,255,255,.08),rgba(255,255,255,.0));opacity:.55}
.dc-family-card{position:absolute;inset:34px 38px 34px 42px;border-radius:22px;background:rgba(255,255,255,.38);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.55);box-shadow:0 18px 38px rgba(6,29,54,.16);overflow:hidden;display:grid;place-items:center;padding:22px}
.dc-box-visual{width:min(360px,88%);height:160px;border-radius:18px;background:linear-gradient(180deg,#c8954a,#a76b22);box-shadow:0 20px 40px rgba(55,34,12,.24);display:grid;place-items:center;color:#061d36;font-size:28px;font-weight:900;position:relative}
.dc-box-visual:before{content:"";position:absolute;top:-24px;width:120px;height:50px;background:#d7ab68;border-radius:14px 14px 4px 4px;transform:perspective(130px) rotateX(30deg);opacity:.9}
.dc-ornament{position:absolute;right:40px;bottom:30px;width:96px;height:128px;border:2px solid rgba(200,138,45,.55);border-radius:48px 48px 14px 14px;opacity:.65}.dc-ornament:before{content:"";position:absolute;inset:16px;border:1px solid rgba(200,138,45,.55);border-radius:35px 35px 9px 9px}.dc-ornament:after{content:"";position:absolute;bottom:18px;right:36px;width:22px;height:38px;background:rgba(200,138,45,.45);border-radius:22px 22px 4px 4px;box-shadow:0 0 20px rgba(224,173,82,.65)}
.dc-slider-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dc-slider-dots span{width:24px;height:4px;border-radius:999px;background:rgba(255,255,255,.6)}.dc-slider-dots span:first-child{background:var(--dc-gold)}

/* Trust */
.dc-trust{margin-top:0}.dc-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--dc-border);border-radius:0 0 18px 18px;box-shadow:var(--dc-shadow-soft);overflow:hidden}
.dc-trust-item{display:flex;align-items:center;justify-content:center;gap:13px;padding:19px 14px;border-inline-start:1px solid var(--dc-border)}.dc-trust-item:first-child{border-inline-start:0}.dc-trust-icon{width:42px;height:42px;border-radius:14px;background:#f5f8fc;display:grid;place-items:center;color:var(--dc-blue)}.dc-trust svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:2}.dc-trust strong{display:block;font-size:16px;color:var(--dc-text);font-weight:900;line-height:1.25}.dc-trust span{display:block;font-size:13px;color:var(--dc-muted);font-weight:600}

.dc-section{padding:34px 0}.dc-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.dc-section-title{text-align:center;margin-bottom:18px}.dc-section-title h2,.dc-section-head h2{font-size:28px;line-height:1.25;margin:4px 0 0;color:var(--dc-blue-900);font-weight:900;letter-spacing:-.4px}.dc-pill{display:inline-flex;background:#fff6e8;color:#a76b22;border:1px solid #f0d2a4;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:900}.dc-view-all{font-weight:900;color:var(--dc-blue);font-size:14px}

/* Categories */
.dc-cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.dc-cat-card{background:#fff;border:1px solid var(--dc-border);border-radius:15px;padding:18px 14px;text-align:center;box-shadow:var(--dc-shadow-soft);transition:.18s ease;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.dc-cat-card:hover{transform:translateY(-3px);box-shadow:var(--dc-shadow);border-color:#d7e3ef}.dc-cat-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,#f6f9fc,#fff);display:grid;place-items:center;color:var(--dc-blue);border:1px solid #e8edf3}.dc-cat-icon svg{width:27px;height:27px;stroke:currentColor;fill:none;stroke-width:2}.dc-cat-card strong{font-size:15px;font-weight:900;color:var(--dc-blue-900)}.dc-cat-card small{font-size:12px;color:var(--dc-muted);font-weight:600;line-height:1.5}

/* Products */
.dc-products .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important;margin:0!important;padding:0!important}.woocommerce ul.products li.product,.dc-demo-product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid var(--dc-border);border-radius:18px;padding:12px!important;box-shadow:var(--dc-shadow-soft);text-align:center;position:relative;overflow:hidden;transition:.18s ease}.woocommerce ul.products li.product:hover,.dc-demo-product:hover{transform:translateY(-3px);box-shadow:var(--dc-shadow)}.woocommerce ul.products li.product img,.dc-demo-img{border-radius:14px;background:#f4f7fa;margin:0 0 12px!important;aspect-ratio:1/1;object-fit:contain;width:100%;padding:10px}.woocommerce ul.products li.product h2,.woocommerce-loop-product__title,.dc-demo-product h3{font-size:15px!important;color:var(--dc-text);font-weight:900!important;line-height:1.45;min-height:42px;margin:8px 0 6px!important}.woocommerce ul.products li.product .price,.dc-demo-price{color:var(--dc-red)!important;font-size:17px!important;font-weight:900!important;direction:ltr;display:block;margin:8px 0!important}.woocommerce ul.products li.product .button,.dc-demo-product .dc-add{display:flex!important;justify-content:center;align-items:center;background:var(--dc-blue-900)!important;color:#fff!important;border-radius:10px!important;font-weight:900!important;font-size:13px!important;min-height:36px;padding:9px 12px!important;width:100%;border:0!important}.dc-demo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dc-stars{color:#e5a11a;font-size:13px;letter-spacing:1px;direction:ltr;text-align:center}.dc-demo-img svg{width:74%;height:74%;margin:auto;stroke:#8496aa;fill:none;stroke-width:1.8}

/* Offer */
.dc-offer-box{background:linear-gradient(135deg,var(--dc-blue-900),var(--dc-blue));border-radius:18px;padding:26px 34px;color:#fff;box-shadow:var(--dc-shadow);display:grid;grid-template-columns:1fr auto auto;gap:22px;align-items:center;overflow:hidden;position:relative}.dc-offer-box:before{content:"";position:absolute;inset-inline-start:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(224,173,82,.14)}.dc-offer-box h2{font-size:27px;margin:0 0 6px;font-weight:900}.dc-offer-box p{margin:0;color:rgba(255,255,255,.82);font-weight:700}.dc-offer-icon{font-size:42px;color:var(--dc-gold-2)}.dc-timer{display:flex;gap:8px;direction:ltr}.dc-timer span{width:54px;height:54px;background:#fff;color:var(--dc-blue-900);border-radius:11px;display:grid;place-items:center;font-weight:900;line-height:1.15;font-size:16px}.dc-timer small{display:block;font-size:10px;color:var(--dc-muted)}

/* Values */
.dc-values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dc-value{background:#fff;border:1px solid var(--dc-border);border-radius:15px;padding:17px 14px;box-shadow:var(--dc-shadow-soft);display:flex;align-items:center;gap:11px;min-height:82px}.dc-value svg{width:30px;height:30px;stroke:var(--dc-blue);fill:none;stroke-width:2;flex:0 0 auto}.dc-value strong{display:block;font-weight:900;color:var(--dc-blue-900);font-size:14px}.dc-value span{display:block;color:var(--dc-muted);font-size:12px;font-weight:600;line-height:1.5}

/* Footer */
.dc-footer{background:var(--dc-blue-900);color:#fff;margin-top:38px;padding:36px 0 18px}.dc-footer-grid{display:grid;grid-template-columns:1.2fr .85fr .85fr 1.1fr;gap:34px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:28px}.dc-footer h3{font-size:17px;margin:0 0 14px;font-weight:900}.dc-footer p{color:rgba(255,255,255,.78);font-weight:600;margin:0 0 14px;font-size:14px}.dc-footer ul{padding:0;margin:0;list-style:none}.dc-footer li{margin:8px 0;color:rgba(255,255,255,.78);font-size:14px;font-weight:700}.dc-footer a:hover{color:var(--dc-gold-2)}.dc-newsletter{display:flex;gap:8px}.dc-newsletter input{height:40px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:10px;padding:0 12px;width:100%;outline:0}.dc-newsletter input::placeholder{color:rgba(255,255,255,.6)}.dc-newsletter button{height:40px;border:0;background:var(--dc-gold);color:#fff;border-radius:10px;font-weight:900;padding:0 16px;cursor:pointer}.dc-payments{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.dc-payments span{background:#fff;color:#123c69;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:900}.dc-footer-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:18px;color:rgba(255,255,255,.65);font-size:12px;font-weight:600}

/* Generic */
.site-main{min-height:55vh}.dc-page,.dc-archive{padding:34px 0}.dc-page-card{background:#fff;border:1px solid var(--dc-border);border-radius:18px;padding:28px;box-shadow:var(--dc-shadow-soft)}

@media (max-width:1000px){
  .dc-main-header{grid-template-columns:1fr;gap:14px}.dc-actions{justify-content:center}.dc-hero-panel{grid-template-columns:1fr}.dc-hero-visual{min-height:245px}.dc-trust-grid{grid-template-columns:repeat(2,1fr)}.dc-cats-grid{grid-template-columns:repeat(3,1fr)}.dc-products .woocommerce ul.products,.dc-demo-grid{grid-template-columns:repeat(2,1fr)!important}.dc-values-grid{grid-template-columns:repeat(2,1fr)}.dc-footer-grid{grid-template-columns:repeat(2,1fr)}.dc-offer-box{grid-template-columns:1fr;align-items:start}.dc-timer{justify-content:flex-start}
}
@media (max-width:640px){
  :root{--dc-container:min(100% - 28px,1188px)}.dc-topbar-center{display:none}.dc-main-header{padding:12px 0}.dc-logo{font-size:25px}.dc-logo-mark{width:38px;height:38px}.dc-search-form{height:44px}.dc-search-form button{height:44px;width:50px}.dc-actions{justify-content:space-between;gap:8px}.dc-action span:not(.dc-badge):not(.dc-cart-price){display:none}.dc-nav{justify-content:flex-start;overflow:auto}.dc-nav ul{justify-content:flex-start;flex-wrap:nowrap;overflow:auto}.dc-nav a{white-space:nowrap;padding:12px 14px}.dc-hero{padding-top:16px}.dc-hero-panel{border-radius:18px}.dc-hero-content{padding:30px 22px}.dc-hero h1{font-size:33px}.dc-hero p{font-size:15px}.dc-btn{width:100%;padding:12px 18px}.dc-hero-visual{display:none}.dc-trust-grid{grid-template-columns:repeat(2,1fr);border-radius:16px;margin-top:12px}.dc-trust-item{padding:14px 10px;gap:8px;justify-content:flex-start}.dc-trust-icon{width:35px;height:35px}.dc-trust strong{font-size:13px}.dc-trust span{font-size:11px}.dc-section{padding:26px 0}.dc-section-head{align-items:center}.dc-section-title h2,.dc-section-head h2{font-size:23px}.dc-cats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dc-cat-card{min-height:112px}.dc-products .woocommerce ul.products,.dc-demo-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.woocommerce ul.products li.product,.dc-demo-product{padding:9px!important}.dc-offer-box{padding:22px}.dc-offer-box h2{font-size:22px}.dc-timer span{width:46px;height:48px}.dc-values-grid{grid-template-columns:1fr}.dc-footer-grid{grid-template-columns:1fr;gap:24px}.dc-footer-bottom{flex-direction:column;text-align:center}.dc-newsletter{flex-direction:column}
}

/* =========================================================
   V3 refinement: closer to the approved visual mockup
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap');
:root{
  --dc-blue:#123c69;
  --dc-blue-900:#071f3d;
  --dc-blue-850:#092746;
  --dc-gold:#c88a2d;
  --dc-gold-2:#d9a244;
  --dc-bg:#f5f8fc;
  --dc-text:#102033;
  --dc-muted:#667085;
  --dc-border:#dfe7f0;
  --dc-shadow:0 18px 44px rgba(7,31,61,.10);
  --dc-shadow-soft:0 8px 22px rgba(7,31,61,.075);
  --dc-container:min(1120px, calc(100% - 42px));
}
body{font-family:"Cairo","Tajawal",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;background:#f7f9fc;color:var(--dc-text);line-height:1.65;font-size:15px;font-weight:500}.dc-container{width:var(--dc-container)}
.dc-topbar{height:30px;background:#061d36;font-family:"Cairo",sans-serif}.dc-topbar .dc-container{min-height:30px;font-size:12px;font-weight:700}.dc-topbar-right:before{content:""}.dc-topbar-center{font-weight:700}.dc-header{position:relative;box-shadow:none}.dc-main-header{grid-template-columns:220px minmax(360px,1fr) 330px;gap:24px;padding:16px 0 14px}.dc-logo{font-family:"Cairo",sans-serif;font-size:29px;font-weight:900;letter-spacing:-.5px}.dc-logo-mark{width:44px;height:44px;border-radius:12px;border-color:var(--dc-gold);box-shadow:0 7px 18px rgba(200,138,45,.12)}.dc-logo small{font-size:10px;color:#697789;margin-top:4px}.dc-search-form{height:46px;border-radius:13px;border-color:#d7e0ea;box-shadow:0 3px 12px rgba(7,31,61,.035)}.dc-search-form input{font-size:14px;font-weight:600;color:#344054}.dc-search-form button{height:46px;width:56px;background:#bd8128}.dc-actions{gap:18px}.dc-action{font-size:14px;font-weight:800}.dc-action svg{width:24px;height:24px;stroke:#071f3d}.dc-nav-wrap{border-top:1px solid #edf1f5}.dc-nav{min-height:46px}.dc-nav a{font-family:"Cairo",sans-serif;font-size:14px;font-weight:800;padding:12px 18px;border-bottom-width:2px;color:#1f2937}.dc-nav a:hover,.dc-nav .current-menu-item>a{background:transparent;color:#123c69;border-bottom-color:#123c69}
.dc-hero{padding:26px 0 0;background:linear-gradient(180deg,#fff 0,#f7f9fc 100%)}.dc-hero-panel{direction:ltr;grid-template-columns:49% 51%;min-height:270px;border-radius:13px;box-shadow:0 16px 36px rgba(7,31,61,.14);border:1px solid rgba(7,31,61,.08);background:#071f3d}.dc-hero-content{direction:rtl;text-align:right;order:1;padding:40px 42px 38px 58px;background:radial-gradient(circle at 4% 8%,rgba(255,255,255,.11),transparent 34%),linear-gradient(135deg,#071f3d 0%,#0a2a4d 100%)}.dc-hero-visual{order:2;min-height:270px;background-image:linear-gradient(90deg,rgba(7,31,61,.78),rgba(7,31,61,.06) 35%,rgba(7,31,61,0)),url('assets/images/hero-family.jpg');background-size:cover;background-position:center;border-radius:0 13px 13px 0}.dc-family-card,.dc-box-visual,.dc-ornament{display:none}.dc-kicker{background:#fff6e8;color:#a66b20;border:1px solid #f0d7ad;padding:5px 12px;font-size:12px;margin-bottom:15px}.dc-hero h1{font-family:"Cairo",sans-serif;font-size:42px;line-height:1.18;font-weight:900;letter-spacing:-.8px;max-width:520px;margin-bottom:13px}.dc-hero p{font-size:15.5px;line-height:1.85;font-weight:600;max-width:520px;margin-bottom:22px;color:rgba(255,255,255,.90)}.dc-hero-actions{gap:12px}.dc-btn{font-family:"Cairo",sans-serif;border-radius:8px;padding:11px 21px;font-size:14px;font-weight:900}.dc-btn-primary{background:linear-gradient(180deg,#d7a04a,#bd8128);box-shadow:0 8px 17px rgba(200,138,45,.28)}.dc-btn-secondary{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.05)}.dc-slider-dots{bottom:13px}.dc-slider-dots span{height:3px;width:24px}
.dc-trust-grid{border-radius:0 0 13px 13px;box-shadow:0 12px 28px rgba(7,31,61,.075);grid-template-columns:repeat(4,1fr)}.dc-trust-item{padding:15px 18px;gap:12px;justify-content:center}.dc-trust-icon{background:#fff;width:42px;height:42px;color:#123c69}.dc-trust strong{font-family:"Cairo",sans-serif;font-size:14.5px}.dc-trust span{font-size:12px;color:#697789}
.dc-section{padding:30px 0}.dc-section-title{margin-bottom:17px}.dc-section-title h2,.dc-section-head h2{font-family:"Cairo",sans-serif;font-size:27px;color:#071f3d;font-weight:900;letter-spacing:-.3px}.dc-pill{font-size:11px;border-color:#efcf9a;background:#fff8ef;color:#a1661e;font-weight:900;padding:4px 11px}.dc-cats-grid{grid-template-columns:repeat(6,1fr);gap:14px}.dc-cat-card{min-height:92px;border-radius:10px;padding:13px 10px;box-shadow:0 9px 20px rgba(7,31,61,.06);gap:7px;background:linear-gradient(180deg,#fff,#fbfcfe)}.dc-cat-icon{width:42px;height:34px;border:0;background:transparent;color:#123c69}.dc-cat-icon svg{width:30px;height:30px;stroke-width:1.9}.dc-cat-card strong{font-family:"Cairo",sans-serif;font-size:13.5px;color:#071f3d}.dc-cat-card small{font-size:10.5px;color:#697789;line-height:1.35}
.dc-products{padding-top:26px}.dc-section-head{margin-bottom:16px}.dc-demo-grid{grid-template-columns:repeat(6,1fr);gap:14px}.dc-demo-product,.woocommerce ul.products li.product{border-radius:11px!important;border-color:#dfe7f0;box-shadow:0 10px 22px rgba(7,31,61,.07);padding:10px!important;background:#fff}.dc-demo-img,.woocommerce ul.products li.product img{aspect-ratio:1.08/1;border-radius:8px;background:#f7f8fa;padding:0!important;overflow:hidden;margin:0 0 10px!important}.dc-demo-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.dc-demo-product h3,.woocommerce-loop-product__title{font-family:"Cairo",sans-serif;font-size:13.5px!important;font-weight:800!important;line-height:1.35;min-height:37px;margin:7px 0 4px!important;color:#111827}.dc-stars{font-size:11px;color:#e6a11a}.dc-stars span{color:#6b7280;font-size:10px}.dc-demo-price,.woocommerce ul.products li.product .price{font-size:15px!important;margin:5px 0 8px!important;color:#b91c1c!important}.dc-demo-product .dc-add,.woocommerce ul.products li.product .button{height:32px!important;min-height:32px;border-radius:6px!important;background:#071f3d!important;font-size:12px!important;padding:7px 10px!important}
.dc-offer-box{border-radius:11px;padding:22px 30px;grid-template-columns:auto 1fr auto;box-shadow:0 14px 30px rgba(7,31,61,.13);background:linear-gradient(135deg,#071f3d,#0a2e56)}.dc-offer-box:after{content:"";width:120px;height:120px;position:absolute;right:26px;top:50%;transform:translateY(-50%);background:url('assets/images/offer-gift.jpg') center/contain no-repeat;opacity:.95}.dc-offer-box>div:first-child{padding-right:130px}.dc-offer-box h2{font-family:"Cairo",sans-serif;font-size:26px}.dc-offer-box p{font-size:13px}.dc-timer span{border-radius:7px;width:48px;height:48px;font-size:15px}.dc-values-grid{grid-template-columns:repeat(5,1fr);gap:12px}.dc-value{border-radius:9px;min-height:68px;padding:12px 13px;box-shadow:0 7px 17px rgba(7,31,61,.055)}.dc-value strong{font-size:13px}.dc-value span{font-size:10.5px}.dc-footer{background:#071f3d;margin-top:34px;padding-top:34px}.dc-footer-grid{grid-template-columns:1.15fr .8fr .9fr 1.1fr;gap:35px}.dc-footer h3{font-family:"Cairo",sans-serif;font-size:16px}.dc-footer p,.dc-footer li{font-size:13px}.dc-footer-bottom{font-size:11px}
@media (max-width:1000px){.dc-main-header{grid-template-columns:1fr}.dc-hero-panel{grid-template-columns:1fr}.dc-hero-content{order:2}.dc-hero-visual{order:1;border-radius:13px 13px 0 0}.dc-demo-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){:root{--dc-container:min(100% - 24px,1120px)}body{font-size:14px}.dc-topbar .dc-container{font-size:11px}.dc-hero-content{padding:28px 20px}.dc-hero h1{font-size:30px}.dc-hero-visual{min-height:190px}.dc-trust-grid{grid-template-columns:repeat(2,1fr)}.dc-cats-grid{grid-template-columns:repeat(3,1fr);gap:9px}.dc-cat-card{min-height:86px}.dc-demo-grid{grid-template-columns:repeat(2,1fr);gap:11px}.dc-offer-box{grid-template-columns:1fr;padding:22px}.dc-offer-box:after{display:none}.dc-offer-box>div:first-child{padding-right:0}.dc-values-grid{grid-template-columns:1fr}.dc-footer-grid{grid-template-columns:1fr}}
