@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --red:#7ED321;
  --red-2:#58B80F;
  --rose:#f7d9d6;
  --bg:#f6f2f0;
  --bg-2:#fdfcfc;
  --glass:rgba(255,255,255,.56);
  --glass-strong:rgba(255,255,255,.74);
  --text:#243041;
  --muted:#677283;
  --line:rgba(210,192,186,.48);
  --line-strong:rgba(126,211,33,.16);
  --shadow-xs:0 8px 20px rgba(73,31,18,.05);
  --shadow-sm:0 18px 40px rgba(73,31,18,.07);
  --shadow-md:0 28px 70px rgba(73,31,18,.10);
  --ok:#17b26a;
  --ok-2:#0ea85e;
  --apple:#7ED321;
  --apple-2:#58B80F;
  --apple-shadow:rgba(126,211,33,.28);
  --okbg:rgba(223,249,238,.78);
  --warn:#a35418;
  --warnbg:rgba(255,244,232,.78);
  --blur: blur(18px);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  background:transparent;
}

body{
  margin:0;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:transparent;
  min-height:100vh;
}

#umPaymentRedirectMask{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(17,24,39,.42);
  backdrop-filter:blur(8px);
}

.um-pay-redirect{
  width:min(100%, 560px);
  padding:34px 32px;
  border-radius:32px;
  background:#fffdfb;
  border:1px solid rgba(211,47,47,.10);
  box-shadow:0 24px 54px rgba(15,23,42,.18);
  text-align:center;
}

.um-pay-redirect__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(211,47,47,.10);
  color:#D32F2F;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.um-pay-redirect h3{
  margin:16px 0 8px;
  color:#1f2937;
  font-size:36px;
  line-height:1.08;
}

.um-pay-redirect p{
  margin:0;
  color:#667085;
  font-size:18px;
  line-height:1.55;
}

.um-pay-redirect__spinner{
  width:76px;
  height:76px;
  margin:24px auto 0;
  border-radius:50%;
  border:6px solid rgba(211,47,47,.14);
  border-top-color:#D32F2F;
  animation:umPaySpin .78s linear infinite;
}

@keyframes umPaySpin{to{transform:rotate(360deg)}}

body:before,
body:after{
  display:none !important;
}

.wrap{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
  padding:28px 16px 42px;
}

.hero,
.wizard-shell{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.52));
  border:1px solid rgba(255,255,255,.72);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-md), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter:var(--blur);
  -webkit-backdrop-filter:var(--blur);
  overflow:hidden;
}

.hero:before,
.wizard-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,0) 32%),
    radial-gradient(circle at top right, rgba(211,47,47,.08), rgba(211,47,47,0) 32%);
  pointer-events:none;
}

.hero{
  padding:24px 26px 20px;
  margin-bottom:16px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(211,47,47,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,247,247,.62));
  color:var(--red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(211,47,47,.06);
  margin-bottom:12px;
  backdrop-filter:blur(10px);
}

.hero h1{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.02;
  letter-spacing:-.035em;
  color:#1e2939;
  font-family:"Playfair Display", Georgia, serif;
  text-wrap:balance;
}

.hero p{
  margin:0;
  max-width:900px;
  color:#556173;
  font-size:16px;
  line-height:1.58;
}

.wizard-shell{
  padding:18px;
}

.progress-bar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:16px;
}

.progress-step{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.74);
  background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.44));
  box-shadow:var(--shadow-xs), inset 0 1px 0 rgba(255,255,255,.72);
  color:#718093;
  transition:all .26s ease;
  backdrop-filter:blur(10px);
}

.progress-step b{
  width:31px;
  height:31px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.64);
  color:#758194;
  font-size:13px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.74);
  transition:all .26s ease;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.progress-step strong{
  display:block;
  font-size:14px;
  letter-spacing:-.01em;
}

.progress-step span{
  display:block;
  font-size:12px;
  margin-top:2px;
}

