/* 
------------------
Template Name: Takara Landing Page
Version: 1.00
------------------
*/
:root {
  --font-primary: "Inter", serif;
  --color-primary: #F978E1;
  --color-text: #A1A1AA;
  --color-body: #09090B;
}

/* 
------------------
Template Name: Takara Landing Page
Version: 1.00
------------------
*/
.section-header__btn {
  cursor: pointer;
}

.btn, .heading-h4 {
  font-weight: 500;
}

.navbar__brand__text, .heading-h1, .heading-h2, .heading-h3 {
  font-weight: 700;
}

.section-combine::before, .btn::after {
  content: "";
  position: absolute;
}

.btn::after {
  z-index: -1;
}

.btn {
  overflow: hidden;
}

.section-header__particle, .section-cta__shadow, .section-cta__line, .section-combine::before {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.navbar__wrapper, .section-header__particle, .section-cta__shadow, .section-cta__line, .container {
  margin-inline: auto;
}

.section-features__grid,
.section-process__grid, .card {
  display: grid;
}

.navbar__wrapper, .navbar__brand, .section-header__wrapper, .section-header__btn, .section-details__wrapper, .section-cta__wrapper, .footer__top, .footer__nav, .footer__social {
  display: flex;
}

.section-header__wrapper, .section-header__btn, .section-details__wrapper, .section-cta__wrapper {
  align-items: center;
}

.navbar__wrapper, .section-details__wrapper, .footer__top {
  justify-content: space-between;
}

.section-header__wrapper, .section-header__btn, .section-cta__wrapper {
  flex-direction: column;
}

.section-details__wrapper, .footer__top, .footer__nav, .footer__social {
  flex-wrap: wrap;
}

.section-header__particle, .section-cta__shadow, .section-cta__line {
  position: absolute;
}

.section-header__wrapper, .section-cta, .section-combine, .btn {
  position: relative;
}

.section-header__btn, .section-cta__wrapper, .u-text-center {
  text-align: center;
}

.navbar, .u-spacing-inline {
  padding-inline: clamp(1rem, 1.5038vw + 0.6476rem, 2rem);
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--font-primary);
  background-color: var(--color-body);
  overflow-x: clip;
}

a,
button,
input,
select,
textarea {
  font: inherit;
  word-wrap: anywhere;
}

