/* ── ГЛОБАЛЬНЫЕ ПЕРЕМЕННЫЕ ── */
.dm-pg { --cr: #FAF6EE; --crd: #F2EBD8; --crm: #EDE0C8; --br: #2C1A0E; --brm: #5C3A1E; --brl: #8B6240; --tr: #C06B3A; --trl: #D4875A; --gd: #B8912A; --gdl: #D4AD58; --ww: #FFFDF8; --mu: #7A5C40; font-family: Lora, Georgia, serif; }

/* ── HERO ── */
.dm-hero { background: linear-gradient(160deg,#FFFDF8 0%,#FAF6EE 55%,#F2EBD8 100%); padding: 70px 6% 60px; display: flex; flex-wrap: wrap; gap: 48px; align-items: center; width: 100%; box-sizing: border-box; overflow: hidden; }
.dm-hero-tag { display: inline-block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #C06B3A; border: 1px solid #C06B3A; padding: 5px 13px; border-radius: 30px; margin-bottom: 22px; }
.dm-hero h1 { font-family: "Playfair Display", serif; font-size: clamp(30px,4vw,52px); line-height: 1.18; font-weight: 700; color: #2C1A0E; margin: 0 0 14px; }
.dm-hero h1 em { font-style: italic; color: #C06B3A; }
.dm-hero-sub { font-size: 16px; color: #5C3A1E; line-height: 1.65; margin-bottom: 28px; max-width: 440px; }
.dm-pr { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.dm-price { font-family: "Playfair Display", serif; font-size: 38px; font-weight: 700; color: #2C1A0E; }
.dm-pold { font-size: 20px; color: #8B6240; text-decoration: line-through; }
.dm-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.dm-btn { display: inline-block; background: #C06B3A; color: #FFFDF8 !important; padding: 14px 34px; border-radius: 50px; font-size: 15px; font-family: Lora, serif; font-weight: 500; text-decoration: none !important; transition: background .2s; white-space: nowrap; }
.dm-btn:hover { background: #D4875A; }
.dm-btn2 { display: inline-block; border: 1.5px solid #8B6240; color: #5C3A1E !important; padding: 13px 28px; border-radius: 50px; font-size: 15px; font-family: Lora, serif; text-decoration: none !important; transition: background .2s; white-space: nowrap; }
.dm-btn2:hover { background: #F2EBD8; }
.dm-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; font-size: 12px; color: #7A5C40; }
.dm-badge { display: flex; align-items: center; gap: 5px; }
.dm-badge svg { width: 13px; height: 13px; fill: #B8912A; flex-shrink: 0; }
.dm-hero-vis { flex: 0 0 240px; max-width: 240px; display: flex; justify-content: center; align-items: center; }
.dm-bwrap { animation: dmfl 4s ease-in-out infinite; display: flex; flex-direction: column; align-items: center; }
@keyframes dmfl { 0%,100%{transform:translateY(0) rotate(-2deg)} 50%{transform:translateY(-12px) rotate(-2deg)} }
.dm-bimg { width: 200px; border-radius: 4px 10px 10px 4px; box-shadow: -7px 7px 0 rgba(44,26,14,.14), -3px 3px 24px rgba(44,26,14,.28); display: block; }
.dm-bsh { width: 140px; height: 16px; background: radial-gradient(ellipse,rgba(44,26,14,.18) 0%,transparent 70%); margin: 8px auto 0; }

/* ── PROBLEM ── */
.dm-prob { background: #2C1A0E; padding: 72px 6%; width: 100%; box-sizing: border-box; }
.dm-lbl { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #D4AD58; margin-bottom: 12px; display: block; font-family: Lora, serif; }
.dm-prob .dm-ttl { color: #FAF6EE; }
.dm-pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 36px; }
.dm-pitem { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 28px 22px; }
.dm-pn { font-family: "Playfair Display", serif; font-size: 34px; font-style: italic; color: rgba(212,173,88,.2); line-height: 1; margin-bottom: 10px; }
.dm-pitem h3 { font-family: "Playfair Display", serif; font-size: 16px; color: #F2EBD8; margin-bottom: 8px; font-weight: 700; }
.dm-pitem p { font-size: 13px; color: rgba(250,246,238,.52); line-height: 1.6; }
.dm-pclose { margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); font-family: "Playfair Display", serif; font-size: clamp(16px,2.2vw,26px); font-style: italic; color: #FAF6EE; text-align: center; line-height: 1.45; }
.dm-pclose span { color: #D4AD58; }

/* ── SHARED ── */
.dm-sec { padding: 72px 6%; width: 100%; box-sizing: border-box; }
.dm-in { max-width: 1060px; margin: 0 auto; }
.dm-inn { max-width: 700px; margin: 0 auto; }
.dm-ttl { font-family: "Playfair Display", serif; font-size: clamp(24px,3.2vw,40px); line-height: 1.2; font-weight: 700; color: #2C1A0E; margin-bottom: 32px; }
.dm-ttl em { font-style: italic; color: #C06B3A; }
.dm-lbl-t { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #C06B3A; margin-bottom: 12px; display: block; font-family: Lora, serif; }

/* ── SOLUTION ── */
.dm-sol { background: #FFFDF8; }
.dm-sol-in { display: flex; flex-wrap: wrap; gap: 60px; align-items: flex-start; }
.dm-sol-l, .dm-sol-r { flex: 1; min-width: 260px; }
.dm-quote { border-left: 3px solid #C06B3A; padding-left: 22px; margin: 24px 0; font-size: 17px; font-style: italic; color: #5C3A1E; line-height: 1.55; }
.dm-stxt { font-size: 15px; color: #5C3A1E; line-height: 1.7; }
.dm-feats { list-style: none; margin-top: 24px; padding: 0; }
.dm-feats li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #EDE0C8; font-size: 15px; color: #5C3A1E; }
.dm-feats li:last-child { border-bottom: none; }
.dm-dot { width: 7px; height: 7px; border-radius: 50%; background: #C06B3A; flex-shrink: 0; margin-top: 8px; }
.dm-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dm-stat { background: #FAF6EE; border: 1px solid #EDE0C8; border-radius: 12px; padding: 24px 20px; text-align: center; }
.dm-sn { font-family: "Playfair Display", serif; font-size: 40px; font-weight: 700; color: #C06B3A; line-height: 1; margin-bottom: 7px; }
.dm-sl { font-size: 12px; color: #7A5C40; line-height: 1.4; }

/* ── CHAPTERS ── */
.dm-chap { background: #FAF6EE; }
.dm-cgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.dm-card { background: #FFFDF8; border: 1px solid #EDE0C8; border-radius: 12px; padding: 26px 22px; border-top: 3px solid transparent; transition: border-color .25s, box-shadow .25s; }
.dm-card:hover { border-top-color: #C06B3A; box-shadow: 0 6px 24px rgba(44,26,14,.08); }
.dm-cn { font-family: "Playfair Display", serif; font-size: 12px; font-style: italic; color: #C06B3A; margin-bottom: 10px; letter-spacing: .05em; }
.dm-ct { font-family: "Playfair Display", serif; font-size: 17px; font-weight: 700; color: #2C1A0E; margin-bottom: 9px; line-height: 1.3; }
.dm-cd { font-size: 13px; color: #7A5C40; line-height: 1.6; }
.dm-tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 5px; }
.dm-tag { font-size: 11px; padding: 3px 9px; background: #F2EBD8; color: #5C3A1E; border-radius: 16px; }

/* ── PRACTICES ── */
.dm-prac { background: #FFFDF8; }
.dm-prow { display: flex; flex-wrap: wrap; gap: 14px; }
.dm-pill { background: #FAF6EE; border: 1px solid #EDE0C8; border-left: 3px solid #C06B3A; padding: 13px 17px; border-radius: 8px; font-size: 13px; color: #5C3A1E; flex: 1; min-width: 180px; }
.dm-pill strong { display: block; font-family: "Playfair Display", serif; font-size: 14px; color: #2C1A0E; margin-bottom: 2px; font-weight: 700; }

/* ── FOR WHOM ── */
.dm-fw { background: #F2EBD8; }
.dm-fwgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dm-fwb { background: #FFFDF8; border-radius: 16px; padding: 32px 28px; }
.dm-fwh { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 700; margin-bottom: 18px; }
.dm-fwyes .dm-fwh { color: #C06B3A; }
.dm-fwno .dm-fwh { color: #8B6240; }
.dm-fwlist { list-style: none; padding: 0; }
.dm-fwlist li { padding: 9px 0; border-bottom: 1px solid #EDE0C8; font-size: 14px; color: #5C3A1E; display: flex; gap: 10px; align-items: flex-start; }
.dm-fwlist li:last-child { border-bottom: none; }

/* ── AUTHOR ── */
.dm-auth { background: #FAF6EE; }
.dm-auth-in { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.dm-auth-img { width: 260px; border-radius: 12px; display: block; object-fit: cover; box-shadow: 0 6px 32px rgba(44,26,14,.12); flex-shrink: 0; }
.dm-auth-info { flex: 1; min-width: 260px; }
.dm-auth-name { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: #2C1A0E; margin-bottom: 5px; }
.dm-auth-role { font-size: 14px; color: #C06B3A; margin-bottom: 20px; font-style: italic; }
.dm-auth-bio { font-size: 15px; color: #5C3A1E; line-height: 1.75; margin-bottom: 18px; }
.dm-creds { display: flex; flex-wrap: wrap; gap: 8px; }
.dm-cred { font-size: 12px; padding: 5px 12px; background: #F2EBD8; border: 1px solid #EDE0C8; border-radius: 16px; color: #5C3A1E; }

/* ── REVIEWS ── */
.dm-rev { background: #FFFDF8; }
.dm-tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dm-tcard { background: #FAF6EE; border: 1px solid #EDE0C8; border-radius: 12px; padding: 24px 20px; }
.dm-tstars { color: #B8912A; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.dm-ttext { font-size: 14px; font-style: italic; color: #5C3A1E; line-height: 1.65; margin-bottom: 18px; }
.dm-tau { display: flex; align-items: center; gap: 9px; }
.dm-tav { width: 36px; height: 36px; border-radius: 50%; background: #EDE0C8; display: flex; align-items: center; justify-content: center; font-family: "Playfair Display", serif; font-size: 13px; color: #5C3A1E; flex-shrink: 0; }
.dm-tn { font-size: 13px; font-weight: 500; color: #2C1A0E; }
.dm-tr { font-size: 11px; color: #7A5C40; }

/* ── OFFER ── */
.dm-offer { background: linear-gradient(150deg,#2C1A0E 0%,#4A2810 100%); text-align: center; padding: 80px 6%; width: 100%; box-sizing: border-box; font-family: Lora, Georgia, serif; }
.dm-offer .dm-lbl-t { color: #D4AD58; }
.dm-ottl { font-family: "Playfair Display", serif; font-size: clamp(24px,3.5vw,40px); line-height: 1.2; font-weight: 700; color: #FAF6EE; max-width: 520px; margin: 0 auto 14px; }
.dm-osub { font-size: 16px; color: rgba(250,246,238,.6); margin-bottom: 44px; }
.dm-obox { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 44px 40px; max-width: 500px; margin: 0 auto; }
.dm-olist { text-align: left; list-style: none; padding: 0; margin-bottom: 30px; }
.dm-olist li { display: flex; align-items: flex-start; gap: 11px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 15px; color: rgba(250,246,238,.82); }
.dm-olist li:last-child { border-bottom: none; }
.dm-ochk { color: #D4AD58; font-size: 16px; flex-shrink: 0; line-height: 1.6; }
.dm-oold { font-size: 18px; text-decoration: line-through; color: rgba(250,246,238,.28); margin-bottom: 3px; }
.dm-omain { font-family: "Playfair Display", serif; font-size: 52px; font-weight: 700; color: #FAF6EE; line-height: 1; }
.dm-onote { font-size: 12px; color: rgba(250,246,238,.35); margin-top: 6px; margin-bottom: 26px; }
.dm-obtn { display: block; background: #C06B3A; color: #FFFDF8 !important; padding: 16px 36px; border-radius: 50px; font-size: 16px; font-family: Lora, serif; font-weight: 500; text-decoration: none !important; transition: background .2s; text-align: center; }
.dm-obtn:hover { background: #D4875A; }
.dm-ogrs { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: 12px; color: rgba(250,246,238,.42); }

/* ── FAQ ── */
.dm-faq { background: #FAF6EE; }
.dm-flist { border-top: 1px solid #EDE0C8; }
.dm-fi { border-bottom: 1px solid #EDE0C8; padding: 18px 0; cursor: pointer; }
.dm-fq { font-family: "Playfair Display", serif; font-size: 16px; color: #2C1A0E; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.dm-ftog { width: 24px; height: 24px; border-radius: 50%; border: 1px solid #EDE0C8; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #C06B3A; flex-shrink: 0; transition: transform .3s; line-height: 1; }
.dm-fi.dm-open .dm-ftog { transform: rotate(45deg); }
.dm-fa { font-size: 14px; color: #7A5C40; line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .35s ease, margin-top .3s; }
.dm-fi.dm-open .dm-fa { max-height: 250px; margin-top: 11px; }

/* ── FOOTER ── */
.dm-foot { background: #2C1A0E; color: rgba(250,246,238,.45); text-align: center; padding: 40px 6%; width: 100%; box-sizing: border-box; margin: 0; font-size: 13px; line-height: 1.8; font-family: Lora, Georgia, serif; }
.dm-flogo { font-family: "Playfair Display", serif; font-size: 16px; font-style: italic; color: #F2EBD8; margin-bottom: 14px; }
.dm-flinks { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; }
.dm-foot a { color: rgba(250,246,238,.45); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .dm-hero { padding: 50px 5% 44px; gap: 32px; }
  .dm-hero-vis { order: -1; flex: 0 0 auto; max-width: 100%; }
  .dm-bimg { width: 160px; }
  .dm-pgrid { grid-template-columns: 1fr; }
  .dm-sol-l, .dm-sol-r { min-width: 100%; }
  .dm-cgrid { grid-template-columns: 1fr; }
  .dm-fwgrid { grid-template-columns: 1fr; }
  .dm-auth-img { width: 100%; max-width: 280px; }
  .dm-tgrid { grid-template-columns: 1fr; }
  .dm-obox { padding: 32px 20px; }
  .dm-btn2 { display: none; }
  .dm-stats { grid-template-columns: 1fr 1fr; }
}