@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #f5f7fa;
  --dark: #0b1320;
  --dark-2: #121e2d;
  --text: #172333;
  --muted: #667487;
  --line: #dce3ea;
  --accent: #be1321;
  --accent-2: #d94a55;
  --white: #fff;
  --max: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Manrope, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 40px, var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(11,19,32,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.brand > span:last-child > span { color: var(--accent); }
.brand-logo { width: 155px; height: 58px; object-fit: contain; object-position: left center; display: block; }
.nav { display: flex; gap: 30px; color: #dbe4ed; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--accent-2); }
.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 28px; cursor: pointer; }
.hero { position: relative; overflow: hidden; background: var(--dark); color: #fff; padding: 105px 0 90px; }
.hero::after { content: ""; position: absolute; right: -180px; top: -260px; width: 650px; height: 650px; border-radius: 50%; border: 1px solid rgba(124,227,215,.12); box-shadow: 0 0 0 70px rgba(124,227,215,.025), 0 0 0 140px rgba(124,227,215,.02); }
.hero-glow { position: absolute; width: 450px; height: 450px; left: -220px; bottom: -300px; background: rgba(32,181,166,.14); filter: blur(90px); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 800; margin-bottom: 16px; }
.hero h1 { font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -3.5px; margin-bottom: 27px; }
.hero h1 span { color: var(--accent-2); }
.hero-text { max-width: 690px; color: #c3cfda; font-size: 18px; }
.hero-actions { display: flex; gap: 13px; margin: 35px 0 45px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 10px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--accent); color: #06151a; }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-secondary { border-color: rgba(255,255,255,.18); color: #fff; }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent-2); }
.btn-light { background: #fff; color: var(--dark); }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hero-facts div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 15px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 13px; }
.hero-facts span { color: #8fa0b1; font-size: 11px; margin-top: 3px; }
.hero-card { padding: 33px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--accent); color: var(--dark); font-size: 24px; font-weight: 800; margin-bottom: 35px; }
.hero-card p { color: var(--accent-2); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.hero-card h2 { font-size: 28px; line-height: 1.2; margin: 8px 0 25px; }
.hero-card ul { list-style: none; }
.hero-card li { border-top: 1px solid rgba(255,255,255,.11); padding: 12px 0; color: #c5d0da; font-size: 13px; }
.hero-card li::before { content: "✓"; color: var(--accent); margin-right: 10px; font-weight: 800; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-items { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; color: #7c8997; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.section { padding: 105px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.section h2, .section-heading h2, .cta h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; }
.section-copy { color: var(--muted); font-size: 16px; }
.section-copy p + p { margin-top: 18px; }
.section-dark { background: var(--dark); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading > p:last-child { color: #9eacba; margin-top: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(32,181,166,.5); }
.service-number { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.service-card h3 { margin: 38px 0 10px; font-size: 19px; }
.service-card p { color: #9eacba; font-size: 13px; }
.specialties { margin-top: 45px; padding: 22px 25px; border-radius: 15px; background: rgba(32,181,166,.09); border: 1px solid rgba(32,181,166,.18); display: flex; gap: 30px; align-items: center; }
.specialties strong { color: var(--accent-2); font-size: 12px; white-space: nowrap; }
.specialties p { color: #b8c5d0; font-size: 12px; }
.regions { background: #fff; }
.region-list { border-top: 1px solid var(--line); }
.region-list div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.region-list strong { font-size: 13px; }
.region-list span { color: var(--muted); font-size: 13px; }
.cta { background: var(--accent); padding: 55px 0; }
.cta .eyebrow { color: #0b4d48; margin-bottom: 8px; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.contact-section { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-intro { color: var(--muted); margin-top: 18px; max-width: 500px; }
.contact-details { margin-top: 35px; display: grid; gap: 14px; }
.contact-details a { display: flex; flex-direction: column; padding: 15px 17px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.contact-details span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.contact-details strong { font-size: 16px; margin-top: 2px; }
.contact-form { background: #fff; padding: 35px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 50px rgba(18,30,45,.06); display: grid; gap: 9px; }
.contact-form label { font-size: 12px; font-weight: 800; margin-top: 5px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7dfe7; background: #fbfcfd; border-radius: 9px; padding: 13px 14px; font: inherit; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(32,181,166,.1); }
.contact-form .btn { margin-top: 10px; cursor: pointer; }
.form-note { color: #8794a2; font-size: 10px; line-height: 1.5; }
.footer { background: var(--dark); color: #9aa8b6; padding: 55px 0 25px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 35px; }
.brand-footer { margin-bottom: 15px; } .brand-footer .brand-logo { width: 155px; height: 58px; }
.footer p { font-size: 12px; }
.footer-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; font-size: 12px; }
.footer-links a:hover { color: var(--accent-2); }
.copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; font-size: 10px; color: #657383; }

@media (max-width: 900px) {
  .hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding: 80px 0; }
  .hero-card { max-width: 650px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: var(--dark); border-top: 1px solid rgba(255,255,255,.08); }
  .nav.open { display: flex; }
  .nav a { padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hero h1 { font-size: 48px; letter-spacing: -2.5px; }
  .hero-text { font-size: 15px; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; }
  .hero-facts div { padding-left: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .specialties { display: block; }
  .specialties p { margin-top: 10px; }
  .region-list div { grid-template-columns: 1fr; gap: 3px; }
  .cta-inner { display: block; }
  .cta .btn { margin-top: 25px; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 25px; }
}
