
/* CSS Document */
@font-face {
  font-family: pokemon;
  src: url('../fonts/Pokemon Solid.ttf');
}
@font-face {
  font-family: bauhaus;
  src: url('../fonts/bauhaus-heavy-outline-regular.ttf');
}

.background-theme {
    /*background-color: #272d3b;*/
    /*background-color: #233c40;*/
    background-color: #1f334d;
}
.services {
    background-color:#1f334d;/*#494e58;*/
}
footer {
    background-color: #1f334d;
}

.site-footer {
    min-height: 74px;
}

.site-footer-disclaimer {
    font-size: 10px;
    line-height: 1.2;
    max-width: 40rem;
    opacity: 0.9;
}

.site-footer-disclaimer a {
    color: #ffffff;
}

.site-footer-top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #1f5eff;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1;
    border: 1px solid rgba(31, 94, 255, 0.18);
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    flex-shrink: 0;
    z-index: 1040;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.site-footer-top-link:hover,
.site-footer-top-link:focus {
    color: #1149d8;
    background: #ffffff;
}

.site-footer-top-icon {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-0.02rem);
}

@media (max-width: 767.98px) {
    .site-footer {
        align-items: flex-start;
    }

    .site-footer-disclaimer {
        font-size: 10px;
        line-height: 1.2;
        max-width: none;
    }

    .site-footer-top-link {
        right: 0.75rem;
        bottom: 0.75rem;
        width: 2.9rem;
        height: 2.9rem;
    }
}

.subscriber-text {
    -webkit-text-stroke: 0.5px black;
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.plan-mobile-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.plan-mobile-card .card-img-top {
  max-height: 140px;
  object-fit: contain;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3fb 100%);
  padding: 0.75rem;
}

.plan-mobile-card .card-body {
  padding: 1rem 1rem 0.5rem;
}

.plan-mobile-price {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.plan-mobile-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.plan-mobile-list li + li {
  margin-top: 0.35rem;
}

.app-store-links {
  margin-top: 0.75rem;
}

.app-store-note {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f334d;
}

.app-store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.app-store-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-store-badge-link {
  width: 230px;
  height: 70px;
  flex: 0 0 230px;
}

.app-store-badge {
  width: 230px !important;
  height: 70px !important;
  max-width: 230px !important;
  max-height: 70px !important;
  display: block;
  object-fit: fill;
}

@media (max-width: 575.98px) {
  .app-store-badge-link {
    width: 200px;
    height: 64px;
    flex-basis: 200px;
  }

  .app-store-badge {
    width: 200px !important;
    height: 64px !important;
    max-width: 200px !important;
    max-height: 64px !important;
  }
}

.plan-carousel-inner {
  padding: 0 2.75rem 2.5rem;
}

.plan-carousel-hint {
  text-align: center;
  font-size: 0.9rem;
  color: #4a5d75;
  margin-bottom: 0.9rem;
}

.plan-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.25rem;
  margin-top: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.plan-carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background-color: rgba(31, 51, 77, 0.96);
  color: #fff;
  border-radius: 999px;
  border: 0;
  min-width: 6.5rem;
  height: 4rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.plan-carousel-arrow {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: -0.1rem;
}

.plan-carousel-label {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.plan-carousel-indicators {
  position: static;
  margin: 0 0 1rem;
}

.plan-carousel-indicators [data-bs-target] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #1f334d;
}

@media (max-width: 767.98px) {
  #subscription {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-bottom: 1rem !important;
  }

  .plan-carousel-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }

  .plan-carousel-button {
    min-width: 7.5rem;
    height: 4.4rem;
    padding: 0 1.15rem;
  }

  .plan-carousel-arrow {
    font-size: 3.4rem;
  }

  .plan-mobile-card .card-title {
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
  }

  .plan-mobile-card .card-footer {
    padding: 0.85rem 1rem 1rem;
  }

  .plan-carousel-nav {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    width: calc(100vw - 2rem);
    max-width: 22rem;
  }
}

.pokemon-text {
    font-family: pokemon;
    color: #ffcb08;/*#FFE030;*/
    -webkit-text-stroke: 1.5px #366DAC;/*blue;*/
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #1d2c5f,/*#366DAC,*/
     -1px -1px 0 #1d2c5f,  
      1px -1px 0 #1d2c5f,
      -1px 1px 0 #1d2c5f,
       1px 1px 0 #1d2c5f;
    /*
    font-family: 'Pokemon Solid';
    font-size:3.5rem;
    color: #ffcb08;
    -webkit-text-stroke: 3px #366DAC;
    text-shadow: -3px 5px 0 #1d2c5f;
    */
}

.go-text {
    font-family: pokemon;
    color: #193aa9;
    /*background-color: #f8f9fa;*/

    border-radius: 50%;

    -webkit-text-stroke: 1px #ffc107;
    /text-decoration-line: underline;/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #007bff,
     -1px -1px 0 #007bff,
      1px -1px 0 #007bff,
      -1px 1px 0 #111A45,
       1px 1px 0 #212529;
    /*
    font-family: bauhaus;
    color: #fff;
    background-color: #0B4DA3;
    
    border-radius: 50%;
    
    -webkit-text-stroke: 1.5px #fff;
    font-weight: bold;
    text-shadow:
       2px 2px 0 #111A45,
     -1px -1px 0 #111A45,  
      1px -1px 0 #111A45,
      -1px 1px 0 #111A45,
       1px 1px 0 #111A45;
    */
}

