@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
:root {
  --theme-primary: #FF5A00;
  --theme-primary-dark: #D94700;
  --theme-primary-light: #FF971F;
  --theme-accent: #FF7A00;
  --theme-accent-dark: #C93D00;
  --theme-secondary: #FFD08A;
  --theme-bg: #FFF0D9;
  --theme-primary-rgb: 255, 90, 0;
  --theme-surface-1: #fff7ed;
  --theme-surface-2: #ffe7cc;
  --theme-surface-3: #ffd9ae;
  --theme-surface-card: #ffffff;
  --theme-surface-card-2: #fff3e3;
  --theme-surface-cta-1: #fffdf9;
  --theme-surface-cta-2: #fff6ea;
  --theme-text-muted: #52627a;
  --theme-text-muted-strong: #334155;
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768.02px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 768px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  transition: opacity 0.3s ease;
  background-color: var(--theme-bg, #FFF0D9);
  color: #141414;
  font-family: "Poppins", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768.02px) {
  body {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  body {
    font-size: 0.14rem;
    font-weight: 300;
  }
}

body.theme-html {
  --theme-primary: #FF5A00;
  --theme-primary-dark: #D94700;
  --theme-primary-light: #FF971F;
  --theme-accent: #FF7A00;
  --theme-accent-dark: #C93D00;
  --theme-secondary: #FFD08A;
  --theme-bg: #FFF0D9;
  --theme-primary-rgb: 255, 90, 0;
  --theme-surface-1: #fff7ed;
  --theme-surface-2: #ffe7cc;
  --theme-surface-3: #ffd9ae;
  --theme-surface-card: #ffffff;
  --theme-surface-card-2: #fff3e3;
  --theme-surface-cta-1: #fffdf9;
  --theme-surface-cta-2: #fff6ea;
  --theme-text-muted: #52627a;
  --theme-text-muted-strong: #334155;
}

body.theme-css {
  --theme-primary: #1274D9;
  --theme-primary-dark: #0B4EA8;
  --theme-primary-light: #38A5F5;
  --theme-accent: #1095E8;
  --theme-accent-dark: #0B3F8A;
  --theme-secondary: #9ED9FF;
  --theme-bg: #EAF6FF;
  --theme-primary-rgb: 18, 116, 217;
  --theme-surface-1: #f2f8ff;
  --theme-surface-2: #deeeff;
  --theme-surface-3: #c9e3ff;
  --theme-surface-card: #ffffff;
  --theme-surface-card-2: #edf6ff;
  --theme-surface-cta-1: #f9fcff;
  --theme-surface-cta-2: #eef7ff;
  --theme-text-muted: #2f5476;
  --theme-text-muted-strong: #1d3f5f;
}

body.theme-js {
  --theme-primary: #63BF00;
  --theme-primary-dark: #3F9200;
  --theme-primary-light: #A4E80A;
  --theme-accent: #7AD400;
  --theme-accent-dark: #2E7400;
  --theme-secondary: #C9F27A;
  --theme-bg: #F2FFE0;
  --theme-primary-rgb: 99, 191, 0;
  --theme-surface-1: #f4fde7;
  --theme-surface-2: #e8f9cb;
  --theme-surface-3: #dcf2b6;
  --theme-surface-card: #ffffff;
  --theme-surface-card-2: #f2fae6;
  --theme-surface-cta-1: #fbfff4;
  --theme-surface-cta-2: #f3fde8;
  --theme-text-muted: #3c5f2a;
  --theme-text-muted-strong: #274118;
}

body.--theme-switching,
body.--theme-switching *,
body.--theme-switching *::before,
body.--theme-switching *::after {
  animation-delay: 0s !important;
  transition-delay: 0s !important;
}

.font-lato {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  display: inline-block;
  color: #141414;
}

@media print, (min-width: 768.02px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    min-width: 3.2rem;
  }
}

@media print, (min-width: 768.02px) {
  .wrapper {
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media print, (min-width: 768.02px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .md {
    display: none !important;
  }
}

@keyframes sliderPagination {
  90% {
    transform: scaleX(1);
    transform-origin: left;
  }
  90.1% {
    transform-origin: right;
  }
  93.1% {
    transform: scaleX(1);
  }
  94% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes circleMove {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
@keyframes MoveRightInitial {
  100% {
    transform: translate3d(105%, 0, 0);
  }
}
@keyframes MoveRightEnd {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.header {
  visibility: hidden;
  position: fixed;
  z-index: 112;
  top: 0.2rem;
  width: 100%;
  transition: top 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  color: var(--theme-primary, #FF5A00);
  font-size: 0.13rem;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0.22rem 0.34rem;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}
@media print, (min-width: 768.02px) {
  .header.--is-sticky .header-wrapper {
    --sticky-cut-top: calc(100% - 8.3rem);
    --sticky-cut-bottom: calc(100% - 7.6rem);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.12) 100%);
    box-shadow: 0 0 0 0.01rem rgba(255, 255, 255, 0.45) inset;
    filter: drop-shadow(0 0.08rem 0.18rem rgba(15, 23, 42, 0.14));
    backdrop-filter: blur(0.1rem);
    -webkit-backdrop-filter: blur(0.1rem);
    clip-path: polygon(var(--sticky-cut-top) 0, 100% 0, 100% 100%, var(--sticky-cut-bottom) 100%);
  }
}
.header .header-logo {
  display: inline-block;
  position: relative;
  z-index: 101;
  width: 0.9rem;
  height: 0.6rem;
  margin: -0.01rem auto 0 0.01rem;
  transition: all 0.3s ease;
  perspective: 10rem;
  transform-style: preserve-3d;
  animation: logoRotateColor 4s ease-in-out infinite;
  --logo-color: var(--theme-primary, #FF5A00);
  color: var(--logo-color);
  filter: drop-shadow(0 0.02rem 0.04rem rgba(0, 0, 0, 0.2)) drop-shadow(0 0.04rem 0.08rem rgba(0, 0, 0, 0.1));
}
.header .header-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-style: preserve-3d;
  filter: drop-shadow(0 0.02rem 0.04rem rgba(0, 0, 0, 0.3));
}
.header .header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-style: preserve-3d;
}
.header .common-btn {
  display: flex;
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: center;
  width: 1.32rem;
  height: 0.38rem;
  padding: 0;
  overflow: hidden;
  border: 0.01rem solid var(--theme-primary, #FF5A00);
  border-radius: 0.38rem;
  color: var(--theme-primary, #FF5A00);
  letter-spacing: 0.05em;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.header .common-btn span {
  z-index: 1;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: color 0.3s ease;
}
.header .common-btn:hover::before {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.header .common-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s 0.12s cubic-bezier(0.3, 1, 0.68, 1);
}
.header .common-btn:hover span {
  animation: MoveRightInitial 0.14s forwards, MoveRightEnd 0.28s forwards 0.14s;
  color: var(--theme-primary, #FF5A00);
}
.header .common-btn::before, .header .common-btn::after {
  content: "";
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}
.header .common-btn::before {
  width: 135%;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.header .common-btn::after {
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.navbar-list {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 0.21rem;
  margin-left: auto;
}
.navbar-item {
  position: relative;
  z-index: 100;
  padding: 0.06rem 0;
  color: #fff;
  font-size: 0.12rem;
}
.navbar-item:first-child::after {
  display: none;
}
@media print, (min-width: 768.02px) {
  .navbar-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.12rem;
    transform: translateY(-50%);
    border-left: 0.01rem solid var(--theme-primary, #FF5A00);
  }
}
.navbar-link {
  display: inline-block;
  padding: 0 0.11rem;
  color: var(--theme-primary, #FF5A00);
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}
.navbar-progress {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease, left 0.3s ease, border-color 0.3s ease;
  border-bottom: 0.01rem solid var(--theme-primary, #FF5A00);
  pointer-events: none;
}
.navbar-inner {
  display: flex;
  position: relative;
  align-items: center;
}

.--start-animation .header {
  visibility: visible;
  top: 0;
  transition-delay: 4.5s;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .header {
    visibility: visible;
    top: 0;
    opacity: 1;
    transition-delay: 0s;
  }
  .--start-animation .header {
    transition-delay: 0s;
  }
  .header .header-wrapper {
    padding: 0.15rem;
  }
  .header.--is-sticky .header-wrapper {
    border-radius: 0.14rem;
  }
  .header .header-btn-menu {
    display: inline-block;
    position: relative;
    z-index: 101;
    width: 0.28rem;
    height: 0.22rem;
  }
  .header .header-btn-menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.02rem;
    transition: transform 0.3s ease, opacity 0.3s ease, left 0.3s ease, background-color 0.3s ease;
    background: var(--theme-primary, #FF5A00);
  }
  .header .header-btn-menu span:nth-child(1) {
    top: 0;
  }
  .header .header-btn-menu span:nth-child(2) {
    top: 0.1rem;
    left: 0.07rem;
    width: 0.21rem;
  }
  .header .header-btn-menu span:nth-child(3) {
    top: 0.2rem;
  }
  .header .header-btn-menu.--is-active span {
    background: var(--theme-primary, #FF5A00);
  }
  .header .header-btn-menu.--is-active span:nth-child(1) {
    transform: translateY(0.1rem) rotate(-45deg);
  }
  .header .header-btn-menu.--is-active span:nth-child(2) {
    left: 50%;
    opacity: 0;
  }
  .header .header-btn-menu.--is-active span:nth-child(3) {
    transform: translateY(-0.1rem) rotate(45deg);
  }
  .header .common-btn {
    width: 1.82rem;
    height: 0.52rem;
    margin: 0.2rem auto;
    border-color: var(--theme-primary, #FF5A00);
    color: var(--theme-primary, #FF5A00);
    font-size: 0.17rem;
    font-weight: bold;
  }
  .header .common-btn::before {
    width: 0.52rem;
    height: 0.52rem;
    border-color: #333;
    background-image: url("../img/common/icon_arrow_next_black.svg");
    background-size: 0.12rem auto;
    color: #333;
    font-size: 0.2rem;
  }
  .header .header-copyright {
    display: block;
    color: #333;
    font-size: 0.12rem;
    text-align: center;
  }
  .navbar-wrapper {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0.72rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 100%);
    backdrop-filter: blur(0.08rem);
    -webkit-backdrop-filter: blur(0.08rem);
  }
  .navbar-inner {
    display: block;
    height: calc(100vh - 0.8rem);
    max-width: 4.2rem;
    margin: 0 auto;
    padding: 0.24rem 0.24rem 0.8rem;
    overflow: auto;
  }
  .navbar-list {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0.14rem;
  }
  .navbar-item {
    width: 100%;
    padding: 0 0.14rem;
    border-bottom: 0.01rem solid rgba(148, 163, 184, 0.28);
  }
  .navbar-item:last-of-type {
    border-bottom: none;
  }
  .navbar-link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.2rem 0.04rem;
    color: #0f172a;
    font-size: 0.17rem;
    font-weight: bold;
    letter-spacing: 0.065em;
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .navbar-link:active {
    color: var(--theme-primary, #FF5A00);
    transform: translateX(0.04rem);
  }
}
@keyframes logoRotateColor {
  0% {
    transform: perspective(10rem) rotateY(0deg);
    --logo-color: var(--theme-primary, #FF5A00);
  }
  25% {
    transform: perspective(10rem) rotateY(90deg);
  }
  50% {
    transform: perspective(10rem) rotateY(180deg);
    --logo-color: var(--theme-secondary, #FFD08A);
  }
  75% {
    transform: perspective(10rem) rotateY(270deg);
  }
  100% {
    transform: perspective(10rem) rotateY(360deg);
    --logo-color: var(--theme-primary, #FF5A00);
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 0.48rem 0;
  background: radial-gradient(circle at 12% 18%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.14) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 36%), radial-gradient(circle at 85% 82%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.1) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 38%), linear-gradient(180deg, #121212 0%, #1E1E1E 62%, #0c0c0c 100%);
  color: #fff;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 0.01rem, transparent 0.01rem), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.01rem, transparent 0.01rem);
  background-size: 0.36rem 0.36rem;
  opacity: 0.22;
}
.footer-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.footer-content {
  max-width: 8rem;
  margin: 0 auto;
  padding: 0.26rem 0.22rem 0.24rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.14);
  border-radius: 0.16rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 0.16rem 0.36rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(0.02rem);
  -webkit-backdrop-filter: blur(0.02rem);
  text-align: center;
}
.footer-title {
  margin-bottom: 0.24rem;
}
.footer-title-main {
  display: block;
  font-size: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.08rem;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.78) 42%, var(--theme-primary, #FF5A00) 100%);
  color: transparent;
  background-clip: text;
}
.footer-title-sub {
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.footer-text {
  font-size: 0.14rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.32rem;
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-bottom: 0.32rem;
  text-align: left;
  max-width: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.16rem;
}
.footer-item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  padding: 0.12rem 0.14rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.footer-item:hover {
  transform: translateY(-0.01rem);
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.45);
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08);
}
.footer-label {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-value {
  font-size: 0.16rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-value:hover {
  color: var(--theme-primary, #FF5A00);
}
.footer .common-btn {
  background-color: var(--theme-primary, #FF5A00);
  box-shadow: 0 0.08rem 0.18rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.28);
}
.footer .common-btn span {
  color: #fff;
  transition: color 0.25s ease;
}
.footer .common-btn::before, .footer .common-btn::after {
  display: none;
}
.footer .common-btn:hover span {
  color: #fff;
}
@media print, (min-width: 768.02px) {
  .footer {
    padding: 0.8rem 0;
  }
  .footer-title-main {
    font-size: 0.4rem;
  }
  .footer-text {
    font-size: 0.16rem;
  }
  .footer-info {
    padding: 0;
  }
}

.common-title {
  display: block;
  position: relative;
  padding-bottom: 0.12rem;
  color: var(--theme-primary, #FF5A00);
  background-image: linear-gradient(var(--theme-primary, #FF5A00), var(--theme-primary, #FF5A00), var(--theme-secondary, #FFD08A), var(--theme-secondary, #FFD08A));
  color: transparent;
  background-clip: text;
  font-size: 0.36rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .common-title {
    padding-bottom: 0.26rem;
  }
}
@media print, (min-width: 768.02px) {
  .common-title {
    font-size: 0.44rem;
  }
}

.common-btn {
  display: inline-flex;
  position: relative;
  isolation: isolate;
  z-index: 100;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  padding: 0 0.25rem;
  overflow: hidden;
  border: 0.01rem solid var(--theme-primary, #FF5A00);
  border-radius: 0.38rem;
  background: transparent;
  color: var(--theme-primary, #FF5A00);
  font-family: "Poppins", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.common-btn span {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: color 0.3s ease;
}
.common-btn.--is-big {
  height: 0.43rem;
  padding: 0 0.4rem;
  font-size: 0.13rem;
}
.common-btn.--is-white {
  border-color: #fff;
  color: #fff;
}
.common-btn.--is-white::before, .common-btn.--is-white::after {
  background: rgba(255, 255, 255, 0.2);
}
.common-btn.--is-secondary {
  border-color: var(--theme-secondary, #FFD08A);
  color: var(--theme-secondary, #FFD08A);
}
.common-btn.--is-secondary::before, .common-btn.--is-secondary::after {
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18);
}
@media print, (min-width: 768.02px) {
  .common-btn:hover {
    color: var(--theme-primary, #FF5A00);
  }
  .common-btn:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s 0.12s cubic-bezier(0.3, 1, 0.68, 1);
  }
  .common-btn:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  }
  .common-btn:hover span {
    animation: MoveRightInitial 0.14s forwards, MoveRightEnd 0.28s forwards 0.14s;
    color: var(--theme-primary, #FF5A00);
  }
}
.common-btn::before, .common-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18);
}
.common-btn::before {
  width: 135%;
  transform: translate3d(-100%, 0, 0);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.common-btn::after {
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

@media only screen and (max-width: 768px) {
  .common-btn {
    height: 0.43rem;
    padding: 0 0.26rem;
    font-size: 0.12rem;
  }
  .common-btn::before, .common-btn::after {
    height: 0.43rem;
  }
}
.scroll-top {
  display: inline-flex;
  position: fixed;
  z-index: 140;
  right: 0.18rem;
  bottom: 0.18rem;
  align-items: center;
  gap: 0.08rem;
  padding: 0.1rem 0.12rem;
  background: linear-gradient(135deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.95) 0%, var(--theme-secondary, #FFD08A) 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateY(0.1rem) scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  cursor: pointer;
}
.scroll-top.--is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  animation: scrollTopBob 1.2s ease-in-out infinite;
}
.scroll-top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1;
}
.scroll-top-text {
  font-size: 0.11rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

@keyframes scrollTopBob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-0.02rem) scale(1.02);
  }
}
.section-keyvisual {
  position: relative;
  height: 100vh;
  min-height: 6.08rem;
  transition: opacity 1s ease;
  opacity: 1;
  overflow: hidden;
  background-color: var(--theme-surface-card, #fff);
}
.section-keyvisual::before, .section-keyvisual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section-keyvisual::before {
  z-index: 0;
  background-image: linear-gradient(rgba(var(--theme-primary-rgb, 255, 90, 0), 0.07) 0.01rem, transparent 0.01rem), linear-gradient(90deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.07) 0.01rem, transparent 0.01rem), radial-gradient(circle at 0.01rem 0.01rem, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.28) 0.01rem, transparent 0.016rem);
  background-size: 0.34rem 0.34rem, 0.34rem 0.34rem, 0.16rem 0.16rem;
  background-position: 0 0, 0 0, 0.1rem 0.08rem;
  opacity: 0.42;
  transition: opacity 0.45s ease;
}
.section-keyvisual::after {
  z-index: 0;
  background: radial-gradient(circle at 14% 18%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.16) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 42%), radial-gradient(circle at 88% 78%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.14) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 44%);
  filter: blur(0.02rem);
  transition: opacity 0.45s ease;
}
.section-keyvisual .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.section-keyvisual .keyvisual-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-keyvisual .keyvisual-center {
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.section-keyvisual .keyvisual-line {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.04rem);
  width: 150vh;
  transform: translate(-50%, -50%) rotate(55deg);
  transition: opacity 0.1s;
  border-bottom: 0.01rem solid transparent;
  opacity: 1;
}
.section-keyvisual .keyvisual-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.5s ease;
  border-top: 0.02rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.55);
}
.section-keyvisual .keyvisual-line.--is-active::after {
  width: 100%;
}
.section-keyvisual .keyvisual-overlay {
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  clip-path: polygon(0 0, calc(50% - 35.5vh) 0, calc(50% + 34.5vh) 100%, 0% 100%);
}
.section-keyvisual .keyvisual-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width 0.5s ease;
  background-color: var(--theme-primary, #FF5A00);
}
.section-keyvisual .keyvisual-overlay-secondary {
  position: absolute;
  z-index: 111;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  clip-path: polygon(100% 0, calc(50% - 35.5vh) 0, calc(50% + 34.5vh) 100%, 100% 100%);
}
.section-keyvisual .keyvisual-overlay-secondary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.5s ease;
  background-color: var(--theme-secondary, #FFD08A);
}
.section-keyvisual .keyvisual-image {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
  opacity: 0;
  transform: translateY(0.22rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.18s;
}
.section-keyvisual .image-icons-wrapper {
  --icon-size: .4rem;
  --orbit-radius: 1rem;
  --orbit-duration: 12s;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
}
.section-keyvisual .image-icon {
  --orbit-start: 0deg;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-size, 0.5rem);
  height: var(--icon-size, 0.5rem);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: keyvisualIconOrbit var(--orbit-duration) linear infinite;
  will-change: transform;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.section-keyvisual .image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  transition: transform 0.25s ease;
}
.section-keyvisual .image-icon.icon-html5 {
  --orbit-start: 0deg;
}
.section-keyvisual .image-icon.icon-css3 {
  --orbit-start: 120deg;
}
.section-keyvisual .image-icon.icon-js {
  --orbit-start: 240deg;
}
.section-keyvisual .image-icon.--is-active {
  filter: drop-shadow(0 0 0.1rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.45));
}
.section-keyvisual .image-icon.--is-active img {
  transform: scale(1.08);
}
.section-keyvisual .image-icon.--is-talking {
  filter: drop-shadow(0 0 0.14rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.5));
}
.section-keyvisual .icons-speech {
  --speech-base-transform: none;
  position: absolute;
  top: calc(-1 * var(--orbit-radius, 1.2rem) - 0.86rem);
  left: calc(var(--orbit-radius, 1.2rem) * 0.45);
  width: min(2.4rem, 62vw);
  padding: 0.14rem 0.14rem 0.12rem;
  border: 0.02rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35);
  border-radius: 0.16rem;
  background: var(--theme-surface-card, #fff);
  box-shadow: 0 0.1rem 0.22rem rgba(15, 23, 42, 0.16);
  pointer-events: none;
  transform: var(--speech-base-transform);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.section-keyvisual .icons-speech.--is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: var(--speech-base-transform) translateY(0.06rem);
}
.section-keyvisual .icons-speech::before {
  content: "";
  position: absolute;
  bottom: -0.11rem;
  left: 0.26rem;
  width: 0.18rem;
  height: 0.18rem;
  border-right: 0.02rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35);
  border-bottom: 0.02rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35);
  background: var(--theme-surface-card, #fff);
  transform: rotate(45deg);
}
.section-keyvisual .icons-speech-text {
  display: block;
  color: var(--theme-primary-dark, #0f172a);
  font-size: 0.13rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  animation: iconSpeechPop 0.36s ease;
}
@media print, (min-width: 768.02px) {
  .section-keyvisual .image-icons-wrapper:hover .image-icon {
    animation-play-state: paused;
  }
  .section-keyvisual .image-icon:hover img {
    animation: iconBounce 1.35s ease-in-out infinite;
  }
}
@media only screen and (max-width: 768px) {
  .section-keyvisual .image-icons-wrapper:active .image-icon {
    animation-play-state: paused;
  }
  .section-keyvisual .image-icon:active img {
    animation: iconBounce 1.35s ease-in-out infinite;
  }
  .section-keyvisual .icons-speech {
    top: calc(-1 * var(--orbit-radius, 0.84rem) - 0.74rem);
    left: 50%;
    --speech-base-transform: translateX(-50%);
    transform: var(--speech-base-transform);
    width: min(2.7rem, 85vw);
    padding: 0.12rem 0.12rem 0.1rem;
  }
  .section-keyvisual .icons-speech::before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .section-keyvisual .icons-speech-text {
    font-size: 0.12rem;
    line-height: 1.4;
  }
}
.section-keyvisual .keyvisual-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 22;
  flex: 1;
  opacity: 0;
  transform: translateY(0.18rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: 0.05s;
}
.section-keyvisual .keyvisual-label {
  font-size: 0.28rem;
  font-weight: bold;
  color: #0f172a;
}
.section-keyvisual .keyvisual-title {
  color: var(--theme-primary, #FF5A00);
  font-size: 0.72rem;
  line-height: 1.2;
}
.section-keyvisual .keyvisual-subtitle {
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #1e293b;
}
.section-keyvisual .keyvisual-description {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #1f2937;
  margin-top: 0.24rem;
  max-width: 5rem;
}
.section-keyvisual .keyvisual-features {
  list-style: none;
  padding: 0;
  margin: 0.12rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.section-keyvisual .keyvisual-features li {
  font-size: 0.15rem;
  line-height: 1.6;
}
.section-keyvisual .keyvisual-features span {
  color: var(--theme-primary, #FF5A00);
  font-weight: bold;
}
.section-keyvisual .keyvisual-actions {
  display: flex;
  gap: 0.16rem;
  margin-top: 0.16rem;
  flex-wrap: wrap;
}
.section-keyvisual.--is-visible .keyvisual-content,
.section-keyvisual.--is-visible .keyvisual-image {
  opacity: 1;
  transform: translateY(0);
}

@keyframes keyvisualIconOrbit {
  from {
    transform: translate(-50%, -50%) rotate(var(--orbit-start)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--orbit-start)));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--orbit-start) + 360deg)) translateX(var(--orbit-radius)) rotate(calc(-1 * (var(--orbit-start) + 360deg)));
  }
}
@keyframes iconBounce {
  0% {
    transform: translateY(0) scale(1);
  }
  12% {
    transform: translateY(-0.05rem) scale(1.08);
  }
  22% {
    transform: translateY(0.01rem) scale(0.98);
  }
  32% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes iconSpeechPop {
  0% {
    opacity: 0;
    transform: translateY(0.06rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, (min-width: 768.02px) {
  .section-keyvisual .keyvisual-content,
  .section-keyvisual .keyvisual-image {
    transition: none;
  }
  .section-keyvisual .image-icon {
    --orbit-radius: 2.2rem;
    width: 1rem;
    height: 1rem;
  }
}
.--start-animation .section-keyvisual .keyvisual-line {
  transition-delay: 3s;
  opacity: 0;
}
.--start-animation .section-keyvisual .keyvisual-line::after {
  width: 100%;
  transition-delay: 1.5s;
}
.--start-animation .section-keyvisual .keyvisual-overlay {
  transform: translate(-8rem, 0);
  transition-delay: 3.5s;
}
.--start-animation .section-keyvisual .keyvisual-overlay::after {
  width: 100%;
  transition-delay: 2.5s;
}
.--start-animation .section-keyvisual .keyvisual-overlay-secondary {
  transform: translate(8rem, 0);
  transition-delay: 3.5s;
}
.--start-animation .section-keyvisual .keyvisual-overlay-secondary::after {
  width: 100%;
  transition-delay: 2.5s;
}

.trust {
  padding: 0.4rem 0;
  background: #fff;
}
.trust .wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.trust-title {
  font-size: 0.16rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 0.32rem;
  padding: 0 0.16rem;
  letter-spacing: 0.02em;
}
.trust-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  padding: 0 0.16rem;
  flex-wrap: wrap;
}
.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.1rem 0.12rem;
  border-radius: 0.1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.trust-stat:hover {
  transform: translateY(-0.02rem);
  background-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.04);
  box-shadow: 0 0.06rem 0.14rem rgba(15, 23, 42, 0.08);
}
.trust-stat-value {
  font-size: 0.36rem;
  font-weight: bold;
  color: var(--theme-primary, #FF5A00);
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.trust-stat-label {
  font-size: 0.13rem;
  color: #64748B;
  text-align: center;
  line-height: 1.4;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .trust-stats {
    flex-direction: row;
    gap: 0.4rem;
  }
  .trust-stat-value {
    font-size: 0.32rem;
  }
}
@media print, (min-width: 768.02px) {
  .trust {
    padding: 0.6rem 0;
  }
  .trust-title {
    font-size: 0.22rem;
    margin-bottom: 0.4rem;
    padding: 0;
  }
  .trust-stats {
    gap: 0.6rem;
    padding: 0;
    flex-direction: row;
  }
  .trust-stat-value {
    font-size: 0.64rem;
  }
  .trust-stat-label {
    font-size: 0.16rem;
  }
}

.why {
  padding: 0.48rem 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% -20%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 52%), linear-gradient(180deg, var(--theme-surface-card, #fff) 0%, var(--theme-surface-1, #fffaf2) 100%);
}
.why .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.why > .wrapper > .why-text {
  max-width: 7.6rem;
  padding: 0 0.16rem;
  font-size: 0.14rem;
  line-height: 1.75;
  color: var(--theme-text-muted, #64748B);
}
.why-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.16rem;
  padding: 0 0.16rem;
  margin-top: 0.48rem;
}
.why-card {
  position: relative;
  flex: 0 0 100%;
  padding: 0.24rem 0.2rem;
  border-radius: 0.1rem;
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.24);
  border-left: 0.04rem solid var(--theme-primary, #FF5A00);
  background: linear-gradient(165deg, var(--theme-surface-card, #ffffff) 0%, var(--theme-surface-2, #ffe7cc) 100%);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}
.why-card::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.12rem;
  border-radius: 50%;
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35);
  background: linear-gradient(145deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.22) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 100%);
  color: var(--theme-primary, #FF5A00);
  box-shadow: 0 0.08rem 0.18rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.2);
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.why-card.why-card--pixel::before {
  content: "◉";
}
.why-card.why-card--speed::before {
  content: "↯";
}
.why-card.why-card--code::before {
  content: "{}";
  font-size: 0.14rem;
}
.why-card.why-card--responsive::before {
  content: "◫";
}
.why-card.why-card--communication::before {
  content: "✉";
}
.why-card:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.12rem 0.24rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.16);
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.52);
}
.why-card:hover::before {
  transform: translateY(-0.02rem) scale(1.06);
  box-shadow: 0 0.12rem 0.22rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.26);
}
.why .why-card[data-aos] {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition-delay: 0s !important;
}
.why-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #141414;
  min-height: 2.7em;
  margin-bottom: 0.1rem;
  line-height: 1.35;
}
.why-text {
  font-size: 0.14rem;
  color: var(--theme-text-muted, #64748B);
  line-height: 1.6;
  margin: 0;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .why-grid {
    gap: 0.2rem;
    padding: 0;
  }
  .why .why-card {
    flex: 0 0 calc((100% - 0.2rem) / 2);
    padding: 0.22rem 0.2rem;
  }
}
@media print, (min-width: 768.02px) {
  .why {
    padding: 0.8rem 0;
  }
  .why > .wrapper > .why-text {
    margin: 0.18rem auto 0;
    padding: 0;
    font-size: 0.15rem;
    line-height: 1.8;
  }
  .why-grid {
    gap: 0.2rem;
    padding: 0;
  }
  .why-card {
    flex: 0 0 calc((100% - 0.8rem) / 5);
    padding: 0.2rem 0.18rem 0.18rem;
  }
}

.process {
  padding: 0.48rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.06) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 38%), linear-gradient(180deg, var(--theme-bg, #FFF0D9) 0%, var(--theme-surface-card, #fff) 100%);
}
.process::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 8%;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08);
  filter: blur(0.1rem);
  pointer-events: none;
  z-index: 0;
}
.process .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.process-steps {
  list-style: none;
  counter-reset: process-step;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin: 0.48rem auto 0;
  padding: 0 0.16rem;
  max-width: 7.6rem;
}
.process-step {
  counter-increment: process-step;
  position: relative;
  display: grid;
  grid-template-columns: 0.44rem 1fr;
  align-items: start;
  column-gap: 0.18rem;
  row-gap: 0.06rem;
  width: 100%;
  padding: 0.24rem 0.2rem;
  border-radius: 0.08rem;
  background: var(--theme-surface-card, #fff);
  border: 0.01rem solid #E2E8F0;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}
.process-step::before {
  content: counter(process-step);
  display: flex;
  grid-row: 1/span 2;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.02rem;
  border-radius: 50%;
  background: var(--theme-primary, #FF5A00);
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1;
}
.process-step::after {
  content: "";
  position: absolute;
  top: 0.14rem;
  bottom: 0.14rem;
  left: 0.68rem;
  width: 0.01rem;
  background: linear-gradient(180deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 100%);
}
.process-step:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.08);
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.45);
}
.process .process-step[data-aos] {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition-delay: 0s !important;
}
.process-title {
  grid-column: 2;
  font-size: 0.16rem;
  font-weight: 700;
  color: #141414;
  margin-bottom: 0.04rem;
  line-height: 1.3;
}
.process-text {
  grid-column: 2;
  font-size: 0.14rem;
  color: var(--theme-text-muted, #64748B);
  line-height: 1.6;
  margin: 0;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .process-steps {
    gap: 0.2rem;
    padding: 0;
  }
  .process .process-step {
    width: 100%;
  }
}
@media print, (min-width: 768.02px) {
  .process {
    padding: 0.8rem 0;
  }
  .process-steps {
    gap: 0.24rem;
    padding: 0;
  }
  .process-step {
    grid-template-columns: 0.7rem 1fr;
    padding: 0.28rem 0.2rem;
  }
  .process-step::after {
    left: 0.8rem;
  }
  .process-step::before {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.18rem;
  }
}

.estimate {
  padding: 0.48rem 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 14%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.22) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 46%), radial-gradient(circle at 14% 84%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.14) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 44%), linear-gradient(160deg, rgba(14, 20, 32, 0.96) 0%, rgba(20, 30, 46, 0.94) 54%, rgba(12, 18, 28, 0.96) 100%);
}
.estimate .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.estimate-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.18rem;
  padding: 0 0.16rem;
  margin-top: 0.48rem;
}
.estimate-card {
  position: relative;
  overflow: hidden;
  padding: 0.26rem 0.2rem 0.24rem;
  border-radius: 0.16rem;
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(0.02rem);
  -webkit-backdrop-filter: blur(0.02rem);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.34s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}
.estimate-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  width: 58%;
  height: 0.03rem;
  background: linear-gradient(90deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.8) 100%);
}
.estimate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
  transition: opacity 0.34s ease;
}
.estimate-card:hover {
  transform: translateY(-0.06rem);
  box-shadow: 0 0.2rem 0.38rem rgba(0, 0, 0, 0.5);
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.58);
}
.estimate-card:hover::after {
  opacity: 1;
}
.estimate-card:nth-child(2) {
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.62);
  background: linear-gradient(165deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 0.22rem 0.42rem rgba(0, 0, 0, 0.54);
}
.estimate .estimate-card[data-aos] {
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.34s ease, opacity 0.3s ease;
  transition-delay: 0s !important;
}
.estimate-title {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  min-height: 2.9em;
  margin-bottom: 0.14rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.estimate-price {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0.08rem 0.16rem;
  border-radius: 9.99rem;
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.62);
  background: linear-gradient(135deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.48) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.24) 100%);
  box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.22), 0 0.08rem 0.16rem rgba(0, 0, 0, 0.24);
  text-shadow: 0 0.01rem 0.04rem rgba(0, 0, 0, 0.28);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.estimate-cta {
  position: relative;
  margin-top: 0.28rem;
  padding: 0.18rem 0.16rem 0.16rem;
  border: 0.01rem dashed rgba(var(--theme-primary-rgb, 255, 90, 0), 0.55);
  border-radius: 0.14rem;
  background: linear-gradient(180deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.18);
}
.estimate-note {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 0.06rem;
}
.estimate-text {
  font-size: 0.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .estimate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem;
    padding: 0;
  }
  .estimate .estimate-card {
    padding: 0.24rem 0.2rem;
  }
  .estimate .estimate-card:nth-child(2) {
    transform: none;
  }
}
@media print, (min-width: 768.02px) {
  .estimate {
    padding: 0.8rem 0;
  }
  .estimate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.26rem;
    padding: 0;
  }
  .estimate-card {
    padding: 0.28rem 0.24rem 0.24rem;
  }
  .estimate-title {
    font-size: 0.18rem;
  }
  .estimate-price {
    font-size: 0.3rem;
  }
  .estimate-cta {
    max-width: 7.6rem;
    margin: 0.38rem auto 0;
    padding: 0.2rem 0.22rem 0.18rem;
    border-radius: 0.12rem;
    border: 0.01rem dashed rgba(var(--theme-primary-rgb, 255, 90, 0), 0.4);
    background: linear-gradient(180deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  }
  .estimate-text {
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-keyvisual {
    height: auto;
    min-height: auto;
    padding: 0.96rem 0 0.44rem;
  }
  .section-keyvisual .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 0.24rem;
  }
  .section-keyvisual .keyvisual-image {
    width: 100%;
    max-width: 70%;
    height: auto;
    margin: 1rem auto 0.5rem;
    min-height: unset;
  }
  .section-keyvisual .keyvisual-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .section-keyvisual .keyvisual-title {
    margin: 0.06rem 0 0.1rem;
    font-size: 0.42rem;
    line-height: 1.15;
  }
  .section-keyvisual .keyvisual-title span {
    margin-top: 0;
    padding-left: 0.24rem;
    font-size: 0.12rem;
    letter-spacing: 0.2em;
  }
  .section-keyvisual .keyvisual-title span::after {
    width: 0.2rem;
  }
  .section-keyvisual .keyvisual-title img {
    width: 2.88rem;
    margin-bottom: 0.08rem;
    margin-left: 0.08rem;
  }
  .section-keyvisual .keyvisual-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
    align-items: flex-start;
  }
  .section-keyvisual .keyvisual-label {
    font-size: 0.2rem;
  }
  .section-keyvisual .keyvisual-subtitle {
    font-size: 0.12rem;
    letter-spacing: 0.08em;
  }
  .section-keyvisual .keyvisual-description {
    font-size: 0.13rem;
    margin-top: 0.14rem;
    max-width: none;
  }
  .section-keyvisual .keyvisual-features {
    margin: 0.08rem 0;
    gap: 0.04rem;
  }
  .section-keyvisual .keyvisual-features li {
    font-size: 0.12rem;
  }
  .section-keyvisual .keyvisual-actions {
    width: 100%;
    gap: 0.12rem;
    margin-top: 0.24rem;
  }
  .section-keyvisual .keyvisual-actions .common-btn {
    max-width: 3.2rem;
    justify-content: center;
  }
  .section-keyvisual .keyvisual-center,
  .section-keyvisual .keyvisual-overlay,
  .section-keyvisual .keyvisual-overlay-secondary {
    display: none;
  }
  .section-keyvisual::before {
    opacity: 0.26;
    background-size: 0.26rem 0.26rem, 0.26rem 0.26rem, 0.14rem 0.14rem;
  }
  .section-keyvisual::after {
    opacity: 0.75;
    filter: blur(0.01rem);
  }
}
@media only screen and (max-width: 768px) {
  .--start-animation .section-keyvisual .keyvisual-overlay {
    transform: translate(0, calc(50% - 1.44rem));
  }
}
.services {
  padding: 0.48rem 0;
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(-24deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.038) 0, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.038) 0.01rem, transparent 0.01rem, transparent 0.2rem), linear-gradient(180deg, #ffffff 0%, var(--theme-surface-1, #fff9f1) 100%);
}
.services .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.services-text {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: #64748B;
  line-height: 1.6;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  max-width: 1024px;
  margin: 0.16rem auto 0;
  padding: 0 0.16rem;
}
.services .service-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  background: #fff;
  padding: 0.24rem 0.2rem;
  border-radius: 0.08rem;
  border: 0.01rem solid #E2E8F0;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  text-align: left;
}
.services .service-card:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.12);
  border-color: var(--theme-primary, #FF5A00);
}
.services .service-card[data-aos] {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition-delay: 0s !important;
}
.services .service-description {
  font-size: 0.14rem;
  line-height: 1.6;
  color: #64748B;
  margin-bottom: 0.16rem;
}
.services .service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.7em;
  margin-bottom: 0.16rem;
  color: #141414;
  text-align: center;
}
.services .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: auto;
}
.services .service-list li {
  font-size: 0.13rem;
  color: #141414;
  padding: 0.08rem 0;
  position: relative;
  padding-left: 0.2rem;
  line-height: 1.6;
}
.services .service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--theme-primary, #FF5A00);
  font-weight: 700;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .services-grid {
    gap: 0.2rem;
    padding: 0;
  }
  .services .service-card {
    flex: 0 0 calc((100% - 0.2rem) / 2);
  }
}
@media print, (min-width: 768.02px) {
  .services {
    padding: 0.8rem 0;
  }
  .services-grid {
    gap: 0.24rem;
    padding: 0 0.2rem;
  }
  .services .service-card {
    flex: 0 0 calc((100% - 0.48rem) / 3);
    padding: 0.32rem 0.24rem;
  }
}

