﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&display=swap');

.checkout-standalone .app-header,
.checkout-standalone .sidebar,
.checkout-standalone .sidebar-overlay,
.checkout-standalone #globalPageLoader{
  display:none !important;
}

.checkout-standalone body{
  margin:0;
  font-family:'Manrope',sans-serif;
  color:#163456;
  background:
    radial-gradient(980px 360px at 50% -120px,#dbe9ff 0%,rgba(219,233,255,0) 65%),
    linear-gradient(180deg,#eef3fb 0%,#e9eef8 100%);
}

.checkout-standalone .main{
  margin:0 !important;
  padding:18px 0 34px !important;
  width:100% !important;
  max-width:none !important;
  min-height:100vh;
}

.checkout-assinatura-page{
  width:min(720px,94vw);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:start;
}

.checkout-assinatura-page .card{
  border:1px solid #d1dced;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 32px rgba(18,44,79,.10);
  overflow:hidden;
  animation:checkoutBlockIn .42s ease both;
  transition:transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.checkout-assinatura-head{
  grid-column:1 / -1;
  position:relative;
  border:0 !important;
  border-radius:22px !important;
  background:linear-gradient(110deg,#0f3f7a 0%,#2f79d1 100%) !important;
  min-height:0;
  box-shadow:0 22px 42px rgba(20,48,88,.24) !important;
  padding:20px 16px 16px !important;
}

.checkout-assinatura-head:hover,
.checkout-assinatura-form:hover,
.checkout-assinatura-plan:hover,
.checkout-assinatura-result:hover,
.checkout-assinatura-extra:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 38px rgba(18,44,79,.14);
}

.checkout-assinatura-head__content{
  width:100%;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:14px;
}

.checkout-assinatura-brand{
  width:min(220px,64vw);
  max-height:54px;
  object-fit:contain;
  filter:drop-shadow(0 10px 28px rgba(7,22,43,.34));
}

.checkout-assinatura-hero-plan{
  position:static;
  left:auto;
  bottom:auto;
  transform:none;
  width:100%;
  max-width:100%;
  border:2px solid rgba(196,224,255,.65);
  border-radius:24px;
  padding:24px 28px 20px;
  text-align:center;
  color:#f0f6ff;
  background:
    radial-gradient(circle at 72% 30%,rgba(111,196,255,.25),transparent 46%),
    linear-gradient(145deg,#0d3f87 0%,#2867be 58%,#1c54a2 100%);
  box-shadow:0 22px 36px rgba(7,28,58,.3);
}

.checkout-assinatura-hero-plan__sub{
  margin:0 0 4px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#c8defc;
}

.checkout-assinatura-hero-plan__name{
  display:block;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.02em;
  font-weight:800;
}

.checkout-assinatura-hero-plan strong{
  display:block;
  margin-top:6px;
  font-size:32px;
  line-height:1;
  letter-spacing:-.025em;
  color:#fff;
}

.checkout-assinatura-hero-plan__badge{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 18px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  color:#14503c;
  border:1px solid #b6e7cf;
  background:linear-gradient(180deg,#f8fffc,#dff4ea);
}

.checkout-assinatura-trust{
  margin-top:14px;
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.checkout-assinatura-trust span{
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(199,220,246,.28);
  background:rgba(9,33,71,.22);
  color:#eff6ff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 12px;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
}

.checkout-assinatura-plan,
.checkout-assinatura-form{
  margin-top:0;
}

.checkout-assinatura-plan{
  position:relative;
  top:0;
  padding:20px;
  display:grid;
  gap:16px;
}

.checkout-assinatura-plan__header{
  border:1px solid #c8d8ec;
  border-radius:14px;
  overflow:hidden;
  background:#f8fbff;
}

.checkout-assinatura-plan__header .muted:first-child{
  margin:0;
  display:block;
  padding:10px 14px;
  color:#e8f2ff;
  background:linear-gradient(90deg,#1457a8,#1f6fd8);
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.checkout-assinatura-plan__header h2{
  margin:14px 14px 8px;
  font-size:22px;
  line-height:1.06;
  letter-spacing:-.02em;
  color:#162f59;
}

.checkout-assinatura-plan__header p{
  margin:0 14px 14px;
  color:#577196;
  font-size:14px;
  line-height:1.45;
}

.checkout-assinatura-plan__price{
  border:1px solid #c8d8ec;
  border-radius:14px;
  padding:14px 16px;
  background:#f4f8ff;
  display:grid;
  gap:4px;
}

.checkout-assinatura-plan__eyebrow{
  margin:0 0 2px;
  color:#4d6c94;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.checkout-assinatura-plan__price .muted{
  margin:0;
  color:#4e6a92;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.checkout-assinatura-plan__price strong{
  font-size:24px;
  line-height:1.03;
  letter-spacing:-.02em;
  color:#163969;
}

.checkout-assinatura-plan__step{
  width:max-content;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 10px;
  border-radius:999px;
  background:#eaf2ff;
  border:1px solid #c1d4ef;
  color:#1f4f87;
  font-size:12px;
  font-weight:800;
}

.checkout-assinatura-badge{
  width:max-content;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid #b8e3cb;
  background:#eaf8f0;
  color:#136d44;
  font-size:11px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.checkout-assinatura-plan__summary{
  border-top:1px solid #d7e1f2;
  padding-top:10px;
  display:grid;
  gap:8px;
}

.checkout-assinatura-plan__summary-note{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#577195;
}

.checkout-assinatura-plan__summary h3{
  margin:0;
  font-size:18px;
  line-height:1.1;
  color:#132d57;
}

.checkout-assinatura-plan__row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid #dde6f5;
  padding:9px 0;
  font-size:14px;
  color:#47628a;
}

.checkout-assinatura-plan__row strong{
  color:#163967;
  font-size:16px;
}

.checkout-assinatura-plan__row.is-total{
  border-bottom:0;
  font-weight:800;
}

.checkout-assinatura-plan__row.is-total strong{
  font-size:26px;
  line-height:1;
}

.checkout-assinatura-plan__benefits{
  border:1px solid #d0ddf0;
  border-radius:14px;
  padding:12px;
  background:#f8fbff;
}

.checkout-assinatura-plan__benefits h3{
  margin:0 0 10px;
  font-size:16px;
  color:#16345d;
}

.checkout-assinatura-plan__benefits ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.checkout-assinatura-plan__benefits li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#1a355f;
  font-size:14px;
  font-weight:700;
}

.checkout-assinatura-plan__benefits li::before{
  content:'✓';
  width:24px;
  height:24px;
  border-radius:999px;
  background:#2c8c5d;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:800;
}

.checkout-assinatura-plan__secure{
  border-radius:16px;
  padding:14px;
  border:1px solid #d3deef;
  background:linear-gradient(180deg,#fcfdff 0%,#f2f7ff 100%);
  display:grid;
  gap:6px;
}

.checkout-assinatura-plan__secure strong{
  font-size:14px;
  color:#163862;
}

.checkout-assinatura-plan__secure p{
  margin:0;
  color:#597397;
  font-size:13px;
  line-height:1.45;
}

.checkout-assinatura-form{
  padding:0;
  overflow:hidden;
}

.checkout-wizard-progress{
  display:flex;
  align-items:center;
  gap:9px;
  padding:18px 20px 10px;
  overflow-x:auto;
  white-space:nowrap;
  border:0;
  background:transparent;
}

.checkout-wizard-progress__item{
  font-size:12px;
  font-weight:800;
  color:#5f789a;
  pointer-events:none;
  user-select:none;
}

.checkout-wizard-progress__item.is-active{
  color:#194b86;
}

.checkout-wizard-progress__item.is-done{
  color:#2d74c4;
}

.checkout-wizard-progress__arrow{
  color:#7f96b6;
  font-size:11px;
  font-weight:800;
  user-select:none;
}

.checkout-step{
  display:grid;
  gap:0;
  animation:checkoutStepIn .28s ease both;
}

.checkout-step[hidden]{
  display:none !important;
}

.checkout-methods-head,
.checkout-method-panel{
  margin:0;
  padding:16px 22px;
  border-bottom:1px solid #dbe5f4;
}

.checkout-methods-head h3{
  margin:0;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.02em;
  color:#172f59;
}

.checkout-methods-head p{
  margin:6px 0 0;
  color:#6480a3;
  font-size:13px;
  line-height:1.45;
}

.checkout-term-menu{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0 18px 18px;
  border-bottom:1px solid #dbe5f4;
}

.checkout-term-option{
  position:relative;
  border:1px solid #bccfe8;
  border-radius:12px;
  background:#fff;
  min-height:116px;
  height:116px;
  align-content:start;
  padding:11px 9px 9px;
  display:grid;
  grid-template-rows:minmax(26px,auto) 1fr minmax(20px,auto);
  gap:5px;
  cursor:pointer;
  justify-items:center;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease, opacity .2s ease;
}

.checkout-term-option input{
  position:absolute;
  opacity:0;
  width:0;
  height:0;
  pointer-events:none;
}

.checkout-term-option__title{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:800;
  color:#506b92;
  align-self:start;
}

.checkout-term-option strong{
  font-size:16px;
  line-height:1.15;
  letter-spacing:-.02em;
  color:#162f59;
  align-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.checkout-term-option small{
  width:auto;
  border:1px solid #b6e2c9;
  border-radius:999px;
  padding:2px 7px;
  background:#eaf8f0;
  color:#136d44;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  align-self:end;
}

.checkout-term-option:hover,
.checkout-term-option:focus-within,
.checkout-method-option:hover,
.checkout-method-option:focus-within{
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(28,79,144,.12);
}

.checkout-term-option.is-active{
  border-color:#2c70cc;
  background:#eef4ff;
  box-shadow:inset 0 0 0 1px rgba(44,112,204,.24);
}

.checkout-methods{
  display:grid;
  grid-template-columns:repeat(3,minmax(160px,1fr));
  gap:12px;
  margin:8px 0 0;
  padding:0 22px 18px;
  border-bottom:1px solid #dbe5f4;
}

.checkout-method-option{
  position:relative;
  min-height:68px;
  border:1px solid #b8cbe5;
  border-radius:16px;
  background:#fff;
  color:#214d85;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  cursor:pointer;
  transition:.18s ease;
}

.checkout-method-option input{
  position:absolute;
  opacity:0;
  width:0;
  height:0;
  pointer-events:none;
}

.checkout-method-option__icon{
  width:30px;
  height:30px;
  min-width:30px;
  border-radius:10px;
  border:1px solid #c4d5eb;
  background:#f6f9ff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#25548c;
}

.checkout-method-option__icon svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.checkout-method-option__icon img{
  width:19px;
  height:19px;
  display:block;
  object-fit:contain;
}

.checkout-method-option[data-method="PIX"] .checkout-method-option__icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.checkout-method-option[data-method="PIX"] .checkout-method-option__icon{
  background:#fff;
}

.checkout-method-option[data-method="PIX"] .checkout-method-option__icon img{
  width:20px;
  height:20px;
}

.checkout-method-option__label{
  font-size:13px;
  font-weight:800;
  line-height:1.3;
}

.checkout-method-option.is-active{
  border-color:#2a70ce;
  background:#eef4ff;
  box-shadow:inset 0 0 0 1px rgba(42,112,206,.22);
}

.checkout-step__actions .btn,
.checkout-assinatura-form__actions .btn,
.checkout-assinatura-form__back,
.checkout-expand{
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease;
}

.checkout-step__actions .btn:hover,
.checkout-assinatura-form__actions .btn:hover,
.checkout-assinatura-form__back:hover,
.checkout-expand:hover{
  transform:translateY(-2px);
}

.checkout-method-panel{
  display:grid;
  gap:10px;
  background:#fbfdff;
}

.checkout-method-panel h3{
  margin:0;
  font-size:17px;
  color:#17315b;
}

.checkout-method-panel p{
  margin:0;
  color:#4f6a90;
  font-size:14px;
  line-height:1.45;
}

.checkout-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(170px,1fr));
  gap:12px;
}

.checkout-step > .checkout-grid{
  padding:0 22px 18px;
}

.checkout-grid label{
  display:grid;
  gap:6px;
  color:#436086;
  font-size:13px;
  font-weight:700;
}

.checkout-grid input,
.checkout-copy-field textarea{
  width:100%;
  min-height:46px;
  border:1px solid #bbcee6;
  border-radius:12px;
  background:#fff;
  color:#23496f;
  font-family:inherit;
  font-size:15px;
  padding:10px 12px;
}

.checkout-grid input:focus,
.checkout-copy-field textarea:focus{
  outline:none;
  border-color:#3b78c2;
  box-shadow:0 0 0 3px rgba(59,120,194,.16);
}

.checkout-copy-field{
  display:grid;
  gap:6px;
  width:100%;
}

.checkout-copy-field textarea{
  min-height:96px;
  resize:vertical;
}

.checkout-step__actions,
.checkout-assinatura-form__actions{
  border-top:1px solid #dbe5f4;
  padding:16px 22px;
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  gap:10px;
}

.checkout-step__actions .btn,
.checkout-assinatura-form__actions .btn{
  flex:1 1 0;
  min-width:0;
}

.checkout-review-grid{
  margin:0;
  padding:0 22px 18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:12px;
}

.checkout-review-grid > div{
  border:1px solid #d0dcf0;
  border-radius:12px;
  background:#f8fbff;
  padding:10px 11px;
  min-height:76px;
  display:grid;
  gap:4px;
}

.checkout-review-grid span{
  font-size:12px;
  color:#5b7697;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.checkout-review-grid strong{
  font-size:13px;
  color:#1f4f87;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.checkout-review-note{
  margin:0;
  padding:0 22px 16px;
  color:#587294;
  font-size:14px;
}

.checkout-assinatura-form__back{
  flex:1 1 100%;
  text-align:center;
  color:#4f688b;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.checkout-assinatura-form__back:hover{text-decoration:underline}

.checkout-assinatura-meta{
  grid-column:1 / -1;
  margin:2px 6px 0;
  font-size:12px;
  line-height:1.45;
  color:#6f819c;
  text-align:center;
  opacity:.88;
}

.checkout-assinatura-page .btn{
  min-height:50px;
  border-radius:14px;
  border:1px solid #c0d1e8;
  background:#f5f9ff;
  color:#255286;
  font-family:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  white-space:normal;
  text-align:center;
  padding:10px 14px;
  text-decoration:none;
  cursor:pointer;
}

.checkout-assinatura-page .btn.primary{
  background:linear-gradient(100deg,#1a62d8,#2d77de);
  border-color:#1f67d8;
  color:#fff;
  min-height:58px;
  font-size:14px;
  border-radius:16px;
  box-shadow:0 10px 22px rgba(28,104,215,.25);
}

.checkout-assinatura-page .btn.primary:hover{
  filter:brightness(1.04);
}

.checkout-assinatura-page .btn.ghost{
  background:#fff;
  border-color:#b9cbe5;
}

.checkout-assinatura-alert{
  grid-column:1 / -1;
  padding:12px 14px;
  border-left-width:4px;
  font-size:14px;
  font-weight:800;
}

.checkout-assinatura-alert.is-error{color:#902642;background:#fff7fa;border-color:#efc3d0}
.checkout-assinatura-alert.is-success{color:#0f7b4c;background:#f5fcf8;border-color:#b8e3cb}
.checkout-assinatura-alert.is-warning{color:#91611e;background:#fffaf1;border-color:#efdcb0}

.checkout-assinatura-result,
.checkout-assinatura-extra{
  grid-column:1 / -1;
  padding:22px;
}

.checkout-assinatura-extra{
  order:99;
  width:100%;
  align-self:stretch;
}

.checkout-assinatura-result h2,
.checkout-assinatura-extra h3{
  margin:0 0 10px;
  font-size:18px;
  color:#163055;
}

.checkout-result-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:10px;
}

.checkout-result-grid div{
  border:1px solid #d1dced;
  border-radius:12px;
  background:#f8fbff;
  padding:10px;
  display:grid;
  gap:4px;
}

.checkout-result-grid .muted{font-size:12px;color:#5a7395;font-weight:700;text-transform:uppercase;letter-spacing:.02em}
.checkout-result-grid strong{font-size:13px;color:#1f4f87;line-height:1.35;overflow-wrap:anywhere}

.checkout-result-block{
  margin-top:14px;
  border:1px solid #d1dced;
  border-radius:12px;
  background:#f9fbff;
  padding:12px;
  display:grid;
  gap:10px;
}

.checkout-result-block h3{margin:0;font-size:17px;color:#1c4d86}
.checkout-result-block--pix{justify-items:center}

.checkout-pix-center{
  width:min(560px,100%);
  border:1px solid #d2deee;
  border-radius:14px;
  background:#fff;
  padding:14px;
  display:grid;
  gap:10px;
  justify-items:center;
  text-align:center;
}

.checkout-pix-image{
  width:240px;
  max-width:100%;
  border:1px solid #cedaec;
  border-radius:12px;
  padding:8px;
  background:#fff;
}

.checkout-pix-error{color:#b92542}
.checkout-pix-status{margin:2px 0 0;font-size:15px;font-weight:800;color:#1f4e87}
.checkout-pix-status.is-warning{color:#9f6a15}
.checkout-pix-status.is-success{color:#0f995f}
.checkout-pix-status.is-error{color:#be2744}
.checkout-pix-status-detail{margin:0;font-size:14px;color:#587294;max-width:520px}
.checkout-pix-countdown{margin:0;font-size:13px;color:#456890;font-weight:700}

.checkout-pix-meta{
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:8px;
  text-align:left;
}
.checkout-pix-meta div{
  border:1px solid #d7e3f2;
  border-radius:10px;
  background:#f7fbff;
  padding:8px;
  display:grid;
  gap:3px;
}
.checkout-pix-meta .muted{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.checkout-pix-meta strong{
  color:#1f4f87;
  font-size:12px;
  overflow-wrap:anywhere;
}

.checkout-pix-spinner{display:inline-flex;align-items:center;gap:6px}
.checkout-pix-spinner span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#2a6cb7;
  animation:pixPulse 1s infinite ease-in-out;
}
.checkout-pix-spinner span:nth-child(2){animation-delay:.14s}
.checkout-pix-spinner span:nth-child(3){animation-delay:.28s}
@keyframes pixPulse{0%,80%,100%{opacity:.24;transform:scale(.84)}40%{opacity:1;transform:scale(1)}}

.checkout-cep-status{
  display:block;
  margin-top:2px;
  font-size:12px;
  line-height:1.35;
  color:#4f6e94;
}
.checkout-cep-status.is-loading{color:#3569a8}
.checkout-cep-status.is-success{color:#0f7b4b}
.checkout-cep-status.is-error{color:#a7354f}

.checkout-expand{
  border:1px solid #ccdaec;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
  margin-top:12px;
}

.checkout-expand summary{
  list-style:none;
  cursor:pointer;
  padding:12px 14px;
  font-size:14px;
  font-weight:800;
  color:#234f85;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.checkout-expand summary::-webkit-details-marker{display:none}
.checkout-expand summary::after{content:'+';font-size:18px;line-height:1;color:#4872a8}
.checkout-expand[open] summary::after{content:'-'}

.checkout-expand__body{
  border-top:1px solid #dce6f3;
  padding:14px 14px 16px;
  display:grid;
  gap:12px;
}

.checkout-expand__body p{margin:0;color:#49698f;font-size:14px;line-height:1.45}
.checkout-expand__body strong{color:#1f4f87}

.checkout-expand__list{display:grid;gap:6px}
.checkout-expand__list div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border:1px solid #d4e0f0;
  border-radius:10px;
  background:#f7fbff;
  font-size:13px;
  color:#4f6e93;
}
.checkout-expand__list strong{font-size:14px;color:#205089}

@keyframes checkoutBlockIn{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes checkoutStepIn{
  from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:1100px){
  .checkout-assinatura-page{
    width:min(720px,94vw);
    grid-template-columns:1fr;
    gap:16px;
  }

  .checkout-assinatura-head{
    min-height:0;
    padding:20px 16px 16px !important;
  }

  .checkout-assinatura-hero-plan{
    width:100%;
    padding:20px 22px 18px;
  }

  .checkout-assinatura-trust{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .checkout-term-menu{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .checkout-methods{
    grid-template-columns:repeat(2,minmax(180px,1fr));
  }
}

@media (max-width:960px){
  .checkout-assinatura-page{
    grid-template-columns:1fr;
    width:min(720px,94vw);
    gap:14px;
  }

  .checkout-assinatura-head{
    min-height:0;
    padding:18px 12px 14px !important;
    border-radius:16px !important;
  }

  .checkout-assinatura-hero-plan{
    position:static;
    left:auto;
    bottom:auto;
    transform:none;
    width:100%;
  }

  .checkout-assinatura-plan,
  .checkout-assinatura-form{
    margin-top:0;
  }

  .checkout-assinatura-plan{
    position:relative;
    top:0;
  }
}

@media (max-width:860px){
  .checkout-assinatura-brand{
    width:min(230px,72vw);
  }

  .checkout-assinatura-hero-plan{width:min(560px,100%)}

  .checkout-assinatura-hero-plan__name{font-size:26px}
  .checkout-assinatura-hero-plan strong{font-size:30px}
  .checkout-assinatura-trust{grid-template-columns:1fr}

  .checkout-term-menu{grid-template-columns:repeat(4,minmax(0,1fr))}
  .checkout-methods{grid-template-columns:repeat(2,minmax(140px,1fr))}
  .checkout-grid{grid-template-columns:1fr}
  .checkout-review-grid{grid-template-columns:1fr}

  .checkout-methods-head h3{
    font-size:18px;
  }
}

@media (max-width:620px){
  .checkout-assinatura-page{width:min(96vw,520px)}

  .checkout-assinatura-head{
    padding:14px 10px 12px !important;
  }

  .checkout-assinatura-hero-plan{
    width:min(100%,520px);
    padding:16px 14px 14px;
    border-radius:18px;
  }

  .checkout-assinatura-hero-plan__name{
    font-size:22px;
    line-height:1.05;
  }

  .checkout-assinatura-hero-plan strong{
    font-size:24px;
  }

  .checkout-assinatura-plan{padding:14px}
  .checkout-assinatura-result,
  .checkout-assinatura-extra{padding:14px}
  .checkout-methods-head,
  .checkout-method-panel,
  .checkout-step > .checkout-grid,
  .checkout-term-menu,
  .checkout-methods,
  .checkout-review-grid,
  .checkout-review-note,
  .checkout-step__actions,
  .checkout-assinatura-form__actions{
    padding-left:14px;
    padding-right:14px;
  }

  .checkout-assinatura-plan__header h2,
  .checkout-methods-head h3{font-size:17px}

  .checkout-assinatura-plan__price strong,
  .checkout-assinatura-plan__row.is-total strong{font-size:22px}

  .checkout-term-option{
    min-height:102px;
    height:102px;
    padding:9px 8px;
  }

  .checkout-term-option__title{
    font-size:10px;
  }

  .checkout-term-option strong{
    font-size:15px;
  }

  .checkout-term-option small{
    font-size:9px;
    padding:2px 6px;
  }

  .checkout-term-menu{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-methods{grid-template-columns:1fr}

  .checkout-step__actions,
  .checkout-assinatura-form__actions{
    display:flex;
    flex-direction:column;
    padding:14px;
    gap:8px;
  }

  .checkout-step__actions .btn,
  .checkout-assinatura-form__actions .btn{
    width:100%;
    min-height:46px;
    font-size:13px;
  }

  .checkout-assinatura-form__back{
    width:100%;
    order:3;
    font-size:13px;
    margin-top:2px;
  }

  .checkout-assinatura-meta{
    font-size:11px;
    margin:0 4px;
  }
}

@media (prefers-reduced-motion: reduce){
  .checkout-assinatura-page *,
  .checkout-assinatura-page *::before,
  .checkout-assinatura-page *::after{
    animation:none !important;
    transition:none !important;
  }
}
