
.dm-hero{padding:72px 0 58px;background:linear-gradient(180deg,#eef5fb 0,#fff 100%)}
.dm-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:50px;align-items:center}
.dm-hero h1{max-width:720px;margin-bottom:22px}
.dm-lead{max-width:760px;font-size:1.1rem;line-height:1.7;color:var(--muted)}
.dm-actions{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 0}
.dm-hero-carousel{width:100%;max-width:none;margin-inline:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 22px 52px rgba(23,59,89,.12)}
.dm-hero-carousel .product-carousel-track{aspect-ratio:1/1}
.dm-hero-carousel .product-carousel-slide img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.dm-section{padding:58px 0}
.dm-section.alt{background:#f5f8fb}
.dm-section-head{max-width:820px;margin-bottom:30px}
.dm-section-head h2{margin:0 0 12px;font-size:clamp(2.1rem,3.7vw,3.35rem);letter-spacing:-.035em}
.dm-section-head p{margin:0;color:var(--muted);line-height:1.68;font-size:1rem}
.dm-editions-head{max-width:900px}
.dm-editions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}
.dm-edition{height:100%;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(20,48,74,.06)}
.dm-edition.full{border-color:#aac7df;background:#f3f8fc}
.dm-edition-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.dm-edition-title-row>div{min-width:0}
.dm-edition-title-row .button{flex:0 0 auto;white-space:nowrap}
.dm-badge{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#e2edf7;color:#245982;font-size:.74rem;font-weight:800}
.dm-edition h3{margin:0;font-size:1.32rem}
.dm-price{margin:4px 0 9px;font-size:1.6rem;font-weight:850;color:#173b59}.dm-price small{font-size:.74rem;color:var(--muted);font-weight:700}
.dm-edition-intro{margin:0 0 18px;color:var(--muted);line-height:1.55}
.dm-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dm-feature-list article{padding:14px;border:1px solid #dce7f0;border-radius:14px;background:#f8fbfd}
.dm-edition.full .dm-feature-list article{background:rgba(255,255,255,.76)}
.dm-feature-list h4{margin:0 0 5px;font-size:.91rem;color:#173b59}
.dm-feature-list p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.5}
.dm-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
.dm-video{margin:0;text-align:center;background:transparent}
.dm-device-frame{width:min(100%,370px);margin:0 auto;padding:0;overflow:hidden;border:11px solid #35546e;border-radius:31px;background:#fff;box-shadow:0 18px 42px rgba(23,59,89,.16)}
.dm-device-frame video{display:block;width:100%;aspect-ratio:530/772;object-fit:cover;background:#fff;border:0}
.dm-video figcaption{max-width:390px;margin:12px auto 0;padding:0 10px;color:#33495c;font-size:.86rem;font-weight:800;line-height:1.4}
.dm-footer{padding:30px 0;border-top:1px solid var(--line);background:#fff}
.dm-footer-row{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.82rem}
.dm-footer-row>a.brand{color:inherit}
.dm-footer-links{margin-left:auto}
@media(max-width:980px){.dm-editions{grid-template-columns:1fr}.dm-edition-title-row{display:grid}.dm-edition-title-row .button{width:100%}}
@media(max-width:900px){.dm-hero-grid{grid-template-columns:1fr}.dm-hero{padding-top:46px}.dm-hero-carousel{width:100%;max-width:650px;margin-inline:auto}.dm-videos{grid-template-columns:1fr}.dm-device-frame{width:min(100%,350px)}}
@media(max-width:620px){.dm-feature-list{grid-template-columns:1fr}.dm-section{padding:46px 0}.dm-section-head h2{font-size:clamp(2rem,10vw,2.8rem)}.dm-device-frame{width:min(88vw,330px);border-width:9px;border-radius:27px}.dm-footer-row{align-items:flex-start}.dm-footer-links{width:100%;margin-left:0}.dm-footer-links>a{flex:1 1 auto}.dm-footer-row>small{width:100%}}

/* DayMoney product actions: pink */
.dm-actions .button-primary,
.dm-edition .button-primary {
  background:linear-gradient(135deg,#d95b91,#b83f77) !important;
  border-color:#b83f77 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(184,63,119,.20) !important;
}
.dm-actions .button-primary:hover,
.dm-edition .button-primary:hover {
  background:#a93469 !important;
  border-color:#a93469 !important;
}
