:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --primary: #3589dd;
  --primary-dark: #0066CC;
  --accent: #f59e0b;
  --shadow: 0 24px 70px rgba(16, 24, 40, .10);
  --radius: 28px;
}

.logo img {
  height: 99px;
}

.btn-primary.tel {
font-size: 27px;
    font-weight: 700;
}

.form-contact{
font-size: 19px !important;
    font-weight: 700 !important;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.86); backdrop-filter: blur(18px); }
.navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 14px; color: white; background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  ;
}
.nav-links { display: flex; align-items: center; gap: 26px; color: #344054; font-weight: 600; }
.nav-links a { transition: .2s ease; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: white !important; }
.menu-toggle { display: none; border: 0; background: white; width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 10px 25px rgba(16,24,40,.12); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }

.hero { min-height: 100vh; display: flex; align-items: center; position: relative; padding-top: 140px; }
.hero-bg { position: absolute; inset: 0; background:
radial-gradient(
    circle at top left,
    rgba(37,99,235,.18),
    transparent 34%
),
radial-gradient(
    circle at bottom right,
    rgba(59,130,246,.16),
    transparent 32%
); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; margin-bottom: 14px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(2.8rem, 7vw, 3.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 22px; border-radius: 999px; font-weight: 800; transition: .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--primary); color: white; }
.btn-secondary { background: white; color: var(--ink); border: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 650px; }
.trust-row div { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.8); padding: 18px; border-radius: 20px; backdrop-filter: blur(12px); }
.trust-row strong { display: block; font-size: 1.3rem; color: var(--primary); }
.trust-row span { color: var(--muted); font-size: .9rem; }
.hero-card { position: relative; }
.hero-card img { height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-card { position: absolute; left: -28px; bottom: 38px; display: flex; gap: 12px; align-items: center; width: min(330px, 86%); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.75); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); backdrop-filter: blur(14px); font-weight: 700; }
.floating-card span { font-size: 1.8rem; }

.intro { background: var(--surface); }
.intro-grid, .clients-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.intro-text { color: var(--muted); font-size: 1.12rem; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-heading p:not(.eyebrow) { color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 26px; transition: .25s ease; position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto -40px -55px auto; width: 150px; height: 150px; background: rgb(33 150 243 / 9%); border-radius: 999px; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(15,118,110,.25); }
.service-card.featured { background: #3589dd; color: white; grid-column: span 2; }
.service-card.featured p, .service-card.featured li { color: rgba(255,255,255,.82); }
.service-card.urgent { border-color: rgba(245,158,11,.45); }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: #ecfdf5; font-size: 1.6rem; margin-bottom: 22px; }
.service-card p { color: var(--muted); margin-bottom: 18px; }
ul { list-style: none; display: grid; gap: 8px; }
li { color: #475467; font-size: .95rem; }
li::before { content: "✓"; color: var(--primary); font-weight: 900; margin-right: 8px; }
.service-card.featured li::before { color: white; }

.image-band { background: var(--surface); }
.band-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.band-grid img { height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.band-content p { color: var(--muted); margin-bottom: 20px; }
.text-link { color: var(--primary); font-weight: 900; }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.benefit { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 24px; }
.benefit span { color: var(--accent); font-weight: 900; font-weight: 600;
    font-size: 44px; }
.benefit p { color: var(--muted); font-size: .95rem; }
.clients { background: #101828; color: white; }
.clients .eyebrow { color: #5eead4; }
.client-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.client-tags span { padding: 13px 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; background: #ffffff; border: 1px solid var(--line); border-radius: 34px; padding: clamp(28px, 6vw, 58px); box-shadow: var(--shadow); }
.contact-card p { color: var(--muted); }
.contact-actions { display: grid; gap: 14px; }
.small { font-weight: 800; color: var(--primary) !important; }
.footer { padding: 28px 0; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; }
.footer a { color: var(--primary); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .14s; }

@media (max-width: 1020px) {
  .hero-grid, .intro-grid, .band-grid, .clients-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-card img { height: 520px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .section-pad { padding: 72px 0; }
  .nav-links { position: fixed; inset: 82px 16px auto 16px; flex-direction: column; align-items: stretch; padding: 22px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu-toggle { display: block; }
  .services-grid, .benefits-grid, .trust-row { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: span 1; }
  .hero { padding-top: 120px; }
  .hero-card img, .band-grid img { height: 360px; }
  .floating-card { left: 16px; bottom: 16px; }
  .footer-grid { flex-direction: column; }
}
