/* ============================================================================ DIGITAL DRAGON HUB - RESPONSIVE CSS Complete responsive design for all devices Mobile-first approach with progressive enhancement ============================================================================ */ /* ============================================================================ RESET & BASE STYLES ============================================================================ */ * { margin: 0; padding: 0; box-sizing: border-box;
} html { scroll-behavior: smooth; font-size: 16px;
} body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f8fafc; color: #0f172a; line-height: 1.6; overflow-x: hidden;
} /* ============================================================================ TYPOGRAPHY ============================================================================ */ h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 700; line-height: 1.2; margin-bottom: 1rem;
} h1 { font-size: 2.5rem;
} h2 { font-size: 2rem;
} h3 { font-size: 1.5rem;
} p { margin-bottom: 1rem; color: #334155;
} a { color: #2563eb; text-decoration: none; transition: color 0.3s ease;
} a:hover { color: #1d4ed8;
} /* ============================================================================ CONTAINER & LAYOUT ============================================================================ */ .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem;
} main { display: flex; flex-direction: column;
} /* ============================================================================ HEADER & NAVIGATION ============================================================================ */ .topbar { position: sticky; top: 0; background-color: #ffffff; border-bottom: 1px solid #e2e8f0; z-index: 100; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
} .topbar .container { display: flex; align-items: center; justify-content: space-between; height: 70px; flex-wrap: wrap;
} .brand { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.25rem; color: #0f172a; text-decoration: none; cursor: pointer; flex-shrink: 0; transition: transform 0.3s ease;
} .brand:hover { transform: scale(1.05);
} .brand img.logo { width: 45px; height: 45px; display: block; object-fit: contain; flex-shrink: 0; min-width: 45px;
} .brand span { letter-spacing: -0.5px; white-space: nowrap;
} .nav { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; justify-content: center;
} .nav a { padding: 0.5rem 1rem; color: #0f172a; font-weight: 500; font-size: 0.95rem; border-radius: 8px; transition: all 0.3s ease; white-space: nowrap;
} .nav a:hover { background-color: #f1f5f9; color: #2563eb;
} .top-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0;
} .top-actions .phone { color: #0f172a; font-weight: 600; font-size: 0.95rem; transition: color 0.3s ease;
} .top-actions .phone:hover { color: #2563eb;
} .top-actions .badge { display: inline-block; padding: 0.4rem 0.8rem; border-radius: 8px; background-color: #e2e8f0; color: #0f172a; font-size: 0.75rem; font-weight: 600; white-space: nowrap;
} /* ============================================================================ HERO SECTION ============================================================================ */ .hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: #ffffff; padding: 3rem 0; min-height: 500px; display: flex; align-items: center;
} .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
} .hero-text h1 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 1rem; color: #ffffff;
} .hero-text p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 1.5rem;
} .hero-media { display: flex; justify-content: center; align-items: center;
} .hero-media video,
.hero-media img { width: 100%; max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
} /* ============================================================================ BUTTONS & CALLS-TO-ACTION ============================================================================ */ .cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem;
} .btn { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; background-color: #e2e8f0; color: #0f172a; font-weight: 600; font-size: 0.95rem; border: 2px solid transparent; transition: all 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap; min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
} .btn:hover { background-color: #cbd5e1; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} .btn.primary { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: #ffffff;
} .btn.primary:hover { background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%); box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
} .btn:active { transform: translateY(0);
} /* ============================================================================ SECTIONS ============================================================================ */ .pillars,
.stories,
.insights,
.connect { padding: 3rem 0;
} .section-muted { background-color: #f1f5f9;
} .section-contrast { background-color: #ffffff;
} .consult-hero { background-color: #ffffff; padding: 3rem 0;
} .consult-hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: center;
} .consult-hero-text h1 { font-size: 2.25rem; color: #0f172a; margin-bottom: 1rem;
} .consult-hero-text p { font-size: 1.125rem; color: #334155; line-height: 1.8; margin-bottom: 1.5rem;
} .consult-hero-media img { width: 100%; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} .page-hero { background-color: #ffffff; padding: 3rem 0;
} .page-hero .container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: center;
} .page-hero h1 { font-size: 2.25rem; color: #0f172a; margin-bottom: 1rem;
} .page-hero p { font-size: 1.125rem; color: #334155; line-height: 1.8; margin-bottom: 1.5rem;
} .page-hero img { width: 100%; height: auto; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); object-fit: cover;
} /* ============================================================================ GRID & CARDS ============================================================================ */ .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 1.5rem;
} .card,
.story { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; transition: all 0.3s ease;
} .card:hover,
.story:hover { border-color: #2563eb; box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15); transform: translateY(-4px);
} .card h3 { color: #0f172a; font-size: 1.125rem; margin-bottom: 0.75rem;
} .card p { color: #334155; font-size: 0.95rem; line-height: 1.6; margin: 0;
} .story img { width: 100%; height: 200px; border-radius: 8px; margin-bottom: 1rem; object-fit: cover; border: 1px solid #e2e8f0;
} .story h3 { color: #0f172a; font-size: 1.125rem; margin-bottom: 0.5rem;
} .story p { color: #334155; font-size: 0.9rem; margin: 0;
} /* ============================================================================ IMAGE GRIDS ============================================================================ */ .image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem;
} .image-grid img { width: 100%; height: 250px; border-radius: 8px; border: 1px solid #e2e8f0; object-fit: cover; transition: transform 0.3s ease;
} .image-grid img:hover { transform: scale(1.05);
} /* ============================================================================ SUBNAV ============================================================================ */ .subnav { position: sticky; top: 70px; background-color: #ffffff; border-bottom: 1px solid #e2e8f0; z-index: 99;
} .subnav-items { display: flex; gap: 1rem; overflow-x: auto; padding: 0.75rem 0; scroll-behavior: smooth;
} .subnav-items::-webkit-scrollbar { height: 4px;
} .subnav-items::-webkit-scrollbar-track { background: #f1f5f9;
} .subnav-items::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 2px;
} .subnav-items a { padding: 0.5rem 1rem; color: #0f172a; white-space: nowrap; border-radius: 8px; transition: all 0.3s ease; font-size: 0.95rem;
} .subnav-items a:hover { background-color: #f1f5f9; color: #2563eb;
} /* ============================================================================ FORMS ============================================================================ */ .consult-form { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 2rem; margin-top: 2rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
} .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.5rem;
} .form-row input,
.form-row select,
.form-row textarea { width: 100%; padding: 0.75rem; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 0.95rem; font-family: inherit; transition: all 0.3s ease; background-color: #ffffff;
} .form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); background-color: #f8fafc;
} .form-row input::placeholder { color: #94a3b8;
} .form-row label { display: flex; align-items: center; gap: 0.5rem; color: #334155; font-size: 0.95rem; cursor: pointer;
} .form-row label input[type="checkbox"],
.form-row label input[type="radio"] { width: 18px; height: 18px; cursor: pointer; flex-shrink: 0;
} /* ============================================================================ FOOTER ============================================================================ */ .footer { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: #ffffff; padding: 3rem 0; margin-top: 3rem;
} .footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem;
} .footer-brand { display: flex; align-items: center; gap: 0.75rem; font-weight: 700; font-size: 1.125rem; color: #ffffff; flex-shrink: 0;
} .footer-brand img.logo { width: 35px; height: 35px; display: block; object-fit: contain; flex-shrink: 0; min-width: 35px;
} .footer-links { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center;
} .footer-links a { color: #ffffff; opacity: 0.9; font-size: 0.9rem; transition: all 0.3s ease;
} .footer-links a:hover { opacity: 1; color: #60a5fa;
} /* ============================================================================ FINAL CTA SECTION ============================================================================ */ .final-cta { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: #ffffff; padding: 3rem 0; text-align: center;
} .final-cta h2 { color: #ffffff; margin-bottom: 1.5rem;
} .final-cta .cta { justify-content: center;
} /* ============================================================================ CONNECT SECTION ============================================================================ */ .connect { text-align: center; background-color: #f8fafc;
} .connect h2 { color: #0f172a;
} .connect p { font-size: 1.125rem; color: #334155; max-width: 600px; margin: 0 auto 2rem;
} /* ============================================================================ MOBILE STICKY CALL-TO-ACTION ============================================================================ */ .mobile-sticky-call { position: fixed; left: 0; right: 0; bottom: 0; display: none; background-color: #ffffff; border-top: 2px solid #e2e8f0; padding: 0.75rem; z-index: 101; box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
} .mobile-sticky-call .container { display: flex; gap: 0.75rem; justify-content: space-between; align-items: stretch;
} .mobile-sticky-call a { flex: 1; padding: 0.5rem; font-size: 0.85rem; text-align: center; min-height: 44px; display: flex; align-items: center; justify-content: center; white-space: nowrap;
} body.has-mobile-sticky { padding-bottom: 60px;
} /* ============================================================================ RESPONSIVE DESIGN - TABLET (768px and above) ============================================================================ */ @media (min-width: 768px) { html { font-size: 16px; } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.25rem; } .container { padding: 0 2rem; } .topbar .container { height: 70px; } .nav { gap: 0.25rem; } .nav a { font-size: 0.95rem; padding: 0.5rem 0.75rem; } .hero-content, .consult-hero-content, .page-hero .container { grid-template-columns: 1.2fr 1fr; gap: 2rem; } .hero-text h1, .consult-hero-text h1, .page-hero h1 { font-size: 2rem; } .grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .form-row { grid-template-columns: repeat(2, 1fr); } .image-grid { grid-template-columns: repeat(2, 1fr); }
} /* ============================================================================ RESPONSIVE DESIGN - DESKTOP (960px and above) ============================================================================ */ @media (min-width: 960px) { .hero-content, .consult-hero-content, .page-hero .container { grid-template-columns: 1.2fr 1fr; } .hero-text h1 { font-size: 2.5rem; } .grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } .form-row { grid-template-columns: repeat(2, 1fr); } .image-grid { grid-template-columns: repeat(3, 1fr); } .subnav-items { overflow-x: visible; } .brand span { display: inline; } .footer .container { justify-content: space-between; }
} /* ============================================================================ RESPONSIVE DESIGN - LARGE DESKTOP (1200px and above) ============================================================================ */ @media (min-width: 1200px) { .container { max-width: 1200px; } .hero-content, .consult-hero-content, .page-hero .container { gap: 2.5rem; } .pillars, .stories, .insights, .connect { padding: 4rem 0; }
} /* ============================================================================ RESPONSIVE DESIGN - SMALL DEVICES (480px and below) ============================================================================ */ @media (max-width: 480px) { html { font-size: 14px; } h1 { font-size: 1.75rem; } h2 { font-size: 1.5rem; } h3 { font-size: 1.125rem; } .container { padding: 0 1rem; } .topbar .container { height: auto; padding: 0.75rem 0; min-height: 60px; } .brand { font-size: 1rem; } .brand img.logo { width: 28px; height: 28px; min-width: 28px; } .brand span { display: none; } .nav { display: none; } .top-actions { flex-direction: column; gap: 0.5rem; width: 100%; justify-content: space-between; } .top-actions .phone { font-size: 0.85rem; } .top-actions .badge { font-size: 0.7rem; padding: 0.3rem 0.6rem; } .hero { padding: 2rem 0; min-height: auto; } .hero-content, .consult-hero-content, .page-hero .container { grid-template-columns: 1fr; gap: 1.5rem; } .hero-text h1, .consult-hero-text h1, .page-hero h1 { font-size: 1.5rem; } .hero-text p, .consult-hero-text p, .page-hero p { font-size: 1rem; } .cta { gap: 0.75rem; flex-direction: column; } .btn { width: 100%; font-size: 0.9rem; padding: 0.65rem 1.25rem; } .pillars, .stories, .insights, .connect { padding: 2rem 0; } .grid { grid-template-columns: 1fr; gap: 1rem; } .card, .story { padding: 1.25rem; } .story img { height: 150px; } .image-grid { grid-template-columns: 1fr; gap: 0.75rem; } .image-grid img { height: 200px; } .consult-form { padding: 1.5rem; margin-top: 1.5rem; } .form-row { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; } .form-row input, .form-row select, .form-row textarea { padding: 0.65rem; } .subnav-items { gap: 0.5rem; padding: 0.5rem 0; } .subnav-items a { padding: 0.4rem 0.75rem; font-size: 0.85rem; } .footer { padding: 2rem 0; } .footer .container { flex-direction: column; align-items: center; text-align: center; gap: 1.5rem; } .footer-brand { width: 100%; justify-content: center; } .footer-links { flex-direction: column; gap: 1rem; width: 100%; align-items: center; } .mobile-sticky-call { display: flex; } .mobile-sticky-call .container { gap: 0.5rem; } .mobile-sticky-call a { font-size: 0.75rem; padding: 0.4rem; } body.has-mobile-sticky { padding-bottom: 56px; } .final-cta { padding: 2rem 0; } .final-cta h2 { font-size: 1.5rem; }
} /* ============================================================================ RESPONSIVE DESIGN - MEDIUM TABLET (600px to 768px) ============================================================================ */ @media (min-width: 600px) and (max-width: 768px) { .topbar .container { gap: 1rem; } .nav { flex-wrap: wrap; gap: 0.25rem; order: 3; width: 100%; margin-top: 0.75rem; } .nav a { font-size: 0.9rem; padding: 0.4rem 0.65rem; } .hero-content, .consult-hero-content, .page-hero .container { grid-template-columns: 1fr; gap: 1.5rem; } .hero-text h1, .consult-hero-text h1, .page-hero h1 { font-size: 1.875rem; } .grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } .card, .story { padding: 1.25rem; } .form-row { grid-template-columns: 1fr; } .image-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .image-grid img { height: 220px; } .footer .container { flex-direction: column; } .footer-links { justify-content: center; gap: 1.5rem; }
} /* ============================================================================ LANDSCAPE MODE ============================================================================ */ @media (max-height: 500px) and (orientation: landscape) { .hero { min-height: 400px; } .pillars, .stories, .insights, .connect { padding: 1.5rem 0; } .topbar .container { height: 60px; }
} /* ============================================================================ PRINT STYLES ============================================================================ */ @media print { .topbar, .mobile-sticky-call, .subnav, .final-cta, .btn, .cta { display: none !important; } body { background-color: #ffffff; } .container { max-width: 100%; } a { text-decoration: underline; }
} /* ============================================================================ ACCESSIBILITY & ANIMATIONS ============================================================================ */ @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
} @media (prefers-color-scheme: dark) { body { background-color: #0f172a; color: #f1f5f9; } .card, .story, .consult-form { background-color: #1e293b; border-color: #334155; } .card p, .story p, p { color: #cbd5e1; } .topbar { background-color: #1e293b; border-color: #334155; } .form-row input, .form-row select, .form-row textarea { background-color: #0f172a; border-color: #334155; color: #f1f5f9; } .form-row input:focus, .form-row select:focus, .form-row textarea:focus { background-color: #1e293b; }
} /* ============================================================================ FOCUS VISIBLE & KEYBOARD NAVIGATION ============================================================================ */ a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px;
} /* ============================================================================ UTILITY CLASSES ============================================================================ */ .lead { font-size: 1.125rem; color: #334155; margin-bottom: 1.5rem; line-height: 1.8;
} .cta-inline { margin-top: 1.5rem; text-align: center;
} .hidden { display: none !important;
} .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0;
} /* ============================================================================ END OF RESPONSIVE CSS ============================================================================ */ /* ============================================================================ HOMEPAGE PROFESSIONAL REFRESH ============================================================================ */ body { font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
} .home-hero { position: relative; overflow: hidden; padding: 5.5rem 0 4rem; background: linear-gradient(140deg, #081321 0%, #0d2239 52%, #0f3556 100%);
} .home-hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 15%, rgba(80, 201, 255, 0.22) 0%, transparent 40%), radial-gradient(circle at 88% 78%, rgba(56, 189, 248, 0.15) 0%, transparent 46%);
} .home-hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 2.25rem; align-items: stretch;
} .home-kicker { display: inline-flex; align-items: center; gap: 0.45rem; margin-bottom: 1rem; padding: 0.35rem 0.8rem; border-radius: 999px; background: rgba(255, 255, 255, 0.12); color: #bae6fd; letter-spacing: 0.03em; text-transform: uppercase; font-size: 0.75rem; font-weight: 700;
} .home-hero-copy h1 { margin: 0 0 1rem; color: #f8fbff; font-size: clamp(2rem, 3.7vw, 3.4rem); line-height: 1.08;
} .home-hero-copy .lead { max-width: 62ch; color: rgba(239, 246, 255, 0.9); margin-bottom: 0;
} .home-hero .cta { margin: 1.7rem 0 1.35rem;
} .home-hero .btn { border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.08); color: #e2f3ff;
} .home-hero .btn:hover { background: rgba(255, 255, 255, 0.16);
} .home-hero .btn.primary { background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%); border-color: transparent; color: #f8feff;
} .home-hero .btn.primary:hover { background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
} .home-trust-points { display: flex; flex-wrap: wrap; gap: 0.75rem;
} .home-trust-points span { display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; border-radius: 999px; border: 1px solid rgba(186, 230, 253, 0.25); color: #d5efff; font-size: 0.82rem;
} .home-metrics { display: grid; gap: 0.9rem; align-content: center;
} .metric-card { padding: 1.15rem 1.2rem; border-radius: 14px; border: 1px solid rgba(148, 210, 255, 0.26); background: rgba(6, 19, 34, 0.62); backdrop-filter: blur(6px);
} .metric-card strong { display: block; margin-bottom: 0.2rem; color: #e8f7ff; font-size: 1.55rem;
} .metric-card span { color: #bddff5; font-size: 0.92rem;
} .home-trust-strip { border-top: 1px solid #dbeafe; border-bottom: 1px solid #dbeafe; background: #f7fbff;
} .home-trust-strip p { margin: 0; padding: 1rem 0; text-align: center; color: #204362; font-size: 0.95rem; font-weight: 600;
} .home-grid-3 { grid-template-columns: repeat(3, 1fr);
} .home-process { background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
} .home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
} .home-process-card { background: #ffffff; border: 1px solid #d7e6f7; border-radius: 14px; padding: 1.25rem; box-shadow: 0 10px 24px rgba(8, 22, 43, 0.05); transition: transform 220ms ease, box-shadow 220ms ease;
} .home-process-card:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(8, 22, 43, 0.1);
} .home-process-card span { display: inline-flex; width: 2rem; height: 2rem; border-radius: 999px; margin-bottom: 0.8rem; align-items: center; justify-content: center; background: #0f3556; color: #f8fcff; font-size: 0.82rem; font-weight: 700;
} .home-process-card h3 { margin-bottom: 0.45rem;
} .home-process-card p { margin: 0;
} .home-final-cta p { max-width: 58ch; margin: 0 auto; color: rgba(255, 255, 255, 0.9);
} .home-final-cta .cta { justify-content: center; margin-top: 1.25rem;
} @keyframes ddhRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); }
} .home-hero-copy,
.home-metrics,
.home-process-card,
.story { animation: ddhRise 500ms ease both;
} .home-metrics { animation-delay: 120ms; }
.home-process-card:nth-child(2) { animation-delay: 80ms; }
.home-process-card:nth-child(3) { animation-delay: 140ms; }
.home-process-card:nth-child(4) { animation-delay: 200ms; } @media (max-width: 960px) { .home-hero-content { grid-template-columns: 1fr; } .home-grid-3 { grid-template-columns: repeat(2, 1fr); } .home-process-grid { grid-template-columns: repeat(2, 1fr); }
} @media (max-width: 600px) { .home-hero { padding: 4.5rem 0 3rem; } .home-grid-3, .home-process-grid { grid-template-columns: 1fr; } .home-trust-points { gap: 0.55rem; }
} /* ============================================================================ MENU TEXT VISIBILITY FIX ============================================================================ */ .topbar .container { height: auto; min-height: 70px; padding-top: 0.65rem; padding-bottom: 0.65rem; gap: 0.75rem;
} .nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
} .nav::-webkit-scrollbar { display: none;
} .nav a { flex: 0 0 auto;
} @media (max-width: 768px) { .topbar .container { align-items: center; } .nav { display: flex; width: 100%; order: 3; margin-top: 0.2rem; padding-bottom: 0.2rem; } .top-actions { margin-left: auto; }
} @media (max-width: 480px) { .nav { display: flex; } .nav a { font-size: 0.82rem; padding: 0.4rem 0.62rem; } .top-actions .phone { font-size: 0.8rem; }
} /* ============================================================================ MENU LIGHT-THEME READABILITY FIX ============================================================================ */ .topbar { background: #ffffff !important; border-bottom: 1px solid #dbe5f1 !important;
} .nav a,
.nav a:visited { color: #0b1f33 !important; font-weight: 700; letter-spacing: 0.01em;
} .nav a:hover,
.nav a:focus-visible { color: #0b1f33 !important; background: #eaf2fb;
} .nav a[aria-current="page"] { color: #0b1f33 !important; background: #dcecff;
} .top-actions .phone,
.top-actions .phone:visited { color: #0b1f33 !important; font-weight: 700;
} .top-actions .badge { background: #0b5cab !important; color: #ffffff !important;
} /* ============================================================================ GLOBAL TOP NOTICE BAR ============================================================================ */ .top-notice { background: linear-gradient(90deg, #0b1f33 0%, #0f3556 100%); border-bottom: 1px solid rgba(255, 255, 255, 0.08);
} .top-notice .container { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 0.45rem; padding-bottom: 0.45rem;
} .notice-phone { color: #eff8ff !important; font-weight: 700; letter-spacing: 0.01em;
} .notice-phone:hover { color: #cde9ff !important;
} .notice-cta { display: inline-flex; align-items: center; justify-content: center; padding: 0.38rem 0.8rem; border-radius: 999px; background: rgba(255, 255, 255, 0.14); color: #f5fbff !important; font-weight: 700; font-size: 0.82rem; border: 1px solid rgba(255, 255, 255, 0.22);
} .notice-cta:hover { background: rgba(255, 255, 255, 0.22);
} @media (max-width: 640px) { .top-notice .container { flex-direction: column; align-items: stretch; text-align: center; gap: 0.45rem; } .notice-cta { width: 100%; }
} /* ============================================================================ PROCESS CARD VISIBILITY FIX ============================================================================ */ .home-process-card { background: #ffffff; border: 1px solid #cfdff0;
} .home-process-card h3 { color: #0b1f33 !important; font-size: 1.12rem; line-height: 1.25;
} .home-process-card p { color: #243b53 !important; font-size: 0.96rem; line-height: 1.55;
} .home-process-card span { background: #0b5cab; color: #ffffff;
} @media (prefers-color-scheme: dark) { .home-process { background: linear-gradient(180deg, #0b1320 0%, #101d30 100%); } .home-process-card { background: #162438; border-color: #294463; } .home-process-card h3 { color: #e7f3ff !important; } .home-process-card p { color: #cfe3f5 !important; } .home-process-card span { background: #1d8fe6; color: #ffffff; }
}

/* ============================================================================
   PROFESSIONAL LOGO SYSTEM (logo.png)
   ============================================================================ */

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.brand img.logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(11, 31, 51, 0.18);
    padding: 4px;
}

.footer-brand img.logo {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
    padding: 3px;
}

.brand span,
.footer-brand span {
    font-weight: 800;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .brand img.logo {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }

    .footer-brand img.logo {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    .brand span,
    .footer-brand span {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .brand img.logo {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .brand span {
        display: inline !important;
        font-size: 0.88rem;
    }
}

/* ============================================================================
   MOBILE NAV EMERGENCY FIX
   ============================================================================ */

@media (max-width: 768px) {
    .topbar .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.5rem !important;
    }

    .brand {
        align-self: flex-start;
    }

    .nav {
        display: flex !important;
        width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        overflow-x: visible !important;
        row-gap: 0.35rem;
        column-gap: 0.35rem;
    }

    .nav a {
        display: inline-flex !important;
        align-items: center;
        padding: 0.42rem 0.66rem !important;
        font-size: 0.82rem !important;
        line-height: 1.2;
        border: 1px solid #d9e5f1;
        background: #ffffff;
    }
}

@media (max-width: 480px) {
    .nav {
        display: flex !important;
    }
}

/* ============================================================================
   PROFESSIONAL RESPONSIVE MENU
   ============================================================================ */

.menu-toggle {
    display: none;
    border: 1px solid #d5e2f0;
    background: #ffffff;
    color: #0b1f33;
    border-radius: 10px;
    width: 44px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #0b1f33;
    border-radius: 999px;
}

@media (max-width: 768px) {
    .topbar .container {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center !important;
        gap: 0.6rem !important;
    }

    .brand {
        min-width: 0;
    }

    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-self: end;
    }

    .nav {
        display: none !important;
        grid-column: 1 / -1;
        width: 100% !important;
        margin-top: 0.4rem;
        padding: 0.4rem;
        border: 1px solid #dbe5f1;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(10, 30, 52, 0.08);
    }

    .topbar.is-open .nav {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
    }

    .topbar.is-open .nav a {
        width: 100%;
        justify-content: flex-start;
        padding: 0.62rem 0.75rem !important;
        font-size: 0.92rem !important;
        border-radius: 8px;
        border: 1px solid transparent;
        background: #f8fbff;
    }

    .topbar.is-open .nav a:hover,
    .topbar.is-open .nav a:focus-visible {
        background: #eaf2fb;
        border-color: #cddff3;
    }
}
