*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --navy: #0d161c; --blue: #234c60; --mid: #2d738e; --accent: #53a2be; --light: #f4f7f9; --white: #ffffff; --text: #0d161c; --muted: #5a7080; --border: #dce6ec; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
    h1, h2, h3, h4 { text-wrap: balance; }
    p { text-wrap: pretty; }
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; height: 72px; background: rgba(13,22,28,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .nav-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
    .nav-logo-text { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; color: white; }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
    .nav-links a:hover { color: white; }
    .nav-contact { color: white !important; background: var(--accent); padding: 0.5rem 1.25rem; border-radius: 3px; }
    .nav-contact:hover { background: var(--mid) !important; color: white !important; }
    .page-header { padding: 10rem 3rem 5rem; background: linear-gradient(to bottom, rgba(13,22,28,0.9), rgba(13,22,28,0.8)), url('images/services/site-services-1.jpg') center/cover no-repeat; }
    .page-header-inner { max-width: 1100px; margin: 0 auto; }
    .eyebrow { display: block; font-size: 0.73rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
    .page-header h1 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; color: white; line-height: 1.1; letter-spacing: -1px; }
    .contact { padding: 6rem 3rem; background: var(--light); }
    .contact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }
    .contact-info h2 { font-size: 1.75rem; font-weight: 800; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 1rem; }
    .contact-info p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; margin-bottom: 2rem; }
    .contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
    .contact-detail-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 8px; background: var(--accent); display: flex; align-items: center; justify-content: center; }
    .contact-detail-icon svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .contact-detail-text { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
    .contact-detail-text strong { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); font-weight: 700; margin-bottom: 0.2rem; }
    .contact-detail-text a { color: var(--accent); text-decoration: none; }
    .contact-detail-text a:hover { text-decoration: underline; }
    .contact-form { background: white; border-radius: 4px; padding: 2.5rem; box-shadow: 0 2px 20px rgba(13,22,28,0.06); }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
    .form-group { margin-bottom: 1rem; }
    .form-group label { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--navy); margin-bottom: 0.45rem; }
    .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.8rem 1rem; border: 1.5px solid var(--border); border-radius: 3px; font-family: inherit; font-size: 0.9rem; color: var(--text); background: white; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(83,162,190,0.15); }
    .form-group textarea { resize: vertical; min-height: 130px; }
    .btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.95rem 2.25rem; border-radius: 3px; font-weight: 600; font-size: 0.9rem; text-decoration: none; letter-spacing: 0.5px; transition: all 0.2s; border: none; cursor: pointer; font-family: inherit; }
    .btn-primary { background: var(--accent); color: white; }
    .btn-primary:hover { background: var(--mid); transform: translateY(-2px); }
    .form-success { display: none; background: #e6f7f0; border: 1px solid #a8e0c4; border-radius: 4px; padding: 1rem 1.25rem; color: #1a6b47; font-size: 0.9rem; margin-top: 1rem; }
    footer { background: #080f14; padding: 1.75rem 3rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.05); }
    footer p { font-size: 0.78rem; color: rgba(255,255,255,0.55); }
    footer a { color: var(--accent); text-decoration: none; }
    footer p a { text-decoration: underline; }
    .footer-links { display: flex; gap: 2rem; }
    .footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-decoration: none; letter-spacing: 0.5px; transition: color 0.2s; }
    .footer-links a:hover { color: white; }
    .footer-social { display: flex; gap: 1rem; align-items: center; }
    .footer-social a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 4px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); transition: background 0.2s, color 0.2s; text-decoration: none; }
    .footer-social a:hover { background: var(--accent); color: white; }
    .footer-social svg { width: 16px; height: 16px; fill: currentColor; }
    .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    .nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 200; }
    .nav-hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-nav { display: none; position: fixed; inset: 0; z-index: 150; background: rgba(13,22,28,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
    .mobile-nav.open { display: flex; }
    .mobile-nav a { color: white; text-decoration: none; font-size: 1.5rem; font-weight: 700; letter-spacing: 1px; transition: color 0.2s; }
    .mobile-nav a:hover { color: var(--accent); }
    .mobile-nav .mobile-contact { color: white; background: var(--accent); padding: 0.75rem 2.5rem; border-radius: 3px; }
    @media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; gap: 3rem; } }
    @media (max-width: 768px) { .nav-links { display: none; } .nav-hamburger { display: flex; } .contact { padding: 4rem 1.25rem; } footer { flex-direction: column; gap: 1rem; text-align: center; padding: 1.5rem 1.25rem; } .footer-links { flex-wrap: wrap; justify-content: center; gap: 1rem; } nav { padding: 0 1.25rem; } .form-row { grid-template-columns: 1fr; } }

/* extracted inline styles */
.gen-c5df5467 { position: absolute !important; left: -9999px !important; top: 0 !important; z-index: 9999 !important; padding: 0.5rem 1rem !important; background: #53a2be !important; color: white !important; font-weight: 600 !important; border-radius: 0 0 4px 0 !important; text-decoration: none !important; } .skip-link:focus { left: 0 !important; }
.gen-f38a951c { flex-shrink: 0 !important; }
.gen-640610f0 { font-size: 0.55em !important; font-weight: 700 !important; margin-left: 2px !important; vertical-align: super !important; }
.gen-7c3ae27d { font-size: 1rem !important; font-weight: 700 !important; margin-bottom: 1.25rem !important; color: var(--navy) !important; }
.gen-6b99de8b { display: none !important; }
.gen-1f6f61fe { background: #fde8e8 !important; border-color: #f5c4c4 !important; color: #7a1a1a !important; display: none; }
