:root {
  --primary: #d91b5c;
  --accent: #e63f45;
  --gradient: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
  --text: #202124;
  --muted: #6b7280;
  --card: #f3f4f6;
  --soft: #f9f9f9;
  --shadow: 0px 8px 10px 0px #0000001a;
  --shadow2: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --radius: 16px;
  --radius-lg: 20px;
  --max: 1248px;
}

/* Base */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  font-size: 18px; /* body 18 / 400 */
  font-weight: 400;
  background: #fff;
}
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.35rem;
  font-family: "Poppins";
} /* h1 60/700 */
h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.1rem;
  color: #1a1a1a;
} /* h2 36/700 */
h3 {
  font-size: 22px;
  margin: 0.25rem 0 0.6rem;
}
h4 {
  font-size: 18px;
  margin: 0.25rem 0 0.6rem;
  line-height: 28px;
}
p {
  margin: 0.25rem 0 0.9rem;
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}
section {
  padding: 50px 0;
}
.center {
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 12px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.btn-primary {
  background: #fff;
  color: #d7000f;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: "Poppins";
  font-weight: 500;
}
.btn-ghost {
  background: #ffffff;
  color: #e94b3c;
  border: 1px solid #e94b3c;
  font-size: 16px;
  font-weight: 500;
}
.btn-pill {
  border-radius: 999px;
}
.btn-sm {
  padding: 9px 16px;
  font-size: 14px;
}
.btn:hover {
  transform: translateY(-2px);
}

/* Header */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.nav {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--primary);
}
.brand .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
}
.menu {
  display: flex;
  gap: 30px;
  color: #555555;
  font-size: 16px;
}
.auth {
  display: flex;
  gap: 10px;
  padding-top: 13px;
}
.hamburger {
  display: none;
  color: #d91b5c;
  padding: 8px;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero */
.hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.hero-inner p {
  font-family: "Poppins";
  color: #fff;
  width: 53%;
  margin: auto;
  font-weight: 300;
  font-size: 18px;
}
.banner-logos {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0px;
  background-color: #fff;
  max-width: 46%;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.banner-logos img {
  width: 155px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
}
.logo-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logo-box div img {
  width: 120px;
}
p.hero-sub {
  font-size: 20px;
  padding: 5px 0px 10px;
  line-height: 28px;
}
.coming-timer h1 {
  font-family: "Poppins";
  padding-bottom: 18px;
  font-size: 38px;
}
h1 span {
  color: #e63f45;
}
.countdown {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.time-box {
  background: #e63f45;
  padding: 10px 20px;
  border-radius: 12px;
  min-width: 100px;
  border: 1px solid #ffffff57;
  color: #fff;
}
.time-box span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.banner-logos p {
  color: #000;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero-banner2.png") center/cover no-repeat;
  filter: saturate(1.05) contrast(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 72px 16px;
}
.hero-sub {
  font-size: 14px;
  letter-spacing: 0.2px;
  opacity: 0.9;
  margin-top: 0.4rem;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 45px;
  flex-wrap: wrap;
}
.tiny-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.playstore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.6)
  );
  text-decoration: none;
  transition: transform 0.2s ease;
}

.playstore-btn:hover {
  transform: scale(1.05);
}
.playstore-btn img {
  height: 20px;
  width: auto;
}
.playstore-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-start;
}
.hero-banner-logo {
  text-align: center;
  position: relative;
}
.coming-timer {
  text-align: center;
  padding-top: 25px;
}
.playstore-text small {
  color: #ccc;
  font-size: 12px;
  font-family: "Poppins";
}
.playstore-text strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}
.hero-banner-logo:after {
  content: "";
  width: 182px;
  height: 2px;
  background-color: #d8d2d2;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
/**Introducing***/
.iroducing-sec {
  padding: 60px 0px;
  background-image: url(../images/bg.jpg);
}
.iroducing-sec h2 {
  text-align: center;
}
/* Section: In Action */
.strip {
  background: #fff;
}
section.section.acumen-navi-sec {
  background-color: #eeeeee8a;
}
.subtle {
  font-size: 12px;
  color: #555555;
  margin-top: -8px;
}
.frame-triple {
  margin: 18px auto 0;
  max-width: 85%;
  background: #fff;
  border-radius: 18px;
  border: 2px solid #d91b5c;
  box-shadow: var(--shadow);
}
iframe {
  border-radius: 18px;
}
.phone {
  background: #f3f4f8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 8px;
}
.dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #e0e0e0;
}
.dots span.active {
  background: var(--primary);
}
.imgbox {
  border-radius: 16px;
  overflow: hidden;
}
.about .imgbox img {
  height: 100%;
}
.japan-rising-inner {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  display: grid;
}
/* Section: About + Mission card */
.about-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
  align-items: center;
  background: #fafafa;
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 30px 20px;
  margin: auto;
}
.card p {
  font-size: 16px;
}
.card h3 {
  font-size: 24px;
}
.mission {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
}
.mission img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
}
.step:nth-child(2) .bubble {
  background: linear-gradient(90deg, #f9a623 0%, #f67f01 100%);
}
.step:nth-child(4) .bubble {
  background: linear-gradient(90deg, #f9a623 0%, #f67f01 100%);
}

/* Section: Features */
.f-item.one:before,
.f-item.two:before,
.f-item.three:before,
.f-item.four:before,
.f-item.five:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
  border-radius: 54px 54px 0px 0px;
}
.f-item.two:before {
  background: linear-gradient(90deg, #f9a825 0%, #f57c00 100%);
}
.f-item.three:before {
  background: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
}
.f-item.four:before {
  background: linear-gradient(90deg, #f9a825 0%, #f57c00 100%);
}
.f-item.five:before {
  background: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
}

.kicker {
  font-size: 14px;
  max-width: 55%;
  margin: auto;
  margin-top: -6px;
}
.features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 70px;
}
.f-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px;
  text-align: center;
  border: 1px solid #f1f1f1;
  position: relative;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.f-icon {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 10px;
}
.f-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.f-icon:nth-child(1) {
  background-color: #d91b5c1a;
}
.f-icon:nth-child(2) {
  background-color: #f9a8251a;
}
.f-icon:nth-child(3) {
  background-color: #e94b3c1a;
}
.f-icon:nth-child(4) {
  background-color: #f57c001a;
}
.f-icon:nth-child(5) {
  background-color: #d91b5c1a;
}
.f-item p {
  font-size: 14px;
  margin: 6px 0 0;
}

/* Section: App Preview */

.owl-carousel.app-slider {
  display: flex;
  gap: 20px;
}
.app-slider .item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-slider .item img {
  width: 100%;
  height: auto; /* Keep natural height */
  border-radius: 25px;
  display: block;
  box-shadow: 0 0 0 3px #ff007a; /* Pink outline */
}
.app-slider .caption {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-nav button span {
  font-size: 30px;
  line-height: 1;
}
/* Navigation Arrows */
.app-preview .owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* so only arrows get clicks */
  color: #d91b5c;
}
button.owl-prev {
  position: absolute;
  left: -24px;
}
button.owl-next {
  position: absolute;
  right: -23px;
}
.app-preview .owl-nav button.owl-prev,
.app-preview .owl-nav button.owl-next {
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all; /* re-enable for arrows */
  transition: all 0.3s ease;
}

.app-preview .owl-nav button.owl-prev:hover,
.app-preview .owl-nav button.owl-next:hover {
  background: #f9c74f; /* your highlight color */
  color: #fff;
}

/* Remove default text from nav buttons */
.app-preview .owl-nav button span {
  font-size: 30px;
  line-height: 1;
}

/* Section: Why Choose */
.why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 45px;
}
.why .tile {
  border-radius: 16px;
  color: #fff;
  padding: 18px 16px;
  box-shadow: var(--shadow);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  background: var(--gradient); /* pink/orange tiles */
}
.why .tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.why .tile:nth-child(2) {
  background: linear-gradient(90deg, #f9a825 0%, #f57c00 100%);
}
.why .tile:nth-child(4) {
  background: linear-gradient(90deg, #f9a825 0%, #f57c00 100%);
}
.why h4 {
  margin: 0 0 6px;
  font-size: 20px;
}
.tile img {
  background: #ffffff33;
  width: 64px;
  padding: 16px;
  border-radius: 100%;
  height: 64px;
}
.why .tile p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

/* Section: How It Works (vertical timeline feel) */
.timeline {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e5e7eb;
  transform: translateX(-50%);
}
.step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin: 30px 0;
}
.step:nth-child(even) .art {
  order: -1;
}
.bubble {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 16px rgba(217, 27, 92, 0.25);
  font-weight: 700;
}
.right {
  text-align: right;
}
.step h3 {
  font-size: 20px;
  padding-top: 12px;
}

.art {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 2px 4px 0px #0000001a;
  padding: 16px 16px 10px;
  border: 1px solid #f1f1f1;
}
.art img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
.step p {
  margin: 0.4rem 0 0;
  font-size: 16px;
}

/* Section: Testimonials */
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 50px;
  margin: auto;
  max-width: 1024px;
}
.t-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 40px 40px;
  border: 1px solid #f1f1f1;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-top: -42px;
}
.stars {
  color: #ffb400;
  margin: 6px 0;
}
.t-card p {
  font-size: 14px;
}
.t-card h5 {
  margin-bottom: 0px;
}
.t-card span {
  font-size: 14px;
}

