:root {
  --blue: #3D5AFE;
  --hero: #0B1020;
  --cyan: #51cafb;
  --text: #424242;
  --muted: #5f5f5f;
  --dark: #2e2e55;
  --green: #1de580;
  --soft: #f7f9fc;
  --fh: "Sora", sans-serif;
  --fb: "Inter", sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--hero);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--hero);
  overflow-x: hidden;
}


button, input, select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

.container {
  width: min(1400px, calc(100vw - 168px));
  margin: 0 auto;
  position: relative;
}

.hero {
  min-height: 690px;
  margin-top: -1px;
  padding: 1px 0 160px;
  background: var(--hero);
  position: relative;
  overflow: visible;
}

.hero-shapes {
  position: absolute;
  inset: 0;
  background: #0B1020;
  margin: -16px 0 0 -20px;
  overflow: hidden;
}

.shape {
  position: absolute;
  display: block;
  transform-origin: 0 0;
}

.shape-one {
  width: 14.285vw;
  height: 187px;
  bottom: 560px;
  left: 0;
  background: #0B1020;
  transform: skewY(349deg);
}

.shape-two {
  width: 25vw;
  height: 240px;
  bottom: -56px;
  left: 0;
  background: #0B1020;
  transform: skewY(356deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-photo-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54%;
  z-index: 0;
  overflow: hidden;
}

.hero-photo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #0B1020 0%, rgba(11, 16, 32, .88) 14%, rgba(11, 16, 32, .48) 34%, rgba(11, 16, 32, .12) 58%, rgba(11, 16, 32, 0) 100%),
    linear-gradient(90deg, rgba(11, 16, 32, .18) 0%, rgba(11, 16, 32, 0) 52%, rgba(11, 16, 32, .10) 100%);
}

.hero-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(1.16) contrast(1.04) brightness(1.30);
}

.topbar {
  width: min(92%, 1400px);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  margin: 18px auto 0;
  border: 2px solid rgba(255, 255, 255, .22);
  border-radius: 36px;
  background: rgba(11, 16, 32, .96);
  position: relative;
}

.nav-logo {
  font-family: var(--fh);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.05em;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-logo:hover { opacity: .8; }

.nav-logo-accent { color: var(--blue); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-link {
  color: #fff;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}

.nav-login:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform .2s, opacity .2s;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  gap: clamp(48px, 5vw, 86px);
  align-items: start;
  margin-top: 24px;
}

.hero-copy {
  color: #fff;
  padding-top: 40px;
}

.hero-copy h1 {
  margin: 0 0 24px;
  max-width: 680px;
  color: #fff;
  font-size: clamp(34px, 3.45vw, 40px);
  line-height: 1.12;
  font-weight: 700;
}

.headline-line {
  display: block;
}

.headline-line-small {
  font-size: clamp(33px, 3.25vw, 39px);
}

.headline-line-large {
  font-size: clamp(40px, 4vw, 48px);
}

.headline-accent {
  color: #037eff;
}


  .hero-text {
    margin: 0 0 24px;
  max-width: 590px;
  color: #fff;
  font-size: 17px;
  line-height: 1.38;
  font-weight: 500;
}

.button {
  min-height: 56px;
  border-radius: 999px;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 16px;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}

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

.button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
  filter: saturate(.8);
}

.button-light {
  width: 45%;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 24px;
}

.button-dark {
  width: 100%;
  background: #3d5afe;
  color: #fff;
  margin-top: 12px;
}

.button-blue {
  background: var(--blue);
  color: #fff;
  border-radius: 12px;
  min-height: 58px;
}

.or-separator {
  display: none;
}

.contact-card {
  margin-top: 40px;
  min-height: 520px;
  padding: 24px 24px 0;
  background: #fff;
  border-radius: 8px;
}

.contact-card h2 {
  margin: 0 0 12px;
  color: #424242;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
}

.field,
.select-field {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

.field input,
.select-field select {
  width: 100%;
  height: 56px;
  color: #444;
  background: #fff;
  border: 1px solid #4e4e4e;
  border-radius: 8px;
  padding: 18px 14px 10px;
  outline: 0;
}

.field span {
  position: absolute;
  left: 14px;
  top: 18px;
  color: #858585;
  pointer-events: none;
  transition: .15s ease;
}

.field input:focus + span,
.field input:not(:placeholder-shown) + span {
  transform: translateY(-14px);
  font-size: 11px;
}

.select-field::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  top: 13px;
  color: #333;
  font-size: 24px;
  pointer-events: none;
}

.select-field.is-custom-ready select {
  display: none;
}

.select-field select {
  appearance: none;
  padding: 0 46px 0 16px;
  font-size: 14px;
}

.custom-select-trigger {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 46px 0 16px;
  border: 1px solid #4e4e4e;
  border-radius: 8px;
  background: #fff;
  color: #666;
  font-size: 14px;
  text-align: left;
}

.custom-select-trigger.has-value {
  color: #444;
}

.select-modal[hidden] {
  display: none;
}

.select-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.select-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 16, 32, .58);
}

