:root{
  --rm-fea-blue:#185DC5;
  --rm-fea-blue-dark:#0A2E68;
  --rm-fea-navy:#07162F;
  --rm-fea-gold:#F5D28F;
  --rm-fea-white:#FFFFFF;
  --rm-fea-soft:#EEF5FF;
  --rm-fea-soft-2:#F8FBFF;
  --rm-fea-text:#17304E;
  --rm-fea-muted:#55718F;
  --rm-fea-border:#D7E6FB;
  --rm-fea-shadow:0 18px 50px rgba(7,22,47,.12);
  --rm-fea-radius:24px;
}

#rm-fea-page{
  background:
    radial-gradient(circle at top, rgba(24,93,197,.16), transparent 32%),
    linear-gradient(180deg, #F7FBFF 0%, #EEF5FF 100%);
  color:var(--rm-fea-text);
  padding-bottom:64px;
}

#rm-fea-page,
#rm-fea-page *{
  box-sizing:border-box;
}

.rm-fea-shell{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.rm-fea-shell--narrow{
  width:min(920px, calc(100% - 32px));
}

.rm-fea-shell--wide{
  width:min(1240px, calc(100% - 32px));
}

.rm-fea-section{
  margin-top:34px;
}

.rm-fea-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 48px;
  background:linear-gradient(135deg, #07162F 0%, #0A2E68 44%, #185DC5 100%);
  color:#fff;
}

.rm-fea-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle, rgba(255,255,255,.18) 1px, transparent 1px) 0 0 / 110px 110px,
    radial-gradient(circle, rgba(245,210,143,.14) 1px, transparent 1px) 40px 40px / 140px 140px;
  opacity:.65;
  pointer-events:none;
}

.rm-fea-hero .rm-fea-shell{
  position:relative;
  z-index:2;
  text-align:center;
}

.rm-fea-kicker{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-weight:700;
  margin-bottom:16px;
}

.rm-fea-title{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(2rem, 3.7vw, 3.7rem);
  line-height:1.08;
  letter-spacing:-.02em;
}

.rm-fea-subtitle{
  max-width:860px;
  margin:0 auto;
  font-size:1.08rem;
  line-height:1.8;
  color:rgba(255,255,255,.94);
}

.rm-fea-ritual{
  max-width:800px;
  margin:26px auto 0;
  padding:20px 22px;
  border-radius:20px;
  border:1px solid rgba(245,210,143,.38);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
}

.rm-fea-ritual p{
  margin:0;
  color:#FFF6E8;
  line-height:1.75;
}

.rm-fea-card{
  background:#fff;
  border:1px solid rgba(17,52,99,.08);
  border-radius:var(--rm-fea-radius);
  box-shadow:var(--rm-fea-shadow);
  padding:30px;
}

.rm-fea-card--game,
.rm-fea-card--result{
  padding:32px;
}

.rm-fea-comments-card{
  background:#fff;
  border:1px solid #D8E7FA;
  border-radius:24px;
  box-shadow:var(--rm-fea-shadow);
  padding:22px;
}

.rm-fea-section-title{
  margin:0 0 14px;
  font-size:1.5rem;
  line-height:1.3;
  color:#113463;
}

.rm-fea-section-title--center{
  text-align:center;
}

.rm-fea-text,
.rm-fea-post-content,
.rm-fea-reading p,
.rm-fea-faq-answer p,
.rm-fea-whatsapp p,
.rm-fea-phone-card p{
  font-size:1.02rem;
  line-height:1.84;
  margin:0 0 16px;
}

.rm-fea-text--center{
  text-align:center;
}

.rm-fea-text--light{
  color:rgba(255,255,255,.92);
}

.rm-fea-center{
  text-align:center;
}

.rm-fea-start-box{
  margin-top:24px;
  text-align:center;
}

.rm-fea-start-note{
  margin:12px 0 0;
  color:var(--rm-fea-muted);
}

.rm-fea-error{
  color:#B51D2D;
  font-weight:700;
}

.rm-fea-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 24px;
  border:none;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:1rem;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.rm-fea-btn:hover{
  transform:translateY(-2px);
}

.rm-fea-btn--primary{
  background:var(--rm-fea-blue);
  color:#fff;
  box-shadow:0 14px 32px rgba(24,93,197,.24);
}

.rm-fea-btn--secondary{
  background:#fff;
  color:var(--rm-fea-blue-dark);
  border:2px solid var(--rm-fea-blue);
}

.rm-fea-btn--whatsapp{
  background:#25D366;
  color:#fff;
  box-shadow:0 14px 32px rgba(37,211,102,.22);
}

.rm-fea-like-row{
  display:flex;
  justify-content:center;
}

