/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fafafa; }
.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }
a { color: inherit; text-decoration: none; }
h1 { font-size: 2.2rem; line-height: 1.2; }
h2 { font-size: 1.6rem; margin-bottom: 1rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }

/* === HERO === */
.hero { background: linear-gradient(135deg, #0d6efd 0%, #084298 100%); color: #fff; text-align: center; padding: 60px 20px; }
.hero h1 { font-size: 2.8rem; letter-spacing: -0.5px; }
.hero .subtitle { font-size: 1.2rem; margin-top: 0.5rem; opacity: 0.9; }
.hero .cta-sub { font-size: 1rem; margin-top: 0.8rem; opacity: 0.8; }

/* === CITY CHOICE === */
.city-choice { padding: 50px 0; text-align: center; }
.city-cards { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.city-card { display: block; background: #fff; border: 2px solid #e0e0e0; border-radius: 12px; padding: 30px 40px; transition: border .2s, transform .2s; min-width: 200px; }
.city-card:hover { border-color: #0d6efd; transform: translateY(-2px); }
.city-name { display: block; font-size: 1.4rem; font-weight: 700; color: #0d6efd; }
.city-desc { display: block; font-size: 0.9rem; color: #666; margin-top: 0.3rem; }

/* === SERVICE GRID === */
.services-preview { padding: 40px 0; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 1.5rem; }
.service-item { background: #fff; border-radius: 10px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); transition: box-shadow .2s; }
.service-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.service-item h3 { color: #084298; }
.service-item p { font-size: 0.95rem; color: #555; margin-top: 0.3rem; }

/* === PRICE TABLE === */
.price-section { padding: 40px 0; }
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.price-table th, .price-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #eee; }
.price-table th { background: #084298; color: #fff; font-weight: 600; }
.price-table tr:last-child td { border-bottom: none; }
.price-table .price { font-weight: 700; color: #0d6efd; white-space: nowrap; }
.price-table .note { font-size: 0.85rem; color: #888; }

/* === CTA BLOCK === */
.cta-block { background: linear-gradient(135deg, #fff3e0, #ffe0b2); border-radius: 14px; padding: 40px; text-align: center; margin: 40px 0; }
.cta-block h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.cta-block p { color: #555; margin-bottom: 1.5rem; }

/* === BUTTONS === */
.btn-primary, .btn-secondary { display: inline-block; padding: 14px 32px; border-radius: 8px; font-size: 1.05rem; font-weight: 600; margin: 0 8px; transition: transform .2s, box-shadow .2s; }
.btn-primary { background: #0d6efd; color: #fff; }
.btn-primary:hover { background: #0b5ed7; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(13,110,253,0.3); }
.btn-secondary { background: #25d366; color: #fff; }
.btn-secondary:hover { background: #1ebc59; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,211,102,0.3); }

/* === NAV === */
.nav { background: #fff; border-bottom: 1px solid #eee; padding: 12px 20px; position: sticky; top: 0; z-index: 10; }
.nav .container { display: flex; justify-content: space-between; align-items: center; }
.nav-brand { font-weight: 700; font-size: 1.1rem; color: #084298; }
.nav-links { display: flex; gap: 20px; }
.nav-links a { font-size: 0.9rem; color: #555; transition: color .2s; }
.nav-links a:hover { color: #0d6efd; }
.nav-links a.active { color: #0d6efd; font-weight: 600; }

/* === BREADCRUMBS === */
.breadcrumbs { padding: 16px 0; font-size: 0.85rem; color: #888; }
.breadcrumbs a { color: #0d6efd; }
.breadcrumbs a:hover { text-decoration: underline; }

/* === DETAILED SERVICE === */
.service-detail { padding: 30px 0 50px; }
.service-detail .intro { font-size: 1.1rem; color: #444; margin-bottom: 1.5rem; max-width: 700px; }
.service-detail ul { list-style: none; padding: 0; }
.service-detail li { padding: 10px 0; padding-left: 24px; position: relative; }
.service-detail li::before { content: "✓"; position: absolute; left: 0; color: #0d6efd; font-weight: 700; }
.service-detail .warning { background: #fff3cd; border-radius: 8px; padding: 16px 20px; margin: 24px 0; font-size: 0.95rem; color: #856404; }

/* === TRUST BLOCK === */
.trust-block { padding: 40px 0; text-align: center; }
.trust-items { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.trust-item { flex: 1; min-width: 180px; max-width: 240px; }
.trust-item .icon { font-size: 2rem; margin-bottom: 0.5rem; }
.trust-item h4 { font-size: 0.95rem; color: #333; }
.trust-item p { font-size: 0.85rem; color: #777; margin-top: 0.2rem; }

/* === FOOTER === */
footer { background: #1a1a1a; color: #aaa; text-align: center; padding: 24px 0; margin-top: 60px; font-size: 0.85rem; }

/* === RESPONSIVE === */
@media (max-width: 640px) {
    h1 { font-size: 1.8rem; }
    .hero { padding: 40px 16px; }
    .hero h1 { font-size: 2rem; }
    .city-cards { flex-direction: column; align-items: center; }
    .cta-block { padding: 24px 20px; }
    .btn-primary, .btn-secondary { display: block; margin: 8px auto; width: fit-content; }
    .nav-links { gap: 12px; font-size: 0.8rem; }
}
