.embed-benefits { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px; color: #4f4661; font-size: .85rem; }
.embed-benefits span::before { content: '\2713'; color: #26765f; margin-right: 8px; }
.embed-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.embed-card { min-width: 0; align-self: start; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; background: #fff; }
.embed-card-top { padding: 32px; background: linear-gradient(145deg,#eaf8f4,#fff); }
.embed-business .embed-card-top { background: linear-gradient(145deg,#f0eafa,#fff); }
.embed-symbol { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: #d4eee4; color: #226b56; font-size: 2.2rem; margin-bottom: 24px; }
.embed-business .embed-symbol { background: #e3d6f1; color: var(--purple-ink); }
.embed-card h3 { font-size: 1.9rem; margin: 12px 0; }
.embed-card p, .embed-steps p, .embed-partner-card p, .embed-partner-intro p { color: var(--muted); line-height: 1.8; font-size: .94rem; }
.embed-code summary { cursor: pointer; padding: 24px 32px; border-top: 1px solid var(--border); color: var(--purple-ink); font-weight: 600; }
.embed-code summary span { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; font-weight: 400; }
.embed-code-body { padding: 0 24px 24px; }
.embed-code pre { max-height: 480px; overflow: auto; padding: 24px; margin-top: 16px; background: #201a2c; color: #eee8f7; border-radius: 14px; font-size: .76rem; line-height: 1.85; tab-size: 4; }
.embed-code .embed-copy-status { font-size: .8rem; margin-top: 12px; }
.embed-code button[hidden] { display: none; }
.embed-steps { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; padding: 0; counter-reset: none; }
.embed-steps li { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 20px; }
.embed-steps li > span { display: block; font-size: 2.4rem; letter-spacing: -.07em; color: var(--purple-ink); margin-bottom: 24px; }
.embed-steps h3, .embed-partner-card h3 { font-size: 1.25rem; margin-bottom: 14px; }
.embed-partner-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 32px; }
.embed-partner-intro h2 { font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.25; margin-top: 14px; }
.embed-partner-card { border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
.embed-partner-card h3 { margin-top: 16px; }
@media (max-width: 800px) { .embed-steps { grid-template-columns: 1fr; gap: 16px; } .embed-steps li { padding: 24px; } .embed-steps li > span { margin-bottom: 10px; } }
@media (max-width: 650px) { .embed-grid, .embed-partner-intro { grid-template-columns: 1fr; gap: 22px; } .embed-card-top, .embed-partner-card { padding: 24px; } .embed-code summary { padding: 22px 24px; } .embed-code-body { padding: 0 16px 16px; } }
