/* =========================================================
   BILANORA — LANDING TESTER
   Grafica dedicata. Nessun asset decorativo esterno.
========================================================= */

.tester-page {
  --tester-gold: #D99A1A;
  --tester-gold-dark: #B97C0A;
  --tester-gold-soft: #F3D28B;
  --tester-ink: #171717;
  --tester-ink-soft: #2E2E2E;
  --tester-cream: #F6F1EA;
  --tester-sand: #F7F4EF;
  --tester-white: #FFFFFF;
  --tester-muted: #6C665F;
  --tester-border: rgba(46, 46, 46, .11);
  --tester-shadow: 0 28px 80px rgba(32, 27, 19, .12);
  background:
    radial-gradient(circle at 8% 4%, rgba(217, 154, 26, .10), transparent 31rem),
    var(--tester-cream);
  color: var(--tester-ink-soft);
}

.tester-page .container {
  width: min(1180px, calc(100% - 40px));
}

.tester-page .hidden {
  display: none !important;
}

.tester-header .header-inner {
  justify-content: space-between;
}

.tester-header-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid var(--tester-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tester-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tester-gold);
  box-shadow: 0 0 0 5px rgba(217, 154, 26, .12);
}

.tester-eyebrow {
  display: inline-block;
  color: var(--tester-gold-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tester-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
}

.tester-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.tester-orb-one {
  width: 380px;
  height: 380px;
  right: -180px;
  top: 20px;
  background: radial-gradient(circle, rgba(217,154,26,.17), rgba(217,154,26,0));
}

.tester-orb-two {
  width: 260px;
  height: 260px;
  left: -150px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(23,23,23,.07), rgba(23,23,23,0));
}

.tester-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 74px;
  align-items: center;
}

.tester-hero-copy h1 {
  margin: 17px 0 22px;
  max-width: 720px;
  color: var(--tester-ink);
  font-size: clamp(2.7rem, 5.2vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.tester-hero-copy h1 span {
  color: var(--tester-gold-dark);
}

.tester-hero-lead {
  max-width: 690px;
  margin: 0;
  color: var(--tester-muted);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.tester-relief-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 660px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(217,154,26,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.52);
}

.tester-relief-line p {
  margin: 0;
  line-height: 1.55;
}

.tester-relief-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--tester-ink);
  font-weight: 900;
}

.tester-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.tester-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: inherit;
  font-size: .92rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease;
}

.tester-button:hover {
  transform: translateY(-2px);
}

.tester-button:focus-visible,
.tester-choice:has(input:focus-visible),
.tester-field input:focus-visible,
.tester-inline-input input:focus-visible {
  outline: 3px solid rgba(217,154,26,.28);
  outline-offset: 3px;
}

.tester-button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.tester-button-primary {
  color: #fff;
  background: var(--tester-ink);
  box-shadow: 0 14px 30px rgba(23,23,23,.16);
}

.tester-button-primary:hover {
  background: #000;
  box-shadow: 0 16px 36px rgba(23,23,23,.22);
}

.tester-button-secondary {
  color: var(--tester-ink);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--tester-border);
}

.tester-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

/* MOCKUP */
.tester-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.tester-wave {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 2px solid rgba(217,154,26,.17);
  transform: rotate(-18deg) scaleX(1.35);
}

.tester-wave-a {
  top: 92px;
  left: 58px;
}

.tester-wave-b {
  top: 146px;
  left: 28px;
  transform: rotate(18deg) scaleX(1.18);
  opacity: .6;
}

.tester-phone {
  position: relative;
  z-index: 2;
  width: 295px;
  height: 590px;
  padding: 10px;
  border-radius: 44px;
  background: linear-gradient(145deg, #111, #2c2a25 48%, #0a0a0a);
  box-shadow: 0 45px 90px rgba(23,23,23,.28), inset 0 0 0 2px rgba(217,154,26,.48);
  transform: rotate(5deg);
}

.tester-phone::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 50px;
  border: 1px solid rgba(217,154,26,.38);
}

.tester-phone-speaker {
  position: absolute;
  z-index: 5;
  width: 78px;
  height: 22px;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #090909;
}

.tester-phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  padding: 38px 17px 14px;
  background: #f6f1ea;
}

.tester-phone-topline,
.tester-card-heading,
.tester-balance-row,
.tester-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tester-phone-topline div {
  display: grid;
  gap: 2px;
}

.tester-phone-topline span,
.tester-card-heading span,
.tester-small-stat small,
.tester-small-stat span {
  color: #777067;
  font-size: .63rem;
}

.tester-phone-topline strong {
  color: #171717;
  font-size: .9rem;
}

.tester-avatar {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #fff !important;
  background: #171717;
  font-weight: 900;
}

.tester-balance-card {
  margin-top: 14px;
  padding: 18px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #171717, #2e2e2e);
  box-shadow: 0 15px 28px rgba(23,23,23,.16);
}

.tester-balance-card > span {
  opacity: .7;
  font-size: .67rem;
}

.tester-balance-card > strong {
  display: block;
  margin: 4px 0 13px;
  font-size: 1.7rem;
  letter-spacing: -.04em;
}

.tester-balance-row {
  gap: 10px;
  font-size: .57rem;
}

.tester-balance-row i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
}

