:root {
  --gold: #e79a13;
  --gold-bright: #ffd94a;
  --cream: #fff2ce;
  --maroon: #3d0805;
  --red: #c5140f;
  --panel: rgba(63, 8, 4, .82);
  --panel-deep: rgba(37, 3, 2, .90);
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #180b07;
  color: #fff
}

body {
  overflow-x: hidden
}

button,
input {
  font: inherit
}

button {
  cursor: pointer
}

[hidden] {
  display: none !important
}

.landing-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: url('../assets/home/desktop-bg.webp') top/cover no-repeat;
}

.landing-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  pointer-events: none
}

.fortune-logo {
  position: absolute;
  top: 2.5vh;
  left: 5.9vw;
  width: clamp(150px, 11.46vw, 220px);
  height: auto
}

.days-badge {
  position: absolute;
  top: 2.6vh;
  right: 5.8vw;
  width: clamp(238px, 17.1vw, 328px);
  height: clamp(58px, 7.1vh, 78px);
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #ffe97e;
  background: linear-gradient(180deg, rgba(122, 13, 8, .96), rgba(68, 6, 3, .95));
  border: 2px solid #d88b0e;
  border-radius: 24px;
  box-shadow: 0 0 0 2px rgba(83, 20, 4, .70), inset 0 0 18px rgba(244, 92, 8, .16);
  align-items: center;
  align-content: center;
}

.days-badge strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 2.15vw, 42px);
  line-height: 1;
  color: #ffe44c;
  text-shadow: 0 2px 3px #4f1203
}

.days-badge span {
  font-size: clamp(10px, 0.68vw, 13px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .7px;
  color: #ffedbf;
  text-transform: lowercase;
}

.landing-main {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(360px, 26.2vw, 505px);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: 2.25vw;
  padding: 0 3.1vw 14.4vh 0;
}

.hero-panel {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: 18.2vh 1vw 0 26vw;
}

.desktop-ganesha {
  position: absolute;
  left: 0;
  top: 17.3vh;
  width: min(25.4vw, 526px);
  height: auto;
  z-index: 2;
  pointer-events: none;
  user-select: none
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 720px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

.hero-copy h1 {
  margin: 0 0 1.15vh;
  font-size: clamp(24px, 1.62vw, 31px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.35px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .72)
}

.hero-copy h1 span {
  display: block;
  font-size: 1.05em;
  margin-top: .08em
}

.event-unit {
  width: min(100%, 30.2vw, 590px);
  min-width: 390px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .24))
}

.hero-lead {
  margin: .9vh 0 .8vh;
  font-size: clamp(18px, 1.47vw, 28px);
  line-height: 1.18;
  font-weight: 800;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .75)
}

.hero-divider {
  width: clamp(245px, 20.7vw, 397px);
  height: auto;
  margin: 0 auto
}

.hero-pills {
  grid-column: 1;
  grid-row: 2;
  z-index: 4;
  width: min(45.5vw, 860px);
  margin: 0 0 1.9vh 24.1vw;
  transform: translateY(-1.7vh);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.5fr);
  justify-content: stretch;
  gap: clamp(9px, .8vw, 16px);
  align-items: center
}

.mini-card {
  min-height: clamp(48px, 5.7vh, 63px);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: url('../assets/home/oval-box.png') center/100% 100% no-repeat;
  box-shadow: none;
  font-size: clamp(9px, .66vw, 12px);
  font-weight: 800;
  color: #fff1c4;
  text-shadow: 0 1px 1px #200
}

.mini-card strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 1.5vw, 29px);
  color: #ffe142
}

.mini-card .star {
  font-size: clamp(20px, 1.45vw, 28px);
  color: #ffdf31
}

.morya-card {
  min-height: clamp(49px, 5.9vh, 70px);
  flex-direction: column;
  gap: 0;
  padding: 5px 12px;
  line-height: 1.02;
  background-image: url('../assets/home/card-box.png')
}