.progress-step.is-active,.progress-step.is-done{
  color:#324152;
  border-color:rgba(126,211,33,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(239,252,224,.58));
  box-shadow:0 18px 38px rgba(126,211,33,.12), inset 0 1px 0 rgba(255,255,255,.86);
}

.progress-step.is-active b,
.progress-step.is-done b{
  background:linear-gradient(180deg,var(--apple),var(--apple-2));
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 24px var(--apple-shadow);
}

.wizard-viewport{
  overflow:hidden;
  border-radius:26px;
}

.wizard-track{
  display:flex;
  width:300%;
  transition:transform .42s cubic-bezier(.22,.61,.36,1);
}

.wizard-step{
  width:33.333333%;
  padding:4px;
}

.step-card{
  padding:6px 6px 2px;
}

.step-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin:0 4px 16px;
}

.step-title{
  display:flex;
  align-items:flex-start;
  gap:0;
  flex-wrap:wrap;
}

.step-num{
  width:40px;
  height:40px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--apple),var(--apple-2));
  color:#fff;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 26px var(--apple-shadow);
}

.step-title h2{
  margin:0;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.028em;
  font-weight:900;
}

.step-sub{
  margin:0 6px 12px 0;
  color:#647184;
  font-size:13px;
  line-height:1.4;
}

.summary-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.48));
  border:1px solid rgba(255,255,255,.72);
  color:#6c7789;
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;
  font-weight:800;
  max-width:100%;
  box-shadow:var(--shadow-xs);
  backdrop-filter:blur(10px);
}

.summary-pill.is-active{
  color:#3f7f12;
  border-color:rgba(126,211,33,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(239,252,224,.68));
}

.panel-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);
  gap:16px;
  align-items:start;
}

.box{
  position:relative;
  border:1px solid rgba(255,255,255,.74);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,.42));
  padding:18px;
  box-shadow:var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.box:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,0) 45%);
}

.month-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}

.month-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:186px;
  background:linear-gradient(180deg,var(--apple),var(--apple-2));
  color:#fff;
  border-radius:999px;
  padding:11px 18px;
  font-weight:900;
  box-shadow:0 16px 30px var(--apple-shadow);
}

.month-nav{
  width:44px;
  height:44px;
  border-radius:999px;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.74);
  background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.54));
  color:var(--apple-2);
  font-size:20px;
  font-weight:900;
  box-shadow:var(--shadow-xs);
  backdrop-filter:blur(10px);
}

.month-nav:disabled{
  opacity:.34;
  cursor:not-allowed;
  box-shadow:none;
}

.weekdays,
.days-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
}

.weekdays div{
  text-align:center;
  font-size:11px;
  text-transform:uppercase;
  color:#728093;
  font-weight:800;
  letter-spacing:.08em;
}

.day-empty{
  height:74px;
}

.day-btn{
  border:1px solid rgba(255,255,255,.72);
  background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.54));
  border-radius:20px;
  min-height:74px;
  padding:8px 7px 10px;
  text-align:left;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:
    0 18px 34px rgba(34,24,20,.12),
    0 8px 18px rgba(34,24,20,.07),
    inset 0 1px 0 rgba(255,255,255,.82);
  transition:all .18s ease;
  backdrop-filter:blur(9px);
}

.day-btn:hover{
  transform:translateY(-2px);
  box-shadow:
    0 24px 40px rgba(34,24,20,.16),
    0 10px 20px rgba(34,24,20,.08),
    inset 0 1px 0 rgba(255,255,255,.84);
}

.day-btn .num{
  font-size:18px;
  font-weight:900;
  line-height:1;
  color:#1f2937;
}

.day-btn .meta{
  font-size:10px;
  color:#758194;
  font-weight:800;
  line-height:1.15;
}

.day-status{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  gap:6px;
  margin-top:auto;
}

