*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f5f7fa;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a2e;color:#fff;padding:0 24px;height:60px;display:flex;align-items:center}.header__inner{max-width:960px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__logo{font-size:18px;font-weight:700;letter-spacing:.5px;color:#fff;text-decoration:none}.main{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 16px}.container{max-width:680px;width:100%;padding:48px 0 32px}.headline{font-size:14px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#6b7280;margin-bottom:32px;text-align:center}.tracking-input{display:flex;gap:0;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;margin-bottom:32px}.tracking-input__field{flex:1;border:none;padding:18px 24px;font-size:16px;font-family:inherit;outline:none;background:transparent;color:#1a1a2e}.tracking-input__field::placeholder{color:#9ca3af}.tracking-input__button{background:#2563eb;color:#fff;border:none;padding:18px 36px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;white-space:nowrap}.tracking-input__button:hover:not(:disabled){background:#1d4ed8}.tracking-input__button:disabled{opacity:.5;cursor:not-allowed}.loading{text-align:center;color:#6b7280;padding:24px}.message{padding:16px 20px;border-radius:10px;font-size:15px;margin-bottom:24px}.message--error{background:#fef3f2;color:#991b1b;border:1px solid #fecaca}.tracking-result{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.order-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #0000000f;margin-bottom:32px}.order-summary__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.order-summary__row:last-child{border-bottom:none}.order-summary__label{font-size:14px;color:#6b7280;font-weight:500}.order-summary__value{font-size:14px;font-weight:600;color:#1a1a2e}.order-summary__value--highlight{color:#2563eb;font-size:16px}.timeline__title{font-size:16px;font-weight:600;margin-bottom:20px;color:#374151}.timeline{position:relative;padding-left:28px}.timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#e5e7eb}.timeline__item{position:relative;padding-bottom:24px}.timeline__item:last-child{padding-bottom:0}.timeline__dot{position:absolute;left:-24px;top:6px;width:12px;height:12px;border-radius:50%;background:#d1d5db;border:2px solid white;box-shadow:0 0 0 2px #e5e7eb}.timeline__item--active .timeline__dot{background:#2563eb;box-shadow:0 0 0 2px #2563eb}.timeline__content{display:flex;flex-direction:column;gap:2px}.timeline__date{font-size:12px;color:#9ca3af;font-weight:500}.timeline__label{font-size:15px;font-weight:600;color:#1a1a2e}.timeline__detail{font-size:14px;color:#6b7280}.faq{max-width:680px;width:100%;padding:32px 0 64px}.faq__title{font-size:16px;font-weight:600;margin-bottom:16px;color:#374151}.faq__item{border-bottom:1px solid #e5e7eb}.faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;background:none;border:none;font-size:14px;font-weight:500;color:#374151;cursor:pointer;text-align:left;font-family:inherit;gap:16px}.faq__question:hover{color:#2563eb}.faq__chevron{font-size:18px;font-weight:300;flex-shrink:0;color:#9ca3af}.faq__answer{padding:0 0 16px;font-size:14px;color:#6b7280;line-height:1.7}.footer{background:#1a1a2e;color:#ffffffb3;padding:48px 24px 32px;margin-top:auto}.footer__inner{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.footer__logo{font-size:16px;font-weight:700;color:#fff;letter-spacing:.5px}.footer__disclaimer{margin-top:10px;font-size:13px;line-height:1.7;color:#ffffff80}.footer__contact{display:flex;align-items:center;gap:8px;font-size:14px}.footer__contact-label{color:#fff9}.footer__email{color:#60a5fa;text-decoration:none;font-weight:500}.footer__email:hover{color:#93bbfd;text-decoration:underline}.footer__lang-section{padding-top:4px}.footer__lang-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s}.footer__lang-select:hover,.footer__lang-select:focus{border-color:#fff6}.footer__lang-select option{background:#1a1a2e;color:#fff}.footer__copy{font-size:12px;color:#ffffff59;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#1a1a2ef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 24px;height:64px;display:flex;align-items:center}.lp-nav__inner{max-width:1080px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-nav__logo{font-size:18px;font-weight:700;color:#fff;letter-spacing:.5px}.lp-nav__links{display:flex;align-items:center;gap:24px}.lp-nav__link{color:#ffffffb3;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.lp-nav__link:hover{color:#fff}.lp-nav__cta{background:#2563eb;color:#fff;text-decoration:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:background .2s}.lp-nav__cta:hover{background:#1d4ed8}.lp-hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:140px 24px 100px;text-align:center;color:#fff}.lp-hero__inner{max-width:760px;margin:0 auto}.lp-hero__title{font-size:44px;font-weight:800;line-height:1.15;margin-bottom:24px;letter-spacing:-.5px}.lp-hero__subtitle{font-size:18px;line-height:1.7;color:#ffffffb3;margin-bottom:40px;max-width:620px;margin-left:auto;margin-right:auto}.lp-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lp-btn{display:inline-block;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;transition:all .2s;border:none}.lp-btn--primary{background:#2563eb;color:#fff}.lp-btn--primary:hover{background:#1d4ed8}.lp-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.lp-btn--ghost:hover{border-color:#fff9;background:#ffffff0d}.lp-section-title{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:12px;text-align:center}.lp-section-subtitle{font-size:16px;color:#6b7280;text-align:center;max-width:600px;margin:0 auto 48px;line-height:1.7}.lp-features{padding:96px 24px;background:#fff}.lp-features__inner{max-width:1080px;margin:0 auto}.lp-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.lp-feature{padding:32px;border-radius:12px;background:#f8f9fb;border:1px solid #f0f1f3;transition:box-shadow .2s}.lp-feature:hover{box-shadow:0 4px 20px #0000000f}.lp-feature__icon{font-size:28px;margin-bottom:16px}.lp-feature__title{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.lp-feature__desc{font-size:14px;color:#6b7280;line-height:1.7}.lp-how{padding:96px 24px;background:#f5f7fa}.lp-how__inner{max-width:880px;margin:0 auto}.lp-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px}.lp-step{text-align:center}.lp-step__number{width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.lp-step__title{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.lp-step__desc{font-size:14px;color:#6b7280;line-height:1.7}.lp-contact{padding:96px 24px;background:#fff}.lp-contact__inner{max-width:680px;margin:0 auto}.lp-contact__text{margin-bottom:40px}.lp-contact__success{text-align:center;padding:48px 24px;background:#f0fdf4;border-radius:12px;border:1px solid #bbf7d0}.lp-contact__success-icon{width:56px;height:56px;border-radius:50%;background:#22c55e;color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.lp-contact__success h3{font-size:22px;color:#166534;margin-bottom:8px}.lp-contact__success p{color:#15803d;font-size:15px}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.lp-form__field{display:flex;flex-direction:column;gap:6px}.lp-form__field--full{grid-column:1 / -1}.lp-form__label{font-size:13px;font-weight:600;color:#374151}.lp-form__input{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;font-family:inherit;color:#1a1a2e;background:#fff;outline:none;transition:border-color .2s}.lp-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.lp-form__textarea{resize:vertical;min-height:100px}.lp-form__error{color:#dc2626;font-size:14px}.lp-form__submit{align-self:flex-start;margin-top:4px}.lp-form__submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.lp-hero__title{font-size:30px}.lp-hero__subtitle{font-size:16px}.lp-features__grid{grid-template-columns:1fr}.lp-how__steps{grid-template-columns:1fr;gap:32px}.lp-form__row{grid-template-columns:1fr}.lp-nav__link{display:none}}@media(max-width:640px){.tracking-input{flex-direction:column}.tracking-input__button{padding:16px}.container{padding:32px 0 24px}.order-summary__row{flex-direction:column;align-items:flex-start;gap:4px}}
