.ff-page{min-height: 100dvh;background: #f9fafb;}.ff-progress{background: #ffffff;border-bottom: 1px solid #e5e7eb;padding: 14px 16px;position: sticky;top: 0;z-index: 100;box-shadow: 0 1px 6px rgba(0,0,0,0.06);}.ff-progress-inner{display: flex;align-items: center;justify-content: center;gap: 0;max-width: 480px;margin: 0 auto;}.ff-progress-step{display: flex;flex-direction: column;align-items: center;gap: 4px;flex-shrink: 0;}.ff-progress-dot{width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 0.8rem;font-weight: 800;transition: all 0.2s;}.ff-progress-dot.done{background: #3b82f6;color: #ffffff;box-shadow: 0 0 0 3px rgba(59,130,246,0.15);}.ff-progress-dot.active{background: #3b82f6;color: #ffffff;box-shadow: 0 0 0 4px rgba(59,130,246,0.2);transform: scale(1.1);}.ff-progress-dot.pending{background: #f3f4f6;color: #6b7280;border: 2px solid #e5e7eb;}.ff-progress-label{font-size: 0.62rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em;color: #6b7280;white-space: nowrap;}.ff-progress-step.done .ff-progress-label, .ff-progress-step.active .ff-progress-label{color: #3b82f6;}.ff-progress-line{flex: 1;height: 2px;background: #e5e7eb;margin: 0 6px;margin-bottom: 16px;min-width: 20px;}.ff-progress-line.done{background: #3b82f6;}@media (max-width: 400px){.ff-progress-label{font-size: 0.55rem;}.ff-progress-dot{width: 28px;height: 28px;font-size: 0.72rem;}}.ff-container{max-width: 560px;margin: 0 auto;padding: 24px 16px 48px;}.ff-badge{display: inline-flex;align-items: center;gap: 5px;background: rgba(59,130,246,0.07);border: 1px solid rgba(59,130,246,0.18);color: #3b82f6;font-size: 0.73rem;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;padding: 0.3rem 0.85rem;border-radius: 100px;margin-bottom: 10px;}.ff-heading{font-size: clamp(1.55rem, 4vw, 2rem);font-weight: 900;color: #111827;letter-spacing: -0.025em;line-height: 1.1;margin: 0 0 8px;}.ff-subheading{font-size: 0.97rem;color: #4b5563;line-height: 1.6;margin: 0 0 20px;}.ff-value-anchor{display: flex;align-items: center;justify-content: center;gap: 8px;flex-wrap: wrap;background: #f0fdf4;border: 1px solid #bbf7d0;border-radius: 10px;padding: 10px 16px;margin-bottom: 12px;font-size: 0.85rem;text-align: center;}.ff-value-anchor-big{font-weight: 800;color: #15803d;}.ff-value-anchor-small{color: #374151;}.ff-social-proof{display: flex;align-items: center;justify-content: center;gap: 6px;font-size: 0.8rem;color: #6b7280;margin-bottom: 8px;}.ff-social-proof-num{font-weight: 800;color: #374151;}.ff-live-dot{display: inline-block;width: 7px;height: 7px;border-radius: 50%;background: #2563EB;animation: ff-pulse 2s infinite;}@keyframes ff-pulse{0%,100%{box-shadow: 0 0 0 0 rgba(34,197,94,0.5);}50%{box-shadow: 0 0 0 5px rgba(34,197,94,0);}}.ff-urgency{border-radius: 10px;padding: 12px 16px;margin-bottom: 16px;text-align: center;font-weight: 600;font-size: 0.875rem;}.ff-urgency--warning{background: #fffbeb;border: 1px solid #fde68a;color: #92400e;}.ff-urgency--critical{background: #fef2f2;border: 1px solid #fca5a5;color: #991b1b;}.ff-urgency-label{font-weight: 700;margin-bottom: 10px;font-size: 0.875rem;}.ff-countdown{display: inline-flex;align-items: center;gap: 4px;justify-content: center;}.ff-countdown-unit{display: flex;flex-direction: column;align-items: center;min-width: 44px;}.ff-countdown-num{font-size: 1.6rem;font-weight: 900;color: #991b1b;line-height: 1;font-variant-numeric: tabular-nums;}.ff-urgency--warning .ff-countdown-num{color: #b45309;}.ff-countdown-lbl{font-size: 0.58rem;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 600;color: #6b7280;}.ff-countdown-sep{font-size: 1.4rem;font-weight: 700;color: #6b7280;margin-bottom: 14px;}.ff-pro-banner{display: flex;align-items: center;gap: 12px;background: #f0f9ff;border: 1px solid #bae6fd;border-radius: 10px;padding: 12px 16px;margin-bottom: 12px;flex-wrap: wrap;}.ff-pro-banner-icon{font-size: 1.4rem;flex-shrink: 0;}.ff-pro-banner-text{flex: 1;min-width: 0;display: flex;flex-direction: column;gap: 2px;}.ff-pro-banner-title{font-size: 0.875rem;font-weight: 700;color: #075985;}.ff-pro-banner-sub{font-size: 0.78rem;color: #0c4a6e;line-height: 1.5;}.ff-pro-banner-cta{display: inline-flex;align-items: center;background: #3b82f6;color: #fff;font-weight: 700;font-size: 0.8rem;padding: 0.45rem 1rem;border-radius: 8px;text-decoration: none;white-space: nowrap;flex-shrink: 0;transition: background 0.2s;}.ff-pro-banner-cta:hover{background: #1d4ed8;}.ff-how-it-works{display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;background: #ffffff;border: 1px solid #e5e7eb;border-radius: 12px;padding: 16px 14px;margin-bottom: 16px;}.ff-hiw-step{display: flex;flex-direction: column;align-items: center;text-align: center;gap: 4px;}.ff-hiw-num{width: 28px;height: 28px;border-radius: 50%;background: #eff6ff;border: 2px solid #3b82f6;color: #3b82f6;font-weight: 900;font-size: 0.85rem;display: flex;align-items: center;justify-content: center;margin-bottom: 4px;}.ff-hiw-title{font-size: 0.78rem;font-weight: 700;color: #111827;line-height: 1.3;}.ff-hiw-desc{font-size: 0.7rem;color: #6b7280;line-height: 1.4;}@media (max-width: 400px){.ff-how-it-works{grid-template-columns: 1fr;gap: 8px;}.ff-hiw-step{flex-direction: row;text-align: left;gap: 10px;align-items: flex-start;}}.ff-order-bump{background: #ffffff;border: 2px solid #3b82f6;border-radius: 12px;padding: 16px;margin-bottom: 16px;cursor: pointer;transition: background 0.15s;}.ff-order-bump:hover{background: #f8faff;}.ff-order-bump.checked{background: #eff6ff;}.ff-order-bump-header{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}.ff-order-bump-badge{display: inline-block;background: #3b82f6;color: #fff;font-size: 0.65rem;font-weight: 700;text-transform: uppercase;padding: 2px 8px;border-radius: 20px;}.ff-order-bump-label{display: flex;align-items: flex-start;gap: 12px;cursor: pointer;user-select: none;}.ff-order-bump-check{width: 20px;height: 20px;accent-color: #3b82f6;cursor: pointer;flex-shrink: 0;margin-top: 1px;}.ff-order-bump-title{font-size: 0.95rem;font-weight: 700;color: #111827;margin-bottom: 4px;}.ff-order-bump-desc{font-size: 0.83rem;color: #4b5563;line-height: 1.5;}.ff-order-bump-total{display: none;margin-top: 12px;padding: 8px 12px;background: #eff6ff;border-radius: 8px;font-size: 0.82rem;font-weight: 700;color: #1e40af;text-align: center;}.ob-price{color: #3b82f6;}.ff-choices{display: grid;grid-template-columns: 1fr 1fr;gap: 12px;margin-bottom: 16px;}@media (max-width: 540px){.ff-choices{grid-template-columns: 1fr;}}.ff-choice-card{background: #ffffff;border: 1.5px solid #e5e7eb;border-radius: 14px;padding: 18px 16px;display: flex;flex-direction: column;gap: 8px;text-decoration: none;color: inherit;position: relative;overflow: hidden;transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;}.ff-choice-card:hover{border-color: #93c5fd;box-shadow: 0 4px 20px rgba(59,130,246,0.12);transform: translateY(-2px);}.ff-choice-featured{border-color: #3b82f6;box-shadow: 0 4px 20px rgba(59,130,246,0.15);}.ff-choice-featured:hover{box-shadow: 0 8px 30px rgba(59,130,246,0.2);}.ff-choice-ribbon{position: absolute;top: 12px;right: -28px;background: #2563EB;color: #fff;font-size: 0.6rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.06em;padding: 3px 36px;transform: rotate(45deg);}.ff-choice-tag{font-size: 0.72rem;font-weight: 700;color: #3b82f6;text-transform: uppercase;letter-spacing: 0.05em;}.ff-choice-price{font-size: 2rem;font-weight: 900;color: #111827;letter-spacing: -0.04em;line-height: 1;}.ff-choice-period{font-size: 0.75rem;color: #6b7280;line-height: 1.4;}.ff-choice-perks{list-style: none;padding: 0;margin: 4px 0 0;display: flex;flex-direction: column;gap: 5px;font-size: 0.82rem;color: #374151;flex: 1;}.ff-perk-check{color: #3b82f6;font-weight: 700;margin-right: 4px;}.ff-btn{display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 2px;background: #e5e7eb;color: #374151;border: none;border-radius: 10px;padding: 14px 20px;font-size: 1rem;font-weight: 800;line-height: 1.3;text-decoration: none;cursor: pointer;text-align: center;width: 100%;min-height: 52px;font-family: inherit;transition: background 0.2s, transform 0.15s, box-shadow 0.2s;letter-spacing: -0.01em;-webkit-tap-highlight-color: transparent;}.ff-btn:hover{transform: translateY(-1px);}.ff-btn:active{transform: translateY(0);}.ff-btn-primary{background: #3b82f6;color: #ffffff !important;box-shadow: 0 4px 14px rgba(59,130,246,0.3);}.ff-btn-primary:hover{background: #1d4ed8;box-shadow: 0 6px 20px rgba(59,130,246,0.4);color: #fff !important;}.ff-btn-outline-green{background: #ffffff;color: #1d4ed8 !important;border: 2px solid #1d4ed8;box-shadow: none;}.ff-btn-outline-green:hover{background: #f0fdf4;color: #1e40af !important;}.ff-btn-stack{padding: 12px 16px 10px;}.ff-btn-sub{font-size: 0.7rem;font-weight: 400;color: rgba(255,255,255,0.75);letter-spacing: 0;}.ff-btn.loading{opacity: 0.7;pointer-events: none;}@media (max-width: 480px){.ff-btn{font-size: 0.95rem;min-height: 54px;}}.ff-trust-row{display: flex;align-items: center;justify-content: center;gap: 8px 16px;flex-wrap: wrap;margin-bottom: 12px;}.ff-trust-item{display: flex;align-items: center;gap: 4px;font-size: 0.75rem;color: #6b7280;font-weight: 500;}.ff-trust-icon{color: #2563EB;font-weight: 700;}.ff-payment-methods{display: flex;align-items: center;justify-content: center;gap: 8px;margin-bottom: 16px;}.ff-payment-icon{width: 36px;height: 24px;border: 1px solid #e5e7eb;border-radius: 4px;display: flex;align-items: center;justify-content: center;font-size: 0.58rem;font-weight: 800;letter-spacing: -0.02em;overflow: hidden;}.ff-trust-shield{display: flex;align-items: flex-start;gap: 10px;background: #f9fafb;border: 1px solid #e5e7eb;border-radius: 10px;padding: 12px 14px;margin-bottom: 12px;}.ff-trust-shield-icon{font-size: 1.1rem;flex-shrink: 0;}.ff-trust-shield-text{font-size: 0.8rem;color: #4b5563;line-height: 1.55;}.ff-footer-note{font-size: 0.78rem;color: #6b7280;text-align: center;margin-bottom: 8px;}.ff-footer-note a{color: #6b7280;}.ff-disclaimer{font-size: 0.72rem;color: #6b7280;text-align: center;line-height: 1.6;margin-top: 12px;max-width: 520px;margin-left: auto;margin-right: auto;}.ff-card{background: #ffffff;border: 1px solid #e5e7eb;border-radius: 14px;padding: 20px 18px;margin-bottom: 16px;}.ff-card--primary{border-color: #93c5fd;background: linear-gradient(135deg,#eff6ff,#ffffff);}.ff-order-summary{}.ff-order-header{display: flex;align-items: center;gap: 8px;margin-bottom: 12px;}.ff-order-header-icon{font-size: 1rem;}.ff-order-header-text{font-size: 0.7rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.07em;color: #6b7280;}.ff-order-row{display: flex;justify-content: space-between;align-items: center;padding: 7px 0;border-bottom: 1px solid #f3f4f6;gap: 12px;}.ff-order-row:last-child{border-bottom: none;}.ff-order-label{font-size: 0.82rem;color: #6b7280;}.ff-order-value{font-size: 0.88rem;color: #111827;font-weight: 600;text-align: right;min-width: 0;word-break: break-word;}.ff-order-total{margin-top: 4px;padding-top: 10px;border-top: 2px solid #e5e7eb;border-bottom: none;}.ff-prefill{display: flex;align-items: center;gap: 8px;background: #eff6ff;border: 1px solid #bfdbfe;border-radius: 8px;padding: 10px 14px;font-size: 0.82rem;color: #1e40af;font-weight: 600;margin-bottom: 16px;flex-wrap: wrap;}.ff-error{background: #fef2f2;border: 1px solid #fca5a5;border-radius: 8px;padding: 10px 14px;font-size: 0.85rem;color: #dc2626;margin-bottom: 16px;font-weight: 600;display: none;}.ff-field-error{font-size: 0.75rem;color: #dc2626;margin-top: 4px;display: none;font-weight: 600;}.ff-field-error.visible{display: block;}.ff-section-label{font-size: 0.68rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.08em;color: #6b7280;margin: 18px 0 8px;}.ff-section-label:first-child{margin-top: 0;}.ff-form-group{margin-bottom: 14px;}.ff-label{display: block;font-size: 0.83rem;font-weight: 600;color: #374151;margin-bottom: 6px;}.ff-label .req{color: #ef4444;}.ff-label .optional{color: #6b7280;font-weight: 400;font-size: 0.78rem;}.ff-input{display: block;width: 100%;padding: 13px 14px;border: 1.5px solid #d1d5db;border-radius: 9px;font-size: 16px;color: #111827;background: #ffffff;font-family: inherit;outline: none;transition: border-color 0.18s, box-shadow 0.18s;-webkit-appearance: none;box-sizing: border-box;min-height: 48px;}.ff-input:focus{border-color: #3b82f6;box-shadow: 0 0 0 3px rgba(59,130,246,0.12);}.ff-input--error{border-color: #ef4444 !important;box-shadow: 0 0 0 3px rgba(239,68,68,0.1) !important;}.ff-form-row{display: grid;grid-template-columns: 1fr 80px;gap: 10px;}@media (max-width: 360px){.ff-form-row{grid-template-columns: 1fr;}}.ff-consent{margin: 12px 0 18px;}.ff-consent-label{display: flex;align-items: flex-start;gap: 10px;cursor: pointer;}.ff-consent-check{width: 20px;height: 20px;min-width: 20px;accent-color: #3b82f6;cursor: pointer;flex-shrink: 0;margin-top: 1px;}.ff-consent-text{font-size: 0.82rem;color: #4b5563;line-height: 1.55;}.ff-confirmation{text-align: center;margin-bottom: 20px;}.ff-confirmation-header{display: flex;flex-direction: column;align-items: center;gap: 10px;}.ff-success-icon{width: 60px;height: 60px;border-radius: 50%;background: #3b82f6;display: flex;align-items: center;justify-content: center;color: #ffffff;box-shadow: 0 4px 20px rgba(59,130,246,0.35);animation: ff-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;}@keyframes ff-pop{0%{transform: scale(0.3);opacity: 0;}100%{transform: scale(1);opacity: 1;}}.ff-next-steps{list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 0;}.ff-next-steps li{display: flex;align-items: flex-start;gap: 14px;padding: 14px 0;border-bottom: 1px solid #f3f4f6;}.ff-next-steps li:last-child{border-bottom: none;}.ff-step-circle{width: 32px;height: 32px;min-width: 32px;border-radius: 50%;background: #eff6ff;border: 2px solid #93c5fd;color: #3b82f6;font-weight: 800;font-size: 0.85rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.ff-step-content strong{display: block;font-size: 0.88rem;color: #111827;margin-bottom: 2px;}.ff-step-content p{font-size: 0.8rem;color: #6b7280;margin: 0;line-height: 1.5;}.ff-xsell-grid{display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}@media (max-width: 400px){.ff-xsell-grid{grid-template-columns: 1fr;}}.ff-xsell-card{background: #ffffff;border: 1px solid #e5e7eb;border-radius: 10px;padding: 12px 14px;display: flex;flex-direction: column;gap: 4px;text-decoration: none;transition: border-color 0.18s, box-shadow 0.18s;}.ff-xsell-card:hover{border-color: #93c5fd;box-shadow: 0 2px 12px rgba(59,130,246,0.1);}.ff-xsell-cat{font-size: 0.65rem;font-weight: 700;color: #6b7280;text-transform: uppercase;letter-spacing: 0.04em;}.ff-xsell-title{font-size: 0.82rem;font-weight: 700;color: #111827;line-height: 1.3;}.ff-xsell-meta{display: flex;gap: 6px;font-size: 0.72rem;color: #6b7280;flex-wrap: wrap;}.ff-copy-box{display: flex;gap: 8px;align-items: center;}.ff-copy-box-input{flex: 1;min-width: 0;padding: 9px 12px;border: 1px solid #d1d5db;border-radius: 8px;font-size: 0.8rem;color: #374151;background: #f9fafb;outline: none;font-family: monospace;}.ff-first-filing-badge{display: flex;align-items: center;gap: 10px;background: linear-gradient(135deg,#fef9c3,#fff9db);border: 1.5px solid #fde047;border-radius: 12px;padding: 12px 16px;margin-bottom: 16px;flex-wrap: wrap;}.ff-first-filing-badge-text{flex: 1;font-size: 0.875rem;color: #713f12;line-height: 1.5;}.ff-first-filing-badge-price{font-size: 1.6rem;font-weight: 900;color: #b45309;letter-spacing: -0.04em;flex-shrink: 0;}.ff-first-filing-badge-was{font-size: 0.78rem;color: #92400e;text-decoration: line-through;margin-top: 1px;text-align: center;}.ff-whats-next-header{text-align: center;margin-bottom: 24px;}.ff-whats-next-icon{font-size: 3rem;margin-bottom: 10px;display: block;}@media (max-width: 480px){.ff-container{padding: 16px 12px 40px;}.ff-card{padding: 16px 14px;}.ff-choice-price{font-size: 1.7rem;}}