.t-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
/* Section: CTA */

.cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  box-shadow: var(--shadow);
  background: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
  border-radius: 20px;
}
.cta-card {
  padding: 48px 50px;
  display: grid;
}
.cta-card .banner {
  padding: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.cta-wrap {
  max-width: 896px;
  margin: auto;
}
.cta-card h3 {
  font-size: 36px;
  line-height: 40px;
}
.cta-card p {
  font-size: 16px;
}
section.cta-wrap .playstore-btn {
  border-radius: 30px;
  border-color: transparent;
  background-color: #000;
}
.store-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.store {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  color: #fff;
}
.cta-figure {
  background: #fff;
  height: 100%;
}
.cta-figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}
section.cta-wrap .tiny-ctas {
  justify-content: flex-start;
  padding-bottom: 22px;
}
section.cta-wrap a.btn.btn-primary {
  border-radius: 30px;
  width: 201px;
}
/* Footer */
footer {
  background: #1a1a1a;
  color: #c7c9d1;
  padding: 40px 0 30px;
}
.foot {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 22px;
}
.foot h5 {
  margin: 0 0 0.7rem;
  color: #fff;
}
.foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 14px;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding-top: 12px;
  font-size: 12px;
  color: #9aa0a6;
}

/* Utilities */
.pink {
  color: var(--primary);
}
.light-pink {
  color: var(--accent);
}
.muted {
  color: var(--muted);
}
.soft {
  background: var(--soft);
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.foot p {
  font-size: 16px;
  color: #9ca3af;
  padding-right: 50px;
}
ul.social {
  display: flex;
  gap: 18px;
}

/***Form css***/

p.lead {
  color: var(--muted);
  margin: 0 0 18px;
}
form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 47px;
}
.full {
  grid-column: 1/-1;
}
label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  font-size: 14px;
  padding: 0px 8px;
}
.radio-group,
.checkbox-group {
  display: grid;
  gap: 8px;
  padding: 8px 10px;
  border: 1px dashed #e6e9ef;
  border-radius: 8px;
  padding: 0px 8px;
}
.small-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
input[type="submit"] {
  background: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
  color: #fff;
  padding: 16px 30px;
  border-radius: 10px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 30px;
}
.cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.links {
  font-size: 13px;
  color: var(--muted);
}
.success {
  display: none;
  padding: 12px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #064e3b;
  margin-top: 12px;
}
.formSection {
  padding: 60px 0px;
  background-color: #eee;
}
.formSection h2 {
  text-align: center;
  padding-bottom: 50px;
}
form#leadForm {
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a.btn.btn-primary.stated-now {
  display: flex;
  justify-content: center;
}

