*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #333; line-height: 1.6; background: #f8f9fa; }
a { color: #c4122f; text-decoration: none; transition: color 0.2s; }
a:hover { color: #9e0e26; }

/* ===== HEADER ===== */
.sg-header { padding: 18px 20px; background: #fff; border-bottom: 1px solid #eee; }
.sg-header-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.sg-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.sg-logo img { height: 36px; width: auto; }
.sg-logo img { border: solid 1px #ccc; margin: 3px 3px 0 0; }
.sg-logo strong { font-size: 1.4rem; color: #1a1a2e; letter-spacing: -0.5px; }
.sg-logo strong span { color: #c4122f; }
.sg-header-cta { font-size: 0.82rem; color: #666; }
.sg-header-cta a { font-weight: 600; color: #c4122f; }
.sg-nav { display: flex; gap: 28px; align-items: center; margin: 0 24px; }
.sg-nav a { font-size: 0.92rem; color: #1a1a2e; font-weight: 500; padding: 6px 0; position: relative; text-decoration: none; transition: color 0.15s; white-space: nowrap; }
.sg-nav a:hover { color: #c4122f; }
.sg-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #c4122f; transform: scaleX(0); transform-origin: left; transition: transform 0.2s; }
.sg-nav a:hover::after { transform: scaleX(1); }
@media (max-width: 860px) {
    .sg-header-inner { flex-wrap: wrap; row-gap: 10px; }
    .sg-nav { order: 3; width: 100%; margin: 0; justify-content: center; gap: 18px; border-top: 1px solid #f0f0f0; padding-top: 10px; }
    .sg-nav a { font-size: 0.85rem; }
}
@media (max-width: 480px) {
    .sg-nav { gap: 12px; }
    .sg-nav a { font-size: 0.8rem; }
}

/* ===== HERO ===== */
.hero-banner { position: relative; background: #1a1a2e url('/background.jpg') no-repeat center center; background-size: cover; color: #fff; padding: 80px 20px; overflow: hidden; }
.hero-banner::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(26,26,46,0.55) 0%, rgba(26,26,46,.6) 50%, rgba(26,26,46,0.15) 100%); z-index: 1; }
.hero-inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.hero-badge { display: inline-block; background: #c4122f; color: #fff; padding: 5px 16px; border-radius: 4px; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px; }
.hero-inner h1 { font-size: 2.8rem; font-weight: 700; line-height: 1.15; margin-bottom: 18px; }
.hero-inner > p { font-size: 1.2rem; color: rgba(255,255,255,0.88); margin-bottom: 35px; max-width: 620px; margin-left: auto; margin-right: auto; }
.btn-translate { display: inline-block; background: #c4122f; color: #fff; padding: 16px 48px; border-radius: 8px; font-size: 1.2rem; font-weight: 700; border: none; cursor: pointer; transition: background 0.2s, transform 0.1s; letter-spacing: 0.3px; }
.btn-translate:hover { background: #a01028; color: #fff; transform: translateY(-1px); }
.hero-stats { display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat .stat-num { font-size: 1.6rem; font-weight: 700; display: block; }
.hero-stat .stat-label { font-size: 0.82rem; opacity: 0.75; text-transform: uppercase; letter-spacing: 0.5px; }

/* ===== SERVICES ===== */
.services-section { padding: 60px 20px; background: #fff; }
.services-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 700; color: #c4122f; text-transform: uppercase; letter-spacing: 1.2px; text-align: center; margin-bottom: 6px; }
.section-title { font-size: 1.7rem; font-weight: 700; color: #1a1a2e; text-align: center; margin: 0 0 40px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: #fff; border: 2px solid #e8eef4; border-radius: 12px; padding: 28px 22px; text-align: left; transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer; color: inherit; display: block; }
.service-card:hover { border-color: #c4122f; box-shadow: 0 4px 20px rgba(196,18,47,0.1); }
.svc-icon-box { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-icon-box svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.service-card .price-tag { font-size: 0.82rem; font-weight: 600; color: #c4122f; margin-bottom: 10px; }
.service-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }

/* ===== WHY US ===== */
.why-section { padding: 60px 20px; background: #f5f6fa; border-top: 1px solid #e0e4ed; }
.why-inner { max-width: 1100px; margin: 0 auto; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.why-card { text-align: left; padding: 24px; background: #fff; border-radius: 10px; border: 1px solid #e8eef4; }
.why-icon-box { width: 40px; height: 40px; border-radius: 8px; background: #eef0f8; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.why-icon-box svg { width: 20px; height: 20px; color: #1a1a2e; }
.why-card h3 { font-size: 0.95rem; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; }
.why-card p { font-size: 0.85rem; color: #666; line-height: 1.6; margin: 0; }

/* ===== TRUST BAR ===== */
.trust-bar { background: #fff; padding: 24px 20px; border-top: 1px solid #eee; text-align: center; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #888; }
.trust-item svg { width: 18px; height: 18px; color: #c4122f; }

/* ===== FOOTER ===== */
footer { background: #fff; border-top: 1px solid #eee; color: #777; font-size: 0.9rem; }
.footer-nav { max-width: 1100px; margin: 0 auto; padding: 40px 20px 20px; display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 30px; }
.footer-about-row { max-width: 1100px; margin: 0 auto; padding: 16px 20px 20px; border-top: 1px solid #eee; font-size: 0.85rem; color: #555; }
.footer-about-row h4 { color: #1a1a2e; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 6px; font-weight: 700; }
.footer-about-row p { margin: 0 0 6px; line-height: 1.5; }
.footer-about-row .contact { font-size: 0.85rem; color: #555; }
.footer-about-row .contact b { color: #333; }
.footer-nav h4 { color: #1a1a2e; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px; font-weight: 700; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav ul li { margin-bottom: 6px; }
.footer-nav ul a { color: #666; font-size: 0.85rem; transition: color 0.2s; }
.footer-nav ul a:hover { color: #c4122f; }
/* .footer-about removed — about section now in .footer-about-row below nav */
.footer-bottom { max-width: 1100px; margin: 0 auto; padding: 16px 20px; border-top: 1px solid #eee; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.78rem; color: #999; }

/* ===== MODAL (AITranslation-style two-panel slider) ===== */
.modal-overlay { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); display: none; }
.modal-overlay.active { display: block; }
.modal-center { display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 16px; }
.modal-box { background: #fff; border-radius: 16px; box-shadow: 0 25px 60px rgba(0,0,0,0.25); width: 100%; max-width: 960px; overflow: hidden; position: relative; transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out; display: flex; flex-direction: column; }
.modal-close { position: absolute; top: 12px; right: 12px; z-index: 10; width: 32px; height: 32px; border-radius: 50%; border: none; background: #f0f2f5; color: #666; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.modal-close:hover { background: #e0e2e5; }
.modal-close svg { width: 16px; height: 16px; }
.modal-slider { display: flex; transition: transform 0.3s ease-in-out; width: 200%; height: 100%; }
.modal-panel { width: 50%; overflow: hidden; }

/* Panel 1: service selection */
.modal-p1 { padding: 32px; min-height: 420px; overflow-y: auto; }
.modal-p1 h2 { font-size: 1.2rem; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.modal-p1 > p { font-size: 0.88rem; color: #888; margin-bottom: 24px; }
.modal-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal-svc-btn { text-align: left; border: 2px solid #e8eef4; border-radius: 12px; padding: 20px; background: #fff; cursor: pointer; transition: border-color 0.2s, background 0.15s; font-family: inherit; }
.modal-svc-btn:hover { border-color: #c4122f; background: #fef5f6; }
.modal-svc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.modal-svc-ico { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.modal-svc-ico svg { width: 20px; height: 20px; }
.modal-svc-name { font-size: 0.92rem; font-weight: 700; color: #1a1a2e; }
.modal-svc-price { font-size: 0.75rem; font-weight: 600; color: #c4122f; }
.modal-svc-btn p { font-size: 0.8rem; color: #888; line-height: 1.4; margin: 0; }

/* Panel 2: iframe */
.modal-p2 { display: flex; flex-direction: column; min-height: 420px; }
.modal-p2-header { display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-bottom: 1px solid #eee; flex-shrink: 0; }
.modal-back { display: flex; align-items: center; gap: 4px; font-size: 0.88rem; color: #888; cursor: pointer; background: none; border: none; font-family: inherit; transition: color 0.2s; }
.modal-back:hover { color: #c4122f; }
.modal-back svg { width: 16px; height: 16px; }
.modal-svc-label { font-size: 0.88rem; font-weight: 700; color: #1a1a2e; }
.modal-iframe-wrap { flex: 1; overflow: hidden; }
.modal-iframe-wrap iframe { width: 100%; border: 0; height: 100%; }

@media (max-width: 639px) {
    .modal-box { max-width: 100% !important; max-height: 100vh !important; border-radius: 0 !important; height: 100vh; }
    .modal-panel { min-height: auto !important; }
    .modal-svc-grid { grid-template-columns: 1fr; }
    .modal-iframe-wrap iframe { min-height: calc(100vh - 52px) !important; }
}
@media (min-width: 640px) {
    .modal-iframe-wrap iframe { min-height: 400px; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
    .hero-inner h1 { font-size: 2.2rem; }
    .hero-banner { padding: 50px 20px; }
    .hero-stats { gap: 24px; }
    .why-grid { grid-template-columns: 1fr; }
    .footer-nav { grid-template-columns: 1fr 1fr; gap: 24px; }
    .sg-header-cta { display: none; }
}
@media (max-width: 640px) {
    .services-grid { grid-template-columns: 1fr; }
    .hero-inner h1 { font-size: 1.8rem; }
    .hero-inner > p { font-size: 1rem; }
    .btn-translate { padding: 14px 36px; font-size: 1.05rem; }
}
@media (max-width: 480px) { .footer-nav { grid-template-columns: 1fr; } }

/* ===== CONTENT PAGES ===== */
.content-section { padding: 50px 20px; background: #fff; }
.content-inner { max-width: 900px; margin: 0 auto; }
.content-inner h2 { font-size: 1.4rem; font-weight: 700; color: #1a1a2e; margin: 30px 0 12px; }
.content-inner h2:first-child { margin-top: 0; }
.content-inner h3 { font-size: 1.1rem; font-weight: 600; color: #333; margin: 20px 0 10px; }
.content-inner p { line-height: 1.7; color: #444; margin-bottom: 15px; }
.content-inner ul, .content-inner ol { margin: 12px 0; padding-left: 24px; line-height: 1.8; color: #444; }
.content-inner img.serviceThumb { float: right; margin: 0 0 15px 20px; border-radius: 8px; max-width: 180px; }
.content-inner a { color: #c4122f; }
.content-inner a:hover { color: #9e0e26; text-decoration: underline; }
.breadcrumbs { font-size: 0.82rem; color: #888; margin-bottom: 20px; }
.breadcrumbs a { color: #888; }
.breadcrumbs a:hover { color: #c4122f; }

/* Neighbourhood link grid (footer, language pages only) */
.footer-locations { max-width: 1100px; margin: 0 auto; padding: 30px 20px; border-top: 1px solid #eee; }
.footer-locations h4 { color: #1a1a2e; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px; font-weight: 700; }
.footer-locations-grid { columns: 4; column-gap: 20px; }
.footer-locations-grid a { display: block; font-size: 0.8rem; color: #666; margin-bottom: 4px; text-decoration: none; }
.footer-locations-grid a:hover { color: #c4122f; }
@media (max-width: 768px) { .footer-locations-grid { columns: 2; } }
@media (max-width: 480px) { .footer-locations-grid { columns: 1; } }