.rm-fea-like-row--top{
  margin-top:22px;
}

.rm-fea-like-row--bottom{
  margin-top:6px;
}

.rm-fea-like-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid #D6E5FB;
  background:#F8FBFF;
  color:#14365E;
  border-radius:999px;
  padding:12px 18px;
  cursor:pointer;
  font-weight:800;
  transition:all .2s ease;
}

.rm-fea-like-btn:hover{
  transform:translateY(-1px);
  border-color:#B8D1F5;
}

.rm-fea-like-btn.is-liked{
  background:#EAF3FF;
  border-color:#B9D5FF;
  cursor:default;
}

.rm-fea-like-btn.is-loading{
  opacity:.7;
}

.rm-fea-like-btn__icon{
  color:#C91C4B;
  font-size:1.1rem;
}

.rm-fea-phase-head{
  text-align:center;
}

.rm-fea-phase-step{
  margin:0 0 8px;
  color:var(--rm-fea-blue);
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.rm-fea-phase-copy{
  max-width:760px;
  margin:0 auto 20px;
  color:var(--rm-fea-muted);
  line-height:1.78;
}

.rm-fea-picked{
  display:grid;
  grid-template-columns:repeat(7, minmax(0,1fr));
  gap:14px;
  margin:26px 0 28px;
  scroll-margin-top:28px;
}

.rm-fea-slot{
  min-height:180px;
  border:1px dashed #C8DAF7;
  border-radius:18px;
  background:#F8FBFF;
  padding:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.rm-fea-slot--filled{
  border-style:solid;
  background:#fff;
}

.rm-fea-slot.is-just-filled{
  animation:rmFeaPulse .7s ease;
}

@keyframes rmFeaPulse{
  0%{transform:scale(.96);}
  60%{transform:scale(1.03);}
  100%{transform:scale(1);}
}

.rm-fea-slot img{
  width:72px;
  height:112px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:10px;
  box-shadow:0 10px 24px rgba(7,22,47,.14);
}

.rm-fea-slot h3{
  margin:0 0 8px;
  font-size:.92rem;
  line-height:1.35;
  color:#173B69;
}

.rm-fea-slot p{
  margin:0;
  font-size:.92rem;
  color:var(--rm-fea-muted);
  line-height:1.5;
}

.rm-fea-slot__ph{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#E8F2FF;
  color:var(--rm-fea-blue);
  font-weight:800;
  font-size:1rem;
  margin-bottom:12px;
}

.rm-fea-board-status{
  min-height:24px;
  margin-bottom:12px;
  text-align:center;
  font-weight:700;
  color:#315B89;
}

.rm-fea-board{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:16px;
}
.rm-fea-card-btn{
  position:relative;
  width:100%;
  aspect-ratio:2/3;
  border:none;
  background:transparent;
  padding:0;
  cursor:pointer;
}

.rm-fea-card-btn__inner{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  border-radius:18px;
  transition:transform .18s ease, opacity .2s ease, filter .2s ease;
}

.rm-fea-card-btn:hover .rm-fea-card-btn__inner{
  transform:translateY(-4px);
}

.rm-fea-card-btn:active .rm-fea-card-btn__inner,
.rm-fea-card-btn.is-selected .rm-fea-card-btn__inner{
  transform:scale(.97);
}

.rm-fea-card-btn.is-consumed .rm-fea-card-btn__inner{
  opacity:.08;
}

.rm-fea-card-btn__face{
  position:absolute;
  inset:0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(7,22,47,.12);
}

.rm-fea-card-btn__face--back{
  z-index:2;
}

.rm-fea-card-btn__face--front{
  display:none;
}

.rm-fea-card-btn__face img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.rm-fea-flying-card{
  position:fixed;
  z-index:99999;
  pointer-events:none;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(7,22,47,.22);
  transform-origin:top left;
  transition:transform .76s cubic-bezier(.22,.61,.36,1), opacity .76s ease;
  perspective:1000px;
}

.rm-fea-flying-card__inner{
  position:relative;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:transform .55s ease;
}

.rm-fea-flying-card.is-revealed .rm-fea-flying-card__inner{
  transform:rotateY(180deg);
}

.rm-fea-flying-card__face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.rm-fea-flying-card__face--front{
  transform:rotateY(180deg);
}

.rm-fea-flying-card__face img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.rm-fea-result-head{
  text-align:center;
  margin-bottom:26px;
}

.rm-fea-result-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:#EAF3FF;
  color:#134077;
  font-weight:800;
  margin-bottom:16px;
}

.rm-fea-result-badge[data-polarity="positive"]{
  background:#E9F8EF;
  color:#1B6B39;
}

.rm-fea-result-badge[data-polarity="mixed"]{
  background:#FFF4DD;
  color:#8A5A00;
}

.rm-fea-result-badge[data-polarity="warning"]{
  background:#FDEBEC;
  color:#A22A3C;
}

.rm-fea-result-title{
  margin:0 0 16px;
  font-size:clamp(1.8rem, 3vw, 3rem);
  line-height:1.12;
  color:#113463;
}

.rm-fea-summary{
  max-width:860px;
  margin:0 auto;
}

.rm-fea-summary p{
  margin:0 0 12px;
  line-height:1.8;
}

.rm-fea-result-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:24px;
  align-items:start;
}

