/* =========================================================
   1) COMMON / GLOBAL
========================================================= */
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.75;
  background: #fff;
}
footer {
  background: #111;
  color: rgba(255,255,255,.85);
}
footer a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}

.section-padding {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-padding {
    padding: 60px 0;
    }
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.9rem;
  line-height: 1.7;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.check-list li:last-child {
  margin-bottom: 0;
}
.check-brown li::before {
  color: #8a6a3c;
}
.check-green li::before {
  color: #198754;
}

.section-light {
  background: #f8f9fb;
}
.lead-copy {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #444;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #8a6a3c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgb(238, 243, 247);
}
.step-card {
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: #dcdcdc;
}
.step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.step-card p {
  margin: 0;
  color: #555;
  line-height: 1.75;
  font-size: 0.97rem;
}
.step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.step-header h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
@media (max-width: 767.98px) {
  .step-card {
    padding: 1.35rem;
    border-radius: 18px;
  }
  .number-badge {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 0.9rem;
  }
  .step-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }
  .step-header {
    gap: 10px;
    margin-bottom: 12px;
  }
  .step-header h3 {
    font-size: 1.05rem;
  }
}



.fit-box {
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  height: 100%;
}

.fit-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .fit-box {
    padding: 1.35rem;
  }
}




.number-badge {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #212529;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 6px 14px rgba(33, 37, 41, 0.18);
}
.cta-box {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  border-radius: 26px;
  padding: 2.25rem;
  box-shadow: 0 20px 44px rgba(15, 23, 42, .15);
}
@media (max-width: 767.98px) {
  .cta-box {
    padding: 1.35rem;
    }
}
.cta-box p {
  color: rgba(255,255,255,0.85);
}



.section-separator {
  width: 200px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.18);
  opacity: 1;
}








/* =========================
   Topbar
========================= */
.topbar {
  background: #ffffff;
  padding: 0.45rem 0;
}
.topbar-text {
  font-size: 0.78rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #666;
}
.topbar-lang {
  gap: 0.4rem;
}
.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.lang-link img {
  display: block;
  width: 25px;
  height: 25px;
}
.lang-link:hover {
  background-color: #f5f5f5;
  transform: translateY(-1px);
  opacity: 0.92;
}


/* =========================
   Header / Navbar
========================= */
.main-header {
  border-bottom: 1px solid #ececec;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.04);
  z-index: 1030;
}
.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.navbar-nav .nav-item {
  padding: 0 0.7rem;
}
.navbar-nav .nav-link {
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  transition: color 0.2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #8a6a3c;
}
.dropdown-menu {
  border: 1px solid #eeeeee;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  min-width: 240px;
}
.dropdown-item {
  font-size: 0.92rem;
  padding: 0.62rem 1rem;
  color: #333;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #8a6a3c;
}
.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 1.15rem;
  border: 1px solid #222;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-contact:hover {
  background: #8a6a3c;
  border-color: #8a6a3c;
  color: #fff;
}