.morya-card b {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(13px, .87vw, 17px);
  color: #ffd36a
}

.morya-card small {
  font-size: clamp(7px, .52vw, 10px);
  font-weight: 700;
  line-height: 1.05;
  color: #fff0d5;
  margin-top: 2px
}

.auth-card {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  margin-top: 18.2vh;
  height: min(64.5vh, 700px);
  min-height: 470px;
  padding: clamp(136px, 14vh, 160px) clamp(22px, 2vw, 38px) clamp(42px, 5.2vh, 58px);
  background: linear-gradient(180deg, rgba(73, 10, 6, .84), rgba(42, 5, 3, .87));
  border: 1.5px solid rgba(190, 102, 23, .85);
  border-radius: 30px 30px 42px 42px;
  box-shadow: inset 0 0 42px rgba(104, 18, 7, .43), 0 7px 22px rgba(0, 0, 0, .20);
  overflow: auto;
  scrollbar-width: none;
  z-index: 6
}

.auth-card::-webkit-scrollbar {
  display: none
}

.auth-tabs {
  position: absolute;
  top: clamp(62px, 6.5vh, 74px);
  left: clamp(24px, 2.1vw, 40px);
  right: clamp(24px, 2.1vw, 40px);
  height: clamp(50px, 5.5vh, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid #efa411;
  border-radius: 999px;
  background: rgba(42, 3, 2, .90);
  box-shadow: 0 0 0 2px rgba(91, 21, 4, .58);
  padding: 2px;
  overflow: hidden
}

.auth-tabs button {
  border: 0;
  background: transparent;
  color: #f8d36d;
  font-weight: 800;
  font-size: clamp(15px, .96vw, 19px);
  border-radius: 999px;
  transition: filter .18s ease, background .18s ease, color .18s ease
}

.auth-tabs button[aria-selected="true"] {
  background: linear-gradient(180deg, #dd1c13, #a60906);
  color: #fff;
  border: 1px solid #ffad10;
  box-shadow: inset 0 0 12px rgba(255, 72, 22, .40)
}

.auth-heading {
  text-align: center;
  margin: 0 auto clamp(20px, 2.2vh, 26px)
}

.auth-heading h2 {
  margin: 0 0 9px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 1.52vw, 29px);
  line-height: 1.08;
  color: #e9c477;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .75)
}

.auth-heading p {
  margin: 0;
  color: #f0d3a6;
  font-size: clamp(10px, .67vw, 13px);
  line-height: 1.35
}

.form-message {
  min-height: 0;
  margin: -5px 0 9px;
  text-align: center;
  color: #ffdb7b;
  font-size: 12px;
  font-weight: 700
}

.form-message:not(:empty) {
  min-height: 24px;
  padding: 5px 8px;
  border: 1px solid rgba(238, 170, 46, .35);
  border-radius: 9px;
  background: rgba(81, 12, 6, .58)
}

.form-message.ok {
  color: #ffefb5
}

.auth-form {
  display: grid;
  gap: clamp(15px, 1.75vh, 20px)
}

.auth-form label,
.optional-grid label {
  position: relative;
  display: grid;
  gap: 7px;
  font-size: clamp(10px, .62vw, 12px);
  font-weight: 800;
  letter-spacing: .18px;
  color: #f4ddad;
  text-align: left
}

.auth-form label em {
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
  color: #ffc400
}

.field-wrap {
  height: clamp(46px, 5vh, 55px);
  display: flex;
  border: 1.7px solid #d79317;
  border-radius: 11px;
  background: rgba(36, 3, 2, .72);
  overflow: hidden;
  box-shadow: inset 0 0 14px rgba(70, 5, 1, .50)
}

.field-wrap input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 15px;
  color: #fff5df;
  font-size: clamp(14px, .86vw, 17px);
  font-weight: 600
}

.field-wrap input::placeholder,
.optional-grid input::placeholder {
  color: rgba(232, 206, 184, .50)
}

.prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 0 13px;
  border-right: 1px solid rgba(219, 141, 26, .42);
  color: #ffec9a;
  font-weight: 800;
  font-size: clamp(14px, .88vw, 17px)
}

.primary-btn {
  height: clamp(48px, 5.05vh, 56px);
  border: 1.7px solid #f0a510;
  border-radius: 11px;
  background: linear-gradient(180deg, #db1a12, #a60705);
  color: #fff;
  font-weight: 800;
  font-size: clamp(13px, .85vw, 16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 2px 5px rgba(0, 0, 0, .24);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px
}

.primary-btn:hover {
  filter: brightness(1.07)
}

.form-hint {
  margin: -7px 0 0;
  text-align: center;
  color: #d6b88e;
  font-size: clamp(9px, .58vw, 11px)
}

.text-btn {
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffcb35;
  font-weight: 800;
  font-size: inherit
}

.signup-form {
  gap: 8px
}

.optional-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.optional {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 8px;
  opacity: .75;
  font-weight: 600
}


.terms-consent {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 9px !important;
  margin: 2px 0 1px;
  color: #f0d3a6 !important;
  font-size: clamp(10px, .62vw, 12px) !important;
  font-weight: 600 !important;
  line-height: 1.4;
  letter-spacing: 0 !important;
  cursor: pointer;
}

.terms-consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 0;
  margin-top: 1px;
  accent-color: #d91c13;
  cursor: pointer;
}

.terms-consent a {
  color: #ffcb35;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-consent a:hover,
.terms-consent a:focus-visible {
  color: #ffe58a;
}

.optional-grid input {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  border: 1px solid rgba(220, 142, 27, .75);
  border-radius: 10px;
  outline: 0;
  background: rgba(38, 4, 2, .72);
  color: #fff7e2;
  font-size: 12px
}

.field-error {
  min-height: 0;
  color: #ffd04a;
  font-size: 10px;
  font-weight: 600
}

.field-error:empty {
  display: none
}

.field-error:not(:empty) {
  display: block
}

.otp-panel,
.returning-panel {
  text-align: center;
  color: #f3ddb5
}

.otp-panel h3,
.returning-panel h3 {
  margin: 8px 0 7px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #f0cc80;
  font-size: 25px
}

.otp-panel p,
.returning-panel p {
  font-size: 12px;
  line-height: 1.4
}

.back-link {
  display: block;
  border: 0;
  background: none;
  color: #ffcf45;
  padding: 0;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700
}

.otp-inputs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin: 17px 0
}

.otp-inputs input {
  width: 100%;
  height: 48px;
  border: 1.5px solid #d9941e;
  border-radius: 9px;
  background: rgba(34, 3, 2, .75);
  outline: 0;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 22px
}

.otp-panel .primary-btn,
.returning-panel .primary-btn {
  width: 100%;
  margin: 10px 0
}

.resend {
  margin-top: 8px
}

.returning-icon {
  width: 48px;
  height: 48px;
  margin: 2px auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid #efa51a;
  color: #ffe354;
  font-size: 23px
}

.auth-card[data-mode="signup"] .secure-note {
  display: none
}

.secure-note {
  position: absolute;
  left: clamp(25px, 2.2vw, 40px);
  right: clamp(25px, 2.2vw, 40px);
  bottom: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d7b473;
  font-size: 9px;
  text-align: center
}

.secure-note img {
  width: 100%;
  height: 13px;
  object-fit: fill;
  opacity: .82;
  margin-bottom: -1px
}

.mobile-peeping {
  display: none
}

.landing-benefits {
  position: absolute;
  z-index: 5;
  left: 5.15vw;
  right: 5.15vw;
  bottom: 4vh;
  height: clamp(86px, 9.8vh, 106px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: linear-gradient(180deg, rgba(122, 19, 10, .95), rgba(78, 8, 5, .96));
  border-top: 4px solid #df900b;
  border-bottom: 4px solid #c97505;
  box-shadow: 0 0 0 1px rgba(75, 22, 3, .88), inset 0 0 22px rgba(112, 20, 5, .48)
}

.landing-benefits:before,
.landing-benefits:after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -9px;
  width: 90px;
  background: url('../assets/home/Sides.png') center/contain no-repeat;
  z-index: -1;
  height: 77px;
}

.landing-benefits:before {
  left: -66px
}

.landing-benefits:after {
  right: -66px;
  transform: scaleX(-1)
}

.benefit-item {
  height: 62%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 5%;
  border-right: 1px solid rgba(255, 221, 147, .62)
}

.benefit-item:last-child {
  border-right: 0
}

.benefit-item img {
  width: clamp(50px, 3.8vw, 72px);
  height: clamp(50px, 3.8vw, 72px);
  object-fit: contain
}

.benefit-item p {
  margin: 0;
  display: grid;
  gap: 5px;
  color: #f8df99
}

.benefit-item b {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 1.02vw, 20px)
}

