.commerce-hero{padding:150px 0 65px;background:linear-gradient(145deg,var(--pearl),var(--blush));border-bottom:1px solid var(--blush-2)}
.commerce-hero-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}
.commerce-hero h1{font-size:clamp(44px,6vw,70px);margin-bottom:16px}.commerce-hero p{max-width:720px;color:var(--ink-soft);font-size:16px;line-height:1.75;margin:0}
.secure-mark{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--blush-2);border-radius:18px;background:var(--card);box-shadow:var(--shadow);font-size:12px;color:var(--ink-soft)}.secure-mark strong{display:block;color:var(--ink);font-size:13px}.secure-mark svg{color:var(--rose-deep)}
.commerce-section{padding:70px 0 100px}.commerce-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);gap:30px;align-items:start}
.commerce-card{background:var(--card);border:1px solid var(--blush-2);border-radius:26px;box-shadow:var(--shadow)}
.commerce-card-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:25px 28px;border-bottom:1px solid var(--blush-2)}.commerce-card-head h2{font-size:28px;margin:0}.commerce-card-head p{color:var(--ink-soft);font-size:12px;margin:4px 0 0}.commerce-card-body{padding:25px 28px}
.cart-list{display:grid;gap:15px}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:20px;align-items:center;padding:14px;border:1px solid var(--blush-2);border-radius:20px;background:var(--pearl)}.cart-item img{width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:14px;clip-path:polygon(5% 0,95% 0,100% 10%,100% 90%,95% 100%,5% 100%,0 90%,0 10%)}.cart-item h3{font-size:20px;margin:0 0 7px}.cart-item p{color:var(--ink-soft);font-size:12px;margin:0}.cart-item-price{font-family:Fraunces,serif;font-size:19px;font-weight:600}.cart-remove{border:0;background:var(--blush);color:var(--rose-deep);width:40px;height:40px;border-radius:50%;cursor:pointer;display:grid;place-items:center}.cart-remove:hover{background:var(--rose-deep);color:#fff}
.empty-cart{text-align:center;padding:45px 20px}.empty-cart svg{color:var(--rose-deep);margin:0 auto 18px}.empty-cart h2{font-size:32px;margin-bottom:12px}.empty-cart p{color:var(--ink-soft);line-height:1.7;max-width:470px;margin:0 auto 22px}
.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.checkout-step{padding:12px 10px;border:1px solid var(--blush-2);border-radius:14px;text-align:center;color:var(--ink-soft);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.checkout-step.done{background:#e6f5ea;color:#2e8b57;border-color:#ccebd5}.checkout-step.current{background:var(--blush);color:var(--rose-deep);border-color:var(--petal)}html[data-theme="dark"] .checkout-step.done{background:#153323;color:#5fd98a;border-color:#225339}
.identity-box{display:flex;gap:14px;align-items:center;padding:16px;border-radius:17px;background:var(--blush);margin-bottom:18px}.identity-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--card);display:grid;place-items:center;color:var(--rose-deep);font-weight:800}.identity-box strong{display:block;font-size:13px}.identity-box span{display:block;color:var(--ink-soft);font-size:11px;margin-top:3px}.identity-box button{margin-left:auto;border:0;background:transparent;color:var(--rose-deep);font-size:11px;font-weight:800;cursor:pointer}
.summary-lines{display:grid;gap:12px;margin:2px 0 20px}.summary-line{display:flex;justify-content:space-between;gap:16px;color:var(--ink-soft);font-size:13px}.summary-line strong{color:var(--ink)}.summary-line.total{padding-top:15px;border-top:1px solid var(--blush-2);font-size:17px}.summary-line.total strong{color:var(--rose-deep);font-family:Fraunces,serif;font-size:22px}
.checkout-actions{display:grid;gap:11px}.checkout-actions .btn{width:100%}.checkout-note{margin:15px 0 0;color:var(--ink-soft);font-size:11px;line-height:1.65;text-align:center}
.status-message{display:none;margin-bottom:18px;padding:14px 16px;border-radius:14px;background:var(--blush);color:var(--ink-soft);font-size:12px;line-height:1.6}.status-message.show{display:block}.status-message.error{background:#fff0f0;color:#8d3030;border:1px solid #f2cccc}.status-message.success{background:#eaf8ee;color:#256c43;border:1px solid #ccebd5}html[data-theme="dark"] .status-message.error{background:#3a171d;color:#ffb6c4;border-color:#63303a}html[data-theme="dark"] .status-message.success{background:#153323;color:#76e29d;border-color:#225339}
.code-tools{display:grid;gap:12px;margin-top:24px}.code-form{display:grid;grid-template-columns:1fr auto;gap:9px}.code-form select,.code-form input{min-width:0;border:1.5px solid var(--blush-2);border-radius:14px;background:var(--pearl);color:var(--ink);padding:13px 14px;outline:0}.code-form input:focus,.code-form select:focus{border-color:var(--rose-deep);box-shadow:0 0 0 4px rgba(228,112,143,.12)}.code-form button{padding-inline:16px}.code-help{font-size:11px;color:var(--ink-soft);line-height:1.6;margin:0}
.secure-logos{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:17px;margin-top:20px;border-top:1px solid var(--blush-2);color:var(--ink-soft);font-size:11px;flex-wrap:wrap}.secure-logos strong{color:var(--ink)}
.checkout-stage{padding:140px 0 90px}.checkout-stage-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.checkout-frame{min-height:720px;padding:16px;background:var(--card);border:1px solid var(--blush-2);border-radius:26px;box-shadow:var(--shadow)}.checkout-frame tebex-checkout{display:block;min-height:680px}.checkout-aside{position:sticky;top:100px}.checkout-aside h1{font-size:38px;margin-bottom:15px}.checkout-aside>p{color:var(--ink-soft);font-size:13px;line-height:1.7}.checkout-products{display:grid;gap:10px;margin:24px 0}.checkout-mini-item{display:flex;gap:11px;align-items:center;padding:10px;border-radius:15px;background:var(--blush)}.checkout-mini-item img{width:70px;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.checkout-mini-item strong{font-size:11px;line-height:1.35}.checkout-mini-item span{display:block;color:var(--ink-soft);font-size:10px;margin-top:3px}
.mobile-checkout-launch{display:none;padding:30px;text-align:center}.mobile-checkout-launch h2{font-size:30px}.mobile-checkout-launch p{color:var(--ink-soft);line-height:1.7}.mobile-checkout-launch .btn{width:100%}
.success-shell{min-height:72vh;display:grid;place-items:center;padding:155px 22px 90px}.success-card{width:min(720px,100%);padding:54px 42px;text-align:center;background:var(--card);border:1px solid var(--blush-2);border-radius:30px;box-shadow:var(--shadow)}.success-icon{width:82px;height:82px;margin:0 auto 22px;display:grid;place-items:center;border-radius:50%;background:#e6f5ea;color:#2e8b57}.success-card h1{font-size:48px;margin-bottom:16px}.success-card p{color:var(--ink-soft);line-height:1.75;max-width:560px;margin:0 auto}.success-card .button-row{justify-content:center}
.loading-bar{height:5px;overflow:hidden;border-radius:999px;background:var(--blush);margin-top:14px}.loading-bar span{display:block;width:35%;height:100%;background:linear-gradient(90deg,var(--rose-deep),var(--champagne));animation:commerceLoad 1.1s ease-in-out infinite}@keyframes commerceLoad{50%{transform:translateX(185%)}}
@media(max-width:980px){.commerce-grid,.checkout-stage-grid,.commerce-hero-grid{grid-template-columns:1fr}.checkout-aside{position:static;order:-1}.secure-mark{justify-self:start}.checkout-frame{min-height:auto}.checkout-stage{padding-top:125px}}
@media(max-width:680px){.commerce-hero{padding-top:130px}.commerce-section{padding-top:45px}.commerce-card-head,.commerce-card-body{padding:20px}.cart-item{grid-template-columns:95px minmax(0,1fr) auto;gap:12px}.cart-item img{width:95px}.cart-item-price{font-size:16px}.cart-item h3{font-size:17px}.checkout-steps{grid-template-columns:1fr}.code-form{grid-template-columns:1fr}.code-form button{width:100%}.checkout-frame{padding:12px}.success-card{padding:42px 22px}.success-card h1{font-size:40px}.mobile-checkout-launch{display:block}}