.select-modal-panel {
  position: relative;
  width: min(420px, calc(100vw - 28px));
  max-height: min(72vh, 560px);
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.select-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid #e5eaf3;
}

.select-modal-header h2 {
  margin: 0;
  color: #0B1020;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.select-modal-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f2f4f8;
  color: #0B1020;
  font-size: 24px;
  line-height: 1;
}

.select-modal-options {
  max-height: calc(min(72vh, 560px) - 65px);
  overflow-y: auto;
  padding: 8px;
}

.select-modal-option {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: transparent;
  color: #0B1020;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.select-modal-option + .select-modal-option {
  border-top: 1px solid #e5eaf3;
}

.select-modal-option.is-selected {
  background: rgba(61, 90, 254, .10);
  color: var(--blue);
}

.select-modal-option.is-selected::after {
  content: "✓";
  font-weight: 800;
}

.form-message {
  margin: 0 0 8px;
  min-height: 18px;
  color: var(--blue);
  font-size: 13px;
  text-align: center;
}

.form-success {
  min-height: 472px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  padding: 20px;
}

.form-success[hidden] {
  display: none;
}

.form-success-icon {
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(18, 194, 168, .28);
  background: rgba(18, 194, 168, .10);
  color: #fff;
  box-shadow: 0 22px 45px rgba(18, 194, 168, .16);
}

.form-success-icon svg {
  width: 66px;
  height: 66px;
  padding: 15px;
  border-radius: 999px;
  background: #08bfa6;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success h2 {
  margin: 0;
  color: #0B1020;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 700;
}

.form-success p {
  max-width: 360px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}





.differentials {
  padding: 72px 0 48px;
  background: #fff;
  color: var(--text);
}

.differentials-intro {
  display: grid;
  grid-template-columns: minmax(0, 820px) 520px;
  gap: 72px;
  align-items: center;
  margin-bottom: 44px;
}

.differentials-header {
  max-width: 820px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.section-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}

.differentials-header h2 {
  margin: 0;
  color: #0B1020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(31px, 2.8vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.differentials-header h2 span {
  display: block;
}

.differentials-lead {
  max-width: 520px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.differential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.differential-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 22px;
  row-gap: 22px;
  align-items: start;
  padding: 26px 24px;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  background: #fff;
  transition: background .2s ease, border-color .2s ease;
}

.differential-card:hover {
  background: #f8faff;
  border-color: rgba(61, 90, 254, .28);
}

.diff-number {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(48px, 4vw, 64px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.diff-copy {
  display: contents;
}

.differential-card h3 {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #101828;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
}

.diff-copy h3::before {
  content: "➜";
  color: var(--blue);
  font-size: 26px;
  line-height: .8;
}


.differential-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}


.mobile-text { display: none; }

.stats-events {
  padding: 8px 0 0;
  background: #fff;
  border-top: 0;
  position: relative;
}

.stats-events::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 4px;
  background: #fff;
}