.benefit-item small {
  font-size: clamp(9px, .57vw, 11px);
  color: #f8e7c2;
  line-height: 1.25
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid #fff1a6;
  outline-offset: 2px
}

@media (prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important
  }
}

/* Laptop / tablet landscape: preserve the desktop composition while reducing scale. */
@media (max-width:1180px) and (min-width:821px) {
  .landing-main {
    grid-template-columns: minmax(0, 1fr) clamp(330px, 30.5vw, 360px);
    column-gap: 1.4vw;
    padding-right: 2.5vw
  }

  .fortune-logo {
    left: 4vw;
    width: 145px
  }

  .days-badge {
    right: 2.8vw;
    width: 235px;
    height: 56px
  }

  .days-badge strong {
    font-size: 29px
  }

  .days-badge span {
    font-size: 9px
  }

  .hero-panel {
    padding-left: 28vw;
    padding-right: 0
  }

  .desktop-ganesha {
    width: 31vw
  }

  .event-unit {
    width: min(100%, 34vw, 430px);
    min-width: 330px
  }

  .hero-copy h1 {
    font-size: 25px
  }

  .hero-lead {
    font-size: 18px
  }

  .hero-pills {
    width: 45.5vw;
    margin-left: 24.1vw;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.5fr);
    gap: 7px
  }

  .mini-card {
    font-size: 8px
  }

  .mini-card strong {
    font-size: 20px
  }

  .morya-card b {
    font-size: 12px
  }

  .morya-card small {
    font-size: 7px
  }

  .auth-card {
    margin-top: 17vh;
    height: 66vh;
    padding-left: 23px;
    padding-right: 23px
  }

  .auth-tabs {
    left: 23px;
    right: 23px
  }

  .auth-heading h2 {
    font-size: 21px
  }

  .auth-heading p {
    font-size: 9px
  }

  .landing-benefits {
    left: 6.4vw;
    right: 6.4vw
  }

  .benefit-item {
    gap: 10px;
    padding: 0 3%
  }

  .benefit-item img {
    width: 44px;
    height: 44px
  }

  .benefit-item b {
    font-size: 14px
  }

  .benefit-item small {
    font-size: 8px
  }
}

