*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;background-color:#f6f9fc;color:#425466;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 16px}header{background:#fff;border-bottom:1px solid #ebeef4;position:sticky;top:0;z-index:10}header .header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:12px}header .logo img{height:40px}header .header-cta{display:flex;align-items:center;gap:12px;font-size:.9rem}header .header-cta span{color:#0a2540;font-weight:500}.btn{border-radius:999px;padding:10px 20px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;transition:transform .1s ease,box-shadow .1s ease,background .15s ease}.btn-primary{background-color:#ff7600;color:#fff}.btn-secondary{background:rgba(0,0,0,0);color:#0a2540;border:1px solid #ebeef4}.btn-secondary:hover{background-color:rgba(10,37,64,.04)}footer{padding:22px 0 28px;font-size:.8rem;color:rgba(66,84,102,.8)}footer .footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width: 960px){header .header-inner{flex-wrap:wrap;padding:20px 16px;gap:20px}}﻿.buy-credits main{background:#f6f9fc;flex:1}.credits{padding:48px 0 56px}.credits-layout{display:flex;flex-direction:column;gap:28px}.credits-intro{max-width:640px}.credits-title{font-size:1.7rem;color:#0a2540;margin-bottom:10px}.credits-text{font-size:1rem}.credits-options{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.credit-card{background:#fff;border-radius:20px;padding:20px 18px 22px;border:1px solid #ebeef4;display:flex;flex-direction:column;gap:10px;text-align:left}.credit-card-title{font-size:1.1rem;color:#0a2540}.credit-card-price{font-size:1.1rem;font-weight:600;color:#ff7600}.credit-card-text{font-size:.92rem}.credit-card-list{list-style:none;padding-left:0;margin:4px 0 4px}.credit-card-list li{position:relative;padding-left:18px;margin-bottom:4px;font-size:.9rem}.credit-card-list li::before{content:"•";position:absolute;left:6px;top:0;color:#ff7600}.btn-block{width:100%;justify-content:center;text-align:center}.credit-card--highlight{border-color:#ff7600;box-shadow:0 12px 28px rgba(255,118,0,.16);position:relative}.credit-card--highlight .credit-card-badge{position:absolute;top:14px;right:14px;background:#ff7600;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.credit-card--phone .credit-phone-callout{margin-top:6px;margin-bottom:4px;display:flex;flex-direction:column;gap:4px}.credit-card--phone .credit-phone-label{font-size:.86rem;color:#425466}.credit-card--phone .credit-phone-number{font-size:1.1rem;font-weight:700;color:#0a2540;letter-spacing:.06em}.credit-card--phone .credit-card-note{font-size:.8rem;color:rgba(66,84,102,.9)}.credits-footer-note{font-size:.86rem;color:rgba(66,84,102,.95);max-width:640px}@media(max-width: 960px){.credits-options{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 720px){.credits-options{grid-template-columns:minmax(0, 1fr)}.credit-card--highlight .credit-card-badge{top:10px;right:10px}}.call-page main{background:#f6f9fc;flex:1}.call{padding:56px 0}.call-inner{max-width:600px;margin:0 auto}.call-status{background:#fff;border-radius:20px;padding:28px 24px 26px;border:1px solid #ebeef4;box-shadow:0 14px 32px rgba(15,34,58,.1);text-align:center}.call-spinner{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;border:4px solid rgba(255,118,0,.25);border-top-color:#ff7600;animation:call-spin .9s linear infinite}@keyframes call-spin{to{transform:rotate(360deg)}}.call-title{font-size:1.6rem;color:#0a2540;margin-bottom:10px}.call-text{font-size:1rem;margin-bottom:18px}.call-text strong{color:#0a2540;font-weight:600}.call-state{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#f6f9fc;font-size:.9rem;color:#0a2540;margin-bottom:18px}.call-dot{width:8px;height:8px;border-radius:50%}.call-dot-orange{background:#ff7600;box-shadow:0 0 0 0 rgba(255,118,0,.6);animation:call-pulse-orange 1.4s ease-out infinite}@keyframes call-pulse-orange{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,118,0,.6)}70%{transform:scale(1.4);box-shadow:0 0 0 10px rgba(255,118,0,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,118,0,0)}}.call-dot-green{background:#00c853;box-shadow:0 0 0 0 rgba(0,200,83,.6);animation:call-pulse-green 1.4s ease-out infinite}@keyframes call-pulse-green{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(0,200,83,.6)}70%{transform:scale(1.4);box-shadow:0 0 0 10px rgba(0,200,83,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(0,200,83,0)}}.call-help{font-size:.9rem;margin-bottom:6px;text-align:left}.call-help-list{font-size:.88rem;text-align:left;padding-left:18px}.call-help-list li{margin-bottom:4px}@media(max-width: 600px){.call{padding:40px 0}.call-status{padding:22px 18px}.call-title{font-size:1.4rem}}.hero{background:#f6f9fc;padding:48px 0 56px}.hero .hero-grid{display:grid;grid-template-columns:minmax(0, 1.15fr) minmax(0, 1fr);gap:40px;align-items:center}.hero .hero-kicker{font-size:.85rem;font-weight:600;text-transform:uppercase;color:#ff7600;letter-spacing:.08em;margin-bottom:10px}.hero .hero-title{font-size:clamp(1.9rem,3vw,2.4rem);color:#0a2540;font-weight:700;margin-bottom:14px}.hero .hero-text{font-size:1.02rem;margin-bottom:22px;max-width:34rem}.hero .hero-badges{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.85rem;margin-top:32px;color:#0a2540}.hero .hero-badges .hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid #ebeef4}.hero .hero-badges .hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#ff7600}.hero .hero-image-wrapper{position:relative}.hero .hero-card{background:#fff;border-radius:20px;padding:14px 16px;position:absolute;left:8%;bottom:6%;box-shadow:0 20px 35px rgba(15,34,58,.28);display:flex;align-items:center;gap:10px;max-width:260px}.hero .hero-card-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #fff;flex-shrink:0}.hero .hero-card-text{font-size:.8rem}.hero .hero-card-text strong{display:block;font-size:.85rem;color:#0a2540}.section{padding:48px 0}.section-light{background-color:#fff}.section-grey{background-color:#f6f9fc}.section .section-header{max-width:640px;margin-bottom:28px}.section .section-title{font-size:1.6rem;color:#0a2540;margin-bottom:8px}.section .section-text{font-size:1rem}.layout-split{display:grid;grid-template-columns:minmax(0, 1.3fr) minmax(0, 1fr);gap:40px;align-items:center}.features-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;margin-top:10px}.feature-card{background:#f6f9fc;border-radius:16px;padding:16px 18px;border:1px solid #ebeef4}.feature-card .feature-icon{width:32px;height:32px;margin-bottom:10px}.feature-card .feature-icon img{width:100%;height:100%}.feature-card .feature-title{font-weight:600;color:#0a2540;font-size:.98rem;margin-bottom:6px}.feature-card .feature-text{font-size:.9rem}.side-photo{border-radius:20px;overflow:hidden;box-shadow:0 18px 40px rgba(10,37,64,.22)}.testimonials-header{text-align:center;margin-bottom:30px}.testimonials-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.testimonial-card{background:#fff;border-radius:20px;padding:18px 18px 20px;border:1px solid #ebeef4;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 22px rgba(15,34,58,.08)}.testimonial-user{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.testimonial-name{font-weight:600;font-size:.95rem;color:#0a2540}.testimonial-city{font-size:.8rem;opacity:.8}.testimonial-text{font-size:.92rem;font-style:italic}.cta-block{background:#0a2540;border-radius:24px;padding:28px 22px;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}.cta-block .cta-title{font-size:1.5rem;margin-bottom:8px}.cta-block .cta-text{font-size:.98rem;max-width:520px;opacity:.95}.cta-block .cta-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.cta-block .cta-note{font-size:.8rem;opacity:.85;text-align:center}.btn-cta{background:#ff7600;color:#fff;border-radius:999px;padding:11px 22px;border:none;font-weight:600;cursor:pointer;font-size:.98rem}@media(max-width: 960px){.hero{padding-top:32px}.hero .hero-grid{grid-template-columns:minmax(0, 1fr)}.hero .hero-image-wrapper{order:-1}.layout-split{grid-template-columns:minmax(0, 1fr)}}@media(max-width: 768px){.features-grid{grid-template-columns:minmax(0, 1fr)}.testimonials-grid{grid-template-columns:minmax(0, 1fr)}}﻿.login main{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 150px)}.auth{padding:56px 0;background:#f6f9fc}.auth-layout{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(0, 0.9fr);gap:40px;align-items:center}.auth-card{background:#fff;border-radius:20px;padding:24px 24px 26px;border:1px solid #ebeef4;box-shadow:0 14px 32px rgba(15,34,58,.1)}.auth-title{font-size:1.7rem;color:#0a2540;margin-bottom:10px}.auth-text{font-size:1rem;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:.9rem;font-weight:500;color:#0a2540}.field-input{border-radius:999px;border:1px solid #ebeef4;padding:11px 16px;font-size:.98rem;outline:none;background:#f6f9fc;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.field-input:focus{background:#fff;border-color:#ff7600;box-shadow:0 0 0 2px rgba(255,118,0,.25)}.btn-block{width:100%;justify-content:center;text-align:center}.auth-hint{font-size:.8rem;color:rgba(66,84,102,.9)}.auth-aside{padding:8px 8px 8px 0;font-size:.92rem;color:#425466}.auth-aside-title{font-size:1.1rem;color:#0a2540;margin-bottom:10px}.auth-list{list-style:none;padding-left:0;margin-bottom:12px}.auth-list li{position:relative;padding-left:20px;margin-bottom:6px}.auth-list li::before{content:"•";position:absolute;left:6px;top:0;color:#ff7600}.auth-aside-note{font-size:.86rem;color:#0a2540;font-weight:500;margin-top:6px}@media(max-width: 960px){.auth-layout{grid-template-columns:minmax(0, 1fr)}.auth-aside{padding-left:0}}@media(max-width: 600px){.auth{padding:40px 0}.auth-card{padding:20px 18px 22px}.auth-title{font-size:1.4rem}}.success{padding:64px 0;background:#f6f9fc;min-height:calc(100vh - 150px);display:flex;align-items:center}.success-inner{max-width:560px;margin:0 auto;text-align:center;background:#fff;padding:32px 28px;border-radius:20px;box-shadow:0 18px 40px rgba(10,37,64,.14)}.success-icon{width:68px;height:68px;border-radius:50%;background:#ff7600;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 10px 24px rgba(255,118,0,.35)}.success-title{font-size:1.8rem;font-weight:bold;color:#0a2540;margin-bottom:12px}.success-text{margin-bottom:24px;font-size:1rem;color:#425466}.success-btn{display:inline-block;padding:12px 28px;font-size:1rem;color:#fff;background:#ff7600;border-radius:999px;font-weight:600}.success-note{margin-top:18px;font-size:.85rem;color:rgba(66,84,102,.8)}