:root {
  --blue-950:#031d50; --blue-900:#052f80; --blue-800:#073e9f; --blue-700:#0754c9;
  --blue-600:#1268e8; --blue-500:#2d7ff0; --blue-100:#e9f3ff; --blue-50:#f5f9ff;
  --navy:#07162f; --text:#142139; --muted:#5b687c; --line:#dce8f7; --white:#fff;
  --yellow:#ffdf6e; --green:#0aa75a; --shadow-soft:0 20px 60px rgba(6,55,137,.12);
  --shadow-card:0 14px 36px rgba(6,55,137,.10); --radius-large:30px; --radius-card:20px;
  --header-height:76px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;color:var(--text);background:var(--white);font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body,button,input{font-family:inherit} a{color:inherit;text-decoration:none} button{font:inherit} img{max-width:100%}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:rgba(255,255,255,.96);border-bottom:1px solid rgba(220,232,247,.95);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:205px;color:var(--blue-800)}
.brand-mark{position:relative;width:42px;height:42px;overflow:hidden;flex:0 0 auto;border-radius:13px;background:linear-gradient(145deg,var(--blue-500),var(--blue-900));box-shadow:0 10px 24px rgba(7,84,201,.25)}
.brand-mark::before,.brand-mark::after,.brand-mark span{content:"";position:absolute;display:block;border-radius:999px;background:rgba(255,255,255,.97)}
.brand-mark::before{width:23px;height:6px;left:9px;top:10px;transform:rotate(-18deg)}
.brand-mark::after{width:18px;height:6px;left:12px;top:19px;transform:rotate(-18deg)}
.brand-mark span{width:12px;height:6px;left:16px;top:28px;transform:rotate(-18deg)}
.brand-copy{display:block;line-height:1.06}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{font-size:23px;font-weight:950;letter-spacing:.08em}.brand-copy small{margin-top:5px;color:var(--blue-700);font-size:12px;font-weight:800;white-space:nowrap}
.main-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:28px;color:#2a3850;font-size:14px;font-weight:850}
.main-nav a{position:relative;height:100%;display:grid;place-items:center;white-space:nowrap}.main-nav a::after{content:"";position:absolute;left:50%;bottom:11px;width:0;height:4px;border-radius:999px;background:var(--blue-700);transform:translateX(-50%);transition:width .2s ease}.main-nav a:hover,.main-nav a.active{color:var(--blue-700)}.main-nav a:hover::after,.main-nav a.active::after{width:24px}
.header-call{display:inline-flex;align-items:center;gap:10px;min-width:190px;padding:9px 17px;color:var(--white);border-radius:13px;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));box-shadow:0 12px 28px rgba(7,84,201,.23)}
.header-call-icon{width:35px;height:35px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(255,255,255,.16)}.header-call small,.header-call strong{display:block;line-height:1.1}.header-call small{font-size:11px;opacity:.9}.header-call strong{margin-top:3px;font-size:17px;letter-spacing:.02em}
.hero-section{position:relative;overflow:hidden;min-height:625px;border-bottom:1px solid var(--line);background:linear-gradient(105deg,#fff 0%,#f8fbff 35%,#eaf3ff 68%,#dcecff 100%)}
.hero-section::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(118deg,transparent 0 39%,rgba(255,255,255,.65) 39% 41%,transparent 41%)}
.hero-orb{position:absolute;border-radius:50%;pointer-events:none}.hero-orb-one{top:-170px;right:17%;width:430px;height:430px;background:rgba(42,125,240,.06)}.hero-orb-two{right:-170px;bottom:-260px;width:560px;height:560px;background:rgba(7,61,159,.07)}
.hero-layout{position:relative;z-index:2;min-height:625px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);align-items:center;gap:30px;padding-block:42px}
.hero-content{position:relative;z-index:5;max-width:680px}.hero-eyebrow{display:inline-flex;margin:0 0 18px;padding:7px 18px;color:#26334a;border-radius:999px;background:var(--yellow);box-shadow:0 8px 22px rgba(192,147,0,.14);font-size:14px;font-weight:900;letter-spacing:.08em}
.hero-content h1{max-width:650px;margin:0;color:#050b17;font-size:clamp(48px,5.4vw,70px);font-weight:950;line-height:1.05;letter-spacing:-.055em}.hero-content h1 span{display:block;color:var(--blue-800)}
.hero-lead{margin:20px 0 6px;color:var(--blue-700);font-size:clamp(20px,2vw,25px);font-weight:900}.hero-description{max-width:650px;margin:0;color:#2d3b52;font-size:16px;font-weight:560;line-height:1.85}
.query-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.query-tags span{display:inline-flex;align-items:center;min-height:34px;padding:6px 13px;color:var(--blue-800);border:1px solid #cfe1f7;border-radius:999px;background:rgba(255,255,255,.78);font-size:14px;font-weight:850}.query-tags span::before{content:"✓";margin-right:7px;color:var(--blue-600);font-size:12px}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:26px}.button{min-height:64px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 20px;border:2px solid transparent;border-radius:14px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}
.button-primary{min-width:220px;color:var(--white);border-color:var(--blue-700);background:linear-gradient(135deg,var(--blue-800),var(--blue-600));box-shadow:0 15px 30px rgba(7,84,201,.23)}.button-secondary{min-width:215px;color:var(--blue-800);border-color:#a9caf4;background:rgba(255,255,255,.9);box-shadow:0 12px 25px rgba(7,84,201,.08)}.button-secondary:hover{background:var(--white);box-shadow:0 15px 30px rgba(7,84,201,.14)}
.button-icon{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(255,255,255,.16);font-size:19px;font-weight:900}.button-secondary .button-icon{color:var(--white);background:var(--blue-700)}.button small,.button strong{display:block;text-align:left;line-height:1.15}.button small{font-size:11px;opacity:.9}.button strong{margin-top:4px;font-size:17px}
.hero-free-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px}.hero-free-note>span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;margin-top:1px;color:var(--white);border-radius:50%;background:var(--green);font-size:12px;font-weight:900}.hero-free-note p,.hero-free-note strong,.hero-free-note small{display:block;margin:0}.hero-free-note strong{color:#25334a;font-size:14px;font-weight:850}.hero-free-note small{margin-top:2px;color:var(--muted);font-size:12px}
.hero-visual{position:relative;align-self:stretch;min-height:520px}.phone-glow{position:absolute;left:50%;top:49%;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(49,132,243,.25) 0%,rgba(49,132,243,.09) 46%,rgba(49,132,243,0) 72%);transform:translate(-50%,-50%)}.phone-stage{position:relative;width:100%;height:100%;min-height:520px}.feature-phone{position:absolute;z-index:3;left:50%;top:50%;width:244px;height:auto;max-height:510px;filter:drop-shadow(0 28px 30px rgba(6,29,70,.27));transform:translate(-50%,-50%) rotate(2deg)}
.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:11px;min-width:210px;padding:13px 15px;border:1px solid rgba(207,225,247,.95);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(7,61,159,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.floating-card-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;color:var(--white);border-radius:12px;background:linear-gradient(145deg,var(--blue-500),var(--blue-800));font-size:15px;font-weight:950}.floating-card strong,.floating-card small{display:block;white-space:nowrap}.floating-card strong{color:#16233a;font-size:14px;font-weight:900}.floating-card small{margin-top:2px;color:var(--muted);font-size:11px}.card-free{left:-12px;top:78px}.card-simple{right:-34px;top:220px}.card-points{left:3px;bottom:62px}
.benefit-strip{position:relative;z-index:10;border-bottom:1px solid var(--line);background:var(--white)}.benefit-grid{min-height:105px;display:grid;grid-template-columns:repeat(4,1fr)}.benefit-item{display:flex;align-items:center;justify-content:center;gap:13px;padding:22px 18px;border-right:1px solid var(--line)}.benefit-item:first-child{border-left:1px solid var(--line)}.benefit-icon{width:45px;height:45px;display:grid;place-items:center;flex:0 0 auto;color:var(--blue-700);border-radius:14px;background:var(--blue-100);font-size:16px;font-weight:950}.benefit-item strong,.benefit-item small{display:block;line-height:1.3}.benefit-item strong{color:#1c2a42;font-size:14px;font-weight:900}.benefit-item small{margin-top:4px;color:var(--muted);font-size:12px}
.section{padding:90px 0}.section-heading{max-width:720px;margin:0 auto 42px;text-align:center}.section-label{display:inline-flex;margin-bottom:12px;padding:6px 14px;color:var(--blue-700);border-radius:999px;background:var(--blue-100);font-size:13px;font-weight:900;letter-spacing:.08em}.section-heading h2,.faq-intro h2,.contact-card h2{margin:0;color:var(--navy);font-size:clamp(31px,3.5vw,43px);font-weight:950;line-height:1.2;letter-spacing:-.035em}.section-heading p,.faq-intro>p{margin:13px auto 0;color:var(--muted);font-size:16px}
.steps-grid{display:grid;grid-template-columns:1fr 56px 1fr 56px 1fr;align-items:center}.step-card{position:relative;min-height:275px;padding:35px 28px 28px;text-align:center;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white);box-shadow:var(--shadow-card)}.step-number{position:absolute;top:17px;left:18px;width:29px;height:29px;display:grid;place-items:center;color:var(--white);border-radius:50%;background:var(--blue-700);font-size:13px;font-weight:950}.step-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 20px;color:var(--blue-700);border-radius:22px;background:var(--blue-100);font-size:30px;font-weight:950}.step-card h3{margin:0;color:#17253c;font-size:20px;font-weight:900}.step-highlight{display:block;margin-top:8px;color:var(--blue-700);font-size:18px;font-weight:950}.step-card p{margin:12px 0 0;color:var(--muted);font-size:14px}.step-arrow{display:grid;place-items:center;color:#9ab9df;font-size:52px;font-weight:300}
.query-section{background:linear-gradient(180deg,#f7faff 0%,#eef5ff 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.query-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.query-card{position:relative;overflow:hidden;min-height:220px;padding:28px;border:1px solid #d5e5f8;border-radius:var(--radius-card);background:var(--white);box-shadow:var(--shadow-card)}.query-card::after{content:"";position:absolute;right:-28px;bottom:-28px;width:92px;height:92px;border-radius:50%;background:var(--blue-100)}.query-card-type{display:inline-flex;padding:5px 11px;color:var(--blue-700);border-radius:999px;background:var(--blue-100);font-size:12px;font-weight:900}.query-card>strong{position:relative;z-index:1;display:block;margin-top:20px;color:var(--blue-800);font-size:36px;font-weight:950;letter-spacing:.01em}.query-card p{position:relative;z-index:1;margin:10px 0 0;color:var(--muted);font-size:14px}.query-help{max-width:760px;display:flex;align-items:center;gap:12px;margin:25px auto 0;padding:14px 18px;border:1px solid #cfe1f7;border-radius:14px;background:rgba(255,255,255,.75)}.query-help>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;color:var(--white);border-radius:50%;background:var(--blue-700);font-size:14px;font-weight:900}.query-help p{margin:0;color:#35445b;font-size:14px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;display:block;padding:30px;text-align:center;border:1px solid var(--line);border-radius:24px;background:var(--white);box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.price-card:hover{transform:translateY(-5px);border-color:#b6d3f7;box-shadow:var(--shadow-soft)}.price-card-popular{border:2px solid var(--blue-600);transform:translateY(-8px)}.price-card-popular:hover{transform:translateY(-12px)}.popular-label{position:absolute;top:-15px;left:50%;padding:6px 17px;color:var(--white);border-radius:999px;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));font-size:12px;font-weight:900;white-space:nowrap;transform:translateX(-50%)}.price-name{display:block;color:#536177;font-size:14px;font-weight:850}.price-money{display:flex;align-items:flex-start;justify-content:center;gap:5px;margin-top:15px;color:var(--navy)}.price-money small{margin-top:10px;font-size:14px;font-weight:850}.price-money strong{font-size:52px;font-weight:950;line-height:1}.price-points{margin-top:20px;padding:15px;border-radius:15px;background:var(--blue-50)}.price-points strong,.price-points span{display:block}.price-points strong{color:var(--blue-700);font-size:24px;font-weight:950}.price-points span{margin-top:3px;color:var(--muted);font-size:12px}.price-action{display:block;margin-top:20px;padding:12px;color:var(--white);border-radius:12px;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));font-size:15px;font-weight:900}
.payment-trust{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:32px;padding:22px 25px;border:1px solid #cfe1f7;border-radius:20px;background:var(--blue-50)}.payment-trust-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--white);border-radius:15px;background:var(--green);font-size:21px;font-weight:950}.payment-brand{display:block;color:var(--blue-700);font-size:12px;font-weight:900}.payment-trust strong{display:block;margin-top:2px;color:#1d2b42;font-size:16px;font-weight:900}.payment-trust p{margin:5px 0 0;color:var(--muted);font-size:13px}.payment-badge{padding:7px 12px;color:var(--green);border:1px solid rgba(10,167,90,.25);border-radius:999px;background:rgba(10,167,90,.08);font-size:12px;font-weight:900;white-space:nowrap}
.notice-section{background:var(--blue-50);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.notice-card{max-width:920px;display:grid;grid-template-columns:120px 1fr;gap:25px;margin:0 auto;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:var(--shadow-card)}.notice-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;color:var(--white);border-radius:18px;background:linear-gradient(145deg,var(--blue-700),var(--blue-900))}.notice-date strong{font-size:42px;line-height:1}.notice-date span{margin-top:7px;font-size:12px}.notice-content{align-self:center}.notice-status{display:inline-flex;padding:5px 10px;color:var(--blue-700);border-radius:999px;background:var(--blue-100);font-size:12px;font-weight:900}.notice-content h3{margin:10px 0 0;color:var(--navy);font-size:22px;font-weight:900}.notice-content p{margin:8px 0 0;color:var(--muted);font-size:14px}
.faq-section{background:var(--white)}.faq-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:70px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-call-card{display:inline-flex;align-items:center;gap:12px;margin-top:25px;padding:14px 18px;color:var(--white);border-radius:15px;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));box-shadow:0 14px 30px rgba(7,84,201,.22)}.faq-call-card>span:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16)}.faq-call-card small,.faq-call-card strong{display:block;line-height:1.15}.faq-call-card small{font-size:11px;opacity:.9}.faq-call-card strong{margin-top:4px;font-size:17px}.faq-list{display:grid;gap:12px}.faq-list details{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--white);box-shadow:0 8px 24px rgba(6,55,137,.055)}.faq-list details[open]{border-color:#b8d4f7}.faq-list details.faq-highlight{border-color:#b8d4f7;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.faq-list summary{position:relative;display:block;padding:20px 55px 20px 21px;color:#17253c;cursor:pointer;font-size:15px;font-weight:900;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"＋";position:absolute;right:20px;top:50%;width:28px;height:28px;display:grid;place-items:center;color:var(--blue-700);border-radius:50%;background:var(--blue-100);font-size:18px;transform:translateY(-50%)}.faq-list details[open] summary::after{content:"－"}.faq-list details p{margin:0;padding:0 21px 21px;color:var(--muted);font-size:14px;line-height:1.85}
.contact-section{padding:0 0 90px}.contact-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:48px 52px;color:var(--white);border-radius:var(--radius-large);background:linear-gradient(125deg,var(--blue-950),var(--blue-700));box-shadow:var(--shadow-soft)}.contact-label{display:inline-flex;margin-bottom:10px;color:#cfe3ff;font-size:13px;font-weight:900;letter-spacing:.08em}.contact-card h2{color:var(--white)}.contact-card p{max-width:650px;margin:13px 0 0;color:rgba(255,255,255,.8);font-size:15px}.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:230px}.button-light{color:var(--blue-900);background:var(--white)}.button-light .button-icon{color:var(--white);background:var(--blue-700)}.button-outline-light{min-height:50px;color:var(--white);border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.08);font-size:14px}.button-outline-light:hover{background:rgba(255,255,255,.15)}
.site-footer{padding:45px 0 34px;color:#b7c5d9;background:#07162f}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:20px 40px;align-items:start}.footer-brand strong{color:var(--white);font-size:18px}.footer-brand p{margin:5px 0 0;font-size:13px}.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;font-size:13px;font-weight:700}.footer-nav a:hover{color:var(--white)}.footer-disclaimer{grid-column:1/-1;margin:5px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.copyright{grid-column:1/-1;margin:0;font-size:12px}
@media (max-width:1100px){.header-inner{gap:20px}.main-nav{gap:20px}.header-call{min-width:170px;padding-inline:14px}.hero-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr)}.card-free{left:-5px}.card-simple{right:-5px}.card-points{left:5px}.floating-card{min-width:185px;padding:11px 12px}.floating-card strong{font-size:12px}.floating-card small{font-size:10px}.query-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){:root{--header-height:68px}.container{width:min(100% - 32px,760px)}.header-inner{grid-template-columns:auto 1fr}.brand{min-width:auto}.brand-mark{width:38px;height:38px}.brand-copy strong{font-size:20px}.brand-copy small{font-size:10px}.header-call{display:none}.main-nav{justify-content:flex-end;gap:22px}.desktop-nav-item{display:none!important}.main-nav a::after{bottom:7px}.hero-section,.hero-layout{min-height:auto}.hero-layout{display:block;padding:55px 0 48px}.hero-content{max-width:720px}.hero-content h1{font-size:clamp(42px,9vw,60px)}.hero-visual{display:none}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(2){border-right:1px solid var(--line)}.benefit-item:nth-child(3){border-left:1px solid var(--line);border-top:1px solid var(--line)}.benefit-item:nth-child(4){border-top:1px solid var(--line)}.steps-grid{grid-template-columns:1fr;gap:16px}.step-arrow{height:20px;transform:rotate(90deg)}.step-card{min-height:0}.pricing-grid{grid-template-columns:1fr;max-width:570px;margin-inline:auto}.price-card-popular{transform:none}.price-card-popular:hover{transform:translateY(-5px)}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-intro{position:static;text-align:center}.contact-card{grid-template-columns:1fr;padding:40px}.contact-actions{min-width:0;max-width:320px}.footer-inner{grid-template-columns:1fr}.footer-nav{justify-content:flex-start}.footer-disclaimer,.copyright{grid-column:1}}
@media (max-width:640px){html{scroll-padding-top:82px}.container{width:calc(100% - 28px)}.site-header{height:64px}.header-inner{gap:10px}.brand{gap:9px}.brand-mark{width:34px;height:34px;border-radius:10px}.brand-mark::before{width:19px;height:5px;left:8px;top:8px}.brand-mark::after{width:15px;height:5px;left:10px;top:15px}.brand-mark span{width:10px;height:5px;left:13px;top:23px}.brand-copy strong{font-size:18px}.brand-copy small{display:none}.main-nav{gap:0;font-size:13px}.main-nav a{height:64px;padding:0 9px}.main-nav a::after{bottom:6px}.hero-layout{padding:40px 0 38px}.hero-eyebrow{margin-bottom:14px;padding:6px 13px;font-size:12px}.hero-content h1{font-size:clamp(38px,11vw,50px);letter-spacing:-.05em}.hero-lead{margin-top:17px;font-size:19px}.hero-description{font-size:14px;line-height:1.8}.query-tags{gap:7px}.query-tags span{min-height:31px;padding:5px 10px;font-size:12px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.button{width:100%;min-width:0;min-height:60px}.hero-free-note strong{font-size:13px}.hero-free-note small{font-size:11px}.benefit-grid{grid-template-columns:1fr}.benefit-item{justify-content:flex-start;border-left:1px solid var(--line)!important;border-right:1px solid var(--line)!important;border-top:1px solid var(--line)}.benefit-item:first-child{border-top:0}.section{padding:68px 0}.section-heading{margin-bottom:30px}.section-heading h2,.faq-intro h2,.contact-card h2{font-size:30px}.section-heading p,.faq-intro>p{font-size:14px}.step-card{padding:32px 22px 24px}.step-icon{width:62px;height:62px;border-radius:18px;font-size:26px}.query-grid{grid-template-columns:1fr;gap:13px}.query-card{min-height:0;padding:22px}.query-card>strong{font-size:32px}.price-card{padding:26px 22px}.price-money strong{font-size:47px}.payment-trust{grid-template-columns:auto 1fr;padding:18px}.payment-badge{display:none}.payment-trust p{font-size:12px}.notice-card{grid-template-columns:1fr;padding:20px}.notice-date{min-height:85px}.notice-date strong{font-size:34px}.notice-content h3{font-size:19px}.faq-list summary{padding:18px 50px 18px 17px;font-size:14px}.faq-list summary::after{right:15px}.faq-list details p{padding:0 17px 18px;font-size:13px}.contact-section{padding-bottom:65px}.contact-card{gap:28px;padding:32px 24px;border-radius:22px}.contact-card p{font-size:14px}.footer-nav{display:grid;grid-template-columns:repeat(2,auto);justify-content:start}.site-footer{padding-bottom:28px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}

/* RUNJIN TYPOGRAPHY SOFT START */

/*
 * 潤金官網字型層級
 * 一般文字：400～500
 * 導覽／按鈕：600～700
 * 區塊標題：700～800
 * 重要數字：800
 */

html {
  font-synthesis: none;
}

body {
  font-family:
    "Noto Sans TC",
    "Microsoft JhengHei",
    "PingFang TC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
}

.brand-copy strong {
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-copy small {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.main-nav {
  font-weight: 600;
  letter-spacing: 0.015em;
}

.header-call small {
  font-weight: 500;
}

.header-call strong {
  font-weight: 700;
}

.hero-eyebrow {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero-content h1 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hero-lead {
  font-weight: 700;
}

.hero-description {
  font-weight: 400;
  line-height: 1.9;
}

.query-tags span {
  font-weight: 600;
}

.button {
  font-weight: 600;
}

.button small {
  font-weight: 500;
}

.button strong {
  font-weight: 700;
}

.hero-free-note strong {
  font-weight: 600;
}

.hero-free-note small {
  font-weight: 400;
}

.floating-card-icon {
  font-weight: 700;
}

.floating-card strong {
  font-weight: 700;
}

.floating-card small {
  font-weight: 400;
}

.benefit-icon {
  font-weight: 700;
}

.benefit-item strong {
  font-weight: 700;
}

.benefit-item small {
  font-weight: 400;
}

.section-label {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.section-heading h2,
.faq-intro h2,
.contact-card h2 {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.section-heading p,
.faq-intro > p {
  font-weight: 400;
}

.step-number {
  font-weight: 700;
}

.step-icon {
  font-weight: 700;
}

.step-card h3 {
  font-weight: 700;
}

.step-highlight {
  font-weight: 700;
}

.step-card p {
  font-weight: 400;
}

.query-card-type {
  font-weight: 600;
}

.query-card > strong {
  font-weight: 800;
}

.query-card p {
  font-weight: 400;
}

.price-name {
  font-weight: 600;
}

.price-money strong {
  font-weight: 800;
}

.price-points strong {
  font-weight: 700;
}

.price-points span {
  font-weight: 500;
}

.price-action {
  font-weight: 700;
}

.popular-label {
  font-weight: 700;
}

.payment-brand {
  font-weight: 600;
}

.payment-trust strong {
  font-weight: 700;
}

.payment-trust p {
  font-weight: 400;
}

.payment-badge {
  font-weight: 600;
}

.notice-date strong {
  font-weight: 800;
}

.notice-status {
  font-weight: 600;
}

.notice-content h3 {
  font-weight: 700;
}

.notice-content p {
  font-weight: 400;
}

.faq-list summary {
  font-weight: 650;
  letter-spacing: 0;
}

.faq-list details p {
  font-weight: 400;
  line-height: 1.9;
}

.faq-call-card small {
  font-weight: 500;
}

.faq-call-card strong {
  font-weight: 700;
}

.contact-label {
  font-weight: 600;
}

.contact-card p {
  font-weight: 400;
}

.button-light,
.button-outline-light {
  font-weight: 600;
}

.footer-brand strong {
  font-weight: 700;
}

.footer-brand p,
.footer-disclaimer,
.copyright {
  font-weight: 400;
}

.footer-nav {
  font-weight: 500;
}

.mobile-action-bar a {
  font-weight: 700;
}

/* 手機畫面進一步降低厚重感 */
@media (max-width: 760px) {
  .brand-copy strong {
    font-weight: 700;
  }

  .main-nav {
    font-weight: 600;
  }

  .hero-content h1 {
    font-weight: 800;
    letter-spacing: -0.025em;
  }

  .hero-lead {
    font-weight: 600;
  }

  .section-heading h2,
  .faq-intro h2,
  .contact-card h2 {
    font-weight: 750;
  }

  .faq-list summary {
    font-weight: 600;
  }
}

/* RUNJIN TYPOGRAPHY SOFT END */