/* ----- Mobile / Tablet ----- */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #ededed;
  }
  .navbar-nav {
    align-items: flex-start !important;
  }
  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
  .dropdown-menu {
    min-width: 100%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0.5rem 1rem;
    margin-top: -0.1rem;
  }
  .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
  .nav-contact {
    margin-top: 0.8rem;
    width: 100%;
  }
  .btn-contact {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .topbar {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .topbar-text {
    text-align: center;
    font-size: 0.74rem;
    line-height: 1.4;
  }
  .topbar-lang {
    justify-content: flex-end;
  }
  .navbar {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .navbar-toggler {
    padding-right: 0;
  }
}


/* =========================================================
   Subpage Hero
========================================================= */
.hero-subpage-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-subpage-image-right {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 420px;
  height: 500px;
  max-height: 500px;
  display: flex;
  align-items: center;
}
.hero-subpage-image-right .container {
  position: relative;
  z-index: 2;
}
.hero-subpage-image-right .hero-subpage-content {
  max-width: 620px;
  padding: 60px 0;
  position: relative;
  z-index: 3;
}
.hero-subpage-image-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 100%;
  background-image:
    linear-gradient(
      to left,
      rgba(255,255,255,0) 58%,
      rgba(255,255,255,0.08) 66%,
      rgba(255,255,255,0.22) 74%,
      rgba(255,255,255,0.48) 82%,
      rgba(255,255,255,0.78) 90%,
      rgba(255,255,255,1) 100%
    ),
    var(--hero-bg-image);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-subpage-image-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 52%;
  width: 16%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.28) 35%,
    rgba(255,255,255,0.72) 70%,
    rgba(255,255,255,1) 100%
  );
  filter: blur(14px);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .hero-subpage-image-right {
    min-height: auto;
    height: auto;
    max-height: none;
  }
  .hero-subpage-image-right::after {
    width: 100%;
    height: 280px;
    top: 0;
    right: 0;
    background-image:
      linear-gradient(
        to bottom,
        rgba(255,255,255,0.12) 0%,
        rgba(255,255,255,0.42) 72%,
        rgba(255,255,255,1) 100%
      ),
      var(--hero-bg-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero-subpage-image-right::before {
    display: none;
  }
  .hero-subpage-image-right .hero-subpage-content {
    max-width: 100%;
    padding: 230px 0 60px;
  }
}

@media (max-width: 767.98px) {
  .hero-subpage-actions {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.5rem !important;
    align-items: stretch !important;
  }
  .hero-subpage-actions .btn,
  .hero-subpage-actions .btn.btn-lg {
    flex: 0 0 calc(50% - 0.25rem);
    width: calc(50% - 0.25rem) !important;
    max-width: calc(50% - 0.25rem);
    justify-content: center;
    text-align: center;
    font-size: 0.85rem !important;
    padding: 0.5rem 0.6rem !important;
    line-height: 1.15;
    white-space: normal;
  }
}

/* specific background images for subpage */
#hero-agenting-b2b {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-agenting-b2b.webp");
}
#hero-agenting-b2c {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-agenting-b2c.webp");
}
#hero-localizing-index {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-localizing-index.webp");
}
#hero-localizing-websites {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-localizing-websites.webp");
}
#hero-localizing-prints {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-localizing-prints.webp");
}
#hero-marketing-index {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-marketing-index.webp");
}
#hero-virtualservices-index {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-virtualservices-index.webp");
}
#hero-about-index {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-about-index.webp");
}
#hero-contact-index {
  --hero-bg-image: url("https://sanyuinc.com/img/hero-contact-index.webp");
}


/* =========================================================
   HOME PAGE
========================================================= */
.home-page {
  color: #333;
}
.home-page .section-padding {
  padding: 3rem 0;
}
.home-page .muted-bg {
  background: #f8f9fa;
}
.home-page .section-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-page .hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  color: #fff;
}
.home-page #hero-top.hero {
  background-image: url("https://sanyuinc.com/img/hero.top.webp");
}
.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}
.home-page .hero .container {
  position: relative;
  z-index: 2;
}
.home-page .hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home-page .hero p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}
.home-page .service-card,
.home-page .info-card,
.home-page .feature-card {
  height: 100%;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.home-page .service-card img,
.home-page .feature-card img {
  width: 100%;
  height: auto;
  display: block;
}
.home-page .service-card .card-body,
.home-page .info-card .card-body,
.home-page .feature-card .card-body {
  padding: 1.25rem;
}
.home-page .info-list li {
  padding: 0.9rem 0;
  border-bottom: 1px solid #e9ecef;
}
.home-page .info-list li:last-child {
  border-bottom: none;
}

/* ----- top services section on home ----- */
.home-page .services-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}
.home-page .services-heading {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.2;
  font-weight: 700;
  color: #1f2a37;
  margin-bottom: 1rem;
}
.home-page .services-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #667085;
  margin-bottom: 0;
}
.home-page .service-feature-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(20, 24, 31, 0.06);
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-page .service-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(16, 24, 40, 0.12);
}

