.brand:hover, .product-nav a:hover, .footer-links a:hover, .language-nav a:hover { color: var(--cyan); }
.renewal-mark { position: relative; display: inline-block; width: 25px; height: 18px; margin-left: 2px; }
.renewal-mark span { position: absolute; width: 16px; height: 9px; border: 2px solid var(--blue); border-radius: 8px; transform: rotate(-34deg); }
.renewal-mark span:first-child { top: 1px; left: 0; }
.renewal-mark span:last-child { right: 0; bottom: 1px; border-color: var(--cyan); }
.renewal-mark::after { content: ""; position: absolute; right: 7px; bottom: 4px; width: 5px; height: 3px; border-radius: 3px; background: var(--green); transform: rotate(-34deg); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid #3a4b6c; border-radius: 12px; font-size: .89rem; font-weight: 740; }
.button.primary { border-color: var(--blue); color: var(--dark); background: var(--blue); }
.button.secondary { color: var(--ink); background: transparent; }
.button:hover { border-color: var(--cyan); color: var(--cyan); }
.button.primary:hover { color: var(--dark); background: var(--cyan); }
.evidence-track { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 22px 0 0; border-top: 3px solid; border-image: linear-gradient(90deg, var(--green), var(--blue), #34425c) 1; list-style: none; }
.evidence-track li { position: relative; padding-right: 29px; }
.evidence-track li::before { content: ""; position: absolute; top: -31px; left: 0; width: 14px; height: 14px; border: 4px solid var(--paper); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.evidence-track li:first-child::before { background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.evidence-track li:last-child::before { background: #34425c; box-shadow: 0 0 0 1px #4e5c74; }
.evidence-track span { display: block; margin-bottom: 5px; color: var(--quiet); }
.evidence-track strong { display: block; font-size: 1rem; }
.evidence-track small { display: block; max-width: 270px; margin-top: 3px; color: var(--muted); font-size: .77rem; }
.process li { counter-increment: process; padding: 22px 22px 0 0; border-top: 1px solid #3a4b6c; }
.process li::before { content: "0" counter(process); display: block; margin-bottom: 31px; color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: .75rem; font-weight: 700; }
.process p { margin: 0; color: var(--muted); font-size: .93rem; }
.fact-list, .limit-list { margin: 28px 0 0; padding: 0; list-style: none; }
.fact-list li, .limit-list li { position: relative; padding: 11px 0 11px 26px; border-bottom: 1px solid var(--rule); color: var(--muted); }
.fact-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.limit-list li::before { content: "—"; position: absolute; left: 0; color: var(--quiet); font-weight: 800; }
.language-facts { padding: 27px; border: 1px solid var(--rule); border-top: 3px solid var(--blue); border-radius: 0 0 18px 18px; background: var(--paper); }
.language-facts p { margin: 0; color: var(--muted); font-size: .88rem; }
.language-facts p + p { margin-top: 9px; }
.language-facts strong { color: var(--ink); }
@media (prefers-reduced-motion: no-preference) { .button { transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease; } .button:hover { transform: translateY(-1px); } }
