* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Noto Sans TC",sans-serif; background-color: #ffffff; color: #1a1a1a; line-height: 1.8; letter-spacing: 0.05em; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes text-marquee-anim {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-reverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes bounceUltraSmooth {
  0% { transform: translateY(0); }
  25% { transform: translateY(-18px); }
  45% { transform: translateY(0); }
  60% { transform: translateY(-60px); }
  75% { transform: translateY(0); }
  85% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
@keyframes letstalk {
  0%,100% { background-position-x: 0 }
  50% { background-position-x: 10% }
}
.bounce { animation-name: bounce; transform-origin: center bottom; }
.animate-up {opacity: 0;animation: fadeInUp 3s cubic-bezier(0.16,1,0.3,1) forwards;}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

.container { width: min(1400px,100%); margin: 0 auto; padding: 0 0% 0 5%; position: relative; z-index: 10; }
.container-full {max-width: 100%;margin: 0 auto;padding: 0 6vw;position: relative;z-index: 10;}
.watermark { position: absolute; font-family: 'Montserrat',sans-serif; font-size: 18vw; font-weight: 100; color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,0.04); white-space: nowrap; pointer-events: none; z-index: 0; letter-spacing: 0.1em; text-transform: uppercase; user-select: none; }
.stamp { width: 100px; height: 100px; border: 1px dashed #ef4444; border-radius: 50%; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #ef4444; transform: rotate(-15deg); z-index: 20; background: rgba(255,255,255,0.8); backdrop-filter: blur(2px); text-align: center; line-height: 1.2; font-family: 'Montserrat',sans-serif; pointer-events: none; }
.stamp-icon { font-size: 18px; margin-bottom: 4px; }
.stamp-text { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; }
.coolJJ_box {position: absolute;right: 3vw;width: 27vw;height: 27vw;margin-top: -9vw;background-color: rgb(239 68 68 / 20%);border-radius: 99999px;filter: blur(40px);animation: bounceUltraSmooth 2.6s ease-in-out infinite;opacity: 0.5;z-index: 6;}
.upup_JJ_bg{position:absolute;width: 100%;height: 100%;top: 0;background: url(/web/seoi/gan_bg.png);}

.upup_JJ_bg img {right: 22vw;top: -5vw;width: 27vw;position: absolute;}

/* Top Fixed Header */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; display: flex; justify-content: space-between; align-items: flex-start; pointer-events: none; transition: all 0.3s ease; }
.site-header.scrolled { background: rgba(255,255,255,0.95); box-shadow: 0 4px 20px rgba(0,0,0,0.02); pointer-events: auto; }
.header-left { pointer-events: auto; }
/* New Logo Setup with Square Background */
.header-logo { display: flex; align-items: center; text-decoration: none; height: 80px; position: relative; z-index: 10; transition: all 0.3s; }
.logooimg { width: 80px; height: 80px; background-color: #ef4444; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; }
.logooimg img { max-height: 40px; max-width: 40px; width: auto; display: block; }
.logo-text-wrap { display: flex; align-items: center; overflow: hidden; max-width: 0; opacity: 0; position: relative; z-index: 1; transition: max-width 0.6s cubic-bezier(0.16,1,0.3,1),opacity 0.6s ease; }
.logo-text { max-height: 20px; transform: translateX(-100%); transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); margin-left: 15px; display: block; width: auto; }
/* Logo Scrolled State */
.site-header.scrolled .logo-text-wrap { max-width: 300px; opacity: 1; }
.site-header.scrolled .logo-text { transform: translateX(0); }
.header-right { display: flex; align-items: center; gap: 30px; padding: 15px 5%; pointer-events: auto; }
.desktop-nav { display: none; gap: 30px; align-items: center; background: rgba(255,255,255,0.9); padding: 10px 20px; border-radius: 30px; backdrop-filter: blur(5px); }
.nav-link { font-size: 14px; font-family: 'Montserrat',sans-serif; font-weight: 500; color: #1a1a1a; letter-spacing: 0.05em; transition: color 0.3s; text-decoration: none; }
.nav-link:hover { color: #ef4444; }
.menu-trigger {width: 45px;height: 45px;border-radius: 50%;background-color: #1a1a1a;border: none;cursor: pointer;display: flex;align-items: center;justify-content: center;z-index: 110;transition: background-color 0.3s;box-shadow: 0 4px 15px rgba(0,0,0,0.1);}
.menu-trigger:hover { background-color: #ef4444; }
.menu-icon { position: relative; width: 20px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; transition: all 0.3s; }
.dot { width: 4px; height: 4px; background-color: #ffffff; border-radius: 50%; transition: all 0.3s; }
.menu-trigger.active .menu-icon { justify-content: center; }
.menu-trigger.active .dot { position: absolute; width: 20px; height: 2px; border-radius: 1px; top: 9px; }
.menu-trigger.active .dot:nth-child(1) { transform: rotate(45deg); }
.menu-trigger.active .dot:nth-child(2) { opacity: 0; }
.menu-trigger.active .dot:nth-child(3) { transform: rotate(-45deg); }
/* Full Screen Menu */
.full-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(255,255,255,0.98); z-index: 90; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; opacity: 0; pointer-events: none; transition: opacity 0.4s; backdrop-filter: blur(10px); }
.full-menu.active { opacity: 1; pointer-events: auto; }
.m-link { font-size: 24px; font-weight: 500; letter-spacing: 0.2em; color: #1a1a1a; transform: translateY(20px); opacity: 0; transition: all 0.4s; text-decoration: none; font-family: 'Montserrat',sans-serif; }
.full-menu.active .m-link { transform: translateY(0); opacity: 1; }
.full-menu.active .m-link:nth-child(1) { transition-delay: 0.1s; }
.full-menu.active .m-link:nth-child(2) { transition-delay: 0.15s; }
.full-menu.active .m-link:nth-child(3) { transition-delay: 0.2s; }
.full-menu.active .m-link:nth-child(4) { transition-delay: 0.25s; }
.full-menu.active .m-link:nth-child(5) { transition-delay: 0.3s; }
.full-menu.active .m-link:nth-child(6) { transition-delay: 0.35s; }
.m-link:hover { color: #ef4444; }
/* Keyvisual (Banner) */
.kv-section { position: relative; height: 100vh; min-height: 600px; display: flex; flex-direction: column; background: #fcfcfc; overflow: hidden; width: 100%; }
.kv-img-wrap {width: 100%;height: 50vh;position: relative;z-index: 4;}
.kv-video { width: 100%; height: 100%; object-fit: cover; }
.kv-content { width: 100%; display: flex; flex-direction: column; position: relative; z-index: 3; flex: 1; }
.kv-content:before{content:"";position: absolute;background:url(/web/seoi/banner_upup.png);width: 51vw;right: 0vw;top: 3vw;aspect-ratio: 18/13;background-size: cover;opacity: 0.08;z-index: 0;}

.kv-text-box { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 40px 5%; align-items: flex-start; }
.kv-subtitle { font-size: 14px; font-weight: 700; color: #ef4444; margin-bottom: 20px; letter-spacing: 0.1em; }
.kv-title { font-size: 24px; font-weight: 800; color: #1a1a1a; line-height: 1.4; margin-bottom: 20px; letter-spacing: 0.1em; }
.kv-desc { font-size: 14px; color: #6b7280; line-height: 2; margin-bottom: 40px; letter-spacing: 0.08em; max-width: 480px; }
.kv-watermark { position: absolute; bottom: -8vw; left: -8vw; font-size: 22vw; font-family: 'Montserrat',sans-serif; font-weight: 800; color: rgb(224 224 224/26%); white-space: nowrap; pointer-events: none; z-index: 6; letter-spacing: 0.05em; line-height: 1; text-transform: uppercase; letter-spacing: 0.05em; }
/* Back To Top Stamp (Global Fixed) */
.kv-stamp { position: fixed; bottom: 20px; right: 20px; width: 80px; height: 80px; z-index: 99; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.3s ease; }
.kv-stamp:hover { transform: scale(1.1); }
.kv-stamp.booom{
    bottom: 52px;
}
.kv-stamp svg { width: 100%; height: 100%; animation: spin 15s linear infinite; }
.kv-stamp-center { position: absolute; font-size: 14px; font-weight: 700; color: #ef4444; font-family: 'Montserrat',sans-serif; pointer-events: none; }
/* btn-more Style (Hive.jpn.com replication) */
.btn-more { display: inline-flex; align-items: center; justify-content: center; background-color: #1a1a1a; color: #ffffff; padding: 10px 10px 10px 30px; border-radius: 50px; border: 1px solid #1a1a1a; font-family: 'Montserrat',"Noto Sans TC",sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); cursor: pointer; outline: none; }
.btn-more:hover { background-color: #ffffff; color: #1a1a1a; border-color: #1a1a1a; }
.btn-more .btn-text { transition: color 0.4s cubic-bezier(0.16,1,0.3,1); flex: 1; text-align: left; }
.btn-more .btn-icon-wrap { width: 36px; height: 36px; background-color: #ffffff; color: #1a1a1a; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: 20px; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); flex-shrink: 0; }
.btn-more:hover .btn-icon-wrap { background-color: #1a1a1a; color: #ffffff; transform: translateX(3px); }
.btn-more i { font-size: 12px; }
.btn-more-full { width: 100%; margin-top: auto; justify-content: space-between; padding-left: 25px; }
.btn-more-full .btn-text {padding-left: 10px;font-size: 15px;}
.btn-more-red {background-color: #ef4444;border-color: rgb(255 255 255 / 60%);}
.btn-more-red:hover { background-color: #ffffff; color: #ef4444; border-color: #ef4444; }
.btn-more-red .btn-icon-wrap { color: #ef4444; }
.btn-more-red:hover .btn-icon-wrap { background-color: #ef4444; color: #ffffff; }
/* Temples List (Two Rows + Overlay Image) Section */
.temples-section { padding: 80px 0; border-bottom: 1px solid #f3f4f6; border-top: 1px solid #f3f4f6; position: relative; z-index: 6; padding-top: 200px; background: rgb(251 251 251/72%); }
.temples-showcase { position: relative; width: 100%; padding: 60px 0; display: flex; flex-direction: column; gap: 25px; }
.temples-overlay-img {position: absolute;top: 57%;left: 48%;transform: translate(-50%,-50%);z-index: 20;max-width: 100%;width: 53vw;pointer-events: none;filter: drop-shadow(0 25px 40px rgba(0,0,0,0.2));}
.temples-marquee-wrap { width: 100%; overflow: hidden; position: relative; }
.temples-marquee-wrap::before { content: ''; position: absolute; top: 0; left: 0; width: 15%; height: 100%; background: linear-gradient(to right,#ffffff,transparent); z-index: 5; pointer-events: none; }
.temples-marquee-wrap::after { content: ''; position: absolute; top: 0; right: 0; width: 15%; height: 100%; background: linear-gradient(to left,#ffffff,transparent); z-index: 5; pointer-events: none; }
.temples-marquee { display: flex; width: max-content; animation: marquee 100s linear infinite; }
.temples-marquee.reverse { animation: marquee-reverse 100s linear infinite; }
.temples-track { display: flex; gap: 20px; padding: 0 10px; }
.temple-item { width: 240px; border-radius: 6px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); background: #fcfcfc; border: 1px solid #e5e7eb; }
.temple-img { width: 100%; height: 150px; object-fit: cover; object-position: top; }
/* Global Section Styles */
.section { padding: 120px 0; position: relative; }
.section-header { margin-bottom: 60px; display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 10; }
.section-label { font-size: 14px; font-weight: 700; color: #ef4444; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; font-family: 'Montserrat',sans-serif; }
.section-title {font-size: 24px;font-weight: 600;letter-spacing: 0.05em;position: relative;padding-bottom: 20px;color: #1a1a1a;}
.section-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 1px; background-color: #1a1a1a; }

/* Char Span Animation for section-title */
.char-span {display: inline-block;opacity: 0;transform: translateY(15px);transition: opacity 2s cubic-bezier(0.16,1,0.3,1),transform 2s cubic-bezier(0.16,1,0.3,1);}
.is-revealed .char-span { opacity: 1; transform: translateY(0); }



/* Services Section (Carousel) */
.section-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; position: relative; z-index: 10; flex-wrap: wrap; gap: 20px; padding: 0 5%; border-bottom: #e8e8e8 1px solid; }
.section-header-row .section-header { margin-bottom: 0; }
.carousel-nav { display: flex; gap: 15px; }
.c-nav-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e7eb; background: #ffffff; color: #1a1a1a; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.c-nav-btn:hover { background: #1a1a1a; color: #ffffff; border-color: #1a1a1a; }
.c-nav-btn:disabled { opacity: 0.3; cursor: not-allowed; background: #ffffff; color: #1a1a1a; border-color: #e5e7eb; }
.service-carousel-wrap {width: 100%;overflow: hidden;position: relative;z-index: 10;margin: 0 auto;padding: 0 1vw;}
.service-carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.25,1,0.5,1); gap: 20px; }
.service-item { width: 100%; flex-shrink: 0; border-bottom: 1px solid #e5e7eb; padding-bottom: 30px; }
.service-icon { font-size: 20px; color: #ef4444; margin-bottom: 20px; }
.service-name { font-size: 16px; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 15px; color: #1a1a1a; }
.service-desc { font-size: 14px; color: #6b7280; line-height: 1.8; letter-spacing: 0.05em; }
/* GEO Section V2 */
.geo-v2-section {position: relative;padding: 50px 0 0;background-color: #fafafa;overflow: hidden;width: 100%;border-top: 1px solid #f3f4f6;}
.geo-v2-bg-map { position: absolute; inset: 0; background-image: radial-gradient(#d1d5db 2px,transparent 2px); background-size: 30px 30px; opacity: 0.3; z-index: 0; pointer-events: none; }
.pin { position: absolute; font-size: 50px; opacity: 0.15; z-index: 1; }
.pin-1 {top: auto;bottom: 35%;left: 48%;color: #3b82f6;}
.pin-2 { top: 11%; right: 21%; color: #22c55e; }
.pin-3 { bottom: 15%; right: 10%; color: #ef4444; }
.geo-v2-container { display: flex; flex-direction: column; gap: 60px; position: relative; z-index: 10; max-width: 100%; margin: 0 auto; padding: 0 5%; }
.geo-v2-text { width: 100%; display: flex; flex-direction: column; justify-content: center; }
.geo-brand-logos { font-size: 24px; font-weight: 900; margin-bottom: 20px; letter-spacing: 0.02em; font-family: 'Montserrat',sans-serif; display: flex; align-items: center; gap: 8px; }
.geo-main-title {font-size: 24px;font-weight: 600;color: #1a1a1a;line-height: 1.5;margin-bottom: 30px;letter-spacing: 0.1em;}
.geo-main-title strong { font-weight: 700; }
.geo-paragraph { font-size: 14px; color: #4b5563; line-height: 2; margin-bottom: 40px; max-width: 550px; letter-spacing: 0.05em; }
.search-mockup { background: #ffffff; border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid #f3f4f6; overflow: hidden; max-width: 450px; width: 100%; }
.search-input-wrap { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #f3f4f6; gap: 10px; }
.search-input {flex: 1;border: none;outline: none;font-size: 14px;color: #1a1a1a;font-family: inherit;letter-spacing: 0.05em;font-weight: 500;width: 100px;}
.search-btn-mock { background: #3b82f6; color: #ffffff; border: none; padding: 10px 25px; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; cursor: pointer; transition: background 0.3s; }
.search-btn-mock:hover { background: #2563eb; }
.search-dropdown { padding: 20px; display: flex; flex-direction: column; gap: 15px; }
.search-suggestion { font-size: 14px; color: #22c55e; cursor: pointer; transition: color 0.3s; letter-spacing: 0.05em; }
.search-suggestion:hover { color: #16a34a; }
.geo-v2-img { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.geo-phones { position: relative; width: 100%; max-width: 500px; height: 500px; display: flex; justify-content: center; align-items: center; }
.geo-phone-back { position: absolute; left: 0%; top: 5%; width: 240px; height: 480px; border-radius: 35px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); border: 12px solid #1a1a1a; object-fit: cover; z-index: 1; background: #fff; filter: brightness(0.85); }
.geo-phone-front { position: absolute; right: 0%; bottom: 0%; width: 260px; height: 520px; border-radius: 35px; box-shadow: 0 30px 60px rgba(0,0,0,0.2); border: 12px solid #1a1a1a; object-fit: cover; z-index: 2; background: #fff; }
.geo-num { font-size: 14px; font-weight: 700; color: #ef4444; border-bottom: 1px solid #ef4444; padding-bottom: 2px; font-family: 'Montserrat',sans-serif; }
.geo-item-title { font-size: 15px; font-weight: 500; margin-bottom: 8px; letter-spacing: 0.1em; }
.geo-item-desc { font-size: 14px; color: #6b7280; line-height: 1.8; }
/* Text Marquee Section */
.text-marquee-section { overflow: hidden; background-color: #fafafa; padding: 40px 0 0 0; border-top: 1px solid #f3f4f6; }
.text-marquee-container {display: flex;width: max-content;animation: text-marquee-anim 170s linear infinite;}
.text-marquee-content { display: flex; align-items: center; }
.text-marquee-text { font-family: 'Montserrat',sans-serif; font-size: 40px; font-weight: 700; font-style: italic; color: transparent; -webkit-text-stroke: 1px rgba(26,26,26,0.2); white-space: nowrap; padding-right: 30px; text-transform: uppercase; }
/* Pricing Section */
.pricing-section { background-color: #fafafa; overflow: hidden; position: relative; padding-top: 40px; }
.pricing-bg-lines { position: absolute; inset: 0; display: flex; justify-content: space-evenly; z-index: 0; pointer-events: none; }
.pricing-bg-lines span { width: 1px; height: 100%; background: linear-gradient(to bottom,rgba(26,26,26,0) 0%,rgba(26,26,26,0.08) 50%,rgba(26,26,26,0) 100%); }
.pricing-grid {display: grid;grid-template-columns: 1fr;gap: 40px;position: relative;z-index: 10;width: 95%;margin: 0 auto;}
.price-card { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 40px; background: #ffffff; transition: all 0.3s; position: relative; z-index: 1; border: 1px solid #f3f4f6; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }
.price-card:hover { border-color: #ef4444; box-shadow: 0 20px 50px rgba(0,0,0,0.08); transform: translateY(-5px); }
.price-card.accent { border-color: #ef4444; box-shadow: 0 15px 40px rgba(239,68,68,0.1); }
.price-badge { position: absolute; top: 0; left: 0; background: #ef4444; color: #ffffff; font-size: 14px; font-weight: 700; padding: 6px 15px; letter-spacing: 0.1em; font-family: 'Montserrat',sans-serif; border-radius: 16px 0 8px 0; z-index: 5; }
.price-header { display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 2; height: 100%; padding-top: 15px; }
.price-name { font-size: 20px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 5px; color: #1a1a1a; }
.price-sub-name { font-size: 14px; color: #6b7280; margin-bottom: 20px; }
.price-sub-desc { font-size: 14px; color: #4b5563; line-height: 1.8; margin-bottom: 30px; }
.price-val { font-size: 24px; font-weight: 900; color: #1a1a1a; margin-top: auto; padding: 20px 25px; background: #f9fafb; border-left: 4px solid #1a1a1a; font-family: 'Montserrat',sans-serif; width: 100%; display: flex; align-items: baseline; gap: 5px; border-radius: 0 8px 8px 0; }
.price-card.accent .price-val { color: #ef4444; background: rgba(239,68,68,0.05); border-left-color: #ef4444; }
.price-val span { font-size: 14px; color: #9ca3af; font-family: "Noto Sans TC",sans-serif; font-weight: 500; }
.price-features-list { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 2; }
.p-feature-item { display: flex; align-items: flex-start; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid #f9fafb; }
.p-feature-item:last-child { border-bottom: none; }
.pf-title { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; letter-spacing: 0.05em; }
.pf-desc { font-size: 14px; color: #6b7280; line-height: 1.6; }
.benefit-box { background: #f9fafb; padding: 30px; border-radius: 12px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; height: 100%; border: 1px solid #f3f4f6; }
.price-card.accent .benefit-box { background: #ef4444; border-color: #ef4444; }
.benefit-title { font-size: 14px; font-weight: 700; letter-spacing: 0.2em; color: #ef4444; font-family: 'Montserrat',sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.price-card.accent .benefit-title { color: #ffffff; opacity: 0.9; }
.benefit-desc { font-size: 14px; line-height: 1.8; color: #4b5563; }
.price-card.accent .benefit-desc { color: #ffffff; opacity: 0.95; }
/* FAQ Section (Redesigned:2 Columns with Sticky Left) */
.faq-section { position: relative; padding: 120px 0; background-color: #ffffff; border-top: 1px solid #f3f4f6; }
.faq-section:before { content: ""; position: absolute; width: 1px; height: 100%; background: #e9e9e9; left: 10vw; top: 0; z-index: 2; }
.faq-container { display: flex; flex-direction: column; gap: 50px; position: relative; z-index: 10; align-items: flex-start; }
.faq-left { width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.faq-left-desc { font-size: 14px; color: #4b5563; margin-bottom: 30px; letter-spacing: 0.1em; line-height: 1.8; font-weight: 500; }
.faq-wrap { width: 100%; border-top: 1px solid #1a1a1a; }
.faq-item { border-bottom: 1px solid #e5e7eb; }
.faq-q { padding: 30px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 500; transition: color 0.3s; letter-spacing: 0.05em; }
.faq-q:hover { color: #ef4444; }
.faq-icon { position: relative; width: 12px; height: 12px; flex-shrink: 0; margin-left: 15px; }
.faq-icon::before,.faq-icon::after { content: ''; position: absolute; background: #1a1a1a; transition: all 0.3s; }
.faq-icon::before { top: 5px; left: 0; width: 12px; height: 1px; }
.faq-icon::after { top: 0; left: 5px; width: 1px; height: 12px; }
.faq-item.active .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-item.active .faq-q { color: #ef4444; }
.faq-item.active .faq-icon::before { background: #ef4444; }
.faq-a { max-height: 0; overflow: hidden; transition: all 0.4s ease; font-size: 14px; color: #6b7280; line-height: 2; }
.faq-item.active .faq-a { max-height: 500px; padding-bottom: 30px; }

/* ================= Footer  ================= */
footer { position: relative; background: #fff; display: flex; flex-wrap: wrap; align-items: stretch; z-index: 3; }
footer:before {padding: 2em 0;width: 100%;height: 26px;border-top: 1px rgb(229 229 229 / 74%) solid;border-bottom: 1px rgb(229 229 229 / 74%) solid;background: url(/web/seoi/footer_bg.svg) repeat-x 0/auto 20px;animation: letstalk 10s ease-in-out infinite;content: "";}
/* ================= contact_box ================= */
footer #contact_box { padding: 3vmax 5vw; width: 1%; background: url(/assets/images/img_contact_bg.webp) no-repeat 50%/cover; flex: 1 1 auto; }
footer #contact_box .title { margin-bottom: 1em; line-height: 1; font-weight: 500; font-size: 4.5em; }
footer #contact_box form { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2em; }
footer #contact_box form .item { border-bottom: 1px #aeadad solid; display: flex; align-items: center; }
footer #contact_box form .item * { color: #0f0f0f; }
footer #contact_box form .item input { width: 1%; flex: 1 1 auto; background: none; border: 0; }
footer #contact_box form .item.large { grid-column: 1/3; }
footer #contact_box form .item.recaptcha,footer #contact_box form .item.send { border-bottom: 0; }
footer #contact_box form .item.send { justify-content: flex-end; }
footer #contact_box form .item.send button { padding: .7em 1.5em; border: 4px #434343 solid; border-radius: 2em; background: none; font-weight: bold; font-size: 1.1em; cursor: pointer; }
footer #contact_box form .item.send button svg { margin-left: .5em; width: 18px; height: 18px; fill: #434343; }
/* ================= Footer footer_box  ================= */
footer #footer_box {padding-top: 3vmax;width: 100%;display: flex;flex-direction: column;justify-content: space-between;background: #fafafa;}
footer #footer_box .item { padding: 0 10vw 3em; }
footer #footer_box .top_item { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
footer #footer_box .top_item .other_links { flex: 1 1 auto; display: flex; justify-content: flex-end; align-items: center; }
footer #footer_box .top_item .other_links a { margin-left: 1em; padding: .3em 1em; border: 1px #3d3d3d solid; color: #3d3d3d; }
footer #footer_box .aboutus_item { display: grid; grid-template-columns: 240px 1fr 185px 350px; grid-gap: 3em; }
footer #footer_box .aboutus_item .row .h3 {margin-bottom: 1em;font-size: 1.5em;transform: translateX(-0.7em);}
footer #footer_box .aboutus_item .row ul li {margin-bottom: .5em;display: flex;flex-wrap: wrap;align-items: baseline;font-size: 14px;}
footer #footer_box .aboutus_item .row { margin-right: 0px; margin-left: 0px; display: flex; flex-direction: column; }
footer #footer_box .aboutus_item .row.call_links {display: flex;justify-content: flex-end;margin-bottom: 2.25rem;gap: 1rem;}
footer #footer_box .aboutus_item .row.partners { display: grid; grid-template-columns: repeat(2,1fr); align-items: end; margin-bottom: 1rem; }
footer #footer_box .aboutus_item .row.partners img { max-width: unset!important; max-height: unset!important; width: min(150px,100%); aspect-ratio: 1/1; }
footer #footer_box .call_links { display: flex; flex-direction: column; }
footer #footer_box .call_links a { margin-bottom: 0em; padding: .5em 1.5em; min-width: 12em; background: #2e58ba; border-radius: 2em; display: inline-flex; align-items: center; justify-content: space-around; }
footer #footer_box .call_links a.line { background: #39cd00; }
footer #footer_box .call_links a svg { width: 21px; height: 21px; fill: #fff; }
footer #footer_box .call_links a font {margin-left: .5em;color: #fff;font-size: 14px;}
footer #footer_box .partners { display: flex; justify-content: flex-end; align-items: center; }
footer #footer_box .partners a { display: flex; flex-direction: column; align-items: center; }
footer #footer_box .copy_item {padding: .5em 3vw;background: #1a1a1a;display: flex;justify-content: center;align-items: center;}
footer #footer_box .copy_item * { font-size: 10px; color: #bbb; font-weight: 300; }
footer #footer_box .copy_item div{display:flex;}



@media (min-width:768px) {
  .header-logo { height: 100px; }
  .logooimg { width: 100px; height: 100px; }
  .logooimg img { max-height: 50px; max-width: 50px; }
  .logo-text { max-height: 50px; margin-left: 20px; }
  .header-right { padding: 25px 5%; }
  .menu-trigger { width: 50px; height: 50px; }
  .desktop-nav { display: flex; }
  .m-link { font-size: 42px; }
  .text-marquee-text { font-size: 60px; padding-right: 50px; }
  .service-carousel-track { gap: 40px; }
  .service-item { width: calc(50% - 20px); }
 
}
@media (min-width:1025px) {
  .kv-section { flex-direction: row; }
  .kv-img-wrap { width: 50%; height: 100vh; }
  .kv-content { width: 50%; flex: none; border-left: 1px solid #f3f4f6; }
  .kv-text-box { padding: 0 5% 0 18%; display: flex; flex-direction: column; justify-content: center; height: 100%; align-items: flex-start; }
  .kv-title { font-size: 53px; }
  .kv-stamp {bottom: 5px;right: 5px;width: 120px;height: 120px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
  .c-nav-btn { width: 50px; height: 50px; }
  .text-marquee-text { font-size: 100px; padding-right: 80px; -webkit-text-stroke: 2px rgba(26,26,26,0.15); }
  .text-marquee-section {padding: 0px 0 0 0;}
  .pricing-section {padding-top: 10px;}
  .service-carousel-track { gap: 50px; }
  .service-item { width: calc(25% - 37.5px); }
  .geo-v2-container { flex-direction: row; align-items: stretch; gap: 0; padding: 0; }
  .geo-v2-text {width: 50%;padding: 100px 5% 100px 7vw;}
  .geo-v2-img { width: 50%; padding: 100px 10% 100px 5%; background: linear-gradient(135deg,transparent,rgba(0,0,0,0.02)); }
  .geo-main-title {font-size: 40px;}
  .geo-phones { height: 600px; }
  .geo-phone-back { width: 280px; height: 560px; }
  .geo-phone-front { width: 300px; height: 600px; }
  .price-card { grid-template-columns: 1.2fr 1.5fr 1fr; gap: 50px; padding: 60px; }
  .price-header { border-right: 1px solid #f3f4f6; padding-right: 40px; }
  .price-features-list { padding-right: 20px; padding-top: 15px; margin-bottom: 0; }
  .faq-container {flex-direction: row;gap: 80px;align-items: flex-start;width: 90vw;margin: 0;padding-left: 17vw;}
  .faq-left {width: 35%;position: sticky;top: calc(50vh - 150px);}
  .faq-wrap { width: 65%; }
  .stamp-icon { font-size: 24px; }
  .stamp-text { font-size: 16px; }
  .nav-link { font-size: 18px; }
  .kv-subtitle { font-size: 19px; }
  .kv-desc { font-size: 16px; }
  .kv-stamp-center { font-size: 20px; }
  .temples-title { font-size: 17px; }
  .section-label { font-size: 17px; }
  .section-title { font-size: 45px; }
  .service-icon { font-size: 26px; }
  .service-name { font-size: 22px; }
  .service-desc {font-size: 16px;}
  .geo-brand-logos { font-size: 50px; }
  .geo-paragraph {font-size: 18px;}
  .geo-num { font-size: 18px; }
  .geo-item-title { font-size: 21px; }
  .geo-item-desc { font-size: 19px; }
  .search-input { font-size: 20px; }
  .search-btn-mock { font-size: 14px; }
  .search-suggestion {font-size: 16px;}
  .price-badge { font-size: 16px; }
  .price-name { font-size: 26px; }
  .price-sub-name { font-size: 19px; }
  .price-sub-desc {font-size: 18px;}
  .price-val { font-size: 44px; }
  .price-val span { font-size: 19px; }
  .pf-title { font-size: 20px; }
  .pf-desc {font-size: 16px;}
  .benefit-title { font-size: 17px; }
  .benefit-desc {font-size: 18px;}
  .faq-left-desc { font-size: 20px; }
  .faq-q { font-size: 21px; }
  .faq-a { font-size: 19px; }
   footer #footer_box .aboutus_item .row ul li{font-size: 16px;}
  
  /* Responsive sizes for btn-more */
  .btn-more {font-size: 15px;padding: 12px 12px 12px 35px;}
  .btn-more-full { padding-left: 30px; }
  .btn-more .btn-icon-wrap { width: 44px; height: 44px; margin-left: 25px; }
  .btn-more i { font-size: 16px; }
}

@media (max-width:1470px){
  .menu-trigger { width: 40px; height: 40px; }
  .desktop-nav{padding: 8px 10px;}
  .m-link{font-size: 26px;}
  .full-menu{gap: 15px;}
  .stamp-icon { font-size: 22px; }
  .stamp-text { font-size: 14px; }
  .nav-link { font-size: 16px; }
  .kv-subtitle { font-size: 17px; }
  .kv-desc { font-size: 14px; }
  .kv-stamp-center {font-size: 14px;}
  .temples-title { font-size: 15px; }
  .section-label { font-size: 15px; }
  .section-title {font-size: 40px;padding-bottom: 15px;}
  .service-icon { font-size: 23px; }
  .service-name { font-size: 20px; }
  .service-desc {font-size: 14px;}
  .geo-brand-logos { font-size: 48px; }
  .geo-paragraph {font-size: 16px;max-width: 100%;}
  .geo-num { font-size: 16px; }
  .geo-item-title { font-size: 19px; }
  .geo-item-desc { font-size: 17px; }
  .search-input { font-size: 18px; }
  .search-btn-mock { font-size: 12px; }
  .search-suggestion {font-size: 14px;}
  .price-badge { font-size: 14px; }
  .price-name { font-size: 25px; }
  .price-sub-name { font-size: 17px; }
  .price-sub-desc {font-size: 15px;}
  .price-val {font-size: 40px;}
  .price-val span {font-size: 15px;}
  .pf-title { font-size: 18px; }
  .pf-desc {font-size: 14px;}
  .benefit-title { font-size: 15px; }
  .benefit-desc {font-size: 16px;}
  .faq-left-desc {font-size: 17px;}
  .faq-q { font-size: 16px; }
  .faq-a { font-size: 14px; }
  .kv-stamp{width: 100px;height: 100px;}
  .service-carousel-wrap{padding: 0 2%;}
  .geo-v2-text{padding: 100px 3% 100px 7vw;}
  .price-features-list{gap: 10px;}
  footer #footer_box .aboutus_item { grid-template-columns: 220px 1fr 185px 218px; }
  footer #footer_box .call_links a { padding: .5em 1em; min-width: 11em; display: flex; justify-content: space-around; }
  footer #footer_box .call_links a svg { width: 20px; height: 20px; }
  footer #footer_box .item{padding: 0 7vw 3em;}
}
@media (max-width:1280px){
  .faq-container{padding-left: 8vw;}
  .faq-section:before{display:none;}
  footer #footer_box .aboutus_item { grid-template-columns: repeat(2,1fr); grid-gap: 1em; }
  footer #footer_box .call_links a { width: min(300px,100%); }

}

@media screen and (max-width:1160px) {
  footer #footer_box .aboutus_item { grid-template-columns: 220px 1fr; }
  footer #footer_box .item { padding: 0 5vw 3em; gap: 20px; }
}
@media screen and (max-width:980px) {
  .temples-overlay-img{width: 70vw;}
  .geo-v2-text{padding: 0 2%;}
}
@media screen and (max-width:768px) {
  .temples-section{padding: 10px 0;}
  .temples-overlay-img{width: 80vw;}
  footer #contact_box form .item.recaptcha,footer #contact_box form .item.send { grid-column: 1/3; justify-content: center; }
  footer #footer_box .aboutus_item .row .h3 { transform: translateX(0em); }
  footer #footer_box .call_links a { padding: 1em 1.5em; margin: 0; width: 100%; }
  footer #footer_box .aboutus_item .row.call_links { gap: 1rem; }
}
@media screen and (max-width:640px) {
  footer #footer_box .aboutus_item { display: flex; flex-direction: column; gap: 1em; }
  footer #footer_box .partners { justify-content: flex-start; }
  footer #footer_box .item img{width: min(250px , 100%);}
  footer #footer_box{padding-top: 5vmax;}
  .logo-text{max-height: 40px;}
  .faq-container{padding-left: 0;padding: 0 5%;}
  .upup_JJ_bg img{width: 40vw;top: -15vw;right: 18vw;}
  .faq-section{padding: 60px 0;}
}

@media screen and (max-width:550px) {
  .section{padding: 60px 0;}
  .section-header-row{padding: 0 2% 20px;margin-bottom: 40px;}
  
  .section-title , .kv-title{font-size:36px}
  .m-link{font-size: 22px;}
  footer #contact_box form { grid-template-columns: 1fr; }
  footer #footer_box .copy_item { flex-direction: column; }
}



