.trial-dialog, .trial-page { font-family: Arial, sans-serif; color: #171717; }
.trial-dialog { border: 1px solid #e5e5e5; border-radius: 20px; padding: 32px; width: min(460px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); box-sizing: border-box; box-shadow: 0 24px 80px #0003; }
.trial-dialog::backdrop { background: #10202080; }
.trial-dialog h2 { font-size: 27px; margin: 0 32px 14px 0; letter-spacing: -.8px; }
.trial-dialog p, .trial-page p { line-height: 1.6; color: #555; }
.trial-dialog a, .trial-page a { color: #bd3008; text-underline-offset: 3px; }
.trial-close { position: absolute; top: 16px; right: 16px; border: 0; background: transparent; font-size: 26px; cursor: pointer; color: #555; }
.trial-agreement { display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; margin: 24px 0; }
.trial-agreement input { margin-top: 6px; width: 18px; height: 18px; flex-shrink: 0; accent-color: #df3908; }
.trial-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 22px; border: 0; border-radius: 28px; background: #df3908; color: white; font: 600 16px Arial, sans-serif; cursor: pointer; min-height: 48px; }
.trial-button:hover { background: #bf2d03; }
.trial-button:disabled { background: #e4e4e4; color: #777; cursor: not-allowed; }
.trial-button.secondary { background: white; border: 1px solid #ccc; color: #333; }
.trial-dialog .trial-button { width: 100%; }
.trial-dialog :focus-visible, .trial-page :focus-visible { outline: 3px solid #2464db; outline-offset: 4px; }
.trial-page { margin: 0; background: #f7f9fa; }
.trial-page * { box-sizing: border-box; }
.trial-page [hidden] { display: none !important; }
.trial-header { max-width: 1120px; margin: auto; padding: 28px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.trial-brand { font-size: 22px; color: #171717 !important; font-weight: 700; text-decoration: none; letter-spacing: -.8px; }
.trial-brand span { color: #df3908; }
.trial-shell { width: min(560px, calc(100% - 32px)); margin: 32px auto 64px; }
.trial-preview { background: #fff0e8; color: #8c340f !important; padding: 12px 16px; border-radius: 10px; font-size: 13px; }
.trial-card { background: white; border: 1px solid #e5e8eb; border-radius: 20px; padding: 36px; box-shadow: 0 12px 36px #1b323208; }
.trial-step { text-transform: uppercase; letter-spacing: 1.4px; font-size: 11px; font-weight: 700; color: #a43a18 !important; margin: 0 0 18px; }
.trial-card h1 { font-size: 32px; line-height: 1.15; letter-spacing: -1px; margin: 0 0 16px; }
.trial-card h1:focus { outline: none; }
.trial-card .trial-button { width: 100%; margin-top: 12px; }
.trial-note { font-size: 13px; }
.trial-fields { display: grid; gap: 18px; margin: 26px 0 16px; }
.trial-fields label { font-size: 14px; font-weight: 600; }
.trial-fields input { display: block; width: 100%; margin-top: 8px; border: 1px solid #c9d0d5; border-radius: 8px; padding: 13px; font: 16px Arial, sans-serif; }
.trial-optional { color: #666; font-weight: 400; }
.trial-summary { background: #f7f9fa; border-radius: 12px; padding: 20px; overflow-wrap: anywhere; }
.trial-summary dt { font-size: 12px; color: #666; margin-top: 16px; }
.trial-summary dt:first-child { margin-top: 0; }
.trial-summary dd { margin: 5px 0 0; }
.trial-check { display: grid; place-items: center; width: 48px; height: 48px; background: #eaf5ef; color: #236643; border-radius: 50%; font-size: 26px; margin-bottom: 20px; }
@media (max-width: 480px) { .trial-card { padding: 26px 22px; } .trial-card h1 { font-size: 29px; } .trial-header { padding: 24px 16px; } .trial-header > a:last-child { font-size: 13px; } .trial-dialog { padding: 28px 24px; } }