.home-page .service-card-inner {
  position: relative;
  padding: 1.8rem;
  height: 100%;
}
.home-page .service-card-top {
  text-align: left;
  margin-bottom: 1.4rem;
  padding-right: 70px;
}
.home-page .service-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(4px);
}
.home-page .service-title {
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2a37;
  margin-bottom: 0;
}
.home-page .service-card-content {
  position: relative;
}
.home-page .service-image-wrap {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}
.home-page .service-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.home-page .service-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #475467;
  margin-bottom: 1rem;
}
.home-page .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  color: #1f2a37;
  transition: color 0.2s ease, transform 0.2s ease;
}
.home-page .service-link:hover {
  color: #8a6a3c;
  transform: translateX(2px);
}
.home-page .service-icon {
  position: absolute;
  top: 1.45rem;
  right: 1.45rem;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.10);
  backdrop-filter: blur(6px);
  z-index: 2;
  margin-bottom: 0;
}
.home-page .service-icon svg {
  width: 24px;
  height: 24px;
}
.home-page .service-tone-1 {
  background: linear-gradient(135deg, #f6f9fc 0%, #eef5fb 100%);
}
.home-page .service-tone-2 {
  background: linear-gradient(135deg, #fffaf4 0%, #fdf2e7 100%);
}
.home-page .service-tone-3 {
  background: linear-gradient(135deg, #f5f8f6 0%, #ebf4ef 100%);
}
.home-page .service-tone-4 {
  background: linear-gradient(135deg, #f8f6fb 0%, #f0ebf7 100%);
}
.home-page .service-tone-1::before,
.home-page .service-tone-2::before,
.home-page .service-tone-3::before,
.home-page .service-tone-4::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 22px 0 0 22px;
}
.home-page .service-tone-1::before {
  background: #5b8def;
}
.home-page .service-tone-2::before {
  background: #f2a65a;
}
.home-page .service-tone-3::before {
  background: #58b77b;
}
.home-page .service-tone-4::before {
  background: #8b6ac9;
}
.home-page .service-icon-agenting svg {
  fill: #5b8def;
}
.home-page .service-icon-localization svg {
  fill: #f2a65a;
}
.home-page .service-icon-marketing svg {
  fill: #58b77b;
}
.home-page .service-icon-virtual svg {
  fill: #8b6ac9;
}

@media (max-width: 991.98px) {
  .home-page .service-card-inner {
    padding: 1.5rem;
  }
  .home-page .service-title {
    font-size: 1.2rem;
  }
  .home-page .service-icon {
    top: 1.25rem;
    right: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .home-page .services-heading {
    font-size: 1.7rem;
  }
  .home-page .services-lead {
    font-size: 0.95rem;
  }
  .home-page .service-card-inner {
    padding: 1.25rem;
  }
  .home-page .service-card-top {
    margin-bottom: 1rem;
    padding-right: 62px;
  }
  .home-page .service-title {
    font-size: 1.1rem;
  }
  .home-page .service-text {
    font-size: 0.94rem;
    line-height: 1.7;
  }
  .home-page .service-icon {
    width: 46px;
    height: 46px;
    top: 1rem;
    right: 1rem;
  }
  .home-page .service-icon svg {
    width: 22px;
    height: 22px;
  }
}


/* =========================================================
   AGENTING-B2B PAGE + Section-Eyebows
========================================================= */
.agenting-b2b {
  color: #1f2937;
}
.agenting-b2b .muted-bg {
  background: #f8fafc;
}
.agenting-b2b .content-narrow {
  max-width: 920px;
  margin: 0 auto;
}

.agenting-b2b .section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827;
}
.agenting-b2b .section-lead {
  font-size: 1rem;
  color: #4b5563;
  max-width: 860px;
  margin: 0 auto;
}
.agenting-b2b .intro-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .05);
}
.agenting-b2b .highlight-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
}
.agenting-b2b .highlight-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .75rem;
  color: #111827;
}
.agenting-b2b .service-card {
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 1.65rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.agenting-b2b .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .09);
}
.agenting-b2b .service-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: #eef4ff;
  color: #3b82f6;
  font-size: 1.3rem;
  font-weight: 700;
  position: static;
  box-shadow: none;
  backdrop-filter: none;
}
.agenting-b2b .service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .8rem;
  color: #111827;
}
.agenting-b2b .service-card p {
  margin-bottom: 0;
  color: #4b5563;
}



