/***About acumen and Navi Japan sec**/
section.section.acumen-navi-sec h2 {
  text-align: center;
  padding: 50px 0px 0px;
}
.acumen-japan-inner {
  max-width: 1200px;
  margin: 50px auto;

  border-radius: 12px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.acumen-navi-sec h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
section.section.acumen-navi-sec .feature span i {
  color: #d91b5c;
  font-size: 22px;
}
.japan-rising .feature h3 {
  line-height: 1.2em;
  padding-top: 12px;
}
.japan-rising .feature span i {
  color: #d91b5c;
  font-size: 26px;
}
.acumen-navi-sec p,
.japan-rising .feature p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

section.section.acumen-navi-sec .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.japan-rising .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 0px;
}

section.section.acumen-navi-sec .feature {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-left: 5px solid transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.japan-rising .feature {
  background: linear-gradient(to right, #fff, #f8bfc6);
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #d91b5c;
}
.japan-rising .feature:hover {
  transform: none;
  box-shadow: none;
  border-left: none;
}

section.section.acumen-navi-sec .feature h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #d91b5c;
}
.japan-rising .feature h3 {
  .japan-rising .feature h3;
}
.logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logo-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.logo-box p {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #555;
}

.logo-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.japan-rising {
  padding: 60px 0px;
}
.japan-rising h2 {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 740px) {
  form {
    grid-template-columns: 1fr;
  }
  .full {
    grid-column: 1/-1;
  }
}
/* Responsive */
@media (max-width: 1100px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
  .preview {
    grid-template-columns: repeat(3, 1fr);
  }
  .why {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot {
    grid-template-columns: 1fr 1fr;
  }
  .container {
    max-width: 95%;
  }
}
@media (max-width: 860px) {
  section.section.acumen-navi-sec .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .acumen-japan-inner {
    display: block;
  }
  .feature {
    margin-bottom: 12px;
  }
  .acumen-navi-sec {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 28px;
  }
  .about-wrap {
    grid-template-columns: 1fr;
  }
  .step {
    grid-template-columns: 1fr;
  }
  .timeline:before {
    left: 18px;
    transform: none;
  }
  .step .bubble {
    margin-left: 0;
  }
  .cta {
    grid-template-columns: 1fr;
  }
  .menu {
    display: none;
  }
  .hamburger {
    display: inline-flex;
  }
  .hero-inner p {
    width: 100%;
  }
  .kicker {
    max-width: 100%;
  }
  .about-wrap {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .nav {
    justify-content: flex-end;
  }
  .countdown {
    gap: 8px;
  }
  .hero-banner-logo img {
    width: 100% !important;
  }
  .banner-logos {
    display: block;
    text-align: center;
  }
  .banner-logos div {
    padding-bottom: 17px;
  }
  .why .tile {
    text-align: center;
  }
  .banner-logos p {
    font-size: 18px;
  }
  section.section.acumen-navi-sec .feature {
    text-align: center;
  }
  .time-box {
    padding: 10px 4px;
    min-width: 88px;
  }
  .hero-banner-logo:after {
    bottom: 30px;
  }
  .banner-logos {
    max-width: 100%;
  }
  .acumen-navi-sec h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
  }
  .japan-rising .feature {
    text-align: center;
  }
  .japan-rising .features {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 35px;
  }
  .japan-rising-inner {
    display: block !important;
  }
  .imgbox.reveal img {
    width: 100%;
  }
  .imgbox.reveal {
    width: 100%;
  }
  section.section.acumen-navi-sec .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .preview {
    grid-template-columns: repeat(2, 1fr);
  }
  .why {
    grid-template-columns: 1fr;
  }
  .t-grid {
    grid-template-columns: 1fr;
  }
  .foot {
    grid-template-columns: 1fr;
  }
  .timeline:before {
    display: none;
  }
  .step .bubble {
    margin: auto;
  }
  .step .right,
  .step {
    text-align: center;
  }
  .step:nth-child(even) .art {
    order: 2;
  }
  .cta-card {
    padding: 20px;
  }
  .cta-card .banner {
    padding: 0px;
  }
  .hero-inner {
    padding: 0px 0px;
  }
  .t-card {
    margin-bottom: 28px;
  }
}
.app-static-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.app-item {
  text-align: center;
}

.app-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.caption {
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .app-static-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 400px) {
    .time-box {
        padding: 10px 4px;
        min-width: 76px;
        font-size: 14px;
    }
.time-box span{font-size: 1rem;}
}