/* =============================================
   DEEPS LIFESTYLE — INNER PAGES CSS
   Add to end of style.css or enqueue separately
   ============================================= */

/* ---- PAGE HERO BANNER ---- */
.dl-page-hero {
  background: #111;
  padding: 64px 60px;
  position: relative;
  overflow: hidden;
}
.dl-page-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border: 1px solid rgba(240,90,26,.08);
  border-radius: 50%;
}
.dl-page-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 100px;
  width: 260px; height: 260px;
  border: 1px solid rgba(240,90,26,.06);
  border-radius: 50%;
}
.dl-page-hero-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 2; }
.dl-page-hero-tag {
  font-size: .66rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dl-page-hero-tag::before { content: ''; width: 24px; height: 2px; background: var(--o); }
.dl-page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.dl-page-hero-title em { font-style: italic; color: var(--o); }
.dl-page-hero-sub { color: #aaa; font-size: .88rem; max-width: 520px; line-height: 1.7; }
.dl-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: .72rem;
  color: #666;
}
.dl-breadcrumb a { color: var(--o); }
.dl-breadcrumb span { color: #aaa; }

/* ---- INNER PAGE LAYOUT ---- */
.dl-inner-wrap { max-width: var(--max); margin: 0 auto; padding: 64px 60px; }
.dl-inner-wrap.narrow { max-width: 860px; }
.dl-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.dl-three-col { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.dl-sidebar-layout { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }

/* ---- CONTENT TYPOGRAPHY ---- */
.dl-prose h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 36px 0 12px;
  color: #111;
}
.dl-prose h2:first-child { margin-top: 0; }
.dl-prose h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 8px;
  color: #111;
}
.dl-prose p { font-size: .88rem; color: #555; line-height: 1.85; margin-bottom: 14px; }
.dl-prose ul, .dl-prose ol { padding-left: 20px; margin-bottom: 14px; }
.dl-prose li { font-size: .87rem; color: #555; line-height: 1.8; margin-bottom: 4px; }
.dl-prose a { color: var(--o); font-weight: 600; }
.dl-prose strong { color: #222; }
.dl-prose em { color: var(--gr); }
.dl-divider { height: 1px; background: var(--bd); margin: 32px 0; }

/* ---- INFO CARDS ---- */
.dl-info-card {
  background: var(--g);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 28px;
  transition: box-shadow .3s, transform .3s;
}
.dl-info-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.dl-info-card-icon { font-size: 2rem; margin-bottom: 14px; }
.dl-info-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}
.dl-info-card-body { font-size: .82rem; color: var(--gr); line-height: 1.75; }

/* ---- ORANGE HIGHLIGHT CARD ---- */
.dl-highlight-card {
  background: var(--ypale);
  border: 1.5px solid #ffd4b8;
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.dl-highlight-card-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.dl-highlight-card-title { font-weight: 700; font-size: .9rem; margin-bottom: 4px; color: var(--od); }
.dl-highlight-card-body { font-size: .82rem; color: #7a3a10; line-height: 1.7; }
.dl-highlight-card-body a { color: var(--o); font-weight: 600; }

/* ---- SIZE TABLE ---- */
.dl-size-table { width: 100%; border-collapse: collapse; font-size: .83rem; }
.dl-size-table th {
  background: #111;
  color: #fff;
  padding: 11px 14px;
  text-align: center;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
}
.dl-size-table th:first-child { background: var(--o); }
.dl-size-table td { padding: 10px 14px; text-align: center; border-bottom: 1px solid var(--bd); color: #444; }
.dl-size-table tr:nth-child(even) td { background: var(--g); }
.dl-size-table tr:hover td { background: var(--ypale); }
.dl-size-table .size-label { font-weight: 700; color: var(--o); }
.dl-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--bd); }

/* ---- TABS (Size Guide) ---- */
.dl-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--bd); margin-bottom: 28px; }
.dl-tab {
  padding: 11px 24px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--gr);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .2s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'Inter', sans-serif;
}
.dl-tab.active, .dl-tab:hover { color: var(--o); border-bottom-color: var(--o); }
.dl-tab-panel { display: none; }
.dl-tab-panel.active { display: block; }

/* ---- FAQ ACCORDION ---- */
.dl-faq-item {
  border-bottom: 1px solid var(--bd);
}
.dl-faq-item:first-child { border-top: 1px solid var(--bd); }
.dl-faq-q-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 0;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color .2s;
}
.dl-faq-q-btn:hover { color: var(--o); }
.dl-faq-q-btn .icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--g);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem;
  transition: all .25s;
}
.dl-faq-item.open .dl-faq-q-btn { color: var(--o); }
.dl-faq-item.open .icon { background: var(--o); color: #fff; transform: rotate(45deg); }
.dl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .3s;
}
.dl-faq-item.open .dl-faq-answer { max-height: 600px; }
.dl-faq-answer-inner { padding: 0 0 18px; font-size: .85rem; color: var(--gr); line-height: 1.8; }
.dl-faq-answer-inner a { color: var(--o); font-weight: 600; }