.agenting-b2b .check-list li:last-child {
  margin-bottom: 0;
}

.agenting-b2b .cta-box h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.agenting-b2b .cta-box p {
  margin-bottom: 0;
}
.agenting-b2b .btn-gold {
  background: #8a6a3c;
  color: #fff;
  border: 1px solid #8a6a3c;
  border-radius: 999px;
  padding: .85rem 1.35rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.agenting-b2b .btn-gold:hover {
  background: #74562f;
  border-color: #74562f;
  color: #fff;
}
.agenting-b2b .btn-outline-light.rounded-pill {
  font-weight: 700;
  padding: .85rem 1.35rem;
}

@media (max-width: 767.98px) {
  .agenting-b2b .intro-card,
  .agenting-b2b .highlight-card {
    padding: 1.35rem;
  }
}


/* =========================================================
   AGENTING-B2C PAGE
========================================================= */
.agenting-b2c .service-card {
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  height: 100%;
}
.agenting-b2c .service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .agenting-b2c .service-card {
    padding: 1.35rem;
  }
}
.agenting-b2c .cta-box p {
  margin-bottom: 1.5rem;
}


/* =========================================================
   LOCALIZING-INDEX PAGE
========================================================= */
.localizing .content-card,
.localizing .service-card,
.localizing .rate-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}
.localizing .content-card,
.localizing .service-card,
.localizing .rate-card {
  padding: 32px 28px;
}
.localizing .service-card h3,
.localizing .content-card h3,
.localizing .rate-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.localizing .object-card {
  height: 100%;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.localizing .object-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}
.localizing .object-card h3 {
  margin-bottom: 0.85rem;
}
.localizing .object-card p {
  color: #555;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.localizing .rate-card table {
  width: 100%;
  font-size: 0.96rem;
}
.localizing .rate-card th,
.localizing .rate-card td {
  padding: 10px 12px;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}
.localizing .rate-card th {
  background: #f7f7f7;
  font-weight: 700;
}
.localizing .small-note {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.7;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .localizing .content-card,
  .localizing .service-card,
  .localizing .object-card,
  .localizing .rate-card {
    padding: 26px 20px;
  }
  .localizing .rate-card {
    overflow-x: auto;
  }
}


/* =========================================================
   LOCALIZING-WEBSITES PAGE
========================================================= */
.localizing-websites .works-card,
.localizing-websites .maintenance-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
  padding: 32px 28px;
}
.localizing-websites .works-card h3,
.localizing-websites .maintenance-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.localizing-websites .works-thumb {
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  border: 1px solid #ececec;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}
.localizing-websites .works-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.localizing-websites .works-meta {
  font-size: 0.92rem;
  color: #666;
  margin-bottom: 0.7rem;
}
.localizing-websites .works-meta strong {
  color: #333;
}
.localizing-websites .works-card p,
.localizing-websites .maintenance-card p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .localizing-websites .works-card,
  .localizing-websites .maintenance-card {
    padding: 26px 20px;
  }
}



/* =========================================================
   LOCALIZING-PRINTS PAGE
========================================================= */
.localizing-prints .print-card,
.localizing-prints .use-card,
.localizing-prints .approach-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
  padding: 32px 28px;
    }
.localizing-prints .print-card h3,
.localizing-prints .use-card h3,
.localizing-prints .approach-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
    }