.positive-dot { background: #7BD88F; }
.negative-dot { background: #E7917C; }

.tester-month-card {
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(46,46,46,.07);
}

.tester-card-heading strong {
  font-size: .72rem;
}

.tester-bars {
  height: 78px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-top: 10px;
}

.tester-bars i {
  flex: 1;
  min-height: 15%;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(#e1a634, #be7f0d);
  opacity: .86;
}

.tester-phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.tester-small-stat {
  padding: 12px;
  border-radius: 15px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(46,46,46,.07);
}

.tester-small-stat strong {
  display: block;
  color: #171717;
  font-size: 1.1rem;
}

.tester-small-stat span { display: block; }

.tester-bottom-nav {
  margin: 13px -2px 0;
  padding: 10px 8px 2px;
  border-top: 1px solid rgba(46,46,46,.08);
}

.tester-bottom-nav span {
  color: #8b857e;
  font-size: .75rem;
}

.tester-bottom-nav .active { color: #c58511; }

.tester-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(46,46,46,.09);
  box-shadow: 0 20px 50px rgba(46,46,46,.12);
  backdrop-filter: blur(16px);
}

.tester-floating-card-top {
  top: 82px;
  right: -10px;
  animation: testerFloat 5s ease-in-out infinite;
}

.tester-floating-card-bottom {
  bottom: 85px;
  left: -8px;
  animation: testerFloat 5.7s ease-in-out .4s infinite;
}

.tester-floating-card .mini-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: #171717;
}

.tester-floating-card div {
  display: grid;
}

.tester-floating-card small {
  color: #a06e10;
  font-weight: 900;
  font-size: .57rem;
  letter-spacing: .08em;
}

.tester-floating-card strong {
  font-size: .77rem;
}

.tester-floating-card div > span {
  color: #797269;
  font-size: .68rem;
}

@keyframes testerFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* PRODUCT */
.tester-product-section {
  padding: 104px 0;
  background: #fff;
  border-top: 1px solid var(--tester-border);
  border-bottom: 1px solid var(--tester-border);
}

.tester-section-intro {
  max-width: 780px;
  margin-bottom: 44px;
}

.tester-section-intro h2,
.tester-community-copy h2,
.tester-survey-top h2,
.tester-closing-card h2 {
  margin: 10px 0 14px;
  color: var(--tester-ink);
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.tester-section-intro p,
.tester-community-copy > p,
.tester-survey-top p,
.tester-closing-card p {
  color: var(--tester-muted);
  font-size: 1.05rem;
}

.tester-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tester-benefit-card {
  position: relative;
  min-height: 290px;
  padding: 24px;
  border-radius: 26px;
  background: var(--tester-sand);
  border: 1px solid var(--tester-border);
  overflow: hidden;
}

.tester-benefit-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -65px;
  bottom: -65px;
  border-radius: 50%;
  background: rgba(217,154,26,.10);
}

.tester-benefit-card-dark {
  color: #fff;
  background: var(--tester-ink);
  border-color: var(--tester-ink);
}

.tester-benefit-card-dark h3,
.tester-benefit-card-dark p { color: #fff; }
.tester-benefit-card-dark p { opacity: .72; }

.tester-benefit-index {
  position: absolute;
  top: 19px;
  right: 20px;
  color: rgba(46,46,46,.24);
  font-weight: 900;
}

.tester-benefit-card-dark .tester-benefit-index { color: rgba(255,255,255,.22); }

.tester-benefit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 52px;
  border-radius: 14px;
  color: #fff;
  background: var(--tester-gold-dark);
  font-size: 1.15rem;
  font-weight: 900;
}

.tester-benefit-card h3 {
  margin: 0 0 9px;
  color: var(--tester-ink);
  font-size: 1.17rem;
}

.tester-benefit-card p {
  margin: 0;
  color: var(--tester-muted);
  font-size: .92rem;
  line-height: 1.6;
}

/* COMMUNITY */
.tester-community-section {
  padding: 100px 0;
}

.tester-community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.tester-trust-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 750;
}

.tester-trust-list span {
  padding-left: 2px;
}

.tester-progress-card {
  padding: 28px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 4%, rgba(217,154,26,.22), transparent 18rem),
    #171717;
  box-shadow: var(--tester-shadow);
}

.tester-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.tester-progress-head small {
  color: var(--tester-gold-soft);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.tester-progress-head h3 {
  margin: 4px 0 0;
  font-size: 1.28rem;
}

.tester-campaign-state {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #161616;
  background: var(--tester-gold-soft);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.tester-progress-message {
  min-height: 48px;
  margin: 18px 0 24px;
  color: rgba(255,255,255,.67);
  line-height: 1.55;
}

.tester-progress-number-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.tester-progress-number-row strong {
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.tester-progress-number-row span {
  color: rgba(255,255,255,.57);
  font-size: .8rem;
}

.tester-progress-track {
  height: 10px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.tester-progress-track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c9820a, #f4c96d);
  transition: width .8s cubic-bezier(.2,.8,.2,1);
}

.tester-milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.tester-milestones > span {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.tester-milestones > span.achieved {
  border-color: rgba(217,154,26,.55);
  background: rgba(217,154,26,.11);
}

.tester-milestones > span.achieved::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 9px;
  color: var(--tester-gold-soft);
  font-weight: 900;
}

.tester-milestones i {
  font-style: normal;
  font-weight: 900;
}

.tester-milestones small {
  color: rgba(255,255,255,.5);
  font-size: .63rem;
}

.tester-campaign-time {
  display: flex;
  gap: 11px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.68);
}

.tester-campaign-time p {
  margin: 0;
  font-size: .8rem;
}

/* SURVEY */
.tester-survey-section {
  padding: 108px 0 118px;
  background: #fff;
  border-top: 1px solid var(--tester-border);
}

.tester-survey-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(25px, 5vw, 52px);
  border: 1px solid var(--tester-border);
  border-radius: 34px;
  background: var(--tester-sand);
  box-shadow: 0 28px 80px rgba(46,46,46,.09);
}

.tester-survey-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tester-border);
}

.tester-survey-top h2 {
  max-width: 700px;
  font-size: clamp(2rem, 3.3vw, 3rem);
}

.tester-survey-progress {
  min-width: 150px;
  text-align: right;
}

.tester-survey-progress > span {
  color: var(--tester-gold-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tester-survey-progress > div {
  width: 150px;
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(46,46,46,.10);
}

.tester-survey-progress i {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--tester-gold);
  transition: width .3s ease;
}

.tester-campaign-unavailable {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(217,154,26,.28);
  background: rgba(217,154,26,.09);
}

.tester-campaign-unavailable strong { color: var(--tester-ink); }
.tester-campaign-unavailable p { margin: 4px 0 0; color: var(--tester-muted); }

.tester-survey-form {
  padding-top: 34px;
}

.tester-question {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  animation: testerQuestionIn .34s ease both;
}

.tester-question.active { display: block; }

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

.tester-question legend {
  max-width: 760px;
  padding: 0;
  color: var(--tester-ink);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.tester-question-note {
  margin: 9px 0 22px;
  color: var(--tester-muted);
}

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

.tester-choice-grid-two {
  max-width: 700px;
}

.tester-choice {
  position: relative;
  display: block;
  min-height: 92px;
  cursor: pointer;
}

.tester-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tester-choice > span {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 17px 18px;
  border-radius: 17px;
  border: 1px solid var(--tester-border);
  background: rgba(255,255,255,.76);
  transition: border .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tester-choice:hover > span {
  transform: translateY(-1px);
  border-color: rgba(217,154,26,.40);
}

.tester-choice input:checked + span {
  border-color: var(--tester-gold);
  background: #fffaf1;
  box-shadow: inset 0 0 0 1px var(--tester-gold), 0 9px 24px rgba(217,154,26,.08);
}

.tester-choice input:checked + span::after {
  content: "✓";
  position: absolute;
  top: 13px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: var(--tester-gold-dark);
  font-size: .7rem;
  font-weight: 900;
}

.tester-choice strong {
  color: var(--tester-ink);
  padding-right: 25px;
}

.tester-choice small {
  color: var(--tester-muted);
  font-size: .77rem;
}

.tester-choice-yes > span {
  background: rgba(217,154,26,.08);
}

.tester-followup {
  max-width: 700px;
  margin-top: 17px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(255,255,255,.62);
}

.tester-followup > label,
.tester-field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--tester-ink);
  font-size: .82rem;
  font-weight: 850;
}

.tester-inline-input {
  display: flex;
  gap: 8px;
}

.tester-inline-input input,
.tester-field input {
  width: 100%;
  height: 51px;
  padding: 0 15px;
  border: 1px solid var(--tester-border);
  border-radius: 13px;
  color: var(--tester-ink);
  background: #fff;
  font: inherit;
}

.tester-inline-input button {
  flex: 0 0 auto;
  border: 1px solid var(--tester-border);
  border-radius: 13px;
  padding: 0 14px;
  background: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.tester-followup > small,
.tester-field small {
  display: block;
  margin-top: 7px;
  color: var(--tester-muted);
  font-size: .72rem;
}

.tester-survey-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.tester-survey-error {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 13px;
  color: #8d2b24;
  background: #fff0ed;
  border: 1px solid rgba(177,55,45,.18);
  font-size: .86rem;
  font-weight: 700;
}

.tester-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  left: -9999px !important;
}

/* JOIN */
.tester-join-form {
  padding-top: 34px;
  animation: testerQuestionIn .34s ease both;
}

.tester-join-intro {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 27px;
}

.tester-join-intro h3,
.tester-outcome h3 {
  margin: 6px 0 8px;
  color: var(--tester-ink);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -.035em;
}

.tester-join-intro p,
.tester-outcome > p {
  margin: 0;
  color: var(--tester-muted);
}

.tester-join-check {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #fff;
  background: var(--tester-ink);
  font-weight: 900;
}

.tester-field-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 14px;
}

