:root{--str-green:#43a950;--str-green-2:#54bb61;--str-gray-50:#f8fafc;--str-gray-100:#f1f5f9;--str-gray-200:#e5e7eb;--str-gray-300:#cfd4d9;--str-gray-500:#6b7280;--str-gray-700:#374151;--str-red:#d63638;--str-focus:rgba(67, 169, 80, 0.18);--str-radius:3px;--str-font-family:var(
    --wp--preset--font-family--body,
    var(
      --e-global-typography-text-font-family,
      'Poppins',
      sans-serif
    )
  )}.str-h2{font-size:1.5rem;margin:.2em 0 .6em 0}.str-h3{font-size:1.2rem;margin:1em 0 .4em 0}.str-note{font-size:.9em;color:var(--str-gray-700)}.str-banner,.str-plan-wrap,.str-id-wrap{background:#fff;border:1px solid var(--str-gray-200);border-radius:6px;padding:16px;max-width:880px;margin:0 auto 20px;box-shadow:0 1px 2px rgb(0 0 0 / .04);font-family:var(--str-font-family)}.str-card{border:1px solid var(--str-gray-200);border-radius:6px;padding:12px;background:#fff}.str-id-wrap.js-signup-flow{background:#fff0;border:0;box-shadow:none;padding:0;max-width:1120px;margin:0 auto 40px}.str-checkout-layout{display:flex;gap:24px;align-items:flex-start;margin-top:24px}.str-checkout-main{flex:1 1 60%;display:flex;flex-direction:column;gap:20px;min-width:0}.str-checkout-main .str-step{border-top:0;padding-top:0;margin-top:0}.str-checkout-card{border:1px solid var(--str-gray-200);border-radius:12px;padding:24px;background:#fff;box-shadow:0 18px 36px rgb(15 23 42 / .08)}.str-checkout-card .str-h3{margin-top:0}.str-checkout-card fieldset{border:0;padding:0;margin:16px 0 0}.str-checkout-card fieldset legend{font-weight:600;color:var(--str-gray-700);margin-bottom:8px}.str-checkout-summary{flex:0 1 320px;display:flex;flex-direction:column;gap:16px;min-width:240px}.str-checkout-summary-card{position:sticky;top:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 24px 48px rgb(15 23 42 / .12)}.str-checkout-summary-card .str-plan-summary{margin:0;padding:0;border:0;background:#fff0;box-shadow:none}.str-checkout-summary-card .str-plan-sku{margin-bottom:8px}.str-summary-secure{margin-top:16px;font-weight:500;color:var(--str-gray-700)}@media (max-width:1024px){.str-checkout-layout{flex-direction:column}.str-checkout-summary{flex:1 1 auto;width:100%;min-width:0}.str-checkout-summary-card{position:static;width:100%}}@media (max-width:720px){.str-checkout-card{padding:18px}}@media (max-width:960px){.str-checkout-layout{flex-direction:column-reverse}.str-checkout-summary{flex:1 1 auto;min-width:0}.str-checkout-summary-card{position:static}}.str-step{position:relative;margin-top:24px;padding-top:18px;border-top:1px solid var(--str-gray-200)}.str-step:first-of-type{margin-top:0;padding-top:0;border-top:0}.str-step.is-active>.str-h3{color:var(--str-green)}.str-step.is-complete>.str-h3::after{content:'\2713';display:inline-block;margin-left:8px;font-size:.9em;color:var(--str-green)}.str-step-status{margin-top:10px;font-size:.95em;color:var(--str-gray-700)}.str-step-status.is-error,.str-payment-status.is-error{color:var(--str-red)}.str-step-activating{min-height:220px}.str-step-activating .str-activating-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:180px}.str-step-activating .str-note{max-width:28rem}.str-activating-ellipsis{display:inline-flex;gap:.25em;margin-left:.4em;vertical-align:middle}.str-activating-ellipsis span{width:.4em;height:.4em;background:currentColor;border-radius:50%;opacity:.2;animation:str-activating-ellipsis 1.2s infinite ease-in-out}.str-activating-ellipsis span:nth-child(2){animation-delay:.2s}.str-activating-ellipsis span:nth-child(3){animation-delay:.4s}@keyframes str-activating-ellipsis{0%,80%,100%{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-.18em)}}.str-btn{display:inline-block;line-height:1;padding:.6em 1em;border:0;border-radius:var(--str-radius);background:var(--str-green);color:#fff;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .02s ease}.str-btn:hover{background:var(--str-green-2)}.str-btn:active{transform:translateY(1px)}.str-btn-inline{margin-left:.75em}.str-btn-primary{background:var(--str-green)}.str-banner input[type="text"],.str-banner input[type="email"],.str-plan-wrap select,.str-id-wrap input:not([type="checkbox"]):not([type="radio"]),.str-id-wrap select,.str-id-wrap textarea{width:100%;padding:10px 12px;border:1px solid var(--str-gray-300);border-radius:var(--str-radius);background:#fff;color:#111;outline:0;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;appearance:none;-webkit-appearance:none}.str-id-wrap input::placeholder,.str-banner input::placeholder{color:var(--str-gray-500)}.str-id-wrap input:focus,.str-id-wrap select:focus,.str-banner input:focus,.str-plan-wrap select:focus,.str-id-wrap textarea:focus{border-color:var(--str-green);box-shadow:0 0 0 3px var(--str-focus)}.str-id-wrap input[disabled],.str-id-wrap select[disabled]{background:var(--str-gray-100);cursor:not-allowed}.str-plan-wrap label,.str-id-wrap label{display:flex;flex-direction:column;gap:6px;margin:8px 0;font-weight:500;color:var(--str-gray-700)}.str-row{display:flex;align-items:center;gap:8px;justify-content:space-between}.str-chk{display:inline-flex;align-items:center;gap:6px;margin-right:14px}.str-chk input{margin:0}.str-pref-options{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.str-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.str-grid .full{grid-column:1 / -1}@media (max-width:720px){.str-grid{grid-template-columns:1fr}}.str-banner-row{display:flex;gap:8px;align-items:center}.str-banner input[type="text"],.str-banner input[type="email"]{flex:1;min-width:0}.str-terms .str-scroll-box{max-height:180px;overflow:auto;border:1px solid var(--str-gray-200);border-radius:4px;padding:10px;background:#fff}.str-payment-element{margin-top:12px;padding:14px;border:1px solid var(--str-gray-300);border-radius:var(--str-radius);background:#fff}.str-payment-error{margin-top:8px;color:var(--str-red);font-weight:600}.str-payment-status{margin-top:8px;font-size:.95em;color:var(--str-gray-700)}.str-payment-actions{margin-top:16px}.str-id-box{margin-top:14px;border-top:1px dashed var(--str-gray-200);padding-top:14px}.str-actions{margin-top:16px}.str-toast{position:relative;margin:10px 0;padding:10px;border-radius:var(--str-radius);background:var(--str-gray-50);border:1px solid var(--str-gray-200)}.str-toast-info{background:#eef6ff}.str-toast-success{background:#e6f7ea}.str-toast-warning{background:#fff9e6}.str-toast-error{background:#fde7e7}.str-result{margin-top:8px}.str-result.ok{color:#187a26}.str-result-msg{margin-bottom:12px}.str-documenso-frame{margin:16px 0;border:1px solid var(--str-gray-200);border-radius:var(--str-radius);overflow:hidden;min-height:420px;height:clamp(420px, 70vh, 720px);background:#fff}.str-documenso-frame iframe{width:100%;height:100%;min-height:inherit;border:0}@media (max-width:640px){.str-documenso-frame{min-height:400px;height:clamp(400px, 80vh, 560px)}}.str-documenso-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.str-documenso-status{margin-top:12px;font-size:.95em;color:var(--str-gray-700)}.str-btn-link{background:#fff0;color:var(--str-green);border:0;padding:0;text-decoration:underline}.str-btn-link:hover,.str-btn-link:focus{background:#fff0;color:var(--str-green-2)}.str-error input,.str-error select,.str-error textarea{border-color:var(--str-red)!important;box-shadow:0 0 0 3px rgb(214 54 56 / .12)}.str-error .str-help{color:var(--str-red);font-size:.9em}.str-cal-available{background:#e4f4e4}.str-cal-hover{background:#54bb61}.str-cal-selected{background:#43a950}.str-banner input,.str-plan-wrap select,.str-id-wrap input,.str-id-wrap select,.str-id-wrap textarea{box-sizing:border-box;max-width:100%}