.localizing-prints .use-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #f3f6f9;
  font-size: 1.6rem;
  margin-bottom: 1rem;
    }
.localizing-prints .print-card p,
.localizing-prints .use-card p,
.localizing-prints .approach-card p {
  margin-bottom: 0;
  color: #555;
  line-height: 1.8;
    }
@media (max-width: 767.98px) {
  .localizing-prints .print-card,
  .localizing-prints .use-card,
  .localizing-prints .approach-card {
  padding: 26px 20px;
  }
}


/* =========================================================
   MARKETING PAGE
========================================================= */
.marketing-index .marketing-card,
.marketing-index .channel-card,
.marketing-index .pricing-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
  padding: 32px 28px;
  }
.marketing-index .marketing-card h3,
.marketing-index .channel-card h3,
.marketing-index .pricing-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.marketing-index .channel-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #f3f6f9;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  }
.marketing-index .marketing-card p,
.marketing-index .channel-card p,
.marketing-index .pricing-card p {
  margin-bottom: 0;
  color: #555;
  line-height: 1.8;
}
.marketing-index .marketing-subnav {
  position: sticky;
  top: 92px;
  z-index: 10;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ececec;
}
.marketing-index .marketing-subnav .nav {
  gap: 0.75rem;
}
.marketing-index .marketing-subnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 0.92rem;
  background: #f7f7f7;
  transition: all 0.2s ease;
}
.marketing-index .marketing-subnav a:hover {
  background: #111827;
  color: #fff;
}
@media (max-width: 767.98px) {
  .marketing-index .marketing-card,
  .marketing-index .channel-card,
  .marketing-index .pricing-card {
    padding: 26px 20px;
  }
.marketing-index .marketing-subnav {
  top: 78px;
}
.marketing-index .marketing-subnav .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}
.marketing-index .marketing-subnav a {
  white-space: nowrap;
  }
}