.tester-field {
  display: block;
  padding: 17px;
  border-radius: 18px;
  border: 1px solid var(--tester-border);
  background: rgba(255,255,255,.62);
}

.tester-privacy-check {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 17px;
  border-radius: 18px;
  border: 1px solid var(--tester-border);
  background: rgba(255,255,255,.62);
  cursor: pointer;
}

.tester-privacy-check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--tester-gold-dark);
}

.tester-privacy-check span {
  color: var(--tester-muted);
  font-size: .82rem;
  line-height: 1.5;
}

.tester-privacy-check a {
  color: var(--tester-ink);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(217,154,26,.55);
  text-underline-offset: 3px;
}

.tester-join-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

.tester-join-submit {
  min-width: 260px;
}

.tester-join-submit.loading i {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  font-size: 0;
  animation: testerSpin .7s linear infinite;
}

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

/* OUTCOMES */
.tester-outcome {
  position: relative;
  padding: 46px 0 5px;
  text-align: center;
  animation: testerQuestionIn .38s ease both;
}

.tester-outcome-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 22px;
  color: var(--tester-gold-dark);
  background: rgba(217,154,26,.12);
  font-size: 1.65rem;
  font-weight: 900;
}

.tester-outcome-icon-success {
  color: #fff;
  background: var(--tester-ink);
  box-shadow: 0 16px 38px rgba(23,23,23,.18);
}

.tester-outcome > p {
  max-width: 650px;
  margin: 0 auto;
}

.tester-outcome-actions {
  margin-top: 25px;
}

.tester-success-counter {
  max-width: 500px;
  margin: 30px auto 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  color: #fff;
  background: var(--tester-ink);
}

.tester-success-counter span,
.tester-success-counter strong {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.tester-success-counter span { opacity: .35; }
.tester-success-counter i { color: var(--tester-gold-soft); font-style: normal; }
.tester-success-counter small {
  grid-column: 1 / -1;
  color: var(--tester-gold-soft);
  font-weight: 850;
}

.tester-success-progress {
  max-width: 500px;
  margin: 17px auto 0;
}

.tester-success-progress p {
  margin: 9px 0 0;
  color: var(--tester-muted);
  font-size: .8rem;
}

.tester-share-box {
  max-width: 620px;
  margin: 34px auto 0;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--tester-border);
  background: #fff;
}

.tester-share-box > span {
  color: var(--tester-gold-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.tester-share-box > p {
  margin: 8px 0 18px;
  color: var(--tester-ink);
  font-weight: 800;
}

.tester-share-box > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.tester-share-box > small {
  display: block;
  margin-top: 12px;
  color: var(--tester-muted);
  font-size: .7rem;
}

.tester-share-arrow {
  align-self: center;
  color: var(--tester-gold-dark);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

/* Facebook: CTA riconoscibile e coerente con il brand del social. */
.tester-facebook-button {
  color: #fff;
  background: #1877F2;
  box-shadow: 0 14px 30px rgba(24, 119, 242, .22);
}

.tester-facebook-button:hover {
  background: #166FE5;
  box-shadow: 0 16px 36px rgba(24, 119, 242, .30);
}

.tester-facebook-button:focus-visible {
  outline-color: rgba(24, 119, 242, .32);
}

.tester-confetti i {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 8px;
  height: 16px;
  border-radius: 2px;
  background: var(--tester-gold);
  opacity: 0;
  animation: testerConfetti .9s ease-out forwards;
}

.tester-confetti i:nth-child(1) { transform: translateX(-90px) rotate(22deg); animation-delay: .05s; }
.tester-confetti i:nth-child(2) { transform: translateX(-55px) rotate(-28deg); animation-delay: .13s; background:#171717; }
.tester-confetti i:nth-child(3) { transform: translateX(-20px) rotate(18deg); animation-delay: .18s; }
.tester-confetti i:nth-child(4) { transform: translateX(28px) rotate(-20deg); animation-delay: .09s; background:#171717; }
.tester-confetti i:nth-child(5) { transform: translateX(64px) rotate(30deg); animation-delay: .16s; }
.tester-confetti i:nth-child(6) { transform: translateX(96px) rotate(-15deg); animation-delay: .21s; }

@keyframes testerConfetti {
  0% { opacity: 0; margin-top: -5px; }
  30% { opacity: 1; }
  100% { opacity: 0; margin-top: 48px; }
}

/* CLOSING */
.tester-closing-section {
  padding: 90px 0 105px;
}

.tester-closing-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  padding: 38px 42px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(217,154,26,.20), transparent 22rem),
    #171717;
}

.tester-closing-mark {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 26px;
  color: var(--tester-gold-soft);
  border: 1px solid rgba(217,154,26,.38);
  font-size: 2.2rem;
  font-weight: 900;
}

.tester-closing-card h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.tester-closing-card p {
  color: rgba(255,255,255,.64);
  margin-bottom: 0;
}

/* FOOTER / TOAST */
.tester-footer {
  border-top: 1px solid var(--tester-border);
  background: rgba(255,255,255,.45);
}

.tester-footer-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--tester-muted);
  font-size: .78rem;
}

.tester-footer-brand {
  color: var(--tester-ink);
  font-weight: 900;
  letter-spacing: .08em;
}

.tester-footer-inner > div {
  display: flex;
  gap: 18px;
}

.tester-toast {
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 24px);
  max-width: calc(100% - 32px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #171717;
  box-shadow: 0 12px 32px rgba(23,23,23,.22);
  font-size: .82rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.tester-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* REVEAL */
.tester-reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity .55s ease, transform .55s ease;
}

.tester-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 1000px) {
  .tester-hero-grid,
  .tester-community-grid {
    grid-template-columns: 1fr;
  }

  .tester-hero-grid { gap: 48px; }
  .tester-visual { min-height: 570px; }
  .tester-benefit-grid { grid-template-columns: 1fr 1fr; }
  .tester-community-grid { gap: 40px; }
}

