/* ==========================================
   政采云代办托管代运营 - 官网样式
   纯静态SEO优化，适配百度/Google/360等
   ========================================== */

/* ---- Reset & Base ---- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;color:#171717;line-height:1.7;background:#fafafa;min-width:320px}
a{color:#2563eb;text-decoration:none;transition:color .2s ease}
a:hover{color:#1d4ed8}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}

/* ---- Container ---- */
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* ---- Header ---- */
.header{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}
.header .container{display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{height:36px;width:auto;flex-shrink:0}
.logo-text{display:none}
.nav{display:flex;gap:2px}
.nav a{display:block;padding:6px 14px;border-radius:8px;color:#525252;font-size:14px;font-weight:500;transition:all .15s ease}
.nav a:hover{color:#171717;background:#f5f5f5}
.nav a.active{color:#2563eb;background:#eff6ff;font-weight:600}
.phone-top{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#171717;white-space:nowrap;padding:6px 14px;border-radius:8px;transition:all .15s ease}
.phone-top:hover{background:#f5f5f5}
.phone-top svg{width:16px;height:16px;flex-shrink:0;color:#2563eb}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#171717;border-radius:8px}
.menu-toggle:hover{background:#f5f5f5}
.menu-toggle svg{width:22px;height:22px}

/* ---- Hero ---- */
.hero{background:linear-gradient(180deg,#f0f5ff 0%,#fff 100%);color:#171717;padding:100px 0 80px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-40%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.04) 0%,transparent 70%);pointer-events:none;border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.03) 0%,transparent 70%);pointer-events:none;border-radius:50%}
.hero .container{position:relative;z-index:1;text-align:center}
.hero h1{font-size:52px;font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em;color:#0f172a}
.hero h1 span{background:linear-gradient(135deg,#1e5bbf,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero .subtitle{font-size:18px;color:#64748b;margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}
.hero-price{margin-bottom:10px;display:flex;align-items:baseline;justify-content:center;gap:6px}
.hero-price-num{font-size:64px;font-weight:900;color:#1e5bbf;letter-spacing:-.03em;line-height:1;position:relative}
.hero-price-num::before{content:'¥';font-size:28px;font-weight:700;color:#1e5bbf;margin-right:4px;vertical-align:top;position:relative;top:-6px}
.hero-price-unit{font-size:20px;font-weight:600;color:#475569;position:relative;top:-8px}
.hero-price-sub{font-size:13px;color:#94a3b8;margin-bottom:28px}
.hero .cta-group{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none;letter-spacing:-.01em}
.btn-primary{background:#2563eb;color:#fff}
.btn-primary:hover{background:#1d4ed8;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,99,235,.3)}
.btn-outline{background:transparent;color:#475569;border:1px solid #cbd5e1}
.btn-outline:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b;transform:translateY(-1px)}
.btn-phone{background:#2563eb;color:#fff;font-size:16px;padding:14px 32px}
.btn-phone:hover{background:#1d4ed8;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,99,235,.3)}
.btn-phone svg{color:#fff}

/* ---- Section Common ---- */
.section{padding:96px 0}
.section-title{text-align:center;margin-bottom:56px}
.section-title h2{font-size:36px;font-weight:700;color:#171717;margin-bottom:14px;letter-spacing:-.02em}
.section-title p{font-size:16px;color:#737373;max-width:540px;margin:0 auto;line-height:1.7}

/* ---- Trust Bar ---- */
.trust-bar{background:#fff;border-bottom:1px solid #f0f0f0;padding:0}
.trust-bar .container{display:flex;align-items:center;justify-content:center;gap:0}
.trust-bar-item{text-align:center;padding:32px 40px}
.trust-bar-num{display:block;font-size:36px;font-weight:800;color:#1e5bbf;letter-spacing:-.03em;line-height:1.2}
.trust-bar-plus{font-size:22px;font-weight:600;margin-left:2px}
.trust-bar-label{display:block;font-size:13px;color:#94a3b8;margin-top:6px;font-weight:500}
.trust-bar-divider{width:1px;height:48px;background:#f0f0f0}

/* ---- Features ---- */
.features{background:#fff;border-bottom:1px solid #f0f0f0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feature-card{text-align:center;padding:36px 24px;border-radius:16px;background:#fff;border:1px solid #f0f0f0;transition:all .25s ease}
.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.06);border-color:#e5e5e5}
.feature-icon{width:56px;height:56px;margin:0 auto 18px;background:#eff6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}
.feature-card h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#171717;letter-spacing:-.01em}
.feature-card p{font-size:14px;color:#737373;line-height:1.6}

/* ---- Services ---- */
.services{background:#fafafa}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:#fff;border-radius:20px;padding:40px 32px;border:1px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08);border-color:#e5e5e5}
.service-card.featured{border:2px solid #2563eb;box-shadow:0 4px 20px rgba(37,99,235,.08)}
.service-card.featured::before{content:'推荐';position:absolute;top:18px;right:18px;background:#2563eb;color:#fff;padding:3px 12px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.02em}
.service-card h3{font-size:20px;font-weight:700;margin-bottom:6px;color:#171717;letter-spacing:-.01em}
.service-card .price{font-size:32px;font-weight:700;color:#171717;margin-bottom:20px;letter-spacing:-.02em}
.service-card .price small{font-size:14px;font-weight:400;color:#a3a3a3}
.service-card ul{margin-bottom:28px;border-top:1px solid #f5f5f5;padding-top:20px}
.service-card ul li{padding:7px 0;font-size:14px;color:#525252;position:relative;padding-left:22px;line-height:1.6}
.service-card ul li::before{content:'✓';position:absolute;left:0;color:#22c55e;font-weight:600;font-size:13px}
.service-card .btn{width:100%;justify-content:center}

/* ---- City Section ---- */
.city-section{background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.city-search{margin-bottom:32px;display:flex;gap:10px;max-width:460px;margin-left:auto;margin-right:auto}
.city-search input{flex:1;padding:12px 18px;border:1px solid #e5e5e5;border-radius:10px;font-size:15px;outline:none;transition:all .2s ease;background:#fafafa}
.city-search input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.city-search button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
.city-search button:hover{background:#1d4ed8}
.city-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px;justify-content:center}
.city-tab{padding:6px 16px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #e5e5e5;background:#fff;color:#737373;transition:all .15s ease}
.city-tab:hover{border-color:#2563eb;color:#2563eb;background:#fafafa}
.city-tab.active{border-color:#2563eb;color:#fff;background:#2563eb}
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:6px}
.city-grid a{display:block;padding:10px 8px;text-align:center;border-radius:8px;background:#fafafa;color:#525252;font-size:14px;transition:all .15s ease;border:1px solid transparent}
.city-grid a:hover{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}
.city-grid a.city-hidden{display:none}
.city-toggle-row{text-align:center;margin-top:20px}
.city-toggle-btn{padding:10px 28px;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#6b7280;transition:all .2s ease}
.city-toggle-btn:hover{border-color:#2563eb;color:#2563eb;background:#f8faff}

/* ---- Process ---- */
.process{background:#fafafa}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.process-steps::before{content:'';position:absolute;top:44px;left:18%;right:18%;height:1px;background:#e5e5e5;z-index:0}
.process-step{text-align:center;position:relative;z-index:1}
.step-num{width:88px;height:88px;margin:0 auto 18px;border-radius:50%;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#2563eb;transition:all .25s ease}
.process-step:hover .step-num{box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#2563eb;transform:scale(1.04)}
.process-step h4{font-size:16px;font-weight:600;margin-bottom:6px;color:#171717;letter-spacing:-.01em}
.process-step p{font-size:14px;color:#737373;line-height:1.6}

/* ---- Trust ---- */
.trust{background:#fff;border-bottom:1px solid #f0f0f0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.trust-item{padding:32px 24px;border-radius:16px;border:1px solid #f0f0f0;transition:all .25s ease}
.trust-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.04)}
.trust-num{font-size:40px;font-weight:700;color:#2563eb;margin-bottom:4px;letter-spacing:-.02em}
.trust-label{font-size:14px;color:#737373}

/* ---- FAQ ---- */
.faq{background:#fafafa}
.faq-list{max-width:760px;margin:0 auto}
.faq-item{background:#fff;border-radius:14px;margin-bottom:10px;overflow:hidden;border:1px solid #f0f0f0;transition:all .2s ease}
.faq-item:hover{border-color:#e5e5e5}
.faq-q{padding:20px 28px;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#171717;user-select:none;letter-spacing:-.01em}
.faq-q::after{content:'+';font-size:20px;color:#a3a3a3;font-weight:400;transition:transform .3s ease}
.faq-item.open .faq-q::after{content:'−';color:#2563eb}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 28px;font-size:15px;color:#525252;line-height:1.8}
.faq-item.open .faq-a{max-height:400px;padding:0 28px 22px}

/* ---- CTA Bottom ---- */
.cta-bottom{background:linear-gradient(135deg,#1a3a6b 0%,#1e5bbf 100%);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}
.cta-bottom::before{content:'';position:absolute;top:-30%;right:-10%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none;border-radius:50%}
.cta-bottom .container{position:relative;z-index:1}
.cta-bottom h2{font-size:34px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}
.cta-bottom p{font-size:16px;color:rgba(255,255,255,.75);margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}
.cta-bottom .btn-phone{display:inline-flex;margin-bottom:18px;background:#fff;color:#1e5bbf;font-size:17px;padding:14px 36px}
.cta-bottom .btn-phone:hover{background:#f0f5ff;color:#1e5bbf;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.cta-bottom .btn-phone svg{color:#1e5bbf}
.cta-note{font-size:13px;color:rgba(255,255,255,.55)}
.icp{font-size:12px;color:#64748b;margin-top:6px}
.icp a{color:#64748b}
.icp a:hover{color:#94a3b8}

/* ---- Footer ---- */
.footer{background:#1a2332;color:#94a3b8;padding:64px 0 28px;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}
.footer h4{color:#e2e8f0;font-size:15px;margin-bottom:18px;font-weight:600;letter-spacing:-.01em}
.footer p,.footer a{font-size:14px;color:#94a3b8;line-height:2.2}
.footer a:hover{color:#e2e8f0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:28px;text-align:center;font-size:13px;color:#64748b}
.footer-city-links{display:flex;flex-wrap:wrap;gap:4px}
.footer-city-links a{font-size:12px;color:#64748b;padding:3px 8px;border-radius:6px;transition:all .15s ease}
.footer-city-links a:hover{background:rgba(255,255,255,.04);color:#94a3b8}

/* ---- Article Detail ---- */
.article-detail{padding:60px 0 80px;background:#fff}
.article-detail .container{display:grid;grid-template-columns:1fr 300px;gap:56px;max-width:1200px}
.article-detail article{min-width:0}
.article-header{margin-bottom:36px;border-bottom:1px solid #f0f0f0;padding-bottom:28px}
.article-category{display:inline-block;padding:5px 16px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:16px;letter-spacing:.02em}
.cat-zhengce{background:#eff6ff;color:#1d4ed8}
.cat-ruzhu{background:#f0fdf4;color:#16a34a}
.cat-shengfen{background:#fffbeb;color:#d97706}
.cat-anli{background:#faf5ff;color:#9333ea}
.article-header h1{font-size:34px;font-weight:700;color:#171717;line-height:1.35;margin-bottom:18px;letter-spacing:-.02em}
.article-meta{display:flex;align-items:center;gap:14px;font-size:14px;color:#a3a3a3;flex-wrap:wrap}
.article-meta time{font-weight:500}
.article-meta .dot{width:4px;height:4px;border-radius:50%;background:#d4d4d4}
.article-featured-image{margin:0 0 36px;border-radius:16px;overflow:hidden;border:1px solid #f0f0f0}
.article-featured-image img{width:100%;height:auto;display:block}
.article-body{font-size:16px;line-height:2;color:#404040}
.article-body h2{font-size:26px;font-weight:700;color:#171717;margin:48px 0 20px;letter-spacing:-.01em}
.article-body h3{font-size:20px;font-weight:600;color:#171717;margin:32px 0 16px;letter-spacing:-.01em}
.article-body p{margin-bottom:20px}
.article-body strong{color:#2563eb;font-weight:600}
.article-body a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;transition:all .15s ease}
.article-body a:hover{color:#1d4ed8}
.article-body ul,.article-body ol{margin:18px 0 24px;padding-left:0}
.article-body ul li{position:relative;padding:6px 0 6px 24px;list-style:none;line-height:1.9}
.article-body ul li::before{content:'';position:absolute;left:4px;top:15px;width:5px;height:5px;border-radius:50%;background:#2563eb}
.article-body ol{counter-reset:article-ol}
.article-body ol li{counter-increment:article-ol;padding:6px 0 6px 32px;list-style:none;line-height:1.9;position:relative}
.article-body ol li::before{content:counter(article-ol);position:absolute;left:0;top:7px;width:22px;height:22px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;text-align:center;line-height:22px}
.article-body table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;font-size:14px;border-radius:12px;overflow:hidden;border:1px solid #f0f0f0}
.article-body thead th{background:#fafafa;color:#171717;font-weight:600;padding:14px 16px;text-align:left;font-size:14px;border-bottom:1px solid #e5e5e5}
.article-body tbody td{padding:12px 16px;border-bottom:1px solid #f5f5f5;color:#525252;vertical-align:top}
.article-body tbody tr:last-child td{border-bottom:none}
.article-body .tip-box{margin:28px 0;padding:20px 24px;border-radius:12px;position:relative;padding-left:56px;font-size:15px;line-height:1.8}
.article-body .tip-box::before{position:absolute;left:20px;top:20px;font-size:20px}
.tip-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}
.tip-info::before{content:'💡'}
.tip-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}
.tip-warning::before{content:'⚠️'}
.tip-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.tip-success::before{content:'✅'}
.article-body blockquote{margin:28px 0;padding:20px 28px;background:#fafafa;border-left:3px solid #2563eb;border-radius:0 10px 10px 0;color:#525252;font-size:15px}
.article-body blockquote p{margin-bottom:0}
.article-cta{margin-top:48px;padding:32px 36px;background:linear-gradient(135deg,#1a3a6b 0%,#1e5bbf 100%);border-radius:16px;color:#fff;text-align:center}
.article-cta h3{font-size:22px;font-weight:700;margin-bottom:8px;color:#fff}
.article-cta p{font-size:15px;color:rgba(255,255,255,.75);margin-bottom:20px}
.article-cta .btn-phone{background:#fff;color:#1e5bbf;display:inline-flex}
.article-cta .btn-phone:hover{background:#f0f5ff;color:#1e5bbf}
.article-source{margin-top:36px;padding:18px 20px;background:#fafafa;border-radius:10px;font-size:13px;color:#a3a3a3;border:1px solid #f0f0f0}
.article-source a{color:#2563eb}
.article-sidebar{position:sticky;top:84px;align-self:start}
.article-sidebar .sidebar-card{background:#fff;border-radius:14px;padding:24px;margin-bottom:20px;border:1px solid #f0f0f0}
.article-sidebar h4{font-size:15px;font-weight:600;color:#171717;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}
.article-sidebar ul li{margin-bottom:4px}
.article-sidebar ul li a{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:#525252;font-size:14px;transition:all .15s ease}
.article-sidebar ul li a:hover{background:#f5f5f5;color:#171717}
.article-sidebar .side-cta{background:linear-gradient(135deg,#1a3a6b 0%,#1e5bbf 100%);color:#fff;padding:24px;border-radius:14px;text-align:center}
.article-sidebar .side-cta .phone-num{font-size:22px;font-weight:700;margin:8px 0}
.article-sidebar .side-cta .phone-label{font-size:12px;color:rgba(255,255,255,.65)}
.article-nav{margin-top:48px;display:flex;gap:16px;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:28px}
.article-nav a{padding:14px 24px;background:#fafafa;border-radius:10px;color:#525252;font-size:14px;transition:all .15s ease;flex:1;text-align:center;border:1px solid #f0f0f0}
.article-nav a:hover{background:#f5f5f5;color:#171717;border-color:#e5e5e5}
@media(max-width:1024px){
  .article-detail .container{grid-template-columns:1fr;gap:36px}
  .article-sidebar{position:static}
  .article-sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
}
@media(max-width:768px){
  .article-header h1{font-size:26px}
  .article-body{font-size:15px;line-height:1.85}
  .article-body h2{font-size:22px}
  .article-body h3{font-size:18px}
  .article-sidebar{grid-template-columns:1fr}
  .article-body table{font-size:12px}
  .article-body table td, .article-body table th{padding:8px 10px}
}

/* ---- City Page Specific ---- */
.city-intro{background:#fff;padding:56px 0;border-bottom:1px solid #f0f0f0}
.city-intro h2{font-size:26px;font-weight:700;margin-bottom:18px;color:#171717;letter-spacing:-.01em}
.city-intro p{font-size:15px;color:#525252;line-height:1.9;margin-bottom:14px}
.city-services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}
.city-service-item{background:#fafafa;padding:24px;border-radius:12px;text-align:center;border:1px solid #f0f0f0}
.city-service-item h4{font-size:16px;font-weight:600;margin-bottom:8px;color:#171717}
.city-service-item p{font-size:13px;color:#737373}
.related-cities{margin-top:48px;padding-top:28px;border-top:1px solid #f0f0f0}

/* ---- Breadcrumb ---- */
.breadcrumb{padding:14px 0;font-size:13px;color:#a3a3a3}
.breadcrumb .container{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.breadcrumb a{color:#737373;text-decoration:none;transition:color .15s ease}
.breadcrumb a:hover{color:#171717}
.breadcrumb span{color:#d4d4d4}
.breadcrumb .current{color:#525252;font-weight:500}

/* ---- Service Page Header ---- */
.page-header{background:linear-gradient(135deg,#1a3a6b 0%,#1e5bbf 100%);color:#fff;padding:72px 0;text-align:center;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:-30%;right:-10%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none;border-radius:50%}
.page-header .container{position:relative;z-index:1}
.page-header h1{font-size:40px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}
.page-header p{font-size:17px;color:rgba(255,255,255,.75);max-width:540px;margin:0 auto}

/* ---- Content Page Typography ---- */
.content-page{padding:72px 0;background:#fff}
.content-page .container{max-width:860px}
.content-page h2{font-size:28px;font-weight:700;color:#171717;margin:52px 0 20px;letter-spacing:-.01em}
.content-page h2:first-child{margin-top:0}
.content-page h3{font-size:18px;font-weight:600;color:#171717;margin:18px 0 10px;letter-spacing:-.01em}
.content-page h4{font-size:16px;font-weight:600;color:#171717;margin:14px 0 8px;letter-spacing:-.01em}
.content-page p{font-size:15px;color:#525252;line-height:1.85;margin-bottom:18px}
.content-page a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;transition:all .15s ease}
.content-page a:hover{color:#1d4ed8}
.content-page strong{color:#171717;font-weight:600}
.content-page ul,.content-page ol{margin:18px 0 28px;padding-left:0}
.content-page ul li{position:relative;padding:8px 0 8px 22px;font-size:15px;color:#525252;line-height:1.8;list-style:none}
.content-page ul li::before{content:'';position:absolute;left:4px;top:16px;width:5px;height:5px;border-radius:50%;background:#2563eb}
.content-page ol{counter-reset:srv-ol;list-style:none}
.content-page ol li{counter-increment:srv-ol;padding:0;margin-bottom:20px;font-size:15px;color:#525252;line-height:1.8;list-style:none;background:#fafafa;border-radius:14px;padding:26px 28px 26px 60px;position:relative;border:1px solid #f0f0f0;transition:all .2s ease}
.content-page ol li:hover{border-color:#e5e5e5;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.content-page ol li::before{content:counter(srv-ol);position:absolute;left:20px;top:26px;width:26px;height:26px;border-radius:50%;background:#2563eb;color:#fff;font-size:13px;font-weight:600;text-align:center;line-height:26px}
.content-page ol li h3{font-size:17px;font-weight:600;color:#171717;margin:0 0 8px}
.content-page ol li p{font-size:14px;color:#737373;line-height:1.8;margin-bottom:0}

/* ---- Highlight Box ---- */
.highlight-box{background:#fafafa;border:1px solid #e5e5e5;border-radius:14px;padding:24px 28px;margin:28px 0;font-size:15px;color:#404040;line-height:1.85}
.highlight-box strong{display:block;font-size:16px;margin-bottom:6px;color:#171717;font-weight:600}

/* ---- Content Page Tables ---- */
.content-page table{width:100%;border-collapse:separate;border-spacing:0;margin:24px 0 32px;font-size:14px;border-radius:14px;overflow:hidden;border:1px solid #f0f0f0}
.content-page thead th{background:#fafafa;color:#171717;font-weight:600;padding:14px 16px;text-align:center;font-size:13px;border-bottom:1px solid #e5e5e5}
.content-page thead th:first-child{text-align:left}
.content-page tbody td{padding:12px 16px;text-align:center;border-bottom:1px solid #f5f5f5;color:#525252;background:#fff}
.content-page tbody td:first-child{text-align:left;font-weight:600;color:#171717}
.content-page tbody tr:last-child td{border-bottom:none}
.content-page .check{color:#22c55e;font-weight:700;font-size:16px}

/* ---- Feature Grid in Content ---- */
.content-page .feature-grid{margin:28px 0 48px}

/* ---- Process Steps in Content ---- */
.content-page .process-steps{margin:24px 0 48px}

/* ---- Service Detail Items ---- */
.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:28px 0}
.service-detail-item{background:#fafafa;border-radius:14px;padding:26px;border:1px solid #f0f0f0;transition:all .2s ease}
.service-detail-item:hover{border-color:#e5e5e5;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.service-detail-item h4{font-size:16px;font-weight:600;color:#171717;margin-bottom:10px;letter-spacing:-.01em}
.service-detail-item p{font-size:14px;color:#737373;line-height:1.8;margin-bottom:0}
.service-detail-item .icon-dot{display:inline-block;width:7px;height:7px;background:#2563eb;border-radius:50%;margin-right:8px}

/* ---- Strategy Section ---- */
.strategy-section{background:#fafafa;border-radius:14px;padding:36px;margin:28px 0;border:1px solid #f0f0f0}
.strategy-section h3{color:#171717;margin-bottom:18px;font-weight:600}
.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.strategy-card{background:#fff;border-radius:12px;padding:24px;text-align:center;border:1px solid #f0f0f0;transition:all .2s ease}
.strategy-card:hover{border-color:#e5e5e5;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.strategy-card .strategy-icon{font-size:32px;margin-bottom:10px}
.strategy-card h4{font-size:15px;font-weight:600;color:#171717;margin-bottom:6px}
.strategy-card p{font-size:13px;color:#737373;line-height:1.6}

/* ---- FAQ in Content ---- */
.content-page .faq-list{margin-top:28px}
.content-page .faq-item{margin-bottom:12px}

/* ---- Compare Table ---- */
.compare-table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;font-size:14px;border-radius:14px;overflow:hidden;border:1px solid #f0f0f0}
.compare-table thead{background:#fafafa}
.compare-table th{padding:14px 18px;text-align:center;font-weight:600;font-size:13px;color:#171717;border-bottom:1px solid #e5e5e5}
.compare-table th:first-child{text-align:left}
.compare-table td{padding:12px 18px;text-align:center;border-bottom:1px solid #f5f5f5;color:#525252;background:#fff}
.compare-table td:first-child{text-align:left;font-weight:600;color:#171717}
.compare-table .check{color:#22c55e;font-weight:700;font-size:16px}
.compare-table td:first-child small{display:block;font-weight:400;color:#a3a3a3;font-size:12px;margin-top:2px}

/* ---- Responsive ---- */
@media (max-width:1024px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .process-steps::before{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .city-services{grid-template-columns:1fr}
}
@media (max-width:768px){
  .header .container{height:56px}
  .nav{display:none;position:fixed;top:56px;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);flex-direction:column;padding:20px;gap:4px;box-shadow:0 8px 30px rgba(0,0,0,.08);border-top:1px solid #f0f0f0}
  .nav.open{display:flex}
  .nav a{padding:10px 14px;font-size:15px}
  .menu-toggle{display:block}
  .phone-top{font-size:15px;padding:6px 10px}
  .hero{padding:64px 0 56px}
  .hero h1{font-size:32px}
  .hero .subtitle{font-size:15px}
  .hero-price-num{font-size:48px}
  .hero-price-num::before{font-size:22px;top:-4px}
  .hero-price-unit{font-size:16px}
  .trust-bar .container{flex-wrap:wrap}
  .trust-bar-item{padding:24px 20px;flex:1 1 40%;min-width:140px}
  .trust-bar-num{font-size:28px}
  .trust-bar-divider{display:none}
  .section{padding:60px 0}
  .section-title h2{font-size:26px}
  .section-title{margin-bottom:40px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .service-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .btn-phone{font-size:15px;padding:12px 24px}
  .cta-bottom h2{font-size:26px}
  .page-header{padding:48px 0}
  .page-header h1{font-size:26px}
  .page-header p{font-size:15px}
  .content-page{padding:48px 0}
  .content-page h2{font-size:22px;margin:36px 0 16px}
  .content-page .container{padding:0 16px}
  .service-detail-grid{grid-template-columns:1fr}
  .strategy-grid{grid-template-columns:1fr}
  .content-page table,.compare-table{font-size:12px}
  .content-page table td,.content-page table th,.compare-table td,.compare-table th{padding:8px 10px}
  .content-page ol li{padding:20px 20px 20px 50px}
  .content-page ol li::before{left:14px;top:20px;width:24px;height:24px;font-size:12px;line-height:24px}
}
@media (max-width:480px){
  .hero h1{font-size:26px}
  .hero-price-num{font-size:40px}
  .hero-price-num::before{font-size:18px;top:-3px}
  .hero-price-unit{font-size:14px}
  .hero .cta-group{flex-direction:column;align-items:stretch}
  .hero .cta-group .btn{text-align:center;justify-content:center}
  .trust-bar-item{flex:1 1 100%;padding:20px 16px}
  .feature-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .city-search{flex-direction:column}
  .city-grid{grid-template-columns:repeat(4,1fr)}
  .section{padding:48px 0}
  .content-page h2{font-size:20px}
}