.account-actions{display:flex;align-items:center;gap:13px;padding-left:18px;border-left:1px solid #e2e6e9;white-space:nowrap}.account-actions>a{font-size:11px;color:#4d5a65}.account-actions>a:hover{color:#1688e8}.account-actions .cart-link{padding:8px 11px;color:#fff;border-radius:3px;background:#1688e8}.account-actions b{display:inline-grid;place-items:center;min-width:17px;height:17px;margin-left:4px;padding:0 4px;border-radius:9px;color:#1688e8;background:#fff;font-size:9px}.packages{padding:110px 0 120px;background:#fff}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.package-card{position:relative;padding:34px;border:1px solid #e0e6eb;background:#fff;box-shadow:0 12px 35px rgba(21,66,100,.06);transition:.3s}.package-card:hover{transform:translateY(-7px);border-color:#88c3ef;box-shadow:0 20px 45px rgba(21,94,145,.12)}.package-card.recommended{color:#fff;border-color:#0e82da;background:linear-gradient(150deg,#118ee9,#096abd)}.recommended-label{position:absolute;right:22px;top:0;padding:7px 15px;color:#0b5f9f;background:#bdf073;font-size:10px;font-weight:700}.package-tag{margin-bottom:28px;color:#1688e8;font-size:9px;font-weight:700;letter-spacing:.18em}.recommended .package-tag{color:#bdf073}.package-card h3{margin-bottom:7px;font-size:24px}.package-for{min-height:38px;color:#788692;font-size:12px}.recommended .package-for{color:#bcdcf4}.package-price{display:flex;align-items:baseline;margin:23px 0 26px;padding-bottom:24px;border-bottom:1px solid #e4e9ed}.recommended .package-price{border-color:rgba(255,255,255,.22)}.package-price small{margin-right:5px;font-size:16px}.package-price strong{font-size:42px;letter-spacing:-.04em}.package-price span{margin-left:7px;color:#84919b;font-size:11px}.recommended .package-price span{color:#c8dfef}.package-card ul{min-height:185px;margin:0;padding:0;list-style:none}.package-card li{position:relative;padding:7px 0 7px 21px;color:#536471;font-size:12px}.recommended li{color:#e7f4fc}.package-card li:before{content:"✓";position:absolute;left:0;color:#65c735;font-weight:700}.package-time{margin:20px 0 15px;padding-top:18px;border-top:1px solid #e4e9ed;color:#82909a;font-size:10px}.recommended .package-time{color:#c5deef;border-color:rgba(255,255,255,.2)}.package-button{width:100%;height:48px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid #1688e8;color:#1688e8;background:#fff;cursor:pointer;font-size:12px;font-weight:600;transition:.2s}.package-button:hover{color:#fff;background:#1688e8}.recommended .package-button{color:#0a69ad;border-color:#fff;background:#fff}.recommended .package-button:hover{color:#052f4d;background:#bdf073;border-color:#bdf073}.package-note{margin:22px 0 0;color:#8a959e;font-size:10px}.cart-toast{position:fixed;z-index:100;right:25px;bottom:25px;padding:14px 20px;color:#fff;border-radius:4px;background:#0b2438;box-shadow:0 14px 35px rgba(0,0,0,.2);font-size:12px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}.cart-toast.show{opacity:1;transform:none}

.shop-page{min-height:100vh;background:#f4f7f9}.shop-header{height:78px;background:#fff;border-bottom:1px solid #e4e8eb}.shop-header-inner{width:min(1180px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.shop-logo{display:flex;align-items:center;gap:11px}.shop-logo-mark{width:43px;height:43px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,#168fe1 0 50%,#6ac631 50%);font-weight:700}.shop-logo>span:last-child{display:flex;flex-direction:column}.shop-logo strong{font-size:16px}.shop-logo small{margin-top:4px;color:#82909a;font-size:8px;letter-spacing:.16em}.shop-nav{display:flex;align-items:center;gap:26px}.shop-nav a{font-size:12px;color:#4e5c67}.shop-nav a:hover{color:#1688e8}.shop-nav .shop-cart{padding:10px 14px;color:#fff;border-radius:3px;background:#1688e8}.shop-nav b{margin-left:5px}.shop-main{width:min(1180px,calc(100% - 40px));min-height:calc(100vh - 152px);margin:auto;padding:55px 0 85px}.shop-breadcrumb{margin-bottom:24px;color:#8a969f;font-size:11px}.shop-breadcrumb a{color:#1688e8}.shop-title{margin-bottom:34px}.shop-title h1{margin-bottom:9px;font-size:32px}.shop-title p{color:#7b8994;font-size:13px}.panel{border:1px solid #e1e6ea;background:#fff;box-shadow:0 8px 28px rgba(24,62,90,.05)}.auth-shell{max-width:480px;margin:15px auto}.auth-panel{padding:42px}.auth-head{text-align:center;margin-bottom:32px}.auth-head h1{margin-bottom:9px;font-size:28px}.auth-head p{color:#7c8993;font-size:12px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px}.field label{font-size:11px;font-weight:600;color:#4b5964}.field input,.field textarea,.field select{width:100%;padding:13px 14px;border:1px solid #dce2e6;border-radius:3px;outline:none;background:#fff;font-size:13px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#1688e8;box-shadow:0 0 0 3px rgba(22,136,232,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check-row{display:flex;align-items:flex-start;gap:8px;margin:3px 0 20px;color:#6c7a85;font-size:11px;line-height:1.6}.check-row input{margin-top:2px}.primary-submit{width:100%;height:48px;border:0;border-radius:3px;color:#fff;background:#1688e8;cursor:pointer;font-weight:600}.primary-submit:hover{background:#0875ce}.primary-submit:disabled{cursor:not-allowed;opacity:.55}.auth-switch{margin:24px 0 0;text-align:center;color:#7b8892;font-size:11px}.auth-switch a{color:#1688e8}.form-error{display:none;margin-bottom:16px;padding:10px 12px;color:#b13939;border:1px solid #f1cccc;background:#fff4f4;font-size:11px}.form-error.show{display:block}

.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start}.cart-panel{padding:0 28px}.cart-table-head,.cart-item{display:grid;grid-template-columns:1fr 110px 110px 35px;gap:15px;align-items:center}.cart-table-head{padding:17px 0;color:#89959e;border-bottom:1px solid #e4e8eb;font-size:10px}.cart-item{padding:24px 0;border-bottom:1px solid #e8ecef}.cart-item:last-child{border-bottom:0}.cart-product{display:flex;align-items:center;gap:15px}.cart-product-icon{width:54px;height:54px;display:grid;place-items:center;color:#fff;border-radius:5px;background:linear-gradient(145deg,#168ee7,#0867b6);font-size:10px;font-weight:700}.cart-product strong{display:block;margin-bottom:5px;font-size:14px}.cart-product span{color:#87939d;font-size:10px}.quantity-control{display:flex;align-items:center}.quantity-control button{width:28px;height:30px;border:1px solid #dce2e6;background:#fff;cursor:pointer}.quantity-control input{width:35px;height:30px;text-align:center;border:1px solid #dce2e6;border-left:0;border-right:0;font-size:11px}.cart-price{font-size:13px;font-weight:600}.remove-item{border:0;color:#a1aab2;background:none;cursor:pointer;font-size:18px}.remove-item:hover{color:#e04545}.summary-panel{padding:28px}.summary-panel h2{margin-bottom:22px;font-size:18px}.summary-line{display:flex;justify-content:space-between;margin:13px 0;color:#697781;font-size:12px}.summary-total{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid #e2e6e9}.summary-total strong:last-child{color:#1688e8;font-size:22px}.summary-button{width:100%;height:46px;margin-top:24px;display:grid;place-items:center;color:#fff;border:0;border-radius:3px;background:#1688e8;cursor:pointer;font-size:12px;font-weight:600}.summary-button:hover{background:#0874ca}.summary-button.disabled{pointer-events:none;opacity:.45}.empty-cart{padding:75px 25px;text-align:center}.empty-cart i{display:block;margin-bottom:18px;color:#b4c1ca;font-size:52px;font-style:normal}.empty-cart h2{font-size:20px}.empty-cart p{color:#7f8b95;font-size:12px}.empty-cart a{display:inline-block;margin-top:15px;padding:12px 22px;color:#fff;border-radius:3px;background:#1688e8;font-size:11px}.checkout-form-panel{padding:32px}.checkout-form-panel h2{margin-bottom:25px;padding-bottom:16px;border-bottom:1px solid #e5e9ec;font-size:18px}.payment-options{display:grid;gap:10px}.payment-option{padding:14px;display:flex;gap:10px;border:1px solid #dce2e6;border-radius:3px}.payment-option strong{display:block;font-size:12px}.payment-option span{display:block;margin-top:4px;color:#87939c;font-size:10px}.login-required{margin-bottom:18px;padding:13px 15px;color:#72571b;border:1px solid #efda9d;background:#fff9e8;font-size:11px}.login-required a{color:#1688e8;font-weight:600}.order-success{max-width:650px;margin:40px auto;padding:55px;text-align:center}.order-success-icon{width:70px;height:70px;margin:0 auto 22px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#65bf35;font-size:30px}.order-success h1{font-size:27px}.order-success p{color:#71808b;font-size:13px;line-height:1.8}.order-number{margin:24px 0;padding:14px;color:#1688e8;background:#f0f8fe;font-weight:700}.shop-footer{padding:25px 20px;text-align:center;color:#73808a;background:#071827;font-size:10px}
@media(max-width:1100px){.site-search{display:none}.account-actions{border-left:0;padding-left:0}.header-contact{gap:16px}.package-grid{grid-template-columns:1fr;max-width:620px;margin:auto}.package-card ul{min-height:auto}}
@media(max-width:900px){.account-actions{display:none}.packages{padding:85px 0}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-panel{position:static}.shop-nav a:not(.shop-cart):not(.account-state){display:none}}
@media(max-width:600px){.package-card{padding:27px 23px}.package-price strong{font-size:36px}.shop-main{width:calc(100% - 28px);padding-top:35px}.shop-header-inner{width:calc(100% - 28px)}.shop-title h1{font-size:27px}.auth-panel,.checkout-form-panel{padding:27px 20px}.form-row{grid-template-columns:1fr;gap:0}.cart-panel{padding:0 18px}.cart-table-head{display:none}.cart-item{grid-template-columns:1fr 30px;gap:15px}.cart-product{grid-column:1}.quantity-control{grid-column:1}.cart-price{grid-column:1}.remove-item{grid-column:2;grid-row:1}.summary-panel{padding:23px}.order-success{padding:35px 22px}.shop-logo small{display:none}}
