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

html {
  min-height: 100%;
  background-color: #06061d;
}

body {
  min-height: 100vh;
  background-color: #06061d;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

button:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

a {
  text-decoration: none;
}

.mobile-anime-figure .nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.mobile-anime-figure .nav-link {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: color 0.2s;
}

.mobile-anime-figure .nav-link:hover,
.mobile-anime-figure .nav-link.active {
  color: #eb8715;
}

@media (max-width: 480px) {
  .mobile-anime-figure .nav { gap: 14px; }
  .mobile-anime-figure .nav-link { font-size: 12px; }
  .mobile-anime-figure .header-section { padding: 0 16px; }
}

.mobile-anime-figure .page-hero {
  width: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: inset 0px -48px 24px #07071e;
  background-image: url('Hero Section.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .page-hero.fandom-bg {
  background-image: linear-gradient(rgba(7,7,30,0.45), rgba(7,7,30,0.45)), url('Shounen.png');
}

.mobile-anime-figure .page-hero-title {
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  text-shadow: 0px 4px 16px rgba(0,0,0,0.85);
  letter-spacing: normal;
}

.mobile-anime-figure .page-hero-subtitle {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 15px;
  letter-spacing: normal;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}

.mobile-anime-figure .featured-hero {
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  background-image: url('Hero Section.png');
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px -64px 32px #07071e;
}

.mobile-anime-figure .featured-hero-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 32px 40px;
}

.mobile-anime-figure .featured-eyebrow {
  font-family: "Jaro", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mobile-anime-figure .featured-hero-title {
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(36px, 8vw, 72px);
  line-height: 1.05;
  text-shadow: 0px 4px 20px rgba(0,0,0,0.7);
  letter-spacing: normal;
}

.mobile-anime-figure .featured-hero-desc {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 14px;
  line-height: 1.65;
  max-width: 480px;
  letter-spacing: normal;
  text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
}

.mobile-anime-figure .shop-section {
  margin: 36px 26px 0;
  width: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 60px;
}

.mobile-anime-figure .section-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-anime-figure .cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.mobile-anime-figure .fandom-page-section {
  margin: 36px 26px 0;
  width: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 60px;
}

.mobile-anime-figure .fandom-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-anime-figure .fandom-banner {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 16px #4c76d640;
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .fandom-banner.shounen {
  background-image: linear-gradient(rgba(7,7,30,0.4), rgba(7,7,30,0.4)), url('Shounen.png');
}
.mobile-anime-figure .fandom-banner.isekai {
  background-image: linear-gradient(rgba(7,7,30,0.4), rgba(7,7,30,0.4)), url('Isekai.png');
}
.mobile-anime-figure .fandom-banner.shoujo {
  background-image: linear-gradient(rgba(7,7,30,0.4), rgba(7,7,30,0.4)), url('Shoujo.png');
}
.mobile-anime-figure .fandom-banner.mecha {
  background-image: linear-gradient(rgba(7,7,30,0.4), rgba(7,7,30,0.4)), url('Mecha.png');
}

.mobile-anime-figure .fandom-banner-title {
  position: absolute;
  bottom: 16px;
  left: 20px;
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  text-shadow: 0px 2px 12px rgba(0,0,0,0.9);
}

.mobile-anime-figure .fandom-desc {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: normal;
}

.mobile-anime-figure .fandom-figures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.mobile-anime-figure .coming-soon {
  width: 100%;
  padding: 24px;
  background-color: #ffffff10;
  border-radius: 10px;
  text-align: center;
  font-family: "Jaro", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 18px;
  letter-spacing: normal;
}

.mobile-anime-figure .about-section {
  margin: 40px 26px 0;
  width: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 60px;
}

.mobile-anime-figure .about-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #ffffff10;
  border-radius: 10px;
  padding: 24px;
}

.mobile-anime-figure .about-heading {
  font-family: "Inter", Helvetica;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  background: linear-gradient(90deg, rgba(226, 92, 92, 1) 0%, rgba(235, 136, 22, 1) 75%);
  background-clip: text;
  color: transparent;
  letter-spacing: normal;
}

.mobile-anime-figure .about-text {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: normal;
}

.mobile-anime-figure .values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.mobile-anime-figure .value-card {
  background-color: #ffffff15;
  border-radius: 10px;
  padding: 16px 12px;
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 8px #4c76d640;
}

.mobile-anime-figure .value-icon {
  font-size: 28px;
  line-height: 1;
}

.mobile-anime-figure .value-title {
  font-family: "Jaro", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 14px;
  letter-spacing: normal;
}

.mobile-anime-figure .value-text {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffffaa;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: normal;
}

.mobile-anime-figure .contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-anime-figure .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-anime-figure .form-label {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 13px;
  letter-spacing: normal;
}

.mobile-anime-figure .form-input,
.mobile-anime-figure .form-textarea {
  background-color: #ffffff10;
  border: 1px solid #ffffff30;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Francois One", Helvetica;
  font-size: 13px;
  color: #ffffff;
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}

.mobile-anime-figure .form-input:focus,
.mobile-anime-figure .form-textarea:focus {
  border-color: #eb8715;
}

.mobile-anime-figure .form-input::placeholder,
.mobile-anime-figure .form-textarea::placeholder {
  color: #ffffff50;
}

.mobile-anime-figure .form-textarea {
  resize: vertical;
  min-height: 100px;
}

.mobile-anime-figure .submit-button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: linear-gradient(90deg, rgba(226, 92, 92, 1) 0%, rgba(235, 136, 22, 1) 100%);
  border-radius: 10px;
  cursor: pointer;
  align-self: flex-start;
  transition: opacity 0.2s;
}

.mobile-anime-figure .submit-button:hover {
  opacity: 0.85;
}

.mobile-anime-figure .submit-button-text {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: normal;
}

.mobile-anime-figure {
  background-color: #06061d;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mobile-anime-figure .header-section {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background-color: #07071e;
  box-shadow: 0px 4px 8px #4c76d640;
}

.mobile-anime-figure .logo {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.mobile-anime-figure .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-anime-figure .menu {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.mobile-anime-figure .vector {
  flex: 1;
  width: 30px;
}

.mobile-anime-figure .content-with {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgba(7, 6, 29, 1) 0%,
    rgba(31, 28, 131, 1) 100%
  );
}

.mobile-anime-figure .hero-section {
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  box-shadow: inset 0px -48px 24px #07071e;
  background-image: url('Hero Section.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 94px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background-color: #06061d;
  border-radius: 10px;
  cursor: pointer;
}

.mobile-anime-figure .text-wrapper {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #eb8715;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 16px;
  white-space: nowrap;
}

.mobile-anime-figure .top-sellers-section {
  margin: 36px 26px 0;
  width: calc(100% - 52px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.mobile-anime-figure .div {
  display: inline-flex;
  align-items: center;
}

.mobile-anime-figure .top-sellers-section > .div {
  width: 100%;
}

.mobile-anime-figure .top-sellers-section-2 > .div {
  width: 100%;
}

.mobile-anime-figure .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  background: linear-gradient(
    90deg,
    rgba(226, 92, 92, 1) 0%,
    rgba(235, 136, 22, 1) 75%
  );
  background-clip: text;
  color: transparent;
  font-family: "Inter", Helvetica;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 48px;
  white-space: nowrap;
}

.mobile-anime-figure .trending-icon {
  position: relative;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.mobile-anime-figure .img {
  position: absolute;
  width: 79.22%;
  height: 87.50%;
  top: 12.50%;
  left: 20.78%;
}

.mobile-anime-figure .tanjiro-card,
.mobile-anime-figure .goku-card,
.mobile-anime-figure .mika-card,
.mobile-anime-figure .luffy-card {
  display: flex;
  flex-direction: column;
  width: 170px;
  align-items: flex-start;
  gap: 8px;
  padding: 0 0 8px;
  background-color: #e15c5c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 16px #4c76d640, -4px -4px 16px #4c76d640;
}

.mobile-anime-figure .card-image-price {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e15c5c;
  background-image: url('tanjiro.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .price {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 0px 10px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(100, 179, 22, 1) 0%,
    rgba(226, 92, 92, 1) 100%
  );
}

.mobile-anime-figure .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Lalezar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
}

.mobile-anime-figure .card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mobile-anime-figure .goku-base-form {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Jaro", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
}

.mobile-anime-figure .p {
  position: relative;
  align-self: stretch;
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: normal;
  line-height: normal;
}

.mobile-anime-figure .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #07071e;
  border-radius: 10px;
  cursor: pointer;
}

.mobile-anime-figure .button-2 {
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 16px;
  white-space: nowrap;
}

.mobile-anime-figure .price-wrapper {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e15c5c;
  background-image: url('goku.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .div-wrapper {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e15c5c;
  background-image: url('miku.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .card-image-price-2 {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e15c5c;
  background-image: url('luffy.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .by-fandom-section {
  margin: 56px 13px 0;
  width: calc(100% - 26px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobile-anime-figure .fandom-header {
  display: inline-flex;
  margin-left: 10px;
  height: 48px;
  align-items: center;
}

.mobile-anime-figure .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 48px;
  white-space: nowrap;
}

.mobile-anime-figure .genre-background {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 16px 8px;
  background-color: #ffffff40;
  position: relative;
  border-radius: 10px;
  scrollbar-width: none;
}

.mobile-anime-figure .genre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px;
  width: 100%;
}

.mobile-anime-figure .shounen,
.mobile-anime-figure .isekai,
.mobile-anime-figure .shoujo,
.mobile-anime-figure .mecha {
  position: relative;
  width: 100%;
  height: 166px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px #00000040;
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .shounen {
  background-image: linear-gradient(0deg, rgba(7,7,30,0.6) 0%, rgba(7,7,30,0.1) 100%), url('Shounen.png');
}

.mobile-anime-figure .isekai {
  background-image: linear-gradient(0deg, rgba(7,7,30,0.6) 0%, rgba(7,7,30,0.1) 100%), url('Isekai.png');
}

.mobile-anime-figure .shoujo {
  background-image: linear-gradient(0deg, rgba(7,7,30,0.6) 0%, rgba(7,7,30,0.1) 100%), url('Shoujo.png');
}

.mobile-anime-figure .mecha {
  background-image: linear-gradient(0deg, rgba(7,7,30,0.6) 0%, rgba(7,7,30,0.1) 100%), url('Mecha.png');
}

.mobile-anime-figure .text-wrapper-5 {
  position: absolute;
  top: 63px;
  left: 19px;
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: normal;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}

.mobile-anime-figure .text-wrapper-6 {
  position: absolute;
  top: 63px;
  left: 38px;
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: normal;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}

.mobile-anime-figure .text-wrapper-7 {
  position: absolute;
  top: 63px;
  left: 32px;
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: normal;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}

.mobile-anime-figure .text-wrapper-8 {
  position: absolute;
  top: 63px;
  left: 34px;
  font-family: "Francois One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: normal;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}

.mobile-anime-figure .top-sellers-section-2 {
  margin: 88px 26px 0;
  width: calc(100% - 52px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-bottom: 60px;
}


.mobile-anime-figure .albedo-card,
.mobile-anime-figure .kitagawa-card,
.mobile-anime-figure .joey-card,
.mobile-anime-figure .toga-card {
  display: flex;
  flex-direction: column;
  width: 170px;
  align-items: flex-start;
  gap: 8px;
  padding: 0 0 8px;
  background-color: #e1935c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 16px #4c76d640, -4px -4px 16px #4c76d640;
}

.mobile-anime-figure .card-image-price-3 {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e1935c;
  background-image: url('albedo.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .element-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 0px 10px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(226, 92, 92, 1) 0%,
    rgba(226, 148, 92, 1) 100%
  );
}

.mobile-anime-figure .card-image-price-4 {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e1935c;
  background-image: url('kitagawa.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .card-image-price-5 {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e1935c;
  background-image: url('joey.png');
  background-size: cover;
  background-position: center;
}

.mobile-anime-figure .card-image-price-6 {
  display: flex;
  flex-direction: column;
  height: 159px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-shadow: inset 0px -16px 8px #e1935c;
  background-image: url('toga.png');
  background-size: cover;
  background-position: center;
}
