:root{
    --sarmal-ink:#06142f;
    --sarmal-blue:#115cff;
    --sarmal-soft:#f5f8ff;
    --sarmal-line:#dbe6f4;
    --sarmal-muted:#5f708a;
    --sarmal-green:#0e9f6e;
    --sarmal-shadow:0 18px 52px rgba(7,20,50,.09);
}
html,body{overflow-x:hidden}
body{
    background:linear-gradient(180deg,#fff 0%,#f8fbff 48%,#eef5ff 100%)!important;
    color:var(--sarmal-ink)!important;
}
header{box-shadow:0 8px 24px rgba(7,20,50,.04)}
.wrap{max-width:1240px}
.nav{min-width:0}
.links{min-width:0}
.store-header{
    position:sticky!important;
    top:0;
    z-index:60;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid rgba(17,92,255,.12)!important;
    box-shadow:0 10px 34px rgba(7,20,50,.055)!important;
    backdrop-filter:blur(16px);
}
.store-header .wrap{
    width:min(1180px,calc(100% - 40px))!important;
    max-width:1180px!important;
    margin:auto!important;
}
.store-header-inner{
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}
.store-header-brand{
    min-width:0;
    display:flex!important;
    align-items:center;
    gap:12px;
    color:#071432!important;
    font-size:22px!important;
    line-height:1.1;
    font-weight:950!important;
    letter-spacing:-.035em;
    white-space:nowrap;
}
.store-header-mark{
    flex:0 0 40px;
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:linear-gradient(135deg,#115cff,#6aa5ff);
    color:#fff;
    font-size:19px;
    font-weight:950;
    box-shadow:0 12px 26px rgba(17,92,255,.22);
}
.store-header-logo{
    flex:0 0 42px;
    width:42px;
    height:42px;
    object-fit:contain;
    border-radius:10px;
}
.store-header-nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    min-width:0;
    flex-wrap:wrap;
    font-weight:900;
}
.store-header-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 11px;
    border-radius:9px;
    color:#172642!important;
    font-size:14px!important;
    line-height:1;
    white-space:nowrap;
    transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.store-header-nav a:hover{
    background:#eef5ff;
    color:#115cff!important;
    transform:translateY(-1px);
}
.store-header-nav .store-header-cart{
    margin-left:4px;
    border:1px solid rgba(17,92,255,.22);
    color:#115cff!important;
    background:#f8fbff;
}
.store-header-nav .store-header-login{
    background:#115cff;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(17,92,255,.18);
}
.store-header-nav .store-header-login:hover{
    background:#074be0;
    color:#fff!important;
}
.box,.product,.post,.plan,.quote,.feature,.order,.dashboard{
    border-color:rgba(17,92,255,.14)!important;
    border-radius:12px!important;
    box-shadow:var(--sarmal-shadow)!important;
}
.btn,.cart,.links .primary,button,.button{
    border-radius:8px!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.btn:hover,.cart:hover,.links .primary:hover,button:hover,.button:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(17,92,255,.17);
}
.hero{
    background:
        radial-gradient(circle at 82% 18%,rgba(17,92,255,.16),transparent 34%),
        linear-gradient(180deg,#fff 0%,#f6f9ff 100%)!important;
}
.hero-grid{min-height:556px;gap:clamp(30px,4vw,58px)!important}
.device-stage{min-width:0}
.laptop{max-width:100%}
.lead,.muted,.summary{color:var(--sarmal-muted)!important}
.section{padding:70px 0!important}
.product-grid{
    align-items:stretch;
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(min(100%,258px),1fr))!important;
    gap:22px!important;
}
.product{display:flex;flex-direction:column;min-height:100%}
.product-image{height:190px!important}
.product-body{display:flex;flex-direction:column;flex:1;min-width:0;padding:20px!important;text-align:left}
.product h3{min-height:auto!important;margin-bottom:10px!important;overflow-wrap:anywhere;line-height:1.35}
.product .summary{min-height:52px;margin:0 0 14px;overflow-wrap:anywhere}
.product .price{margin-top:auto;margin-bottom:14px}
.product-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:0!important}
.product-actions>a{display:flex;align-items:center;justify-content:center;min-height:44px!important;line-height:1.3;text-align:center;padding:7px 10px;overflow-wrap:anywhere}
.add-cart-form{display:grid;grid-template-columns:84px 1fr;gap:10px;align-items:end;min-width:0}
.add-cart-form label{display:grid;gap:4px;color:#53637a;font-size:11px;font-weight:900;min-width:0}
.add-cart-form button{min-width:0;height:44px!important}
.add-cart-form input,.quantity-form input,.license-targets input{
    min-height:44px;border:1px solid #c9d6e5;border-radius:8px;padding:10px 12px;font:inherit;max-width:100%;
}
.license-targets{margin:20px 0;padding:18px;border:1px solid #dce6f4;border-radius:12px;background:#f8fbff}
.license-targets h3{margin:0 0 4px}
.license-targets label{margin-top:12px}
.feature-grid .feature{align-items:start;min-height:146px}
.price-grid .plan{position:relative;overflow:hidden}
.price-grid .plan.featured:before{
    content:"\00D6nerilen";
    position:absolute;top:14px;right:14px;
    padding:5px 10px;border-radius:999px;
    background:#e6f7ef;color:var(--sarmal-green);
    font-size:11px;font-weight:950;
}
.item,.tile,.form-section,.stat{border-color:rgba(17,92,255,.13)!important;border-radius:10px!important}
.order{background:linear-gradient(180deg,#fff,#fbfdff)!important}
.order-head strong,.license{font-size:15px}
.files .btn{width:auto}
.empty{background:linear-gradient(135deg,#fff,#f8fbff)!important}
footer{margin-top:0!important}
.footer-grid{gap:40px!important}
.section-kicker{
    display:inline-flex;
    padding:7px 12px;
    border-radius:999px;
    background:#e8f2ff;
    color:var(--sarmal-blue);
    font-size:12px;
    font-weight:950;
    margin-bottom:10px;
}
.trust-strip{
    background:#fff;
    border-bottom:1px solid var(--sarmal-line);
}
.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    padding:18px 0;
}
.trust-grid div{
    min-width:0;
    padding:16px 18px;
    border:1px solid rgba(17,92,255,.13);
    border-radius:12px;
    background:linear-gradient(180deg,#fff,#f8fbff);
    box-shadow:0 10px 28px rgba(7,20,50,.05);
}
.trust-grid strong{display:block;color:#071432;font-size:15px}
.trust-grid span{display:block;color:var(--sarmal-muted);font-size:13px;margin-top:3px}
.product-meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:10px;
}
.product-meta span{
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 9px;
    border-radius:999px;
    background:#eef5ff;
    color:#115cff;
    font-size:11px;
    font-weight:950;
}
.product-meta span:nth-child(2){
    background:#e9fbf3;
    color:#087f5b;
}
.catalog-intro{margin:10px auto 30px!important}
.catalog-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin:34px 0 18px;
    padding-bottom:14px;
    border-bottom:1px solid var(--sarmal-line);
    text-align:left;
}
.catalog-head h3{margin:0 0 4px;font-size:25px}
.catalog-head p{margin:0;color:var(--sarmal-muted)}
.catalog-head>span{
    flex:none;
    padding:7px 13px;
    border-radius:999px;
    background:#eef5ff;
    color:var(--sarmal-blue);
    font-weight:900;
}
.package-head{margin-top:48px}
.package-product{border-color:rgba(14,159,110,.28)!important}
.package-product .product-image:after{background:var(--sarmal-green)!important}
.catalog-note{
    margin:30px 0 0;
    padding:15px 18px;
    border-radius:10px;
    background:#f5f8ff;
    color:var(--sarmal-muted);
}
.cart-page main{padding-top:30px!important}
.cart-page main .wrap{width:min(1210px,calc(100% - 34px));max-width:1210px}
.cart-page-title{
    display:flex;align-items:center;gap:16px;
    margin:0 0 18px;
    padding:17px 22px;
    border:1px solid var(--sarmal-line);
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 22px rgba(7,20,50,.04);
}
.cart-page-title h1{margin:0;font-size:30px!important;line-height:1.12}
.cart-page-title p{margin:4px 0 0}
.cart-title-icon{
    width:42px;height:42px;border-radius:10px;
    display:grid;place-items:center;
    background:#06142f;color:#fff;font-size:25px;font-weight:900;
}
.purchase-progress{
    display:flex;align-items:center;justify-content:center;gap:14px;
    margin:0 0 18px;
    padding:19px;
    border:1px solid var(--sarmal-line);
    border-radius:12px;
    background:#fff;
}
.purchase-progress span{
    display:grid;justify-items:center;gap:7px;
    min-width:82px;color:var(--sarmal-muted);font-size:12px;font-weight:900;
}
.purchase-progress b{
    width:42px;height:42px;display:grid;place-items:center;
    border-radius:50%;background:#e9eef4;color:#627089;font-size:15px;
}
.purchase-progress .active{color:#071432}
.purchase-progress .active b{background:#071432;color:#fff}
.purchase-progress i{width:66px;height:1px;background:#dbe6f4}
.cart-layout{
    display:grid;grid-template-columns:minmax(0,1fr) 350px;
    gap:18px;align-items:start;
}
.cart-page .box{padding:20px!important}
.cart-panel-head{
    display:flex;align-items:center;justify-content:space-between;gap:12px;
    margin-bottom:16px;
}
.cart-panel-head h2,.cart-summary-panel h2{margin:0;font-size:18px}
.cart-panel-head span{
    padding:5px 10px;border-radius:6px;background:#071432;color:#fff;
    font-size:11px;font-weight:900;
}
.empty-cart{
    display:grid;justify-items:center;
    padding:62px 18px;border:1px dashed #d3dfec;border-radius:10px;text-align:center;
}
.empty-cart-icon{display:grid;place-items:center;width:52px;height:52px;border:2px solid #8795a9;border-radius:10px;color:#8795a9;font-size:25px}
.empty-cart h3{margin:17px 0 4px;font-size:17px}
.empty-cart p{margin:0 0 18px}
.cart-product{
    padding:18px 0;border-top:1px solid #e4ebf3;
}
.cart-product-main{
    display:grid;grid-template-columns:72px minmax(0,1fr) auto;
    align-items:center;gap:15px;
}
.cart-product .cart-thumb{width:72px!important;height:62px!important;border-radius:11px!important}
.cart-info{display:grid;gap:4px;min-width:0}
.cart-info h3{margin:0;font-size:16px;line-height:1.35;overflow-wrap:anywhere}
.cart-info p{margin:0;color:var(--sarmal-muted);font-size:13px}
.cart-badge{
    display:inline-flex;
    width:max-content;
    padding:4px 9px;
    border-radius:999px;
    background:#e9fbf3;
    color:#087f5b;
    margin-top:3px;font-size:11px;
    font-weight:900;
}
.cart-line-price{display:grid;text-align:right;gap:3px}
.cart-line-price strong{white-space:nowrap;font-size:20px}
.cart-line-price span{color:var(--sarmal-muted);font-size:12px}
.cart-product-tools{
    display:flex;align-items:end;gap:12px;
    margin:15px 0 0 87px;
}
.cart-license-note{
    display:grid;gap:2px;flex:1;
    padding:10px 12px;border:1px solid #dce6f4;border-radius:8px;background:#f7faff;
}
.cart-license-note strong{font-size:12px}
.cart-license-note span{color:var(--sarmal-muted);font-size:12px}
.cart-page .quantity-form{
    display:grid!important;
    grid-template-columns:76px minmax(112px,1fr)!important;
    gap:10px!important;
    align-items:end!important;
}
.cart-page .quantity-form label{min-width:0}
.cart-page .quantity-form input{
    width:100%!important;
    min-width:0!important;
}
.cart-page .secondary-action{min-height:44px;padding:0 14px;background:#071432}
.remove-link{
    min-height:44px;padding:0 10px;border:0!important;background:transparent!important;
    color:#ba293d!important;font-size:13px;font-weight:900;box-shadow:none!important;
}
.cart-summary-panel{position:sticky;top:18px}
.coupon-panel{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;gap:8px;
    margin:18px 0 22px;
}
.coupon-panel label{display:block;width:100%;color:#071432;font-size:12px;font-weight:900}
.coupon-panel input{
    display:block;
    width:100%;
    margin-top:6px;
    min-height:44px;
    padding:10px 12px;
    border:1px solid #c9d6e5;
    border-radius:8px;
    font:inherit;
}
.coupon-panel .btn{height:44px;min-height:44px;padding:0 14px}
.coupon-panel .remove-link{grid-column:1 / -1;justify-self:start;min-height:28px}
.cart-totals{display:grid;gap:10px}
.cart-totals div{display:flex;justify-content:space-between;gap:16px;color:var(--sarmal-muted)}
.cart-totals strong{color:var(--sarmal-ink);font-size:15px}
.cart-totals .discount strong{color:var(--sarmal-green)}
.cart-totals .grand-total{margin-top:4px;padding-top:13px;border-top:1px solid var(--sarmal-line);align-items:end;color:#071432;font-weight:900}
.cart-totals .grand-total strong{font-size:24px}
.cart-domain-message{margin:17px 0 11px;color:var(--sarmal-muted);font-size:12px}
.cart-pay-button{display:flex!important;width:100%;min-height:52px;background:#071432!important;border-color:#071432!important}
.continue-link{
    display:flex;justify-content:center;align-items:center;min-height:46px;
    margin-top:10px;border:1px solid var(--sarmal-line);border-radius:8px;
    color:var(--sarmal-muted);font-weight:900;font-size:13px;
}
.cart-trust-row{
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
    margin-top:18px;
}
.cart-trust-row div{padding:17px 20px;border:1px solid var(--sarmal-line);border-radius:12px;background:#fff}
.cart-trust-row strong{display:block;margin-bottom:4px}
.cart-trust-row span{display:block;color:var(--sarmal-muted);font-size:13px}
.cart-trust-row a{color:var(--sarmal-blue);font-weight:900;text-decoration:underline;text-underline-offset:2px}
.checkout-steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:0 0 24px;
}
.checkout-steps span{
    padding:13px 15px;
    border:1px solid var(--sarmal-line);
    border-radius:10px;
    background:#fff;
    color:var(--sarmal-muted);
    font-weight:900;
}
.checkout-steps .active{background:#115cff;border-color:#115cff;color:#fff}
.checkout-steps .done{background:#e9fbf3;border-color:#c5ecda;color:#087f5b}
.checkout-page .checkout-summary{align-self:start;position:sticky;top:22px}
.checkout-form{display:grid;gap:14px}
.checkout-block{
    padding:0 0 21px;border-bottom:1px solid var(--sarmal-line);
}
.checkout-block h2{margin:0 0 12px;font-size:20px}
.checkout-block:last-of-type{border-bottom:0;padding-bottom:0}
.target-card{
    padding:12px;
    border:1px solid rgba(17,92,255,.13);
    border-radius:10px;
    background:#fff;
}
.target-card strong,.target-card span{display:block}
.target-card input{margin-top:9px}
.payment-options{margin-top:0!important}
.pay-option span{display:grid;gap:2px}
.pay-option strong{font-size:14px}
.pay-option small{font-size:12px;color:var(--sarmal-muted);font-weight:600}
.checkout-consents{display:grid;gap:9px}
.checkout-consents label{
    display:flex!important;align-items:flex-start;gap:10px;
    margin:0!important;padding:12px 14px;border:1px solid var(--sarmal-line);
    border-radius:9px;background:#fff;color:#273953!important;font-size:13px!important;
}
.checkout-consents input{width:auto!important;margin:4px 0 0!important;flex:none}
.checkout-consents a,.policy-links a{
    color:#115cff!important;text-decoration:underline;text-underline-offset:3px;font-weight:900;
}
.checkout-submit{min-height:54px!important;background:#071432!important;margin-top:4px!important}
.delivery-facts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin:0 0 22px;
}
.delivery-facts div{
    padding:12px 13px;
    border:1px solid var(--sarmal-line);
    border-radius:10px;
    background:#f8fbff;
}
.delivery-facts span{display:block;color:var(--sarmal-muted);font-size:11px;font-weight:900}
.delivery-facts strong{display:block;margin-top:4px;font-size:13px}
.policy-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:20px 0 0;
}
.policy-links a{color:#115cff;font-size:13px;font-weight:900}
.delivery-timeline{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-top:16px;
}
.delivery-timeline span{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px;
    border-radius:9px;
    background:#f4f7fb;
    color:var(--sarmal-muted);
    font-size:12px;
    font-weight:900;
}
.delivery-timeline b{
    width:22px;height:22px;border-radius:50%;
    display:grid;place-items:center;
    background:#d7e2ef;color:#60738d;
}
.delivery-timeline .complete{background:#e9fbf3;color:#087f5b}
.delivery-timeline .complete b{background:#087f5b;color:#fff}
.success-steps{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:9px;
    margin:22px 0;
}
.success-steps span{
    display:grid;
    justify-items:center;
    gap:7px;
    padding:12px 8px;
    border-radius:9px;
    background:#f4f7fb;
    color:var(--sarmal-muted);
    font-size:12px;
    font-weight:900;
}
.success-steps b{
    width:28px;height:28px;border-radius:50%;
    display:grid;place-items:center;background:#d7e2ef;
}
.success-steps .complete{background:#e9fbf3;color:#087f5b}
.success-steps .complete b{background:#087f5b;color:#fff}
.success-help{margin:18px 0;padding:15px 17px;border-radius:10px;background:#f5f8ff;border:1px solid var(--sarmal-line)}
.success-help p{margin:5px 0 0}
.editorial-page .hero{padding-bottom:38px!important}
.editorial-content{
    max-width:790px;
    margin:0 auto;
    color:#253754;
    line-height:1.82;
}
.editorial-content h2,.editorial-content h3{margin:32px 0 12px;color:#071432;line-height:1.24}
.editorial-content p{margin:0 0 17px}
.editorial-content ul,.editorial-content ol{padding-left:22px}
.legal-page .editorial-content{
    margin-top:28px;
    padding:30px;
    border:1px solid var(--sarmal-line);
    border-radius:12px;
    background:#fff;
    box-shadow:var(--sarmal-shadow);
}
.cookie-notice{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:40;
    width:min(390px,calc(100% - 30px));
    padding:16px;
    border:1px solid var(--sarmal-line);
    border-radius:12px;
    background:#fff;
    box-shadow:0 22px 60px rgba(7,20,50,.16);
}
.cookie-notice[hidden]{display:none}
.cookie-notice p{margin:0 0 12px;color:var(--sarmal-muted);font-size:13px}
.cookie-notice a{color:#115cff;font-weight:900}
.cookie-notice button{width:100%;padding:10px;border:0;background:#115cff;color:#fff;font-weight:900}
.pay-option{
    display:flex!important;
    align-items:center;
    gap:10px;
    margin-top:0!important;
    padding:13px 14px;
    border:1px solid rgba(17,92,255,.14);
    border-radius:10px;
    background:#fff;
    color:#071432!important;
    font-size:14px!important;
}
.pay-option input{width:auto!important;margin:0!important}
.legal-mini{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}
.legal-mini a{
    padding:12px 14px;
    border:1px solid var(--sarmal-line);
    border-radius:10px;
    color:#115cff;
    font-weight:900;
    background:#fff;
}
.portal-benefits{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.portal-benefits div{
    padding:15px;
    border-radius:12px;
    background:#f8fbff;
    border:1px solid var(--sarmal-line);
}
.buyer-assurance{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:24px;
}
.buyer-assurance div{
    display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;
    padding:14px 16px;
    border:1px solid rgba(17,92,255,.14);
    border-radius:12px;
    background:linear-gradient(180deg,#fff,#f8fbff);
}
.buyer-assurance i{
    display:grid;place-items:center;width:26px;height:26px;border-radius:50%;
    background:#e9fbf3;color:#087f5b;font-style:normal;font-weight:950;
}
.buyer-assurance section{min-width:0}
.buyer-assurance strong{display:block;color:#071432;margin-bottom:5px}
.buyer-assurance span{display:block;color:var(--sarmal-muted);font-size:13px;margin-top:4px}
.buyer-assurance a{color:#115cff;font-weight:900;text-decoration:underline;text-underline-offset:3px}
.product-detail-page .purchase-actions{
    display:grid!important;grid-template-columns:minmax(245px,1fr) auto;
    align-items:end;gap:14px!important;
}
.product-detail-page .purchase-actions .add-cart-form{width:100%;grid-template-columns:80px 1fr}
.product-detail-page .purchase-actions .btn{width:100%;min-height:54px;font-size:16px}
.browse-link{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:46px;padding:0 8px;color:#115cff;font-weight:900;
    text-decoration:underline;text-underline-offset:4px;white-space:nowrap;
}
.store-footer{
    margin-top:0!important;
    background:#06142f!important;
    color:#fff;
}
.store-footer .wrap{width:min(1240px,calc(100% - 34px));margin:auto}
.store-footer-grid{
    display:grid;grid-template-columns:1.18fr .82fr .82fr 1fr;gap:34px;
    padding:45px 0 34px;
}
.store-footer-brand{display:flex;align-items:center;gap:11px;color:#fff!important;font-size:22px}
.store-footer-mark{
    display:grid;place-items:center;width:39px;height:39px;border-radius:11px;
    background:#115cff;color:#fff;font-weight:950;
}
.store-footer-logo{width:42px;height:42px;object-fit:contain;border-radius:9px}
.store-footer-brand-block p,.store-footer-payment p{color:#b8c7dd;font-size:13px;line-height:1.75}
.store-footer-contact{display:grid;gap:4px}
.store-footer-contact a,.store-footer-links a{color:#d3deec!important}
.store-footer-links{display:grid;align-content:start;gap:9px}
.store-footer h3{margin:0 0 8px;font-size:14px;color:#fff}
.store-footer-links a{font-size:13px}
.store-footer-links a:hover,.store-footer-copy a:hover{color:#fff!important;text-decoration:underline}
.payment-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}
.payment-badges span{
    padding:6px 8px;border-radius:6px;background:rgba(255,255,255,.09);
    color:#fff;font-size:12px;font-weight:950;
}
.store-footer-copy{
    display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding:16px 0;border-top:1px solid rgba(255,255,255,.12);
    color:#91a6c1;font-size:12px;
}
.store-footer-copy span:last-child{display:flex;gap:15px}
.store-footer-copy a{color:#b8c7dd!important}
@media(max-width:1100px){
    .hero-grid{grid-template-columns:1fr!important;padding:54px 0!important}
    .device-stage{width:min(680px,100%);margin:0 auto;min-height:400px!important}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .panel,.bottom-grid{grid-template-columns:1fr!important}
    .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cart-layout{grid-template-columns:minmax(0,1fr) 320px}
    .store-footer-grid{grid-template-columns:1.1fr .9fr .9fr;gap:28px}
    .store-footer-payment{grid-column:1 / -1}
}
@media(max-width:860px){
    .wrap{width:min(100% - 32px,1240px)!important}
    h1{font-size:clamp(34px,10vw,46px)!important;line-height:1.08!important}
    .hero-grid{min-height:auto!important;padding:44px 0 48px!important}
    .section{padding:52px 0!important}
    .product-grid,.blog-grid,.testimonials,.price-grid,.feature-grid,.grid,.cols,.row{grid-template-columns:1fr!important}
    .product-image{height:214px!important}
    .nav{align-items:flex-start!important;flex-direction:column!important;padding:14px 0!important}
    .links{width:100%;display:flex!important;gap:8px!important}
    .links a{text-align:center}
    .links .login,.links .cart,.links .primary{flex:1 1 calc(50% - 4px)}
    .box{padding:22px!important}
    .summary,.headline,.order-head{align-items:flex-start!important}
    .catalog-head{align-items:flex-start;flex-direction:column}
    .cart-layout{grid-template-columns:1fr}
    .cart-summary-panel{position:static}
    .cart-product-tools{margin-left:0;flex-wrap:wrap}
    .cart-license-note{flex-basis:100%}
    .cart-page .quantity-form{grid-template-columns:76px minmax(112px,1fr)!important}
    .cart-trust-row{grid-template-columns:1fr}
    .checkout-steps{grid-template-columns:1fr}
    .checkout-page .checkout-summary{position:static}
    .delivery-facts,.delivery-timeline,.success-steps{grid-template-columns:1fr}
    .legal-page .editorial-content{padding:20px;margin-top:18px}
    .legal-mini,.portal-benefits,.buyer-assurance{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr!important;gap:22px!important;padding:36px 0!important}
    .product-detail-page .purchase-actions{grid-template-columns:1fr}
    .browse-link{justify-content:flex-start}
    .store-footer-grid{grid-template-columns:1fr;gap:26px;padding:38px 0 28px}
    .store-footer-payment{grid-column:auto}
    .store-footer-copy{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
    .wrap{width:min(100% - 28px,1240px)!important}
    .brand{font-size:21px!important}
    .hero-grid{padding:38px 0 42px!important;gap:34px!important}
    .cta{display:grid!important;grid-template-columns:1fr!important}
    .cta .btn{width:100%}
    .ticks{display:grid!important;gap:12px!important}
    .device-stage{position:relative!important;min-height:232px!important;height:232px!important;margin-top:0!important}
    .laptop{position:relative!important;inset:auto!important;width:100%!important;height:232px!important;border-width:5px!important;border-radius:14px!important}
    .screen-bar{height:35px!important;padding:0 12px!important}
    .screen-bar span{display:none!important}
    .screen-copy{padding:28px 18px!important}
    .screen-copy strong{font-size:24px!important}
    .screen-stats,.phone{display:none!important}
    .product-actions{grid-template-columns:1fr!important}
    .add-cart-form{grid-template-columns:78px 1fr!important}
    .trust-grid{grid-template-columns:1fr}
    .cart-page-title{align-items:flex-start;padding:18px 16px}
    .cart-page-title h1{font-size:27px!important}
    .purchase-progress{gap:5px;padding:14px 8px}
    .purchase-progress i{width:24px}
    .purchase-progress span{min-width:68px;font-size:11px}
    .purchase-progress span b{width:34px;height:34px}
    .cart-product-main{grid-template-columns:64px minmax(0,1fr)}
    .cart-product .cart-thumb{width:64px;height:64px}
    .cart-line-price{grid-column:2;text-align:left}
    .cart-product-tools{display:grid;grid-template-columns:1fr}
    .cart-page .quantity-form{grid-template-columns:1fr!important}
    .coupon-panel{grid-template-columns:1fr}
    .cart-page .cart-price{text-align:left}
    .cart-page .cart-price strong{text-align:left}
    .cart-page .btn{width:100%!important}
    .dash-inner{grid-template-columns:1fr!important}
    .sidebar{display:none}
    .stat-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* 1.0.31 - Final sales QA: cart, checkout, product detail, customer portal and admin polish */
.cart-page .cart-layout{
    grid-template-columns:minmax(0,1fr) minmax(320px,370px);
    align-items:start;
    gap:22px;
}
.cart-page .box,
.checkout-page .box,
.portal-page .box,
.product-detail-page .box{
    border-radius:16px!important;
}
.cart-page .cart-products-panel,
.cart-page .cart-summary-panel{
    overflow:hidden;
}
.cart-page .purchase-progress{
    margin:0 0 22px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 14px 38px rgba(9,24,55,.055);
}
.cart-page .cart-product{
    display:grid;
    gap:16px;
    padding:20px 0;
}
.cart-page .cart-product-main{
    grid-template-columns:86px minmax(0,1fr) auto;
    gap:17px;
}
.cart-page .cart-info{
    align-content:center;
}
.cart-page .cart-line-price strong{
    font-size:22px;
    color:#071432;
}
.cart-product-tools{
    width:100%;
    margin-left:0!important;
    padding:14px;
    border:1px solid var(--sarmal-line);
    border-radius:13px;
    background:#f8fbff;
}
.cart-license-note{
    min-width:220px;
}
.cart-page .quantity-form{
    min-width:240px;
}
.cart-remove{
    margin-left:auto;
}
.coupon-panel{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:end;
    padding:14px;
    border:1px solid var(--sarmal-line);
    border-radius:13px;
    background:#f8fbff;
}
.coupon-panel label{
    min-width:0;
}
.coupon-panel input{
    height:44px;
}
.continue-link,
.browse-link,
.policy-links a{
    color:#115cff!important;
    font-weight:950;
    text-decoration:underline!important;
    text-underline-offset:4px;
}
.cart-trust-row{
    margin-top:20px;
}
.cart-trust-row div{
    min-height:104px;
}
.checkout-page .grid{
    grid-template-columns:minmax(0,1fr) minmax(310px,370px)!important;
}
.checkout-page .checkout-form{
    gap:18px;
}
.checkout-block{
    padding:0 0 18px!important;
}
.license-targets{
    display:grid;
    gap:12px;
}
.target-card,
.license-targets .tile{
    display:grid;
    gap:6px;
    padding:14px;
    border:1px solid var(--sarmal-line);
    border-radius:13px;
    background:#f8fbff;
}
.payment-options{
    gap:10px!important;
}
.pay-option{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    align-items:center;
    margin:0!important;
    padding:14px!important;
    border:1px solid var(--sarmal-line)!important;
    border-radius:13px!important;
    background:#fff!important;
}
.pay-option input{
    width:18px!important;
    height:18px;
    margin:0!important;
}
.pay-option small{
    display:block;
    color:var(--sarmal-muted);
}
.checkout-summary .item{
    grid-template-columns:minmax(0,1fr) auto;
}
.checkout-consents label{
    border-radius:12px;
}
.product-detail-page .hero{
    background:
        radial-gradient(circle at 86% 12%,rgba(17,92,255,.12),transparent 28%),
        linear-gradient(180deg,#fff,#f7faff)!important;
}
.product-detail-page .grid{
    gap:48px!important;
}
.product-detail-page .visual{
    border-width:8px!important;
    border-radius:26px!important;
}
.product-detail-page .purchase-actions{
    grid-template-columns:minmax(250px,1fr) max-content!important;
}
.product-detail-page .browse-link{
    min-height:54px;
    padding:0 12px;
}
.buyer-assurance{
    margin-top:24px;
}
.buyer-assurance div{
    min-height:96px;
}
.portal-page .hero{
    padding:24px;
    border:1px solid var(--sarmal-line);
    border-radius:18px;
    background:linear-gradient(135deg,#fff,#eef5ff);
}
.portal-page .order{
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 16px 42px rgba(9,24,55,.06);
}
.portal-page .tile{
    border-radius:13px!important;
}
.delivery-timeline{
    margin-top:16px;
}
.delivery-files{
    border-radius:14px!important;
    background:#f8fbff!important;
}
.store-footer-grid{
    grid-template-columns:minmax(260px,1.25fr) minmax(160px,.72fr) minmax(180px,.78fr) minmax(220px,.9fr);
}
.store-footer-links a,
.store-footer-copy a{
    display:inline-flex;
    width:max-content;
    max-width:100%;
}
.store-footer-contact a + a{
    margin-top:2px;
}
@media(max-width:980px){
    .cart-page .cart-layout,
    .checkout-page .grid{
        grid-template-columns:1fr!important;
    }
    .cart-summary-panel,
    .checkout-page .checkout-summary{
        position:static!important;
    }
    .cart-product-tools{
        display:grid!important;
        grid-template-columns:1fr;
    }
    .cart-remove{
        margin-left:0;
    }
    .cart-page .quantity-form{
        min-width:0;
    }
    .product-detail-page .purchase-actions{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:640px){
    .cart-page .cart-product-main{
        grid-template-columns:70px minmax(0,1fr);
    }
    .cart-page .cart-line-price{
        grid-column:1 / -1;
        text-align:left!important;
    }
    .coupon-panel{
        grid-template-columns:1fr;
    }
    .coupon-panel .btn,
    .coupon-panel button{
        width:100%;
    }
    .product-detail-page .visual{
        min-height:260px!important;
    }
    .store-footer-copy span:last-child{
        flex-wrap:wrap;
    }
}

/* 1.0.32 - Agency-market polish: controlled footer, stronger product detail and safer pricing cards */
.price-grid{
    align-items:stretch!important;
}
.price-grid .plan{
    display:flex!important;
    flex-direction:column;
    min-width:0;
    min-height:390px;
    padding:30px 28px!important;
}
.price-grid .plan strong,
.price-grid .plan p,
.price-grid .plan li,
.price-grid .plan .money{
    overflow-wrap:anywhere;
    word-break:normal;
}
.price-grid .plan .money{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:86px;
    margin:12px 0 14px!important;
    font-size:clamp(30px,4vw,42px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em;
}
.price-grid .plan ul{
    flex:1;
}
.price-grid .plan .btn{
    width:max-content;
    max-width:100%;
    margin:0 auto;
    padding-inline:22px;
    text-align:center;
}
.product-detail-page .grid{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    align-items:start!important;
}
.product-detail-page .visual-stack{
    min-width:0;
}
.product-detail-page .visual-note{
    border-color:rgba(17,92,255,.14)!important;
}
.product-detail-page .visual-note h2{
    color:#071432;
}
.product-detail-page .product-intro{
    max-width:620px;
}
.product-detail-page .purchase-actions{
    margin-top:12px;
}
.product-detail-page .browse-link{
    border:1px solid var(--sarmal-line);
    border-radius:10px;
    background:#fff;
    padding-inline:18px;
    text-decoration:none!important;
}
.product-detail-page .browse-link:hover{
    border-color:#115cff;
    background:#f5f8ff;
}
.product-story{
    border-top:1px solid var(--sarmal-line);
}
.story-grid{
    min-width:0;
}
.story-card hr{
    border:0;
    border-top:1px solid var(--sarmal-line);
    margin:20px 0;
}
.process-list section{
    min-width:0;
}
.store-footer-grid{
    grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
    align-items:start;
}
.store-footer-links p{
    margin:4px 0 0;
    color:#b8c7dd;
    font-size:13px;
    line-height:1.65;
}
.store-footer-payment{
    min-width:0;
}
.store-footer-links a{
    line-height:1.45;
}
@media(max-width:980px){
    .product-detail-page .grid,
    .story-grid{
        grid-template-columns:1fr!important;
    }
    .price-grid .plan{
        min-height:auto;
    }
}
@media(max-width:640px){
    .price-grid .plan{
        padding:24px 20px!important;
    }
    .price-grid .plan .money{
        justify-content:flex-start;
        min-height:auto;
        text-align:left;
    }
    .price-grid .plan .btn{
        width:100%;
    }
    .product-detail-page .visual-note,
    .story-card{
        padding:18px!important;
    }
    .store-footer-grid{
        grid-template-columns:1fr!important;
    }
}

/* 1.0.33 - Storefront sales-ready visual pass */
body{
    background:
        radial-gradient(circle at 18% 8%,rgba(17,92,255,.06),transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#f7faff 42%,#eef5ff 100%)!important;
}
header{
    border-bottom-color:rgba(17,92,255,.12)!important;
}
.nav{
    min-height:74px!important;
}
.brand{
    letter-spacing:-.035em;
}
.links a{
    font-size:14px;
}
.hero-grid{
    min-height:590px!important;
}
.hero h1{
    max-width:620px;
}
.hero .lead{
    max-width:560px;
}
.trust-strip{
    background:linear-gradient(180deg,#fff,#fbfdff)!important;
}
.trust-grid div{
    min-height:92px;
}
.catalog-section{
    background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.product{
    border-radius:16px!important;
    box-shadow:0 18px 46px rgba(7,20,50,.075)!important;
}
.product-image{
    height:204px!important;
}
.product-body{
    padding:22px!important;
}
.product h3{
    font-size:18px!important;
}
.product .price{
    font-size:25px!important;
    letter-spacing:-.02em;
}
.product-actions>a,
.product-actions button{
    min-height:46px!important;
    border-radius:10px!important;
}
.features{
    background:linear-gradient(180deg,#f8fbff,#eef5ff)!important;
}
.feature{
    border-radius:16px!important;
    min-height:152px;
}
.panel{
    gap:70px!important;
}
.dashboard{
    border-radius:18px!important;
}
.pricing{
    background:
        radial-gradient(circle at 50% 0%,rgba(17,92,255,.08),transparent 32%),
        linear-gradient(180deg,#fff 0%,#f4f8ff 100%)!important;
}
.price-grid{
    max-width:1040px!important;
    gap:24px!important;
}
.price-grid .plan{
    min-height:378px!important;
    padding:32px 30px!important;
    border-radius:18px!important;
    text-align:left!important;
}
.price-grid .plan strong{
    font-size:21px!important;
    letter-spacing:-.015em;
}
.price-grid .plan p{
    min-height:30px;
    margin:8px 0 0!important;
    color:#667793;
}
.price-grid .plan .money{
    justify-content:flex-start!important;
    min-height:58px!important;
    margin:18px 0 18px!important;
    font-size:clamp(25px,2.6vw,34px)!important;
    line-height:1.06!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}
.price-grid .plan ul{
    margin:0 0 24px!important;
}
.price-grid .plan li{
    font-size:14px;
    line-height:1.55;
}
.price-grid .plan .btn{
    width:100%!important;
    min-height:48px;
    border-radius:10px!important;
}
.price-grid .plan.featured{
    transform:translateY(-10px);
    background:linear-gradient(180deg,#fff,#f7fbff);
}
.price-grid .plan.featured:before{
    top:18px!important;
    right:18px!important;
}
.blog-grid{
    grid-template-columns:repeat(auto-fit,minmax(260px,360px))!important;
    justify-content:center;
}
.bottom-grid{
    align-items:start;
}
.quote,
.faq details{
    border-radius:14px!important;
}
.product-detail-page .hero{
    background:
        radial-gradient(circle at 74% 10%,rgba(17,92,255,.14),transparent 30%),
        linear-gradient(180deg,#fff 0%,#f4f8ff 100%)!important;
}
.product-detail-page .visual{
    min-height:410px!important;
    border-radius:30px!important;
    box-shadow:0 32px 90px rgba(7,20,50,.2)!important;
}
.product-detail-page .visual-note,
.story-card,
.buyer-assurance div,
.delivery-facts div,
.features li{
    border-radius:16px!important;
    box-shadow:0 14px 36px rgba(7,20,50,.055);
}
.product-detail-page .price{
    font-size:42px!important;
}
.product-detail-page .purchase-actions .btn{
    min-height:58px!important;
    font-size:17px!important;
}
.product-detail-page .browse-link{
    color:#31435f!important;
    font-size:14px;
}
.cart-page .cart-page-title,
.cart-page .purchase-progress,
.cart-page .box,
.checkout-page .box{
    border-radius:18px!important;
}
.cart-page .cart-layout{
    gap:28px!important;
}
.cart-summary-panel,
.checkout-summary{
    box-shadow:0 24px 70px rgba(7,20,50,.1)!important;
}
.checkout-steps span{
    min-height:56px;
    display:flex;
    align-items:center;
}
.checkout-consents label{
    min-height:48px;
}
.store-footer{
    background:
        radial-gradient(circle at 12% 0%,rgba(17,92,255,.18),transparent 28%),
        #06142f!important;
}
.store-footer-grid{
    gap:42px!important;
    padding:56px 0 42px!important;
}
.store-footer h3{
    font-size:15px!important;
    margin-bottom:12px!important;
}
.store-footer-links{
    gap:11px!important;
}
.store-footer-copy{
    padding:20px 0!important;
}
@media(max-width:1100px){
    .price-grid .plan.featured{
        transform:none;
    }
}
@media(max-width:860px){
    .hero-grid{
        min-height:auto!important;
    }
    .price-grid{
        max-width:520px!important;
    }
    .price-grid .plan{
        min-height:auto!important;
    }
}
@media(max-width:620px){
    .product-image{
        height:226px!important;
    }
    .price-grid .plan{
        padding:26px 22px!important;
    }
    .product-detail-page .visual{
        min-height:300px!important;
    }
}

@media(max-width:760px){
    .store-header .wrap{width:min(100% - 28px,1180px)!important}
    .store-header-inner{
        min-height:auto;
        align-items:flex-start;
        flex-direction:column;
        padding:14px 0;
        gap:12px;
    }
    .store-header-brand{
        font-size:20px!important;
        white-space:normal;
    }
    .store-header-nav{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
    }
    .store-header-nav a{
        min-width:0;
        width:100%;
        min-height:42px;
        padding:0 8px;
        font-size:13px!important;
    }
    .store-header-nav .store-header-cart,
    .store-header-nav .store-header-login{
        margin-left:0;
    }
}

/* 1.0.37 - Storefront redesign system */
:root{
    --market-ink:#071432;
    --market-blue:#155eef;
    --market-blue-dark:#0b3fb7;
    --market-bg:#f4f8ff;
    --market-card:#ffffff;
    --market-line:#dbe7f6;
    --market-muted:#5f718b;
    --market-soft:#eef5ff;
    --market-shadow:0 22px 64px rgba(7,20,50,.095);
    --market-radius:18px;
}
body{
    background:
        radial-gradient(circle at 12% 0%,rgba(21,94,239,.08),transparent 30%),
        linear-gradient(180deg,#fff 0%,#f7faff 45%,#eef5ff 100%)!important;
    color:var(--market-ink)!important;
}
.store-header{
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid rgba(12,47,112,.10)!important;
    box-shadow:0 8px 28px rgba(7,20,50,.06)!important;
}
.store-header-inner{min-height:78px}
.store-header-brand{font-size:22px!important;color:#071432!important}
.store-header-mark{
    border-radius:13px;
    background:linear-gradient(135deg,var(--market-blue),#6aa7ff);
}
.store-header-nav{gap:4px}
.store-header-nav a{
    min-height:42px;
    padding:0 12px;
    color:#192946!important;
}
.store-header-nav .store-header-cart{
    background:#f4f8ff;
    border-color:#cfe0f7;
    color:#155eef!important;
}
.store-header-nav .store-header-login{
    padding:0 16px;
    background:var(--market-blue)!important;
    color:#fff!important;
}
.hero{
    background:
        radial-gradient(circle at 78% 14%,rgba(21,94,239,.13),transparent 32%),
        linear-gradient(180deg,#fff 0%,#f6f9ff 100%)!important;
}
.hero-grid{
    min-height:620px!important;
    gap:clamp(42px,5vw,78px)!important;
}
.hero h1{
    max-width:650px;
    font-size:clamp(42px,5.4vw,72px)!important;
    letter-spacing:-.055em!important;
}
.hero .lead{
    max-width:590px;
    font-size:18px!important;
    line-height:1.72!important;
}
.pill,.section-kicker{
    background:#eaf2ff!important;
    color:var(--market-blue)!important;
    border:1px solid #d6e5ff;
}
.btn,.product-actions button,.cart-pay-button{
    background:var(--market-blue)!important;
    border-color:var(--market-blue)!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(21,94,239,.20)!important;
}
.btn.secondary,.product-actions>a,.browse-link{
    background:#fff!important;
    border:1px solid #cfe0f7!important;
    color:var(--market-blue)!important;
    box-shadow:none!important;
}
.trust-grid div,.feature,.product,.post,.plan,.quote,.dashboard,.story-card,.visual-note,
.cart-page .box,.checkout-page .box,.portal-page .box,.success-card,.editorial-page article.wrap{
    border:1px solid rgba(21,94,239,.14)!important;
    border-radius:var(--market-radius)!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:var(--market-shadow)!important;
}
.trust-grid div{padding:24px!important}
.section{padding:78px 0!important}
.catalog-section .center>h2,.pricing h2,.features h2,.bottom-grid h2{
    letter-spacing:-.035em;
}
.product-grid{
    gap:24px!important;
}
.product{
    overflow:hidden;
    transform:translateZ(0);
}
.product:hover{
    transform:translateY(-3px);
    box-shadow:0 30px 76px rgba(7,20,50,.13)!important;
}
.product-image{
    height:214px!important;
}
.product-body{
    padding:22px!important;
}
.product-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:10px;
}
.product-meta span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border-radius:999px;
    background:#eaf2ff;
    color:#155eef;
    font-size:11px;
    font-weight:950;
}
.product h3{
    min-height:0!important;
    font-size:18px!important;
    line-height:1.35!important;
}
.product .summary{
    min-height:48px!important;
    line-height:1.55!important;
}
.price-grid{
    max-width:980px!important;
}
.price-grid .plan{
    min-height:390px!important;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:34px 30px!important;
}
.price-grid .plan .money{
    max-width:100%;
    font-size:clamp(32px,4vw,46px)!important;
    line-height:1.08!important;
    letter-spacing:-.045em;
    overflow-wrap:anywhere;
}
.price-grid .plan p{
    min-height:42px;
    color:var(--market-muted);
}
.price-grid .plan ul{
    width:100%;
    margin:20px 0 24px!important;
}
.price-grid .plan .btn{
    margin-top:auto;
}
.panel .dashboard,.product-detail-page .visual{
    border-radius:24px!important;
}
.product-detail-page .hero{
    padding:58px 0 52px!important;
}
.product-detail-page .grid{
    gap:54px!important;
}
.product-detail-page h1{
    font-size:clamp(40px,5vw,66px)!important;
    letter-spacing:-.055em!important;
}
.delivery-facts,.buyer-assurance{
    gap:14px!important;
}
.buyer-assurance div,.delivery-facts div,.features li{
    border-radius:16px!important;
    border-color:rgba(21,94,239,.14)!important;
    background:#fff!important;
}
.cart-page main,.checkout-page main,.portal-page main{
    padding-top:42px!important;
}
.cart-page-title,.purchase-progress{
    border-radius:20px!important;
    background:#fff!important;
    border:1px solid rgba(21,94,239,.14)!important;
    box-shadow:0 16px 44px rgba(7,20,50,.065)!important;
}
.cart-layout,.checkout-page .grid{
    gap:28px!important;
}
.cart-product,.checkout-license-card,.pay-option,.consent-list label{
    border-radius:16px!important;
}
.cart-summary-panel,.checkout-summary{
    position:sticky;
    top:98px;
}
.editorial-page .hero{
    padding:68px 0 54px!important;
    background:linear-gradient(135deg,#fff 0%,#eef5ff 100%)!important;
}
.editorial-page .hero .wrap{
    max-width:980px!important;
}
.editorial-page h1{
    font-size:clamp(40px,5vw,64px)!important;
    letter-spacing:-.055em!important;
}
.editorial-content{
    font-size:17px;
    line-height:1.85;
}
.store-footer{
    background:#061833!important;
}
.store-footer-grid{
    gap:48px!important;
    padding:58px 0 46px!important;
}
.store-footer h3{
    letter-spacing:-.01em;
}
.store-footer-links a{
    display:block;
    width:max-content;
    max-width:100%;
    padding:2px 0;
}

/* 1.0.37 - Admin design studio polish */
.design-studio .section-tabs,
.menu-manager .section-tabs{
    position:sticky;
    top:118px;
    z-index:4;
}
.design-studio .admin-ux-note,
.menu-manager .admin-ux-note{
    margin:12px 0 18px;
}
.visibility-grid .check{
    min-height:54px;
    margin-top:0;
    padding:14px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
}
.menu-table{
    display:grid;
    gap:10px;
    margin-bottom:18px;
}
.menu-row{
    display:grid;
    grid-template-columns:minmax(150px,.8fr) minmax(260px,1.4fr) 90px 110px;
    gap:10px;
    align-items:end;
    padding:12px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fbfdff;
}
.menu-row.menu-head{
    padding:10px 12px;
    background:#eef5ff;
    color:#41536d;
    font-size:12px;
    font-weight:950;
}
.menu-row label span{
    display:none;
}
.menu-row .check{
    margin-top:0;
    align-items:center;
    min-height:44px;
}
.footer-block-editor{
    display:grid;
    gap:18px;
}
.footer-block-card{
    display:grid;
    gap:16px;
    padding:18px;
    border:1px solid #dbe7f7;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff,#f8fbff);
    box-shadow:0 16px 36px rgba(8,23,58,.06);
}
.footer-link-rows{
    display:grid;
    gap:10px;
}
.menu-row.two-col{
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
}
.footer-block-card textarea{
    min-height:92px;
}
@media(max-width:980px){
    .menu-row,.menu-row.menu-head{
        grid-template-columns:1fr;
    }
    .menu-row.two-col{
        grid-template-columns:1fr;
    }
    .menu-row.menu-head{display:none}
    .menu-row label span{display:block}
    .cart-summary-panel,.checkout-summary{position:static}
}
@media(max-width:760px){
    .hero-grid{min-height:auto!important}
    .section{padding:58px 0!important}
    .price-grid .plan{min-height:auto!important}
    .store-footer-grid{padding:42px 0 34px!important}
}

/* 1.0.42 - Customer account portal polish */
.customer-auth-grid{align-items:stretch}
.customer-auth-card{border-radius:18px!important}
.customer-auth-card.soft{background:linear-gradient(180deg,#f8fbff,#fff)}
.portal-benefits{display:grid;gap:13px;margin:18px 0}
.portal-benefits>div{padding:15px 16px;border:1px solid #dce6f4;border-radius:12px;background:#fbfdff}
.customer-account-card{background:linear-gradient(180deg,#fff,#f8fbff)!important}
.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0 16px}
.account-grid>div{padding:14px;border:1px solid #dce6f4;border-radius:12px;background:white}
.account-grid span,.account-grid strong{display:block}
.inline-password-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;border-top:1px solid #dce6f4;padding-top:16px}
.inline-password-form label{margin-top:0}
.portal-page .store-header-nav a{white-space:nowrap}
@media(max-width:860px){.account-grid,.inline-password-form{grid-template-columns:1fr}.customer-auth-grid{grid-template-columns:1fr!important}}


/* 1.0.43 - Sales-ready storefront and account polish */
:root{--store-radius:18px;--store-shadow:0 22px 70px rgba(7,20,50,.10)}
.store-header-inner{min-height:74px}
.store-header-nav a{font-weight:900;text-decoration:none!important}
.store-header-nav .store-header-login,.store-header-nav .store-header-cart{box-shadow:0 10px 24px rgba(17,92,255,.10)}
.hero .wrap,.hero-grid{align-items:center}
.trust-strip{border-top:1px solid rgba(17,92,255,.08);border-bottom:1px solid rgba(17,92,255,.08)}
.trust-grid>div{min-height:96px;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(7,20,50,.055)}
.product,.product-card,.plan,.box,.story-card,.portal-card,.order,.cart-card,.summary-card{border-radius:var(--store-radius)!important}
.product:hover,.product-card:hover,.plan:hover{transform:translateY(-3px);box-shadow:var(--store-shadow)}
.price-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.plan{display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden;text-align:left!important}
.plan strong{font-size:clamp(18px,1.8vw,24px)!important;line-height:1.15}
.plan .money{font-size:clamp(28px,3.3vw,40px)!important;line-height:1.05;word-break:normal;overflow-wrap:normal}
.plan ul{margin-top:4px!important}.plan .btn,.plan a{margin-top:auto;align-self:flex-start}
.product-detail-page .hero{padding-top:clamp(46px,6vw,82px);padding-bottom:clamp(52px,7vw,92px);background:linear-gradient(135deg,#f8fbff,#edf5ff)}
.product-detail-page .grid{gap:clamp(28px,5vw,66px)}
.product-detail-page .visual-stack{display:grid;gap:18px}
.product-detail-page .visual{box-shadow:0 28px 80px rgba(7,20,50,.16)}
.product-detail-page .visual-note{background:#fff;border:1px solid #dce6f4;border-radius:18px;padding:24px;box-shadow:0 18px 48px rgba(7,20,50,.07)}
.product-detail-page .product-intro{font-size:17px;max-width:68ch}
.product-detail-page .purchase-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}
.product-detail-page .purchase-actions .add-cart-form{display:grid;grid-template-columns:92px minmax(220px,1fr);gap:12px;align-items:end}
.product-detail-page .purchase-actions .secondary{font-size:14px;padding-inline:18px}
.product-detail-page .features{gap:14px}.product-detail-page .features>div{min-height:78px;border-radius:16px;background:#fff}
.product-detail-page a{font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}
.cart-page .cart-layout,.checkout-layout{align-items:start}
.cart-page .cart-item,.checkout-page .box{border-radius:18px!important}
.cart-page .cart-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:18px}
.cart-page .cart-item h3{margin-top:0}.cart-page .cart-update-row{display:grid;grid-template-columns:minmax(0,1fr) 90px 150px auto;gap:12px;align-items:end}
.cart-trust-row>div,.checkout-page .summary-card .trust-item{border-radius:16px}
.checkout-page label{font-weight:900}.checkout-page input,.checkout-page textarea,.checkout-page select{border-radius:12px;min-height:46px}
.checkout-page .consent-row{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start}
.checkout-page .consent-row a,.cart-trust-row a{color:#115cff;text-decoration:underline;text-underline-offset:4px;font-weight:900}
.store-footer{margin-top:0!important}.store-footer-grid{gap:clamp(26px,5vw,70px)}
.store-footer a{text-decoration:none}.store-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.portal-shell{gap:24px}.portal-card,.customer-account-card{box-shadow:0 20px 58px rgba(7,20,50,.08)}
.portal-nav a:hover{border-color:#115cff;background:#eef5ff;color:#115cff}
.support-ticket-card textarea{min-height:120px}.support-list{display:grid;gap:10px}.support-list article{padding:13px;border:1px solid #dce6f4;border-radius:12px;background:#fbfdff}
.admin-preview-note{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media(max-width:920px){
    .price-grid,.bottom-grid,.cart-page .cart-layout,.checkout-layout,.portal-shell{grid-template-columns:1fr!important}
    .cart-page .cart-item{grid-template-columns:72px minmax(0,1fr)}
    .cart-page .cart-item .cart-price{grid-column:1/-1}
    .cart-page .cart-update-row,.product-detail-page .purchase-actions,.product-detail-page .purchase-actions .add-cart-form{grid-template-columns:1fr}
    .product-detail-page .purchase-actions .btn,.product-detail-page .purchase-actions button{width:100%}
}
@media(max-width:640px){
    .store-header-inner{align-items:flex-start;flex-direction:column;gap:12px;padding-block:12px}
    .store-header-nav{justify-content:flex-start;width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
    .store-header-nav a{flex:0 0 auto}
    .trust-grid,.features,.portal-stats,.account-grid{grid-template-columns:1fr!important}
    .product-detail-page .hero{padding-top:34px}.product-detail-page .visual{min-height:260px!important}
    .plan{padding:22px!important}.plan .money{font-size:32px!important}
    .cart-page .cart-item{grid-template-columns:1fr}.cart-page .cart-thumb{width:100%;height:150px}
}
/* 1.0.45 - Buyuk kalite turu: storefront, cart, checkout, customer panel, admin UX */
body{font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
.store-header{border-bottom-color:rgba(7,20,50,.09)!important}
.store-header-inner{min-height:74px!important}
.store-header-brand span:last-child{max-width:360px;overflow:hidden;text-overflow:ellipsis}
.store-header-nav{gap:8px!important}
.store-header-nav a{font-size:13px!important;font-weight:900!important}
.store-header-cart{background:#f2f7ff!important}
.store-header-login{min-width:132px}
.hero-grid{padding-top:70px!important;padding-bottom:66px!important}
.hero h1{max-width:11ch;text-wrap:balance}
.hero .lead{max-width:590px}
.device-stage:before{content:"";position:absolute;inset:34px 12px 18px 34px;border-radius:38px;background:linear-gradient(135deg,rgba(17,92,255,.16),rgba(14,159,110,.09));filter:blur(22px)}
.laptop,.phone{z-index:1}.screen-stats div{box-shadow:0 8px 20px rgba(7,20,50,.08)}
.trust-grid div{min-height:92px}
.catalog-section{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.catalog-head{align-items:center}
.product{position:relative;overflow:hidden}
.product:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#115cff,#13b981);opacity:.72}
.product-image{height:184px!important}
.product-body{gap:8px}
.product h3{font-size:18px!important}
.product .summary{font-size:13px!important;line-height:1.55!important}
.product .price{font-size:25px!important;letter-spacing:-.025em}
.product-actions a,.product-actions button{font-size:13px!important}
.add-cart-form{grid-template-columns:78px minmax(0,1fr)!important}
.features{background:#f7fbff!important}
.feature-grid{align-items:stretch}
.feature{min-height:156px!important}
.panel .dashboard{transform:translateZ(0)}
.pricing{background:linear-gradient(180deg,#fff,#f3f8ff)!important}
.price-grid{max-width:990px!important;gap:22px!important;align-items:stretch}
.plan{display:flex;flex-direction:column;min-height:360px;padding:30px 28px!important;text-align:left!important}
.plan strong{font-size:21px!important;line-height:1.25}
.plan p{min-height:42px;margin:8px 0 0;color:var(--sarmal-muted)}
.plan .money{font-size:clamp(28px,3vw,38px)!important;line-height:1.08!important;letter-spacing:-.04em;overflow-wrap:anywhere;word-break:normal;text-align:left}
.plan ul{margin-top:12px!important;flex:1}
.plan .btn{width:100%;margin-top:auto}
.bottom-grid{align-items:start}
.quote{min-height:120px}
.store-footer{background:linear-gradient(180deg,#061833,#041124)!important}
.store-footer-grid{grid-template-columns:minmax(240px,1.25fr) repeat(3,minmax(150px,.8fr)) minmax(190px,1fr)!important;gap:34px!important;align-items:start}
.store-footer-brand-block p,.store-footer-links p,.store-footer-payment p{max-width:300px}
.store-footer-links a{display:block;width:max-content;max-width:100%;padding:3px 0;line-height:1.5}
.store-footer-copy{gap:16px}
.cart-page-title,.purchase-progress,.cart-products-panel,.cart-summary-panel,.cart-trust-row>div{border-radius:18px!important}
.cart-layout{align-items:start}
.cart-product{border-radius:18px!important}
.cart-product-main{grid-template-columns:82px minmax(0,1fr) auto!important}
.cart-info h3{line-height:1.3}
.cart-line-price{text-align:right}
.cart-product-tools{grid-template-columns:minmax(190px,1fr) minmax(260px,.8fr) auto!important}
.cart-license-note{min-height:64px;display:grid;align-content:center}
.cart-summary-panel{position:sticky;top:96px}
.coupon-panel{grid-template-columns:minmax(0,1fr) auto!important}
.cart-pay-button{width:100%;min-height:54px}
.checkout-form,.checkout-summary{border-radius:18px!important}
.checkout-steps span{min-height:48px;display:flex;align-items:center}
.checkout-block{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--sarmal-line)}
.checkout-block:last-of-type{border-bottom:0}
.target-card,.pay-option,.checkout-consents label{border-radius:13px!important}
.checkout-summary{position:sticky;top:96px}
.customer-auth-grid{align-items:stretch}
.customer-auth-card{border-radius:18px!important}
.portal-shell{align-items:start}
.portal-card,.portal-stat,.customer-account-card,.portal-order,.delivery-files{border-radius:18px!important}
.portal-nav a{display:flex;justify-content:space-between}.portal-nav a:after{content:"→";color:#115cff}
.portal-stat b{letter-spacing:-.04em}
.delivery-timeline{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.delivery-timeline span{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#eef3fb;color:#687993;font-size:12px;font-weight:900}
.delivery-timeline b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dbe6f4;color:#0b1d3d}
.delivery-timeline .complete{background:#e6f8ef;color:#087f5b}.delivery-timeline .complete b{background:#13b981;color:#fff}
.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-grid>div{padding:14px;border:1px solid var(--sarmal-line);border-radius:13px;background:#f8fbff}
.inline-password-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;align-items:end;margin-top:16px}
.portal-benefits{display:grid;gap:14px}.portal-benefits>div{padding:14px;border:1px solid var(--sarmal-line);border-radius:13px;background:#f8fbff}
.product-detail-page .grid{align-items:start!important}
.product-detail-page .visual{min-height:420px!important}
.product-detail-page .visual-note{margin-top:0}
.product-detail-page .price{font-size:42px!important;letter-spacing:-.04em}
.delivery-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.delivery-facts div{padding:15px;border:1px solid var(--sarmal-line);border-radius:13px;background:#fff}.delivery-facts span{display:block;color:var(--sarmal-muted);font-size:12px;font-weight:900}.delivery-facts strong{display:block;margin-top:4px}
.purchase-actions{align-items:end;margin-top:18px}.purchase-actions .add-cart-form{grid-template-columns:88px minmax(210px,1fr)!important;flex:1}.browse-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:1px solid var(--sarmal-line);border-radius:8px;color:#115cff;font-weight:950;background:#fff}
.buyer-assurance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.buyer-assurance>div{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:16px;border:1px solid var(--sarmal-line);border-radius:14px;background:#fff}.buyer-assurance i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e8fbf2;color:#087f5b;font-style:normal;font-weight:950}.buyer-assurance strong{display:block}.buyer-assurance span{display:block;color:var(--sarmal-muted);font-size:13px;margin-top:3px}.buyer-assurance a,.policy-links a{text-decoration:underline;text-underline-offset:3px;color:#115cff;font-weight:900}
.policy-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}
.story-grid{align-items:start}.story-card{border-radius:18px!important}
.page-content .store-header,.legal-page .store-header{position:sticky}
.admin-ux-note{line-height:1.65}
.menu-manager,.design-studio{max-width:1180px}
.menu-manager .menu-table{display:grid;gap:8px}
.menu-manager .menu-row{grid-template-columns:minmax(170px,.8fr) minmax(260px,1.4fr) 100px 120px!important}
.menu-manager .menu-row.two-col{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)!important}
.footer-block-card{border-radius:18px!important}
.design-studio .section-tabs{padding:12px!important}
.design-studio .section-tabs a{min-height:38px;display:inline-flex;align-items:center}
.form-section{gap:16px!important}
@media(max-width:1100px){
    .store-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .cart-layout{grid-template-columns:1fr!important}
    .cart-summary-panel,.checkout-summary{position:static}
}
@media(max-width:760px){
    .store-header-inner{align-items:flex-start;gap:14px;flex-direction:column;padding:14px 0}
    .store-header-brand span:last-child{white-space:normal}
    .store-header-nav{width:100%;justify-content:flex-start;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .store-header-nav a{min-height:42px;background:#f8fbff;border:1px solid rgba(17,92,255,.12)}
    .store-header-login,.store-header-cart{margin-left:0!important}
    .hero h1{max-width:100%;font-size:clamp(38px,12vw,52px)!important}
    .hero-grid{min-height:auto!important;padding-top:42px!important;padding-bottom:44px!important}
    .trust-grid,.feature-grid,.price-grid,.buyer-assurance,.delivery-facts,.account-grid,.inline-password-form{grid-template-columns:1fr!important}
    .product-image{height:210px!important}
    .catalog-head{align-items:flex-start;flex-direction:column}
    .cart-product-main,.cart-product-tools{grid-template-columns:1fr!important}
    .cart-line-price{text-align:left}
    .coupon-panel{grid-template-columns:1fr!important}
    .checkout-steps{grid-template-columns:1fr!important}
    .product-detail-page .visual{min-height:310px!important}
    .purchase-actions,.purchase-actions .add-cart-form{display:grid!important;grid-template-columns:1fr!important;width:100%}
    .browse-link{width:100%}
    .store-footer-grid{grid-template-columns:1fr!important}
    .store-footer-copy{align-items:flex-start;flex-direction:column}
    .menu-manager .menu-row,.menu-manager .menu-row.two-col{grid-template-columns:1fr!important}
}
/* 1.0.46 - final sales-ready UX, storefront, customer portal and admin density */
.store-header{backdrop-filter:saturate(1.2) blur(10px)}
.store-header-brand{gap:12px}
.store-header-brand span:first-child{box-shadow:0 10px 24px rgba(17,92,255,.18)}
.store-header-nav a{border-radius:10px}
.store-header-nav a:not(.store-header-login):not(.store-header-cart):hover{background:#f3f7ff}
.hero-grid{gap:clamp(28px,5vw,72px)}
.hero .eyebrow{box-shadow:inset 0 0 0 1px rgba(17,92,255,.10)}
.hero .actions{align-items:center}
.device-stage{isolation:isolate}
.catalog-section .section-title,.pricing .section-title,.blog-section .section-title{text-align:center}
.product{border-color:#dce7f5!important;background:linear-gradient(180deg,#fff,#fbfdff)}
.product-image{border-bottom:1px solid rgba(220,231,245,.9)}
.product .badge,.product .pill{white-space:nowrap}
.product-actions{margin-top:auto}
.product-actions .btn{min-height:42px}
.features .feature{background:linear-gradient(180deg,#fff,#f8fbff)}
.feature strong{line-height:1.25}
.panel .dashboard{border-radius:18px}
.pricing .plan{position:relative}
.pricing .plan:nth-child(2){box-shadow:0 24px 70px rgba(17,92,255,.18)}
.pricing .plan .money{white-space:normal}
.pricing .plan .money-compact{font-size:clamp(27px,2.5vw,34px)!important}
.pricing .plan li{line-height:1.45}
.quote,.faq-item,.blog-card{border-color:#dce7f5}
.product-detail-page .visual-note h2{font-size:24px;margin-bottom:10px}
.product-detail-page .visual-note p{line-height:1.75}
.product-detail-page .buy-box{border-radius:18px;background:#fff;box-shadow:0 22px 64px rgba(7,20,50,.08)}
.product-detail-page .price{margin:18px 0}
.product-detail-page .policy-links{align-items:center}
.product-detail-page .policy-links a{display:inline-flex;align-items:center;min-height:36px}
.cart-page-title{background:linear-gradient(135deg,#fff,#f6faff)}
.purchase-progress span{font-size:14px}
.cart-product-main img,.cart-item img{object-fit:cover;border-radius:14px}
.cart-product-tools,.cart-update-row{background:#f8fbff;border:1px solid #dce7f5;border-radius:14px;padding:14px}
.cart-summary-panel .summary-total,.summary-card .summary-total{font-size:28px;letter-spacing:-.035em}
.cart-trust-row>div{background:#fff;min-height:116px}
.checkout-form{box-shadow:0 22px 70px rgba(7,20,50,.08)}
.checkout-summary .summary-line{display:flex;justify-content:space-between;gap:16px}
.checkout-consents label{background:#fbfdff}
.checkout-consents label:hover{border-color:#115cff;background:#f3f7ff}
.portal-shell{grid-template-columns:minmax(230px,.28fr) minmax(0,1fr)}
.portal-nav{position:sticky;top:92px}
.portal-card h2,.portal-card h3{letter-spacing:-.02em}
.delivery-files a,.invoice-actions a,.license-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:10px;background:#eef5ff;color:#115cff;font-weight:900;text-decoration:none}
.delivery-files a:hover,.invoice-actions a:hover,.license-actions a:hover{background:#115cff;color:#fff}
.admin-card,.admin-panel,.form-card{border-radius:18px!important}
.admin-main h1{letter-spacing:-.025em}
.admin-main input,.admin-main select,.admin-main textarea{border-radius:10px!important}
.admin-main textarea{min-height:110px}
.admin-action-bar{position:sticky;top:0;z-index:5;background:rgba(248,251,255,.94);backdrop-filter:blur(10px);padding:10px;border-radius:14px}
.admin-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#66758d}
@media(max-width:900px){
    .portal-shell{grid-template-columns:1fr}
    .portal-nav{position:static}
    .store-footer-grid{gap:22px!important}
}
@media(max-width:640px){
    .hero .actions{display:grid;grid-template-columns:1fr;width:100%}
    .hero .actions a{width:100%;justify-content:center}
    .product-image{height:190px!important}
    .pricing .plan .money{font-size:30px!important}
    .cart-trust-row{grid-template-columns:1fr!important}
    .checkout-form,.checkout-summary,.cart-products-panel,.cart-summary-panel{padding:18px!important}
    .portal-card,.customer-account-card{padding:18px!important}
}
