/* Request forms — account + public */

.pga-rf-loading-card{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;
  padding:2.5rem 1rem;text-align:center;color:var(--pga-color-muted,#64748b);
}
.pga-rf-loading-spinner{
  width:28px;height:28px;border-radius:50%;
  border:3px solid #e5e7eb;border-top-color:var(--pga-color-primary,#ff6633);
  animation:pga-rf-spin .7s linear infinite;
}
@keyframes pga-rf-spin{to{transform:rotate(360deg)}}

.pga-rf-back{
  display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.85rem;padding:.2rem 0;
  border:none;background:transparent;font:inherit;font-size:.84rem;font-weight:700;
  color:var(--pga-color-primary,#ff6633);cursor:pointer;
}
.pga-rf-back:hover{opacity:.85;}

/* Hero */
.pga-rf-hero{
  position:relative;margin:0 0 1.15rem;padding:1.25rem 1.35rem;border-radius:18px;overflow:hidden;
  color:#fff;border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(128deg,#ff6633 0%,#ff7a45 42%,#e55a2b 100%);
  box-shadow:0 20px 44px -24px rgba(255,102,51,.55);
}
.pga-rf-hero--picker{
  padding:1.5rem 1.35rem 1.25rem;
  background:linear-gradient(135deg,#ff6633 0%,#ff7a45 38%,#e85a28 100%);
  text-align:start;
}
.pga-rf-hero--picker .pga-rf-hero-body{display:block;}
.pga-rf-hero--picker .pga-rf-hero-copy{margin:0;}
.pga-rf-hero--picker .pga-rf-hero-sub{margin-inline:0;}
.pga-rf-picker-back{margin:0 0 .75rem;}
.pga-rf-hero-glow{position:absolute;pointer-events:none;border-radius:50%;filter:blur(1px);}
.pga-rf-hero-glow--warm{
  inset:auto -8% -55% auto;width:220px;height:220px;
  background:radial-gradient(circle,rgba(255,255,255,.2),transparent 68%);
}
.pga-rf-hero-glow--cool{
  top:-70px;inset-inline-start:4%;width:180px;height:180px;
  background:radial-gradient(circle,rgba(255,255,255,.1),transparent 70%);
}
.pga-rf-hero-back{position:relative;z-index:1;margin-bottom:.55rem;}
.pga-rf-hero-back .pga-rf-back{color:#fff;opacity:.94;}
.pga-rf-hero-body{position:relative;z-index:1;display:flex;align-items:center;gap:1rem;}
.pga-rf-hero-icon{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;
  width:52px;height:52px;border-radius:14px;color:#fff;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
}
.pga-rf-hero-icon .pga-rf-hero-type-icon,
.pga-rf-hero-type-icon{
  display:flex;align-items:center;justify-content:center;
  width:auto;height:auto;padding:0;background:none;border:none;border-radius:0;box-shadow:none;color:inherit;
}
.pga-rf-hero .pga-req-icon-svg{
  display:block;width:28px;height:28px;color:inherit;
}
.pga-rf-hero .pga-req-icon-svg *{
  stroke:currentColor;fill:none;
}
.pga-rf-hero-copy{min-width:0;flex:1;}
.pga-rf-hero-eyebrow{
  display:inline-flex;margin-bottom:.28rem;padding:.1rem .45rem;border-radius:999px;
  font-size:.66rem;font-weight:800;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);
}
.pga-rf-hero-title{
  margin:0;color:#fff;font-size:1.2rem;font-weight:800;line-height:1.4;
  letter-spacing:-.02em;text-transform:none;
}
.pga-rf-hero--picker .pga-rf-hero-title{font-size:1.28rem;}
.pga-rf-hero-sub{
  margin:.4rem 0 0;color:rgba(255,255,255,.92);font-size:.88rem;line-height:1.65;
  max-width:40rem;opacity:1;
}

/* Type picker */
.pga-rf-picker{margin-bottom:.5rem;}
.pga-requests-shell--picker{min-width:0;}
.pga-rf-type-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch;
}
@media (min-width:720px){
  .pga-rf-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
.pga-rf-type-card{
  --rf-accent:var(--pga-color-primary,#ff6633);
  position:relative;display:flex;flex-direction:row;align-items:center;gap:.75rem;
  width:100%;height:100%;min-height:5.5rem;
  padding:1rem 1.05rem;text-align:inherit;font-family:inherit;cursor:pointer;overflow:hidden;
  border:1px solid var(--pga-color-border,#e5e7eb);border-radius:14px;
  background:linear-gradient(135deg,#fff9f6,#fff);
  transition:border-color .2s,box-shadow .2s,transform .2s;
  box-shadow:0 12px 30px -22px rgba(15,23,42,.2);
}
.pga-rf-type-card::before{
  content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;
  background:var(--rf-accent);
}
.pga-rf-type-card::after{
  content:"";position:absolute;inset:auto -20% -45% auto;width:130px;height:130px;border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--rf-accent) 12%,transparent),transparent 70%);
  pointer-events:none;
}
.pga-rf-type-card--consultation{
  --rf-accent:#ff6633;
  border-color:rgba(255,102,51,.28);
  background:linear-gradient(135deg,#fff9f6,#fff);
}
.pga-rf-type-card--idea_evaluation{
  --rf-accent:#f59e0b;
  border-color:rgba(245,158,11,.28);
  background:linear-gradient(135deg,#fffbeb,#fff);
}
.pga-rf-type-card--broker{
  --rf-accent:#7c3aed;
  border-color:rgba(124,58,237,.24);
  background:linear-gradient(135deg,#f5f3ff,#fff);
}
.pga-rf-type-card--support{
  --rf-accent:#2563eb;
  border-color:rgba(37,99,235,.24);
  background:linear-gradient(135deg,#eff6ff,#fff);
}
.pga-rf-type-card:hover:not(.is-disabled){
  border-color:color-mix(in srgb,var(--rf-accent) 38%,#fff);
  box-shadow:0 16px 34px -18px color-mix(in srgb,var(--rf-accent) 28%,transparent);
  transform:translateY(-2px);
}
.pga-rf-type-card.is-disabled{opacity:.58;cursor:not-allowed;transform:none;}
.pga-rf-type-card-main{
  position:relative;z-index:1;flex:1 1 auto;min-width:0;
  display:flex;align-items:center;gap:.75rem;
}
.pga-rf-type-icon-wrap{
  flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;
}
.pga-rf-type-icon{display:flex;align-items:center;justify-content:center;line-height:0;}
.pga-rf-type-icon .pga-req-icon-svg{display:block;width:42px;height:42px;}
.pga-rf-type-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0;text-align:start;}
.pga-rf-type-go{
  position:relative;z-index:1;flex-shrink:0;
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;
  color:var(--rf-accent);
  background:color-mix(in srgb,var(--rf-accent) 10%,#fff);
  border:1px solid color-mix(in srgb,var(--rf-accent) 18%,#fff);
}
.pga-rf-type-title{font-size:.94rem;font-weight:800;line-height:1.35;}
.pga-rf-type-desc{font-size:.8rem;color:var(--pga-color-muted,#64748b);line-height:1.55;}
.pga-rf-type-badge{
  align-self:flex-start;margin-top:.15rem;font-size:.68rem;font-weight:700;color:#c2410c;
  background:#fff7ed;border:1px solid #fed7aa;padding:.16rem .48rem;border-radius:999px;
}

/* Profile summary */
.pga-rf-profile{
  margin-bottom:1rem;padding:1rem 1.05rem 1.05rem;border-radius:16px;
  border:1px solid #e5e7eb;background:#fff;
  box-shadow:0 12px 30px -24px rgba(15,23,42,.18);
}
.pga-rf-profile-head{
  display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.85rem;
  padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;
}
.pga-rf-profile-icon{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:12px;background:#f5f3ff;border:1px solid #ddd6fe;
}
.pga-rf-profile-copy{min-width:0;}
.pga-rf-profile-copy strong{display:block;font-size:.9rem;font-weight:800;line-height:1.35;}
.pga-rf-profile-copy p{margin:.2rem 0 0;font-size:.76rem;line-height:1.55;}
.pga-rf-profile-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0;
}
@media (min-width:720px){
  .pga-rf-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
.pga-rf-profile-item{
  margin:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;
  padding:.6rem .7rem;min-height:3.4rem;display:flex;flex-direction:column;justify-content:center;
}
.pga-rf-profile-item--wide{grid-column:1 / -1;}
.pga-rf-identity-grid{
  display:grid;gap:.85rem .75rem;margin-bottom:.85rem;
}
.pga-rf-identity-grid > *{min-width:0;}
.pga-rf-identity-grid .pga-rf-field{margin-bottom:0;}
.pga-rf-identity-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.pga-rf-identity-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
@media (max-width:899px){
  .pga-rf-identity-grid--3{grid-template-columns:repeat(2,minmax(0,1fr));}
  .pga-rf-identity-grid--3 > :last-child{grid-column:1 / -1;}
}
.pga-rf-profile-label{
  margin:0 0 .18rem;font-size:.68rem;font-weight:700;color:var(--pga-color-muted,#64748b);line-height:1.35;
}
.pga-rf-profile-value{
  margin:0;font-size:.82rem;font-weight:700;word-break:break-word;line-height:1.45;color:var(--pga-color-text,#0f172a);
}
.pga-rf-profile-value--ltr,
.pga-rf-profile-value[dir="ltr"]{
  direction:ltr;unicode-bidi:isolate;text-align:left;letter-spacing:.02em;
}

/* Progress */
.pga-rf-progress-wrap{
  margin-bottom:1rem;padding:.85rem .95rem;border-radius:16px;
  border:1px solid #e5e7eb;background:linear-gradient(145deg,#fff,#fafafa);
  box-shadow:0 10px 26px -22px rgba(15,23,42,.16);
}
.pga-rf-progress-head{
  display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;margin-bottom:.55rem;
  direction:rtl;
}
.pga-rf-progress-eyebrow{
  flex-shrink:0;font-size:.7rem;font-weight:800;color:var(--pga-color-primary,#ff6633);
  background:#fff7f3;border:1px solid #fed7aa;padding:.12rem .45rem;border-radius:999px;
  margin-inline-start:auto;
}
.pga-rf-progress-title{
  flex:1;min-width:0;
  font-size:.84rem;font-weight:800;line-height:1.4;color:var(--pga-color-text,#0f172a);text-align:start;
}
.pga-rf-progress-bar{
  height:6px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-bottom:.7rem;
}
.pga-rf-progress-bar-fill{
  display:block;height:100%;border-radius:inherit;
  background:linear-gradient(90deg,#fbbf24,var(--pga-color-primary,#ff6633));
  transition:width .25s ease;
}
.pga-rf-progress-steps{
  display:flex;align-items:flex-start;gap:0;list-style:none;margin:0;padding:0;counter-reset:pga-rf-step;
}
.pga-rf-progress-step{
  position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;
}
.pga-rf-progress-step:not(:last-child)::after{
  content:"";position:absolute;top:13px;inset-inline-start:calc(50% + 14px);width:calc(100% - 28px);height:2px;
  background:#e5e7eb;z-index:0;
}
.pga-rf-progress-step.is-done:not(:last-child)::after{background:color-mix(in srgb,var(--pga-color-primary,#ff6633) 55%,#fff);}
.pga-rf-progress-step-marker{
  position:relative;z-index:1;display:flex;align-items:center;justify-content:center;
  width:26px;height:26px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;
  font-size:.72rem;font-weight:800;color:var(--pga-color-muted,#64748b);
  transition:border-color .2s,background .2s,color .2s;
}
.pga-rf-progress-step.is-current .pga-rf-progress-step-marker{
  border-color:var(--pga-color-primary,#ff6633);background:var(--pga-color-primary,#ff6633);color:#fff;
  box-shadow:0 0 0 4px rgba(255,102,51,.14);
}
.pga-rf-progress-step.is-done .pga-rf-progress-step-marker{
  border-color:var(--pga-color-primary,#ff6633);background:#fff7f3;color:var(--pga-color-primary,#ff6633);
}
.pga-rf-progress-step-label{
  font-size:.64rem;font-weight:700;line-height:1.35;color:var(--pga-color-muted,#64748b);
  padding:0 .15rem;max-width:100%;overflow:hidden;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
}
.pga-rf-progress-step.is-current .pga-rf-progress-step-label{color:var(--pga-color-text,#0f172a);}
.pga-rf-load-error .pga-btn{margin-top:.75rem;}
@media (max-width:767px){
  .pga-rf-progress-wrap{padding:.7rem .75rem .65rem;margin-bottom:.85rem;}
  .pga-rf-progress-head{
    flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.4rem;
  }
  .pga-rf-progress-title{font-size:.8rem;}
  .pga-rf-progress-eyebrow{
    margin-inline-start:0;font-size:.64rem;padding:.1rem .4rem;white-space:nowrap;
  }
  .pga-rf-progress-bar{height:5px;margin-bottom:.5rem;}
  .pga-rf-progress-step{gap:0;}
  .pga-rf-progress-step-label{display:none;}
  .pga-rf-progress-step-marker{
    width:8px;height:8px;border-width:0;font-size:0;line-height:0;
    box-shadow:none;background:#e5e7eb;
  }
  .pga-rf-progress-step-marker svg,
  .pga-rf-progress-step-num{display:none;}
  .pga-rf-progress-step.is-done .pga-rf-progress-step-marker{
    background:var(--pga-color-primary,#ff6633);border-color:transparent;
  }
  .pga-rf-progress-step.is-current .pga-rf-progress-step-marker{
    width:10px;height:10px;background:var(--pga-color-primary,#ff6633);
    box-shadow:0 0 0 3px rgba(255,102,51,.18);
  }
  .pga-rf-progress-step:not(:last-child)::after{
    top:4px;height:2px;inset-inline-start:calc(50% + 7px);width:calc(100% - 14px);
  }
  .pga-rf-form .pga-rf-step-title{display:none;}
}

/* Step card */
.pga-rf-form{margin-bottom:1rem;}
.pga-rf-step-card{padding:1.15rem 1.2rem 1.25rem;}
.pga-rf-step-title{margin:0 0 1rem;font-size:1rem;font-weight:800;line-height:1.4;}
.pga-rf-field{margin-bottom:1.1rem;}
.pga-rf-children-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:.5rem;}
.pga-rf-field--compact{margin-bottom:0;}
.pga-rf-label{display:block;font-size:.86rem;font-weight:700;margin-bottom:.5rem;line-height:1.4;}
.pga-rf-hint{margin:-.3rem 0 .45rem;font-size:.74rem;color:var(--pga-color-muted,#64748b);line-height:1.45;}
.pga-rf-textarea{min-height:110px;}
.pga-rf-number{max-width:120px;}
.pga-rf-disclaimer{font-size:.76rem;margin-top:.25rem;line-height:1.55;}
.pga-rf-actions{display:flex;gap:.65rem;justify-content:flex-end;margin-top:1.25rem;flex-wrap:wrap;}

/* Chips */
.pga-rf-chips{display:flex;flex-wrap:wrap;gap:.5rem;}
.pga-rf-chip{
  border:1.5px solid #e5e7eb;background:#fff;color:var(--pga-color-text,#0f172a);
  border-radius:999px;padding:.48rem .9rem;font-size:.8rem;font-weight:700;font-family:inherit;
  cursor:pointer;transition:all .15s;line-height:1.3;
}
.pga-rf-chip:hover{border-color:color-mix(in srgb,var(--pga-color-primary,#ff6633) 50%,#fff);background:#fff7f3;}
.pga-rf-chip.is-active{
  border-color:var(--pga-color-primary,#ff6633);background:var(--pga-color-primary,#ff6633);color:#fff;
  box-shadow:0 6px 16px -8px rgba(255,102,51,.45);
}
.pga-rf-chips--goal{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(min(100%,11.25rem),1fr));
  gap:.55rem;
}
.pga-rf-chips--goal .pga-rf-chip{
  width:100%;
  border-radius:14px;
  padding:.7rem .9rem;
  text-align:start;
  min-height:3.1rem;
  font-size:.8rem;
  line-height:1.45;
  background:#fafafa;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
}
.pga-rf-chips--goal .pga-rf-chip.is-active{
  background:linear-gradient(180deg,#fff7ed,#fff);
  color:var(--pga-color-text,#0f172a);
  border-color:var(--pga-color-primary,#ff6633);
  box-shadow:0 0 0 3px rgba(255,102,51,.14),0 10px 20px -14px rgba(255,102,51,.5);
}
.pga-rf-chips--choice{
  grid-template-columns:1fr;
}
@media (min-width:640px){
  .pga-rf-chips--choice{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* OTP */
.pga-rf-otp{text-align:center;padding:.35rem 0 .15rem;}
.pga-rf-otp-icon{
  display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin:0 auto .9rem;
  border-radius:20px;background:linear-gradient(160deg,#fff7f3 0%,#fff 70%);
  border:1px solid #fed7aa;
  box-shadow:0 0 0 8px rgba(255,102,51,.07),0 12px 24px -16px rgba(255,102,51,.45);
}
.pga-rf-otp-title{margin:0 0 .4rem;font-size:1.08rem;font-weight:800;line-height:1.4;}
.pga-rf-otp-sub{margin:0 auto .75rem;max-width:26rem;font-size:.86rem;line-height:1.7;color:var(--pga-color-muted,#64748b);}
.pga-rf-otp-phone{
  display:inline-flex;align-items:center;justify-content:center;margin:0 auto .7rem;
  padding:.28rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.04em;
  color:var(--pga-color-text,#0f172a);background:#fff7ed;border:1px solid #fed7aa;
}
.pga-rf-otp-hint{margin:0 0 .85rem;font-size:.78rem;font-weight:700;color:var(--pga-color-muted,#64748b);}
.pga-rf-otp-input{max-width:200px;margin:0 auto .85rem;text-align:center;letter-spacing:.15em;}
.pga-rf-otp-cells-wrap{
  display:block;
  width:100%;
  max-width:100%;
  margin:0 auto 1.1rem;
  position:relative;
}
.pga-rf-otp-autofill{
  position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;overflow:hidden;
  clip:rect(0 0 0 0);
}
.pga-rf-otp-cells{
  --pga-otp-cell:3rem;
  display:grid;
  grid-template-columns:repeat(var(--pga-otp-count,6),var(--pga-otp-cell));
  justify-content:center;
  justify-items:stretch;
  align-items:stretch;
  gap:.5rem;
  width:100%;
  max-width:100%;
  margin:0 auto;
  direction:ltr;
}
.pga-rf-otp-cell,
input.pga-rf-otp-cell,
input.pga-rf-otp-cell[type="text"]{
  box-sizing:border-box;
  display:block;
  flex:none;
  width:var(--pga-otp-cell,3rem);
  min-width:0;
  max-width:100%;
  height:var(--pga-otp-cell,3rem);
  min-height:var(--pga-otp-cell,3rem);
  max-height:var(--pga-otp-cell,3rem);
  aspect-ratio:1/1;
  padding:0;
  margin:0;
  border:1.5px solid #e5e7eb;
  border-radius:12px;
  background:#fafafa;
  font-family:inherit;
  font-size:1.25rem;
  font-weight:800;
  line-height:var(--pga-otp-cell,3rem);
  text-align:center;
  color:var(--pga-color-text,#0f172a);
  box-shadow:0 1px 0 rgba(15,23,42,.04);
  transition:border-color .15s,box-shadow .15s,background .15s;
  caret-color:var(--pga-color-primary,#ff6633);
}
.pga-rf-otp-cell:hover:not(:disabled){border-color:color-mix(in srgb,var(--pga-color-primary,#ff6633) 45%,#fff);background:#fff;}
.pga-rf-otp-cell:focus{
  outline:none;background:#fff;
  border-color:var(--pga-color-primary,#ff6633);
  box-shadow:0 0 0 4px rgba(255,102,51,.16);
}
.pga-rf-otp-cell.is-filled{
  background:#fff;border-color:color-mix(in srgb,var(--pga-color-primary,#ff6633) 55%,#e5e7eb);
}
.pga-rf-otp-cell:disabled{opacity:.6;cursor:not-allowed;}
.pga-rf-otp-actions{display:flex;justify-content:center;margin-top:.15rem;}
.pga-rf-otp-submit{min-width:min(100%,16rem);justify-content:center;}
@media (max-width:639px){
  .pga-rf-otp-cells{
    --pga-otp-cell:2.75rem;
    gap:.4rem;
  }
  .pga-rf-otp-cell,
  input.pga-rf-otp-cell,
  input.pga-rf-otp-cell[type="text"]{
    font-size:1.15rem;
    border-radius:10px;
  }
}

/* Public root */
.pga-rf-public{max-width:100%;margin:0 auto;}

/* Request detail + list (account) */
.pga-req-detail-page{display:flex;flex-direction:column;gap:1rem;}
.pga-req-detail-hero{
  position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  padding:1.05rem 1.15rem;overflow:hidden;
  border:1px solid #fed7aa;border-radius:16px;
  background:linear-gradient(135deg,#fff7ed 0%,#fff 58%);
  box-shadow:0 14px 34px -24px rgba(255,102,51,.2);
}
.pga-req-detail-hero::before{
  content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;
  background:var(--pga-color-primary,#ff6633);border-start-start-radius:4px;border-end-start-radius:4px;
}
.pga-req-detail-hero-main{display:flex;align-items:center;gap:.85rem;position:relative;z-index:1;}
.pga-req-detail-hero-icon{flex-shrink:0;}
.pga-req-detail-hero-text{text-align:inherit;}
.pga-req-detail-hero-title{margin:0;font-size:1.02rem;font-weight:800;line-height:1.35;}
.pga-req-detail-meta{font-size:.76rem;color:var(--pga-color-muted,#64748b);margin-top:.22rem;}
.pga-req-detail-section-title{margin:0 0 .85rem;font-size:.92rem;font-weight:800;}
.pga-req-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.65rem;}
.pga-req-detail-item{
  background:linear-gradient(145deg,#fff,#fafafa);border-radius:12px;
  padding:.7rem .8rem;border:1px solid #e5e7eb;
}
.pga-req-detail-item dt{font-size:.7rem;font-weight:700;color:var(--pga-color-muted,#64748b);margin:0 0 .2rem;}
.pga-req-detail-item dd{margin:0;font-size:.84rem;font-weight:700;line-height:1.45;word-break:break-word;}

.pga-req-list-card{
  position:relative;display:flex;align-items:center;gap:.85rem;
  padding:1rem 1.1rem;cursor:pointer;overflow:hidden;text-align:inherit;width:100%;
  font:inherit;color:inherit;border-radius:16px;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.pga-req-list-card::before{
  content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;
  background:var(--pga-color-primary,#ff6633);opacity:0;transition:opacity .2s;
  border-start-start-radius:4px;border-end-start-radius:4px;
}
.pga-req-list-card:hover{
  border-color:color-mix(in srgb,var(--pga-color-primary,#ff6633) 35%,#fff);
  box-shadow:0 12px 28px -18px rgba(255,102,51,.18);transform:translateY(-1px);
}
.pga-req-list-card:hover::before{opacity:1;}
.pga-req-list-card-icon{flex-shrink:0;display:flex;align-items:center;}
.pga-req-list-card-main{flex:1;min-width:0;}
.pga-req-list-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.28rem;flex-wrap:wrap;}
.pga-req-list-card-title{font-size:.92rem;font-weight:800;}
.pga-req-list-card-meta{font-size:.74rem;color:var(--pga-color-muted,#64748b);display:flex;flex-wrap:wrap;gap:.2rem .35rem;align-items:center;}
.pga-req-list-card-sep{opacity:.45;}
.pga-req-list-card-count{color:#c2410c;font-weight:700;}
.pga-req-list-card-preview{
  margin:.4rem 0 0;font-size:.76rem;color:var(--pga-color-text,#0f172a);line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.pga-req-list-card-preview-label{color:var(--pga-color-muted,#64748b);font-weight:700;}
.pga-req-list-card-arrow{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;background:#f8fafc;color:var(--pga-color-muted,#64748b);
  font-size:1rem;
}

/* Ticket thread */
.pga-req-thread-card{text-align:inherit;padding:1.1rem 1.2rem;}
.pga-req-thread{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;max-height:420px;overflow-y:auto;}
.pga-req-thread-msg{
  background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:.75rem .85rem;
}
.pga-req-thread-msg.is-advisor{background:#fff7ed;border-color:#fed7aa;}
.pga-req-thread-msg.is-user{margin-inline-end:1.5rem;}
.pga-req-thread-msg.is-advisor{margin-inline-start:1.5rem;}
.pga-req-thread-msg-head{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;font-size:.72rem;}
.pga-req-thread-msg-head strong{font-size:.78rem;font-weight:800;}
.pga-req-thread-msg-time{color:var(--pga-color-muted,#64748b);}
.pga-req-thread-msg-body{margin:0;line-height:1.6;font-size:.86rem;white-space:pre-wrap;word-break:break-word;}
.pga-req-thread-attachments{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;}
.pga-req-thread-attach{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;
  background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.3rem .55rem;
  text-decoration:none;color:var(--pga-color-text,#0f172a);
}
.pga-req-thread-attach:hover{border-color:var(--pga-color-primary,#ff6633);color:var(--pga-color-primary,#ff6633);}
.pga-req-thread-empty{margin:0 0 1rem;}
.pga-req-reply{border-top:1px solid #e5e7eb;padding-top:1rem;}
.pga-req-reply-input{width:100%;margin-bottom:.65rem;}
.pga-req-reply-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;}
.pga-req-reply-file{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;
  color:var(--pga-color-primary,#ff6633);cursor:pointer;
}
.pga-req-reply-file input{display:none;}
.pga-req-reply-hint{margin:.45rem 0 0;font-size:.72rem;color:var(--pga-color-muted,#64748b);}
.pga-req-closed-note{margin:0;font-size:.82rem;}

.pga-req-icon-svg{display:block;flex-shrink:0;}

@media (max-width:639px){
  .pga-rf-actions .pga-btn{width:100%;}
  .pga-req-list-card{flex-wrap:wrap;}
  .pga-req-list-card-arrow{display:none;}
}

/* Profile-aligned fields (public + account request forms) */
.pga-rf-field--wide{grid-column:1/-1;}
.pga-rf-label--sub{font-size:.78rem;margin-bottom:.35rem;}
.pga-rf-profile-field{margin-bottom:.5rem;}
.pga-rf-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;}
@media (max-width:540px){.pga-rf-name-grid{grid-template-columns:1fr;}}

.pga-form-root .pga-country-select,
.pga-form-root .pga-option-select,
.pga-rf-form .pga-country-select,
.pga-rf-form .pga-option-select{position:relative;width:100%;}
.pga-form-root .pga-country-select-trigger,
.pga-form-root .pga-option-select-trigger,
.pga-rf-form .pga-country-select-trigger,
.pga-rf-form .pga-option-select-trigger{
  display:flex;align-items:center;justify-content:space-between;gap:.65rem;
  width:100%;min-height:calc(.8rem * 2 + 1em + 2px);padding:.65rem .85rem;
  border:1px solid var(--pga-color-border,#e5e7eb);border-radius:12px;background:#fff;
  font-family:inherit;font-size:inherit;text-align:inherit;cursor:pointer;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.pga-form-root .pga-country-select-trigger.is-open,
.pga-form-root .pga-option-select-trigger.is-open,
.pga-rf-form .pga-country-select-trigger.is-open,
.pga-rf-form .pga-option-select-trigger.is-open{
  border-color:var(--pga-color-primary,#ff6633);
  box-shadow:0 0 0 4px rgba(255,102,51,.12);
}
.pga-form-root .pga-country-select-value,
.pga-form-root .pga-option-select-value,
.pga-rf-form .pga-country-select-value,
.pga-rf-form .pga-option-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pga-form-root .pga-country-select-value.is-placeholder,
.pga-form-root .pga-option-select-value.is-placeholder,
.pga-rf-form .pga-country-select-value.is-placeholder,
.pga-rf-form .pga-option-select-value.is-placeholder{color:var(--pga-color-muted);}
.pga-form-root .pga-country-select-panel,
.pga-form-root .pga-option-select-panel,
.pga-rf-form .pga-country-select-panel,
.pga-rf-form .pga-option-select-panel{
  position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:120;
  display:flex;flex-direction:column;overflow:hidden;
  border:1px solid #e5e7eb;border-radius:14px;background:#fff;
  box-shadow:0 18px 40px -16px rgba(15,23,42,.28);
}
.pga-form-root .pga-country-select-search,
.pga-form-root .pga-option-select-search,
.pga-rf-form .pga-country-select-search,
.pga-rf-form .pga-option-select-search{padding:.55rem;border-bottom:1px solid #f1f5f9;background:#fafafa;}
.pga-form-root .pga-country-select-list,
.pga-form-root .pga-option-select-list,
.pga-rf-form .pga-country-select-list,
.pga-rf-form .pga-option-select-list{max-height:240px;margin:0;padding:.35rem;overflow:auto;list-style:none;}
.pga-form-root .pga-country-select-option,
.pga-form-root .pga-option-select-option,
.pga-rf-form .pga-country-select-option,
.pga-rf-form .pga-option-select-option{
  display:block;width:100%;padding:.52rem .6rem;border:none;border-radius:9px;
  background:transparent;font-family:inherit;font-size:.84rem;text-align:inherit;
  color:var(--pga-color-text);cursor:pointer;
}
.pga-form-root .pga-country-select-option:hover,
.pga-form-root .pga-option-select-option:hover,
.pga-rf-form .pga-country-select-option:hover,
.pga-rf-form .pga-option-select-option:hover{background:#f8fafc;}
.pga-form-root .pga-country-select-option.is-selected,
.pga-form-root .pga-option-select-option.is-selected,
.pga-rf-form .pga-country-select-option.is-selected,
.pga-rf-form .pga-option-select-option.is-selected{
  background:#fff0e8;color:var(--pga-color-primary-dark,#e55a2b);font-weight:700;
}

.pga-form-root .pga-gender-picker,
.pga-rf-form .pga-gender-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;}
.pga-form-root .pga-gender-option,
.pga-rf-form .pga-gender-option{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;
  min-height:72px;padding:.75rem .5rem;border:1px solid var(--pga-color-border,#e5e7eb);
  border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;
  transition:border-color .15s ease,background .15s ease;
}
.pga-form-root .pga-gender-option:hover,
.pga-rf-form .pga-gender-option:hover{border-color:var(--pga-color-primary,#ff6633);background:#fff8f5;}
.pga-form-root .pga-gender-option.is-selected,
.pga-rf-form .pga-gender-option.is-selected{
  border-color:var(--pga-color-primary,#ff6633);background:#fff0e8;
}
.pga-form-root .pga-gender-option-icon,
.pga-rf-form .pga-gender-option-icon{font-size:1.35rem;line-height:1;color:var(--pga-color-muted);}
.pga-form-root .pga-gender-option.is-selected .pga-gender-option-icon,
.pga-rf-form .pga-gender-option.is-selected .pga-gender-option-icon{color:var(--pga-color-primary-dark,#e55a2b);}
.pga-form-root .pga-gender-option-label,
.pga-rf-form .pga-gender-option-label{font-size:.78rem;font-weight:700;}
@media (max-width:639px){
  .pga-form-root .pga-gender-option,
  .pga-rf-form .pga-gender-option{min-height:58px;padding:.55rem .35rem;gap:.25rem;}
  .pga-form-root .pga-gender-option-icon,
  .pga-rf-form .pga-gender-option-icon{font-size:1.15rem;}
  .pga-form-root .pga-gender-option-label,
  .pga-rf-form .pga-gender-option-label{font-size:.72rem;}
}

.pga-form-root .pga-lang-skills,
.pga-rf-form .pga-lang-skills,
.pga-mohajer-gate-form .pga-lang-skills{display:flex;flex-direction:column;gap:.75rem;}
.pga-form-root .pga-lang-skill-row,
.pga-rf-form .pga-lang-skill-row,
.pga-mohajer-gate-form .pga-lang-skill-row{
  padding:.85rem;border:1px solid var(--pga-color-border,#e2e8f0);border-radius:12px;background:#fafafa;
}
.pga-form-root .pga-lang-skill-grid,
.pga-rf-form .pga-lang-skill-grid,
.pga-mohajer-gate-form .pga-lang-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;align-items:end;}
@media (max-width:899px){
  .pga-form-root .pga-lang-skill-grid,
  .pga-rf-form .pga-lang-skill-grid,
  .pga-mohajer-gate-form .pga-lang-skill-grid{grid-template-columns:1fr;}
}
.pga-form-root .pga-lang-skill-row-actions,
.pga-rf-form .pga-lang-skill-row-actions,
.pga-mohajer-gate-form .pga-lang-skill-row-actions{margin-top:.55rem;}
.pga-form-root .pga-lang-skill-remove,
.pga-rf-form .pga-lang-skill-remove,
.pga-mohajer-gate-form .pga-lang-skill-remove,
.pga-form-root .pga-lang-skill-add,
.pga-rf-form .pga-lang-skill-add,
.pga-mohajer-gate-form .pga-lang-skill-add{
  align-self:flex-start;
  width:auto !important;
  min-width:0;
  font-size:.82rem !important;
  line-height:1.3 !important;
  color:var(--pga-color-text,#0f172a) !important;
}

.pga-form-root .pga-yesno-picker,
.pga-rf-form .pga-yesno-picker{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.55rem;
}
.pga-form-root .pga-yesno-option,
.pga-rf-form .pga-yesno-option{
  min-height:44px;
  padding:.55rem .75rem;
  border:2px solid var(--pga-color-border,#e2e8f0);
  border-radius:10px;
  background:#fff;
  font:inherit;
  font-weight:700;
  font-size:.86rem;
  color:var(--pga-color-text,#0f172a);
  cursor:pointer;
}
.pga-form-root .pga-yesno-option.is-selected,
.pga-rf-form .pga-yesno-option.is-selected{
  border-color:var(--pga-color-primary,#ff6633);
  background:#fff0e8;
  box-shadow:0 0 0 3px rgba(255,102,51,.12);
}
.pga-form-root .pga-children-ages,
.pga-rf-form .pga-children-ages{display:flex;flex-direction:column;gap:.7rem;}
.pga-form-root .pga-children-ages-help,
.pga-rf-form .pga-children-ages-help{
  margin:0;font-size:.74rem;line-height:1.45;color:var(--pga-color-muted,#64748b);
}
.pga-form-root .pga-children-age-grid,
.pga-rf-form .pga-children-age-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;
}
.pga-form-root .pga-children-age-cell,
.pga-rf-form .pga-children-age-cell{
  display:flex;flex-direction:column;gap:.35rem;padding:.7rem .75rem;
  border:1px solid #fdba74;border-radius:10px;background:#fff7ed;
}
.pga-form-root .pga-children-age-cell .pga-rf-label,
.pga-rf-form .pga-children-age-cell .pga-rf-label{
  font-size:.72rem;line-height:1.35;color:#9a3412;margin:0;
}
.pga-form-root .pga-children-age-input,
.pga-rf-form .pga-children-age-input{
  background:#fff;text-align:center;font-weight:700;width:100%;
}
.pga-form-root .pga-children-total,
.pga-rf-form .pga-children-total{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  padding:.65rem .8rem;border-radius:10px;border:1px dashed var(--pga-color-border,#cbd5e1);
  background:#fff;font-size:.84rem;color:var(--pga-color-muted,#64748b);
}
.pga-form-root .pga-children-total.is-ready,
.pga-rf-form .pga-children-total.is-ready{
  border-style:solid;border-color:#fdba74;background:#fff7ed;color:#9a3412;
}
.pga-form-root .pga-children-total strong,
.pga-rf-form .pga-children-total strong{font-size:1.1rem;font-variant-numeric:tabular-nums;}
.pga-form-root .pga-children-ages-split,
.pga-rf-form .pga-children-ages-split{
  margin:0;font-size:.74rem;line-height:1.45;color:#9a3412;font-weight:600;
}
@media (max-width:640px){
  .pga-form-root .pga-children-age-grid,
  .pga-rf-form .pga-children-age-grid{grid-template-columns:1fr;}
}

.pga-form-root .pga-dp-input-wrap,
.pga-rf-form .pga-dp-input-wrap{position:relative;}
.pga-form-root .pga-dp-input,
.pga-rf-form .pga-dp-input{cursor:pointer;}
.pga-form-root .pga-dp-popup,
.pga-rf-form .pga-dp-popup{
  background:#fff;border:1px solid var(--pga-color-border,#e5e7eb);border-radius:14px;padding:14px;
  box-shadow:0 12px 32px -8px rgba(0,0,0,.18);box-sizing:border-box;
  font-family:inherit;color:var(--pga-color-text,#1a1a2e);
}
.pga-form-root .pga-dp-header,
.pga-rf-form .pga-dp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.pga-form-root .pga-dp-nav,
.pga-rf-form .pga-dp-nav{
  background:#fff8f5;border:1px solid var(--pga-color-border,#e5e7eb);width:30px;height:30px;
  border-radius:8px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;
}
.pga-form-root .pga-dp-weekdays,
.pga-rf-form .pga-dp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;}
.pga-form-root .pga-dp-weekday,
.pga-rf-form .pga-dp-weekday{text-align:center;font-size:11px;font-weight:600;color:var(--pga-color-muted);padding:4px 0;}
.pga-form-root .pga-dp-days,
.pga-rf-form .pga-dp-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;}
.pga-form-root .pga-dp-day,
.pga-rf-form .pga-dp-day{
  height:34px;display:flex;align-items:center;justify-content:center;font-size:13px;
  cursor:pointer;border-radius:8px;color:var(--pga-color-text);background:transparent;border:1px solid transparent;
}
.pga-form-root .pga-dp-day:hover,
.pga-rf-form .pga-dp-day:hover{background:#fff0e8;}
.pga-form-root .pga-dp-day.is-selected,
.pga-rf-form .pga-dp-day.is-selected{background:var(--pga-color-primary,#ff6633);color:#fff;font-weight:600;}
.pga-form-root .pga-dp-footer,
.pga-rf-form .pga-dp-footer{display:flex;gap:6px;margin-top:12px;border-top:1px solid var(--pga-color-border);padding-top:10px;}
.pga-form-root .pga-dp-footer-btn,
.pga-rf-form .pga-dp-footer-btn{
  flex:1;background:transparent;border:1px solid var(--pga-color-border);padding:6px 10px;
  border-radius:8px;font-size:12px;cursor:pointer;font-family:inherit;
}

.pga-rf-account-gate{
  display:flex;flex-direction:column;gap:.75rem;align-items:stretch;
  margin:1rem 0 .25rem;padding:1.05rem 1.1rem;
  border:1px solid #fdba74;border-radius:14px;
  background:linear-gradient(180deg,#fff7ed 0%,#fff 100%);
  box-shadow:0 10px 24px -18px rgba(234,88,12,.45);
}
.pga-rf-account-gate-icon{
  width:40px;height:40px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:#c2410c;background:#ffedd5;border:1px solid #fed7aa;
}
.pga-rf-account-gate-title{
  display:block;margin:0 0 .25rem;font-size:1rem;font-weight:800;color:#9a3412;
}
.pga-rf-account-gate-body{
  margin:0;font-size:.9rem;line-height:1.7;color:#7c2d12;
}
.pga-rf-account-gate-cta{
  align-self:flex-start;text-decoration:none;
}

.pga-rf-loggedin-gate{
  position:relative;overflow:hidden;
  padding:1.6rem 1.4rem 1.5rem;text-align:center;
  border:1px solid var(--pga-color-border,#e2e8f0);
  box-shadow:0 18px 40px -28px rgba(15,23,42,.28);
}
.pga-rf-loggedin-gate:before{
  content:"";position:absolute;inset-inline-end:-40px;top:-48px;
  width:160px;height:160px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(255,102,51,.16),transparent 70%);
}
.pga-rf-loggedin-gate-mark{
  width:56px;height:56px;margin:0 auto .9rem;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;background:linear-gradient(135deg,#ff6633,#e55a2b);
  box-shadow:0 12px 24px -12px rgba(255,102,51,.7);
}
.pga-rf-loggedin-gate-title{
  margin:0;font-size:1.15rem;font-weight:800;line-height:1.45;color:var(--pga-color-text,#1a1a2e);
}
.pga-rf-loggedin-gate-body{
  margin:.55rem auto 1.1rem;max-width:34rem;
  font-size:.92rem;line-height:1.75;color:var(--pga-color-muted,#64748b);
}
.pga-rf-loggedin-gate-cta{
  display:inline-flex;text-decoration:none;
}

@media (max-width:899px){
  .pga-rf-hero{padding:1.1rem 1.15rem;border-radius:16px;}
  .pga-rf-step-card{padding:1.05rem 1.05rem 1.15rem;}
  .pga-rf-children-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:639px){
  .pga-rf-hero{padding:1rem .95rem;border-radius:14px;margin-bottom:1rem;}
  .pga-rf-hero-body{gap:.75rem;align-items:flex-start;}
  .pga-rf-hero-icon{width:44px;height:44px;border-radius:12px;}
  .pga-rf-hero .pga-req-icon-svg{width:22px;height:22px;}
  .pga-rf-hero-title{font-size:1.05rem;}
  .pga-rf-hero-sub{font-size:.82rem;margin-top:.3rem;}
  .pga-rf-step-card{padding:.95rem .9rem 1.05rem;border-radius:14px;}
  .pga-rf-identity-grid{gap:.7rem .55rem;}
  .pga-rf-identity-grid .pga-rf-label{font-size:.78rem;margin-bottom:.35rem;}
  .pga-rf-children-grid{grid-template-columns:1fr;}
  .pga-rf-chip{min-height:44px;padding:.55rem .85rem;}
  .pga-rf-account-gate{padding:.9rem;}
  .pga-rf-account-gate-cta{width:100%;align-self:stretch;justify-content:center;}
  .pga-rf-loggedin-gate{padding:1.25rem 1rem 1.2rem;}
  .pga-rf-loggedin-gate-title{font-size:1.05rem;}
  .pga-rf-loggedin-gate-cta{width:100%;justify-content:center;}
  .pga-rf-otp-input{max-width:100%;}
  .pga-form-root .pga-country-select-list,
  .pga-form-root .pga-option-select-list,
  .pga-rf-form .pga-country-select-list,
  .pga-rf-form .pga-option-select-list{max-height:min(240px,50dvh);}
}