@media (max-width: 720px) {
  .tester-page .container {
    width: min(100% - 28px, 1180px);
  }

  .tester-header .header-inner { min-height: 72px; }
  .tester-header-meta { padding: 8px 10px; font-size: .65rem; }
  .tester-header .brand span { font-size: .96rem; }

  .tester-hero {
    padding: 55px 0 68px;
  }

  .tester-hero-copy h1 {
    margin-top: 13px;
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

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

  .tester-hero-actions .tester-button { width: 100%; }
  .tester-text-link { justify-content: center; }

  .tester-visual {
    min-height: 510px;
    transform: scale(.91);
    margin: -20px -18px -25px;
  }

  .tester-phone {
    width: 270px;
    height: 540px;
  }

  .tester-floating-card { min-width: 195px; }
  .tester-floating-card-top { right: -7px; top: 72px; }
  .tester-floating-card-bottom { left: -3px; bottom: 76px; }

  .tester-product-section,
  .tester-community-section,
  .tester-survey-section,
  .tester-closing-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .tester-benefit-grid,
  .tester-choice-grid,
  .tester-field-grid {
    grid-template-columns: 1fr;
  }

  .tester-benefit-card { min-height: 240px; }
  .tester-benefit-icon { margin-bottom: 35px; }

  .tester-progress-card { padding: 22px; }
  .tester-progress-head { align-items: flex-start; }
  .tester-milestones small { display: none; }

  .tester-survey-shell {
    padding: 23px 16px;
    border-radius: 24px;
  }

  .tester-survey-top {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 23px;
  }

  .tester-survey-progress {
    min-width: 0;
    text-align: left;
  }

  .tester-survey-progress > div { width: 100%; }
  .tester-question { min-height: 0; }
  .tester-choice { min-height: 82px; }

  .tester-inline-input {
    flex-direction: column;
  }

  .tester-inline-input button { min-height: 44px; }

  .tester-survey-nav,
  .tester-join-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tester-survey-nav .tester-button,
  .tester-join-actions .tester-button {
    width: 100%;
  }

  .tester-join-submit { min-width: 0; }

  .tester-closing-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .tester-footer-inner {
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  /* Su mobile il flusso Copia → Facebook resta ordinato e senza overflow. */
  .tester-share-box {
    padding: 20px 16px;
  }

  .tester-share-box > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    width: 100%;
  }

  .tester-share-box > div .tester-button {
    width: 100%;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }

  .tester-share-arrow {
    justify-self: center;
    transform: rotate(90deg);
    margin: -1px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tester-reveal,
  .tester-button,
  .tester-progress-track > span,
  .tester-question,
  .tester-floating-card,
  .tester-confetti i {
    animation: none !important;
    transition: none !important;
  }

  .tester-reveal { opacity: 1; transform: none; }
}

/* =========================================================
   ZIP 2.1 — REFINEMENT LANDING TESTER
   Hero più arioso, dashboard coerente con l'app reale,
   AI leggibile, questionario sempre esplorabile e chiusura rifinita.
========================================================= */

/* HERO: meno testo, più respiro */
.tester-hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 92px;
}

.tester-hero-copy {
  max-width: 610px;
}

.tester-hero-copy h1 {
  max-width: 590px;
  margin: 18px 0 24px;
  font-size: clamp(3rem, 5vw, 4.85rem);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.tester-hero-copy h1 span {
  display: block;
  margin-top: 4px;
}

.tester-hero-lead {
  max-width: 560px;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.tester-relief-line {
  max-width: 570px;
  margin-top: 25px;
  padding: 16px 18px;
}

.tester-relief-line p {
  font-size: .96rem;
  line-height: 1.5;
}

/* PHONE — dashboard costruita in codice sulla struttura reale BILANORA */
.tester-visual {
  min-height: 660px;
}

.tester-phone {
  width: 320px;
  height: 640px;
  padding: 9px;
  border-radius: 46px;
  transform: rotate(4deg);
  background: linear-gradient(145deg, #171717, #6b542a 45%, #111 72%);
  box-shadow: 0 42px 88px rgba(23,23,23,.25), inset 0 0 0 2px rgba(217,154,26,.62);
}

.tester-phone-screen {
  padding: 32px 13px 10px;
  border-radius: 37px;
  background: #f6f1ea;
}

.tester-phone-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -32px -13px 9px;
  padding: 35px 15px 11px;
  color: #fff;
  background: linear-gradient(180deg, #0b0b0b, #171717);
}

.tester-phone-brandline,
.tester-phone-profile {
  display: flex;
  align-items: center;
}

.tester-phone-brandline {
  gap: 7px;
}

.tester-phone-mini-logo {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  color: #e5ad36;
  border: 1px solid rgba(217,154,26,.48);
  background: #080808;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 900;
}

.tester-phone-brandline div {
  display: grid;
  gap: 1px;
}

.tester-phone-brandline strong {
  font-size: .78rem;
  letter-spacing: .035em;
}

.tester-phone-brandline small {
  color: #d99a1a;
  font-size: .43rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.tester-phone-profile {
  flex-direction: column;
  gap: 2px;
  color: #fff;
}

.tester-phone-profile > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #171717;
  background: linear-gradient(145deg, #f0c15e, #c9820a);
  font-size: .72rem;
  font-weight: 900;
}

.tester-phone-profile small {
  font-size: .47rem;
}

.tester-saldos-card,
.tester-spend-card {
  padding: 12px 13px;
  border-radius: 16px;
  border: 1px solid rgba(46,46,46,.07);
  background: rgba(255,255,255,.83);
  box-shadow: 0 7px 20px rgba(46,46,46,.05);
}

.tester-saldos-card .tester-card-heading,
.tester-spend-card > strong {
  color: #171717;
}

.tester-saldos-card .tester-card-heading {
  margin-bottom: 3px;
}

.tester-saldos-card .tester-card-heading strong,
.tester-spend-card > strong {
  font-size: .7rem;
}

.tester-saldos-card .tester-card-heading span {
  color: #b97c0a;
  font-size: .48rem;
  font-weight: 800;
}

.tester-saldo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 30px;
  border-top: 1px solid rgba(46,46,46,.055);
  font-size: .54rem;
}

.tester-saldo-row:first-of-type {
  border-top: 0;
}

.tester-saldo-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4d4944;
}

.tester-saldo-row i {
  display: inline-grid;
  place-items: center;
  min-width: 15px;
  color: #c9820a;
  font-style: normal;
  font-weight: 900;
}

.tester-saldo-row strong {
  color: #248b69;
  font-size: .56rem;
  white-space: nowrap;
}

.tester-month-card.tester-month-card-dark {
  margin-top: 8px;
  padding: 12px 13px;
  color: #fff;
  background: linear-gradient(145deg, #111, #1e1e1e);
  box-shadow: 0 10px 24px rgba(23,23,23,.15);
}

.tester-month-card-dark .tester-card-heading strong {
  color: #fff;
  font-size: .68rem;
}

.tester-month-card-dark .tester-card-heading span {
  color: rgba(255,255,255,.62);
  font-size: .47rem;
}

.tester-month-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 10px;
}

.tester-month-values > div + div {
  padding-left: 11px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.tester-month-values small,
.tester-month-surplus {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .46rem;
}

.tester-month-values strong {
  display: block;
  margin-top: 2px;
  font-size: .74rem;
}

.tester-month-values > div:first-child strong {
  color: #4ec093;
}

.tester-month-values > div:last-child strong {
  color: #e67855;
}

.tester-month-progress {
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

.tester-month-progress span {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #88c46f, #c4dd89);
}

.tester-month-surplus {
  margin-top: 6px;
  text-align: right;
  color: rgba(255,255,255,.8);
}

.tester-spend-card {
  margin-top: 8px;
}

.tester-spend-layout {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 7px;
}

.tester-donut {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: conic-gradient(#3d9f78 0 40%, #dd8d1d 40% 60%, #d15b3d 60% 80%, #4678ba 80% 90%, #777 90% 100%);
  position: relative;
}

.tester-donut::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #fff;
}

.tester-spend-legend {
  display: grid;
  gap: 4px;
}

.tester-spend-legend span {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 5px;
  color: #55504a;
  font-size: .44rem;
}

.tester-spend-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.tester-spend-legend b {
  color: #248b69;
  font-size: .45rem;
}

.dot-home { background:#3d9f78; }
.dot-transport { background:#dd8d1d; }
.dot-spend { background:#d15b3d; }
.dot-leisure { background:#4678ba; }
.dot-other { background:#777; }

.tester-bottom-nav {
  gap: 3px;
  margin: 8px -2px 0;
  padding: 7px 4px 0;
}

.tester-bottom-nav > span:not(.tester-nav-plus) {
  display: grid;
  place-items: center;
  gap: 1px;
  min-width: 44px;
  font-size: .58rem;
}

.tester-bottom-nav small {
  display: block;
  font-size: .34rem;
}

.tester-nav-plus {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #171717 !important;
  background: linear-gradient(145deg, #f0c15e, #c9820a);
  box-shadow: 0 5px 12px rgba(185,124,10,.22);
  font-size: 1rem !important;
}

/* AI flottante: chiaro e leggibile, esplicita che è dentro BILANORA */
.tester-floating-card-bottom {
  min-width: 225px;
  border-color: rgba(217,154,26,.30);
  background: rgba(255,252,246,.97);
  box-shadow: 0 18px 42px rgba(53,42,22,.13);
}

.tester-floating-card-bottom .mini-icon {
  color: #171717;
  background: linear-gradient(145deg, #f3d28b, #d99a1a);
}

.tester-floating-card-bottom small {
  color: #b97c0a !important;
}

.tester-floating-card-bottom strong {
  color: #171717;
}

/* FEATURE AI: niente macchia nera */
.tester-benefit-card-ai {
  background:
    radial-gradient(circle at 100% 100%, rgba(217,154,26,.18), transparent 10rem),
    linear-gradient(145deg, #fffaf1, #f7efe1);
  border-color: rgba(217,154,26,.30);
  box-shadow: inset 0 3px 0 rgba(217,154,26,.72);
}

.tester-benefit-card-ai h3 {
  color: #171717;
}

.tester-benefit-card-ai p {
  color: #5f574e;
}

.tester-benefit-card-ai .tester-benefit-index {
  color: rgba(185,124,10,.25);
}

.tester-benefit-card-ai .tester-benefit-icon {
  color: #171717;
  background: linear-gradient(145deg, #f3d28b, #d99a1a);
}

/* Questionario: più pulito e sempre esplorabile anche prima di aprire la campagna */
.tester-survey-shell {
  max-width: 1020px;
  padding: clamp(30px, 5vw, 56px);
}

.tester-survey-top h2 {
  max-width: 650px;
  font-size: clamp(1.95rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.tester-survey-top p {
  max-width: 610px;
  line-height: 1.55;
}

/* Chiusura: vera conclusione, non semplice banner */
.tester-closing-section {
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 85% 25%, rgba(217,154,26,.13), transparent 26rem),
    var(--tester-cream);
}

.tester-closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(217,154,26,.20);
  border-radius: 34px;
  color: #171717;
  background:
    linear-gradient(120deg, rgba(255,255,255,.94), rgba(250,243,231,.94));
  box-shadow: 0 26px 70px rgba(55,43,22,.09);
}

.tester-closing-copy {
  max-width: 760px;
}

.tester-closing-card h2 {
  max-width: 730px;
  margin: 10px 0 15px;
  color: #171717;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.04;
}

.tester-closing-card p {
  max-width: 690px;
  margin: 0;
  color: #696158;
  font-size: 1.03rem;
  line-height: 1.65;
}

.tester-closing-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #4e4943;
  font-size: .78rem;
  font-weight: 800;
}

.tester-closing-points i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d99a1a;
}

.tester-button-gold {
  min-width: 190px;
  color: #171717;
  background: linear-gradient(145deg, #f0c15e, #d99a1a);
  box-shadow: 0 16px 34px rgba(185,124,10,.20);
}

.tester-button-gold:hover {
  background: linear-gradient(145deg, #f5cf7b, #d99a1a);
  box-shadow: 0 18px 38px rgba(185,124,10,.27);
}

@media (max-width: 1000px) {
  .tester-hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .tester-hero-copy {
    max-width: 720px;
  }

  .tester-hero-copy h1,
  .tester-hero-lead,
  .tester-relief-line {
    max-width: 680px;
  }

  .tester-closing-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tester-closing-card .tester-button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .tester-hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
    line-height: 1.02;
  }

  .tester-visual {
    min-height: 560px;
  }

  .tester-phone {
    width: 282px;
    height: 570px;
  }

  .tester-saldo-row {
    min-height: 26px;
  }

  .tester-floating-card-bottom {
    min-width: 205px;
    left: -2px;
    bottom: 78px;
  }

  .tester-closing-card {
    padding: 30px 24px;
  }

  .tester-closing-card .tester-button {
    width: 100%;
  }

  .tester-closing-points {
    gap: 8px;
  }
}

.tester-already-joined {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(61,159,120,.20);
  border-radius: 16px;
  background: rgba(61,159,120,.07);
}

.tester-already-joined strong {
  color: #1e6f55;
  white-space: nowrap;
}

.tester-already-joined span {
  color: #67615a;
  font-size: .85rem;
}

@media (max-width: 720px) {
  .tester-already-joined {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .tester-already-joined strong {
    white-space: normal;
  }
}

/* =========================================================
   ZIP 2.2 — PHONE + FOOTER FIX
   Dashboard visiva più fedele e footer leggero.
========================================================= */

/* Il mockup è una UI illustrativa costruita in codice: blocchi opachi e
   layout dedicato per evitare che le regole generali del sito ne alterino
   la leggibilità. */
.tester-phone {
  width: 334px !important;
  height: 650px !important;
  padding: 8px !important;
  border-radius: 47px !important;
  background: linear-gradient(145deg, #080808 0%, #4d3c20 48%, #090909 100%) !important;
  box-shadow: 0 42px 90px rgba(23,23,23,.26), inset 0 0 0 2px rgba(217,154,26,.62) !important;
}

.tester-phone-screen-real {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 39px !important;
  background: #f6f1ea !important;
  color: #171717 !important;
}

.tester-real-appbar {
  flex: 0 0 76px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  padding: 28px 16px 11px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #080808 0%, #171717 100%) !important;
}

.tester-real-brand,
.tester-real-account {
  display: flex !important;
  align-items: center !important;
}

.tester-real-brand { gap: 8px !important; }

.tester-real-logo {
  display: grid !important;
  place-items: center !important;
  width: 29px !important;
  height: 29px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(217,154,26,.52) !important;
  color: #e7b84d !important;
  background: #080808 !important;
  font: 900 1.05rem Georgia, serif !important;
}

.tester-real-brand > div {
  display: grid !important;
  gap: 1px !important;
}

.tester-real-brand strong {
  color: #fff !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
}

.tester-real-brand small {
  color: #d99a1a !important;
  font-size: .43rem !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
}

.tester-real-account {
  flex-direction: column !important;
  gap: 2px !important;
}

.tester-real-account > span {
  display: grid !important;
  place-items: center !important;
  width: 29px !important;
  height: 29px !important;
  border-radius: 50% !important;
  color: #171717 !important;
  background: linear-gradient(145deg, #f1c561, #d28b0d) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
}

.tester-real-account small {
  color: rgba(255,255,255,.82) !important;
  font-size: .44rem !important;
}

.tester-real-body {
  flex: 1 1 auto !important;
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
  padding: 10px 12px 8px !important;
  background: #f6f1ea !important;
}

.tester-real-card {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 16px !important;
  border: 1px solid rgba(46,46,46,.08) !important;
  background: #fff !important;
  box-shadow: 0 7px 18px rgba(46,46,46,.055) !important;
}

.tester-real-card-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.tester-real-card-head strong {
  color: #171717 !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
}

.tester-real-card-head span {
  color: #b97c0a !important;
  font-size: .45rem !important;
  font-weight: 800 !important;
}

.tester-real-balances {
  padding: 11px 12px 8px !important;
}

.tester-real-balance-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  min-height: 26px !important;
  border-top: 1px solid rgba(46,46,46,.06) !important;
  color: #4b4742 !important;
  font-size: .51rem !important;
}

.tester-real-balance-row:nth-of-type(2) { border-top: 0 !important; }

.tester-real-balance-row > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #4b4742 !important;
}

.tester-real-balance-row i {
  min-width: 14px !important;
  color: #c9820a !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.tester-real-balance-row b {
  color: #2d9772 !important;
  font-size: .53rem !important;
  white-space: nowrap !important;
}

.tester-real-month {
  padding: 11px 12px !important;
  border-color: #171717 !important;
  background: linear-gradient(145deg, #101010, #1b1b1b) !important;
  box-shadow: 0 10px 22px rgba(23,23,23,.16) !important;
}

.tester-real-card-head-dark strong { color: #fff !important; }
.tester-real-card-head-dark span { color: rgba(255,255,255,.62) !important; }

.tester-real-month-values {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 9px !important;
}

.tester-real-month-values > div + div {
  padding-left: 10px !important;
  border-left: 1px solid rgba(255,255,255,.12) !important;
}

.tester-real-month-values small {
  display: block !important;
  color: rgba(255,255,255,.62) !important;
  font-size: .43rem !important;
}

.tester-real-month-values b {
  display: block !important;
  margin-top: 2px !important;
  color: #4cc394 !important;
  font-size: .72rem !important;
}

.tester-real-month-values > div:last-child b { color: #ef7955 !important; }

.tester-real-progress {
  height: 5px !important;
  margin-top: 9px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.15) !important;
}

.tester-real-progress span {
  display: block !important;
  width: 58% !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #e2b44c, #8abf63) !important;
}

.tester-real-surplus {
  margin-top: 7px !important;
  color: rgba(255,255,255,.66) !important;
  text-align: center !important;
  font-size: .43rem !important;
}

.tester-real-surplus b { color: #fff !important; }

.tester-real-expenses {
  padding: 10px 12px 12px !important;
}

.tester-real-expense-body {
  display: grid !important;
  grid-template-columns: 82px 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
}

.tester-real-donut {
  width: 78px !important;
  height: 78px !important;
  border-radius: 50% !important;
  background: conic-gradient(#3d9f78 0 40%, #d95c3f 40% 65%, #d99a1a 65% 85%, #4c78b5 85% 100%) !important;
  position: relative !important;
}

.tester-real-donut::after {
  content: "" !important;
  position: absolute !important;
  inset: 20px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px rgba(46,46,46,.04) !important;
}

.tester-real-legend {
  display: grid !important;
  gap: 5px !important;
}

.tester-real-legend span {
  display: grid !important;
  grid-template-columns: 7px 1fr auto !important;
  align-items: center !important;
  gap: 5px !important;
  color: #4e4943 !important;
  font-size: .46rem !important;
}

.tester-real-legend i {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
}

.tester-real-legend b { color: #171717 !important; font-size: .46rem !important; }
.tester-real-legend .r-home { background:#3d9f78 !important; }
.tester-real-legend .r-bills { background:#d95c3f !important; }
.tester-real-legend .r-transport { background:#d99a1a !important; }
.tester-real-legend .r-spend { background:#4c78b5 !important; }

.tester-real-nav {
  flex: 0 0 48px !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  align-items: center !important;
  padding: 5px 10px 7px !important;
  border-top: 1px solid rgba(46,46,46,.07) !important;
  background: rgba(255,255,255,.93) !important;
}

.tester-real-nav > span {
  display: grid !important;
  place-items: center !important;
  gap: 1px !important;
  color: #5e5952 !important;
  font-size: .68rem !important;
}

.tester-real-nav small {
  color: #777067 !important;
  font-size: .35rem !important;
}

.tester-real-nav .active,
.tester-real-nav .active small { color: #c9820a !important; }

.tester-real-plus {
  width: 34px !important;
  height: 34px !important;
  justify-self: center !important;
  border-radius: 50% !important;
  color: #171717 !important;
  background: linear-gradient(145deg, #efc45f, #d99a1a) !important;
  box-shadow: 0 4px 12px rgba(185,124,10,.25) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

/* L'AI deve essere chiaramente parte di BILANORA e non una card scura isolata. */
.tester-floating-card-bottom {
  min-width: 238px !important;
  border: 1px solid rgba(217,154,26,.26) !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 18px 38px rgba(46,46,46,.13) !important;
}

.tester-floating-card-bottom small { color: #b97c0a !important; }
.tester-floating-card-bottom strong { color: #171717 !important; }
.tester-floating-card-bottom span { color: #6d665e !important; }

/* Rimuoviamo il vecchio blocco conclusivo: la pagina termina con un footer vero. */
.tester-closing-section { display: none !important; }

.tester-footer-clean {
  margin: 0 !important;
  border-top: 1px solid rgba(46,46,46,.08) !important;
  color: #171717 !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(217,154,26,.10), transparent 25rem),
    #f7f4ef !important;
}

.tester-footer-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) auto !important;
  align-items: end !important;
  gap: 56px !important;
  padding-top: 46px !important;
  padding-bottom: 34px !important;
}

.tester-footer-lockup { max-width: 620px !important; }

.tester-footer-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  color: #171717 !important;
}

.tester-footer-brand img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(23,23,23,.12) !important;
}

.tester-footer-brand > span {
  display: grid !important;
  gap: 3px !important;
}

.tester-footer-brand strong {
  color: #171717 !important;
  font-size: 1.25rem !important;
  letter-spacing: .11em !important;
}

.tester-footer-brand small {
  color: #b97c0a !important;
  font-size: .58rem !important;
  font-weight: 850 !important;
  letter-spacing: .17em !important;
}

.tester-footer-lockup p {
  max-width: 560px !important;
  margin: 17px 0 0 !important;
  color: #6c655d !important;
  font-size: .92rem !important;
  line-height: 1.65 !important;
}

.tester-footer-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px 24px !important;
  padding-bottom: 3px !important;
}

.tester-footer-nav a {
  color: #4e4943 !important;
  font-size: .83rem !important;
  font-weight: 750 !important;
}

.tester-footer-nav a:hover { color: #b97c0a !important; }
.tester-footer-top { color: #b97c0a !important; }

.tester-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding-top: 18px !important;
  padding-bottom: 24px !important;
  border-top: 1px solid rgba(46,46,46,.08) !important;
  color: #8a8177 !important;
  font-size: .72rem !important;
}

@media (max-width: 1000px) {
  .tester-phone { width: 326px !important; }
  .tester-footer-main { grid-template-columns: 1fr !important; gap: 28px !important; }
  .tester-footer-nav { justify-content: flex-start !important; }
}

@media (max-width: 720px) {
  .tester-phone { width: 286px !important; height: 575px !important; }
  .tester-real-appbar { flex-basis: 70px !important; }
  .tester-real-body { gap: 6px !important; padding: 8px 9px 6px !important; }
  .tester-real-balance-row { min-height: 23px !important; font-size: .46rem !important; }
  .tester-real-balance-row b { font-size: .48rem !important; }
  .tester-real-expense-body { grid-template-columns: 70px 1fr !important; gap: 9px !important; }
  .tester-real-donut { width: 66px !important; height: 66px !important; }
  .tester-real-donut::after { inset: 17px !important; }
  .tester-footer-main { padding-top: 36px !important; padding-bottom: 28px !important; }
  .tester-footer-bottom { align-items: flex-start !important; flex-direction: column !important; gap: 5px !important; }
}

/* =========================================================
   ZIP 2.3 — PHONE FEDELE AL POST FB + FOOTER BANNER
========================================================= */

/* Il contenuto del telefono è un SVG inline: resta fedele, leggibile e
   non dipende da asset grafici esterni. */
.tester-phone-fb {
  width: 342px !important;
  height: 670px !important;
  padding: 8px !important;
  border-radius: 49px !important;
  background: linear-gradient(145deg, #080808 0%, #4a3920 45%, #0a0a0a 100%) !important;
  box-shadow: 0 44px 90px rgba(23,23,23,.24), inset 0 0 0 2px rgba(217,154,26,.70) !important;
}

.tester-phone-screen-fb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 40px !important;
  background: #f6f1ea !important;
}

.tester-phone-ui-svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* Disattiviamo le vecchie regole del mockup testuale: non sono più usate. */
.tester-phone-screen-fb .tester-real-appbar,
.tester-phone-screen-fb .tester-real-body,
.tester-phone-screen-fb .tester-real-nav { display: none !important; }

/* Floating card più leggere, come nel visual FB. */
.tester-floating-card-top,
.tester-floating-card-bottom {
  border: 1px solid rgba(46,46,46,.08) !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 18px 38px rgba(46,46,46,.12) !important;
}

.tester-floating-card-bottom {
  min-width: 232px !important;
}

/* FOOTER: un solo banner finale, niente logo gigante e niente blocco nero. */
.tester-footer,
.tester-footer-clean { display: none !important; }

.tester-end-footer {
  margin: 0 !important;
  padding: 38px 0 22px !important;
  border-top: 1px solid rgba(46,46,46,.08) !important;
  background: #f6f1ea !important;
}

.tester-end-banner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) auto !important;
  gap: 32px !important;
  align-items: center !important;
  min-height: 132px !important;
  padding: 30px 36px !important;
  overflow: hidden !important;
  border: 1px solid rgba(217,154,26,.24) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 86% 15%, rgba(217,154,26,.15), transparent 20rem),
    linear-gradient(135deg, #fffdf9 0%, #f7f1e8 62%, #f1e6d2 100%) !important;
  box-shadow: 0 18px 48px rgba(46,46,46,.07) !important;
}

.tester-end-banner::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 5px !important;
  background: linear-gradient(180deg, #efc35a, #b97c0a) !important;
}

.tester-end-copy {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 7px !important;
  max-width: 710px !important;
}

.tester-end-kicker {
  color: #b97c0a !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
}

.tester-end-copy strong {
  color: #171717 !important;
  font-size: clamp(1.4rem, 2.4vw, 2.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.tester-end-copy p {
  margin: 0 !important;
  color: #6b6259 !important;
  font-size: .98rem !important;
  line-height: 1.55 !important;
}

.tester-end-links {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.tester-end-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(46,46,46,.11) !important;
  border-radius: 999px !important;
  color: #2e2e2e !important;
  background: rgba(255,255,255,.72) !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, color .18s ease !important;
}

.tester-end-links a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(217,154,26,.48) !important;
  color: #b97c0a !important;
}

.tester-end-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 16px 6px 0 !important;
  color: #8a8177 !important;
  font-size: .72rem !important;
}

@media (max-width: 980px) {
  .tester-phone-fb { width: 320px !important; height: 625px !important; }
  .tester-end-banner { grid-template-columns: 1fr !important; gap: 22px !important; }
  .tester-end-links { justify-content: flex-start !important; max-width: none !important; }
}

@media (max-width: 620px) {
  .tester-phone-fb { width: min(300px, 86vw) !important; height: auto !important; aspect-ratio: 342 / 670 !important; }
  .tester-end-footer { padding: 26px 0 18px !important; }
  .tester-end-banner { min-height: 0 !important; padding: 24px 22px !important; border-radius: 22px !important; }
  .tester-end-links { gap: 7px !important; }
  .tester-end-links a { min-height: 38px !important; padding: 0 12px !important; font-size: .74rem !important; }
  .tester-end-bottom { align-items: flex-start !important; flex-direction: column !important; gap: 4px !important; padding-top: 12px !important; }
}

/* =========================================================
   DOCUMENTI LEGALI — PROGRAMMA TESTER
========================================================= */
.tester-legal-main {
  padding: 66px 0 86px;
}

.tester-legal-hero {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--tester-border);
}

.tester-legal-hero h1 {
  max-width: 850px;
  margin: 15px 0 18px;
  color: var(--tester-ink);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.tester-legal-hero > p {
  max-width: 780px;
  margin: 0;
  color: var(--tester-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.tester-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.tester-legal-meta span {
  padding: 9px 12px;
  border: 1px solid var(--tester-border);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  color: var(--tester-muted);
  font-size: .77rem;
}

.tester-legal-meta strong { color: var(--tester-ink); }

.tester-legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding-top: 42px;
}

.tester-legal-index {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--tester-border);
  border-radius: 20px;
  background: rgba(255,255,255,.62);
}

.tester-legal-index strong {
  margin-bottom: 6px;
  color: var(--tester-gold-dark);
  font-size: .74rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tester-legal-index a {
  padding: 8px 9px;
  border-radius: 9px;
  color: var(--tester-ink-soft);
  font-size: .83rem;
  text-decoration: none;
}

.tester-legal-index a:hover { background: rgba(217,154,26,.09); color: var(--tester-ink); }

.tester-legal-content {
  display: grid;
  gap: 16px;
}

.tester-legal-content article {
  position: relative;
  padding: 28px 30px;
  border: 1px solid var(--tester-border);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  scroll-margin-top: 105px;
}

.tester-legal-number {
  display: inline-grid;
  place-items: center;
  min-width: 35px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(217,154,26,.11);
  color: var(--tester-gold-dark);
  font-size: .7rem;
  font-weight: 900;
}

.tester-legal-content h2 {
  margin: 13px 0 12px;
  color: var(--tester-ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: -.03em;
}

.tester-legal-content p {
  margin: 0 0 12px;
  color: var(--tester-muted);
  line-height: 1.72;
}

.tester-legal-content p:last-child { margin-bottom: 0; }

.tester-legal-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.tester-legal-cards > div {
  padding: 17px;
  border-radius: 16px;
  background: var(--tester-sand);
  border: 1px solid var(--tester-border);
}

.tester-legal-cards strong { color: var(--tester-ink); }
.tester-legal-cards p { margin: 7px 0 0; font-size: .83rem; line-height: 1.55; }

.tester-legal-note {
  display: grid;
  gap: 5px;
  margin-top: 17px;
  padding: 16px 18px;
  border-left: 3px solid var(--tester-gold);
  border-radius: 12px;
  background: rgba(217,154,26,.07);
}

.tester-legal-note strong { color: var(--tester-ink); }
.tester-legal-note span { color: var(--tester-muted); line-height: 1.6; }

.tester-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
}

@media (max-width: 850px) {
  .tester-legal-layout { grid-template-columns: 1fr; }
  .tester-legal-index { position: static; }
  .tester-legal-cards { grid-template-columns: 1fr; }
}

/* ===== Inizializzazione sicura landing tester ===== */
.tester-init-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 16%, rgba(217,154,26,.14), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(217,154,26,.10), transparent 30%),
    #f6f1ea;
  transition: opacity .28s ease, visibility .28s ease;
}

.tester-init-gate.is-ready {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tester-init-card {
  width: min(520px, 100%);
  text-align: center;
  padding: 38px 28px 34px;
  border: 1px solid rgba(46,46,46,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 70px rgba(46,46,46,.10);
  backdrop-filter: blur(10px);
}

.tester-init-mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217,154,26,.75);
  border-radius: 16px;
  background: #080808;
  color: #e7b84d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(8,8,8,.14);
}

.tester-init-kicker {
  display: block;
  margin-bottom: 8px;
  color: #a86f06;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.tester-init-card h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.08;
}

.tester-init-card p {
  max-width: 410px;
  margin: 14px auto 0;
  color: #67615b;
  font-size: 15px;
  line-height: 1.6;
}

.tester-init-loader {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.tester-init-loader span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d99a1a;
  animation: testerInitPulse 1s ease-in-out infinite;
}

.tester-init-loader span:nth-child(2) { animation-delay: .14s; }
.tester-init-loader span:nth-child(3) { animation-delay: .28s; }

@keyframes testerInitPulse {
  0%, 70%, 100% { transform: translateY(0); opacity: .35; }
  35% { transform: translateY(-7px); opacity: 1; }
}

.tester-init-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tester-init-gate.is-error .tester-init-mark {
  background: #171717;
}

.tester-init-gate.is-error .tester-init-loader {
  display: none;
}

.tester-survey-form.tester-disabled {
  opacity: .58;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 620px) {
  .tester-init-gate { padding: 16px; }
  .tester-init-card { padding: 32px 20px 28px; border-radius: 24px; }
}

/* ZIP 4.2B — periodo campagna e stato disponibilità */
.tester-campaign-period {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 23, 23, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .55);
}

.tester-campaign-period > div {
  min-width: 0;
}

.tester-campaign-period small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  color: #A66F00;
}

.tester-campaign-period strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #171717;
}

.tester-campaign-period > span {
  color: #D99A1A;
  font-weight: 900;
}

.tester-campaign-availability {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(217, 154, 26, .30);
  background: #FFF8E9;
}

.tester-campaign-availability strong,
.tester-campaign-availability span {
  display: block;
}

.tester-campaign-availability strong {
  margin-bottom: 4px;
  font-size: 15px;
  color: #171717;
}

.tester-campaign-availability span {
  font-size: 13px;
  line-height: 1.5;
  color: #6C645B;
}

.tester-campaign-availability.is-closed {
  border-color: rgba(23, 23, 23, .12);
  background: #F7F4EF;
}

@media (max-width: 640px) {
  .tester-campaign-period {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tester-campaign-period > span {
    display: none;
  }
}
