/* =========================================================
   PRR — RESPONSIVE TYPOGRAPHY + FORM SYSTEM
   Larger, cleaner typography across desktop / tablet / mobile
   ========================================================= */

.prr-wrap{
  --prr-ink:#201a14;
  --prr-muted:#766f67;
  --prr-line:#e8e3dc;
  --prr-line-strong:#d9d1c7;
  --prr-accent:#352306;
  --prr-accent-hover:#241804;
  --prr-accent-soft:#f6f2eb;
  --prr-panel:#fbfaf8;

  position:relative;
  isolation:isolate;
  scroll-margin-top:18px;
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0;
  background:#fff;
  color:var(--prr-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow:hidden;
  box-sizing:border-box;
}

.prr-wrap *,
.prr-wrap *::before,
.prr-wrap *::after{
  box-sizing:border-box;
}

.prr-wrap:before,
.prr-glass-orb{
  display:none!important;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.prr-inner{
  position:relative;
  width:min(1180px,100%);
  margin:0 auto;
  padding:32px clamp(20px,3vw,42px) 40px;
}


/* =========================================================
   HEADER
   ========================================================= */

.prr-header{
  text-align:center;
  margin:0 auto 22px;
  max-width:1100px;
}

.prr-eyebrow{
  display:inline-flex;
  align-items:center;
  margin:0 0 8px;
  color:#7b7369;
  font-size:12px;
  font-weight:750;
  line-height:1.3;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.prr-header h2{
  margin:0 0 18px;
  color:var(--prr-ink);
  font:600 clamp(38px,4vw,52px)/1.08 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
}


/* =========================================================
   PRICING
   ========================================================= */

.prr-pricing{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  width:100%;
  padding:12px;
  border:1px solid var(--prr-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 28px rgba(36,24,4,.045);
}

.prr-pricing-row{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  min-height:68px;
  padding:12px 15px;
  border:1px solid transparent;
  border-radius:10px;
  background:var(--prr-panel);
  text-align:left;
}

.prr-pricing-row span{
  color:#756e65;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}

.prr-pricing-row strong{
  color:var(--prr-ink);
  font-size:18px;
  font-weight:760;
  line-height:1.25;
}

.prr-pricing-row--early{
  background:#faf7f1;
  border-color:#e3d8c9;
}

.prr-pricing-row--early strong{
  color:var(--prr-accent);
}

.prr-pricing--no-early{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.prr-price-star{
  margin-left:2px;
  color:#9c4938;
  font-size:.78em;
  font-weight:850;
  vertical-align:super;
  line-height:0;
}

.prr-pricing-note{
  grid-column:1/-1;
  justify-self:center;
  margin:0;
  padding:5px 12px;
  border-radius:999px;
  background:var(--prr-accent-soft);
  color:var(--prr-accent);
  font-size:12px;
  font-weight:750;
  line-height:1.4;
}

.prr-pricing-footer{
  grid-column:1/-1;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  width:100%;
  padding:11px 4px 0;
  border-top:1px solid #eee9e2;
}

.prr-registration-close-note{
  margin:0;
  padding:0;
  flex:1 1 auto;
  min-width:0;
  color:#776e64;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
  text-align:left;
}

.prr-pricing-total{
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  flex:0 0 auto;
  gap:10px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--prr-muted);
  text-align:right;
}

.prr-pricing-total span{
  font-size:13px;
  font-weight:700;
}

.prr-pricing-total strong{
  order:3;
  color:var(--prr-accent);
  font-size:21px;
  font-weight:800;
  line-height:1;
}

.prr-pricing-total small{
  font-size:11px;
  color:#8b837a;
}

.prr-pricing--compact{
  display:block;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  margin:0;
}

.prr-pricing--compact .prr-pricing-row,
.prr-pricing--compact .prr-pricing-note,
.prr-pricing--compact .prr-registration-close-note{
  display:none;
}

.prr-pricing--compact .prr-pricing-footer{
  display:block;
  padding:0;
  border:0;
}

.prr-pricing--compact .prr-pricing-total{
  padding:0;
  border:0;
}


/* =========================================================
   OPTIONAL MEDIA
   ========================================================= */

.prr-media{
  position:relative;
  overflow:hidden;
  height:180px;
  margin:0 0 18px;
  border:1px solid var(--prr-line);
  border-radius:16px;
  background:#f7f4ef;
}

.prr-media img,
.prr-media video,
.prr-media iframe{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border:0;
}

.prr-embed>div{
  height:100%;
}


/* =========================================================
   FORM SHELL
   ========================================================= */

.prr-form,
.prr-payment-panel,
.prr-success-card,
.prr-closed{
  width:100%;
  border:1px solid var(--prr-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 46px rgba(37,27,11,.075);
}

.prr-form{
  padding:0;
  overflow:hidden;
}

.prr-form-shell{
  display:grid;
  grid-template-columns:285px minmax(0,1fr);
  min-height:500px;
}


/* =========================================================
   STEPPER
   ========================================================= */

.prr-stepper{
  display:flex;
  flex-direction:column;
  padding:34px 27px 26px;
  background:#faf8f4;
  border-right:1px solid var(--prr-line);
}

.prr-stepper-brand>span{
  display:block;
  margin-bottom:9px;
  color:#81786e;
  font-size:11px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.prr-stepper-brand h3{
  margin:0;
  color:var(--prr-ink);
  font-size:23px;
  font-weight:720;
  line-height:1.2;
  letter-spacing:-.02em;
}

.prr-stepper-brand p{
  margin:8px 0 0;
  color:#898178;
  font-size:12px;
  line-height:1.5;
}

.prr-stepper-list{
  list-style:none;
  margin:32px 0 22px;
  padding:0;
}

.prr-stepper-list li{
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  min-height:64px;
  margin:0;
  padding:6px 0;
  color:#9a9289;
}

.prr-stepper-list li:not(:last-child):after{
  content:"";
  position:absolute;
  left:17px;
  top:48px;
  width:1px;
  height:34px;
  background:#ded8cf;
}

.prr-step-dot{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid #ddd7ce;
  border-radius:50%;
  background:#f1eee9;
  color:#8f877d;
  font-size:12px;
  font-weight:800;
  transition:.18s ease;
}

.prr-stepper-list li strong{
  display:block;
  margin:0 0 3px;
  color:inherit;
  font-size:13px;
  font-weight:760;
  line-height:1.3;
}

.prr-stepper-list li small{
  display:block;
  color:#a49d94;
  font-size:11px;
  font-weight:520;
  line-height:1.4;
}

.prr-stepper-list li.is-active{
  color:var(--prr-ink);
}

.prr-stepper-list li.is-active .prr-step-dot{
  border-color:var(--prr-accent);
  background:var(--prr-accent);
  color:#fff;
  box-shadow:0 0 0 4px rgba(53,35,6,.06);
}

.prr-stepper-list li.is-complete{
  color:#6e665d;
}

.prr-stepper-list li.is-complete .prr-step-dot{
  border-color:#cfc7bc;
  background:#fff;
  color:var(--prr-accent);
}

.prr-stepper-summary{
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid #e5dfd6;
  display:grid;
  gap:12px;
}

.prr-stepper-summary div{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
}

.prr-stepper-summary span{
  color:#91887f;
  font-size:11px;
  font-weight:650;
}

.prr-stepper-summary strong{
  color:#4f463c;
  font-size:12px;
  font-weight:760;
  text-align:right;
}


/* =========================================================
   FORM CONTENT
   ========================================================= */

.prr-form-content{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:34px 38px 25px;
  background:#fff;
}

.prr-step{
  display:none;
  animation:prrIn .16s ease;
}

.prr-step.is-active{
  display:block;
}

@keyframes prrIn{
  from{
    opacity:0;
    transform:translateY(3px);
  }
  to{
    opacity:1;
    transform:none;
  }
}


/* =========================================================
   STEP HEADING
   ========================================================= */

.prr-step-heading{
  display:flex;
  align-items:flex-start;
  margin:0 0 25px;
  padding:0;
  border:0;
}

.prr-step-heading>span{
  display:none;
}

.prr-step-heading h3{
  margin:0 0 6px;
  color:var(--prr-ink);
  font-size:20px;
  font-weight:760;
  line-height:1.25;
  letter-spacing:-.01em;
}

.prr-step-heading p{
  margin:0;
  color:#8b837a;
  font-size:13px;
  line-height:1.5;
}


/* =========================================================
   FIELD GRID
   ========================================================= */

.prr-field-grid{
  display:grid;
  gap:17px;
}

.prr-field-grid--two{
  grid-template-columns:1fr 1fr;
}

.prr-form label:not(.prr-choice){
  display:block;
  margin:0 0 16px;
  color:#4a4239;
  font-size:13px;
  font-weight:720;
  line-height:1.4;
}

.prr-form label em{
  font-style:normal;
  color:#948b81;
  font-weight:520;
}

.prr-form label:not(.prr-choice)>span,
.prr-form legend>span{
  color:#9c4938;
  margin-left:3px;
}


.prr-personal-note{
  max-width:820px;
  margin-top:clamp(38px,6vh,68px);
  padding-top:18px;
  border-top:1px solid var(--prr-line);
  color:#342d27;
}

.prr-personal-note p{
  margin:0;
  font-size:14px;
  font-weight:500;
  line-height:1.58;
}

.prr-personal-note p + p{
  margin-top:4px;
}

/* =========================================================
   INPUTS
   ========================================================= */

.prr-form input[type=text],
.prr-form input[type=email],
.prr-form input[type=tel],
.prr-form input[type=file],
.prr-form textarea{
  display:block;
  width:100%;
  margin-top:7px;
  border:1px solid #ddd8d1;
  border-radius:8px;
  background:#fff;
  color:var(--prr-ink);
  font-family:inherit;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  outline:none;
  box-shadow:none;
  transition:border-color .18s,box-shadow .18s,background .18s;
}

.prr-form input[type=text],
.prr-form input[type=email],
.prr-form input[type=tel]{
  height:48px;
  min-height:48px!important;
  max-height:48px!important;
  padding:0 14px;
}

.prr-form textarea{
  min-height:100px;
  padding:12px 14px;
  resize:vertical;
}

.prr-form input:hover,
.prr-form textarea:hover{
  border-color:#ccc4bb;
}

.prr-form input:focus,
.prr-form textarea:focus{
  border-color:rgba(53,35,6,.72);
  box-shadow:0 0 0 3px rgba(53,35,6,.055);
  background:#fff;
}

.prr-form input[type=file]{
  min-height:48px;
  padding:6px 8px;
  color:#736b62;
}

.prr-form input[type=file]::file-selector-button{
  margin-right:9px;
  padding:8px 12px;
  border:1px solid #ded7cd;
  border-radius:7px;
  background:#f7f4ef;
  color:var(--prr-accent);
  font-family:inherit;
  font-size:12px;
  font-weight:750;
  cursor:pointer;
}

.prr-form small{
  display:block;
  color:#918980;
  margin-top:4px;
  font-size:11px;
  font-weight:500;
  line-height:1.4;
}

.prr-form fieldset{
  border:0;
  padding:0;
  margin:0 0 15px;
}

.prr-form legend{
  margin:0 0 11px;
  color:#554d44;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
}


/* =========================================================
   CHOICE / RADIO / CHECKBOX
   ========================================================= */

.prr-choice{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:8px 0;
  padding:12px 13px;
  border:1px solid #e4dfd8;
  border-radius:9px;
  background:#fff;
  color:#5e564d;
  font-size:13px;
  font-weight:540;
  line-height:1.5;
  cursor:pointer;
  transition:border-color .16s,background .16s,box-shadow .16s;
}

.prr-choice:hover{
  border-color:#d0c7bc;
  background:#fcfbf9;
}

.prr-choice:has(input:checked){
  border-color:#c9bca9;
  background:#faf7f1;
  box-shadow:0 0 0 2px rgba(53,35,6,.035);
}

.prr-choice input{
  margin:3px 0 0;
  accent-color:var(--prr-accent);
  flex:0 0 auto;
}

.prr-choice>span{
  margin:0!important;
  color:inherit!important;
}


/* =========================================================
   ERROR
   ========================================================= */

.prr-error{
  min-height:19px;
  margin-top:auto;
  padding-top:5px;
  color:#a24a3c;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}


/* =========================================================
   FORM FOOTER
   ========================================================= */

.prr-form-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:auto;
  padding-top:19px;
  border-top:1px solid var(--prr-line);
}

.prr-footer-status{
  min-width:0;
}

.prr-footer-status>span{
  display:block;
  color:#5f574e;
  font-size:12px;
  font-weight:760;
  line-height:1.4;
}

.prr-footer-status small{
  margin:3px 0 0;
  color:#9a9289;
  font-size:10px;
  font-weight:500;
  line-height:1.4;
}

.prr-actions{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin:0!important;
  min-height:0!important;
  width:auto!important;
}

.prr-actions button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:auto!important;
  min-width:120px!important;
  min-height:44px!important;
  margin:0!important;
  padding:11px 19px!important;
  border-radius:8px!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:760!important;
  line-height:1!important;
  cursor:pointer;
  transition:background .16s,border-color .16s,transform .16s;
  box-shadow:none!important;
}

.prr-back{
  display:none!important;
  min-width:88px!important;
  border:1px solid #dcd6ce!important;
  background:#fff!important;
  color:#5d554c!important;
}

.prr-next,
.prr-submit{
  flex:0 0 auto!important;
  border:1px solid var(--prr-accent)!important;
  background:var(--prr-accent)!important;
  color:#fff!important;
  text-decoration:none!important;
}

.prr-submit{
  display:none!important;
  min-width:195px!important;
  justify-content:space-between!important;
}

.prr-submit b{
  margin-left:9px;
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.22);
  font-size:12px;
  font-weight:800;
}

.prr-actions .prr-next:hover,
.prr-actions .prr-next:focus,
.prr-actions .prr-submit:hover,
.prr-actions .prr-submit:focus{
  background:var(--prr-accent-hover)!important;
  border-color:var(--prr-accent-hover)!important;
  color:#fff!important;
  transform:translateY(-1px);
}

.prr-actions .prr-back:hover{
  background:#faf8f5!important;
  border-color:#cfc7bd!important;
}

.prr-actions button:disabled{
  opacity:.6;
  cursor:wait;
  transform:none!important;
}


/* =========================================================
   PROGRESS
   ========================================================= */

.prr-progress{
  height:3px;
  margin:14px 0 -20px;
  overflow:hidden;
  border-radius:99px;
}

.prr-progress progress{
  display:block;
  width:100%;
  height:3px;
  appearance:none;
  border:0;
}

.prr-progress progress::-webkit-progress-bar{
  background:#f0ece7;
}

.prr-progress progress::-webkit-progress-value{
  background:var(--prr-accent);
}

.prr-progress progress::-moz-progress-bar{
  background:var(--prr-accent);
}


/* =========================================================
   SUCCESS / PAYMENT
   ========================================================= */

.prr-closed,
.prr-success-card{
  text-align:center;
  padding:36px;
}

.prr-success-card h3,
.prr-payment-panel h3{
  margin:0;
  color:var(--prr-ink);
  font-size:29px;
  font-weight:720;
  line-height:1.15;
  letter-spacing:-.02em;
}

.prr-success-card p{
  max-width:560px;
  margin:11px auto 0;
  color:var(--prr-muted);
  line-height:1.6;
  font-size:14px;
}

.prr-success-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:0 auto 13px;
  border-radius:50%;
  background:var(--prr-accent);
  color:#fff;
  font-size:19px;
  font-weight:900;
}

.prr-payment-panel{
  padding:30px;
}

.prr-success-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:15px;
}

.prr-success-head .prr-success-icon{
  margin:0;
  flex:0 0 48px;
}

.prr-success-head .prr-eyebrow{
  margin-bottom:4px;
}

.prr-payment-note{
  margin:0 0 15px;
  color:#6c6257;
  line-height:1.55;
  font-size:13px;
}

.prr-payment-panel>.prr-pricing{
  margin-bottom:15px;
}

.prr-payment-grid{
  display:grid;
  grid-template-columns:minmax(210px,.72fr) 1.28fr;
  gap:12px;
}

.prr-payment-grid--single{
  grid-template-columns:1fr;
}

.prr-qr-card,
.prr-bank-card{
  padding:16px;
  border:1px solid var(--prr-line);
  border-radius:11px;
  background:#faf9f7;
}

.prr-qr-card{
  text-align:center;
}

.prr-qr-card>span,
.prr-bank-card>span{
  display:block;
  margin-bottom:9px;
  color:#665c51;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.prr-qr-card img{
  display:block;
  width:min(100%,200px);
  aspect-ratio:1/1;
  object-fit:contain;
  margin:0 auto 8px;
  padding:7px;
  border:1px solid #e5ded4;
  border-radius:10px;
  background:#fff;
}

.prr-qr-card small{
  color:#837a70;
  font-size:11px;
}

.prr-bank-copy{
  white-space:normal;
  color:#40382f;
  font:600 13px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;
  word-break:break-word;
}

.prr-proof-box{
  margin-top:12px;
  padding:16px;
  border-radius:11px;
  background:var(--prr-accent-soft);
  border:1px solid #e6ddcf;
}

.prr-proof-box strong{
  display:block;
  margin-bottom:3px;
  font-size:13px;
  line-height:1.4;
}

.prr-proof-box p{
  margin:0 0 10px;
  color:#665d53;
  line-height:1.5;
  font-size:12px;
}

.prr-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 15px;
  border-radius:8px;
  background:var(--prr-accent)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:760;
}

.prr-whatsapp:hover{
  background:var(--prr-accent-hover)!important;
  color:#fff!important;
}


/* =========================================================
   TABLET — 901px to 1100px
   ========================================================= */

@media (max-width:1100px){

  .prr-inner{
    width:min(100%,1100px);
    padding-left:24px;
    padding-right:24px;
  }

  .prr-form-shell{
    grid-template-columns:250px minmax(0,1fr);
  }

  .prr-stepper{
    padding:30px 22px 24px;
  }

  .prr-form-content{
    padding:30px 30px 23px;
  }

  .prr-header h2{
    font-size:clamp(36px,4vw,48px);
  }
}


/* =========================================================
   TABLET — 721px to 900px
   ========================================================= */

@media (max-width:900px){

  .prr-inner{
    padding:26px 18px 32px;
  }

  .prr-header{
    margin-bottom:18px;
  }

  .prr-header h2{
    font-size:clamp(34px,5vw,44px);
  }

  .prr-pricing{
    gap:8px;
    padding:10px;
  }

  .prr-pricing-row{
    min-height:64px;
    padding:11px 13px;
  }

  .prr-pricing-row span{
    font-size:12px;
  }

  .prr-pricing-row strong{
    font-size:16px;
  }

  .prr-form-shell{
    grid-template-columns:225px minmax(0,1fr);
    min-height:470px;
  }

  .prr-stepper{
    padding:26px 18px 22px;
  }

  .prr-stepper-brand h3{
    font-size:21px;
  }

  .prr-stepper-list{
    margin-top:27px;
  }

  .prr-stepper-list li strong{
    font-size:12px;
  }

  .prr-stepper-list li small{
    font-size:10px;
  }

  .prr-form-content{
    padding:27px 25px 21px;
  }

  .prr-step-heading h3{
    font-size:19px;
  }

  .prr-step-heading p{
    font-size:12px;
  }

  .prr-form label:not(.prr-choice){
    font-size:12px;
  }

  .prr-form input[type=text],
  .prr-form input[type=email],
  .prr-form input[type=tel],
  .prr-form input[type=file]{
    font-size:14px;
  }

  .prr-choice{
    font-size:12px;
  }

  .prr-actions button{
    font-size:12px!important;
  }
}


/* =========================================================
   MOBILE — 481px to 720px
   ========================================================= */

@media (max-width:720px){

  .prr-inner{
    padding:22px 14px 28px;
  }

  .prr-header{
    margin-bottom:15px;
  }

  .prr-eyebrow{
    font-size:11px;
    margin-bottom:7px;
  }

  .prr-header h2{
    font-size:34px;
    line-height:1.1;
    margin-bottom:14px;
  }

  /* Pricing becomes vertical */
  .prr-pricing{
    grid-template-columns:1fr;
    padding:9px;
    gap:7px;
    border-radius:14px;
  }

  .prr-pricing-row{
    min-height:0;
    padding:11px 12px;
  }

  .prr-pricing-row span{
    font-size:12px;
  }

  .prr-pricing-row strong{
    font-size:17px;
  }

  .prr-pricing-note,
  .prr-pricing-total{
    grid-column:auto;
  }

  .prr-pricing-note{
    justify-self:start;
    font-size:11px;
  }

  .prr-pricing-total{
    justify-content:flex-start;
    flex-wrap:wrap;
    text-align:left;
    padding-top:10px;
  }

  .prr-pricing-total span{
    font-size:12px;
  }

  .prr-pricing-total strong{
    margin-left:auto;
    font-size:20px;
  }

  .prr-pricing-total small{
    font-size:10px;
  }


  /* Media */
  .prr-media{
    height:145px;
    margin-bottom:15px;
    border-radius:13px;
  }


  /* Form */
  .prr-form,
  .prr-payment-panel,
  .prr-success-card,
  .prr-closed{
    border-radius:14px;
  }

  .prr-form-shell{
    display:block;
    min-height:0;
  }


  /* Mobile stepper */
  .prr-stepper{
    padding:17px 15px 14px;
    border-right:0;
    border-bottom:1px solid var(--prr-line);
  }

  .prr-stepper-brand{
    display:none;
  }

  .prr-stepper-list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    margin:0;
  }

  .prr-stepper-list li{
    display:block;
    min-height:0;
    padding:0;
    text-align:center;
  }

  .prr-stepper-list li:not(:last-child):after{
    top:16px;
    left:calc(50% + 18px);
    width:calc(100% - 36px);
    height:1px;
  }

  .prr-step-dot{
    width:32px;
    height:32px;
    margin:0 auto 6px;
    font-size:11px;
  }

  .prr-stepper-list li strong{
    font-size:10px;
    line-height:1.3;
  }

  .prr-stepper-list li small{
    display:none;
  }

  .prr-stepper-summary{
    display:none;
  }


  /* Form content */
  .prr-form-content{
    padding:23px 17px 17px;
  }

  .prr-step-heading{
    margin-bottom:20px;
  }

  .prr-step-heading h3{
    font-size:18px;
  }

  .prr-step-heading p{
    font-size:12px;
  }

  .prr-field-grid{
    gap:0;
  }

  .prr-field-grid--two{
    grid-template-columns:1fr;
  }

  .prr-form label:not(.prr-choice){
    margin-bottom:14px;
    font-size:13px;
  }

  .prr-form input[type=text],
  .prr-form input[type=email],
  .prr-form input[type=tel]{
    height:47px;
    min-height:47px!important;
    max-height:47px!important;
    font-size:15px;
    padding:0 13px;
  }

  .prr-form textarea{
    min-height:95px;
    font-size:15px;
  }

  .prr-form input[type=file]{
    min-height:47px;
    font-size:13px;
  }

  .prr-form input[type=file]::file-selector-button{
    font-size:12px;
  }

  .prr-form small{
    font-size:11px;
  }

  .prr-form legend{
    font-size:13px;
  }

  .prr-choice{
    padding:12px;
    font-size:13px;
  }

  .prr-error{
    font-size:11px;
  }


  /* Footer */
  .prr-form-footer{
    align-items:flex-end;
    gap:10px;
    padding-top:17px;
  }

  .prr-footer-status>span{
    font-size:11px;
  }

  .prr-footer-status small{
    display:none;
  }

  .prr-actions{
    gap:7px;
  }

  .prr-actions button{
    min-height:43px!important;
    padding:10px 15px!important;
    font-size:12px!important;
  }

  .prr-actions .prr-back{
    min-width:82px!important;
  }

  .prr-actions .prr-next{
    min-width:112px!important;
  }

  .prr-actions .prr-submit{
    min-width:180px!important;
  }

  .prr-progress{
    margin-bottom:-16px;
  }


  /* Payment */
  .prr-payment-grid{
    grid-template-columns:1fr;
  }

  .prr-payment-panel{
    padding:22px 17px;
  }

  .prr-success-card,
  .prr-closed{
    padding:28px 20px;
  }

  .prr-success-card h3,
  .prr-payment-panel h3{
    font-size:25px;
  }

  .prr-success-card p{
    font-size:13px;
  }

  .prr-payment-note{
    font-size:12px;
  }

  .prr-bank-copy{
    font-size:12px;
  }

  .prr-proof-box strong{
    font-size:12px;
  }

  .prr-proof-box p{
    font-size:11px;
  }

  .prr-whatsapp{
    font-size:12px;
  }
}


/* =========================================================
   SMALL MOBILE — 360px to 480px
   ========================================================= */

@media (max-width:480px){

  .prr-inner{
    padding:19px 10px 24px;
  }

  .prr-header h2{
    font-size:30px;
  }

  .prr-eyebrow{
    font-size:10px;
  }

  .prr-pricing{
    padding:8px;
    gap:6px;
  }

  .prr-pricing-row{
    padding:10px 11px;
  }

  .prr-pricing-row span{
    font-size:11px;
  }

  .prr-pricing-row strong{
    font-size:16px;
  }

  .prr-pricing-note{
    font-size:10px;
  }

  .prr-pricing-total span{
    font-size:11px;
  }

  .prr-pricing-total strong{
    font-size:19px;
  }

  .prr-form,
  .prr-payment-panel,
  .prr-success-card,
  .prr-closed{
    border-radius:12px;
  }

  .prr-stepper{
    padding-left:9px;
    padding-right:9px;
  }

  .prr-stepper-list{
    gap:2px;
  }

  .prr-stepper-list li strong{
    font-size:9px;
  }

  .prr-step-dot{
    width:30px;
    height:30px;
    font-size:10px;
  }

  .prr-stepper-list li:not(:last-child):after{
    top:15px;
    left:calc(50% + 16px);
    width:calc(100% - 32px);
  }

  .prr-form-content{
    padding:20px 13px 14px;
  }

  .prr-step-heading{
    margin-bottom:18px;
  }

  .prr-step-heading h3{
    font-size:17px;
  }

  .prr-step-heading p{
    font-size:11px;
  }

  .prr-form label:not(.prr-choice){
    font-size:12px;
    margin-bottom:12px;
  }

  .prr-form input[type=text],
  .prr-form input[type=email],
  .prr-form input[type=tel]{
    height:45px;
    min-height:45px!important;
    max-height:45px!important;
    font-size:14px;
  }

  .prr-form textarea{
    font-size:14px;
  }

  .prr-choice{
    padding:10px;
    font-size:12px;
  }

  .prr-form-footer{
    gap:8px;
  }

  .prr-footer-status{
    display:none;
  }

  .prr-actions{
    width:100%!important;
    justify-content:space-between;
  }

  .prr-actions button{
    font-size:12px!important;
    min-height:42px!important;
  }

  .prr-actions .prr-back{
    min-width:76px!important;
  }

  .prr-actions .prr-next{
    margin-left:auto!important;
    min-width:106px!important;
  }

  .prr-actions .prr-submit{
    margin-left:auto!important;
    min-width:165px!important;
  }

  .prr-submit b{
    font-size:11px;
  }

  .prr-media{
    height:120px;
  }

  .prr-payment-panel{
    padding:19px 13px;
  }

  .prr-success-card,
  .prr-closed{
    padding:24px 15px;
  }

  .prr-success-card h3,
  .prr-payment-panel h3{
    font-size:23px;
  }

  .prr-success-card p{
    font-size:12px;
  }

  .prr-payment-note{
    font-size:11px;
  }

  .prr-qr-card,
  .prr-bank-card{
    padding:13px;
  }

  .prr-bank-copy{
    font-size:11px;
  }

  .prr-proof-box{
    padding:13px;
  }

  .prr-proof-box strong{
    font-size:11px;
  }

  .prr-proof-box p{
    font-size:10px;
  }

  .prr-whatsapp{
    font-size:11px;
    padding:10px 13px;
  }
}


/* =========================================================
   VERY SMALL DEVICES — BELOW 360px
   ========================================================= */

@media (max-width:359px){

  .prr-inner{
    padding-left:8px;
    padding-right:8px;
  }

  .prr-header h2{
    font-size:27px;
  }

  .prr-stepper-list li strong{
    font-size:8px;
  }

  .prr-step-dot{
    width:28px;
    height:28px;
  }

  .prr-stepper-list li:not(:last-child):after{
    top:14px;
    left:calc(50% + 15px);
    width:calc(100% - 30px);
  }

  .prr-form-content{
    padding-left:11px;
    padding-right:11px;
  }

  .prr-actions button{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .prr-actions .prr-back{
    min-width:70px!important;
  }

  .prr-actions .prr-next{
    min-width:98px!important;
  }

  .prr-actions .prr-submit{
    min-width:150px!important;
  }
}


/* =========================================================
   FINAL OVERRIDES
   ========================================================= */

.prr-actions button{
  text-transform:none!important;
  letter-spacing:0!important;
}

.prr-form input[type=text],
.prr-form input[type=email],
.prr-form input[type=tel]{
  box-sizing:border-box!important;
}



@media (max-width:720px){
  .prr-pricing-footer{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  .prr-pricing-total{
    width:100%;
  }
}

/* Requested registration-note refinements */
@media (max-width:720px){
  .prr-pricing--no-early{grid-template-columns:1fr;}
  .prr-registration-close-note{font-size:11px;padding:3px 2px 0;}
  .prr-personal-note{margin-top:26px;padding-top:15px;}
  .prr-personal-note p{font-size:13px;line-height:1.55;}
}