/* =========================================================
   VIRTUAL-SERVICES PAGE
========================================================= */
    .virtual-service-card,
    .support-intro-card,
    .plan-card,
    .mailing-card {
      height: 100%;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 24px;
      box-shadow: 0 10px 28px rgba(0,0,0,0.04);
    }

    .virtual-service-card,
    .support-intro-card,
    .mailing-card {
      padding: 32px 28px;
    }

    .virtual-service-card h3,
    .support-intro-card h3,
    .mailing-card h3,
    .plan-card h3 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    .service-icon-lg {
      width: 68px;
      height: 68px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: #f3f6f9;
      font-size: 1.7rem;
      margin-bottom: 1rem;
    }

    .virtual-service-card p {
	  margin-bottom: 1.25rem;
      color: #555;
      line-height: 1.8;
    }

    .support-intro-card p,
    .mailing-card p {
      margin-bottom: 0;
      color: #555;
      line-height: 1.8;
    }

    .mailing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .mailing-column {
      padding: 8px 4px;
      border-right: 1px solid #e3e3e3;
    }

    .mailing-column:last-child {
      border-right: 0;
    }

    .mailing-title {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .mailing-title-icon {
      font-size: 2rem;
      line-height: 1;
    }

    .mailing-title.address {
      color: #ff2f6d;
    }

    .mailing-title.eforward {
      color: #ff7a00;
    }

    .mailing-title.forward {
      color: #1f66c1;
    }

    .mailing-list {
      list-style: none;
      padding: 0;
      margin: 0 0 1.25rem;
    }

    .mailing-list li {
      position: relative;
      padding-left: 1.45rem;
      margin-bottom: 0.85rem;
      font-size: 1.02rem;
      font-weight: 700;
      color: #111;
      line-height: 1.65;
    }

    .mailing-list li::before {
      content: "■";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0.8rem;
      color: #00a000;
    }

    .price-heading {
      margin-bottom: 0.9rem;
      font-size: 1.05rem;
      font-weight: 700;
      color: #ff7a59;
    }

    .price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .price-list li {
      display: flex;
      align-items: baseline;
      gap: 12px;
      margin-bottom: 0.8rem;
      color: #111;
      font-weight: 700;
      line-height: 1.6;
    }

    .price-list li::before {
      content: "▼";
      color: #111;
      font-size: 0.9rem;
      flex: 0 0 auto;
    }

    .price-list.address li::before {
      content: "▲";
      color: #f2a000;
    }

    .price-note {
      font-size: 0.92rem;
      font-weight: 600;
      color: #666;
    }

    .plan-card {
      overflow: hidden;
    }

    .plan-card-header {
      padding: 22px 24px;
      color: #fff;
    }

    .plan-card-header h3 {
      margin: 0 0 0.35rem;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.15;
    }

    .plan-card-header p {
      margin: 0;
      font-size: 1rem;
      font-weight: 700;
      opacity: 0.95;
    }

    .plan-a .plan-card-header {
      background: linear-gradient(135deg, #4caf18 0%, #63c22a 100%);
    }

    .plan-b .plan-card-header {
      background: linear-gradient(135deg, #28a8f5 0%, #52bbff 100%);
    }

    .plan-price-box {
      padding: 28px 24px;
      background: #f8f8f8;
      border-bottom: 1px solid #ececec;
    }

    .plan-price-label {
      margin-bottom: 0.7rem;
      font-size: 1rem;
      font-weight: 700;
      color: #333;
    }

    .plan-price {
      display: flex;
      align-items: flex-end;
      gap: 12px;
      flex-wrap: wrap;
    }

    .plan-price-amount {
      font-size: clamp(3rem, 6vw, 4.4rem);
      font-weight: 800;
      line-height: 1;
      color: #b30000;
      letter-spacing: -0.03em;
    }

    .plan-price-currency {
      font-size: 1.6rem;
      font-weight: 700;
      color: #111;
      line-height: 1.2;
    }

    .plan-fees {
      padding: 28px 24px 30px;
    }

    .plan-fees h4 {
      margin-bottom: 1.4rem;
      font-size: 1.25rem;
      font-weight: 700;
    }

    .plan-a .plan-fees h4 {
      color: #4caf18;
    }

    .plan-b .plan-fees h4 {
      color: #28a8f5;
    }

    .plan-fee-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 16px;
      padding: 14px 0;
      border-bottom: 1px dashed #dddddd;
    }

    .plan-fee-row:last-of-type {
      border-bottom: 0;
      padding-bottom: 8px;
    }

    .plan-fee-label {
      font-size: 1.05rem;
      font-weight: 700;
      color: #2f2f2f;
    }

    .plan-fee-value {
      font-size: 1.15rem;
      font-weight: 800;
      color: #b30000;
      white-space: nowrap;
    }

    .plan-fee-value small {
      font-size: 0.95rem;
      font-weight: 700;
      color: #111;
    }

    .plan-note {
      margin: 8px 0 0;
      font-size: 0.95rem;
      font-weight: 700;
      color: #3f3f3f;
      text-align: right;
    }

    @media (max-width: 991.98px) {
      .mailing-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .mailing-column {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 20px;
      }

      .mailing-column:last-child {
        border-bottom: 0;
        padding-bottom: 0;
      }
    }

    @media (max-width: 767.98px) {
      .virtual-service-card,
      .support-intro-card,
      .mailing-card {
        padding: 26px 20px;
      }

      .plan-card-header {
        padding: 18px 18px;
      }

      .plan-card-header h3 {
        font-size: 1.55rem;
      }

      .plan-card-header p {
        font-size: 0.95rem;
      }

      .plan-price-box,
      .plan-fees {
        padding: 22px 18px;
      }

      .plan-price-currency {
        font-size: 1.2rem;
      }

      .plan-fee-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
      }

      .plan-note {
        text-align: left;
      }

      .mailing-title {
        font-size: 1.55rem;
      }

      .mailing-list li,
      .price-list li {
        font-size: 0.97rem;
      }
    }




.service-section-header {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.service-section-header h2 {
  margin-bottom: 1rem;
}

.service-subsection-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.service-subsection-header h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.unified-service-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.service-subtitle {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#email-customer-support .support-intro-card,
#email-customer-support .step-card,
#email-customer-support .plan-card {
  border-radius: 20px;
}

#email-customer-support .plan-card {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

#email-customer-support .plan-card-header p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .unified-service-card {
    padding: 1.5rem;
  }
}






