.scc-support-page,.scc-support-thanks,.scc-support-cta{--scc-blue:#0aa9e6;--scc-blue-dark:#087eae;--scc-yellow:#ffd43b;--scc-yellow-dark:#e6ad00;--scc-cream:#fffaf0;--scc-ink:#12171d;--scc-muted:#66717c;font-family:inherit;color:var(--scc-ink)}

/* Homepage CTA */
.scc-support-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;border:2px solid #efbd14;border-radius:14px;padding:16px 18px;background:#fffdf6;max-width:1180px;margin:18px auto;box-shadow:0 8px 24px rgba(60,44,0,.10)}
.scc-support-cta__copy{display:grid;gap:4px;min-width:0}.scc-support-cta__copy strong{font-size:17px;line-height:1.2}.scc-support-cta__copy span{font-size:13px;color:#56616b;line-height:1.4}.scc-support-cta.is-compact{padding:11px 13px}
.scc-support-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:9px;padding:15px 23px;font-weight:900;text-transform:uppercase;letter-spacing:.035em;text-decoration:none!important;cursor:pointer;line-height:1.1;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.scc-support-btn--yellow{background:linear-gradient(180deg,#ffda49,#ffcc2f);color:#111!important;box-shadow:0 5px 0 #dca800,0 9px 18px rgba(87,65,0,.13)}.scc-support-btn--yellow:hover{filter:brightness(1.015);transform:translateY(-2px);box-shadow:0 6px 0 #dca800,0 12px 22px rgba(87,65,0,.16)}.scc-support-btn--yellow:active{transform:translateY(2px);box-shadow:0 2px 0 #dca800}.scc-support-btn--full{width:100%;font-size:15px;min-height:56px}.scc-support-cta__button{min-width:230px;font-size:14px}

/* Support hero */
.scc-support-hero{min-height:270px;display:flex;align-items:flex-end;background:linear-gradient(135deg,#dff4fb,#f8fcfd);border-radius:18px 18px 0 0;overflow:hidden;position:relative}.scc-support-hero:after{content:"";position:absolute;inset:auto -7% -45% auto;width:290px;height:290px;border:58px solid rgba(255,212,59,.24);border-radius:50%;pointer-events:none}.scc-support-hero.has-image{background-image:linear-gradient(90deg,rgba(7,21,29,.78),rgba(7,21,29,.28)),var(--scc-hero);background-size:cover;background-position:center}.scc-support-hero__inner{padding:40px 46px;max-width:800px;position:relative;z-index:1}.has-image .scc-support-hero__inner{color:#fff}.scc-support-kicker,.scc-support-eyebrow{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900}.scc-support-kicker{color:var(--scc-yellow)}.scc-support-hero:not(.has-image) .scc-support-kicker{color:var(--scc-blue-dark)}.scc-support-hero h1{font-size:clamp(38px,5vw,62px);line-height:.98;margin:9px 0 14px;max-width:650px}.scc-support-hero p{font-size:18px;line-height:1.48;margin:0;max-width:720px}.scc-support-shell{max-width:980px;margin:0 auto;padding:30px 22px 54px}

/* Main sections */
.scc-support-section{border-top:1px solid #e5eaed;padding:30px 0}.scc-support-section--first{border-top:0;padding-top:12px}.scc-support-section__head{margin-bottom:18px}.scc-support-section h2{font-size:28px;line-height:1.1;margin:4px 0 7px}.scc-support-section__head p{margin:0;color:var(--scc-muted);font-size:15px;line-height:1.45;max-width:760px}.scc-support-eyebrow{color:var(--scc-blue-dark)}

/* One-time cards */
.scc-support-options{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.scc-support-option{appearance:none;background:#fff;border:1px solid #dce3e7;border-radius:14px;padding:18px 16px 16px;min-height:176px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"icon amount" "body body" "radio radio";align-content:start;gap:8px 10px;text-align:left;cursor:pointer;position:relative;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.scc-support-option:hover{transform:translateY(-2px);border-color:#b7dce9;box-shadow:0 8px 22px rgba(18,23,29,.07)}.scc-support-option.is-selected{border:2px solid var(--scc-yellow-dark);background:var(--scc-cream);box-shadow:0 0 0 2px rgba(255,212,59,.18),0 8px 22px rgba(18,23,29,.06)}.scc-support-option__icon{grid-area:icon;font-size:29px;line-height:1}.scc-support-option__amount{grid-area:amount;font-size:33px;line-height:1;font-weight:900;color:var(--scc-blue)}.scc-support-option__body{grid-area:body;display:grid;gap:4px}.scc-support-option__body strong{font-size:16px;line-height:1.2;color:#111}.scc-support-option__body small{font-size:12px;color:#66717c;line-height:1.35}.scc-support-radio{grid-area:radio;width:18px;height:18px;border:2px solid #cbd2d6;border-radius:50%;margin-top:2px}.is-selected .scc-support-radio{border:5px solid #f0b800}
.scc-support-custom{display:grid;gap:8px;margin:18px 0 14px;font-weight:800;font-size:14px}.scc-support-custom__input{display:flex;align-items:center;border:1px solid #cbd3d7;border-radius:10px;padding:0 14px;max-width:360px;background:#fff;min-height:54px}.scc-support-custom__input b{font-size:18px}.scc-support-custom__input input{border:0!important;box-shadow:none!important;padding:13px!important;width:100%;font-size:18px!important;font-weight:700;background:transparent!important}.scc-support-note{text-align:center;color:#707982;font-size:12px;line-height:1.45;margin:12px auto 0;max-width:680px}

/* Recurring */
.scc-support-recurring{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.scc-support-recurring__option{background:#fff;border:1px solid #dce3e7;border-radius:13px;padding:23px 12px;display:grid;gap:6px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.scc-support-recurring__option:hover{transform:translateY(-2px)}.scc-support-recurring__option strong{font-size:31px;color:var(--scc-blue);line-height:1}.scc-support-recurring__option span{font-size:13px}.scc-support-recurring__option.is-selected{border:2px solid var(--scc-yellow-dark);background:var(--scc-cream);box-shadow:0 0 0 2px rgba(255,212,59,.16)}
.scc-support-payment-info{max-width:720px;margin:16px auto 0;color:#65717b;font-size:12px;text-align:center}.scc-support-payment-info summary{cursor:pointer;font-weight:800;color:#46525c;list-style:none}.scc-support-payment-info summary::-webkit-details-marker{display:none}.scc-support-payment-info summary:after{content:" +"}.scc-support-payment-info[open] summary:after{content:" −"}.scc-support-payment-info p{line-height:1.5;margin:9px auto 0;max-width:650px}

/* Story accordion */
.scc-support-story{border:1px solid #e1e7ea;border-radius:14px;background:#fbfcfc;margin:26px 0 0;overflow:hidden}.scc-support-story summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;cursor:pointer;font-size:17px;font-weight:900;list-style:none}.scc-support-story summary::-webkit-details-marker{display:none}.scc-support-story summary span{font-size:24px;color:var(--scc-blue);transition:transform .18s ease}.scc-support-story[open] summary span{transform:rotate(45deg)}.scc-support-story__body{padding:0 22px 20px;font-size:15px;line-height:1.67;max-width:820px}.scc-support-story__body p{margin:0 0 12px}.scc-support-footerline{text-align:center;color:#707982;font-size:12px;margin:18px 0 2px}.scc-support-error{background:#fff1f1;border:1px solid #efb1b1;color:#902828;border-radius:8px;padding:12px;margin-top:15px}

/* Thanks */
.scc-support-thanks{border-radius:18px;overflow:hidden;background:#fff}.scc-support-thanks__hero{min-height:410px;background:linear-gradient(135deg,#7bc2d9,#293f4f);display:flex;align-items:center;justify-content:center;text-align:center}.scc-support-thanks__hero.has-image{background-image:linear-gradient(rgba(4,15,23,.42),rgba(4,15,23,.55)),var(--scc-hero);background-size:cover;background-position:center}.scc-support-thanks__overlay{color:#fff;padding:30px}.scc-support-heart{font-size:62px;color:var(--scc-yellow);display:block;line-height:1}.scc-support-thanks h1{font-size:clamp(42px,7vw,72px);line-height:1;margin:12px 0}.scc-support-thanks__hero p{font-size:20px}.scc-support-thanks__body{max-width:760px;margin:auto;text-align:center;padding:48px 22px}.scc-support-thanks__body>p{font-size:18px;line-height:1.55}.scc-support-thanks__points{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top:1px solid #e9edef;margin-top:45px;padding-top:34px}.scc-support-thanks__points div{display:grid;gap:6px}.scc-support-thanks__points span{font-size:12px;color:#67727c}.scc-support-thanks__bottom{height:240px;background-image:var(--scc-bottom);background-size:cover;background-position:center}

@media(max-width:700px){
  /* Compact homepage CTA and neutralize common Elementor spacing around a CTA-only shortcode */
  .scc-support-cta{align-items:stretch;flex-direction:column;gap:13px;padding:16px;margin:8px 0;border-radius:16px;box-shadow:0 7px 18px rgba(60,44,0,.10)}.scc-support-cta__copy{gap:5px}.scc-support-cta__copy strong{font-size:18px}.scc-support-cta__copy span{font-size:13px;line-height:1.38}.scc-support-cta .scc-support-btn{width:100%;min-height:52px;padding:13px 16px;font-size:15px}.scc-support-cta__button{min-width:0}
  .elementor-widget-shortcode:has(.scc-support-cta){margin-bottom:0!important}.elementor-widget-shortcode:has(.scc-support-cta)>.elementor-widget-container{margin:0!important;padding:0!important}.elementor-element:has(>.elementor-widget-shortcode .scc-support-cta){min-height:0!important;height:auto!important;padding-top:8px!important;padding-bottom:8px!important;align-items:stretch!important}

  .scc-support-hero{min-height:205px;border-radius:0;align-items:flex-end}.scc-support-hero:after{width:190px;height:190px;border-width:40px}.scc-support-hero__inner{padding:25px 20px 26px}.scc-support-kicker{font-size:10px}.scc-support-hero h1{font-size:38px;max-width:330px;margin:7px 0 10px}.scc-support-hero p{font-size:15px;line-height:1.42;max-width:355px}.scc-support-shell{padding:20px 16px 40px}.scc-support-section{padding:25px 0}.scc-support-section--first{padding-top:3px}.scc-support-section h2{font-size:27px}.scc-support-section__head p{font-size:15px}

  .scc-support-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scc-support-option{min-height:156px;padding:13px 10px 11px;grid-template-columns:1fr;grid-template-areas:"icon" "amount" "body" "radio";gap:6px;text-align:center;justify-items:center;border-radius:13px}.scc-support-option__icon{font-size:25px}.scc-support-option__amount{font-size:31px}.scc-support-option__body{gap:3px}.scc-support-option__body strong{font-size:12px;line-height:1.18}.scc-support-option__body small{font-size:10px;line-height:1.25;display:none}.scc-support-radio{margin-top:1px}.scc-support-custom{margin-top:15px}.scc-support-custom__input{max-width:none;min-height:56px}.scc-support-btn--full{min-height:57px;font-size:15px}

  .scc-support-recurring{gap:8px}.scc-support-recurring__option{padding:18px 5px;border-radius:12px}.scc-support-recurring__option strong{font-size:27px}.scc-support-recurring__option span{font-size:11px}.scc-support-payment-info{font-size:11px}.scc-support-story{margin-top:20px}.scc-support-story summary{padding:18px;font-size:16px}.scc-support-story__body{padding:0 18px 18px;font-size:14px;line-height:1.62}

  .scc-support-thanks{border-radius:0}.scc-support-thanks__hero{min-height:390px}.scc-support-thanks__points{grid-template-columns:1fr;text-align:left}.scc-support-thanks__bottom{height:210px}
}

@media(max-width:380px){.scc-support-options{gap:6px}.scc-support-option{padding-left:7px;padding-right:7px}.scc-support-option__body strong{font-size:11px}.scc-support-recurring__option strong{font-size:25px}}

/* v1.0.4 support page refinement */
.scc-support-title-heart{font-size:.72em;vertical-align:.08em}
.scc-support-intro{padding:22px 0 26px;border-bottom:1px solid #e5eaed;display:grid;gap:5px}.scc-support-intro strong{font-size:20px;line-height:1.25}.scc-support-intro p{margin:0;color:var(--scc-muted);font-size:16px;line-height:1.5;max-width:760px}
.scc-support-hero{min-height:205px;border-radius:18px}.scc-support-hero__inner{padding:32px 46px}.scc-support-hero h1{margin:8px 0 0;font-size:clamp(38px,4.5vw,56px)}
.scc-support-accordions{display:grid;gap:12px;margin-top:28px}.scc-support-info-card{border:1px solid #dfe6e9;border-radius:14px;background:#fbfcfc;overflow:hidden}.scc-support-info-card summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 21px;cursor:pointer;font-size:16px;font-weight:900;line-height:1.3;list-style:none}.scc-support-info-card summary::-webkit-details-marker{display:none}.scc-support-info-card__toggle{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#eef8fc;color:var(--scc-blue);font-size:21px;line-height:1;transition:transform .18s ease}.scc-support-info-card[open] .scc-support-info-card__toggle{transform:rotate(45deg)}.scc-support-info-card__body{border-top:1px solid #e7ecee;padding:18px 21px 20px;color:#4f5b65;font-size:15px;line-height:1.65}.scc-support-info-card__body p{margin:0 0 13px}.scc-support-info-card__body p:last-child{margin-bottom:0}

@media(max-width:700px){
  .scc-support-page{padding-top:0}
  .scc-support-hero{min-height:0;border-radius:0;background:linear-gradient(135deg,#e9f7fb,#f8fcfd)!important;overflow:visible}.scc-support-hero.has-image{background-image:linear-gradient(135deg,#e9f7fb,#f8fcfd)!important}.scc-support-hero:after{display:none}.scc-support-hero__inner{padding:24px 16px 13px;color:var(--scc-ink)!important}.scc-support-kicker,.scc-support-hero:not(.has-image) .scc-support-kicker{color:var(--scc-blue-dark)}.scc-support-hero h1{font-size:34px;line-height:1.03;margin:7px 0 0;max-width:none}
  .scc-support-shell{padding:0 16px 36px}.scc-support-intro{padding:15px 0 23px}.scc-support-intro strong{font-size:18px}.scc-support-intro p{font-size:15px;line-height:1.45}
  .scc-support-section--first{padding-top:24px}.scc-support-section__head{margin-bottom:16px}.scc-support-section h2{font-size:27px}.scc-support-section__head p{font-size:15px;line-height:1.45}
  .scc-support-accordions{gap:11px;margin-top:24px}.scc-support-info-card{border-radius:14px;background:#fff}.scc-support-info-card summary{padding:17px 16px;font-size:16px}.scc-support-info-card__body{padding:16px;font-size:15px;line-height:1.58}.scc-support-info-card__body p{margin-bottom:14px}
}


/* v1.0.5 Stripe Customer Portal */
.scc-support-manage{margin:24px 0 0;padding:18px 20px;border:1px solid #dfe6e9;border-radius:14px;background:#f8fafb;display:flex;align-items:center;justify-content:space-between;gap:22px}.scc-support-manage__copy{display:flex;align-items:flex-start;gap:12px;min-width:0}.scc-support-manage__icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#eef3f5;color:#52616c;font-size:18px;font-weight:900}.scc-support-manage strong{display:block;font-size:15px;line-height:1.35}.scc-support-manage p{margin:4px 0 0;color:var(--scc-muted);font-size:13px;line-height:1.45}.scc-support-manage__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #bcc8ce;border-radius:9px;background:#fff;color:#28343d!important;padding:11px 15px;font-size:12px;font-weight:850;line-height:1.2;text-decoration:none!important;transition:border-color .18s ease,background .18s ease,transform .18s ease}.scc-support-manage__button:hover{border-color:#8fa2ab;background:#f3f7f8;transform:translateY(-1px)}
@media(max-width:700px){.scc-support-manage{margin-top:20px;padding:17px 16px;display:grid;gap:15px}.scc-support-manage__copy{gap:10px}.scc-support-manage__icon{flex-basis:32px;width:32px;height:32px}.scc-support-manage strong{font-size:15px}.scc-support-manage p{font-size:13px}.scc-support-manage__button{width:100%;min-height:46px;padding:12px 14px;font-size:12px}}
