:root {
    --brand-blue: #4285F4;
    --brand-ink: #16324f;
    --brand-green: #34A853;
    --surface: #f7f9fc;
    --text-main: #223548;
    --text-soft: #5b6b7d;
    --border-soft: rgba(22, 50, 79, 0.1);
    --shadow-soft: 0 24px 60px rgba(22, 50, 79, 0.12);
    --radius-xl: 28px;
}
html { scroll-behavior: smooth; }
body {
    font-family: "Manrope", sans-serif;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(26, 115, 232, 0.10), transparent 32%),
        radial-gradient(circle at top right, rgba(30, 142, 62, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f8ff 0%, #ffffff 42%, #f7fafc 100%);
}
a { color: var(--brand-blue); }
.text-green{color:var(--brand-green) !important;}
.border-green{border-color:var(--brand-green) !important;}
.bg-green{background-color:var(--brand-green) !important;}
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; background: #fff; color: #000; padding: 12px 16px; border-radius: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.82); border-bottom: 1px solid rgba(22, 50, 79, 0.06); }
.navbar { padding: 1rem 0; }
.navbar-brand, .navbar-brand:hover { color: var(--brand-ink); font-weight: 800; font-size: 1.35rem; text-decoration: none; }
.brand-orb { width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-blue), var(--brand-green)); box-shadow: 0 0 0 6px rgba(26, 115, 232, 0.12); }
.nav-link { color: var(--text-main); font-weight: 600; }
.btn { border-radius: 999px; padding: 0.9rem 1.4rem; font-weight: 700; }
.btn-brand { background: linear-gradient(135deg, var(--brand-blue), #4f8df7); color: #fff; border: 0; box-shadow: 0 20px 40px rgba(26, 115, 232, 0.22); }
.btn-brand:hover, .btn-brand:focus { color: #fff; }
.btn-outline-brand { border: 1px solid rgba(26, 115, 232, 0.22); color: var(--brand-blue); background: #fff; }
.section-space { padding: 88px 0; }
.hero { padding: 88px 0 72px; }
.hero-card, .glass-card, .metric-card, .service-card, .trust-card, .pricing-card, .faq-card, .lead-box, .article-card, .case-card {
    background: rgba(255, 255, 255, 0.92); border: 1px solid var(--border-soft); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft);
}
.hero-card, .metric-card, .service-card, .trust-card, .pricing-card, .faq-card, .lead-box, .article-card, .case-card { padding: 1.7rem; height: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.85rem; border-radius: 999px; background: rgba(26, 115, 232, 0.10); color: var(--brand-blue); font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.75rem; }
.display-title { font-size: clamp(2.4rem, 6vw, 4.9rem); line-height: 1.02; letter-spacing: -0.04em; font-weight: 800; color: var(--brand-ink); }
.section-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -0.03em; font-weight: 800; color: var(--brand-ink); }
.lead-text, .section-intro, .page-intro { color: var(--text-soft); font-size: 1.08rem; line-height: 1.75; }
.hero-list, .check-list { list-style: none; padding-left: 0; margin-bottom: 0; }
.hero-list li, .check-list li { display: flex; gap: 0.75rem; margin-bottom: 0.85rem; align-items: flex-start; }
.hero-list i, .check-list i, .icon-badge { color: var(--brand-green); }
.logo-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.logo-pill, .mini-badge { display: flex; justify-content: center; align-items: center; min-height: 72px; border-radius: 20px; border: 1px dashed rgba(22, 50, 79, 0.18); background: rgba(255, 255, 255, 0.78); color: var(--text-soft); font-weight: 700; }
.service-card i, .trust-card i, .pricing-card .plan-icon { font-size: 1.5rem; color: var(--brand-blue); }
.service-card h3, .trust-card h3, .article-card h3, .case-card h3, .pricing-card h3 { font-size: 1.28rem; font-weight: 800; color: var(--brand-ink); }
.section-soft { background: linear-gradient(180deg, rgba(232, 240, 254, 0.58), rgba(255, 255, 255, 0.85)); }
.pricing-card.is-featured { border: 2px solid rgba(26, 115, 232, 0.25); transform: translateY(-8px); }
.plan-badge { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.7rem; border-radius: 999px; background: rgba(30, 142, 62, 0.14); color: var(--brand-green); font-size: 0.78rem; font-weight: 800; }
.price-value { font-size: 2.9rem; font-weight: 800; color: var(--brand-ink); line-height: 1; }
.price-period, .price-note, .field-note, .breadcrumb-mini { color: var(--text-soft); }
.pricing-toggle { display: inline-flex; gap: 0.35rem; padding: 0.35rem; background: rgba(26, 115, 232, 0.08); border-radius: 999px; }
.pricing-toggle button { border: 0; background: transparent; padding: 0.7rem 1rem; border-radius: 999px; font-weight: 700; color: var(--text-main); }
.pricing-toggle button.active { background: #fff; color: var(--brand-blue); box-shadow: 0 12px 24px rgba(26, 115, 232, 0.14); }
.form-control, .form-select { border-radius: 14px; padding: 0.85rem 1rem; border: 1px solid rgba(22, 50, 79, 0.14); }
.site-footer { background: #0d2135; color: rgba(255, 255, 255, 0.82); }
.footer-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: rgba(255, 255, 255, 0.78); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; margin-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.95rem; }
.page-hero { padding: 72px 0 36px; }
.comparison-table { overflow-x: auto; }
.comparison-table table { min-width: 720px; }
.faq-card + .faq-card { margin-top: 1rem; }
.quote-box { border-left: 4px solid var(--brand-blue); padding-left: 1rem; color: var(--brand-ink); font-weight: 600; }
.multi-color-line { height: 3px; width: 100%; border: none; background: linear-gradient(to right, #EA4335 0%, 25%, #4285F4 25%, 50%, #34A853 50%, 75%, #FBBC04 75% 100%);}
@media (max-width: 991.98px) {
    .logo-strip { grid-template-columns: repeat(2, 1fr); }
    .pricing-card.is-featured { transform: none; }
    .footer-bottom { flex-direction: column; }
}
