*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#1B2E39;color:#B1BAD3;line-height:1.6;overflow-wrap:anywhere;word-break:break-word;scroll-behavior:smooth}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit}
ul{list-style:none}

/* ===== HEADER ===== */
.header{position:sticky;top:0;z-index:1000;background:#0F212E;border-bottom:1px solid rgba(255,255,255,.06)}
.header__inner{display:flex;align-items:center;gap:12px;padding:0 20px;height:60px;max-width:100%}
.header__logo{flex-shrink:0;display:flex;align-items:center}
.header__logoImg{height:28px;width:auto;object-fit:contain}
.header__tabs{display:flex;gap:4px;margin-left:16px}
.header__tab{padding:8px 20px;border-radius:8px;font-weight:700;font-size:.875rem;color:#B1BAD3;transition:background .2s,color .2s}
.header__tab--active{background:#2F4553;color:#fff}
.header__tab:hover{color:#fff}
.header__search{display:flex;align-items:center;background:#0F212E;border:2px solid #2F4553;border-radius:10px;margin-left:auto;flex:0 1 420px;height:40px;overflow:hidden}
.header__search--desktop{display:flex}
.header__searchDrop{display:flex;align-items:center;gap:6px;padding:0 14px;height:100%;background:#1A2C38;color:#B1BAD3;font-weight:600;font-size:.875rem;border-right:2px solid #2F4553;white-space:nowrap;cursor:pointer}
.header__searchField{display:flex;align-items:center;gap:8px;padding:0 14px;color:#557086;font-size:.875rem;flex:1}
.header__actions{display:flex;gap:8px;margin-left:12px;flex-shrink:0}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem;border-radius:8px;min-height:44px;padding:10px 20px;transition:transform .15s,box-shadow .15s,background .2s;cursor:pointer;text-align:center;white-space:nowrap}
.btn--primary{background:#1675E1;color:#fff;box-shadow:0 4px 12px rgba(22,117,225,.35)}
.btn--primary:hover{background:#1565C8;transform:translateY(-1px);box-shadow:0 6px 18px rgba(22,117,225,.45)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 6px rgba(22,117,225,.3)}
.btn--ghost{background:#2F4553;color:#B1BAD3;border:1px solid #395565;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.btn--ghost:hover{background:#395565;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.btn--ghost:active{transform:translateY(0)}
.btn--lg{min-height:52px;padding:14px 32px;font-size:1rem;border-radius:10px}
.btn--full{width:100%}

/* ===== BURGER ===== */
.burger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.burger span{display:block;width:22px;height:2px;background:#B1BAD3;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ===== OVERLAY ===== */
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:900}
.overlay.active{display:block}

/* ===== MOBILE MENU ===== */
.mobileMenu{display:none;position:fixed;top:60px;left:0;bottom:0;width:280px;background:#0F212E;z-index:950;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease;padding:16px 0}
.mobileMenu.active{transform:translateX(0)}
.mobileMenu__top{display:flex;gap:4px;padding:0 16px 16px}
.mobileMenu__tab{padding:10px 24px;border-radius:8px;font-weight:700;font-size:.875rem;color:#B1BAD3;background:#1A2C38;transition:background .2s,color .2s}
.mobileMenu__tab--active{background:#2F4553;color:#fff}
.mobileMenu__list{padding:0 16px}
.mobileMenu__list li a{display:flex;align-items:center;gap:14px;padding:14px 8px;color:#B1BAD3;font-weight:600;font-size:.9375rem;border-radius:8px;transition:background .2s,color .2s}
.mobileMenu__list li a:hover{background:#1A2C38;color:#fff}
.mobileMenu__list li a svg{flex-shrink:0;opacity:.7}
.mobileMenu__divider{height:1px;background:#2F4553;margin:12px 16px}
.mobileMenu__btns{padding:16px;display:flex;flex-direction:column;gap:8px}

/* ===== SEARCH BAR MOBILE ===== */
.searchBar--mobile{display:none;padding:8px 16px;background:#0F212E}
.searchBar--mobile .searchBar__drop,.searchBar--mobile .searchBar__field{display:flex;align-items:center}
.searchBar--mobile{display:none;border-bottom:1px solid rgba(255,255,255,.06)}
.searchBar--mobile .searchBar__drop{gap:6px;padding:10px 14px;background:#1A2C38;color:#B1BAD3;font-weight:600;font-size:.875rem;border-radius:8px 0 0 8px;border:2px solid #2F4553;border-right:0;white-space:nowrap}
.searchBar--mobile .searchBar__field{gap:8px;padding:10px 14px;color:#557086;font-size:.875rem;flex:1;background:#0F212E;border:2px solid #2F4553;border-left:0;border-radius:0 8px 8px 0}

/* ===== LAYOUT ===== */
.layout{display:flex;min-height:calc(100vh - 60px)}

/* ===== SIDEBAR ===== */
.sidebar{width:240px;flex-shrink:0;background:#0F212E;border-right:1px solid rgba(255,255,255,.06);padding:16px 0;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}
.sidebar__tabs{display:flex;gap:4px;padding:0 12px 12px}
.sidebar__tab{padding:10px 20px;border-radius:8px;font-weight:700;font-size:.875rem;color:#B1BAD3;transition:background .2s,color .2s}
.sidebar__tab--active{background:#2F4553;color:#fff}
.sidebar__tab:hover{color:#fff}
.sidebar__list li a{display:flex;align-items:center;gap:14px;padding:12px 16px;color:#B1BAD3;font-weight:600;font-size:.9375rem;transition:background .2s,color .2s}
.sidebar__list li a:hover{background:#1A2C38;color:#fff}
.sidebar__list li a svg{flex-shrink:0;opacity:.7}
.sidebar__divider{height:1px;background:#2F4553;margin:8px 16px}

/* ===== MAIN ===== */
.main{flex:1;min-width:0;padding:24px;max-width:100%}

/* ===== HERO ===== */
.hero{margin-bottom:32px}
.hero__banner{border-radius:12px;overflow:hidden;margin-bottom:24px}
.hero__banner img{width:100%;max-height:360px;object-fit:cover}
.hero__content{text-align:center;max-width:640px;margin:0 auto}
.hero__title{font-size:2.5rem;font-weight:900;color:#fff;line-height:1.15;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.hero__sub{font-size:1.0625rem;color:#B1BAD3;margin-bottom:20px;line-height:1.55}
.hero__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
.hero__tc{font-size:.75rem;color:#557086}

/* ===== LOBBY ===== */
.lobby{margin-bottom:40px}
.lobby__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.lobby__title{font-size:1.375rem;font-weight:800;color:#fff}
.lobby__tabs{display:flex;gap:6px;flex-wrap:wrap}
.lobby__tab{padding:8px 16px;border-radius:20px;font-weight:600;font-size:.8125rem;color:#B1BAD3;background:#213743;transition:background .2s,color .2s}
.lobby__tab--active{background:#2F4553;color:#fff}
.lobby__tab:hover{color:#fff}
.lobby__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin-bottom:20px}
.lobby__grid--live{grid-template-columns:repeat(6,minmax(0,1fr))}
.lobby__jackpot{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:linear-gradient(135deg,#1A2C38,#213743);border-radius:12px;margin-bottom:20px}
.lobby__jackpotLabel{font-weight:700;font-size:.9375rem;color:#B1BAD3}
.lobby__jackpotValue{font-weight:900;font-size:1.5rem;color:#00E701;font-variant-numeric:tabular-nums}
.lobby__more{text-align:center}

/* ===== GAME CARD ===== */
.gameCard{display:block;border-radius:12px;overflow:hidden;background:#213743;transition:transform .2s,box-shadow .2s;min-width:0}
.gameCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.gameCard__media{position:relative;overflow:hidden;border-radius:12px 12px 0 0}
.gameCard__media img{width:100%;aspect-ratio:1/1.2;object-fit:cover}
.gameCard__badge{position:absolute;top:8px;right:8px;background:#E9113C;color:#fff;font-size:.6875rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.5px}
.gameCard__info{padding:8px 10px 4px;min-width:0}
.gameCard__info strong{display:block;font-size:.8125rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gameCard__provider{display:block;font-size:.6875rem;color:#557086;margin-top:2px}
.gameCard__players{padding:4px 10px 10px;font-size:.75rem;color:#B1BAD3;display:flex;align-items:center;gap:6px}
.greenDot{width:8px;height:8px;border-radius:50%;background:#00E701;flex-shrink:0}

/* ===== SPORT CARDS ===== */
.sports{margin-bottom:40px}
.sports__title{font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:8px}
.sports__sub{color:#B1BAD3;margin-bottom:20px;font-size:.9375rem}
.sports__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.sportCard{display:block;border-radius:12px;overflow:hidden;background:#213743;transition:transform .2s,box-shadow .2s;min-width:0}
.sportCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.sportCard__media{overflow:hidden}
.sportCard__media img{width:100%;aspect-ratio:3/4;object-fit:cover}
.sportCard__name{padding:10px;font-weight:800;font-size:.9375rem;color:#fff;text-align:center;text-transform:uppercase}

/* ===== LIVE CASINO ===== */
.liveCasino{margin-bottom:40px}
.liveCasino__filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.section__title{font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:8px}
.section__sub{color:#B1BAD3;margin-bottom:20px;font-size:.9375rem;max-width:720px}

/* ===== PROMOS ===== */
.promos{margin-bottom:40px}
.promos__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}
.promoCard{display:block;border-radius:12px;overflow:hidden;background:#213743;transition:transform .2s,box-shadow .2s;min-width:0}
.promoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.promoCard__media{overflow:hidden}
.promoCard__media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.promoCard__body{padding:16px}
.promoCard__body h3{font-size:1.0625rem;font-weight:800;color:#fff;margin-bottom:8px}
.promoCard__body p{font-size:.8125rem;color:#B1BAD3;margin-bottom:12px;line-height:1.5}
.promos__vip{display:flex;gap:24px;align-items:center;background:#213743;border-radius:12px;overflow:hidden;padding:24px}
.promos__vipContent{flex:1;min-width:0}
.promos__vipContent h3{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:12px}
.promos__vipContent p{font-size:.9375rem;color:#B1BAD3;line-height:1.6;margin-bottom:16px}
.promos__vipMedia{flex:0 0 200px;border-radius:12px;overflow:hidden}
.promos__vipMedia img{width:100%;aspect-ratio:1;object-fit:cover}

/* ===== PROVIDERS ===== */
.providers{margin-bottom:40px}
.providers__strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.providers__strip::-webkit-scrollbar{height:4px}
.providers__strip::-webkit-scrollbar-thumb{background:#2F4553;border-radius:2px}
.providers__logo{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;background:#213743;border-radius:10px;min-width:100px;flex-shrink:0;transition:background .2s}
.providers__logo:hover{background:#2F4553}
.providers__logo img{width:48px;height:48px;object-fit:contain;border-radius:8px}
.providers__logo span{font-size:.75rem;font-weight:600;color:#B1BAD3;white-space:nowrap}

/* ===== SEO TEXT ===== */
.seoText{margin-bottom:40px}
.seoText__wrap{position:relative}
.seoText__content{max-height:120px;overflow:hidden;transition:max-height .5s ease}
.seoText__content.expanded{max-height:4000px}
.seoText__content p{font-size:.9375rem;color:#B1BAD3;line-height:1.7;margin-bottom:14px}
.seoText__toggle{display:inline-flex;align-items:center;gap:6px;color:#1675E1;font-weight:700;font-size:.875rem;margin-top:8px;cursor:pointer;transition:color .2s}
.seoText__toggle:hover{color:#5a9dea}

/* ===== FAQ ===== */
.faq{margin-bottom:40px}
.faq__list{display:flex;flex-direction:column;gap:4px}
.faq__item{background:#213743;border-radius:10px;overflow:hidden}
.faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;font-weight:700;font-size:.9375rem;color:#fff;text-align:left;gap:12px;transition:background .2s}
.faq__question:hover{background:#2F4553}
.faq__question svg{flex-shrink:0;transition:transform .3s}
.faq__item.active .faq__question svg{transform:rotate(180deg)}
.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq__item.active .faq__answer{max-height:400px}
.faq__answer p{padding:0 20px 16px;font-size:.875rem;color:#B1BAD3;line-height:1.6}

/* ===== FOOTER ===== */
.footer{background:#0F212E;border-top:1px solid rgba(255,255,255,.06);padding:48px 0 24px}
.footer__inner{max-width:1200px;margin:0 auto;padding:0 24px}
.footer__top{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;margin-bottom:32px}
.footer__col h4{font-size:.875rem;font-weight:800;color:#fff;margin-bottom:12px}
.footer__col ul li a{display:block;padding:3px 0;font-size:.8125rem;color:#557086;transition:color .2s}
.footer__col ul li a:hover{color:#B1BAD3}
.footer__social{display:flex;justify-content:center;gap:16px;margin-bottom:24px}
.footer__social a{color:#557086;transition:color .2s}
.footer__social a:hover{color:#B1BAD3}
.footer__divider{height:1px;background:#2F4553;margin-bottom:24px}
.footer__bottom{text-align:center}
.footer__logo{margin-bottom:16px}
.footer__logo img{height:32px;margin:0 auto;object-fit:contain}
.footer__copy{font-size:.8125rem;color:#557086;margin-bottom:12px}
.footer__legal{font-size:.75rem;color:#557086;line-height:1.5;max-width:800px;margin:0 auto 12px}
.footer__responsible{font-size:.75rem;color:#557086;margin-bottom:12px}
.footer__18{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:2px solid #E9113C;color:#E9113C;font-weight:900;font-size:.6875rem;vertical-align:middle;margin-left:4px}
.footer__tagline{font-size:.9375rem;font-weight:700;color:#1675E1;margin-top:8px}

/* ===== CATFISH ===== */
.catfish{position:fixed;bottom:0;left:0;right:0;z-index:800;background:#0F212E;border-top:2px solid #1675E1;padding:12px 0;transform:translateY(0);transition:transform .3s;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}
.catfish.hidden{transform:translateY(100%)}
.catfish__inner{display:flex;align-items:center;justify-content:center;gap:16px;max-width:calc(100% - 32px);margin:0 auto;flex-wrap:wrap}
.catfish__text{font-weight:800;font-size:1rem;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.catfish__btn{flex-shrink:0}
.catfish__close{position:absolute;top:8px;right:12px;font-size:1.5rem;color:#557086;line-height:1;transition:color .2s}
.catfish__close:hover{color:#fff}

/* ===== EXIT POPUP ===== */
.exitPopup{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center}
.exitPopup.active{display:flex}
.exitPopup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75)}
.exitPopup__box{position:relative;background:#0F212E;border-radius:16px;padding:40px 32px;max-width:420px;width:calc(100% - 32px);text-align:center;z-index:1;border:1px solid #2F4553;box-shadow:0 24px 48px rgba(0,0,0,.5)}
.exitPopup__close{position:absolute;top:12px;right:16px;font-size:1.75rem;color:#557086;transition:color .2s}
.exitPopup__close:hover{color:#fff}
.exitPopup__media{margin-bottom:20px}
.exitPopup__media img{height:36px;margin:0 auto;object-fit:contain}
.exitPopup__box h3{font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:8px}
.exitPopup__bonus{font-size:1.75rem;font-weight:900;color:#1675E1;margin-bottom:12px;line-height:1.2}
.exitPopup__box p{font-size:.9375rem;color:#B1BAD3;margin-bottom:20px;line-height:1.5}
.exitPopup__tc{font-size:.75rem;color:#557086;margin-top:12px}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
.lobby__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.lobby__grid--live{grid-template-columns:repeat(4,minmax(0,1fr))}
.sports__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.footer__top{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1024px){
.sidebar{display:none}
.searchBar--mobile{display:flex}
.header__search--desktop{display:none}
.header__tabs{display:none}
.burger{display:flex}
.mobileMenu{display:block}
.lobby__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.lobby__grid--live{grid-template-columns:repeat(3,minmax(0,1fr))}
.sports__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.promos__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.promos__vip{flex-direction:column}
.promos__vipMedia{flex:0 0 auto;width:100%;max-width:300px}
}

@media(max-width:768px){
.header__inner{padding:0 12px}
.header__actions{display:none}
.main{padding:16px}
.hero__title{font-size:1.75rem}
.hero__sub{font-size:.9375rem}
.lobby__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.lobby__grid--live{grid-template-columns:repeat(2,minmax(0,1fr))}
.sports__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.promos__grid{grid-template-columns:1fr}
.footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.lobby__jackpot{flex-direction:column;gap:4px}
.lobby__jackpotValue{font-size:1.25rem}
.hero__btns .btn{flex:1;min-width:140px}
}

@media(max-width:480px){
.lobby__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.lobby__grid--live{grid-template-columns:repeat(2,minmax(0,1fr))}
.sports__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.footer__top{grid-template-columns:1fr}
.hero__title{font-size:1.5rem}
.hero__btns{flex-direction:column}
.hero__btns .btn{width:100%}
.catfish__inner{flex-direction:column;gap:8px;text-align:center}
.exitPopup__box{padding:28px 20px}
.exitPopup__bonus{font-size:1.375rem}
.promos__vip{padding:16px}
.faq__question{font-size:.875rem;padding:14px 16px}
}

@media(max-width:360px){
.main{padding:12px}
.lobby__grid,.sports__grid{gap:6px}
.gameCard__info{padding:6px 8px 2px}
.gameCard__players{padding:2px 8px 8px}
.sportCard__name{padding:8px;font-size:.8125rem}
}
.stake-juego-informado {
  background: #0F212E;
  padding: 2.5rem 1.5rem;
  color: #B1BAD3;
  border-radius: 0.75rem;
  margin-bottom: 2.5rem;
}

.stake-juego-informado__titulo {
  font-size: clamp(1.375rem, 4vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.stake-juego-informado__intro {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.stake-juego-informado__intro p {
  font-size: 1rem;
  line-height: 1.7;
}

.stake-juego-informado__bloque {
  background: #213743;
  border-radius: 0.625rem;
  padding: 1.25rem 1.125rem;
  margin-bottom: 1rem;
}

.stake-juego-informado__subtitulo {
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.stake-juego-informado__minor {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 1.125rem 0 0.5rem;
}

.stake-juego-informado__bloque p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.stake-juego-informado__bloque p:last-child {
  margin-bottom: 0;
}

.stake-juego-informado__lista {
  margin: 0.5rem 0 0.875rem;
  padding-left: 0.25rem;
}

.stake-juego-informado__lista li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  padding-left: 1.1rem;
}

.stake-juego-informado__lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #1675E1;
  border-radius: 50%;
}

.stake-juego-informado__lista li strong,
.stake-juego-informado__bloque p strong {
  color: #fff;
}

.stake-juego-informado__nota {
  margin: 1.125rem 0 0.5rem;
  background: #1A2C38;
  border-left: 0.1875rem solid #1675E1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
}

.stake-juego-informado__nota .stake-juego-informado__minor {
  margin-top: 0;
}

@media (min-width: 48em) {
  .stake-juego-informado {
    padding: 3rem 2rem;
  }

  .stake-juego-informado__bloque {
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.125rem;
  }

  .stake-juego-informado__bloque p,
  .stake-juego-informado__lista li {
    font-size: 0.96875rem;
  }
}

@media (min-width: 64em) {
  .stake-juego-informado__intro p {
    font-size: 1.0625rem;
  }
}