/*
  TopFollow 2026 theme refresh.
  Keeps the existing static HTML and SEO content, while replacing the old
  Blogger-style presentation with a responsive app-download layout.
*/
:root {
  --tf-ink: #17202a;
  --tf-muted: #5e6a78;
  --tf-soft: #f4f7fb;
  --tf-surface: #ffffff;
  --tf-line: #dfe6ef;
  --tf-pink: #e91e63;
  --tf-teal: #0f8ca4;
  --tf-green: #16a66a;
  --tf-amber: #f0b429;
  --tf-dark: #101722;
  --tf-shadow: 0 18px 45px rgba(16, 23, 34, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--tf-soft);
  scroll-behavior: smooth;
}

body {
  max-width: none !important;
  margin: 0 !important;
  color: var(--tf-ink) !important;
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 420px, var(--tf-soft) 421px) !important;
  box-shadow: none !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

main {
  width: 100%;
  overflow: hidden;
}

a {
  color: #096b92 !important;
}

a:hover {
  color: var(--tf-pink) !important;
}

p,
.special-text,
.works-text,
.ans {
  color: var(--tf-muted) !important;
  line-height: 1.75 !important;
}

p {
  margin: 16px 0 !important;
}

img {
  height: auto;
}

.row,
.special-wrap,
.works-wrap,
.copy-container {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto !important;
  padding: 18px 0 !important;
  background: transparent !important;
  text-align: left !important;
}

header > a {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--tf-ink) !important;
}

header > a::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff url("/images/TopFollow.png") center / 70% no-repeat;
  box-shadow: 0 10px 24px rgba(233, 30, 99, 0.18);
}