/* Short desktop/laptop screens. */
@media (max-height:820px) and (min-width:821px) {
  .landing-main {
    padding-bottom: 13.5vh
  }

  .hero-panel {
    padding-top: 15.5vh
  }

  .desktop-ganesha {
    top: 15.2dvh;
  }

  .hero-copy h1 {
    font-size: 23px;
    margin-bottom: 4px
  }

  .event-unit {
    width: min(100%, 29vw, 450px);
    min-width: 330px
  }

  .hero-lead {
    font-size: 20px;
    margin: 2px 0px;
    line-height: 1.2;
    max-width: 22cqw;
  }

  .hero-divider {
    width: 245px
  }

  .hero-pills {
    margin-bottom: .7vh
  }

  .mini-card {
    min-height: 44px
  }

  .morya-card {
    min-height: 46px
  }

  .auth-card {
    margin-top: 13vh;
    height: 74vh;
    min-height: 445px;
    padding-top: 106px
  }

  .auth-tabs {
    top: 46px;
    height: 46px
  }

  .auth-heading {
    margin-bottom: 13px
  }

  .auth-heading h2 {
    font-size: 20px;
    margin-bottom: 5px
  }

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

  .auth-form {
    gap: 11px
  }

  .auth-form label {
    font-size: 9px;
    gap: 5px
  }

  .field-wrap {
    height: 39px
  }

  .field-wrap input,
  .prefix {
    font-size: 13px
  }

  .primary-btn {
    height: 41px;
    font-size: 12px
  }

  .form-hint {
    font-size: 13px;
  }

  .secure-note {
    bottom: 6px
  }

  .landing-benefits {
    height: 70px;
    bottom: 1.5vh;
  }

  .benefit-item img {
    width: 43px;
    height: 43px
  }

  .benefit-item b {
    font-size: 14px
  }

  .benefit-item small {
    font-size: 8px
  }
}