a,
button,
input,
select,
textarea {
  color: inherit;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

img,
video {
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  width: auto;
  height: auto;
}

figure {
  margin-bottom: 0;
}

p {
  font-size: clamp(0.875rem, 0.3759vw + 0.7869rem, 1.125rem);
  line-height: 1.5555555556;
}

.container {
  max-width: 1218px;
}

.common-section-header {
  margin-bottom: clamp(2rem, 2.4436vw + 1.4273rem, 3.625rem);
}
@media (max-width: 575.98px) {
  .common-section-header {
    text-align: center;
  }
}
.common-section-header__title {
  max-width: 18ch;
  margin-bottom: clamp(0.875rem, 0.5639vw + 0.7428rem, 1.25rem);
}
@media (max-width: 575.98px) {
  .common-section-header__title {
    margin-inline: auto;
  }
}
.common-section-header__text {
  max-width: 46ch;
}
@media (max-width: 575.98px) {
  .common-section-header__text {
    margin-inline: auto;
  }
}

.btn {
  --_border: 1px;
  color: var(--color-text);
  font-size: 0.875rem;
  display: inline-flex;
  border-radius: 50em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: var(--_border);
  transition: box-shadow 0.2s linear, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn::after {
  bottom: 0;
  height: var(--_border);
  left: 20%;
  right: 20%;
  background-image: linear-gradient(90deg, transparent 0%, var(--color-primary) 50%, transparent 100%);
  opacity: 0.9;
  transition: all 0.2s linear;
}
.btn__content {
  border-radius: inherit;
  padding: 0.375rem 1.25rem;
  color: var(--color-text);
  background-color: var(--color-body);
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.btn:hover, .btn:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(249, 120, 225, 0.1);
}
.btn:hover::after, .btn:focus-visible::after {
  left: 0;
  right: 0;
  height: 80%;
}

.card {
  background-color: rgba(24, 24, 27, 0.5);
  border: 1px solid rgba(244, 244, 245, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
.card__image {
  width: 100%;
}
.card__body {
  padding: clamp(1.25rem, 1.1278vw + 0.9857rem, 2rem);
  margin-top: auto;
}
.card__title {
  color: #E4E4E7;
}
.card__text {
  max-width: 105ch;
  margin-top: 1rem;
}

.u-spacing-bottom {
  padding-bottom: clamp(5rem, 9.5865vw + 2.7532rem, 11.375rem);
}

.u-color-text {
  color: rgba(161, 161, 170, 0.8);
}

.u-text-white {
  color: #ffffff;
}

.u-gradient-text {
  background-image: linear-gradient(135deg, #FFF 0%, #71717A 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 4px;
}

.heading-h1 {
  font-size: clamp(2.5rem, 3.0075vw + 1.7951rem, 4.5rem);
  line-height: 1.0694444444;
}

.heading-h2 {
  font-size: clamp(1.5rem, 2.2556vw + 0.9713rem, 3rem);
  line-height: 1.0625;
}

.heading-h3 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.heading-h4 {
  font-size: 1.125rem;
}

.text-lg {
  font-size: clamp(1rem, 0.3759vw + 0.9119rem, 1.25rem);
  line-height: 1.6;
}

.text-sm {
  font-size: clamp(0.75rem, 0.188vw + 0.7059rem, 0.875rem);
  line-height: 1.7142857143;
}

/* Section Navbar Styles */
.navbar {
  padding-block: 1.25rem;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}
.navbar__wrapper, .navbar__brand {
  align-items: center;
}
.navbar__wrapper {
  max-width: 1300px;
}
.navbar__brand {
  padding: 0.3125rem;
  gap: 1rem;
}
.navbar__brand__image {
  filter: drop-shadow(0 0 5px #d664c6);
}
.navbar__brand__text {
  font-size: 0.75rem;
  letter-spacing: -0.025em;
}

/* Section Header Styles */
.section-header {
  --_width: 30%;
  padding-top: clamp(8rem, 5.1692vw + 6.7885rem, 11.4375rem);
  padding-bottom: clamp(5rem, 5.0752vw + 3.8105rem, 8.375rem);
  background-image: radial-gradient(var(--_width, 30%) 50% at 50% 2%, rgba(145, 62, 143, 0.5) 0%, transparent 100%);
}
@media (max-width: 767.98px) {
  .section-header {
    --_width: 70%;
  }
}
.section-header__particle {
  top: 1.875rem;
  left: 0;
  right: 0;
}
.section-header__title {
  /* max-width: 17ch; */
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-header__title__count {
    display: block;
  }
}
.section-header__title__bottom {
  display: block;
}
.section-header__text {
  margin-bottom: clamp(1.5rem, 2.6316vw + 0.8832rem, 3.25rem);
}
.section-header__btn {
  background-color: transparent;
  gap: 0.25rem;
  border: 0;
  padding: 5px;
  margin-top: clamp(3rem, 2.8195vw + 2.3392rem, 4.875rem);
}

/* Section Details Styles */
.section-details__wrapper {
  gap: 1.25rem;
}
@media (max-width: 575.98px) {
  .section-details__wrapper {
    justify-content: center;
    text-align: center;
  }
}
.section-details__title {
  /* max-width: 17ch; */
}
.section-details__text {
  max-width: 54ch;
}

.section-features__grid,
.section-process__grid {
  gap: clamp(1.25rem, 1.1278vw + 0.9857rem, 2rem);
}

/* Section Features */
@media (min-width: 576px) {
  .section-features__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .section-features__grid {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 992px) {
  .section-features .card {
    grid-column: span 3;
  }
  .section-features .card:nth-of-type(4) {
    grid-column: span 5;
  }
  .section-features .card:nth-of-type(4) .card__text {
    max-width: unset;
  }
  .section-features .card:nth-of-type(5) {
    grid-column: span 4;
  }
  .section-features .card:nth-of-type(5) .card__text {
    max-width: 50ch;
  }
}

/* Section Process Styles */
.section-process__text {
  max-width: 32ch;
}
@media (min-width: 576px) {
  .section-process__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Section CTA Styles */
.section-cta {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.section-cta__shadow, .section-cta__line {
  top: 0;
  left: 0;
  right: 0;
}
.section-cta__shadow {
  transform: translateY(-50%);
}
.section-cta__wrapper {
  justify-content: center;
}
.section-cta__title {
  max-width: 24ch;
}
.section-cta__text {
  max-width: 38ch;
  margin-top: 0.625rem;
  margin-bottom: 2.125rem;
}

.section-combine::before {
  --_position: 70%;
  inset: 0;
  background-image: radial-gradient(30% 20% at 50% var(--_position), rgba(145, 62, 143, 0.5) 0%, transparent 100%);
  filter: blur(80px);
  z-index: -1;
}
@media (min-width: 576px) {
  .section-combine::before {
    --_position: 78%;
    opacity: 0.6;
    filter: blur(200px);
  }
}

/* Section Footer Styles */
.footer {
  padding-bottom: clamp(3rem, 4.5113vw + 1.9427rem, 6rem);
}
.footer__top {
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .footer__top {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer__top {
    align-items: center;
  }
}
.footer__nav, .footer__social {
  list-style-type: none;
}
.footer__nav a, .footer__social a {
  display: inline-block;
  transition: color 0.2s ease-in-out;
}
.footer__nav a:hover, .footer__nav a:focus-visible, .footer__social a:hover, .footer__social a:focus-visible {
  color: var(--color-primary);
}
.footer__nav {
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav__item {
  font-size: 0.8125rem;
  padding: 0.25rem;
  line-height: 1.5384615385;
}
.footer__social {
  gap: 1.625rem;
}
.footer__social__link {
  padding: 0.25rem;
}
.footer__text {
  color: #71717A;
  max-width: 60ch;
}/*# sourceMappingURL=style.css.map */