.gf-progress-wrap{max-width: 680px;margin: 0 auto 2rem;padding: 1rem 1.25rem;background: rgba(255,255,255,0.95);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);border: 1px solid rgba(0,135,90,0.1);border-radius: 18px;box-shadow: 0 2px 12px rgba(0,0,0,0.06);}.gf-progress-steps{display: flex;align-items: center;gap: 0;margin-bottom: 0.75rem;}.gf-step-item{flex: 1;display: flex;flex-direction: column;align-items: center;gap: 0.4rem;position: relative;}.gf-step-item:not(:last-child)::after{content: '';position: absolute;top: 14px;left: calc(50% + 14px);right: calc(-50% + 14px);height: 3px;background: #e5e7eb;border-radius: 2px;transition: background 0.4s ease;}.gf-step-item.done:not(:last-child)::after{background: linear-gradient(90deg, #00875A, #34d399);}.gf-step-circle{width: 28px;height: 28px;border-radius: 50%;background: #F0FDF9;border: 2px solid #d1d5db;color: #6b7280;font-size: 0.75rem;font-weight: 800;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;position: relative;z-index: 1;}.gf-step-item.active .gf-step-circle{background: linear-gradient(135deg, #00875A, #006B4D);border-color: #00875A;color: #ffffff;box-shadow: 0 0 12px rgba(0,135,90,0.5);animation: gfStepPulse 1.8s ease-in-out infinite;}.gf-step-item.done .gf-step-circle{background: #00875A;border-color: #00875A;color: #ffffff;}.gf-step-label{font-size: 0.68rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.06em;color: #9ca3af;text-align: center;transition: color 0.3s ease;}.gf-step-item.active .gf-step-label{color: #00875A;}.gf-step-item.done .gf-step-label{color: #6b7280;}@keyframes gfStepPulse{0%,100%{box-shadow: 0 0 8px rgba(0,135,90,0.5);}50%{box-shadow: 0 0 18px rgba(0,135,90,0.8);}}.gf-progress-fill-wrap{height: 5px;background: #F0FDF9;border-radius: 50px;overflow: hidden;}.gf-progress-fill-bar{height: 100%;background: linear-gradient(90deg,#006B4D,#00875A,#34d399);border-radius: 50px;transition: width 0.55s cubic-bezier(0.22,1,0.36,1);box-shadow: 0 0 6px rgba(0,135,90,0.4);animation: gfProgressGlow 2s ease-in-out infinite;}@keyframes gfProgressGlow{0%,100%{box-shadow: 0 0 6px rgba(0,135,90,0.4);}50%{box-shadow: 0 0 12px rgba(0,135,90,0.7);}}.gf-trust-master{display: flex;align-items: center;justify-content: center;gap: 0.6rem;margin-bottom: 1.5rem;flex-wrap: wrap;}.gf-badge{display: inline-flex;align-items: center;gap: 0.35rem;font-size: 0.78rem;font-weight: 700;padding: 0.3rem 0.85rem;border-radius: 100px;letter-spacing: 0.02em;}.gf-badge-secure{background: linear-gradient(135deg, rgba(34,197,94,0.1), rgba(34,197,94,0.06));border: 1.5px solid rgba(34,197,94,0.25);color: #15803d;}.gf-badge-guarantee{background: linear-gradient(135deg, rgba(245,158,11,0.1), rgba(245,158,11,0.06));border: 1.5px solid rgba(245,158,11,0.25);color: #92400e;}.gf-badge-encrypted{background: linear-gradient(135deg, rgba(0,135,90,0.08), rgba(0,135,90,0.04));border: 1.5px solid rgba(0,135,90,0.2);color: #006B4D;}.gf-price-hero{text-align: center;margin-bottom: 1.75rem;}.gf-price-label{font-size: 0.78rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: #6b7280;margin-bottom: 0.35rem;}.gf-price-amount{font-family: 'Space Grotesk', -apple-system, sans-serif;font-size: clamp(2.5rem, 6vw, 3.5rem);font-weight: 900;color: #1d1d1f;letter-spacing: -0.04em;line-height: 1;text-shadow: 0 2px 8px rgba(0,0,0,0.05);}.gf-price-amount span{font-size: 0.4em;font-weight: 600;vertical-align: super;color: #6b7280;}.gf-price-sub{font-size: 0.85rem;color: #6b7280;margin-top: 0.4rem;}.gf-price-badge{display: inline-flex;align-items: center;gap: 0.35rem;background: linear-gradient(135deg, #fef3c7, #fffbeb);border: 1.5px solid rgba(217,119,6,0.3);color: #92400e;font-size: 0.75rem;font-weight: 800;padding: 0.35rem 0.9rem;border-radius: 100px;margin-top: 0.6rem;}.gf-wizard-card{max-width: 680px;margin: 0 auto 3rem;background: #ffffff;border: 1.5px solid rgba(0,135,90,0.1);border-radius: 24px;padding: 2.25rem 2rem;box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.08), 0 16px 40px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(255,255,255,0.9);position: relative;overflow: hidden;}.gf-wizard-card::before{content: '';position: absolute;top: -40px;right: -40px;width: 160px;height: 160px;background: radial-gradient(circle, rgba(0,135,90,0.05) 0%, transparent 70%);pointer-events: none;}@media (max-width: 480px){.gf-wizard-card{padding: 1.5rem 1.25rem;border-radius: 20px;margin: 0 0 2.5rem;}}.gf-form-group{margin-bottom: 1.25rem;}.gf-label{display: block;font-size: 0.82rem;font-weight: 700;color: #374151;margin-bottom: 0.5rem;letter-spacing: 0.01em;}.gf-input{width: 100%;padding: 0.85rem 1rem;background: linear-gradient(135deg, #ffffff, #f8fafc);border: 2px solid #e5e7eb;border-radius: 12px;font-size: 1rem;font-family: inherit;color: #1d1d1f;outline: none;transition: all 0.2s ease;box-shadow: 0 1px 3px rgba(0,0,0,0.04);}.gf-input:focus{border-color: #00875A;box-shadow: 0 0 0 4px rgba(0,135,90,0.1), 0 4px 12px rgba(0,0,0,0.06);background: #ffffff;}.gf-input::placeholder{color: #9ca3af;}.gf-select{width: 100%;padding: 0.85rem 1rem;background: linear-gradient(135deg, #ffffff, #f8fafc);border: 2px solid #e5e7eb;border-radius: 12px;font-size: 1rem;font-family: inherit;color: #1d1d1f;outline: none;appearance: none;-webkit-appearance: none;background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22><path fill=%22%2300875A%22 d=%22M6 8L0 0h12z%22/></svg>');background-repeat: no-repeat;background-position: right 1rem center;padding-right: 2.5rem;cursor: pointer;transition: all 0.2s ease;box-shadow: 0 1px 3px rgba(0,0,0,0.04);}.gf-select:focus{border-color: #00875A;box-shadow: 0 0 0 4px rgba(0,135,90,0.1), 0 4px 12px rgba(0,0,0,0.06);}.gf-checkbox-label{display: flex;align-items: flex-start;gap: 0.75rem;cursor: pointer;padding: 0.75rem;border-radius: 10px;border: 1.5px solid transparent;transition: all 0.2s ease;}.gf-checkbox-label:hover{background: #f8fafc;border-color: rgba(0,135,90,0.15);}.gf-checkbox-label input[type=checkbox]{width: 20px;height: 20px;accent-color: #00875A;flex-shrink: 0;margin-top: 0.1rem;cursor: pointer;}.gf-checkbox-text{flex: 1;}.gf-checkbox-title{font-size: 0.88rem;font-weight: 600;color: #1d1d1f;line-height: 1.3;}.gf-checkbox-sub{font-size: 0.78rem;color: #6b7280;margin-top: 0.15rem;}.gf-btn-primary{display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;background: linear-gradient(135deg, #00875A, #006B4D);color: #ffffff;padding: 0.9rem 2rem;border-radius: 14px;font-weight: 800;font-size: 1rem;border: none;cursor: pointer;transition: all 0.25s cubic-bezier(0.22,1,0.36,1);box-shadow: 0 4px 16px rgba(0,135,90,0.35);letter-spacing: -0.01em;min-height: 52px;text-decoration: none;}.gf-btn-primary:hover{transform: translateY(-2px);box-shadow: 0 8px 28px rgba(0,135,90,0.45);}.gf-btn-primary:active{transform: translateY(0px);box-shadow: 0 2px 8px rgba(0,135,90,0.3);}.gf-btn-secondary{background: #ffffff;color: #374151;border: 1.5px solid #e5e7eb;padding: 0.75rem 1.5rem;border-radius: 12px;font-weight: 600;font-size: 0.9rem;cursor: pointer;transition: all 0.2s ease;min-height: 48px;}.gf-btn-secondary:hover{border-color: #00875A;color: #00875A;background: #F0FDF9;}.gf-btn-row{display: flex;align-items: center;gap: 0.75rem;margin-top: 1.5rem;flex-wrap: wrap;}.gf-btn-row.gf-btn-row--full{flex-direction: column;}.gf-btn-row .gf-btn-primary, .gf-btn-row .gf-btn-secondary{flex: 1;}@media (max-width: 480px){.gf-btn-row{flex-direction: column;}.gf-btn-row .gf-btn-primary, .gf-btn-row .gf-btn-secondary{width: 100%;}}.gfl-feature{background: #ffffff;border: 1.5px solid #e5e7eb;border-radius: 16px;padding: 1.25rem;display: flex;gap: 12px;align-items: flex-start;transition: all 0.25s cubic-bezier(0.22,1,0.36,1);box-shadow: 0 1px 4px rgba(0,0,0,0.04);}.gfl-feature:hover{border-color: rgba(0,135,90,0.3);transform: translateY(-2px);box-shadow: 0 8px 24px rgba(0,0,0,0.08);}.gfl-feature-icon{font-size: 1.5rem;flex-shrink: 0;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;}.gfl-feature h3{font-size: 0.9rem;font-weight: 800;color: #111827;margin: 0 0 0.35rem;}.gfl-feature p{font-size: 0.82rem;color: #6b7280;margin: 0;line-height: 1.5;}.gfl-step{background: #ffffff;border: 1.5px solid #e5e7eb;border-radius: 18px;padding: 1.75rem 1.25rem;text-align: center;transition: all 0.25s cubic-bezier(0.22,1,0.36,1);box-shadow: 0 1px 4px rgba(0,0,0,0.04);}.gfl-step:hover{border-color: rgba(0,135,90,0.3);transform: translateY(-4px);box-shadow: 0 12px 32px rgba(0,0,0,0.1);}.gfl-step-num{width: 40px;height: 40px;border-radius: 50%;background: linear-gradient(135deg, #F0FDF9, #E6F9F3);border: 2px solid #6ee7b7;color: #00875A;font-size: 1rem;font-weight: 900;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.85rem;box-shadow: 0 0 0 4px rgba(0,135,90,0.05);}.gf-compare-table{width: 100%;border-collapse: collapse;margin: 1.5rem 0;border-radius: 14px;overflow: hidden;border: 1.5px solid #e5e7eb;}.gf-compare-table th{background: linear-gradient(135deg, #f8fafc, #f1f5f9);padding: 0.75rem 1rem;font-size: 0.78rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.06em;color: #374151;text-align: center;border-bottom: 1px solid #e5e7eb;}.gf-compare-table th:first-child{text-align: left;color: #6b7280;}.gf-compare-table td{padding: 0.65rem 1rem;font-size: 0.85rem;border-bottom: 1px solid #f3f4f6;text-align: center;}.gf-compare-table td:first-child{text-align: left;font-weight: 600;color: #374151;}.gf-compare-table tr:last-child td{border-bottom: none;}.gf-compare-table tr:nth-child(even) td{background: #f8fafc;}.gf-testimonial{background: linear-gradient(135deg, #F0FDF9, #F0FDF9);border: 1.5px solid rgba(0,135,90,0.15);border-radius: 18px;padding: 1.5rem;margin-bottom: 1rem;position: relative;}.gf-testimonial::before{content: '\u201C';font-size: 3rem;color: #00875A;opacity: 0.2;position: absolute;top: 0.5rem;left: 1rem;line-height: 1;}.gf-testimonial-text{font-size: 0.9rem;color: #374151;line-height: 1.65;margin-bottom: 0.75rem;}.gf-testimonial-author{font-size: 0.78rem;font-weight: 700;color: #00875A;}@media (max-width: 375px){.gf-progress-wrap{padding: 0.75rem 1rem;border-radius: 14px;}.gf-wizard-card{padding: 1.25rem 1rem;border-radius: 16px;}.gf-input, .gf-select{padding: 0.75rem 0.85rem;font-size: 0.95rem;}.gf-btn-primary{padding: 0.85rem 1.5rem;font-size: 0.95rem;min-height: 52px;border-radius: 12px;}.gf-trust-master{gap: 0.4rem;}.gf-badge{font-size: 0.7rem;padding: 0.25rem 0.65rem;}.gfl-steps{grid-template-columns: 1fr !important;gap: 10px;}.gf-price-amount{font-size: 2.2rem;}}.ff-pro-banner{display: flex;align-items: center;gap: 12px;background: linear-gradient(135deg, rgba(0,135,90,0.06) 0%, rgba(0,179,125,0.04) 100%);border: 1.5px solid rgba(0,135,90,0.18);border-radius: 14px;padding: 14px 18px;color: inherit;transition: border-color 0.18s, box-shadow 0.18s;cursor: pointer;}.ff-pro-banner:hover{border-color: rgba(0,135,90,0.35);box-shadow: 0 4px 16px rgba(0,135,90,0.08);transform: translateY(-1px);}.ff-pro-banner-icon{font-size: 1.5rem;flex-shrink: 0;line-height: 1;}.ff-pro-banner-title{display: block;font-size: 0.9rem;font-weight: 800;color: #111827;line-height: 1.3;margin-bottom: 2px;}.ff-pro-banner-sub{display: block;font-size: 0.8rem;color: #6b7280;line-height: 1.4;}