* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; width: 100%; }
body { font-family: 'Montserrat', 'Noto Sans TC', sans-serif; background-color: #FAFAFA; color: #334155; overflow-x: hidden; width: 100%; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 2; }
.bg-dots { background-image: radial-gradient(#CBD5E1 2px, transparent 2px); background-size: 30px 30px; }
.deco-container { position: absolute; width: 100%; left: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.deco-scroll { display: inline-flex; white-space: nowrap; font-size: 8rem; font-weight: 900; color: rgba(15, 23, 42, 0.03); font-family: 'Montserrat', sans-serif; text-transform: uppercase; animation: seamlessScroll 50s linear infinite; }
.deco-scroll span { padding-right: 50px; }
.main-title {font-size: 4.2rem;font-weight: 900;letter-spacing: 2px;color: #0F172A;margin-bottom: 1.5rem;line-height: 1.3;position: relative;z-index: 2;}
.section-title {font-size: 2.8rem;font-weight: 900;text-align: center;margin-bottom: 0.5rem;color: #0F172A;letter-spacing: 2px;position: relative;display: inline-block;margin-left: 40px;}
.section-title::after { content: ''; position: absolute; bottom: 5px; left: -5%; width: 110%; height: 12px; background: rgba(212, 175, 55, 0.3); z-index: -1; transform: rotate(-1deg); }
.sub-title { font-size: 1.1rem; color: #1E3A8A; text-align: center; margin-bottom: 5rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; }
.text-gold { color: #D4AF37; }
.text-blue { color: #1E3A8A; }
.highlight-text { position: relative; display: inline-block; color: #1E3A8A; z-index: 1; }
.highlight-text::before { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 15px; background: #FDE68A; z-index: -1; transform: rotate(-2deg); border-radius: 4px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 35px; border-radius: 50px; font-weight: 800; font-size: 1.05rem; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); letter-spacing: 1.5px; border: 2px solid transparent; }
.btn-primary { background: #0F172A; color: #FFFFFF; border-color: #0F172A; box-shadow: 6px 6px 0px rgba(15, 23, 42, 0.2); }
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0px rgba(15, 23, 42, 0.4); }
.btn-outline { background: #FFFFFF; border: 2px solid #0F172A; color: #0F172A; box-shadow: 6px 6px 0px #CBD5E1; }
.btn-outline:hover { background: #0F172A; color: #FFFFFF; transform: translate(-2px, -2px); box-shadow: 10px 10px 0px #0F172A; }
.btn-red { background: #FFFFFF; color: #EF4444; border: 2px solid #EF4444; box-shadow: 6px 6px 0px #EF4444; }
.btn-red:hover { background: #EF4444; color: #FFFFFF; transform: translate(-2px, -2px); box-shadow: 10px 10px 0px #DC2626; }
.btn-navy { background: #FFFFFF; color: #1E3A8A; border: 2px solid #1E3A8A; box-shadow: 6px 6px 0px #1E3A8A; }
.btn-navy:hover { background: #1E3A8A; color: #FFFFFF; transform: translate(-2px, -2px); box-shadow: 10px 10px 0px #1E40AF; }
.btn-green { background: #FFFFFF; color: #10B981; border: 2px solid #10B981; box-shadow: 6px 6px 0px #10B981; }
.btn-green:hover { background: #10B981; color: #FFFFFF; transform: translate(-2px, -2px); box-shadow: 10px 10px 0px #059669; }
.pop-card { background: #FFFFFF; border: 2px solid #0F172A; border-radius: 20px; box-shadow: 10px 10px 0px #E2E8F0; transition: all 0.3s ease; position: relative; }
.pop-card:hover { transform: translate(-4px, -4px); box-shadow: 16px 16px 0px #0F172A; }
#navbar-section { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(250, 250, 250, 0.95); backdrop-filter: blur(10px); border-bottom: 2px solid #E2E8F0; transition: all 0.3s ease; }
#navbar-section .nav-inner { display: flex; justify-content: space-between; align-items: center; height: 90px; }
#navbar-section .logo {font-size: 1.5rem;font-weight: 900;color: #0F172A;letter-spacing: 2px;display: flex;align-items: center;gap: 12px;width: 190px;}
#navbar-section .logo-icon { width: 36px; height: 36px; background: #0F172A; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 1.2rem; transform: rotate(-10deg); }
#navbar-section .nav-links { display: flex; gap: 40px; align-items: center; }
#navbar-section .nav-link { font-size: 1rem; color: #0F172A; font-weight: 700; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1.5px; position: relative; }
#navbar-section .nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: #1E3A8A; transition: width 0.3s; }
#navbar-section .nav-link:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
#navbar-section .nav-btn { padding: 12px 28px; border: 2px solid #0F172A; color: #0F172A; border-radius: 50px; font-size: 0.95rem; transition: all 0.3s; font-weight: 800; letter-spacing: 1px; box-shadow: 4px 4px 0px #CBD5E1; }
#navbar-section .nav-btn:hover { background: #0F172A; color: #FFFFFF; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #0F172A; }
#navbar-section .menu-toggle { display: none; font-size: 1.8rem; color: #0F172A; cursor: pointer; transition: transform 0.3s ease; }
#hero-section { min-height: 100vh; display: flex; align-items: center; padding-top: 90px; position: relative; overflow: hidden; background-color: #F8FAFC; width: 100%; z-index: 1; }
#hero-section .hero-circle { position: absolute; width: 500px; height: 500px; background: #FDE68A; border-radius: 50%; top: -10%; right: -5%; z-index: 0; opacity: 0.5; }
#hero-section .hero-squiggle { position: absolute; width: 300px; height: 300px; border: 4px dashed #93C5FD; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; bottom: 5%; left: 0%; z-index: 0; animation: spin 20s linear infinite; }
#hero-section .hero-content {position: absolute;z-index: 2;display: flex;flex-direction: column;align-items: flex-start;max-width: 800px;animation: fadeInUp 1s ease both;margin: 0;right: 10vw;}
#hero-section .hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 25px; border: 2px solid #1E3A8A; border-radius: 50px; font-size: 1rem; color: #1E3A8A; margin-bottom: 30px; background: #FFFFFF; letter-spacing: 2px; font-weight: 800; box-shadow: 5px 5px 0px rgba(30, 58, 138, 0.1); transform: rotate(-2deg); }
#hero-section .main-title span {display: block;font-size: 4.2rem;margin-top: 15px;}
#hero-section .hero-desc { font-size: 1.25rem; color: #475569; margin: 30px 0 45px; max-width: 600px; line-height: 1.9; font-weight: 600; border-left: 4px solid #FDE68A; padding-left: 20px; }
#hero-section .hero-actions { display: flex; gap: 25px; }

#hero-section .fly_item{
    position: absolute;
    width: 44vw;
    z-index: 5;
}


#scenario-section { padding: 160px 0; position: relative; overflow: visible; width: 100%; z-index: 3; background: transparent; margin-top: -30px; margin-bottom: -30px; }
#scenario-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #FFFFFF; background-image: radial-gradient(#CBD5E1 2px, transparent 2px); background-size: 30px 30px; transform: skewY(-3deg); z-index: -1; border-top: 4px solid #0F172A; border-bottom: 4px solid #0F172A; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
#scenario-section .scenario-wrap { display: flex; align-items: center; justify-content: center; gap: 40px; background: #F8FAFC; padding: 60px; border-radius: 40px 40px 40px 0; border: 3px dashed #CBD5E1; box-shadow: 15px 15px 0px #F1F5F9; max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
#scenario-section .scenario-wrap::before { content: ''; position: absolute; bottom: -30px; left: -3px; width: 0; height: 0; border-style: solid; border-width: 30px 30px 0 0; border-color: #CBD5E1 transparent transparent transparent; }
#scenario-section .scenario-icon { font-size: 4.5rem; color: #F59E0B; transform: rotate(-10deg); }
#scenario-section .scenario-text { font-size: 1.5rem; color: #0F172A; line-height: 1.8; font-weight: 700; letter-spacing: 1px; }
#strategy-section {padding: 120px 0;background: #F1F5F9;position: relative;overflow: hidden;width: 100%;z-index: 1;background: linear-gradient(to bottom, #F1F5F9, rgb(241 245 249 / 0%));}
#strategy-section .deco-container { top: 10%; }
#strategy-section .strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; }
#strategy-section .step-card { padding: 60px 40px; text-align: left; background: #FFFFFF; }
#strategy-section .step-num { font-size: 6rem; font-weight: 900; color: #F1F5F9; line-height: 0.8; font-family: 'Montserrat', sans-serif; position: absolute; top: -10px; right: 10px; z-index: 0; text-shadow: -1px -1px 0 #CBD5E1, 1px -1px 0 #CBD5E1, -1px 1px 0 #CBD5E1, 1px 1px 0 #CBD5E1; }
#strategy-section .step-icon { width: 70px; height: 70px; background: #1E3A8A; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #FFFFFF; margin-bottom: 30px; position: relative; z-index: 1; box-shadow: 6px 6px 0px #93C5FD; transform: rotate(-5deg); transition: transform 0.3s; }
#strategy-section .step-card:hover .step-icon { transform: rotate(0deg) scale(1.1); }
#strategy-section .step-title { font-size: 1.6rem; font-weight: 900; color: #0F172A; margin-bottom: 20px; position: relative; z-index: 1; }
#strategy-section .step-desc { color: #475569; font-size: 1.05rem; line-height: 1.8; position: relative; z-index: 1; font-weight: 600; }
#pricing-banner {padding: 80px 0;background: #f7f7f7;color: #FFFFFF;text-align: center;position: relative;z-index: 10;margin: 120px 0;transform: skewY(-3deg);border-top: 4px solid #0F172A;border-bottom: 4px solid #0F172A;box-shadow: 0 15px 0px rgba(15, 23, 42, 0.1);}
#pricing-banner::before {content: '';position: absolute;top: 15px;left: 0;width: 100%;height: 100%;background: #1e3a8a;z-index: -1;border-top: 4px solid #0F172A;border-bottom: 4px solid #0F172A;transform: skewY(5deg);}
#pricing-banner .banner-content { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; transform: skewY(3deg); position: relative; z-index: 2; }
#pricing-banner .banner-text { font-size: 2.5rem; font-weight: 900; letter-spacing: 2px; }
#pricing-banner .banner-price { font-size: 4rem; font-weight: 900; color: #FDE68A; font-family: 'Montserrat', sans-serif; text-shadow: 4px 4px 0px #0F172A; }
#pricing-banner .banner-unit { font-size: 1.3rem; font-weight: 700; color: #93C5FD; }
#team-section {padding: 80px 0 120px;background: #FAFAFA;position: relative;overflow: hidden;width: 100%;z-index: 1;background: linear-gradient(to bottom, rgb(250 250 250 / 0%), #FAFAFA);}
#team-section .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
#team-section .team-card { padding: 50px 40px 40px; text-align: center; position: relative; }
#team-section .team-badge { position: absolute; top: -20px; left: 50%; transform: translateX(-50%) rotate(-3deg); padding: 8px 20px; font-weight: 900; font-size: 0.9rem; letter-spacing: 2px; color: #FFFFFF; z-index: 5; box-shadow: 4px 4px 0px rgba(0,0,0,0.2); border: 2px solid #0F172A; }
#team-section .badge-red { background: #EF4444; }
#team-section .badge-navy { background: #1E3A8A; }
#team-section .badge-green { background: #10B981; }
#team-section .team-icon { font-size: 3.5rem; margin-bottom: 20px; color: #0F172A; }
#team-section .team-title { font-size: 1.6rem; font-weight: 900; color: #0F172A; margin-bottom: 20px; }
#team-section .team-desc { font-size: 1.05rem; color: #64748B; margin-bottom: 35px; line-height: 1.8; font-weight: 600; min-height: 80px; }
#comparison-section {padding: 100px 0;background: #fafafa;position: relative;overflow: hidden;width: 100%;}
#comparison-section .deco-container { bottom: 10%; }
#comparison-section .comp-wrap { display: flex; gap: 0; max-width: 1050px; margin: 0 auto; align-items: center; position: relative; }
#comparison-section .vs-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-10deg); width: 80px; height: 80px; background: #F59E0B; border: 4px solid #0F172A; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; font-weight: 900; color: #FFFFFF; z-index: 10; box-shadow: 6px 6px 0px #0F172A; }
#comparison-section .comp-card { flex: 1; padding: 70px 50px; text-align: center; border-radius: 24px; position: relative; }
#comparison-section .comp-card.old-way { background: #F8FAFC; border: 2px dashed #CBD5E1; z-index: 1; padding-right: 80px; }
#comparison-section .comp-card.new-way { background: #1E3A8A; border: 3px solid #0F172A; box-shadow: 15px 15px 0px #0F172A; z-index: 2; margin-left: -30px; color: #FFFFFF; transform: scale(1.05); }
#comparison-section .new-way-badge { position: absolute; top: -18px; right: 30px; background: #FDE68A; color: #0F172A; padding: 8px 25px; border-radius: 50px; font-weight: 900; font-size: 1rem; letter-spacing: 1px; border: 2px solid #0F172A; box-shadow: 4px 4px 0px #0F172A; transform: rotate(5deg); }
#comparison-section .comp-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 20px; }
#comparison-section .old-way .comp-title { color: #64748B; }
#comparison-section .new-way .comp-title { color: #93C5FD; }
#comparison-section .comp-stat { font-size: 4.5rem; font-weight: 900; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; line-height: 1; }
#comparison-section .old-way .comp-stat { color: #94A3B8; }
#comparison-section .new-way .comp-stat { color: #FDE68A; }
#comparison-section .comp-desc { font-size: 1.1rem; font-weight: 600; line-height: 1.7; }
#comparison-section .old-way .comp-desc { color: #64748B; }
#comparison-section .new-way .comp-desc { color: #E0E7FF; }
#contact-section { padding: 120px 0; background: #F1F5F9; border-top: 3px solid #0F172A; position: relative; overflow: hidden; width: 100%; }
#contact-section .contact-layout {display: flex;gap: 80px;max-width: unset;width: min(1440px , 100%);margin: 0 auto;align-items: center;position: relative;z-index: 2;flex-direction: column;}
#contact-section .contact-visual { flex: 1; text-align: left; }
#contact-section .visual-icon {font-size: 6rem;color: #1E3A8A;margin-bottom: 30px;display: inline-block;animation: float 3s ease-in-out infinite;left: 0;}
#contact-section .form-wrapper {flex: 1.2;padding: 60px;background: #FFFFFF;border-radius: 24px;border: 3px solid #0F172A;box-shadow: 16px 16px 0px #CBD5E1;width: 100%;}
#contact-section .form-group { margin-bottom: 25px; text-align: left; }
#contact-section .form-label { display: block; margin-bottom: 10px; font-size: 1rem; color: #0F172A; font-weight: 800; }
#contact-section .form-control {width: 100%;background: #FAFAFA;border: 2px solid #CBD5E1;color: #0F172A;padding: 16px 20px;border-radius: 12px;font-size: 1rem;transition: all 0.3s ease;font-family: inherit;font-weight: 600;}
#contact-section .form-control:focus { outline: none; border-color: #1E3A8A; box-shadow: 4px 4px 0px rgba(30, 58, 138, 0.2); background: #FFFFFF; }
#contact-section .radio-group { display: flex; gap: 30px; margin-top: 15px; }
#contact-section .radio-item { display: flex; align-items: center; gap: 10px; cursor: pointer; color: #475569; font-weight: 700; white-space: nowrap; }
#contact-section .flex-group { display: flex; gap: 20px; }
#contact-section .align-center { align-items: center; }
#footer-section { padding: 80px 0 40px; background: #0F172A; color: #F1F5F9; border-top: 6px solid #1E3A8A; overflow: hidden; width: 100%; }
#footer-section .footer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; margin-bottom: 60px; }
#footer-section .footer-brand .logo { font-size: 1.8rem; font-weight: 900; color: #FFFFFF; letter-spacing: 2px; margin-bottom: 25px; display: inline-flex; align-items: center; gap: 15px; }
#footer-section .logo-icon-footer { width: 40px; height: 40px; background: #FDE68A; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0F172A; font-size: 1.4rem; transform: rotate(10deg); }
#footer-section .footer-brand p { color: #94A3B8; font-size: 1.05rem; line-height: 1.9; font-weight: 500; }
#footer-section .footer-info { display: flex; flex-direction: column; gap: 20px; color: #CBD5E1; font-size: 1.05rem; font-weight: 500; }
#footer-section .info-item { display: flex; align-items: flex-start; gap: 18px; }
#footer-section .info-item i { color: #FDE68A; font-size: 1.3rem; margin-top: 4px; }
#footer-section .copyright { text-align: center; color: #64748B; font-size: 0.95rem; padding-top: 40px; border-top: 2px dashed rgba(255, 255, 255, 0.1); letter-spacing: 2px; font-weight: 600; }
.fab-container { position: fixed; bottom: 30px; right: 30px; display: flex; flex-direction: column; gap: 15px; z-index: 9999; align-items: center; }
.fab-btn { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #FFFFFF; border: 3px solid #0F172A; box-shadow: 4px 4px 0px #0F172A; transition: all 0.3s ease; cursor: pointer; text-decoration: none; padding: 0; outline: none; flex-shrink: 0; }
.fab-btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #0F172A; }
.fab-phone { background: #EF4444; }
.fab-line { background: #10B981; }
.fab-top { background: #FDE68A; color: #0F172A; max-height: 54px; opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; visibility: visible; }
.fab-top.hidden { max-height: 0; opacity: 0; transform: translateY(20px) scale(0.5); border-width: 0; box-shadow: none; margin-top: -15px; pointer-events: none; visibility: hidden; }

@media (min-width: 992px) {
#strategy-section .step-card:nth-child(2) { transform: translateY(40px); }
#strategy-section .step-card:nth-child(2):hover { transform: translateY(36px) translate(-4px, -4px); }
}

@media (max-width: 992px) {
.section-title { font-size: 2.2rem; }
#hero-section .hero-content { align-items: center; text-align: center; margin: 0 auto; }
#hero-section .hero-desc { border-left: none; border-top: 4px solid #FDE68A; padding-left: 0; padding-top: 20px; }
#strategy-section .strategy-grid { grid-template-columns: repeat(2, 1fr); }
#team-section .team-grid { grid-template-columns: repeat(2, 1fr); }
#comparison-section .comp-wrap { flex-direction: column; gap: 30px; }
#comparison-section .comp-card.new-way { margin-left: 0; transform: scale(1); }
#comparison-section .comp-card.old-way { padding-right: 50px; }
#comparison-section .vs-badge { top: 48%; }
#contact-section .contact-layout { flex-direction: column; gap: 40px; text-align: center; }
#contact-section .contact-visual { text-align: center; }
#footer-section .footer-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 768px) {
.main-title { font-size: 2.2rem; }
#hero-section .main-title span { font-size: 3.2rem; }
.sub-title { margin-bottom: 3rem; }
.btn { width: 100%; margin-bottom: 15px; }
#navbar-section .nav-links { position: absolute; top: 90px; left: 0; width: 100%; background: #FAFAFA; border-bottom: 3px solid #0F172A; flex-direction: column; padding: 30px 0; gap: 20px; display: flex; transform: translateY(-20px); opacity: 0; pointer-events: none; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
#navbar-section .nav-links.active { transform: translateY(0); opacity: 1; pointer-events: auto; }
#navbar-section .menu-toggle { display: block; }
#navbar-section .nav-btn { padding: 8px 16px; font-size: 0.85rem; }
#hero-section { padding-top: 120px; }
#hero-section .hero-actions { flex-direction: column; gap: 10px; width: 100%; }
#scenario-section { padding: 120px 0; margin-top: -20px; margin-bottom: -20px; }
#scenario-section .scenario-wrap { flex-direction: column; text-align: center; padding: 40px 20px; border-radius: 20px; }
#scenario-section .scenario-wrap::before { display: none; }
#strategy-section .strategy-grid { grid-template-columns: 1fr; }
#pricing-banner { transform: skewY(-4deg); margin: 80px 0; padding: 60px 0; }
#pricing-banner::before { transform: skewY(5deg); top: 10px; }
#pricing-banner .banner-content { flex-direction: column; gap: 15px; transform: skewY(4deg); }
#team-section .team-grid { grid-template-columns: 1fr; }
#contact-section .form-wrapper { padding: 40px 20px; width: 100%; }
#contact-section .flex-group { flex-direction: column; gap: 15px; align-items: stretch; }
#contact-section .radio-group.mobile-radio { margin-top: 10px; padding-bottom: 0; flex-direction: row; }
.fab-container { bottom: 20px; right: 20px; gap: 12px; }
.fab-btn { width: 48px; height: 48px; font-size: 1.4rem; box-shadow: 3px 3px 0px #0F172A; }
.fab-top.hidden { margin-top: -12px; }
}

@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes float {
0% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(5deg); }
100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes spin {
100% { transform: rotate(360deg); }
}
@keyframes seamlessScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}