:root {
  --black: #000000;
  --surface: #0c0c0c;
  --lime: #ccff00;
  --green: #10b981;
  --text: #ebebeb;
  --text-soft: rgba(235, 235, 235, 0.6);
  --text-muted: rgba(235, 235, 235, 0.3);
  --ring: rgba(255, 255, 255, 0.1);
  --glass: rgba(255, 255, 255, 0.03);
  --radius: 2rem;
  --container: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    var(--black);
  background-size: 60px 60px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 0, rgba(0,0,0,0.22) 52%, rgba(0,0,0,0.84) 100%);
  z-index: -3;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
}

.glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: -2;
}

.glow-one {
  top: 6rem;
  left: -7rem;
  background: var(--lime);
}

.glow-two {
  right: -8rem;
  bottom: 12rem;
  background: var(--green);
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), var(--container));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid var(--ring);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  border-color: rgba(204,255,0,0.22);
  background: rgba(0, 0, 0, 0.76);
}

.brand {
  display: flex;
  flex-direction: column;
  min-width: max-content;
  padding-left: 0.7rem;
}

.brand span,
.site-footer strong {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand small,
.site-footer span,
.site-footer small {
  color: var(--text-soft);
  font-size: 0.76rem;
}

.nav-pill {
  display: none;
  align-items: center;
  gap: 0.25rem;
  padding: 0.32rem;
  border: 1px solid var(--ring);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
}

.nav-pill a {
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.9rem;
  transition: 0.2s ease;
}

.nav-pill a:hover {
  color: var(--black);
  background: var(--lime);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.status-tag {
  display: none;
  align-items: center;
  gap: 0.45rem;
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  border: 1px solid rgba(204,255,0,0.25);
  border-radius: 999px;
  padding: 0.58rem 0.75rem;
}

.status-tag i {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px var(--lime);
  animation: pulse 1.5s infinite;
}

.shell,
.section,
.site-footer {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.shell {
  border: 1px solid var(--ring);
  border-radius: 2.5rem;
  background: rgba(255,255,255,0.025);
  backdrop-filter: blur(16px);
}

.hero {
  min-height: 100vh;
  display: grid;
  gap: 3rem;
  padding: 8.5rem 1.1rem 2rem;
  align-items: center;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.95;
  text-wrap: balance;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 12vw, 8.7rem);
}

.gradient-line {
  margin: 0.8rem 0 1.3rem;
  width: fit-content;
  font-size: clamp(2.1rem, 7vw, 5.7rem);
  font-weight: 700;
  line-height: 0.95;
  background: linear-gradient(90deg, var(--lime), #ffffff, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.label {
  margin: 0 0 1rem;
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-subtitle,
.section-heading p,
.text-stack p,
.glass-card p,
.statement-card p,
.offer-copy p,
.author-card p,
.timeline-item p,
.faq-list p,
.microcopy {
  color: var(--text-soft);
}

.hero-subtitle {
  max-width: 45rem;
  font-size: clamp(1.06rem, 2.2vw, 1.32rem);
  line-height: 1.55;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin: 2rem 0;
}

.check-list span {
  color: var(--text);
}

.check-list span::before {
  content: "✓";
  color: var(--lime);
  margin-right: 0.55rem;
}

.cta-row,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border-radius: 999px;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--ring);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

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

.btn-primary,
.btn-small {
  color: #081100;
  background: var(--lime);
  border-color: rgba(204,255,0,0.65);
  box-shadow: 0 0 32px rgba(204,255,0,0.34);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.04);
}

.btn-small {
  min-height: 2.55rem;
  padding: 0.7rem 0.92rem;
  font-size: 0.88rem;
}

.btn-wide {
  width: 100%;
}

.btn-large {
  min-height: 4rem;
  padding-inline: 2rem;
}

.microcopy {
  font-size: 0.92rem;
}

.launch-offer,
.offer-price-panel,
.final-price-strip {
  border: 1px solid rgba(204,255,0,0.18);
  border-radius: 1.6rem;
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 20px 60px rgba(0,0,0,0.22);
}

.hero-offer {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
  margin: 1.4rem 0 1.2rem;
  padding: 1rem;
}

.offer-kicker,
.limited-time,
.save-badge {
  width: fit-content;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-kicker {
  color: var(--black);
  background: var(--lime);
  border-radius: 999px;
  padding: 0.45rem 0.62rem;
  box-shadow: 0 0 26px rgba(204,255,0,0.25);
}

.price-stack {
  display: grid;
  gap: 0.25rem;
}

.old-price {
  color: var(--text-soft);
}

.price-stack .old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(204,255,0,0.65);
}

.price-line {
  color: var(--text);
  font-size: clamp(1.15rem, 4vw, 1.75rem);
  font-weight: 700;
}

.price-line strong {
  color: var(--lime);
  font-size: clamp(2.2rem, 8vw, 4rem);
  line-height: 0.95;
  text-shadow: 0 0 32px rgba(204,255,0,0.35);
}

.limited-time {
  color: var(--text-soft);
}

.countdown-wrap {
  display: grid;
  gap: 0.6rem;
}

.countdown-wrap p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.count-card {
  display: grid;
  gap: 0.15rem;
  justify-items: center;
  min-width: 0;
  padding: 0.75rem 0.45rem;
  border: 1px solid rgba(204,255,0,0.22);
  border-radius: 1rem;
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(16px);
}

.count-card strong {
  color: var(--lime);
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1;
  text-shadow: 0 0 22px rgba(204,255,0,0.32);
}

.count-card span {
  color: var(--text-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.58rem, 2.4vw, 0.72rem);
  text-transform: uppercase;
}

.count-card.seconds {
  animation: softPulse 1.4s ease-in-out infinite;
}

.offer-ended {
  color: var(--lime) !important;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 34rem;
  border: 1px solid var(--ring);
  border-radius: 2.5rem;
  background:
    radial-gradient(circle at 50% 28%, rgba(204,255,0,0.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015));
  overflow: hidden;
}

.bench-grid {
  position: absolute;
  inset: 10%;
  border-radius: 2rem;
  background:
    linear-gradient(rgba(204,255,0,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204,255,0,0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: perspective(720px) rotateX(58deg) translateY(10rem);
  opacity: 0.75;
}

.phone-device {
  position: absolute;
  inset: 16% auto auto 50%;
  transform: translateX(-50%) rotate(-7deg);
  width: min(48%, 19rem);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(204,255,0,0.42);
  border-radius: 2rem;
  background: linear-gradient(160deg, #090909, #161616);
  box-shadow: 0 24px 90px rgba(0,0,0,0.8), 0 0 70px rgba(204,255,0,0.22);
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
}

.phone-speaker {
  position: absolute;
  top: 1rem;
  width: 4rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.phone-icon {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.3rem;
  color: #071000;
  background: var(--lime);
  font-weight: 800;
  box-shadow: 0 0 42px rgba(204,255,0,0.42);
}

.phone-device strong {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
}

.phone-device small {
  color: var(--text-soft);
}

.tool-base {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 13%;
  height: 5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--ring);
  background: rgba(255,255,255,0.05);
  transform: perspective(500px) rotateX(50deg);
}

.tool-line,
.tool-line.short,
.tool-dot {
  position: absolute;
  top: 50%;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(204,255,0,0.5);
}

.tool-line {
  left: 14%;
  width: 42%;
}

.tool-line.short {
  left: auto;
  right: 18%;
  width: 20%;
}

.tool-dot {
  right: 10%;
  width: 0.55rem;
}

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 13.5rem;
  padding: 0.88rem 1rem;
  border: 1px solid var(--ring);
  border-radius: 1.2rem;
  background: rgba(12,12,12,0.7);
  backdrop-filter: blur(16px);
  color: var(--text);
  box-shadow: 0 16px 50px rgba(0,0,0,0.38);
  animation: floaty 5s ease-in-out infinite;
}

.float-card svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.card-one { top: 10%; left: 5%; }
.card-two { top: 18%; right: 4%; animation-delay: -1s; }
.card-three { bottom: 22%; left: 6%; animation-delay: -2s; }
.card-four { bottom: 10%; right: 6%; animation-delay: -3s; }

.cursor-label {
  position: absolute;
  right: 12%;
  top: 52%;
  color: #071000;
  background: var(--lime);
  border-radius: 999px;
  padding: 0.65rem 0.8rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 0 28px rgba(204,255,0,0.5);
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 6vw, 5.2rem);
}

.bento,
.three-cards,
.service-grid,
.timeline {
  display: grid;
  gap: 1rem;
}

.glass-card,
.timeline-item,
.faq-list details {
  border: 1px solid var(--ring);
  border-radius: var(--radius);
  background: var(--glass);
  backdrop-filter: blur(16px);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.glass-card:hover,
.timeline-item:hover,
.faq-list details:hover {
  border-color: rgba(204,255,0,0.4);
  background: rgba(255,255,255,0.045);
  transform: translateY(-2px);
}

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

.pain-grid .glass-card {
  min-height: 8.5rem;
  display: flex;
  align-items: flex-end;
  padding: 1.35rem;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
}

.center-copy {
  max-width: 780px;
  margin: 2rem auto 0;
  color: var(--text);
  text-align: center;
  font-size: clamp(1.35rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.split-section {
  display: grid;
  gap: 2rem;
}

.text-stack {
  font-size: 1.15rem;
  line-height: 1.7;
}

.three-cards {
  grid-column: 1 / -1;
}

.three-cards .glass-card,
.learn-grid .glass-card,
.service-grid .glass-card,
.statement-card {
  padding: 1.35rem;
}

.glass-card h3,
.timeline-item h3,
.offer-details h3 {
  margin: 0.7rem 0 0.6rem;
  font-size: 1.35rem;
}

.glass-card span,
.card-icon,
.timeline-item span {
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

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

.learn-grid .glass-card {
  min-height: 14rem;
}

.method-section {
  position: relative;
}

.timeline {
  position: relative;
}

.timeline-item {
  padding: 1.35rem;
}

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

.author-card {
  display: grid;
  gap: 2rem;
  padding: 1.35rem;
}

.author-photo-card {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 28rem;
  padding: 1.2rem;
  border: 1px solid rgba(204,255,0,0.24);
  border-radius: 2rem;
  background: rgba(255,255,255,0.035);
  overflow: hidden;
}

.author-photo-card::before {
  content: "FOTO OFICIAL";
  position: absolute;
  display: grid;
  place-items: center;
  width: min(calc(100% - 2.4rem), 22rem);
  aspect-ratio: 4 / 5;
  border: 1px dashed rgba(204,255,0,0.45);
  border-radius: 1.5rem;
  color: rgba(235,235,235,0.45);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  background: rgba(0,0,0,0.3);
}

.author-photo-glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: var(--lime);
  filter: blur(90px);
  opacity: 0.22;
  z-index: -1;
}

.author-photo-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 22rem);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(204,255,0,0.52);
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(204,255,0,0.12), rgba(255,255,255,0.02)),
    var(--surface);
  box-shadow: 0 26px 80px rgba(0,0,0,0.48), 0 0 50px rgba(204,255,0,0.14);
}

.author-photo-card img.is-missing {
  opacity: 0;
}

.author-photo-card span {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-section {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.offer-box {
  display: grid;
  gap: 1.5rem;
  padding: 1rem;
}

.product-cover {
  width: min(100%, 24rem);
  margin-inline: auto;
  border-radius: 1.6rem;
  border: 1px solid var(--ring);
  box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 50px rgba(204,255,0,0.13);
}

.offer-details ul {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
  color: var(--text-soft);
}

.offer-details li::before {
  content: "✓";
  color: var(--lime);
  margin-right: 0.5rem;
}

.price {
  margin: 1rem 0;
  color: var(--lime);
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
}

.offer-price-panel {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  margin: 1rem 0;
}

.offer-price-panel .old-price {
  text-decoration: none;
}

.save-badge {
  color: var(--lime);
  border: 1px solid rgba(204,255,0,0.25);
  border-radius: 999px;
  padding: 0.45rem 0.62rem;
  background: rgba(204,255,0,0.07);
}

.countdown-featured {
  margin: 1rem 0;
}

.statement-card {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 1080px;
}

.faq-list details {
  padding: 0.95rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--lime);
}

.faq-list details[open] summary::after {
  content: "-";
}

.final-cta {
  margin-block: 3rem;
  padding: 4rem 1.2rem;
  text-align: center;
}

.final-cta h2 {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.final-price-strip {
  display: grid;
  gap: 0.25rem;
  width: min(100%, 34rem);
  margin: 0 auto 1rem;
  padding: 1rem;
}

.final-price-strip span,
.final-price-strip small {
  color: var(--text-soft);
}

.final-price-strip strong {
  color: var(--lime);
  font-size: clamp(2.6rem, 8vw, 4.8rem);
  line-height: 0.95;
}

.final-countdown {
  width: min(100%, 34rem);
  margin: 0 auto 1.2rem;
}

.site-footer {
  display: grid;
  gap: 1rem;
  padding: 2rem 0 6rem;
  color: var(--text-soft);
}

.site-footer div {
  display: grid;
  gap: 0.2rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer a:hover {
  color: var(--lime);
}

.mobile-sticky-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: grid;
  gap: 0.1rem;
  justify-content: center;
  padding: 1rem;
  color: #071000;
  background: var(--lime);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 0 36px rgba(204,255,0,0.45);
  text-align: center;
}

.mobile-sticky-cta small {
  font-size: 0.72rem;
  opacity: 0.65;
  text-decoration: line-through;
}

.mobile-sticky-cta span {
  line-height: 1;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.55); opacity: 0.55; }
}

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

@keyframes softPulse {
  0%, 100% { border-color: rgba(204,255,0,0.22); box-shadow: none; }
  50% { border-color: rgba(204,255,0,0.55); box-shadow: 0 0 24px rgba(204,255,0,0.18); }
}

@media (min-width: 680px) {
  .check-list,
  .pain-grid,
  .learn-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding-inline: 2rem;
  }

  .offer-box {
    grid-template-columns: 0.75fr 1fr;
    padding: 1.2rem;
  }
}

@media (min-width: 980px) {
  .nav-pill,
  .status-tag {
    display: flex;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 2rem;
  }

  .site-footer small {
    grid-column: 1 / -1;
  }

  .hero {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 9rem 3rem 3rem;
  }

  .hero-copy {
    grid-column: span 7;
  }

  .hero-visual {
    grid-column: span 5;
  }

  .pain-grid,
  .learn-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pain-grid .glass-card:nth-child(1),
  .pain-grid .glass-card:nth-child(4) {
    grid-column: span 2;
  }

  .learn-grid .glass-card:nth-child(1),
  .learn-grid .glass-card:nth-child(4),
  .learn-grid .glass-card:nth-child(8) {
    grid-column: span 2;
  }

  .split-section {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .three-cards,
  .service-grid,
  .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .author-card {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    padding: 2rem;
  }

  .offer-section {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    border-radius: 1.3rem;
  }

  .brand small,
  .header-actions .btn-small {
    display: none;
  }

  .hero-visual {
    min-height: 30rem;
  }

  .float-card {
    max-width: 11rem;
    font-size: 0.82rem;
  }
}
