/* Compiled from scss/styles.scss — do not edit directly; edit the SCSS and recompile. */

body {
  margin: 0;
  background: #FBFAFE;
  font-family: 'Lato', sans-serif;
  color: #463D5C;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #EA3369;
  color: #fff;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #371DA3;
  color: #fff;
  padding: 14px 22px;
  border-radius: 0 0 12px 0;
  z-index: 1000;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: 0;
  color: #fff;
}

.section-eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #371DA3;
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  color: #1A1030;
  line-height: 1.2;
  margin: 0;
}

.lead-copy {
  font-size: 16.5px;
  line-height: 1.75;
  color: #463D5C;
}

.text-muted-sey {
  color: #5B5470;
}

.section {
  padding: clamp(64px, 10vw, 130px) 24px;
}

.section--tint {
  background: #F1EEFB;
}

.section--light {
  background: #FBFAFE;
}

.section--dark {
  background: #150B3D;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 0.8, 0.24, 1);
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}

.scramble .ltr {
  opacity: 0;
  transition: opacity 0.18s ease;
}

.scramble .ltr.on {
  opacity: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(251, 250, 254, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E4DEF5;
}

.brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #1A1030;
}

.brand-sub {
  font-weight: 300;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5B5470;
  margin-top: 2px;
}

.nav-link-sey {
  font-weight: 700;
  font-size: 14.5px;
  color: #2B2140;
  text-decoration: none;
}

.nav-link-sey:hover {
  color: #371DA3;
}

.btn-sey {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-sey svg {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-sey:hover svg {
  transform: translateX(5px);
}

.btn-sey--pink {
  background: #EA3369;
  border: 2px solid #EA3369;
  color: #fff;
  box-shadow: 0 12px 30px -10px rgba(234, 51, 105, 0.6);
}

.btn-sey--pink:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -8px rgba(234, 51, 105, 0.7);
}

.btn-sey--pink:active {
  transform: scale(0.96);
}

.btn-sey--primary {
  background: #371DA3;
  border: none;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(55, 29, 163, 0.4);
}

.btn-sey--primary:hover {
  color: #fff;
  background: #2b1682;
}

.btn-sey--ghost {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn-sey--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

.btn-sey--sm {
  padding: 11px 18px;
  font-size: 13.5px;
  gap: 7px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1B0E46 0%, #2A1670 46%, #371DA3 100%);
  padding: clamp(56px, 11vw, 120px) 24px clamp(90px, 13vw, 150px);
  text-align: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #F3F0FF;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}

.hero__title {
  font-family: 'Aclonica', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 7vw, 72px);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 22px;
}

.hero__lead {
  font-size: clamp(16.5px, 2.3vw, 20px);
  line-height: 1.62;
  color: #D9D2F5;
  max-width: 660px;
  margin: 0 auto 18px;
}

.hero__quote {
  font-weight: 300;
  font-style: italic;
  font-size: 15.5px;
  color: #B7ADE8;
  max-width: 520px;
  margin: 0 auto 38px;
}

.hero__note {
  font-weight: 300;
  font-size: 13px;
  color: #9184C7;
  margin: 16px 0 0;
}

.hero__person-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px 14px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: transform 0.15s ease-out, background 0.2s ease;
  will-change: transform;
}

.hero__person-card:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero__person-card img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.hero__person-card .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: #fff;
}

.hero__person-card .role {
  font-weight: 300;
  font-size: 12.5px;
  color: #C9BFF0;
}

.deco {
  position: absolute;
  pointer-events: none;
}

.float-anim {
  animation: seyFloat 7s ease-in-out infinite;
}

.float-anim-2 {
  animation: seyFloat 9s ease-in-out 1.2s infinite;
}

.float-anim-3 {
  animation: seyFloat 5.5s ease-in-out 0.6s infinite;
}

.spin-anim {
  animation: seySpin 16s linear infinite;
}

.trust-strip {
  background: #FBFAFE;
  padding: 34px 24px;
  border-bottom: 1px solid #EDE9FA;
}

