.statusko-payment-page,.statusko-payment-page *{box-sizing:border-box}.statusko-payment-page{--pay-ink:var(--statusko-color-text,#3f3f3f);--pay-muted:var(--statusko-color-muted,#747474);--pay-orange:var(--statusko-color-accent,#f08319);width:calc(100% - (var(--statusko-page-gutter,24px) * 2));max-width:var(--statusko-page-max,1232px);margin:0 auto;padding:54px 0 64px;color:var(--pay-ink);font-family:"Mulish",sans-serif}.statusko-payment-hero{display:grid;grid-template-columns:minmax(0,720px) minmax(320px,1fr);gap:clamp(32px,6vw,92px);align-items:center;min-height:326px}.statusko-payment-hero__content,.statusko-payment-hero__visual{min-width:0}.statusko-payment-hero h1{margin:0;font-size:34px;font-weight:900;line-height:1.15}.statusko-payment-hero h1 span{color:var(--pay-orange)}.statusko-payment-hero__content>p{max-width:650px;margin:14px 0 0;color:var(--pay-muted);font-size:16px;line-height:1.55}.statusko-payment-hero__visual{display:flex;align-items:center;justify-content:center}.statusko-payment-hero__visual img{display:block;width:min(100%,500px);height:auto}.statusko-payment-layout{display:grid;grid-template-columns:minmax(0,var(--statusko-content-max,908px)) var(--statusko-sidebar-width,292px);gap:var(--statusko-layout-gap,32px);align-items:start;margin-top:32px}.statusko-payment-content{display:grid;gap:24px;min-width:0}.statusko-payment-intro{display:grid;grid-template-columns:46px 1fr;gap:16px;align-items:start;padding:24px 28px;border:1px solid #eee;border-radius:24px;background:#fff}.statusko-payment-intro__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff1e4;color:var(--pay-orange);font-size:22px;font-weight:900}.statusko-payment-intro h2,.statusko-payment-other h2{margin:0 0 8px;font-size:21px;font-weight:900;line-height:1.3}.statusko-payment-intro p,.statusko-payment-other p{margin:0;color:var(--pay-muted);font-size:16px;line-height:1.6}.statusko-payment-card{padding:30px;border:1px solid #ededed;border-radius:32px;background:#fff;box-shadow:0 18px 44px rgba(63,63,63,.07)}.statusko-payment-card__heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.statusko-payment-card__eyebrow{display:block;margin-bottom:8px;color:var(--pay-orange);font-size:12px;font-weight:800;letter-spacing:.08em}.statusko-payment-card h2{margin:0;font-size:26px;font-weight:900;line-height:1.25}.statusko-payment-card__secure{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:22px;background:#f4f4f4;color:#555;font-weight:800}.statusko-payment-card__lead{margin:18px 0 22px;color:var(--pay-muted);font-size:16px;line-height:1.6}.statusko-payment-steps{display:grid;gap:14px;margin:0;padding:0;counter-reset:pay-step;list-style:none}.statusko-payment-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;counter-increment:pay-step;color:var(--pay-ink);font-size:16px;line-height:1.55}.statusko-payment-steps li:before{content:counter(pay-step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff1e4;color:var(--pay-orange);font-weight:900}.statusko-payment-fee{margin:22px 0 0;padding:16px 18px;border-radius:18px;background:#f7f7f7;color:#666;font-size:14px;line-height:1.5}.statusko-payment-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.statusko-payment-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:14px 22px;border-radius:30px;font-size:16px;font-weight:800;line-height:1.25;text-align:center;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.statusko-payment-button:hover{transform:translateY(-2px)}.statusko-payment-button--primary{background:var(--pay-orange);color:#fff!important}.statusko-payment-button--primary:hover{box-shadow:0 12px 24px rgba(240,131,25,.22)}.statusko-payment-button--secondary{grid-column:1/-1;background:#efefef;color:var(--pay-ink)!important}.statusko-payment-button--secondary:hover{background:#e8e8e8}.statusko-payment-other{padding:26px 28px;border-radius:24px;background:#fff}.statusko-payment-sidebar{position:sticky;top:calc(var(--statusko-header-height,80px) + 20px)}.statusko-payment-order-card{max-width:none}@media(max-width:1024px){.statusko-payment-page{width:calc(100% - 48px);padding-top:40px}.statusko-payment-hero{grid-template-columns:minmax(0,62%) minmax(260px,38%);gap:24px;min-height:300px}.statusko-payment-layout{grid-template-columns:minmax(0,1fr) 270px;gap:24px}}@media(max-width:767px){.statusko-payment-page{width:calc(100% - 40px);padding:18px 0 48px}.statusko-payment-hero{grid-template-columns:1fr;gap:10px;min-height:0;text-align:center}.statusko-payment-hero__visual{grid-row:1;min-height:250px}.statusko-payment-hero__content{grid-row:2}.statusko-payment-hero__visual img{width:min(100%,390px)}.statusko-payment-hero h1{font-size:28px}.statusko-payment-hero__content>p{margin-left:auto;margin-right:auto;font-size:15px;line-height:1.55}.statusko-payment-layout{display:flex;flex-direction:column;gap:48px;margin-top:48px}.statusko-payment-sidebar{position:static;width:100%}.statusko-payment-order-card{width:100%;max-width:none}.statusko-payment-intro{grid-template-columns:1fr;padding:22px 20px}.statusko-payment-card{padding:24px 18px;border-radius:26px}.statusko-payment-card__heading{display:block}.statusko-payment-card__secure{margin-top:14px}.statusko-payment-card h2{font-size:23px}.statusko-payment-actions{grid-template-columns:1fr}.statusko-payment-button--secondary{grid-column:auto}.statusko-payment-button{min-height:58px}.statusko-payment-other{padding:22px 20px}.statusko-payment-sidebar{margin-top:18px}.statusko-payment-order-card{border-radius:32px}}
