:root {
    --brand: #0f6e5c;
    --brand-dark: #0a4f42;
    --brand-light: #e8f5f1;
    --accent: #f5a623;
    --ink: #10192b;
    --muted: #6b7686;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
}

h1, h2, h3, h4, h5, .navbar-brand, .brand-font {
    font-family: 'Poppins', sans-serif;
}

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

/* ---- Topbar ---- */
.topbar {
    background: var(--brand-dark);
    color: #fff;
    font-size: 13px;
}
.topbar-item { color: #d9f2ea; text-decoration: none; }
.topbar-item:hover { color: #fff; }
.topbar .lang-switch { font-weight: 600; }

/* ---- Main nav ---- */
.main-nav { background: #fff; box-shadow: 0 2px 10px rgba(10,25,20,0.06); padding: 10px 0; }
.main-nav .nav-link { color: var(--ink); font-weight: 500; padding: 8px 14px !important; }
.main-nav .nav-link.active, .main-nav .nav-link:hover { color: var(--brand); }
.btn-cta {
    background: var(--brand); color: #fff !important; font-weight: 600;
    border-radius: 8px; padding: 10px 20px !important; border: none;
}
.btn-cta:hover { background: var(--brand-dark); color: #fff; }
.btn-call {
    background: var(--accent); color: #10192b !important; font-weight: 600;
    border-radius: 8px; padding: 10px 18px !important; margin-left: 6px;
}
.btn-call:hover { background: #e0951a; }

/* ---- Hero ---- */
.hero { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: #fff; padding: 90px 0 70px; }
.hero h1 { font-size: 2.75rem; font-weight: 800; }
.hero .lead { font-size: 1.15rem; color: #d9f2ea; }
.trust-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); padding: 8px 16px; border-radius: 30px; font-size: 14px; }

/* ---- Sections ---- */
section { padding: 70px 0; }
.section-title { font-weight: 800; color: var(--ink); }
.section-subtitle { color: var(--muted); max-width: 680px; }
.bg-soft { background: var(--brand-light); }

/* ---- Cards ---- */
.card-service {
    border: 1px solid #e3ece9; border-radius: 16px; padding: 32px 26px; height: 100%;
    background: #fff; box-shadow: 0 4px 18px rgba(10,25,20,0.07); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card-service:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(10,25,20,0.14); border-color: var(--brand); }
.card-service .icon-circle {
    width: 56px; height: 56px; border-radius: 50%; background: var(--brand);
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(15,110,92,0.25);
}
.card-process { text-align: center; padding: 20px; }
.card-process .step-number {
    width: 48px; height: 48px; border-radius: 50%; background: var(--brand); color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 16px;
}

/* ---- Reviews ---- */
.review-card { border-radius: 16px; padding: 26px; background: #fff; box-shadow: 0 4px 18px rgba(10,25,20,0.06); height: 100%; }
.review-stars { color: var(--accent); }

/* ---- Blog cards ---- */
.blog-card { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(10,25,20,0.06); height: 100%; }
.blog-card img { height: 190px; object-fit: cover; width: 100%; }
.blog-card .blog-body { padding: 20px; }

/* ---- Gallery ---- */
.gallery-item { border-radius: 12px; overflow: hidden; position: relative; }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; }

/* ---- CTA band ---- */
.cta-band { background: var(--brand); color: #fff; padding: 50px 0; }
.cta-band h2 { font-weight: 800; }

/* ---- Footer ---- */
.site-footer { background: #0a1420; color: #b9c3d3; padding-top: 50px; }
.site-footer h6 { color: #fff; font-weight: 700; margin-bottom: 14px; }
.footer-brand img { height: 40px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a, .footer-links { color: #b9c3d3; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.text-muted-light { color: #8b98ab; }
.footer-divider { border-color: #253247; margin: 30px 0 10px; }
.social-icons a {
    display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: #1a2534;
    color: #fff; align-items: center; justify-content: center; margin-right: 8px; text-decoration: none;
}
.social-icons a:hover { background: var(--brand); }

/* ---- Mobile call FAB ---- */
.mobile-call-fab {
    position: fixed; bottom: 20px; right: 20px; width: 56px; height: 56px; border-radius: 50%;
    background: var(--accent); color: #10192b; display: flex; align-items: center; justify-content: center;
    font-size: 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.25); z-index: 1030;
}

/* ---- Forms / calculator ---- */
.quote-card { border-radius: 16px; box-shadow: 0 4px 24px rgba(10,25,20,0.08); border: none; }
.form-label { font-weight: 600; }
.price-display { font-size: 2.4rem; font-weight: 800; color: #fff; }
.extras-grid .form-check { background: #fff; border: 1px solid #e5e9f0; border-radius: 10px; padding: 10px 14px 10px 38px; margin-bottom: 8px; }

/* ---- Quote summary sidebar (book-online.php) ---- */
.quote-summary-card {
    border-radius: 16px; border: none; background: linear-gradient(160deg, var(--brand-dark), var(--brand));
    color: #fff; box-shadow: 0 10px 30px rgba(10,25,20,0.22);
}
.quote-summary-label { color: #bfe6da; letter-spacing: .04em; }
.quote-summary-lines { margin-top: 14px; }
.quote-summary-line {
    display: flex; justify-content: space-between; gap: 10px; font-size: 13.5px;
    color: #e7f5f0; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.14);
}
.quote-summary-line span:first-child { color: #cfe9df; }
.quote-summary-divider { border-color: rgba(255,255,255,0.25); margin: 16px 0; }
.quote-summary-deposit { font-size: 14px; color: #f1f9f6; }
.quote-summary-card .btn-cta { background: var(--accent); color: var(--ink) !important; }
.quote-summary-card .btn-cta:hover { background: #e0951a; }
.quote-summary-card .text-muted { color: #bfe6da !important; }

/* ---- FAQ ---- */
.accordion-button:not(.collapsed) { background: var(--brand-light); color: var(--brand-dark); }

/* ---- Admin shared (kanban, tables) ---- */
.kanban-col { background: #f5f7fa; border-radius: 12px; padding: 12px; min-height: 400px; }
.kanban-card { background: #fff; border-radius: 10px; padding: 12px; margin-bottom: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.08); cursor: grab; }

@media (max-width: 991px) {
    .hero { padding: 60px 0 40px; }
    .hero h1 { font-size: 2rem; }
}
