/* FULL FRONTEND RECOVERY BASELINE */
:root{
  --bg:#eef3f8;
  --surface:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e5ebf3;
  --primary:#2563eb;
  --grad-primary:linear-gradient(135deg,#2563eb,#7c3aed);
  --grad-purple:linear-gradient(135deg,#6d00ff,#8c2bff);
  --grad-green:linear-gradient(135deg,#16a34a,#22c55e);
  --grad-red:linear-gradient(135deg,#dc2626,#ef4444);
  --grad-footer:linear-gradient(135deg,#0f172a,#172554);
  --site-header-offset:108px;
  --container:1140px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;letter-spacing:-.01em;padding-top:var(--site-header-offset)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.d-none{display:none!important}
.container{width:100%;max-width:var(--container);margin:0 auto;padding-left:18px;padding-right:18px}
.site-main{min-height:60vh}
.page-section{padding:28px 0}
.page-banner,.info-panel,.ui-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.page-banner{padding:24px;margin-bottom:24px}
.section-title{margin:0;font-size:clamp(1.65rem,2.5vw,2.7rem);line-height:1.08;letter-spacing:-.04em;font-weight:900}
.text-secondary{color:var(--muted)}
.hero-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border-radius:999px;background:#eef2ff;color:#3758d5;font-weight:800;font-size:.82rem}
.mt-3{margin-top:1rem}.mb-2{margin-bottom:.5rem}.h-100{height:100%}
.row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
.row>*{padding-left:12px;padding-right:12px;width:100%}
.g-4>*{margin-bottom:24px}
.col-lg-4{width:33.3333%}.col-lg-8{width:66.6667%}.col-md-6{width:50%}.col-lg-3{width:25%}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1400}
.shop-status-bar{color:#fff}
.shop-status-bar.is-open{background:var(--grad-green)}
.shop-status-bar.is-closed{background:var(--grad-red)}
.shop-status-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.84rem;font-weight:800;text-align:center}
.shop-status-dot{width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18)}
.site-navbar{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 10px 28px rgba(15,23,42,.06)}
.site-navbar-container{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative}
.site-brand{display:inline-flex;align-items:center;gap:10px}
.site-brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--grad-primary);color:#fff;font-weight:900;box-shadow:0 10px 18px rgba(37,99,235,.16)}
.site-brand-text strong{font-size:1rem;font-weight:900;letter-spacing:-.03em}
.site-navbar-collapse{display:flex;align-items:center}
.site-nav{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}
.site-nav a{color:#334155;font-weight:800}
.site-nav a:hover{color:var(--primary)}
.site-navbar-toggler{width:44px;height:44px;border:none;outline:none;background:#eef2ff;border-radius:12px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;box-shadow:0 8px 18px rgba(37,99,235,.10)}
.site-navbar-toggler span{display:block;width:20px;height:2.5px;background:#1e293b;border-radius:999px;transition:all .25s ease}
.site-navbar-toggler.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-navbar-toggler.is-open span:nth-child(2){opacity:0}
.site-navbar-toggler.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;font-weight:800;transition:.2s ease}
.btn-primary{background:var(--grad-primary);color:#fff;box-shadow:0 12px 22px rgba(37,99,235,.20)}
.btn-outline-dark{background:#fff;color:#0f172a;border:1px solid #d8e0ea}
.btn-outline-primary{background:#fff;color:var(--primary);border:1px solid #cfdcf8}
.ui-card{overflow:hidden}
.ui-card-image{width:100%;object-fit:cover;object-position:center}
.ui-card-body{padding:16px}
.clickable-card{display:flex;flex-direction:column;height:100%}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.simple-page-banner{padding:16px 18px}
.simple-category-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;text-align:center!important;padding:16px!important;gap:14px!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 16px 34px rgba(15,23,42,.06)!important}
.simple-category-image{width:100%!important;height:210px!important;min-height:210px!important;max-height:210px!important;object-fit:cover!important;object-position:center!important;border-radius:18px!important;margin:0 auto!important}
.simple-category-body{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0!important}
.category-name-btn{width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:12px 14px!important;font-size:1rem!important;font-weight:800!important;line-height:1.2!important;border-radius:14px!important;background:var(--grad-primary)!important;color:#fff!important;box-shadow:0 12px 24px rgba(59,130,246,.22)!important}
.gallery-btn{background:linear-gradient(135deg,#ec4899,#f97316)!important}
.hero-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:24px;align-items:stretch}
.hero-content,.hero-side{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 28px rgba(15,23,42,.08);padding:24px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.hero-feature-row{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.hero-feature-chip{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 12px;border-radius:16px;background:#f8fbff;border:1px solid var(--line);font-weight:800;color:#334155}
.flow-list{display:flex;flex-direction:column;gap:12px}
.flow-step{min-height:56px;display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.flow-step-number{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0f172a;color:#fff;font-weight:900;font-size:.86rem}
.site-footer{margin-top:48px;background:var(--grad-footer);color:#fff;padding:32px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}
.footer-about h3,.footer-links h4{margin:0 0 12px;font-size:1.06rem}
.footer-about p{margin:0;line-height:1.7;color:rgba(255,255,255,.82)}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:rgba(255,255,255,.88)}
.site-footer-bottom{margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:rgba(255,255,255,.84)}
.wa-quick-float{position:fixed;right:14px;bottom:86px;z-index:1350;height:52px;padding:0 14px;border-radius:999px;display:flex;align-items:center;gap:8px;color:#fff;background:var(--grad-green);box-shadow:0 18px 34px rgba(37,211,102,.32)}
.wa-float-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;line-height:0}
.wa-float-text{font-weight:800}
.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1300;display:none;grid-template-columns:repeat(5,1fr);align-items:center;gap:0;width:100%;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:var(--grad-purple);box-shadow:0 -10px 24px rgba(109,0,255,.22)}
.mobile-nav-item{min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:rgba(255,255,255,.74);font-size:.66rem;font-weight:700}
.mobile-nav-icon{width:22px;height:22px;display:grid;place-items:center;color:#fff;line-height:1}
.mobile-nav-icon svg{width:22px;height:22px;display:block;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.nav-quote .mobile-nav-icon svg{fill:currentColor;stroke:none}
.mobile-nav-active,.mobile-nav-active .mobile-nav-label{color:#fff;font-weight:800}
@media (max-width:1199.98px){.hero-feature-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width:991.98px){
  .col-lg-4,.col-lg-8,.col-lg-3{width:100%}
  body{padding-bottom:84px}
  .site-navbar-toggler{display:flex!important}
  .site-navbar-collapse{position:absolute;top:100%;left:0;right:0;display:none;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 14px 30px rgba(15,23,42,.08);padding:14px 18px;z-index:1200}
  .site-navbar-collapse.is-open{display:block}
  .site-nav{flex-direction:column;align-items:flex-start;gap:14px}
  .mobile-bottom-nav{display:grid}
  .footer-grid{grid-template-columns:1fr;gap:20px}
  .hero-grid{grid-template-columns:1fr}
}
@media (max-width:767.98px){
  .container{padding-left:14px;padding-right:14px}
  .col-md-6{width:100%}
  .shop-status-inner{font-size:.76rem;padding:0 10px;flex-wrap:wrap}
  .site-navbar-container{min-height:64px}
  .site-brand-mark{width:38px;height:38px;border-radius:12px}
  .site-brand-text strong{font-size:1rem}
  .page-section{padding:20px 0}
  .page-banner,.hero-content,.hero-side,.info-panel,.ui-card{border-radius:18px}
  .simple-category-card{padding:14px!important;gap:12px!important}
  .simple-category-image{height:168px!important;min-height:168px!important;max-height:168px!important}
  .category-name-btn{min-height:44px!important;font-size:.95rem!important;padding:10px 12px!important}
  .hero-feature-row{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .wa-quick-float{bottom:86px;height:50px}
}

.wa-icon-only{
  width: 56px;
  height: 56px;
  padding: 0;
  justify-content: center;
}

.site-logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#0f172a;
  font-weight:900;
}

.site-logo img{
  width:44px;
  height:44px;
  object-fit:contain;
  display:block;
}
.site-logo img,
.header-logo img,
.navbar-brand img,
.site-header img[src*="dtp-logo"]{
  width: 150px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

.site-logo,
.header-logo,
.navbar-brand{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.site-logo span,
.header-logo span{
  font-size:14px !important;
  font-weight:800 !important;
}

@media(max-width:767px){
  .site-logo img,
  .header-logo img,
  .navbar-brand img,
  .site-header img[src*="dtp-logo"]{
    width: 128px !important;
    max-height: 50px !important;
  }
}


