:root {
  --blue: #205da3; --blue-dark: #0b3c8d; --blue-mid: #2865a8; --cyan: #00a8d6;
  --green: #238f00; --night: #081e29; --text: #333; --muted: #666;
  --light: #f4f4f4; --sidebar: #e8eef5; --line: #d7dfe7; --white: #fff; --page: 1280px;
}
.wrap { width: min(var(--page), calc(100% - 40px)); margin: 0 auto; }
.sectionhom { padding: 65px 0; }
.sectionhom-light { background: var(--light); } .sectionhom-white { background: white; }
.sectionhom h2 { margin: 0 0 42px; color: #222; font-size: 34px; line-height: 1.45; font-weight: 400; text-align: center; }
.sectionhom-lead { max-width: 930px; margin: -23px auto 38px; color: var(--muted); font-size: 17px; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.product-icon, .card-icon, .drm-icon, .platform-icon, .flow-icon { display: grid; place-items: center; color: var(--blue); background: #eaf4fa; border: 1px solid #cde3ef; }
.product-icon { width: 54px; height: 54px; margin-bottom: 18px; border-radius: 50%; }
.product-icon svg { width: 27px; height: 27px; }
.icon-stroke svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product h3 { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--night); font-size: 26px; line-height: 1.3; }
.product .sub { display: block; margin-top: 7px; color: var(--muted); font-size: 18px; }
.product p { margin: 0; color: #3c3c3c; line-height: 1.6; }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; color: black; }
.platform-card { padding: 24px; border: 1px solid var(--line); border-top: 3px solid var(--cyan); background: #fafafa; }
.platform-head { display: flex; align-items: center; gap: 14px; margin-bottom: 13px; }
.platform-icon { flex: 0 0 auto; width: 43px; height: 43px; border-radius: 50%; }
.platform-icon svg { width: 23px; height: 23px; }
.platform-icon.fill svg { fill: currentColor; stroke: none; }
.platform-card h3 { margin: 0; font-weight: 600; } .platform-card p { margin: 0; font-size: 15px; }
.more-link { display: inline-block; margin-top: 18px; font-weight: 700; }
.multi-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.multi-copy h2 { margin-bottom: 21px; text-align: left; }
.multi-copy p { color: #444; font-size: 16px; }
.keyword-line { margin-top: 24px; color: #315f8e; font-weight: 700; }
.drm-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.drm-list div { min-height: 116px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.drm-icon { width: 36px; height: 36px; margin-bottom: 10px; border-radius: 4px; }
.drm-icon svg { width: 20px; height: 20px; }
.drm-list strong { display: block; color: var(--night); font-size: 18px; }
.drm-list span { color: var(--muted); font-size: 13px; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { color: #1e548b; background: #eef4f9; } .compare-table td:first-child { font-weight: 700; }
.note { padding: 20px 22px; border-left: 4px solid var(--cyan); background: #eef6fb; }
.faq details { border-top: 1px solid var(--line); } .faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 18px 35px 18px 0; cursor: pointer; color: #235d95; font-size: 17px; font-weight: 700; }
.faq details p { padding: 0 0 18px; margin: 0; }
.flow-step { padding-top: 20px; border-top: 3px solid var(--cyan); }
.flow-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; }
.flow-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; }
.flow-icon svg { width: 23px; height: 23px; }
.flow-step .no { color: var(--blue); font-size: 13px; font-weight: 700; }
.flow-step h3 { margin: 4px 0 0; color: var(--night); font-size: 23px; }
.flow-step p { margin: 0; color: var(--muted); }
.brand-names { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; color: #53687d; font-size: 17px; font-weight: 700; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.content-card { position: relative; min-height: 220px; padding: 25px 25px 23px; border: 1px solid #dde5ec; border-top: 3px solid var(--cyan); background: white; box-shadow: 0 4px 14px rgba(30,80,125,.06); }
.card-icon { width: 46px; height: 46px; margin-bottom: 19px; border-radius: 5px; }
.card-icon svg { width: 24px; height: 24px; }
.content-card h3 { margin: 0 0 13px; color: var(--night); font-size: 22px; }
.content-card p { color: var(--muted); }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .product-grid, .workflow, .content-grid { grid-template-columns: 1fr; } .multi-feature { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 28px); } .logo { font-size: 25px; } 
  .btn-row { gap: 12px; } .btn { width: 100%; }
  .sectionhom { padding: 48px 0; } .sectionhom h2 { font-size: 28px; } .product-grid { gap: 42px; }
  .drm-list { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr; } .compare-wrap { overflow-x: auto; } .compare-table { min-width: 700px; }
}
.eyebrow { margin: 0 0 20px; color: #c9def2; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; margin-top: 50px; }
summary { display: list-item; cursor: pointer; }