.trust-strip .item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #2B2140;
}

.card-plain {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid #E4DEF5;
}

.icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card-glass {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
}

.chip {
  padding: 9px 16px;
  border-radius: 999px;
  background: #F1EEFB;
  color: #371DA3;
  font-weight: 700;
  font-size: 13.5px;
}

.img-organic {
  position: relative;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 30px 60px -24px rgba(26, 16, 48, 0.35);
  display: block;
}

.manifesto {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, #2A1670 0%, #150B3D 62%);
  padding: clamp(80px, 12vw, 150px) 24px;
  text-align: center;
}

.manifesto .line {
  font-weight: 300;
  font-size: clamp(19px, 3.2vw, 28px);
  line-height: 1.25;
  color: #E6E1F7;
  margin: 0 0 5px;
}

.manifesto .hashtag {
  font-family: 'Aclonica', sans-serif;
  font-size: clamp(40px, 8vw, 84px);
  color: #fff;
  margin: 34px 0 0;
  letter-spacing: 0.01em;
}

.brain-card {
  width: 250px;
  padding: 28px 24px;
  box-shadow: 0 20px 42px -20px rgba(55, 29, 163, 0.32);
  transition: box-shadow 0.3s ease;
}

.brain-card .kind {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #371DA3;
  margin: 0 0 8px;
}

.brain-card .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #1A1030;
  margin: 0 0 10px;
}

.brain-card .q {
  font-weight: 300;
  font-style: italic;
  font-size: 14.5px;
  color: #5B5470;
  margin: 0 0 16px;
}

.brain-card .tag {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 999px;
  background: #EDE9FA;
  color: #371DA3;
  font-weight: 700;
  font-size: 12.5px;
}

.brain-card .tag--amber {
  background: #FCF1D9;
  color: #8A5D00;
}

.brain-card .tag--blue {
  background: #E9F1FF;
  color: #0F52B9;
}

.brain-card--up {
  border-radius: 28px 28px 28px 6px;
  transform: translateY(-14px);
}

.brain-card--down {
  border-radius: 28px 28px 6px 28px;
  transform: translateY(14px);
}

.who-card {
  border-radius: 26px;
  padding: 38px 34px;
}

.who-card.is-for {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.who-card.is-not-for {
  background: rgba(234, 51, 105, 0.06);
  border: 1px solid rgba(234, 51, 105, 0.25);
}

.who-card .label {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.who-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.6;
  color: #E6E1F7;
}

.who-card li + li {
  margin-top: 16px;
}

.who-card svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.step-badge {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #371DA3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  transform: rotate(-6deg);
}

.step-badge.is-final {
  background: #EA3369;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 45px -22px rgba(55, 29, 163, 0.3);
  height: 100%;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0 36px 74px -20px rgba(55, 29, 163, 0.5);
  border-color: rgba(55, 29, 163, 0.4);
}

.pricing-card .inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.pricing-card .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin: 0;
  color: #1A1030;
}

.pricing-card .full {
  font-weight: 700;
  font-size: 13.5px;
  margin: 4px 0 0;
  color: #5B5470;
}

.pricing-card .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 34px;
  margin: 6px 0 0;
  color: #1A1030;
}

.pricing-card .max {
  font-weight: 700;
  font-size: 13.5px;
  margin: -10px 0 0;
  color: #5B5470;
}

.pricing-card .desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 2px 0 0;
  color: #5B5470;
}

.pricing-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.5;
  color: #2B2140;
}

.pricing-card li + li {
  margin-top: 11px;
}

.pricing-card li svg {
  flex-shrink: 0;
  margin-top: 2px;
}




.pricing-3d {
  perspective: 1400px;
}

.pricing-card {
  transform: var(--card-base, none);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 992px) {
  .pricing-card--a { --card-base: rotateY(14deg) rotateZ(-3.5deg) translateX(22px); }
  .pricing-card--b { --card-base: rotateY(-5deg) rotateZ(1.6deg); position: relative; z-index: 2; }
  .pricing-card--c { --card-base: rotateY(-14deg) rotateZ(3deg) translateX(-22px); }
}