.feature-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.feature-card {
  text-align: left;
  height: 100%;
}

.feature-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 58, 43, 0.08);
  color: #153a2b;
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.feature-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.feature-card p {
  margin-bottom: 0;
  color: #475569;
  line-height: 1.7;
}






/* =========================================================
   ABOUT PAGE
========================================================= */
.about-highlight {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.info-row {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.info-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.info-value {
  color: #334155;
  line-height: 1.7;
}

.map-card {
  padding: 0;
  overflow: hidden;
}

.map-modern-wrap {
  width: 100%;
  height: 100%;
}

.map-modern-wrap iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .map-modern-wrap iframe {
    min-height: 340px;
  }
}


.about-index .content-card,
.about-index .partner-item,
.about-index .career-card,
.about-index .service-card,
.about-index .brand-bridge {
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  height: 100%;
}
.about-index .service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-index .map-card {
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  height: 100%;
}
@media (max-width: 767.98px) {
  .about-index .about-highlight,
  .about-index .content-card,
  .about-index .service-card,
  .about-index .partner-copy,
  .about-index .partner-item,
  .about-index .career-card,
  .about-index .brand-bridge {
    padding: 1.4rem;
    min-height: 100%;
  }
}

.about-index .works-thumb {
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  border: 1px solid #ececec;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}
.about-index .works-thumb img {
  width: 100%;
  height: auto;
  display: block;
}







/* =========================================================
   CONTACT PAGE
========================================================= */
    .contact-hero-note { max-width: 760px; }
    .contact-shell { max-width: 1120px; margin: 0 auto; }
    .contact-panel, .contact-form-card, .contact-detail-card { background: #fff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 24px; box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06); }
    .contact-panel { padding: 2rem; height: 100%; }
    .contact-form-card { padding: 2rem; }
    .contact-detail-card { padding: 1.5rem; height: 100%; }
    .contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); gap: 1.5rem; align-items: start; }
    .contact-mini-grid { display: grid; gap: 1rem; }
    .contact-label { display: block; margin-bottom: 0.5rem; font-weight: 700; color: #1f2937; }
    .contact-required { color: #b91c1c; margin-left: 0.2rem; }
    .form-control, .form-select, textarea.form-control { border-radius: 14px; border: 1px solid rgba(15, 23, 42, 0.12); padding: 0.9rem 1rem; min-height: 52px; box-shadow: none; }
    textarea.form-control { min-height: 170px; resize: vertical; }
    .form-control:focus, .form-select:focus { border-color: #173d33; box-shadow: 0 0 0 0.2rem rgba(23, 61, 51, 0.12); }
    .field-error { margin-top: 0.45rem; font-size: 0.88rem; color: #b91c1c; }
    .contact-detail-card h3 { font-size: 1.1rem; margin-bottom: 0.9rem; }
    .contact-detail-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.85rem; }
    .contact-detail-list li { display: flex; gap: 0.8rem; align-items: flex-start; color: #475569; }
    .contact-detail-list i { color: #173d33; font-size: 1rem; margin-top: 0.1rem; }
    .alert-success, .alert-danger { border-radius: 16px; padding: 1rem 1.1rem; }
    .privacy-note { color: #64748b; font-size: 0.92rem; }
    @media (max-width: 991.98px) { .contact-grid { grid-template-columns: 1fr; } .contact-panel, .contact-form-card { padding: 1.5rem; } }