.platform-features {
  padding: 12px 0 86px;
  scroll-margin-top: 150px;
  border-top: 0;
}

.platform-features-heading {
  display: grid;
  grid-template-columns: minmax(0, 820px) 520px;
  gap: 72px;
  align-items: center;
  margin-bottom: 34px;
}

.platform-features h2 {
  max-width: 820px;
  margin: 0;
  color: #0B1020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(31px, 2.8vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.platform-features h2 span {
  display: block;
}

.platform-features-heading p {
  max-width: 520px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.metrics-visual {
  margin: 0 0 32px;
}

.metrics-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.platform-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.platform-feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  background: #f8faff;
}

.platform-feature-card h3 {
  margin: 0 0 20px;
  color: #101828;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 700;
}

.platform-feature-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-feature-card li {
  position: relative;
  padding-left: 18px;
  color: #667085;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.platform-feature-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue);
}

.stats-block {
  padding: 0 24px 72px;
}

.stats-block h2,
.event-types h2 {
  margin: 0;
  color: #0B1020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(31px, 2.8vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
  align-items: start;
}

.stat {
  text-align: center;
}

.stat strong {
  display: block;
  color: #4bacff;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}

.stat strong span {
  margin-left: 6px;
}

.stat p {
  margin: 8px 0 0;
  color: #424242;
  font-size: 16px;
}

.event-types {
  padding: 0 0 70px;
}
#segmentos {
  scroll-margin-top: 230px;
}


.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.slider-controls {
  display: flex;
  gap: 16px;
  padding-right: 48px;
}

.round-control {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e2e2e2;
  color: #000;
  font-size: 42px;
  line-height: 26px;
  display: grid;
  place-items: center;
}

.round-control[disabled] {
  color: #b1b1b1;
  background: #f2f4f2;
}

.slider {
  overflow: visible;
}

.event-slide {
  display: none;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  animation: slide-in .4s ease both;
}

.event-slide.active {
  display: grid;
}

.event-card {
  text-align: center;
}

.segment-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  color: var(--blue);
}

.segment-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.segment-icon svg.solid-icon {
  fill: currentColor;
  stroke: none;
}

.event-card p {
  margin: 0;
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}