.day-btn .dot{
  width:12px;
  height:12px;
  display:inline-block;
  flex:0 0 12px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--apple),var(--ok));
  border:2px solid rgba(255,255,255,.96);
  box-shadow:
    0 0 0 3px rgba(126,211,33,.18),
    0 8px 18px rgba(23,178,106,.28),
    0 0 16px rgba(126,211,33,.24),
    inset 0 1px 1px rgba(255,255,255,.42);
  animation:dotPulse 1.65s ease-in-out infinite;
  transform-origin:center;
}

.day-btn.is-selected{
  border-color:rgba(126,211,33,.42);
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(239,252,224,.72));
  box-shadow:
    0 26px 42px rgba(126,211,33,.16),
    0 10px 20px rgba(34,24,20,.10),
    inset 0 1px 0 rgba(255,255,255,.90);
}

.day-btn.is-disabled{
  cursor:not-allowed;
  background:linear-gradient(180deg, rgba(255,255,255,.46), rgba(249,247,246,.30));
  color:#b3b9c4;
  box-shadow:none;
}

.day-btn.is-disabled .num,
.day-btn.is-disabled .meta{
  color:#b0b7c2;
}

.day-btn.is-disabled .dot{
  display:none;
}

@keyframes dotPulse{
  0%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(126,211,33,.28),
      0 8px 18px rgba(23,178,106,.24),
      0 0 12px rgba(126,211,33,.20),
      inset 0 1px 1px rgba(255,255,255,.42);
  }
  55%{
    transform:scale(1.08);
    box-shadow:
      0 0 0 8px rgba(126,211,33,0),
      0 10px 22px rgba(23,178,106,.30),
      0 0 18px rgba(126,211,33,.28),
      inset 0 1px 1px rgba(255,255,255,.42);
  }
  100%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(126,211,33,0),
      0 8px 18px rgba(23,178,106,.24),
      0 0 12px rgba(126,211,33,.18),
      inset 0 1px 1px rgba(255,255,255,.42);
  }
}

.box-title{
  margin:0 0 12px;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.01em;
}

.chips{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}

.chip{
  border:1px solid rgba(255,255,255,.72);
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.50));
  border-radius:999px;
  padding:12px 15px;
  font-weight:800;
  cursor:pointer;
  box-shadow:var(--shadow-xs);
  transition:all .16s ease;
  backdrop-filter:blur(10px);
}

.chip:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 22px rgba(73,31,18,.08);
}

.chip.is-selected{
  background:linear-gradient(180deg,var(--apple),var(--apple-2));
  border-color:transparent;
  color:#fff;
  box-shadow:0 16px 28px var(--apple-shadow);
}

.field{
  display:grid;
  gap:7px;
}

.field label{
  font-size:13px;
  font-weight:800;
  color:#3a4656;
}

input,
select,
textarea,
button{
  font:inherit;
}

select,
input,
textarea{
  width:100%;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.76);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.54));
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  color:#223244;
  box-shadow:var(--shadow-xs);
  backdrop-filter:blur(8px);
}

select:focus,
input:focus,
textarea:focus{
  border-color:rgba(126,211,33,.32);
  box-shadow:0 0 0 4px rgba(126,211,33,.10), 0 16px 28px rgba(73,31,18,.06);
  transform:translateY(-1px);
}

textarea{
  min-height:108px;
  resize:vertical;
}

.notice,
.ok{
  padding:14px 15px;
  border-radius:18px;
  border:1px solid;
  font-size:14px;
  line-height:1.5;
  box-shadow:var(--shadow-xs);
  backdrop-filter:blur(10px);
}

.notice{
  background:var(--warnbg);
  border-color:rgba(248,193,145,.8);
  color:var(--warn);
}

.ok{
  background:var(--okbg);
  border-color:rgba(165,227,205,.8);
  color:var(--ok);
}

.empty-soft{
  padding:4px 2px 0;
  color:#6f7a8c;
  font-size:13px;
  line-height:1.5;
}

.subtle{
  color:#6f7a8c;
  font-size:13px;
}

.summary-stack{
  display:grid;
  gap:12px;
}