/* ---- STEPS (Shipping / Returns) ---- */
.dl-steps { display: flex; flex-direction: column; gap: 0; position: relative; }
.dl-steps::before {
  content: '';
  position: absolute;
  left: 19px; top: 24px; bottom: 24px;
  width: 2px;
  background: linear-gradient(to bottom, var(--o), var(--bd));
}
.dl-step { display: flex; gap: 20px; padding: 0 0 28px; position: relative; }
.dl-step:last-child { padding-bottom: 0; }
.dl-step-num {
  width: 40px; height: 40px;
  background: var(--o);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: .82rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(240,90,26,.3);
}
.dl-step-content { padding-top: 8px; }
.dl-step-title { font-weight: 700; font-size: .92rem; margin-bottom: 4px; color: #111; }
.dl-step-desc { font-size: .83rem; color: var(--gr); line-height: 1.7; }

/* ---- SHIPPING ZONES TABLE ---- */
.dl-ship-table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.dl-ship-table th {
  background: var(--g);
  padding: 11px 14px;
  text-align: left;
  font-size: .7rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--gr);
  border-bottom: 2px solid var(--bd);
}
.dl-ship-table td { padding: 12px 14px; border-bottom: 1px solid var(--bd); color: #444; font-size: .84rem; }
.dl-ship-table tr:hover td { background: var(--ypale); }
.dl-ship-table .free { color: #2e7d32; font-weight: 700; }
.dl-ship-table .zone { font-weight: 600; color: #111; }

/* ---- TIMELINE (Returns process) ---- */
.dl-timeline { display: flex; justify-content: space-between; gap: 12px; margin: 32px 0; }
.dl-tl-item { flex: 1; text-align: center; position: relative; }
.dl-tl-item::before {
  content: '';
  position: absolute;
  top: 20px; left: 50%; right: -50%;
  height: 2px;
  background: var(--bd);
  z-index: 0;
}
.dl-tl-item:last-child::before { display: none; }
.dl-tl-dot {
  width: 40px; height: 40px;
  background: var(--o);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(240,90,26,.3);
}
.dl-tl-label { font-size: .74rem; font-weight: 600; color: #111; }
.dl-tl-sub { font-size: .68rem; color: var(--lg); margin-top: 2px; }

/* ---- CONTACT FORM ---- */
.dl-form { display: flex; flex-direction: column; gap: 14px; }
.dl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dl-form-group { display: flex; flex-direction: column; gap: 5px; }
.dl-form-label { font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--gr); }
.dl-form-input,
.dl-form-select,
.dl-form-textarea {
  background: var(--g);
  border: 1.5px solid var(--bd);
  padding: 11px 13px;
  border-radius: 8px;
  font-size: .85rem;
  font-family: 'Inter', sans-serif;
  color: #111;
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
}
.dl-form-input:focus,
.dl-form-select:focus,
.dl-form-textarea:focus { border-color: var(--o); background: #fff; }
.dl-form-input::placeholder,
.dl-form-textarea::placeholder { color: var(--lg); }
.dl-form-textarea { resize: vertical; min-height: 120px; }
.dl-form-select { appearance: none; cursor: pointer; }

/* ---- TEAM / ABOUT CARDS ---- */
.dl-team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.dl-team-card {
  background: var(--g);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--bd);
  text-align: center;
}
.dl-team-img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dl-team-info { padding: 18px; }
.dl-team-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
.dl-team-role { font-size: .72rem; color: var(--o); font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

/* ---- VALUE PILLARS ---- */
.dl-values { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin: 36px 0; }
.dl-value {
  padding: 24px 18px;
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 12px;
  text-align: center;
  transition: box-shadow .3s;
}
.dl-value:hover { box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.dl-value-icon { font-size: 1.8rem; margin-bottom: 10px; }
.dl-value-title { font-weight: 700; font-size: .85rem; margin-bottom: 5px; color: #111; }
.dl-value-desc { font-size: .76rem; color: var(--lg); line-height: 1.6; }

/* ---- SIDEBAR TOC ---- */
.dl-toc {
  background: var(--g);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 22px 24px;
  position: sticky;
  top: 90px;
}
.dl-toc-title { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--o); font-weight: 700; margin-bottom: 14px; }
.dl-toc ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.dl-toc a {
  font-size: .8rem;
  color: var(--gr);
  text-decoration: none;
  padding: 5px 9px;
  border-radius: 5px;
  display: block;
  transition: all .2s;
  border-left: 2px solid transparent;
}
.dl-toc a:hover,
.dl-toc a.active { color: var(--o); background: var(--ypale); border-left-color: var(--o); }

/* ---- WA STICKY BUTTON ---- */
.dl-wa-sticky {
  position: fixed;
  bottom: 24px; right: 24px;
  background: #25D366;
  color: #fff;
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 18px rgba(37,211,102,.4);
  z-index: 300;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
}
.dl-wa-sticky:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.5); color: #fff; }

/* ---- POLICY SECTION ---- */
.dl-policy-section { margin-bottom: 36px; scroll-margin-top: 90px; }
.dl-policy-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ypale);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dl-policy-section h2 .ico { color: var(--o); font-size: 1.1rem; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .dl-two-col, .dl-sidebar-layout { grid-template-columns: 1fr; }
  .dl-three-col, .dl-team-grid { grid-template-columns: repeat(2,1fr); }
  .dl-values { grid-template-columns: repeat(2,1fr); }
  .dl-timeline { flex-direction: column; }
  .dl-tl-item::before { display: none; }
  .dl-page-hero { padding: 44px 20px; }
  .dl-page-hero-title { font-size: 2.4rem; }
  .dl-inner-wrap { padding: 40px 20px; }
  .dl-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .dl-three-col, .dl-team-grid, .dl-values { grid-template-columns: 1fr; }
  .dl-tabs { overflow-x: auto; }
  .dl-page-hero-title { font-size: 1.9rem; }
}
