:root {
  --se-ink: #10172b;
  --se-ink-soft: #33445f;
  --se-muted: #6c7d93;
  --se-line: #dfe8f2;
  --se-paper: #f6fbff;
  --se-blue: #1768e8;
  --se-cyan: #30bdea;
  --se-violet: #9a61e8;
  --se-pink: #d768c7;
  --se-gradient: linear-gradient(100deg, #1768e8 0%, #2368dc 39%, #9b60e4 72%, #d363c8 100%);
  --se-shadow: 0 24px 70px rgba(40, 88, 145, 0.15);
}

body {
  background: #fff;
}

.se-page {
  overflow: clip;
  background: #fff;
  color: var(--se-ink);
}

.se-site-header {
  position: sticky;
  z-index: 800;
  top: 0;
  border-bottom: 1px solid rgba(31, 91, 152, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 28px rgba(41, 85, 133, 0.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.se-site-header__inner {
  position: relative;
  display: flex;
  width: min(1480px, 100%);
  height: 86px;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
  padding-inline: 34px;
}

.se-brand {
  display: inline-flex;
  flex: 0 0 auto;
  color: #111;
}

.se-brand__word {
  font-family: "Inter", "Arial Black", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.78;
}

.se-site-header__context {
  color: #182135;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.se-site-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.se-site-header__market {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--se-gradient);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(58, 94, 208, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.se-site-header__market img {
  filter: brightness(0) invert(1);
}

.se-site-header__menu {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #121827;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.se-site-header__menu img {
  width: 25px;
  height: 25px;
}

.se-site-nav {
  position: absolute;
  top: calc(100% - 8px);
  right: 34px;
  display: grid;
  width: min(310px, calc(100vw - 40px));
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(29, 90, 148, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 64px rgba(32, 67, 112, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.se-site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.se-site-nav a {
  padding: 12px 14px;
  border-radius: 12px;
  color: #24364e;
  font-size: 0.84rem;
  font-weight: 750;
}

.se-site-nav a:hover,
.se-site-nav a:focus-visible {
  background: #eef6ff;
  color: var(--se-blue);
}

.se-reading-progress {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.se-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--se-gradient);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.se-hero {
  position: relative;
  display: grid;
  min-height: min(850px, 56.3vw);
  isolation: isolate;
}

.se-hero__image,
.se-world__image,
.se-cta__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-hero__image {
  object-position: center;
}

.se-hero__veil,
.se-world__veil,
.se-cta__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.se-hero__veil {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 25%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 69%);
}

.se-hero__inner {
  display: flex;
  width: min(1480px, 100%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-inline: auto;
  padding: 96px 5.2vw 104px;
}

.se-hero__tagline {
  margin: 0 0 24px;
  padding-bottom: 8px;
  border-bottom: 4px solid #316fe8;
  color: #111727;
  font-size: clamp(1.15rem, 2.1vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  transform: rotate(-1deg);
}

.se-hero__title {
  display: grid;
  margin: 0 0 26px;
  color: transparent;
  font-family: "Inter", "Arial Black", sans-serif;
  font-size: clamp(4rem, 8.8vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.se-hero__title span {
  background: var(--se-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.se-hero__lead {
  margin: 0;
  color: #10182b;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 850;
  letter-spacing: 0.015em;
  line-height: 1.9;
}

.se-hero__definition {
  max-width: 520px;
  margin: 20px 0 0;
  color: #4b5e77;
  font-size: 0.88rem;
  line-height: 2;
}

.se-section-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: #51708f;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.se-section-number::before {
  width: 26px;
  height: 2px;
  background: var(--se-blue);
  content: "";
}

.se-origin {
  padding: 112px 0 104px;
  background: #fff;
}

.se-origin__inner {
  display: grid;
  width: min(1480px, 100%);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 48px;
  margin-inline: auto;
  padding: 0 4.2vw;
}

.se-origin__copy h2,
.se-makers__header h2,
.se-doubts__header h2,
.se-cta__copy h2 {
  margin: 0;
  color: var(--se-ink);
  font-size: clamp(2rem, 3.55vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.45;
  text-wrap: balance;
}

.se-origin__copy h2 span {
  color: var(--se-blue);
}

.se-origin__copy > p {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--se-ink-soft);
  font-size: 0.96rem;
  line-height: 2.1;
}

.se-origin__visual {
  position: relative;
  overflow: visible;
  margin: 0;
}

.se-origin__visual > img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  box-shadow: var(--se-shadow);
}

.se-tool-note {
  position: absolute;
  display: flex;
  min-width: 156px;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(49, 107, 181, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 35px rgba(36, 76, 125, 0.17);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.se-tool-note > img {
  padding: 5px;
  border-radius: 8px;
  background: #eaf5ff;
}

.se-tool-note span {
  display: grid;
  color: #19253a;
  line-height: 1.2;
}

.se-tool-note b {
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.se-tool-note small {
  margin-top: 5px;
  color: #8191a5;
  font-size: 0.62rem;
}

.se-tool-note--mine {
  bottom: 4%;
  left: -3%;
  transform: rotate(-3deg);
}

.se-tool-note--useful {
  right: -1.5%;
  bottom: 5%;
  transform: rotate(3deg);
}

.se-world {
  position: relative;
  display: grid;
  min-height: min(760px, 56.3vw);
  isolation: isolate;
}

.se-world__image {
  object-position: center;
}

.se-world__veil {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 19%, rgba(255, 255, 255, 0.48) 42%, rgba(255, 255, 255, 0) 64%);
}

.se-world__copy {
  display: flex;
  width: min(1480px, 100%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-inline: auto;
  padding: 80px 5.2vw;
}

.se-world__copy > span,
.se-world__copy h2 {
  font-family: "Inter", "Arial Black", sans-serif;
  font-size: clamp(2.7rem, 5.7vw, 5.1rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.se-world__copy > span {
  color: #111827;
}

.se-world__copy h2 {
  margin: 0;
  background: var(--se-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.se-world__copy p {
  margin: 34px 0 0;
  color: #27364c;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 2.05;
}

.se-world__copy a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 0 21px;
  border: 1px solid rgba(23, 104, 232, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--se-blue);
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(47, 93, 151, 0.11);
}

.se-makers {
  padding: 104px 24px 116px;
  background: #fff;
}

.se-makers__inner {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.se-makers__header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.se-makers__header .se-section-number {
  justify-content: center;
}

.se-makers__header > p {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--se-muted);
  font-size: 0.93rem;
  line-height: 2;
}

.se-maker-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.se-maker {
  position: relative;
  padding: 26px 14px 23px;
  border: 1px solid var(--se-line);
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(38, 78, 125, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.se-maker__icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 17px;
  border-radius: 50% 50% 45% 55%;
}

.se-maker__icon img {
  width: 30px;
  height: 30px;
}

.se-maker__icon--mint { background: #daf8ed; }
.se-maker__icon--blue { background: #e0efff; }
.se-maker__icon--violet { background: #eee6ff; }
.se-maker__icon--aqua { background: #dcf6fb; }
.se-maker__icon--yellow { background: #fff1c9; }

.se-maker h3 {
  margin: 0;
  color: #162238;
  font-size: 0.9rem;
  font-weight: 850;
}

.se-maker p {
  margin: 7px 0 0;
  color: #6f8095;
  font-size: 0.72rem;
  line-height: 1.7;
}

.se-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 62px;
}

.se-proof {
  padding: 30px 30px 28px;
  border: 1px solid #dce8f4;
  border-radius: 22px;
  background: var(--se-paper);
}

.se-proof > span {
  color: var(--se-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.se-proof strong {
  display: block;
  margin-top: 10px;
  color: #12213a;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.se-proof p {
  margin: 10px 0 0;
  color: #65788f;
  font-size: 0.84rem;
  line-height: 1.85;
}

.se-message {
  padding: 105px 24px;
  border-block: 1px solid #e2eef8;
  background: #f3f9ff;
  text-align: center;
}

.se-message__inner {
  width: min(980px, 100%);
  margin-inline: auto;
}

.se-message span {
  color: #60809d;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.se-message p {
  margin: 23px 0 0;
  color: var(--se-ink);
  font-size: clamp(2rem, 4.6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.5;
}

.se-message em {
  background: var(--se-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.se-doubts {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding: 108px 24px 116px;
}

.se-doubts__header {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
}

.se-doubts__header > p {
  margin: 0 0 7px;
  color: var(--se-muted);
  font-size: 0.94rem;
  line-height: 2;
}

.se-doubt-list {
  display: grid;
  gap: 12px;
}

.se-doubt {
  overflow: hidden;
  border: 1px solid var(--se-line);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.se-doubt[open] {
  border-color: #b8d6fb;
  box-shadow: 0 18px 38px rgba(38, 81, 132, 0.09);
}

.se-doubt summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  color: var(--se-ink);
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.se-doubt summary::-webkit-details-marker {
  display: none;
}

.se-doubt__index {
  color: var(--se-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.se-doubt__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eef6ff;
}

.se-doubt__toggle::before,
.se-doubt__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--se-blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.se-doubt__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.se-doubt[open] .se-doubt__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.se-doubt__answer {
  padding: 0 68px 26px 80px;
}

.se-doubt__answer p {
  margin: 0;
  color: var(--se-ink-soft);
  font-size: 0.93rem;
  line-height: 2;
}

.se-cta {
  position: relative;
  display: grid;
  min-height: min(650px, 56.3vw);
  isolation: isolate;
}

.se-cta__image {
  object-position: center;
}

.se-cta__veil {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 24%, rgba(255, 255, 255, 0.53) 47%, rgba(255, 255, 255, 0) 70%);
}

.se-cta__copy {
  display: flex;
  width: min(1480px, 100%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-inline: auto;
  padding: 80px 5.2vw;
}

.se-cta__copy h2 {
  font-size: clamp(2rem, 4.2vw, 3.85rem);
}

.se-cta__copy > p {
  max-width: 510px;
  margin: 22px 0 0;
  color: #42566f;
  font-size: 0.94rem;
  line-height: 2;
}

.se-cta__buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.se-cta__primary,
.se-cta__secondary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.se-cta__primary {
  background: var(--se-gradient);
  color: #fff;
  box-shadow: 0 16px 34px rgba(66, 89, 202, 0.23);
}

.se-cta__primary img {
  filter: brightness(0) invert(1);
}

.se-cta__secondary {
  border: 1px solid rgba(40, 95, 157, 0.15);
  background: rgba(255, 255, 255, 0.9);
  color: #253a52;
  box-shadow: 0 13px 30px rgba(41, 85, 133, 0.1);
}

.has-js .se-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.has-js .se-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .se-site-header__market:hover,
  .se-cta__primary:hover,
  .se-cta__secondary:hover {
    transform: translateY(-2px);
  }

  .se-site-header__market:hover,
  .se-cta__primary:hover {
    box-shadow: 0 19px 38px rgba(58, 94, 208, 0.28);
  }

  .se-site-header__menu:hover {
    background: #eef6ff;
    transform: rotate(-3deg);
  }

  .se-maker:hover {
    border-color: #c7dcf4;
    box-shadow: 0 20px 40px rgba(38, 78, 125, 0.12);
    transform: translateY(-6px);
  }
}

.se-site-header a:focus-visible,
.se-site-header button:focus-visible,
.se-world a:focus-visible,
.se-cta a:focus-visible,
.se-doubt summary:focus-visible {
  outline: 3px solid rgba(23, 104, 232, 0.4);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .se-doubts__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .se-doubts__header > p {
    max-width: 720px;
  }
}

@media (min-width: 821px) and (max-width: 1050px) {
  .se-origin {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .se-origin__inner {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.32fr);
    gap: 30px;
    padding-inline: 3.2vw;
  }

  .se-origin__copy h2 {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .se-origin__copy > p {
    margin-top: 19px;
    font-size: 0.83rem;
    line-height: 1.9;
  }
}

@media (max-width: 820px) {
  .se-origin__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .se-origin__copy {
    max-width: 760px;
  }

  .se-origin__copy > p {
    max-width: 650px;
  }

  .se-maker-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .se-maker {
    grid-column: span 2;
  }

  .se-maker:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .se-maker:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 720px) {
  .se-site-header__context {
    display: none;
  }

  .se-site-header__inner {
    height: 64px;
    gap: 12px;
    padding-inline: 16px;
  }

  .se-brand__word {
    font-size: 1.05rem;
  }

  .se-site-header__actions {
    gap: 6px;
  }

  .se-site-header__market {
    min-height: 38px;
    gap: 6px;
    padding: 0 12px;
    font-size: 0.65rem;
  }

  .se-site-header__market img {
    width: 14px;
    height: 14px;
  }

  .se-site-header__menu {
    width: 40px;
    height: 40px;
  }

  .se-site-header__menu img {
    width: 22px;
    height: 22px;
  }

  .se-site-nav {
    top: calc(100% - 5px);
    right: 14px;
  }

  .se-hero,
  .se-world,
  .se-cta {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .se-hero__image,
  .se-world__image,
  .se-cta__image {
    position: relative;
    z-index: 0;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .se-hero__image {
    object-position: 73% center;
  }

  .se-world__image {
    object-position: 72% center;
  }

  .se-cta__image {
    object-position: 71% center;
  }

  .se-hero__veil,
  .se-world__veil,
  .se-cta__veil {
    display: none;
  }

  .se-hero__inner,
  .se-world__copy,
  .se-cta__copy {
    order: 1;
    width: 100%;
    padding: 52px 20px 34px;
    background: #fff;
  }

  .se-hero__tagline {
    margin-bottom: 20px;
    font-size: 1.05rem;
  }

  .se-hero__title {
    margin-bottom: 22px;
    font-size: clamp(3.3rem, 18vw, 4.6rem);
    line-height: 0.86;
  }

  .se-hero__lead {
    font-size: 1rem;
  }

  .se-hero__definition {
    margin-top: 14px;
    font-size: 0.8rem;
    line-height: 1.85;
  }

  .se-origin {
    padding: 72px 0 76px;
  }

  .se-origin__inner {
    gap: 32px;
    padding-inline: 20px;
  }

  .se-origin__copy h2,
  .se-makers__header h2,
  .se-doubts__header h2,
  .se-cta__copy h2 {
    font-size: clamp(1.75rem, 8.6vw, 2.25rem);
    line-height: 1.5;
  }

  .se-origin__copy > p {
    margin-top: 20px;
    font-size: 0.87rem;
    line-height: 1.95;
  }

  .se-origin__visual > img {
    border-radius: 22px;
  }

  .se-tool-note {
    min-width: 124px;
    gap: 8px;
    padding: 9px 10px;
  }

  .se-tool-note--mine {
    bottom: -8%;
    left: -1%;
  }

  .se-tool-note--useful {
    right: -1%;
    bottom: -10%;
  }

  .se-tool-note > img {
    width: 23px;
    height: 23px;
  }

  .se-tool-note b {
    font-size: 0.61rem;
  }

  .se-tool-note small {
    font-size: 0.54rem;
  }

  .se-world__copy {
    padding-top: 70px;
    padding-bottom: 42px;
  }

  .se-world__copy > span,
  .se-world__copy h2 {
    font-size: clamp(2.7rem, 13.5vw, 4.1rem);
  }

  .se-world__copy p {
    margin-top: 25px;
    font-size: 0.86rem;
  }

  .se-makers {
    padding: 76px 20px 82px;
  }

  .se-makers__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .se-makers__header .se-section-number {
    justify-content: flex-start;
  }

  .se-makers__header > p {
    margin-top: 17px;
    font-size: 0.84rem;
    line-height: 1.9;
  }

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

  .se-maker:nth-child(4),
  .se-maker:nth-child(5) {
    grid-column: auto;
  }

  .se-maker {
    grid-column: auto;
  }

  .se-maker:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  .se-maker {
    padding: 21px 10px 18px;
    border-radius: 19px;
  }

  .se-maker__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 13px;
  }

  .se-proof-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 38px;
  }

  .se-proof {
    padding: 24px 22px;
  }

  .se-message {
    padding: 76px 20px;
  }

  .se-message p {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
    line-height: 1.55;
  }

  .se-doubts {
    padding: 76px 20px 82px;
  }

  .se-doubts__header {
    margin-bottom: 28px;
  }

  .se-doubts__header > p {
    font-size: 0.85rem;
    line-height: 1.9;
  }

  .se-doubt summary {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 9px;
    padding: 17px 15px;
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .se-doubt__answer {
    padding: 0 16px 20px 52px;
  }

  .se-doubt__answer p {
    font-size: 0.83rem;
    line-height: 1.9;
  }

  .se-cta__copy {
    padding-top: 70px;
    padding-bottom: 42px;
  }

  .se-cta__copy > p {
    font-size: 0.85rem;
    line-height: 1.9;
  }

  .se-cta__buttons {
    display: grid;
    width: 100%;
  }

  .se-cta__primary,
  .se-cta__secondary {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .se-site-header__market {
    padding-inline: 9px;
  }

  .se-site-header__market span {
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .se-hero__title {
    font-size: 3rem;
  }

  .se-tool-note {
    min-width: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-js .se-reveal,
  .se-site-header__market,
  .se-site-header__menu,
  .se-site-nav,
  .se-maker,
  .se-cta__primary,
  .se-cta__secondary {
    transition: none !important;
  }
}
