/* Green AI Page Styles - Common (Non-color styles) */
/* Font Import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");


body {
  caret-color: transparent;
  outline: none;
}
/* Default CSS Variables (Light Mode - will be overridden by theme CSS) */
:root {
  --ga-primary: #3da8bf;
  --ga-primary-dark: #2a8da3;
  --ga-dark-blue: #152632;
  --ga-green-1: #4cc18b;
  --ga-green-2: #1e8b6c;
  --ga-blue-1: #1e8bc5;
  --ga-blue-2: #159fcd;
  --ga-purple: #7766da;
  --ga-bg-light: #f2faff;
  --ga-white: #ffffff;
  --ga-text-dark: #152632;
  --ga-gray: #e8e8e8;
  --ga-dark: #1d1d1d;
  --ga-font-ja: "Noto Sans JP", "Noto Sans", sans-serif;
  --ga-font-en: "DIN Pro", "DIN 2014", sans-serif;
}

/* Base Styles */
.green-ai-new {
  font-family: var(--ga-font-ja);
  background-color: var(--ga-bg-light);
  color: var(--ga-text-dark);
  line-height: 1.75;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

/* Prevent internal scroll in main container */
.l-main.green-ai-new {
  overflow: hidden;
}

.green-ai-new img {
  max-width: 100%;
  height: auto;
}

.green-ai-new * {
  box-sizing: border-box;
}

.green-ai-new .ga-bg-gradient-0 {
  content: "";
  position: absolute;
  top: -100px;
  left: -150px;
  width: 843px;
  height: 824px;
  background-image: url(/assets/img/service/green-ai/background/rectangle7.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: scale(1);
  filter: blur(20px);
}

.green-ai-new .ga-bg-gradient-1 {
  position: absolute;
  top: 800px;
  left: -200px;
  width: 600px;
  height: 900px;
  background-image: url("/assets/img/service/green-ai/background/rectangle1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(-15deg) scale(1);
  filter: blur(5px);
}

.green-ai-new .ga-bg-gradient-2 {
  position: absolute;
  top: 2000px;
  right: -150px;
  width: 700px;
  height: 850px;
  background-image: url("/assets/img/service/green-ai/background/rectangle2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(10deg) scale(1.1);
  filter: blur(4px);
}

.green-ai-new .ga-bg-gradient-3 {
  position: absolute;
  top: 3000px;
  left: -300px;
  width: 800px;
  height: 900px;
  background-image: url("/assets/img/service/green-ai/background/rectangle3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(-8deg) scale(1.6);
  filter: blur(20px);
}

.green-ai-new .ga-bg-gradient-4 {
  position: absolute;
  top: 3800px;
  right: -250px;
  width: 650px;
  height: 800px;
  background-image: url("/assets/img/service/green-ai/background/rectangle4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(12deg) scale(1.5);
  filter: blur(20px);
}

.green-ai-new .ga-bg-gradient-5 {
  position: absolute;
  top: 4500px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg) scale(2);
  width: 900px;
  height: 700px;
  background-image: url("/assets/img/service/green-ai/background/rectangle5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  filter: blur(20px);
}

.green-ai-new .ga-bg-gradient-6 {
  position: absolute;
  bottom: 1500px;
  left: -180px;
  width: 750px;
  height: 850px;
  background-image: url("/assets/img/service/green-ai/background/rectangle4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(10deg) scale(2);
  filter: blur(7px);
}

.green-ai-new .ga-bg-gradient-7 {
  position: absolute;
  bottom: 500px;
  right: -180px;
  width: 750px;
  height: 850px;
  background-image: url("/assets/img/service/green-ai/background/rectangle2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(20deg) scale(2.1);
}
.green-ai-new .ga-bg-gradient-8 {
  position: absolute;
  top: 900px;
  left: -50px;
  width: 750px;
  height: 850px;
  background-image: url(/assets/img/service/green-ai/background/rectangle6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  transform: rotate(169deg) scale(2.5);
  filter: blur(20px);
}

.green-ai-new .ga-bg-gradient-9 {
  position: absolute;
  background-image: url(/assets/img/service/green-ai/background/rectangle8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  top: 100px;
  right: -650px;
  width: 750px;
  height: 850px;
  filter: blur(40px);
}

@media (max-width: 768px) {
  .green-ai-new .ga-bg-gradient-0 {
    left: -75px;
    top: -65px;
    transform: scale(0.8);
    width: 500px;
    height: 500px;
    filter: blur(20px);
  }
  .green-ai-new .ga-bg-gradient-9 {
    display: none;
  }

  .green-ai-new .ga-bg-gradient-6 {
    /* display: none; */
    transform: scale(0.7);
    bottom: 1600px;
    left: -280px;
    filter: blur(20px);
  }
  .green-ai-new .ga-bg-gradient-7 {
    transform: scale(1);
    bottom: 400px;
  }
}

/* Container */
.ga-container {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

/* Hero Section */
.ga-hero {
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
}

.ga-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-bottom: 100px;
  margin-top:100px;
  /* padding: 40px; */
}

.ga-hero__image {
  flex: 0 0 60%;
  /* max-width: 685px; */
  position: relative;
  z-index: 1;
  padding-top: 10px;
  /* transform: scale(1.2); */
}

.ga-hero_first__inner{
  margin-left: 80px;
}

.ga-hero__logo-second-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ga-hero__logo-second {
 max-width : 230px;
}

.ga-hero__image img {
  width: 100%;
  height: auto;
}

/* Hero Image Mode Toggle - Default (Light mode) */
.ga-hero__image--dark {
  display: none;
}

.ga-hero__image--light {
  display: block;
}

.ga-hero__image-placeholder {
  aspect-ratio: 685/398;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
}


.ga-hero__content {
  flex: 1;
  max-width: 560px;
  /* margin-left: -80px; */
  position: relative;
  z-index: 2;
}

.ga-hero__content-second {
  flex: 1;
  max-width: 560px;
  /* margin-left: -80px; */
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-left: -150px;
}

@media (max-width: 768px) {
  .ga-hero__content-second {
    margin-top: 0;
    margin-left: 0;
  }
}

.ga-hero__tagline {
  color: var(--ga-primary);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 15px;
  padding: 8px 0;
  border-top: 1px solid var(--ga-primary);
  border-bottom: 1px solid var(--ga-primary);
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.ga-hero__logo {
  margin-bottom: 20px;
}

.ga-hero__logo img {
  max-width: 442px;
  width: 100%;
  height: auto;
}

/* Default: Show light mode logo, hide dark mode logo */
.ga-hero__logo--light {
  display: block;
}

.ga-hero__logo--dark {
  display: none;
}

.ga-hero__logo-placeholder {
  height: 77px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.ga-hero__desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ga-hero__desc strong {
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* Hero Slider Styles */
.ga-hero__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ga-hero__slider-wrapper {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ga-hero__slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.ga-hero__slide--active {
  opacity: 1;
}

/* Slide 2 Specific Styles */
.ga-hero__tagline-dark {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ga-hero__dark-mode-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.ga-hero__title-large-text{
  font-size: 44px;
  font-weight: 600;
  line-height: 1.6;
  /* padding-left: 120px; */
}

.ga-hero__dark-mode-icon img {
  position: absolute;
  width: 300px;
  height: 300px;
  /* top: -126px; */
  top: -7%;
  right: -95px;
    z-index: 2;
}

.ga-hero__dark-mode-icon svg {
  width: 80px;
  height: 80px;
  color: var(--ga-primary);
}

.ga-hero__dark-mode-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: var(--ga-primary);
}

.ga-hero__title-large {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  text-align: right;
  margin-top:60px
}

.ga-hero__title-large strong {
  font-weight: 700;
  font-size: 56px;
}

/* Slider Navigation Dots */
.ga-hero__slider-nav {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.ga-hero__slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--ga-primary);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.ga-hero__slider-dot--active {
  background-color: var(--ga-primary);
  /* width: 32px; */
  border-radius: 6px;
}

.ga-hero__slider-dot:hover {
  background-color: var(--ga-primary);
  opacity: 0.7;
}

.ga-hero__desc-second{
  text-align: right;
  margin-top: 20px;
  letter-spacing: 0.2em;
}


@media (max-width: 1024px) {
  .ga-hero__content-second{
    margin-top:0px;
  }
  .ga-hero__title-large{
    padding-top:33px;
  }

  .ga-hero__title-large-text{
    font-size: 40px;
  }
  .ga-hero__title-large strong {
    font-size: 48px;
  }
  .ga-hero__inner{
    margin-top: 0px;
  }

  .hero_first__inner {
    padding: 0 40px;
  }
  .hero_first__inner .ga-hero__image {
    padding:10px;
    margin-top:30px;
  }
}


@media (max-width: 769px) {
  .ga-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0px;
    margin-top: 50px;
  }

  .ga-hero__image {
    flex: none;
    max-width: 100%;
    order: 2;
  }

  .ga-hero__content {
    order: 1;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ga-hero__title-large{
    margin-top: 0px;
    text-align: center;
  }
  .ga-hero__content-second{
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ga-hero__logo-placeholder {
    margin: 0 auto;
    max-width: 400px;
  }

  .ga-hero {
    padding: 10px;
  }

  .ga-hero__title-large {
    font-size: 20px;
  }

  .ga-hero__dark-mode-icon {
    width: 80px;
    height: 80px;
  }

  .ga-hero__dark-mode-icon svg {
    width: 60px;
    height: 60px;
  }

  .ga-hero__dark-mode-text {
    font-size: 10px;
  }

  .ga-hero__slider-nav {
    bottom: 20px;
  }

  .ga-hero__slider-dot {
    width: 10px;
    height: 10px;
  }

  .ga-hero__title-large{
    font-size: 33px;
    text-align: center;
  }
  .ga-hero__title-large strong {
    font-size: 33px;
  }

  .ga-hero__desc-second{
    text-align: center;
    font-size: 22px;
  }
  .ga-hero__title-large-text{
    font-size:55px;
  }
  .ga-hero__title-large strong{
    font-size: 55px;
  }

}

@media (max-width: 576px) {
  .ga-hero__desc-second{
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ga-hero__title-large-text{
    font-size:33px;
  }
  .ga-hero__title-large{
    padding-top:0px;
  }
  .ga-hero__inner{
    padding-bottom: 50px;
  }
  .ga-hero__desc-second{
    margin-top: 10px;
    /* margin-bottom: 0px; */
  }
  .ga-hero__title-large strong{
    font-size: 33px;
  }
}


/* Section Styles */
.ga-section {
  position: relative;
  z-index: 1;
}

.ga-section--card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 80px;
  padding: 75px 70px;
}

@media (max-width: 1024px) {
  .ga-section--card {
    padding: 40px 20px;
  }
}

@media (min-width: 769px) {
  .ga-section--card {
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .ga-section--card {
    border-radius: 30px;
    padding: 40px 20px;
  }
}

/* Section Header */
.ga-section__header {
  text-align: center;
  margin-bottom: 46px;
}

.ga-section__title-en {
  font-family: var(--ga-font-en);
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}

.ga-section__title-en span {
  color: var(--ga-primary);
}

.ga-section__title-ja {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--ga-text-dark);
}

/* Problems Section */
.ga-problems {
  text-align: center;
}

.ga-problems__heading {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ga-problems__heading {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

/* Problem Cards */
.ga-problem-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .ga-problem-cards {
    display: none;
  }
}

/* Mobile Only: Problems Section */
.ga-problems-mobile {
  display: none;
}

@media (max-width: 768px) {
  .ga-problems-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.ga-problem-card-mobile {
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ga-problem-card-mobile__header {
  display: flex;
  gap: 12px;
  position: relative;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ga-problem-card-mobile__badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 15px;
  display: inline-block;
  width: fit-content;
  line-height: 1.3;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.ga-problem-card-mobile__text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.ga-problem-card-mobile__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  flex: 1;
  color: var(--ga-text-dark);
}

.ga-problem-card-mobile__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-problem-card-mobile__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ga-problem-card-mobile__text .highlight {
  color: var(--ga-primary);
}

.relative {
  position: relative;
  width: 80px;
}
/* Problem Card Mobile Icon Position Adjustments */
/* Problem01: Icon is outside text-wrapper, positioned in header */
[data-problem-mobile="01"] .ga-problem-card-mobile__header .ga-problem-card-mobile__icon {
  position: absolute;
  right: 0px;
  top: -40px;
}

/* Problem02: Icon is inside text-wrapper */
[data-problem-mobile="02"] .ga-problem-card-mobile__text-wrapper .ga-problem-card-mobile__icon {
  position: absolute;
  top: -20px;
  right: 0px;
}

/* Problem03: Icon is inside text-wrapper */
[data-problem-mobile="03"] .ga-problem-card-mobile__text-wrapper .ga-problem-card-mobile__icon {
  position: absolute;
  top: -30px;
  right: 0px;
}

/* Problem04: Icon is inside text-wrapper */
[data-problem-mobile="04"] .ga-problem-card-mobile__text-wrapper .ga-problem-card-mobile__icon {
  position: absolute;
  top: -20px;
  right: 0px;
}

.ga-problem-card-mobile__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.ga-problem-card-mobile__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* Light mode mobile arrows - default visible */
.ga-problem-card-mobile__arrow-up--light {
  display: none;
}

.ga-problem-card-mobile__arrow-down--light {
  display: block;
}

.ga-problem-card-mobile--active .ga-problem-card-mobile__arrow-up--light {
  display: block;
}

.ga-problem-card-mobile--active .ga-problem-card-mobile__arrow-down--light {
  display: none;
}

/* Dark mode mobile arrows - default hidden */
.ga-problem-card-mobile__arrow-up--dark {
  display: none;
}

.ga-problem-card-mobile__arrow-down--dark {
  display: none;
}

.ga-problem-card-mobile--active .ga-problem-card-mobile__arrow-up--dark {
  display: none;
}

.ga-problem-card-mobile--active .ga-problem-card-mobile__arrow-down--dark {
  display: none;
}

.ga-problem-card-mobile__answer {
  display: none;
  width: calc(100% + 40px);
  padding: 5px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  position: relative;
  text-align: left;
}

.ga-problem-card-mobile--active .ga-problem-card-mobile__answer {
  display: block;
}

.ga-problem-card-mobile__answer-content {
  position: relative;
  padding: 0 20px 20px 20px;
  border-radius: 20px;
  margin-top: 15px;
}

.ga-problem-card-mobile__answer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 20px;
  z-index: 0;
}

.ga-problem-card-mobile__answer-bg-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
}

.ga-problem-card-mobile__answer-bg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ga-problem-card-mobile__answer-header {
  padding: 0 20px 0px 20px;
}

.ga-problem-card-mobile__answer-badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  display: inline-block;
  line-height: 2;
  position: relative;
  z-index: 2;
  width: 100px;
  height: 30px;
  padding: 0 0 20px;
  text-align: center;
}

.ga-problem-card-mobile__answer-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 2;
}

.ga-problem-card-mobile__answer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-top: 30px;
}

.ga-problem-card-mobile__answer-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  line-height: 1.5;
  color: var(--ga-text-dark);
  position: relative;
  z-index: 2;
  text-align: left;
}

.ga-problem-card-mobile__answer-text {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ga-text-dark);
  margin-top: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

@media (min-width: 769px) {
  .ga-problems-mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .ga-problem-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ga-problem-card-wrapper {
  position: relative;
}

.ga-problem-card-wrapper .ga-problem-card {
  padding-top: 30px;
}

.ga-problem-card {
  border-radius: 30px;
  padding: 20px 20px 70px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 23px;
  min-height: 339px;
  position: relative;
}

.ga-problem-card__header {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
}

@media (max-width: 768px) {
  .ga-problem-card {
    padding: 20px;
    min-height: auto;
    text-align: left;
    align-items: flex-start;
    border-radius: 20px;
  }

  .ga-problem-card__header {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-right: 40px;
    min-height: auto;
  }
}

.ga-problem-card__badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 16px;
  border-radius: 20px;
  line-height: 26px;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}

.ga-problem-card__badge--top {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 20px;
  padding: 0 16px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .ga-problem-card__badge--top {
    display: none;
  }

  .ga-problem-card__badge--mobile {
    display: inline-block !important;
    position: static;
    transform: none;
    margin-bottom: 12px;
    font-size: 12px;
    padding: 4px 12px;
    height: auto;
    line-height: 1.3;
  }
}

@media (min-width: 769px) {
  .ga-problem-card__badge--mobile {
    display: none !important;
  }
}

.ga-problem-card__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
}

@media (max-width: 768px) {
  .ga-problem-card__text {
    text-align: left;
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
  }
}

.ga-problem-card__text .highlight {
  color: var(--ga-primary);
  font-weight: bold;
}

.ga-problem-card__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 768px) {
  .ga-problem-card__icon {
    width: 60px;
    height: 60px;
    margin: 0;
    flex-shrink: 0;
  }

  .ga-problem-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.ga-problem-card__icon svg {
  width: 100%;
  height: 100%;
}

.ga-problem-card__arrow {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  top: 312px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .ga-problem-card__arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    transform: none;
    width: 30px;
    height: 30px;
  }
}

.ga-problem-card__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* Light mode arrows - default visible */
.ga-problem-card__arrow-down--light {
  display: block;
}

.ga-problem-card__arrow-up--light {
  display: none;
}

.ga-problem-card--active .ga-problem-card__arrow-down--light {
  display: none;
}

.ga-problem-card--active .ga-problem-card__arrow-up--light {
  display: block;
}

/* Dark mode arrows - default hidden */
.ga-problem-card__arrow-down--dark {
  display: none;
}

.ga-problem-card__arrow-up--dark {
  display: none;
}

.ga-problem-card--active .ga-problem-card__arrow-down--dark {
  display: none;
}

.ga-problem-card--active .ga-problem-card__arrow-up--dark {
  display: none;
}

/* Arrows */
.ga-arrows {
  display: flex;
  justify-content: space-around;
  padding: 0 60px;
  margin: -10px 0 20px;
}

.ga-arrow-down {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-arrow-down svg {
  width: 100%;
  height: 100%;
  fill: var(--ga-primary);
}

/* Answer Box */
.ga-answer-box {
  border-radius: 30px;
  padding: 50px 50px;
  display: flex;
  gap: 55px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transform: translateY(-50px);
}

@media (max-width: 768px) {
  .ga-answer-box {
    display: none;
  }
}

/* Mobile Answer Content inside Problem Card */
.ga-problem-card__answer {
  display: none;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .ga-problem-card__answer {
    display: none;
  }

  .ga-problem-card--active .ga-problem-card__answer {
    display: block;
  }
}

@media (min-width: 769px) {
  .ga-problem-card__answer {
    display: none !important;
  }
}

.ga-problem-card__answer-badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .ga-problem-card__answer-badge {
    display: none;
  }
}

.ga-problem-card__answer-image {
  width: 100%;
  margin: 0 0 15px 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.ga-problem-card__answer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga-problem-card__answer-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  line-height: 1.5;
  color: var(--ga-text-dark);
}

.ga-problem-card__answer-text {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ga-text-dark);
  margin-top: 0;
}

.ga-answer-box__image {
  flex: 0 0 355px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ga-answer-box__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}

.ga-answer-box__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ga-answer-box__content {
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: left;
}

.ga-answer-box__badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 22px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.3;
}

.ga-answer-box__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  line-height: 1.6;
  color: var(--ga-text-dark);
}

.ga-answer-box__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--ga-text-dark);
}

.ga-answer-box__decoration {
  position: absolute;
  right: 18px;
  top: 60px;
  width: 160px;
  height: 160px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
  scale: 2;
  z-index: 1;
  opacity: 0.15;
}

/* Problem01 specific decoration position */
.ga-answer-box[data-problem="01"] .ga-answer-box__decoration {
  right: 30px !important;
  top: 25px !important;
}

.ga-answer-box[data-problem="02"] .ga-answer-box__decoration {
  right: 13px !important;
  top: 7px !important;
}

.ga-answer-box__decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 !important;
  filter: brightness(0) saturate(100%) invert(53%) sepia(11%) saturate(2371%) hue-rotate(144deg)
    brightness(87%) contrast(94%);
}

.ga-answer-box__decoration-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .ga-answer-box__decoration {
    display: none;
  }

  .ga-answer-box__image {
    flex: none;
    width: 100%;
    max-width: 355px;
  }

  .ga-answer-box__badge {
    font-size: 16px;
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .ga-answer-box__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ga-answer-box__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* Divider */
.ga-divider {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.ga-divider svg {
  width: 575px;
  height: auto;
  color: var(--ga-primary);
}

.ga-divider img {
  z-index: 10;
}

/* Solution Section */
.ga-solution {
  text-align: center;
}

.ga-solution__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.ga-solution__logo {
  height: 78px;
  width: auto;
  padding: 0;
}

.ga-solution__logo--small {
  font-size: 30px;
  font-weight: bold;
}

.ga-solution__logo-text {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: auto 0;
}

.ga-solution__header--small {
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.ga-solution__header--small img {
  width: 200px;
}

.ga-solution__header-text--small {
  font-size: 26px;
}

.ga-solution__logo-placeholder {
  height: 78px;
  width: 447px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.ga-solution__header-text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.ga-solution__desc {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.7;
  margin-bottom: 110px;
}

@media (max-width: 768px) {
  .solution-logo {
    width: 140px;
  }

  .ga-solution__logo {
    width: 180px;
  }

  .ga-solution__logo--small {
    width: 140px;
  }
  .ga-solution__logo-text {
    font-size: 33px;
  }

  .ga-solution__header {
    align-items: center;
  }

  .ga-solution__logo-placeholder {
    width: 280px;
    height: 50px;
    font-size: 20px;
  }

  .ga-solution__header-text,
  .ga-solution__desc {
    font-size: 18px;
    letter-spacing: 0.15em;
  }

  .ga-solution__desc {
    margin-bottom: 30px;
  }
}

/* Features Circle */
.ga-features-circle {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 930px;
  margin: 0 auto 110px;
  height: 480px;
}

.ga-features-circle__bg {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 871px;
  height: 354px;
  z-index: 0;
}

.ga-features-circle__bg img {
  width: 100%;
  height: 100%;
  padding: 0;
}

.ga-features-circle__bg-inner {
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%) rotate(9deg);
  width: 868px;
  height: 350px;
  z-index: -1;
}

.ga-features-circle__bg-inner img {
  width: 100%;
  height: 100%;
  padding: 0;
}

.ga-features-circle__flow-arrows {
  position: absolute;
  top: 107px;
  left: 50%;
  transform: translateX(-50%);
  width: 442px;
  height: 237px;
  z-index: 5;
  opacity: 0.5;
}

.ga-features-circle__flow-arrows img {
  width: 100%;
  height: 100%;
  padding: 0;
  scale: 1.5;
}

.ga-features-circle__center {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 47px;
  z-index: 10;
}

.ga-features-circle__center-logo {
  max-width: 100%;
  height: auto;
  padding: 0;
}

/* Default: Show light mode logo, hide dark mode logo */
.ga-features-circle__center-logo--light {
  display: block;
}

.ga-features-circle__center-logo--dark {
  display: none;
}

.ga-features-circle__center-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

/* Feature Nodes */
.ga-feature-node {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
  z-index: 3;
}

.ga-feature-node--purple {
  background: var(--ga-purple);
  top: 1px;
  left: 10%;
  transform: translateX(-10%);
}

.ga-feature-node--green-1 {
  background: var(--ga-green-1);
  top: 1px;
  left: auto;
  right: 8%;
  transform: translateX(-10%);
}

.ga-feature-node--green-2 {
  background: var(--ga-green-2);
  top: 256px;
  left: auto;
  right: 8%;
  transform: translateX(-10%);
}

.ga-feature-node--blue-1 {
  background: var(--ga-blue-1);
  top: 317px;
  left: 50%;
  transform: translateX(-50%);
}

.ga-feature-node--blue-2 {
  background: var(--ga-blue-2);
  top: 256px;
  left: 10%;
  transform: translateX(-10%);
}

.ga-feature-node__arrow {
  width: 16px;
  height: 8px;
}

.ga-feature-node__arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Step Labels */
.ga-step-labels {
  position: absolute;
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  max-width: 1226px;
  padding: 0;
  z-index: 6;
}

@media (max-width: 1024px) {
  .ga-step-labels {
    width: 100%;
  }

  .ga-mb-xl {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .ga-features-circle {
    height: 200px;
    transform: scale(0.8);
    margin-bottom: 300px;
    z-index: 100;
  }
  .ga-step-labels {
    width: 100%;
  }
  .ga-solution__header--small img {
    width: 150px;
  }
}

@media (max-width: 430px) {
  .ga-features-circle {
    height: 200px;
    transform: scale(0.4);
    margin-top: -60px;
    margin-bottom: 100px;
    z-index: 100;
  }
  .ga-step-labels {
    width: 110%;
  }
}

@media (max-width: 375px) {
  .ga-features-circle {
    height: 200px;
    transform: scale(0.32);
    margin-top: -60px;
    margin-bottom: 100px;
    z-index: 100;
  }
  .ga-step-labels {
    width: 110%;
  }
}

.ga-step-label {
  border-radius: 10px;
  padding: 10px 21px;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ga-step-arrow {
  flex: 1;
  max-width: 213px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-step-arrow img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  transform: scaleX(-1);
}

/* FUNCTION Section */
.ga-function-cards {
  display: flex;
  gap: 20px;
  padding: 0;
  position: relative;
  justify-content: flex-start;
  align-items: stretch;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  transform: translateX(0);
}

.ga-function-card {
  flex: 0 0 380px;
  width: 380px;
  max-width: 380px;
  min-width: 380px;
  border-radius: 50px;
  padding: 40px 45px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .ga-function-card {
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
    min-width: 380px;
  }
}

@media (max-width: 768px) {
  .ga-function-card {
    flex: 0 0 350px;
    width: 350px;
    max-width: 350px;
    min-width: 350px;
  }
}

@media (max-width: 480px) {
  .ga-function-card {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-width: 0;
  }
}

.ga-function-card__image {
  width: 280px;
  height: 178px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.ga-function-card__image.ga-image-zoom-trigger {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.ga-function-card__image.ga-image-zoom-trigger:hover {
  transform: scale(1.02);
}

.ga-function-card__image.ga-image-zoom-trigger::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/service/green-ai/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.ga-function-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}

.ga-function-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ga-function-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ga-function-card__title {
  font-family: var(--ga-font-ja);
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  color: var(--ga-text-dark);
  margin: 0;
}

.ga-function-card__text {
  font-family: var(--ga-font-ja);
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: var(--ga-text-dark);
  margin: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .ga-function-card__image {
    width: 100%;
  }

  .ga-function-card__title {
    font-size: 20px;
  }

  .ga-function-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.ga-function-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  position: relative;
}

.ga-function-carousel-button-left {
  pointer-events: auto;
  position: absolute;
  top: calc(50% - 32px);
  left: -20px;
  z-index: 10;
}

.ga-function-carousel-button-right {
  pointer-events: auto;
  position: absolute;
  top: calc(50% - 32px);
  right: -20px;
  z-index: 10;
}

/* Function Wrapper with Carousel Navigation */
.ga-function-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .ga-function-wrapper {
    max-width: calc(400px * 3 + 20px * 2);
    margin: 0 auto;
  }
}

/* Carousel Navigation */
.ga-carousel-nav__btn {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.3s,
    transform 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-carousel-nav__btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.ga-carousel-nav__btn svg {
  width: 100%;
  height: 100%;
  stroke: var(--ga-text-dark);
  stroke-width: 1;
  fill: none;
}

.ga-carousel-nav__btn--prev {
  margin-right: -10px;
}

.ga-carousel-nav__btn--next {
  margin-left: -10px;
}

@media (max-width: 1200px) {
  .ga-carousel-nav__btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .ga-function-wrapper {
    flex-direction: row;
    padding: 0 15px;
  }

  .ga-function-carousel-button-left {
    left: 10px;
  }

  .ga-function-carousel-button-right {
    right: 10px;
  }
  .ga-function-card {
    padding: 20px 25px 30px;
  }
}

@media (max-width: 480px) {
  .ga-function-wrapper {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .ga-carousel-nav__btn {
    width: 49px;
    height: 49px;
  }
}

/* Contact Box */
.ga-contact-box {
  border-radius: 50px;
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .ga-contact-box {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
}

.ga-contact-box__info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .ga-contact-box__info {
    flex-direction: column;
    gap: 0px;
  }
}

.ga-contact-box__label {
  font-family: var(--ga-font-en);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.ga-contact-box__text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.ga-contact-box__logo {
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}

.ga-contact-box__buttons {
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .ga-contact-box__buttons {
    flex-direction: column;
    width: 100%;
  }
}

.ga-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  border-radius: 66px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ga-btn:hover {
  opacity: 0.8;
}

.ga-btn--dark {
  background: var(--ga-dark);
  color: white;
}

@media (max-width: 768px) {
  .ga-btn {
    padding: 20px 30px;
    font-size: 18px;
  }
  .ga-section--card {
    padding: 25px 10px 25px 10px;
  }
}

/* Case Study Section */
.ga-section--card-case {
  padding: 95px 70px;
}

.ga-section__header--case {
  margin-bottom: 30px;
}

.ga-case-studies {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ga-case-study {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  border-radius: 0;
}

.ga-case-study:hover {
  background: transparent;
}

@media (max-width: 768px) {
  .ga-case-study {
    flex-direction: column;
  }
}

.ga-case-study__content {
  flex: 1;
  display: flex;
  gap: 45px;
  align-items: center;
}

@media (max-width: 768px) {
  .ga-case-study__content {
    flex-direction: column;
    gap: 20px;
  }
}

.ga-case-study__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 90px;
  flex-shrink: 0;
}

.ga-case-study__badge {
  background: var(--ga-primary);
  color: white;
  font-family: "DIN Pro", "DIN 2014", var(--ga-font-en);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 16px;
  border-radius: 100px;
  height: 28px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
}

.ga-case-study__num {
  font-family: "DIN Pro", "DIN 2014", var(--ga-font-en);
  font-size: 60px;
  font-weight: bold;
  line-height: 35px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ga-text-dark);
}

.ga-case-study__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
  line-height: 35px;
}

.ga-case-study__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4.4px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--ga-text-dark);
}

.ga-case-study__title--sm {
  font-size: 20px;
  letter-spacing: 4px;
}

.ga-case-study__desc {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: var(--ga-text-dark);
}

.ga-case-study__image {
  flex: 0 0 335px;
  width: 335px;
  height: 202px;
  border-radius: 6px;
  overflow: hidden;
}

.ga-case-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.ga-case-study__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ga-case-divider {
  height: 1px;
}

@media (max-width: 768px) {
  .ga-section--card-case {
    padding: 50px 30px;
  }

  .ga-case-study__image {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 335 / 202;
  }

  .ga-case-study__title,
  .ga-case-study__title--sm {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .ga-case-study__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .ga-case-study__num {
    font-size: 48px;
  }
}

/* Movie Section */
.ga-container--movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.ga-section__header--movie {
  width: 372px;
  margin-bottom: 30px;
}

.ga-section__title-en--movie {
  letter-spacing: 5px;
}

.ga-movie-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 740px;
  max-width: 100%;
}

.ga-movie-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.ga-movie-item--with-caption {
  gap: 10px;
}

.ga-movie-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ga-movie-item__label {
  font-family: var(--ga-font-ja);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.2px;
  padding: 0 10px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.ga-movie-item__video {
  aspect-ratio: 740 / 416;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.ga-movie-item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ga-movie-item__video a {
  display: block;
  width: 100%;
  height: 100%;
}

.ga-movie-item__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  transition: opacity 0.3s ease;
}

.ga-movie-item__video a:hover img {
  opacity: 0.9;
}

.ga-movie-item__video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.ga-movie-item__caption {
  text-align: left;
  width: 300px;
  height: 51px;
}

.ga-movie-item__caption img {
  width: 300px;
  height: 51px;
  object-fit: contain;
  padding: 0;
}

@media (max-width: 768px) {
  .ga-movie-section {
    width: 100%;
  }

  .ga-section__header--movie {
    width: 100%;
  }

  .ga-movie-item__label {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .ga-movie-item__caption {
    width: 200px;
    height: auto;
  }

  .ga-movie-item__caption img {
    width: 200px;
    height: auto;
  }
}

/* FAQ Section */
.ga-faq {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ga-faq-item {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 50px 70px;
}

@media (max-width: 768px) {
  .ga-faq-item {
    padding: 30px 20px;
  }
}

.ga-faq-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.ga-faq-item__question {
  display: flex;
  align-items: center;
  gap: 17px;
  flex: 1;
}

.ga-faq-item__badge {
  background: var(--ga-primary);
  color: white;
  font-family: var(--ga-font-en);
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  height: 49px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ga-faq-item__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .ga-faq-item__title {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.ga-faq-item__toggle {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
}

.ga-faq-item__toggle svg {
  width: 100%;
  height: 100%;
  stroke: var(--ga-text-dark);
  stroke-width: 1.5;
  fill: none;
}

.ga-faq-item__icon-collapsed {
  display: none;
}

.ga-faq-item__icon-expanded {
  display: block;
}

.ga-faq-item--collapsed .ga-faq-item__icon-collapsed {
  display: block;
}

.ga-faq-item--collapsed .ga-faq-item__icon-expanded {
  display: none;
}

.ga-faq-item__answer {
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}

.ga-faq-item--collapsed .ga-faq-item__answer {
  display: none;
}

/* Final Contact Section */
.ga-final-contact {
  border-radius: 50px;
  padding: 50px 70px;
  text-align: center;
}

@media (max-width: 768px) {
  .ga-final-contact {
    padding: 30px 20px;
  }
}

.ga-final-contact__title {
  font-family: var(--ga-font-en);
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.ga-final-contact__desc {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}

@media (max-width: 768px) {
  .ga-final-contact__desc {
    display: block;
  }

  .ga-final-contact__desc span {
    display: block;
  }
}

.ga-final-contact__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 768px) {
  .ga-final-contact__buttons {
    flex-direction: column;
    gap: 20px;
  }
}

.ga-final-contact__group {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
}

.ga-final-contact__group .ga-btn--sm {
  flex: 1;
}

.ga-final-contact__buttons > .ga-btn--sm {
  flex: 1;
}

@media (max-width: 768px) {
  .ga-final-contact__group {
    width: 100%;
    flex-direction: row;
  }

  .ga-final-contact__buttons > .ga-btn--sm {
    width: 100%;
  }
}

.ga-btn--sm {
  padding: 30px 50px;
  font-size: 20px;
  border-radius: 46px;
}

.ga-btn--with-logo {
  gap: 10px;
}

.ga-btn--with-logo img {
  height: 23px;
  width: auto;
}

/* Floating Side Buttons */
.ga-floating-btns {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 16px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.ga-floating-btns:not(.ga-floating-btns--visible) {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  pointer-events: none;
}

.ga-floating-btns--visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .ga-floating-btns {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    top: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 16px;
    z-index: 100;
  }
}

.ga-floating-btn {
  width: 124px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  opacity: 0.9;
  transition:
    opacity 0.3s,
    transform 0.3s;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  flex-shrink: 0;
}

.ga-floating-btn:first-child {
  margin-top: 0;
  margin-right: 0;
}

.ga-floating-btn:nth-child(2) {
  margin-right: 0;
}

.ga-floating-btn:nth-child(3) {
  margin-right: 0;
}

.ga-floating-btn:hover {
  opacity: 1;
  z-index: 10;
  text-decoration: none;
}

.ga-floating-btn__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
  padding: 0 !important;
}

.ga-floating-btn:hover .ga-floating-btn__bg-img {
  transform: translate(-50%, -50%) scale(1.05);
}

.ga-floating-btn__content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  width: 100%;
  height: 100%;
}

.ga-floating-btn__content img {
  padding-top: 0 !important;
}

.ga-floating-btn__text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: white;
}

.ga-floating-btn__text .ga-floating-btn__logo {
  height: 8px;
  max-width: 65px;
  vertical-align: baseline;
  margin-right: 1px;
}

.ga-floating-btn__content .ga-floating-btn__logo {
  max-width: 65px;
}

@media (max-width: 768px) {
  .ga-floating-btn {
    width: calc((100% - 32px) / 3);
    max-width: 120px;
    height: auto;
    aspect-ratio: 124 / 138;
  }

  .ga-floating-btn__text {
    font-size: 10px;
  }

  .ga-floating-btn__text .ga-floating-btn__logo {
    max-width: 45px;
  }

  .ga-floating-btn__content .ga-floating-btn__logo {
    max-width: 45px;
  }

  .ga-floating-btn__icon-img {
    width: 36px;
    height: 36px;
  }
}

.ga-floating-btn__logo {
  height: 20px;
  max-width: 80px;
  width: auto;
  vertical-align: baseline;
  display: inline;
  filter: brightness(0) invert(1);
  padding-top: 0 !important;
  margin: 0;
  font-size: 16px;
}

.ga-floating-btn__icon-img {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  margin-top: 2px;
}

/* Spacing utilities */
.ga-mb-xl {
  margin-bottom: 160px;
}
.ga-mb-lg {
  margin-bottom: 80px;
}
.ga-mb-md {
  margin-bottom: 40px;
}
.ga-mb-sm {
  margin-bottom: 20px;
}
.ga-mt-xl {
  margin-top: 160px;
}
.ga-mt-lg {
  margin-top: 80px;
}
.ga-mt-md {
  margin-top: 40px;
}
.ga-mt-sm {
  margin-top: 20px;
}

/* Arrow SVG Icons */
.ga-icon-arrow-down {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.ga-icon-arrow-down::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid var(--ga-primary);
  margin: 10px auto;
}

/* Problem Icons - Custom SVG styling */
.ga-problem-icon-time {
  border-radius: 50%;
  position: relative;
}

.ga-problem-icon-time::before {
  content: "⏰";
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ga-problem-icon-cost {
  border-radius: 50%;
  position: relative;
}

.ga-problem-icon-cost::before {
  content: "💰";
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ga-problem-icon-search {
  border-radius: 50%;
  position: relative;
}

.ga-problem-icon-search::before {
  content: "🔍";
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ga-problem-icon-plan {
  border-radius: 50%;
  position: relative;
}

.ga-problem-icon-plan::before {
  content: "📋";
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .ga-hero__tagline {
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .ga-hero__desc {
    font-size: 16px;
  }

  .ga-problems__heading {
    font-size: 17px;
  }

  .ga-problem-card__text {
    font-size: 14px;
  }

  .ga-answer-box__title {
    font-size: 18px;
  }

  .ga-answer-box__text {
    font-size: 15px;
  }

  .ga-section__title-en {
    font-size: 36px;
  }

  .ga-function-card__title {
    font-size: 18px;
  }

  .ga-function-card__text {
    font-size: 15px;
  }

  .ga-case-study__title {
    font-size: 18px;
  }

  .ga-case-study__desc {
    font-size: 15px;
  }

  .ga-faq-item__answer {
    font-size: 15px;
  }

  .ga-btn {
    padding: 15px 25px;
    font-size: 14px;
  }
  .ga-final-contact__title {
    margin-bottom: 10px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ga-section--card {
  animation: fadeInUp 0.6s ease-out;
}

/* Hover Effects */
.ga-problem-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  max-height: 339px;
  align-items: center;
}

.ga-problem-card--active {
  max-height: 400px;
  height: 400px;
}

@media (max-width: 768px) {
  .ga-problem-card {
    transition: all 0.3s ease;
  }

  .ga-problem-card--active {
    max-height: none;
    height: auto;
    padding-bottom: 20px;
  }
}

.ga-function-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ga-faq-item {
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Feature nodes animation */
.ga-feature-node {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Print styles */
@media print {
  .ga-floating-btns {
    display: none;
  }

  .ga-section--card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .ga-problem-card,
  .ga-function-card,
  .ga-faq-item {
    border: 2px solid var(--ga-text-dark);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .ga-section--card,
  .ga-problem-card,
  .ga-function-card,
  .ga-feature-node {
    animation: none;
    transition: none;
  }
}

/* Feature Popup Styles */
.ga-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.ga-popup-overlay--active {
  opacity: 1;
  visibility: visible;
}

.ga-popup {
  position: relative;
  border-radius: 30px;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 50px;
  margin: 20px;
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  display: none;
}

.ga-popup--active {
  display: block;
  opacity: 1;
  transform: scale(1) translateY(0);
}

.ga-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform 0.3s ease;
}

.ga-popup__close:hover {
  transform: rotate(90deg);
}

.ga-popup__close svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.ga-popup__badge {
  background: var(--ga-purple);
  color: white;
  font-family: var(--ga-font-ja);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 22px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.3;
}

.ga-popup__content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.ga-popup__text {
  flex: 1;
}

.ga-popup__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  line-height: 1.6;
  color: var(--ga-text-dark);
}

.ga-popup__description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--ga-text-dark);
}

.ga-popup__image {
  flex: 0 0 500px;
  border-radius: 25px;
  overflow: hidden;
}

.ga-popup__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .ga-popup {
    padding: 40px 30px;
  }

  .ga-popup__content {
    flex-direction: column;
    gap: 30px;
  }

  .ga-popup__image {
    flex: none;
    width: 100%;
    max-width: 500px;
  }

  .ga-popup__title {
    font-size: 24px;
  }

  .ga-popup__description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .ga-popup {
    padding: 30px 20px;
    width: 95%;
    max-height: 85vh;
  }

  .ga-popup__close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }

  .ga-popup__badge {
    font-size: 14px;
    padding: 8px 18px;
    margin-bottom: 20px;
  }

  .ga-popup__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ga-popup__description {
    font-size: 15px;
    line-height: 1.8;
  }

  .ga-popup__image {
    max-width: 100%;
  }
}

/* Feature node hover effect for clickable indication */
.ga-feature-node[data-popup] {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ga-feature-node[data-popup]:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Image Zoom Modal Styles */
.ga-image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.ga-image-zoom-overlay--active {
  opacity: 1;
  visibility: visible;
}

.ga-image-zoom-modal {
  position: relative;
  max-width: 98%;
  max-height: 98vh;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-image-zoom-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  z-index: 10002;
}

.ga-image-zoom-close:hover {
  transform: scale(1.1);
}

.ga-image-zoom-close svg {
  width: 24px;
  height: 24px;
}

.ga-image-zoom-container {
  width: 612px;
  max-width: 100%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ga-image-zoom-img {
  width: 612px;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  display: block;

  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .ga-image-zoom-close {
    top: -40px;
    width: 35px;
    height: 35px;
  }

  .ga-image-zoom-close svg {
    width: 20px;
    height: 20px;
  }

  .ga-image-zoom-img {
    width: 90vw;
    max-height: 70vh;
  }
}

@media (max-width: 768px) {
  .ga-mt-xl {
    margin-top: 60px;
  }
  .ga-mt-lg {
    margin-top: 40px;
  }

  .ga-mb-xl {
    margin-bottom: 60px;
  }
  .ga-mb-lg {
    margin-bottom: 40px;
  }
  .ga-mb-md {
    margin-bottom: 20px;
  }
  .ga-mb-sm {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .green-ai-bottom__contact {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .ga-contact-box__info {
    margin-bottom: 0px;
  }
  .ga-green-ai_text_logo_contact {
    margin-top: 10px;
  }
}
.green-ai-bottom__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.ga-green-ai_text_logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.ga-green-ai_text_logo img {
  width: 96px;
  margin-bottom: 0px;
}

.ga-green-ai_text_logo_contact {
  display: flex;
  align-items: normal;
  margin-top: 0px;
}

.ga-green-ai_text_logo_contact img {
  width: 96px;
  margin-bottom: 0px;
}

.ga-green-ai_text {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}


.ga_greenAI_text_log_big {
  font-size:95px; font-weight:bold; line-height:1;
}

.ga_greenAI_text_log_small {
  font-size:51px; font-weight:bold; line-height:1;
}

@media (max-width: 768px) {

  .ga_greenAI_text_log_big {
    font-size:40px; font-weight:bold; line-height:1;
  }
  
  .ga_greenAI_text_log_small {
    font-size:25px; font-weight:bold; line-height:1;
  }
}

/* Desktop/Mobile visibility utilities */
.ga-desktop-only {
  display: inline;
}

.ga-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .ga-desktop-only {
    display: none;
  }

  .ga-mobile-only {
    display: inline;
  }
}