/* Mobile and tablet portrait are intentionally re-composed rather than scaled desktop. */
@media (max-width:820px) {

  html,
  body {
    background: #180b07
  }

  .landing-shell {
    min-height: 100svh;
    overflow: hidden;
    background-image: url('../assets/home/mobile-bg.webp');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
    padding: 0 0 26px
  }

  .landing-header {
    position: relative;
    height: 92px
  }

  .fortune-logo {
    top: 18px;
    left: 20px;
    width: clamp(92px, 25vw, 145px);
    max-width: none
  }

  .days-badge {
    display: none
  }

  .landing-main {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0
  }

  .hero-panel {
    order: 1;
    display: block;
    padding: 0 16px;
    min-height: 0
  }

  .desktop-ganesha {
    display: none
  }

  .hero-copy {
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: center
  }

  .hero-copy h1 {
    font-size: clamp(25px, 6.7vw, 38px);
    line-height: 1.08;
    margin: 8px 0 15px
  }

  .hero-copy h1 span {
    font-size: 1em;
    margin-top: 5px
  }

  .event-unit {
    width: min(70vw, 440px);
    min-width: 0;
    max-width: none;
    margin: 0 auto
  }

  .hero-lead {
    font-size: clamp(18px, 4.65vw, 27px);
    line-height: 1.2;
    margin: 12px auto 24px;
    max-width: 100%;
    padding: 0 0px;
  }

  .hero-desktop-break {
    display: none
  }

  .hero-divider {
    display: none
  }

  .auth-card {
    order: 2;
    position: relative;
    grid-column: auto;
    grid-row: auto;
    width: min(68vw, 500px);
    height: auto;
    min-height: 560px;
    margin: 0 auto;
    padding: 126px 26px 72px;
    border-radius: 28px 28px 40px 40px;
    background: linear-gradient(180deg, rgba(73, 9, 6, .76), rgba(42, 4, 2, .82));
    overflow: visible
  }

  .auth-tabs {
    top: 55px;
    left: 10%;
    right: 10%;
    height: 55px
  }

  .auth-tabs button {
    font-size: 14px
  }

  .auth-heading {
    margin-bottom: 23px
  }

  .auth-heading h2 {
    font-size: clamp(22px, 5.2vw, 31px);
    margin-bottom: 8px
  }

  .auth-heading p {
    font-size: 10px
  }

  .auth-form {
    gap: 17px
  }

  .auth-form label,
  .optional-grid label {
    font-size: 10px
  }

  .field-wrap {
    height: 50px
  }

  .field-wrap input {
    font-size: 14px
  }

  .prefix {
    font-size: 14px;
    min-width: 56px
  }

  .primary-btn {
    height: 50px;
    font-size: 14px
  }

  .form-hint {
    font-size: 12px;
  }

  .optional-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .mobile-peeping {
    display: block;
    position: absolute;
    width: min(27vw, 180px);
    height: auto;
    right: -21%;
    bottom: 18px;
    z-index: 7;
    pointer-events: none
  }

  .secure-note {
    bottom: 16px
  }

  .hero-pills {
    order: 3;
    position: relative;
    grid-column: auto;
    grid-row: auto;
    width: min(94vw, 680px);
    margin: 30px auto 20px;
    padding-top: 31px;
    transform: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr) 1.45fr;
    gap: 7px
  }

  .hero-pills:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(42vw, 240px);
    height: 28px;
    background: url('../assets/home/divider.png') center/contain no-repeat
  }

  .mini-card {
    min-width: 0;
    min-height: 50px;
    padding: 5px 6px;
    font-size: 8px;
    gap: 4px;
    background-size: 100% 100%
  }

  .mini-card strong {
    font-size: 18px
  }

  .mini-card .star {
    font-size: 16px
  }

  .morya-card {
    min-height: 52px;
    padding: 5px
  }

  .morya-card b {
    font-size: 10px
  }

  .morya-card small {
    font-size: 6px
  }

  .landing-benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: calc(100% - 28px);
    height: 74px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr)
  }

  .landing-benefits:before,
  .landing-benefits:after {
    display: none
  }

  .benefit-item {
    padding: 0 5px;
    gap: 4px;
    height: 56%
  }

  .benefit-item img {
    width: 33px;
    height: 33px
  }

  .benefit-item p {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (max-width:480px) {
  .landing-header {
    height: 80px
  }

  .fortune-logo {
    top: 14px;
    left: 16px;
    width: 100px
  }

  .hero-panel {
    padding: 0 12px
  }

  .hero-copy h1 {
    font-size: 26px;
    margin: 5px 0 13px
  }

  .event-unit {
    width: 70vw
  }

  .hero-lead {
    font-size: 18px;
    margin: 10px auto 20px
  }

  .auth-card {
    width: 78vw;
    min-height: 530px;
    padding: 116px 20px 68px;
    border-radius: 26px 26px 36px 36px
  }

  .auth-tabs {
    top: 51px;
    height: 50px;
    left: 9%;
    right: 9%
  }

  .auth-tabs button {
    font-size: 13px
  }

  .auth-heading h2 {
    font-size: 22px
  }

  .auth-heading p {
    font-size: 9px
  }

  .auth-heading {
    margin-bottom: 18px
  }

  .auth-form {
    gap: 14px
  }

  .field-wrap {
    height: 46px
  }

  .primary-btn {
    height: 46px
  }

  .field-wrap input {
    font-size: 12px;
    padding: 0 10px
  }

  .prefix {
    font-size: 13px;
    min-width: 50px;
    padding: 0 8px
  }

  .optional-grid input {
    height: 40px
  }

  .mobile-peeping {
    width: 32vw;
    right: -25%;
    bottom: 15px
  }

  .hero-pills {
    width: calc(100% - 20px);
    gap: 5px;
    margin-top: 26px;
    padding-top: 28px
  }

  .hero-pills:before {
    height: 25px;
    width: 44vw
  }

  .mini-card {
    min-height: 46px;
    font-size: 7px;
    padding: 4px
  }

  .mini-card strong {
    font-size: 16px
  }

  .mini-card .star {
    font-size: 14px
  }

  .morya-card b {
    font-size: 9px
  }

  .morya-card small {
    font-size: 5.5px
  }

  .landing-benefits {
    height: 66px;
    width: calc(100% - 20px)
  }

  .benefit-item img {
    width: 29px;
    height: 29px
  }
}

@media (max-width:350px) {
  .fortune-logo {
    left: 13px;
    width: 90px
  }

  .hero-copy h1 {
    font-size: 23px
  }

  .hero-lead {
    font-size: 17px
  }

  .auth-card {
    width: 82vw;
    padding-left: 16px;
    padding-right: 16px
  }

  .auth-heading h2 {
    font-size: 20px
  }

  .mobile-peeping {
    right: -24%;
    width: 31vw
  }

  .mini-card {
    font-size: 6.4px
  }

  .mini-card strong {
    font-size: 14px
  }

  .morya-card b {
    font-size: 8px
  }
}

@media (min-width:821px) {
  .landing-shell {
    height: 100vh;
    min-height: 0
  }

  .landing-main {
    height: 100vh;
    min-height: 0
  }
}

/* ========================================================================== 
   2026-09 production polish â€” mobile mockup alignment
   ========================================================================== */
.event-unit-picture {
  display: block;
  width: 100%;
}

@media (max-width:820px) {
  .landing-shell {
    min-height: 100svh;
    padding-bottom: clamp(28px, 6vw, 48px);
  }

  .landing-header {
    height: clamp(82px, 20vw, 108px);
  }

  .fortune-logo {
    top: clamp(14px, 4vw, 22px);
    left: clamp(15px, 4.5vw, 24px);
    width: clamp(102px, 27vw, 146px);
  }

  .hero-panel {
    padding-inline: clamp(13px, 4vw, 24px);
  }

  .hero-copy h1 {
    margin-top: clamp(5px, 1.5vw, 10px);
    margin-bottom: clamp(12px, 3.2vw, 20px);
    font-size: clamp(26px, 7.3vw, 39px);
    line-height: 1.12;
  }

  .event-unit-picture {
    width: min(88vw, 560px);
    margin: 0 auto;
  }

  .event-unit {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .26));
  }

  .hero-lead {
    width: min(82vw, 700px);
    margin: clamp(11px, 3vw, 18px) auto clamp(22px, 6vw, 38px);
    font-size: clamp(18px, 5vw, 27px);
    line-height: 1.22;
  }

  .auth-card {
    width: min(82vw, 510px);
    min-height: clamp(520px, 125vw, 620px);
    padding-inline: clamp(19px, 5.5vw, 30px);
    border-color: rgba(230, 151, 29, .58);
    box-shadow: 0 18px 48px rgba(16, 3, 2, .34), inset 0 0 0 1px rgba(255, 214, 119, .12);
  }

  .mobile-peeping {
    right: clamp(-26%, -20vw, -16%);
  }

  /* Requested mobile behaviour: each benefit reads as a full vertical row. */
  .landing-benefits {
    position: relative;
    width: min(calc(100% - 28px), 680px);
    height: auto;
    min-height: 0;
    margin: clamp(28px, 7vw, 44px) auto 0;
    padding: 7px 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 2px solid #d98a0b;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(117, 17, 10, .97), rgba(67, 7, 4, .98));
    box-shadow: 0 0 0 1px rgba(74, 20, 4, .9), inset 0 0 22px rgba(143, 30, 8, .35), 0 14px 32px rgba(12, 3, 2, .25);
  }

  .benefit-item {
    position: relative;
    width: 100%;
    min-height: 72px;
    height: auto;
    justify-content: flex-start;
    gap: 13px;
    padding: 11px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 220, 145, .36);
  }

  .benefit-item:last-child {
    border-bottom: 0;
  }

  .benefit-item img {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }

  .benefit-item p {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
    display: grid;
    gap: 3px;
    text-align: left;
  }

  .benefit-item b {
    font-size: clamp(15px, 4.3vw, 19px);
    color: #ffe7a0;
  }

  .benefit-item small {
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1.3;
    color: #f8e7c2;
  }
}

@media (max-width:480px) {
  .event-unit-picture {
    width: min(91vw, 440px);
  }

  .auth-card {
    width: min(84vw, 410px);
  }

  .landing-benefits {
    width: calc(100% - 22px);
    padding-inline: 10px;
  }

  .benefit-item {
    min-height: 68px;
    gap: 11px;
  }

  .benefit-item img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
}

@media (max-width:375px) {
  .hero-copy h1 {
    font-size: 24px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .auth-card {
    width: 86vw;
  }

  .benefit-item {
    padding-inline: 5px;
  }
}