.site-footer {
  padding: 86px 20px 132px;
  background: var(--hero);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

.footer-logo-wrap {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 18px;
  background: var(--blue);
  overflow: hidden;
}

.footer-logo {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.site-footer h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-divider {
  width: 60px;
  height: 1px;
  margin: 26px auto 18px;
  background: rgba(61, 90, 254, .55);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  opacity: .72;
}

.footer-social img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.slider-dots button {
  width: 40px;
  height: 4px;
  padding: 0;
  border-radius: 999px;
  background: #f2f2f2;
}

.slider-dots button.active {
  background: #1fa2ff;
}

.event-cta {
  display: none;
}

.pricing {
  min-height: 600px;
  padding: 20px 0 80px;
  background: linear-gradient(167deg, #51cafb 60%, transparent 53%);
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.price-card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  overflow: hidden;
}

.price-card h2 {
  margin: 0;
  padding: 30px 20px;
  border-bottom: 1px solid rgba(240, 240, 240, .7);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.online {
  z-index: 1;
  min-height: 470px;
  background: #fff;
}

.online h2 {
  color: #4bacff;
}

.price-row {
  padding: 8px 64px 12px;
  text-align: center;
}

.price {
  margin: 0;
  color: #111;
  font-size: 48px;
  font-weight: 500;
}

.price span {
  font-size: 24px;
  font-weight: 300;
}

.green {
  margin: 0 0 20px;
  color: var(--green);
  font-weight: 600;
}

.price-row p:last-child {
  margin: 0;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
}

.instant {
  min-height: 390px;
  margin-left: -1px;
  background: var(--dark);
  color: #fff;
}

.instant h2 {
  color: #fff;
  border-color: #343566;
}

.instant-copy {
  padding: 54px 80px 40px;
}

.instant-copy p {
  margin: 0 0 32px;
  color: #fff;
  font-weight: 300;
  line-height: 1.55;
}

.features {
  background: #fff;
  padding-top: 0;
}

.feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 52px;
}

.feature-mini-grid article,
.resource-grid article {
  text-align: center;
}

.feature-mini-grid img,
.resource-grid img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 16px;
}

.feature-mini-grid h3,
.resource-grid h3 {
  margin: 0 0 12px;
  color: #424242;
  font-size: 16px;
  font-weight: 600;
}

.feature-mini-grid p,
.resource-grid p {
  margin: 0 auto;
  max-width: 230px;
  color: #555;
  line-height: 1.35;
  font-weight: 300;
}

.feature-cta {
  display: none;
}

.feature-showcase {
  position: relative;
}

.cart {
  margin: 96px 0 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: center;
}

.showcase-copy h2 {
  margin: 0 0 24px;
  color: #000;
  font-size: 27px;
  line-height: 1.25;
}

.showcase-copy h2 span {
  color: var(--blue);
  margin-right: 6px;
}

.showcase-copy p {
  margin: 0;
  max-width: 650px;
  color: #111;
  line-height: 1.65;
  font-size: 16px;
}

.showcase-copy .button {
  width: 50%;
  margin-top: 32px;
}

.showcase-img {
  width: 100%;
  max-height: 580px;
  object-fit: contain;
}

.influencers {
  margin-top: 0;
  padding: 120px 0 80px;
  background: linear-gradient(5deg, #f7f9fc 83%, transparent 17%);
}

.influencers .showcase-grid {
  grid-template-columns: 330px 1fr;
}

.coupon-img {
  height: 468px;
}

.align-right {
  text-align: right;
}

.align-right h2 span {
  display: inline;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 64px 72px;
  padding: 24px 0 80px;
  margin-top: -40px;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) translateY(120%);
  width: 390px;
  height: 66px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(11, 16, 32, .18);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

.floating-cta.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.floating-cta button {
  width: calc(100% - 8px);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 8px 0 30px;
  border-radius: 999px;
  background: #0B1020;
  color: #fff;
  font-weight: 700;
}

.arrow {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  border-radius: 999px;
  background: #3d5afe;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
}

.desktop-only { display: inline-block; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slide-in {
  from { opacity: 0; transform: translateX(20%); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1023px) {
  .container {
    width: calc(100vw - 40px);
  }

  .hero {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero-photo-band {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 230px;
    margin-top: 10px;
    z-index: 1;
  }

  .hero-shapes {
    background: #0B1020;
  }

  .shape-one {
    width: 14%;
    height: 40px;
    right: 0;
    left: auto;
    bottom: 40px;
    background: #0B1020;
  }

  .shape-two {
    width: 30vw;
    height: 90px;
    left: auto;
    right: -10px;
    bottom: -28px;
    background: #0B1020;
  }

  .topbar {
    width: calc(100vw - 20px);
    height: 58px;
    margin-left: 50%;
    padding: 0 14px;
    border-radius: 30px;
    transform: translateX(-50%);
  }

  .nav-logo {
    font-size: 21px;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .topbar.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .topbar.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .topbar.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    background: rgba(11, 16, 32, .98);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s, transform .2s;
  }

  .topbar.menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    width: 100%;
    padding: 11px 12px;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
  }

  .nav-login {
    width: 100%;
    min-height: 42px;
    margin-top: 8px;
    padding: 0 14px;
    font-size: 14px;
  }

  .nav-link + .nav-link {
    border-top: 1px solid rgba(255, 255, 255, .26);
  }

  .nav-login {
    border-top: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
  }

  .nav-link:hover {
    background: rgba(255, 255, 255, .08);
  }

  .hero-grid {
    display: block;
    margin-top: 0;
  }

  .hero-copy {
    padding-top: 40px;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 14px;
    line-height: 1.18;
  }

  .headline-line {
    display: block;
    white-space: normal;
  }

  .headline-line-small {
    font-size: clamp(20px, 5.7vw, 23px);
  }

  .headline-line-large {
    font-size: clamp(23px, 6.9vw, 27px);
  }

  .hero-text {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .mobile-text {
    display: block;
  }

  .desktop-text {
    display: none;
  }

  .contact-card {
    margin-top: 18px;
    min-height: 0;
    padding: 24px 24px 24px;
  }

  .form-message:empty {
    display: none;
  }

  .contact-card h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .button-dark {
    min-height: 50px;
    padding: 13px 28px;
    font-size: 14px;
  }

  .select-field select {
    font-size: 14px;
  }

  .differentials {
    padding: 48px 0 32px;
  }

  .differentials-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .differentials-header h2 {
    font-size: 32px;
  }

  .differentials-header h2 span {
    display: inline;
  }

  .differentials-lead {
    font-size: 16px;
  }

  .differential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .differential-card {
    min-height: 166px;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 18px;
    padding: 22px;
  }

  .diff-number {
    font-size: 50px;
  }

  .stats-events {
    padding-top: 8px;
  }

  .platform-features {
    padding: 8px 0 60px;
  }

  .platform-features-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .platform-features h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .platform-features-heading p {
    font-size: 16px;
  }

  .metrics-visual {
    margin-bottom: 24px;
  }

  .platform-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .platform-feature-card {
    min-height: 0;
    padding: 24px;
  }

  .stats-block h2,
  .event-types h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .section-heading {
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
  }

  .slider-controls {
    padding-right: 0;
  }

  .event-slide,
  .event-slide.active {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 18px;
  }

  .segment-icon {
    width: 64px;
    height: 64px;
  }

  .segment-icon svg {
    width: 50px;
    height: 50px;
  }

  .pricing {
    padding: 56px 0;
  }

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

  .feature-mini-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 22px;
    padding-bottom: 44px;
  }

  .feature-cta {
    display: block;
    width: calc(100vw - 48px);
    margin: 0 auto 44px;
  }

  .cart {
    margin-top: 0;
  }

  .showcase-grid,
  .influencers .showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .cart .showcase-grid {
    flex-direction: column-reverse;
  }

  .showcase-img {
    width: calc(100vw - 40px);
    max-height: 440px;
    object-fit: cover;
    object-position: center top;
  }

  .showcase-copy {
    width: 100%;
    padding: 32px 4px 0;
  }

  .showcase-copy h2 {
    padding: 0 4px;
    font-size: 27px;
  }

  .showcase-copy h2 span {
    display: block;
  }

  .showcase-copy p {
    padding: 0 4px;
    font-size: 16px;
  }

  .desktop-only {
    display: none;
  }

  .influencers {
    margin-top: 72px;
    padding: 58px 0 72px;
    background: linear-gradient(5deg, #f7f9fc 94%, transparent 6%);
  }

  .align-right {
    text-align: left;
    order: 1;
  }

  .coupon-img {
    order: 2;
    width: 340px;
    height: 440px;
    object-fit: cover;
    object-position: center top;
    margin-top: 34px;
  }

  .align-right .button {
    width: 94%;
    margin: 34px auto 0;
    display: block;
  }

  .resource-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 28px;
    padding: 8px 18px 80px;
    margin-top: -20px;
  }

  .resource-grid p {
    font-size: 14px;
  }

  .floating-cta {
    width: 330px;
  }

  .floating-cta button {
    padding-left: 22px;
  }

  .floating-cta button span:first-child {
    font-size: 14px;
  }
}


@media (max-width: 640px) {
  .site-footer {
    padding: 64px 20px 112px;
  }

  .footer-logo-wrap,
  .footer-logo {
    width: 70px;
    height: 70px;
  }

  .site-footer h2 {
    font-size: 22px;
  }

  .footer-copy {
    font-size: 12px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .footer-social img {
    width: 30px;
    height: 30px;
  }

  .form-success p {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.35;
  }

  .form-success {
    row-gap: 4px;
  }

  .form-success-icon {
    margin-bottom: 22px;
  }

  .differentials-header h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .differentials-lead {
    font-size: 14px;
    line-height: 1.42;
  }

  .platform-features h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .event-types h2 {
    font-size: 24px;
    line-height: 1.12;
  }

  .platform-features-heading p {
    font-size: 14px;
    line-height: 1.42;
  }

  .differential-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .event-slide,
  .event-slide.active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 10px;
  }

  .segment-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .segment-icon svg {
    width: 36px;
    height: 36px;
  }

  .event-card p {
    font-size: 12px;
    line-height: 1.2;
  }

  .platform-feature-card {
    padding: 20px;
  }

  .platform-feature-card h3 {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.18;
  }

  .platform-feature-card ul {
    gap: 9px;
  }

  .platform-feature-card li {
    font-size: 13px;
    line-height: 1.35;
  }

  .differential-card {
    min-height: 0;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 14px;
    padding: 20px;
  }

  .diff-number {
    font-size: 40px;
  }

  .differential-card h3 {
    font-size: 17px;
    line-height: 1.18;
  }

  .diff-copy h3::before {
    font-size: 22px;
  }

  .differential-card p {
    font-size: 13px;
    line-height: 1.42;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100vw - 32px);
  }

  .hero {
    padding-bottom: 0;
  }

  .hero-photo-band {
    height: 190px;
    margin-top: 8px;
  }

  .hero-copy h1 {
    line-height: 1.18;
  }

  .headline-line-small {
    font-size: clamp(18px, 5.35vw, 20px);
  }

  .headline-line-large {
    font-size: clamp(21px, 6.55vw, 24px);
  }

  .contact-card {
    padding: 24px 18px 24px;
  }

  .field input,
  .select-field select {
    height: 56px;
  }

  .select-field select {
    font-size: 12px;
  }

  .differentials {
    padding: 40px 0 40px;
  }

  .differentials-intro {
    margin-bottom: 26px;
  }

  .differentials-header {
    text-align: left;
  }

  .differentials-header h2 {
    font-size: 24px;
  }

  .differentials-lead {
    font-size: 13px;
  }

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

  .differential-card {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 16px;
    padding: 18px;
  }

  .diff-number {
    font-size: 36px;
  }

  .differential-card h3 {
    font-size: 16px;
  }

  .diff-copy h3::before {
    font-size: 20px;
  }

  .differential-card p {
    font-size: 12px;
  }

  .platform-features {
    padding: 14px 0 50px;
    margin-top: -1px;
  }

  .platform-features h2 {
    font-size: 24px;
    line-height: 1.12;
  }

  .event-types h2 {
    font-size: 22px;
    line-height: 1.12;
  }

  .platform-features-heading {
    margin-bottom: 26px;
  }

  .platform-features-heading p {
    font-size: 13px;
    line-height: 1.42;
  }

  .form-success p {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.35;
  }

  .form-success {
    row-gap: 4px;
  }

  .form-success-icon {
    margin-bottom: 20px;
  }

  .platform-feature-card {
    padding: 18px;
  }

  .platform-feature-card h3 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.18;
  }

  .platform-feature-card ul {
    gap: 8px;
  }

  .platform-feature-card li {
    font-size: 12px;
    line-height: 1.35;
  }

  .event-slide,
  .event-slide.active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 8px;
  }

  .floating-cta {
    width: calc(100vw - 44px);
  }
}