.summary-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.48));
  box-shadow:var(--shadow-xs), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
}

.summary-line strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#778293;
}

.summary-line span{
  display:block;
  color:#203042;
  font-size:14px;
  font-weight:700;
  margin-top:4px;
}

.summary-line.is-filled{
  border-color:rgba(119,202,154,.54);
  background:linear-gradient(180deg, rgba(242,255,248,.86), rgba(230,250,240,.68));
  box-shadow:0 20px 30px rgba(42,142,93,.09), inset 0 1px 0 rgba(255,255,255,.86);
}

.summary-line.is-filled strong{
  color:#18794e;
}

.summary-line.is-filled span{
  color:#165a39;
}

.summary-line.is-filled::after{
  content:"✓";
  margin-left:auto;
  min-width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#c5f3d7,#dff8e9);
  color:#19724b;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(24,121,78,.10), 0 8px 14px rgba(24,121,78,.08);
}

.pay-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:12px;
}

.wizard-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
  padding-top:8px;
}

.btn-secondary,
.btn-primary{
  border-radius:18px;
  padding:13px 19px;
  font-weight:900;
  cursor:pointer;
  transition:all .18s ease;
}

.btn-secondary{
  border:1px solid rgba(255,255,255,.76);
  background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.58));
  color:#344254;
  box-shadow:var(--shadow-xs);
}

.btn-primary{
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(180deg,var(--apple),var(--apple-2));
  color:#fff;
  box-shadow:0 18px 32px var(--apple-shadow);
}

.btn-primary:hover,
.btn-secondary:hover{
  transform:translateY(-1px);
}

.btn-secondary:disabled{
  opacity:.45;
  cursor:not-allowed;
  box-shadow:none;
  transform:none;
}

.btn-primary:disabled{
  opacity:.62;
  cursor:not-allowed;
  transform:none;
  background:linear-gradient(180deg,#BDEB8F,#8FD452);
  color:#fff;
  box-shadow:none;
}

.status-right{
  color:#758194;
  font-size:13px;
}

.hidden{
  display:none!important;
}

@media (max-width:1080px){
  .panel-grid{
    grid-template-columns:1fr;
  }

  .pay-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:820px){
  .progress-bar{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:34px;
  }

  .wizard-shell{
    padding:14px;
  }

  .step-title h2{
    font-size:18px;
  }
}

@media (max-width:620px){
  .wrap{
    padding:14px 10px 30px;
  }

  .hero,
  .wizard-shell{
    border-radius:24px;
  }

  .hero{
    padding:18px 16px 16px;
  }

  .step-card{
    padding:2px;
  }

  .step-sub{
    margin:0 4px 12px 0;
  }

  .step-head{
    margin:0 2px 12px;
  }

  .month-pill{
    min-width:148px;
    font-size:14px;
  }

  .day-empty{
    height:66px;
  }

  .day-btn{
    min-height:66px;
    border-radius:17px;
  }

  .day-btn .num{
    font-size:17px;
  }

  .weekdays,
  .days-grid{
    gap:6px;
  }

  .wizard-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .wizard-actions .status-right{
    order:3;
    text-align:left;
  }

  .summary-line{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
}

/* ===== UMANA Pack · compact visual layer ===== */

.hero{
  padding:0 !important;
  margin-bottom:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}

.hero:before{
  display:none !important;
}

.eyebrow{
  margin:0 0 10px 6px !important;
  padding:6px 10px !important;
  font-size:11px !important;
  box-shadow:0 8px 18px rgba(211,47,47,.07) !important;
}

.wrap{
  max-width:1120px !important;
  padding:14px 10px 22px !important;
}

.wizard-shell{
  padding:12px !important;
  border-radius:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}

.wizard-shell:before{
  display:none !important;
}

.progress-bar{
  gap:10px !important;
  margin-bottom:12px !important;
}

.progress-step{
  gap:10px !important;
  padding:11px 13px !important;
  border-radius:18px !important;
  box-shadow:
    0 16px 32px rgba(73,31,18,.08),
    0 6px 14px rgba(73,31,18,.05),
    inset 0 1px 0 rgba(255,255,255,.76) !important;
}

.progress-step.is-active,
.progress-step.is-done{
  border-color:rgba(126,211,33,.18) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(239,252,224,.58)) !important;
  box-shadow:
    0 20px 38px rgba(126,211,33,.12),
    0 8px 18px rgba(73,31,18,.06),
    inset 0 1px 0 rgba(255,255,255,.88) !important;
}

.progress-step > div{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
}

.progress-step b{
  width:28px !important;
  height:28px !important;
  font-size:12px !important;
  box-shadow:
    0 10px 20px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.86) !important;
}

