/* Test Before Publish: scoped styles, shared brand tokens from styles.css. */
.license-page { line-height: 1.6; }
.license-page .container { max-width: 1260px; }
.license-page a:focus-visible,.license-page summary:focus-visible { outline: 3px solid #7ea4dd; outline-offset: 5px; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--blue-light); border-radius: 8px; font-size: 24px; line-height: 1; }
.license-nav { display: flex; gap: 28px; align-items: center; }
.license-nav a { color: #c4d2e5; text-decoration: none; font-size: 14px; }
.license-nav .language-link { padding: 6px 12px; border: 1px solid #526887; border-radius: 6px; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px; background: white; z-index: 2; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.license-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; padding-top: 45px; padding-bottom: 80px; align-items: center; }
.back-link { display: inline-block; color: #c4d2e5; text-decoration: none; font-size: 13px; margin-bottom: 35px; }
.eyebrow { color: #346bb6; font-size: 12px; font-weight: 600; letter-spacing: .08em; margin: 0 0 18px; }
.hero .eyebrow { color: #a0c1ef; }
.license-page .hero h1 { font-size: clamp(36px,4.5vw,58px); }
.license-page .hero-sub { color: #c4d2e5; }
.license-page .hero-ctas { flex-wrap: wrap; margin-top: 28px; }
.prerequisite { color: #b5c5dc; font-size: 12px; max-width: 460px; margin-top: 22px; }
.workflow-card { background: #172b46; border: 1px solid #3a5274; padding: 30px; border-radius: 18px; box-shadow: 0 24px 60px #0003; }
.product-identity { display: flex; align-items: center; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid #3a5274; }
.product-identity img { border-radius: 13px; }
.product-identity strong { display: block; font-size: 18px; }
.product-identity span { display: block; font-size: 12px; color: #c4d2e5; }
.workflow-title { margin-top: 23px; font-size: 12px; color: #b5c5dc; }
.workflow-step { display: flex; align-items: flex-start; gap: 18px; margin-top: 20px; }
.workflow-step > span { color: #a0c1ef; border: 1px solid #526887; border-radius: 8px; padding: 5px 8px; font: 13px/1.6 monospace; }
.workflow-step strong { font-size: 15px; }
.workflow-step p { margin: 3px 0 0; color: #c4d2e5; font-size: 13px; }
.stack-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.stack-tags span { font-size: 11px; color: #cfdef1; padding: 3px 10px; background: #223c5e; border-radius: 5px; }
.license-page .section-head { max-width: 780px; margin: 0 auto 42px; }
.license-page .section-head h2,.activation-layout h2 { font-size: clamp(27px,3vw,36px); line-height: 1.25; margin-top: 0; }
.license-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.license-feature { border-top: 2px solid #d1dded; padding-top: 24px; }
.feature-index { color: #346bb6; font-size: 13px; }
.license-feature h3 { margin: 12px 0; font-size: 20px; }
.license-feature p { color: var(--muted); font-size: 15px; margin: 0; }
.plan-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; align-items: start; }
.comparison-wrap { border: 1px solid var(--line); border-radius: 12px; overflow-x: auto; background: white; }
.comparison { width: 100%; border-collapse: collapse; font-size: 14px; }
.comparison th,.comparison td { padding: 19px 17px; text-align: left; border-bottom: 1px solid var(--line); }
.comparison thead { background: #e9eff8; }
.comparison tbody th { font-weight: 500; }
.comparison td { color: var(--muted); }
.comparison td:last-child { color: #25558f; font-weight: 600; }
.comparison tr:last-child > * { border-bottom: 0; }
.offer-card { background: white; border: 1px solid #b9cce6; border-radius: 12px; padding: 28px; }
.offer-card h3 { margin: 0 0 14px; font-size: 24px; line-height: 1.3; }
.offer-card > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.offer-card .btn { display: block; text-align: center; margin-top: 24px; }
.offer-free { display: block; margin-top: 16px; color: #285c9f; font-size: 13px; text-align: center; }
.offer-card .license-price { font-size: clamp(27px,3vw,34px); }
.offer-benefits { padding-left: 20px; font-size: 14px; color: var(--ink); }
.offer-benefits li { margin-bottom: 9px; }
.terms-link { color: #285c9f; font-size: 13px; }
.offer-card .offer-availability { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 22px; font-size: 13px; }
.license-terms-grid { max-width: 820px; margin: auto; }
.license-term { border-bottom: 1px solid var(--line); padding: 18px 0; }
.license-term:first-child { padding-top: 0; }
.license-term h3 { font-size: 18px; margin: 0 0 8px; }
.license-term p { color: var(--muted); font-size: 14px; margin: 0; }
.activation-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.activation-steps { margin: 0; padding-left: 24px; }
.activation-steps li { padding-left: 12px; margin-bottom: 24px; }
.activation-steps li::marker { color: #346bb6; font-weight: 600; }
.activation-steps p { color: var(--muted); margin: 5px 0 8px; font-size: 14px; }
.activation-steps code { display: inline-block; background: var(--bg-alt); border: 1px solid var(--line); padding: 10px 12px; border-radius: 6px; font-size: 12px; overflow-wrap: anywhere; max-width: 100%; }
.faq-container { max-width: 960px !important; }
.faq-container details { border-bottom: 1px solid #d8e1ee; padding: 20px 0; }
.faq-container summary { cursor: pointer; font-weight: 500; padding-right: 15px; }
.faq-container details p { color: var(--muted); margin: 14px 0 0; font-size: 14px; }
.license-page .footer-bottom { color: #acbdd4; }
@media(max-width:900px) { .license-hero { gap: 35px; } .plan-layout { grid-template-columns: 1fr; } .license-nav { gap: 16px; } }
@media(max-width:700px) { .license-hero,.license-features,.activation-layout { grid-template-columns: 1fr; } .license-hero { padding-top: 28px; padding-bottom: 50px; } .license-nav a:not(.language-link) { display: none; } .workflow-card { padding: 24px; } .license-features { gap: 30px; } .activation-layout { gap: 20px; } .comparison { font-size: 12px; } .comparison th,.comparison td { padding: 14px 9px; } .license-page .section { padding: 55px 0; } .license-page .hero-ctas .btn { padding: 13px 18px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