.portfolio {
  padding: 0.48rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 35%), linear-gradient(320deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.07) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 42%), linear-gradient(180deg, var(--theme-surface-card, #fff) 0%, var(--theme-surface-1, #fff8ee) 100%);
}
.portfolio .wrapper {
  position: relative;
  z-index: 1;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.portfolio-header {
  text-align: center;
  margin-bottom: 0.32rem;
}
.portfolio-text {
  margin-top: 0.16rem;
  font-size: 0.15rem;
  color: var(--theme-text-muted, #64748B);
  line-height: 1.75;
}
.portfolio-marquee {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.16rem;
  padding: 0.02rem 0;
}
.portfolio .marquee-wrapper {
  position: relative;
  overflow: hidden;
  transform: skewY(-2deg);
  padding: 0.2rem 0.2rem 0;
  border: 0.02rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18);
  border-radius: 0.18rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.18) 100%);
  box-shadow: 0 0.12rem 0.28rem rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(0.04rem);
  -webkit-backdrop-filter: blur(0.04rem);
  max-width: 1280px;
  margin: 0 auto;
}
.portfolio .marquee-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.12) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 40%);
}
.portfolio-track {
  display: flex;
  align-items: stretch;
  gap: 0.16rem;
  width: max-content;
  padding: 0 0.02rem;
}
.portfolio-item {
  position: relative;
  flex: 0 0 1.84rem;
  overflow: hidden;
  border-radius: 0.12rem;
  background: var(--theme-surface-card, #fff);
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.16);
  box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.08);
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.25, 1), box-shadow 0.32s cubic-bezier(0.2, 0.7, 0.25, 1), border-color 0.32s ease;
}
.portfolio-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(130deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.16) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0) 48%);
  transition: opacity 0.28s ease;
}
.portfolio-item:hover {
  transform: translateY(-0.08rem);
  box-shadow: 0 0.24rem 0.4rem rgba(var(--theme-primary-rgb, 255, 90, 0), 0.22);
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.45);
}
.portfolio-item:hover::before {
  opacity: 1;
}
.portfolio-item:hover .portfolio-title {
  color: var(--theme-primary, #FF5A00);
}
.portfolio-item:hover .portfolio-content {
  transform: translateY(-0.02rem);
}
.portfolio-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.portfolio-link::after {
  content: "View Project";
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  z-index: 2;
  padding: 0.06rem 0.1rem;
  border-radius: 9.99rem;
  background: rgba(20, 20, 20, 0.66);
  color: #fff;
  font-size: 0.11rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(-0.06rem) scale(0.95);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}
.portfolio-item:hover .portfolio-link::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.portfolio-image {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.portfolio-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.06) 15%, rgba(18, 18, 18, 0.68) 100%);
  transition: opacity 0.3s ease;
}
.portfolio-image::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -35%;
  z-index: 1;
  width: 42%;
  height: 260%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 90%);
  transform: rotate(20deg);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.35s ease;
}
.portfolio-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.25, 1), filter 0.45s ease;
}
.portfolio-item:hover .portfolio-image img {
  transform: scale(1.1);
  filter: brightness(1.08) saturate(1.08);
}
.portfolio-item:hover .portfolio-image::after {
  opacity: 0.78;
}
.portfolio-item:hover .portfolio-image::before {
  opacity: 1;
  transform: translateX(210%) rotate(20deg);
}
.portfolio-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.14rem 0.14rem 0.12rem;
  transition: transform 0.3s ease;
}
.portfolio-title {
  font-size: 0.12rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.35);
  transition: color 0.3s ease;
}
.portfolio-cta {
  text-align: center;
}
@media print, (min-width: 768.02px) and (max-width: 1368px) {
  .portfolio-marquee {
    margin-bottom: 0.2rem;
  }
  .portfolio-track {
    gap: 0.2rem;
  }
  .portfolio-item {
    flex-basis: 3.2rem;
  }
}
@media print, (min-width: 768.02px) {
  .portfolio {
    padding: 0.8rem 0 1.3rem;
  }
  .portfolio-header {
    margin-bottom: 0.4rem;
  }
  .portfolio-marquee {
    margin-bottom: 0.22rem;
  }
  .portfolio-track {
    gap: 0.22rem;
    padding: 0;
  }
  .portfolio-item {
    flex-basis: 3.68rem;
    border-radius: 0.14rem;
  }
  .portfolio-link::after {
    display: inline-block;
  }
  .portfolio-image {
    padding-top: 56.25%;
  }
  .portfolio-content {
    padding: 0.18rem 0.18rem 0.16rem;
  }
  .portfolio-title {
    font-size: 0.17rem;
    line-height: 1.35;
  }
}