.progress-step.is-active b,
.progress-step.is-done b{
  background:linear-gradient(180deg,var(--apple),var(--apple-2)) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 12px 24px var(--apple-shadow) !important;
}

.progress-step strong{
  display:block !important;
  font-size:12px !important;
  line-height:1.12 !important;
  letter-spacing:-.01em !important;
  font-weight:900 !important;
}

.progress-step span{
  display:block !important;
  font-size:10px !important;
  line-height:1.14 !important;
  margin-top:2px !important;
  opacity:.92 !important;
}

.wizard-viewport{
  border-radius:22px !important;
  box-shadow:none !important;
  background:transparent !important;
}

.step-card{
  padding:2px !important;
}

.step-head{
  margin:0 2px 8px !important;
  gap:10px !important;
}

.step-title h2{
  font-size:16px !important;
  line-height:1.12 !important;
  letter-spacing:-.02em !important;
}

.step-num{
  background:linear-gradient(180deg,var(--apple),var(--apple-2)) !important;
  box-shadow:0 14px 26px var(--apple-shadow) !important;
}

.summary-pill{
  padding:7px 11px !important;
  font-size:11px !important;
  border-radius:999px !important;
  box-shadow:
    0 14px 26px rgba(73,31,18,.07),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.summary-pill.is-active{
  color:#3f7f12 !important;
  border-color:rgba(126,211,33,.22) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(239,252,224,.68)) !important;
}

.panel-grid{
  grid-template-columns:minmax(0,1fr) minmax(270px,.78fr) !important;
  gap:12px !important;
}