@media (max-width: 991.98px) {
  .pricing-card--a { --card-base: rotateZ(-2deg); }
  .pricing-card--b { --card-base: rotateZ(1.2deg); }
  .pricing-card--c { --card-base: rotateZ(-1.5deg); }
}

.pricing-card--featured {
  background: linear-gradient(165deg, rgba(42, 22, 112, 0.88), rgba(55, 29, 163, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 70px -22px rgba(55, 29, 163, 0.55);
}

.pricing-card--featured .name, .pricing-card--featured .price {
  color: #fff;
}

.pricing-card--featured .full, .pricing-card--featured .max {
  color: #C9BFF0;
}

.pricing-card--featured .desc {
  color: #D9D2F5;
}

.pricing-card--featured li {
  color: #EDE9FA;
}

@media (min-width: 900px) {
  .pricing-3d {
  perspective: 1400px;
}

.pricing-card {
  transform: var(--card-base, none);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 992px) {
  .pricing-card--a { --card-base: rotateY(14deg) rotateZ(-3.5deg) translateX(22px); }
  .pricing-card--b { --card-base: rotateY(-5deg) rotateZ(1.6deg); position: relative; z-index: 2; }
  .pricing-card--c { --card-base: rotateY(-14deg) rotateZ(3deg) translateX(-22px); }
}

@media (max-width: 991.98px) {
  .pricing-card--a { --card-base: rotateZ(-2deg); }
  .pricing-card--b { --card-base: rotateZ(1.2deg); }
  .pricing-card--c { --card-base: rotateZ(-1.5deg); }
}

.pricing-card--featured {
    margin-top: -14px;
  }

}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 30px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #EA3369;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.book-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 16px 34px -18px rgba(26, 16, 48, 0.35);
  display: block;
  margin-bottom: 14px;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 12.5px;
  color: #371DA3;
  text-decoration: none;
}

.link-arrow svg {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.link-arrow:hover {
  color: #371DA3;
}

.link-arrow:hover svg {
  transform: translateX(3px) translateY(-3px);
}

.stories-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  --track-pad: max(24px, calc((100vw - 1320px) / 2 + 12px));
  padding: 18px var(--track-pad) 20px;
  scroll-padding-inline: var(--track-pad);
  scrollbar-width: thin;
}

.story-card {
  position: relative;
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  border: none;
  border-radius: 22px;
  padding: 32px 26px 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 16px 28px -18px rgba(55, 29, 163, 0.35);
}

.story-card .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  color: #1A1030;
  margin: 0 0 4px;
}

.story-card .edition {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: 999px;
  background: #F1EEFB;
  color: #371DA3;
  font-weight: 700;
  font-size: 11.5px;
  margin-bottom: 16px;
}

.story-card .quote {
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: #2B2140;
  margin: 0 0 18px;
  flex-grow: 1;
}

.story-card .tema {
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5B5470;
  margin: 0 0 18px;
}

.story-more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #371DA3;
}

.story-more svg {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.story-more:hover svg {
  transform: translateX(5px);
}

.carousel-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #DDD6F3;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #371DA3;
}

.carousel-arrow:hover {
  background: #F1EEFB;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #E4DEF5;
  border-radius: 16px !important;
  overflow: hidden;
}

.faq-accordion .accordion-item + .accordion-item {
  margin-top: 12px;
}

.faq-accordion .accordion-button {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: #1A1030;
  padding: 20px 22px;
  background: none;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #1A1030;
  background: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-accordion .accordion-button::after {
  filter: hue-rotate(0deg);
}

.faq-accordion .accordion-body {
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #5B5470;
}

.cta-final {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #150B3D 0%, #2A1670 60%, #371DA3 100%);
  padding: clamp(72px, 11vw, 140px) 24px;
}

.cta-final .title {
  font-family: 'Aclonica', sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 4.6vw, 44px);
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.25;
}