.rm-fea-reading-block{
  border:1px solid #E0EBFC;
  border-radius:20px;
  background:#F8FBFF;
  padding:22px;
  margin-bottom:18px;
}

.rm-fea-reading-block--final{
  background:linear-gradient(180deg, #F8FBFF 0%, #EEF5FF 100%);
}

.rm-fea-reading-block h3{
  margin:0 0 12px;
  color:#183A69;
  font-size:1.1rem;
  line-height:1.4;
}

.rm-fea-side-title{
  margin:0 0 16px;
  color:#173A69;
  font-size:1.2rem;
}

.rm-fea-result-cards{
  display:grid;
  gap:14px;
}

.rm-fea-result-card{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  border:1px solid #E0EBFC;
  background:#fff;
}

.rm-fea-result-card img{
  width:86px;
  height:128px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(7,22,47,.12);
}

.rm-fea-result-card__step{
  display:inline-block;
  margin-bottom:6px;
  font-size:.84rem;
  font-weight:800;
  color:var(--rm-fea-blue);
  text-transform:uppercase;
}

.rm-fea-result-card h4{
  margin:0 0 6px;
  color:#173A69;
  font-size:1rem;
  line-height:1.35;
}

.rm-fea-result-card p{
  margin:0;
  color:var(--rm-fea-muted);
  line-height:1.55;
}

.rm-fea-share-title{
  margin:0 0 20px;
  text-align:center;
  color:#113463;
  font-size:1.2rem;
  line-height:1.35;
  font-weight:700;
}

.rm-fea-socials{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
}

.rm-fea-social{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:54px;
  padding:0 20px;
  border-radius:999px;
  border:2px solid #C9DCF8;
  background:#fff;
  color:#173A69;
  text-decoration:none;
  font-weight:800;
  transition:all .2s ease;
}

.rm-fea-social:hover{
  transform:translateY(-2px);
  border-color:var(--rm-fea-blue);
  box-shadow:0 10px 20px rgba(24,93,197,.12);
}

.rm-fea-whatsapp{
  text-align:center;
  padding:26px;
  background:#fff;
  border:1px solid #D8E7FA;
  border-radius:24px;
  box-shadow:var(--rm-fea-shadow);
}

.rm-fea-phones{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  margin-top:0;
}

.rm-fea-phone-card{
  background:#fff;
  border:1px solid #D8E7FA;
  border-radius:22px;
  box-shadow:var(--rm-fea-shadow);
  padding:22px;
  text-align:center;
}

.rm-fea-phone-card h3{
  margin:0 0 12px;
  color:#173A69;
  font-size:1.12rem;
}

.rm-fea-phone-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  margin-bottom:14px;
  background:#fff;
  color:#185DC5;
  text-decoration:none;
  font-weight:900;
  font-size:1.25rem;
  border-radius:999px;
  border:2px solid #185DC5;
}

.rm-fea-phone-link:hover{
  background:#185DC5;
  color:#fff;
}

.rm-fea-actions{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}

.rm-fea-actions .rm-fea-btn{
  width:100%;
  text-align:center;
}

.rm-fea-comments-card input[type="text"],
.rm-fea-comments-card input[type="email"],
.rm-fea-comments-card input[type="url"],
.rm-fea-comments-card textarea{
  width:100%;
  border:1px solid #C8DAF7;
  background:#F7FBFF;
  border-radius:16px;
  padding:14px 16px;
}

.rm-fea-comments-card textarea{
  min-height:180px;
}

.rm-fea-comments-card input[type="submit"],
.rm-fea-comments-card button,
.rm-fea-comments-card .submit{
  background:#185DC5;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:14px 26px;
  font-weight:800;
  cursor:pointer;
}

.rm-fea-faq{
  display:grid;
  gap:14px;
}

.rm-fea-faq-item{
  border:1px solid #DCE9FB;
  border-radius:18px;
  background:#F8FBFF;
  padding:16px 18px;
}