.box{
  padding:14px !important;
  border-radius:22px !important;
  box-shadow:
    0 26px 54px rgba(73,31,18,.12),
    0 10px 22px rgba(73,31,18,.08),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.month-head{
  gap:8px !important;
  margin-bottom:10px !important;
}

.month-pill{
  min-width:156px !important;
  padding:9px 14px !important;
  background:linear-gradient(180deg,var(--apple),var(--apple-2)) !important;
  box-shadow:0 14px 24px var(--apple-shadow) !important;
}

.month-nav{
  width:38px !important;
  height:38px !important;
  font-size:18px !important;
  color:var(--apple-2) !important;
  box-shadow:
    0 12px 22px rgba(73,31,18,.08),
    inset 0 1px 0 rgba(255,255,255,.84) !important;
}

.weekdays,
.days-grid{
  gap:6px !important;
}

.weekdays div{
  font-size:10px !important;
}

.day-empty{
  height:64px !important;
}

.day-btn{
  min-height:64px !important;
  border-radius:18px !important;
  padding:7px 6px 8px !important;
  box-shadow:
    0 22px 38px rgba(34,24,20,.13),
    0 8px 18px rgba(34,24,20,.08),
    inset 0 1px 0 rgba(255,255,255,.84) !important;
}

.day-btn:hover{
  box-shadow:
    0 28px 42px rgba(34,24,20,.16),
    0 12px 22px rgba(34,24,20,.10),
    inset 0 1px 0 rgba(255,255,255,.86) !important;
}

.day-btn.is-selected{
  border-color:rgba(126,211,33,.42) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(239,252,224,.72)) !important;
  box-shadow:
    0 30px 46px rgba(126,211,33,.18),
    0 12px 24px rgba(34,24,20,.11),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.day-btn .num{
  font-size:16px !important;
}

.day-btn .meta{
  font-size:9px !important;
}

.box-title{
  margin:0 0 10px !important;
  font-size:15px !important;
}

.chips{
  gap:8px !important;
}

.chip{
  padding:10px 13px !important;
  box-shadow:
    0 14px 24px rgba(73,31,18,.08),
    inset 0 1px 0 rgba(255,255,255,.78) !important;
}

.chip.is-selected{
  background:linear-gradient(180deg,var(--apple),var(--apple-2)) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 16px 28px var(--apple-shadow) !important;
}

.notice,
.ok{
  padding:12px 13px !important;
  border-radius:16px !important;
  box-shadow:
    0 14px 24px rgba(73,31,18,.07),
    inset 0 1px 0 rgba(255,255,255,.74) !important;
}

.empty-soft{
  font-size:12px !important;
}

input,
select,
textarea{
  padding:11px 13px !important;
  border-radius:16px !important;
  box-shadow:
    0 14px 24px rgba(73,31,18,.07),
    inset 0 1px 0 rgba(255,255,255,.74) !important;
}

.summary-stack{
  gap:10px !important;
}

.summary-line{
  padding:12px 13px !important;
  border-radius:18px !important;
  box-shadow:
    0 16px 28px rgba(73,31,18,.08),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.pay-grid{
  gap:10px !important;
  margin-top:10px !important;
}

.wizard-actions{
  gap:10px !important;
  margin-top:10px !important;
  padding-top:0 !important;
}

.btn-secondary,
.btn-primary{
  padding:11px 15px !important;
  border-radius:16px !important;
}

.btn-secondary{
  box-shadow:
    0 14px 24px rgba(73,31,18,.08),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.btn-primary{
  background:linear-gradient(180deg,var(--apple),var(--apple-2)) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
  box-shadow:
    0 20px 34px var(--apple-shadow),
    0 8px 18px rgba(73,31,18,.09) !important;
}

.btn-primary:disabled{
  opacity:.62 !important;
  cursor:not-allowed !important;
  transform:none !important;
  background:linear-gradient(180deg,#BDEB8F,#8FD452) !important;
  color:#fff !important;
  box-shadow:none !important;
}

.status-right{
  display:none !important;
}

.box-slots{
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
}

.slots-footer{
  margin-top:auto !important;
  padding-top:12px !important;
  display:flex !important;
  justify-content:flex-end !important;
}

.slots-footer .btn-primary{
  min-width:260px !important;
}

@media (max-width:1080px){
  .panel-grid{
    grid-template-columns:1fr !important;
  }

  .slots-footer{
    justify-content:stretch !important;
  }

  .slots-footer .btn-primary{
    width:100% !important;
    min-width:0 !important;
  }
}

@media (max-width:820px){
  .wizard-shell{
    padding:10px !important;
  }

  .step-title h2{
    font-size:15px !important;
  }
}

@media (max-width:620px){
  .wrap{
    padding:10px 8px 18px !important;
  }

  .wizard-shell{
    border-radius:20px !important;
  }

  .progress-step{
    padding:10px 12px !important;
  }

  .month-pill{
    min-width:136px !important;
    padding:8px 12px !important;
    font-size:13px !important;
  }

  .month-nav{
    width:34px !important;
    height:34px !important;
    font-size:17px !important;
  }

  .day-empty{
    height:58px !important;
  }

  .day-btn{
    min-height:58px !important;
    border-radius:15px !important;
    padding:6px 5px 7px !important;
  }

  .day-btn .num{
    font-size:14px !important;
  }

  .day-btn .meta{
    font-size:8px !important;
  }
}

@media (max-width:640px){
  .day-btn .day-status{
    gap:0 !important;
  }

  .day-btn .day-status .meta{
    display:none !important;
  }
}