.cta-final .copy {
  font-size: 16.5px;
  line-height: 1.7;
  color: #D9D2F5;
  margin: 0 0 34px;
  max-width: 480px;
}

.site-footer {
  background: #100A2E;
  padding: 64px 24px 28px;
}

.site-footer .brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}

.site-footer .about {
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.6;
  color: #9184C7;
  max-width: 260px;
}

.site-footer .col-label {
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6E63A8;
  margin: 0 0 18px;
}

.site-footer a, .site-footer .link-btn {
  font-size: 14.5px;
  color: #D9D2F5;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.site-footer .link-btn {
  text-decoration: underline;
}

.site-footer .legal {
  font-weight: 300;
  font-size: 13px;
  color: #6E63A8;
  margin: 0;
}

.site-footer .divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.checkin-modal .modal-content {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px);
  border-radius: 26px;
  border: none;
  box-shadow: 0 50px 100px -20px rgba(55, 29, 163, 0.5);
}

.checkin-modal .kicker {
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #371DA3;
  margin: 0 0 14px;
}

.checkin-modal .progress {
  height: 6px;
  border-radius: 999px;
  background: #EDE9FA;
}

.checkin-modal .progress-bar {
  background: linear-gradient(90deg, #371DA3, #EA3369);
  border-radius: 999px;
  transition: width 0.35s ease;
}

.checkin-modal .step-label {
  font-weight: 700;
  font-size: 12.5px;
  color: #8177A6;
  margin: 10px 0 18px;
}

.checkin-modal .question {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1A1030;
  margin: 0 0 20px;
  line-height: 1.3;
}

.checkin-modal .hint {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #8177A6;
  margin: -12px 0 18px;
}

.checkin-modal .error {
  font-weight: 700;
  font-size: 13.5px;
  color: #C41E4B;
  margin: 16px 0 0;
}

.checkin-modal input[type='text'], .checkin-modal input[type='email'], .checkin-modal textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  border: 2px solid #E4DEF5;
  font-size: 16px;
  color: #1A1030;
}

.checkin-modal input[type='text']:focus, .checkin-modal input[type='email']:focus, .checkin-modal textarea:focus {
  border-color: #371DA3;
  outline: none;
  box-shadow: none;
}

.pill-option {
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid #DDD6F3;
  background: #fff;
  color: #2B2140;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.pill-option.is-selected {
  border-color: #371DA3;
  background: #371DA3;
  color: #fff;
}

.pill-option.is-block {
  width: 100%;
  text-align: left;
}

.btn-back {
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid #E4DEF5;
  background: #fff;
  color: #1A1030;
  font-weight: 700;
  font-size: 14.5px;
}

.btn-back:disabled {
  opacity: 0.4;
}

.btn-next {
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: #371DA3;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.btn-next:hover {
  background: #2b1682;
  color: #fff;
}

.thankyou-icon {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
}

.thankyou-icon .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #7BE0A8;
  animation: seyPulseRing 1.8s ease-out infinite;
}

.thankyou-icon .disc {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #EAFBF1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-modal .modal-content {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px);
  border-radius: 26px;
  border: none;
  padding: 24px 22px;
  box-shadow: 0 50px 100px -20px rgba(55, 29, 163, 0.5);
}

.story-modal .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #1A1030;
  margin: 0 0 6px;
}

.story-modal .text {
  font-size: 15.5px;
  line-height: 1.75;
  color: #463D5C;
  margin: 0;
  white-space: pre-line;
}

.btn-close-round {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #F1EEFB;
  color: #1A1030;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 950;
  max-width: 920px;
  margin: 0 auto;
  background: #150B3D;
  border-radius: 20px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.16, 0.8, 0.24, 1);
}

.cookie-bar.is-visible {
  transform: translateY(0);
}

.cookie-bar p {
  margin: 0;
  flex: 1 1 320px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #D9D2F5;
}

.cookie-bar a {
  color: #fff;
}

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

@keyframes seyPulseRing {
  0% { transform: scale(0.85); opacity: 0.55; }
  100% { transform: scale(1.7); opacity: 0; }
}

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