header span {
  color: var(--tf-ink) !important;
  font-family: Inter, "Roboto", Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  font-variant-caps: normal !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

nav {
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

nav ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-end !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

nav ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  list-style: none !important;
}

nav ul li a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 10px 14px !important;
  color: var(--tf-ink) !important;
  background: #fff !important;
  border: 1px solid var(--tf-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(16, 23, 34, 0.06);
}

nav ul li a:hover {
  color: #fff !important;
  background: var(--tf-pink) !important;
  border-color: var(--tf-pink);
}

#section-2,
.sora-special-box,
.sora-works-box {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

#section-2 .special-wrap,
#section-2 .special-title {
  width: 100% !important;
  max-width: none !important;
}

.showcase {
  position: relative;
  margin: 0 !important;
  color: #fff !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: scroll !important;
}

.show {
  display: grid !important;
  grid-template-columns: minmax(170px, 230px) minmax(0, 760px);
  align-items: center;
  justify-content: center;
  gap: 24px 44px;
  min-height: 560px;
  padding: 64px 24px 58px !important;
  background:
    linear-gradient(135deg, rgba(16, 23, 34, 0.95), rgba(15, 140, 164, 0.78), rgba(233, 30, 99, 0.42)) !important;
}

h1.title,
.show h1.title {
  grid-column: 1 / -1;
  max-width: 920px;
  margin: 0 auto 8px !important;
  color: #fff !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  font-size: 44px !important;
  font-weight: 850 !important;
  line-height: 1.14 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

.show-img {
  float: none !important;
  justify-self: center;
  width: 188px !important;
  height: 188px !important;
  max-width: 188px !important;
  margin: 0 !important;
  padding: 22px !important;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.show-in {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 16px;
}

.show-in p,
.show-in p.center,
.show p {
  max-width: 720px;
  margin: 0 !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.show-in ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.show-in li {
  position: relative;
  min-height: 44px;
  margin: 0 !important;
  padding: 10px 12px 10px 38px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  list-style: none !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.show-in li::before {
  content: "\f00c" !important;
  position: absolute;
  top: 11px;
  left: 13px;
  color: #6ee7a8;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.btndiv {
  grid-column: 2;
  margin: 8px 0 0 !important;
  text-align: left !important;
}

.center,
.btndiv.center {
  text-align: center !important;
}

.show .btndiv.center {
  text-align: left !important;
}

a.btn,
a.download,
.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px !important;
  color: #fff !important;
  background: var(--tf-pink) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(233, 30, 99, 0.25);
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

a.btn:hover,
a.download:hover,
.btn:hover {
  color: #fff !important;
  background: #c91552 !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

.box {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px !important;
  margin: 34px auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.box > p:first-child {
  max-width: 780px;
  margin: 28px auto !important;
  padding: 18px 22px;
  color: var(--tf-ink) !important;
  background: #fff;
  border: 1px solid var(--tf-line);
  border-left: 4px solid var(--tf-green);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 23, 34, 0.08);
}

.fh-1 {
  margin: 38px 0 18px !important;
  padding: 0 0 0 14px !important;
  color: var(--tf-ink) !important;
  background: transparent !important;
  border-left: 4px solid var(--tf-pink);
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.fh-1.center {
  display: inline-block;
  width: auto !important;
  text-align: left !important;
}

.sora-special-box .special-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 24px;
}

#section-2 .special-wrap {
  display: block !important;
  padding: 0 !important;
}

.special-tiles,
.emulator-card,
.step-card,
.works-tiles {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 24px !important;
  background: var(--tf-surface) !important;
  border: 1px solid var(--tf-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(16, 23, 34, 0.08) !important;
  text-align: left !important;
}

.special-icons {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  background: var(--tf-teal) !important;
  border-radius: 8px !important;
  font-size: 21px !important;
}

.special-tiles:nth-child(2n) .special-icons {
  background: var(--tf-pink) !important;
}

.special-tiles:nth-child(3n) .special-icons {
  background: var(--tf-green) !important;
}

.special-heading,
.works-heading,
.emulator-card h3,
.step-card h3 {
  margin: 0 0 8px !important;
  color: var(--tf-ink) !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.works-wrap {
  padding-top: 10px;
}

.works-wrap .box {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.works-wrap .box > p:first-of-type {
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.works-wrap .box > .fh-1,
.works-wrap .box > p,
.works-wrap .box > div[style*="clear"] {
  grid-column: 1 / -1;
}

.works-wrap .box > .fh-1 {
  justify-self: center;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  border-left: 0;
  text-align: center !important;
}

.works-tiles {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0 18px;
  align-items: start;
  margin-bottom: 0 !important;
}

.works-icons {
  grid-row: 1 / span 2;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.works-icons li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: var(--tf-pink) !important;
  border-radius: 8px !important;
  list-style: none !important;
}

.works-icons .text {
  color: #fff !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

.bar-circle-right,
.bar-circle-left,
.bar-circle-cover {
  display: none !important;
}

.box > .showcase {
  overflow: hidden !important;
  border-radius: 8px;
}

.box > .showcase .show {
  min-height: 280px;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 42px 24px !important;
}

.box > .showcase img {
  max-width: 150px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  background: #fff;
  border-radius: 8px !important;
}

table {
  width: 100% !important;
  margin: 18px 0 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tf-line);
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 23, 34, 0.08);
}

td,
th {
  padding: 14px 16px !important;
  color: var(--tf-ink) !important;
  border-bottom: 1px solid var(--tf-line);
  vertical-align: top;
}

tr:last-child td,
tr:last-child th {
  border-bottom: 0;
}

th {
  background: #eef6f8 !important;
  font-weight: 850 !important;
}

tr:nth-child(odd),
tr:hover {
  background: transparent !important;
}

hr {
  height: 1px !important;
  margin: 34px 0 !important;
  background: var(--tf-line) !important;
  border: 0 !important;
}

.ss {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  overflow: visible !important;
  padding: 0 !important;
}

.ss img {
  width: 100% !important;
  max-width: 230px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--tf-line);
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(16, 23, 34, 0.1);
}

.faq {
  margin: 18px 0 6px !important;
  color: var(--tf-ink) !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.faq .fas,
.ans .fas {
  margin-right: 8px;
  color: var(--tf-teal) !important;
}

li.ans {
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none !important;
}

.share ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.share li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.share a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  color: #fff !important;
  background: var(--tf-dark);
  border-radius: 8px;
}

.share a.whatsapp {
  background: #128c7e;
}

.share a.facebook {
  background: #1877f2;
}

.share a.twitter {
  background: #111827;
}

.share a.telegram {
  background: #229ed9;
}

.share a.pinterest {
  background: #bd081c;
}

.countdown-wrap {
  margin: 30px 0 !important;
  padding: 24px !important;
  background: #fff;
  border: 1px solid var(--tf-line);
  border-radius: 8px;
  text-align: center !important;
  box-shadow: 0 14px 32px rgba(16, 23, 34, 0.08);
}

#countdown {
  width: 86px !important;
  height: 86px !important;
  margin: 14px auto !important;
  color: #fff !important;
  background: var(--tf-dark) !important;
  border: 6px solid var(--tf-green) !important;
  border-radius: 50% !important;
  font-size: 34px !important;
  font-weight: 850 !important;
}

.emulator-cards,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emulator-card {
  color: var(--tf-ink) !important;
}

.emulator-card i {
  color: var(--tf-pink) !important;
  font-size: 28px;
}

.emulator-card p,
.step-card p {
  margin-bottom: 0 !important;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--tf-teal);
  border-radius: 8px;
  font-weight: 850;
}

#content-wrapper,
#sidebar-wrapper,
.status-msg-wrap,
.blog-pager,
.blog-feeds {
  display: none !important;
}

#jugas_footer {
  margin-top: 46px !important;
  padding: 30px 20px !important;
  color: #fff !important;
  background: var(--tf-dark) !important;
  font-family: Inter, "Open Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

#jugas_footer a {
  color: #fff !important;
}

@media (max-width: 900px) {
  .show {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 24px !important;
    text-align: center;
  }

  h1.title,
  .show h1.title {
    font-size: 34px !important;
  }

  .show-in {
    align-items: center !important;
  }

  .show-in p,
  .show-in p.center,
  .show p {
    text-align: center !important;
  }

  .show-in ul {
    grid-template-columns: 1fr;
  }

  .btndiv,
  .show .btndiv.center {
    grid-column: 1;
    text-align: center !important;
  }

  .sora-special-box .special-wrap,
  .emulator-cards,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px !important;
  }

  .row,
  .special-wrap,
  .works-wrap,
  .copy-container,
  .box {
    width: min(100% - 28px, 1120px) !important;
  }

  header {
    width: min(100% - 28px, 1120px);
    flex-direction: column;
    align-items: stretch;
    padding: 14px 0 !important;
  }

  header > a {
    justify-content: center;
  }

  header span {
    font-size: 22px !important;
  }

  nav ul {
    justify-content: center !important;
    gap: 8px;
  }

  nav ul li a {
    min-height: 38px;
    padding: 9px 10px !important;
    font-size: 13px !important;
  }

  .show {
    padding: 38px 16px !important;
  }

  h1.title,
  .show h1.title {
    font-size: 29px !important;
  }

  .show-img {
    width: 144px !important;
    height: 144px !important;
    max-width: 144px !important;
    padding: 17px !important;
  }

  .show-in p,
  .show-in p.center,
  .show p {
    font-size: 16px !important;
  }

  .fh-1 {
    font-size: 23px !important;
  }

  .sora-special-box .special-wrap,
  .emulator-cards,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .works-tiles {
    grid-template-columns: 1fr;
  }

  .works-wrap .box {
    grid-template-columns: 1fr;
  }

  .works-icons {
    grid-row: auto;
    margin-bottom: 12px !important;
  }

  .ss {
    display: flex !important;
    gap: 12px;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
  }

  .ss img {
    flex: 0 0 168px;
  }

  td,
  th {
    padding: 12px !important;
    font-size: 14px;
  }

  a.btn,
  a.download,
  .btn {
    width: 100%;
    min-height: 50px;
  }
}
