@charset "UTF-8";
:root {
  --bag-blue: #1863ae;
  --bag-navy: #213d76;
  --bag-sky: #e1ebf4;
  --bag-text: #525252;
  --bag-muted: #f8f8f8;
  --bag-accent: #a4cbf1;
  --bag-font: "Kanit", "Google Sans", "Helvetica Neue", Arial, sans-serif;
  --md-ref-typeface-plain: var(--bag-font);
  --font-display-large: var(--bag-font);
  --font-display-medium: var(--bag-font);
  --font-display-small: var(--bag-font);
  --font-headline-large: var(--bag-font);
  --font-headline-medium: var(--bag-font);
  --font-headline-small: var(--bag-font);
  --font-title-large: var(--bag-font);
  --font-title-medium: var(--bag-font);
  --font-title-small: var(--bag-font);
  --font-body-large: var(--bag-font);
  --font-body-medium: var(--bag-font);
  --font-body-small: var(--bag-font);
  --font-label-large: var(--bag-font);
  --font-label-medium: var(--bag-font);
  --font-label-small: var(--bag-font);
}
html, body, button, input, textarea {
  font-family: var(--bag-font);
}
body {
  background: #fff;
  color: var(--bag-text);
}
.site-header {
  z-index: 10;
  height: 140px;
  margin-bottom: -140px;
  background-image: linear-gradient(#777d83 0%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 100%);
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-lockup:hover {
  text-decoration: none;
}
.brand-bag {
  width: clamp(128px, 16vw, 200px);
}
.brand-kokopelli {
  width: clamp(88px, 12vw, 148px);
}
.login-button, .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.login-button {
  min-width: 156px;
  border: 1px solid rgba(255, 255, 255, .9);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: rgba(24, 99, 174, 0);
}
.primary-button {
  width: 60vw;
  max-width: 360px;
  min-height: 52px;
  padding: 0 32px;
  background: var(--bag-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.primary-button:hover, .login-button:hover {
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(24, 99, 174, .18);
}
.hero {
  position: relative;
  height: clamp(640px, 100vh, 1500px);
  display: grid;
  align-content: center;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.hero-content {
  padding-bottom: 180px;
}
.hero-logo {
  width: min(820px, 90vw);
}
.hero h1 {
  margin: 0 0 8px;
  color: var(--bag-blue);
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 400;
}
.hero p {
  margin: 0 auto 32px;
  font-size: clamp(14px, 1.4vw, 20px);
}
.intro-section {
  padding: 104px 1em;
}
.section-heading {
  max-width: 1128px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading h2, .final-cta h2 {
  margin: 0;
  color: var(--bag-blue);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}
#steps-title {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
}
.section-heading p {
  max-width: 990px;
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: 300;
}
.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}
.feature-card, .case-card {
  background: var(--bag-muted);
}
.feature-card img, .case-card img {
  width: 100%;
  aspect-ratio: 265 / 163;
  object-fit: cover;
}
.feature-card h3, .reason-list h3, .step-copy h3, .case-body h3 {
  color: var(--bag-blue);
  font-size: 18px;
  font-weight: 400;
}
.feature-card p, .reason-list p, .step-copy p, .case-body p {
  font-size: 14px;
  font-weight: 300;
}
.feature-card h3, .feature-card p {
  padding-left: 1.5rem;
}
.center-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.reasons-section {
  position: relative;
  overflow: hidden;
  background: var(--bag-muted);
  padding-left: 1em;
}
.reasons-layout {
  height: clamp(600px, 55vw, 780px);
}
.reasons-copy {
  position: relative;
  z-index: 2;
}
.reasons-copy h2 {
  margin: 0 0 32px;
  color: var(--bag-text);
  font-size: 36px;
  font-weight: 400;
}
.reasons-copy h2 span {
  display: block;
  color: var(--bag-blue);
  font-size: clamp(52px, 5vw, 64px);
  font-weight: 500;
}
.reason-list {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.reason-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 24px;
  align-items: center;
}
.reason-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.reason-list h3 {
  margin: 0;
}
.reason-list p {
  margin: 0;
}
.reasons-visual {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 45%;
}
.reasons-bg {
  height: 100%;
}
.steps-section {
  padding: 72px 1em 0;
  background: var(--bag-sky);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
}
.step-number {
  color: var(--bag-blue);
  font-size: 96px;
  font-weight: 500;
  line-height: .8;
}
.step-copy {
  padding-top: 8px;
}
.step-copy h3 {
  margin: 0;
  font-size: 24px;
}
.step-copy p {
  margin: 0;
}
.phone-shot {
  grid-column: 1 / -1;
  width: clamp(240px, 80%, 320px);
}
.cases-section {
  padding: 72px 1em;
}
.case-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.case-card {
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, .1);
}
.case-body {
  padding: 1em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.case-body h3 {
  margin: 0 0 8px;
}
.case-body p {
  margin: 0 0 16px;
}
.success-case-title {
  background-color: var(--bag-navy);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.success-case-content {
  background-color: var(--bag-blue);
  color: #fff;
  font-size: 14px
}
.carousel-dots {
  display: none;
}
.mosaic-section {
  --mosaic-width: 1044px;
  --mosaic-height: 334px;
  --mosaic-duration: 28s;
  overflow: hidden;
  padding: 48px 0 56px;
  background: #fff;
}
.mosaic-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--mosaic-height);
}
.mosaic-track::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(100% + var(--mosaic-width));
  background-image: url("/image/mosaic.webp");
  background-repeat: repeat-x;
  background-size: var(--mosaic-width) var(--mosaic-height);
  background-position: 0 0;
  animation: mosaic-slide var(--mosaic-duration) linear infinite;
  will-change: transform;
}
@keyframes mosaic-slide {
  to {
    transform: translate3d(calc(var(--mosaic-width) * -1), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mosaic-track::before {
    animation: none;
  }
}
.final-cta {
  padding: 48px 1em 96px;
  text-align: center;
}
.final-cta h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
}
.final-cta p {
  margin: 4px 0 24px;
  color: var(--bag-text);
  font-size: clamp(20px, 3vw, 36px);
}
.site-footer {
  background: var(--bag-navy);
  color: #fff;
}
.footer-inner {
  padding: 72px 0 48px;
  display: grid;
  grid-template-columns: 1.3fr 1.8fr 1fr;
  gap: 64px;
}
.footer-brand > img {
  width: 180px;
  margin-bottom: 16px;
}
.qr-row p, .copyright {
  color: #bdbdbd;
}
.footer-brand > p {
  margin: 0 0 24px;
  color: #fff;
  font-size: 16px;
}
.qr-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.qr-row img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.qr-row p {
  margin: 0;
  font-size: 16px;
}
.qr-row span, .qr-row strong {
  display: block;
}
.qr-row strong {
  color: #fff;
  font-weight: 500;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}
.footer-nav h3, .footer-contact h3 {
  margin: 0 0 16px;
  color: var(--bag-accent);
  font-size: 20px;
  font-weight: 500;
}
.footer-nav a {
  display: block;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
}
.footer-contact {
  min-width: 0;
}
.phone-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-links a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
}
.social-links img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.copyright {
  margin: 0 auto;
  padding: 0 0 24px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .reasons-section {
    padding-left: 0;
  }
  .reasons-copy {
    padding: 1em;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reasons-section .primary-button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .reasons-layout {
    height: auto;
    padding-bottom: 40px;
    display: grid;
    gap: 1em;
  }
  .reasons-visual {
    position: relative;
    left: 0;
  }
  .case-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 720px) {
  .hero {
    height: clamp(500px, 100vh, 1500px);
  }
  .hero-content {
    padding-bottom: 140px;
  }
  .brand-lockup {
    gap: 0;
  }
  .login-button {
    min-width: 112px;
    min-height: 35px;
    font-size: 16px;
  }
  .hero-logo {
    margin-bottom: 8px;
  }
  .hero p {
    margin-bottom: 24px;
  }
  .hero-image {
    object-position: center top;
  }
  .primary-button {
    min-width: 175px;
    min-height: 42px;
    padding: 0 24px;
    font-size: 20px;
  }
  .intro-section {
    padding: 58px 1em 72px;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .feature-card h3 {
    font-size: 14px;
  }
  .feature-card p {
    font-size: 12px;
  }
  .feature-card h3, .feature-card p {
    padding-left: .6rem;
  }
  .reasons-visual {
    min-height: 356px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .reasons-copy h2 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .reasons-copy h2 span {
    font-size: 52px;
  }
  .reason-list p {
    font-size: 14px;
  }
  .steps-section {
    padding: 40px 0 0;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid > :nth-child(n + 2) {
    padding-top: 40px;
  }
  .steps-grid > :nth-child(2) {
    background-color: #fff;
  }
  .case-carousel {
    width: calc(100% + 32px);
    margin-left: -16px;
    overflow: hidden;
  }
  .case-track {
    display: flex;
    overflow-x: auto;
    padding: 0 24px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .case-card {
    flex: 0 0 80vw;
    scroll-snap-align: center;
    box-shadow: none;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
  }
  .carousel-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
  }
  .carousel-dots .is-active {
    background: var(--bag-blue);
  }
  .mosaic-section {
    --mosaic-width: 826px;
    --mosaic-height: 264px;
    --mosaic-duration: 24s;
    padding: 24px 0 40px;
  }
  .final-cta {
    padding: 48px 1em 72px;
  }
  .footer-inner {
    padding: 32px 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-brand > img {
    width: 194px;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .footer-nav h3, .footer-contact h3 {
    font-size: 16px;
  }
  .footer-nav a {
    font-size: 14px;
  }
  .copyright {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .footer-nav {
    grid-template-columns: 1fr;
  }
}