.rm-fea-faq-question{
  cursor:pointer;
  font-weight:800;
  color:#173A69;
  line-height:1.45;
}

.rm-fea-faq-answer{
  padding-top:12px;
}

.rm-fea-post-content{
  margin-top:24px;
  padding-top:6px;
}

.rm-fea-post-content > *:last-child{
  margin-bottom:0;
}

@media (max-width: 1180px){
  .rm-fea-picked{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .rm-fea-board{
    grid-template-columns:repeat(5, minmax(0,1fr));
  }

  .rm-fea-result-layout{
    grid-template-columns:1fr;
  }
}

@media (max-width: 980px){
  .rm-fea-phones,
  .rm-fea-actions{
    grid-template-columns:1fr;
  }
}

@media (max-width: 860px){
  .rm-fea-card,
  .rm-fea-card--game,
  .rm-fea-card--result,
  .rm-fea-comments-card{
    padding:22px;
  }

  .rm-fea-picked{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .rm-fea-board{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .rm-fea-socials{
    flex-direction:column;
  }

  .rm-fea-social{
    width:100%;
  }
}

@media (max-width: 560px){
  .rm-fea-shell,
  .rm-fea-shell--narrow,
  .rm-fea-shell--wide{
    width:min(100% - 20px, 100%);
  }

  .rm-fea-hero{
    padding:58px 0 36px;
  }

  .rm-fea-title{
    font-size:2rem;
  }

  .rm-fea-picked{
    grid-template-columns:1fr;
  }

  .rm-fea-board{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
  }

  .rm-fea-result-card{
    grid-template-columns:72px 1fr;
  }

  .rm-fea-result-card img{
    width:72px;
    height:108px;
  }

  .rm-fea-phone-link{
    font-size:1.08rem;
    padding:0 16px;
  }
}
.rm-fea-start-visual{
  position:relative;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--rm-fea-shadow);
  background:#4b0f2c;
}

.rm-fea-start-visual__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.rm-fea-start-visual__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(35,6,29,.18) 0%, rgba(53,7,32,.34) 100%);
}

.rm-fea-start-visual__content{
  position:relative;
  z-index:2;
  min-height:560px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:40px 20px;
  text-align:center;
}

.rm-fea-start-visual__logo{
  max-width:min(520px, 80%);
  width:100%;
  height:auto;
  display:block;
}

.rm-fea-start-visual__title{
  margin:0;
  color:#fff;
  font-size:clamp(1.8rem, 3vw, 3rem);
  line-height:1.15;
  font-weight:700;
  text-align:center;
  text-shadow:0 8px 22px rgba(0,0,0,.28);
}

.rm-fea-result-extras[hidden]{
  display:none !important;
}

@media (max-width: 860px){
  .rm-fea-start-visual,
  .rm-fea-start-visual__content{
    min-height:460px;
  }

  .rm-fea-start-visual__logo{
    max-width:min(420px, 86%);
  }
}

@media (max-width: 560px){
  .rm-fea-start-visual,
  .rm-fea-start-visual__content{
    min-height:380px;
    border-radius:24px;
  }

  .rm-fea-start-visual__title{
    font-size:1.7rem;
  }

  .rm-fea-start-visual__content{
    gap:20px;
    padding:28px 16px;
  }

  .rm-fea-start-visual__logo{
    max-width:88%;
  }
}
.rm-fea-result-extras[hidden]{
  display:none !important;
}
.rm-fea-card-reading{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  align-items:start;
  padding:22px;
  margin-bottom:18px;
  border:1px solid #E0EBFC;
  border-radius:20px;
  background:#F8FBFF;
}

.rm-fea-card-reading__media img{
  width:100%;
  max-width:120px;
  height:auto;
  aspect-ratio:2/3;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(7,22,47,.12);
}

.rm-fea-card-reading__step{
  display:inline-block;
  margin-bottom:8px;
  font-size:.84rem;
  font-weight:800;
  color:var(--rm-fea-blue);
  text-transform:uppercase;
}

.rm-fea-card-reading__title{
  margin:0 0 12px;
  color:#173A69;
  font-size:1.08rem;
  line-height:1.4;
}

.rm-fea-card-reading__body p{
  margin:0 0 14px;
  line-height:1.75;
}

.rm-fea-reading-block--global{
  margin-top:24px;
}

@media (max-width: 700px){
  .rm-fea-card-reading{
    grid-template-columns:1fr;
  }

  .rm-fea-card-reading__media{
    text-align:center;
  }

  .rm-fea-card-reading__media img{
    max-width:110px;
  }
}
.rm-fea-card-reading__name{
  margin:0 0 14px;
  color:#173A69;
  line-height:1.6;
}