body.theme-html .section-keyvisual .keyvisual-title,
body.theme-html .section-keyvisual .keyvisual-features span,
body.theme-css .section-keyvisual .keyvisual-title,
body.theme-css .section-keyvisual .keyvisual-features span,
body.theme-js .section-keyvisual .keyvisual-title,
body.theme-js .section-keyvisual .keyvisual-features span {
  color: var(--theme-primary, #FF5A00);
}
body.theme-html .section-keyvisual .keyvisual-overlay::after,
body.theme-css .section-keyvisual .keyvisual-overlay::after,
body.theme-js .section-keyvisual .keyvisual-overlay::after {
  background-color: var(--theme-primary, #FF5A00);
}
body.theme-html .section-keyvisual .keyvisual-overlay-secondary::after,
body.theme-css .section-keyvisual .keyvisual-overlay-secondary::after,
body.theme-js .section-keyvisual .keyvisual-overlay-secondary::after {
  background-color: var(--theme-secondary, #FFD08A);
}
body.theme-html .trust-stat-value,
body.theme-css .trust-stat-value,
body.theme-js .trust-stat-value {
  color: var(--theme-primary, #FF5A00);
}
body.theme-html .why-card,
body.theme-css .why-card,
body.theme-js .why-card {
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.24);
  border-left: 0.04rem solid var(--theme-primary, #FF5A00);
}
body.theme-html .why-card::before,
body.theme-css .why-card::before,
body.theme-js .why-card::before {
  background: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.16);
  color: var(--theme-primary, #FF5A00);
}
body.theme-html .process-step::before,
body.theme-css .process-step::before,
body.theme-js .process-step::before {
  background: var(--theme-primary, #FF5A00);
}
body.theme-html .process-step::after,
body.theme-css .process-step::after,
body.theme-js .process-step::after {
  background: linear-gradient(180deg, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.35) 0%, rgba(var(--theme-primary-rgb, 255, 90, 0), 0.08) 100%);
}
body.theme-html .estimate-card,
body.theme-css .estimate-card,
body.theme-js .estimate-card {
  border: 0.01rem solid rgba(var(--theme-primary-rgb, 255, 90, 0), 0.22);
}
body.theme-html .estimate-price,
body.theme-css .estimate-price,
body.theme-js .estimate-price {
  color: #fff;
}
body.theme-html .estimate-cta,
body.theme-css .estimate-cta,
body.theme-js .estimate-cta {
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.38);
}
body.theme-html .portfolio-item,
body.theme-css .portfolio-item,
body.theme-js .portfolio-item {
  border-color: rgba(var(--theme-primary-rgb, 255, 90, 0), 0.18);
}