.bronze-text {
  color: #977a1f
}
.silver-text {
  color: #a7b6b2
}
.gold-text {
  color: #c27c0e
}
.diamond-text {
  color: #bceaec
}
.sapphire-text {
  color: #0deafd
}
.platinum-text {
  color: #bff6b3
}
.whale-text {
  color: #335591
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.jumbotron {
    padding: 10px;   
}


.hero-video {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.hero-game-lockup {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.12em;
    white-space: nowrap;
}

.hero-game-lockup .pokemon-text,
.hero-game-lockup .go-text {
    display: inline-block;
    line-height: 1;
}

.hero-intro {
    font-size: 25px;
}

.cooldown-calculator {
    background: linear-gradient(135deg, rgba(31, 51, 77, 0.08), rgba(111, 196, 169, 0.18));
    border-radius: 22px;
}

.cooldown-calculator .form-label {
    font-weight: 700;
    color: #1f334d;
}

.cooldown-toggle-group {
    display: inline-flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cooldown-toggle-group .btn {
    min-width: 11rem;
    border-radius: 999px;
    font-weight: 700;
}

.cooldown-calculator .btn-primary {
    background-color: #1f334d;
    border-color: #1f334d;
}

.cooldown-calculator .btn-primary:hover,
.cooldown-calculator .btn-primary:focus {
    background-color: #274264;
    border-color: #274264;
}

.cooldown-result {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(31, 51, 77, 0.12);
    color: #1f334d;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 1.25rem;
}

.cooldown-result.is-error {
    color: #842029;
    border-color: rgba(220, 53, 69, 0.35);
    background: #f8d7da;
}

/* ===========================================================
   Home hero (May 2026 redesign).
   Old hero preserved at https://old.pokexperience.com
   =========================================================== */

.home-hero {
    position: relative;
    min-height: 90vh;
    margin-top: 59px; /* clears the fixed navbar */
    padding: 4rem 1.5rem 2rem;
    color: #f4f6fb;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    background: #060b1a;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at top, rgba(35, 60, 112, 0.55), rgba(6, 11, 26, 0.92) 65%),
        linear-gradient(180deg, rgba(6, 11, 26, 0.65) 0%, rgba(6, 11, 26, 0.85) 60%, rgba(6, 11, 26, 0.95) 100%);
}

.home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding: 2rem 0 1.5rem;
}

.home-hero__eyebrow {
    display: inline-block;
    padding: 0.45rem 1rem;
    margin: 0 auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffd93d;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.home-hero__eyebrow--cta {
    color: #fff;
    background: linear-gradient(135deg, rgba(58, 195, 121, 0.95), rgba(34, 158, 95, 0.95));
    border-color: rgba(255, 255, 255, 0.25);
}

.home-hero__eyebrow--cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

.home-hero__title {
    margin: 0;
    font-size: clamp(2.25rem, 5.5vw, 4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.home-hero__title .hero-game-lockup {
    margin-left: 0.25em;
    font-size: 0.95em;
    vertical-align: -0.04em;
}

.home-hero__subtitle {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    color: rgba(244, 246, 251, 0.82);
    font-weight: 400;
    line-height: 1.5;
}

.home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    line-height: 1.1;
}

.home-hero__cta-icon {
    height: 1.4em;
    width: auto;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.home-hero__cta-sub {
    font-weight: 500;
    opacity: 0.92;
}

.home-hero__cta--primary {
    background: linear-gradient(135deg, #5865f2, #4752c4);
    color: #fff;
    box-shadow: 0 10px 30px -8px rgba(88, 101, 242, 0.55);
}

.home-hero__cta--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px -8px rgba(88, 101, 242, 0.65);
}

.home-hero__cta--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #f4f6fb;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-hero__cta--secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
}

.home-hero__app-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.home-hero__app-row .app-store-badge {
    width: 160px !important;
    height: 50px !important;
    max-width: 160px !important;
    max-height: 50px !important;
}

.home-hero__app-row .app-store-badge-link {
    width: 160px;
    height: 50px;
    flex-basis: 160px;
}

.home-hero__android-soon {
    color: rgba(244, 246, 251, 0.75);
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.22);
}

.home-hero__discord-note {
    margin: 0.25rem auto 0;
    max-width: 38rem;
    font-size: 0.85rem;
    color: rgba(244, 246, 251, 0.58);
    line-height: 1.45;
}

.home-hero__trust {
    list-style: none;
    margin: 0;
    padding: 1.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2.5rem;
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: auto;
}

.home-hero__trust li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    min-width: 6rem;
}

.home-hero__trust-num {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    color: #ffd93d;
    letter-spacing: -0.01em;
    line-height: 1;
}

.home-hero__trust-label {
    font-size: 0.82rem;
    color: rgba(244, 246, 251, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 575.98px) {
    .home-hero {
        min-height: 88vh;
        padding: 3rem 1rem 1.5rem;
    }
    .home-hero__content { gap: 1rem; padding: 1rem 0 1rem; }
    .home-hero__cta { width: 100%; max-width: 22rem; }
    .home-hero__cta-sub { display: block; font-size: 0.85em; margin-top: 0.1rem; }
    .home-hero__trust { gap: 0.75rem 1.5rem; padding-top: 1rem; }
    .home-hero__trust li { min-width: 5rem; }
}

/* ===========================================================
   Home features grid (sits directly below the new hero).
   =========================================================== */

.home-features {
    padding: 3.5rem 1.5rem;
    background: linear-gradient(180deg, #060b1a 0%, #0f1a33 100%);
    color: #f4f6fb;
}

.home-features__heading {
    text-align: center;
    margin: 0 0 2rem;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.home-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-feature-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 217, 61, 0.4);
}

.home-feature-card__icon {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.home-feature-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.home-feature-card__desc {
    margin: 0;
    color: rgba(244, 246, 251, 0.72);
    font-size: 0.95rem;
    line-height: 1.5;
}

