.ian-trial-page { box-sizing: border-box; width: 100%; padding: 48px 24px 56px; background: #f8fafc; color: #334155; }
.ian-trial-heading { max-width: 820px; margin: 0 auto 36px; text-align: center; }
.ian-trial-eyebrow { color: #0465ae; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ian-trial-heading h1 { margin: 12px 0 20px; color: #172033; font-size: 36px; line-height: 1.25; font-weight: 700; }
.ian-trial-heading p { color: #64748b; font-size: 17px; line-height: 1.75; }
.ian-trial-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; max-width: 1040px; margin: 0 auto; align-items: center; }
.ian-trial-page h2 { margin: 0 0 14px; color: #172033; font-size: 24px; line-height: 1.35; font-weight: 700; }
.ian-trial-card { padding: 32px; background: #fff; border: 1px solid #d4e4f1; border-radius: 16px; text-align: center; box-shadow: 0 8px 28px rgba(15,23,42,.04); }
.ian-trial-icon { display: flex; justify-content: center; align-items: center; width: 52px; height: 52px; margin: 0 auto 20px; color: #0465ae; background: #eaf4fc; border-radius: 16px; font-size: 24px; }
.ian-trial-card p { color: #64748b; font-size: 15px; line-height: 1.7; }
.ian-trial-code { padding: 20px 16px; margin: 24px 0 16px; border: 1px dashed #91b5d2; border-radius: 10px; background: #f1f7fd; }
.ian-trial-code > span { display: block; margin-bottom: 10px; color: #64748b; font-size: 12px; }
.ian-trial-code strong { display: block; color: #0465ae; font-family: monospace; font-size: 25px; line-height: 1.4; overflow-wrap: anywhere; user-select: all; }
.ian-trial-page a.ian-trial-button { display: inline-flex; box-sizing: border-box; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; border: 1px solid #0465ae; border-radius: 8px; background: #0465ae; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }
.ian-trial-page a.ian-trial-button:hover { background: #034f88; }
.ian-trial-instructions ol { margin: 24px 0 0; padding-left: 26px; }
.ian-trial-instructions li { padding: 0 0 20px 10px; color: #0465ae; font-weight: 700; }
.ian-trial-instructions h3 { margin: 0 0 8px; color: #334155; font-size: 18px; line-height: 1.4; font-weight: 700; }
.ian-trial-instructions p { margin: 0; color: #64748b; font-size: 15px; line-height: 1.75; font-weight: 400; }
.ian-trial-page a:not(.ian-trial-button) { color: #0465ae; text-decoration: underline; text-underline-offset: 3px; }
.ian-trial-support { max-width: 1040px; box-sizing: border-box; margin: 36px auto 0; padding: 28px 32px; border-radius: 12px; background: #edf5fc; }
.ian-trial-support h2 { font-size: 20px; }
.ian-trial-support p { font-size: 14px; line-height: 1.75; color: #475569; }
.ian-trial-support a { font-size: 14px; font-weight: 600; }
.ian-trial-unavailable { max-width: 660px; margin: 0 auto; }
.ian-trial-page a:focus-visible { outline: 2px solid #0465ae; outline-offset: 4px; }
@media (max-width: 760px) {
    .ian-trial-page { padding: 32px 16px 40px; }
    .ian-trial-heading h1 { font-size: 28px; }
    .ian-trial-heading p { font-size: 16px; }
    .ian-trial-layout { grid-template-columns: 1fr; gap: 32px; }
    .ian-trial-card, .ian-trial-support { padding: 24px 20px; }
}
