.ta-wrap{--navy:#091E42;--blue:#006ea8;--ink:#17222e;--muted:#5b6b7a;--line:#e6ebf0;--warn:#b3261e;color:var(--ink);max-width:760px;margin:0 auto;padding:0 1rem}.ta-head{text-align:center;margin:0 auto 1.8rem}.ta-head__title{font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin:0 0 .6rem}.ta-head__text{font-size:15.5px;line-height:1.6;color:var(--muted);margin:0}.ta-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 6px 24px rgb(15 35 60 / .06);padding:1.4rem 1.6rem 1.6rem}.ta-progress{margin-bottom:1.5rem}.ta-progress__row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);font-weight:600;margin-bottom:.5rem}.ta-progress__pct{color:var(--blue)}.ta-progress__track{height:8px;background:#eef2f6;border-radius:99px;overflow:hidden}.ta-progress__fill{height:100%;width:0;background:linear-gradient(90deg,var(--blue),#33a0dd);border-radius:99px;transition:width 0.45s cubic-bezier(.22,1,.36,1)}.ta-q{font-size:22px;font-weight:800;color:var(--ink);line-height:1.28;margin:.2rem 0 .5rem;letter-spacing:-.01em}.ta-subtitle{font-size:16px;font-weight:700;color:var(--navy);margin:1.6rem 0 .4rem}.ta-desc{font-size:14.5px;color:var(--muted);line-height:1.55;margin:0 0 1.1rem}.ta-note{font-size:13.5px;color:var(--muted);line-height:1.5;margin:1rem 0 0}.ta-note a{color:var(--blue);text-decoration:underline}.ta-field{display:block;margin:0 0 .9rem}.ta-label{display:block;font-size:13.5px;font-weight:600;color:var(--navy);margin-bottom:.35rem}.ta-input,.ta-textarea{width:100%;box-sizing:border-box;border:1.5px solid #d9e1e8;border-radius:12px;padding:.8rem 1rem;font-size:16px;color:var(--ink);font-family:inherit;background:#fbfcfd;transition:border-color 0.2s ease,box-shadow 0.2s ease}.ta-input:focus,.ta-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgb(0 124 195 / .12);background:#fff}.ta-textarea{min-height:110px;resize:vertical;line-height:1.55}.ta-input--sm{padding:.6rem .75rem;font-size:14.5px}.ta-input--xs{padding:.6rem .5rem;font-size:14.5px;text-align:center}.ta-choices{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.ta-choice{display:block;text-align:left;background:#fbfcfd;border:2px solid #e2e9ef;border-radius:14px;padding:1.1rem 1.2rem;cursor:pointer;font-family:inherit;transition:border-color 0.18s ease,background 0.18s ease,transform 0.15s ease}.ta-choice:hover{border-color:#b9cede;transform:translateY(-2px)}.ta-choice.is-on{border-color:var(--blue);background:#f2f9fe}.ta-choice__icon{display:block;font-size:24px;margin-bottom:.5rem}.ta-choice__title{display:block;font-size:16px;font-weight:700;color:var(--navy);margin-bottom:.25rem}.ta-choice__text{display:block;font-size:13.5px;color:var(--muted);line-height:1.45}.ta-btn-inline{display:inline-block;background:var(--blue);color:#fff;border:none;border-radius:10px;padding:.7rem 1.4rem;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}.ta-btn-inline:hover{background:#0a6ba8}.ta-btn-inline[disabled]{opacity:.6;cursor:default}.ta-btn-inline--ghost{background:#fff0;color:var(--blue);border:1.5px dashed #b9cede;margin-top:.6rem}.ta-btn-inline--ghost:hover{background:#f2f9fe}.ta-lookup-result:empty{display:none}.ta-found{margin-top:1rem;background:#f1faf3;border:1px solid #cfe9d6;border-radius:12px;padding:.9rem 1.1rem;font-size:14.5px;color:#14562a}.ta-found__meta{font-size:13.5px;color:#3d7350;margin-top:.25rem}.ta-found--miss{background:#fdf3f2;border-color:#f2cfcb;color:#8c2b22}.ta-warn{margin-top:.6rem;font-size:13.5px;color:var(--warn);line-height:1.5}.ta-info{background:#f2f7fc;border:1px solid #d5e5f2;border-radius:12px;padding:.9rem 1.1rem;font-size:14.5px;line-height:1.55;color:var(--navy);margin:0 0 1rem}.ta-info--center{text-align:left;margin:1rem auto;max-width:460px}.ta-info a{color:var(--blue)}.ta-products{display:flex;flex-direction:column;gap:.7rem}.ta-product{border:1.5px solid #e2e9ef;border-radius:12px;padding:.85rem 1rem;background:#fbfcfd;display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;align-items:start}.ta-product.is-locked{opacity:.75;background:#f5f6f7}.ta-product__pick{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.ta-product__pick input{margin-top:.25rem;width:18px;height:18px;flex:none}.ta-product__name{font-size:15px;font-weight:600;color:var(--navy);line-height:1.4}.ta-product__side{display:flex;align-items:center;gap:.7rem;white-space:nowrap}.ta-product__sum{font-size:14.5px;font-weight:700;color:var(--navy)}.ta-qty{border:1.5px solid #d9e1e8;border-radius:9px;padding:.4rem .5rem;font-size:14px;font-family:inherit;background:#fff}.ta-product__lock{grid-column:1 / -1;font-size:13px;color:var(--muted);line-height:1.45}.ta-product__serial{grid-column:1 / -1;display:block}.ta-product__serial span{display:block;font-size:12.5px;color:var(--muted);margin-bottom:.25rem}.ta-manual{display:flex;flex-direction:column;gap:.6rem}.ta-manual__row{display:grid;grid-template-columns:1fr 120px 120px 80px;gap:.5rem}.ta-checks{display:flex;flex-direction:column;gap:.55rem}.ta-check{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:14.5px;line-height:1.5;color:var(--ink)}.ta-check input{margin-top:.2rem;width:18px;height:18px;flex:none}.ta-req{color:var(--warn);font-style:normal}.ta-review{border:1px solid var(--line);border-radius:12px;overflow:hidden}.ta-review__row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 1rem;font-size:14.5px;border-bottom:1px solid var(--line)}.ta-review__row:last-child{border-bottom:none}.ta-review__row span{color:var(--muted)}.ta-review__row strong{color:var(--navy);text-align:right;word-break:break-word}.ta-review__list{margin:.4rem 0 1.2rem;padding-left:20px;font-size:14.5px;line-height:1.6;color:var(--navy)}.ta-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.ta-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.6rem}.ta-nav .ta-btn{margin-left:auto}.ta-btn{background:var(--blue);color:#fff;border:none;border-radius:12px;padding:.9rem 1.9rem;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background 0.2s ease,transform 0.15s ease}.ta-btn:hover{background:#0a6ba8;transform:translateY(-1px)}.ta-btn[disabled]{opacity:.6;cursor:default;transform:none}.ta-btn-ghost{background:#fff0;color:var(--muted);border:none;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;padding:.9rem .3rem}.ta-btn-ghost:hover{color:var(--navy)}.ta-error{display:none;margin-top:1rem;background:#fdf3f2;border:1px solid #f2cfcb;border-radius:12px;padding:.8rem 1rem;font-size:14.5px;color:#8c2b22}.ta-error.show{display:block}.ta-hide{display:none!important}.ta-thanks{text-align:center;padding:1.5rem 0 .5rem}.ta-thanks__mark{width:62px;height:62px;margin:0 auto 1rem;border-radius:50%;background:#e7f6ec;color:#1a7f3c;font-size:30px;line-height:62px;font-weight:700}.ta-thanks__title{font-size:24px;font-weight:800;color:var(--navy);margin:0 0 .7rem}.ta-thanks__text{font-size:15px;line-height:1.6;color:var(--muted);margin:0 0 .9rem}.ta-thanks__note{font-size:13px;line-height:1.55;color:var(--muted);margin:.9rem auto 0;max-width:460px}.ta-warnbox{margin:1rem 0 0;padding:.7rem 1rem;background:#fdf6f5;border-left:3px solid #d8a49e;border-radius:0 8px 8px 0;font-size:13.5px;line-height:1.55;color:var(--navy)}.ta-thanks__btn{display:inline-block;margin-top:.6rem;background:var(--blue);color:#fff;border-radius:12px;padding:.8rem 1.7rem;font-size:15px;font-weight:700;text-decoration:none}.ta-thanks__btn:hover{background:#0a6ba8;color:#fff}.ta-foot{text-align:center;font-size:13.5px;color:var(--muted);margin:1.4rem 0 0}.ta-foot a{color:var(--blue)}@media (max-width:640px){.ta-head__title{font-size:25px}.ta-card{padding:1.1rem 1rem 1.3rem;border-radius:14px}.ta-choices{grid-template-columns:1fr}.ta-product{grid-template-columns:1fr}.ta-product__side{justify-content:space-between}.ta-manual__row{grid-template-columns:1fr 1fr}.ta-btn{width:auto;padding:.85rem 1.4rem}}.google-reviews-container{margin-top:20px;margin-bottom:10px;display:flex;justify-content:left}.google-reviews-container .review-container{max-width:360px;display:flex;align-items:center;background:#fff;padding:10px 15px;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .15);position:relative}.google-reviews-container .google-logo{background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;margin-right:10px}.google-reviews-container .google-logo::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid #fff0;border-right:6px solid #fff0;border-top:6px solid #fff}.google-reviews-container .google-logo img{width:70px}.google-reviews-container .review-content{display:flex;flex-direction:column}.google-reviews-container .review-content .review-title{font-size:16px;font-weight:700;color:#444}.google-reviews-container .review-content .review-rating{display:flex;align-items:center;margin-top:3px}.google-reviews-container .review-content .review-rating .rating-value{font-size:24px;font-weight:700;margin-right:5px}.google-reviews-container .review-content .review-rating .stars{display:flex;align-items:center}.google-reviews-container .review-content .review-rating .stars .star{color:gold;font-size:18px;margin-right:2px}.google-reviews-container .review-content .review-rating .review-count{font-size:14px;color:gray;margin-left:5px}