:root {
  --navy: #0a2540;
  --navy-2: #103653;
  --blue-soft: #eaf1f7;
  --orange: #ff6508;
  --red: #ef2b1f;
  --ink: #112233;
  --muted: #687786;
  --line: #dfe7ee;
  --white: #ffffff;
  --soft: #f5f8fb;
  --shadow: 0 18px 50px rgba(10, 37, 64, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(10,37,64,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand {
  width: 290px;
  height: 62px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: auto;
  height: 54px;
  max-width: 100%;
  object-fit: contain;
}
.main-nav { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.main-nav a { font-size: .92rem; font-weight: 700; color: #33475a; transition: .25s ease; }
.main-nav a:hover { color: var(--red); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; margin-left: auto; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff;
  border: 0;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(239,43,31,.22);
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(239,43,31,.28); }
.btn-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid rgba(10,37,64,.18); box-shadow: none; }
.btn-ghost:hover { border-color: var(--navy); box-shadow: none; }
.btn-light { background: #fff; color: var(--navy); box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 80px;
  background:
    radial-gradient(circle at 8% 5%, rgba(255,101,8,.08), transparent 28%),
    radial-gradient(circle at 92% 85%, rgba(10,37,64,.08), transparent 32%),
    linear-gradient(180deg, #fff, #f8fbfd);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-block; color: var(--red); font-size: .76rem; letter-spacing: .18em; font-weight: 800; margin-bottom: 16px; }
.eyebrow.light { color: #ffd8c4; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.055em; margin-bottom: 24px; color: var(--navy); }
h1 span { color: var(--red); }
.hero-text { max-width: 650px; font-size: 1.08rem; color: var(--muted); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero-highlights div { padding: 16px 0; border-top: 1px solid var(--line); }
.hero-highlights strong { display: block; color: var(--navy); font-size: .92rem; }
.hero-highlights span { display: block; color: var(--muted); font-size: .76rem; margin-top: 4px; }

.hero-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.visual-card { position: absolute; border-radius: 34px; box-shadow: var(--shadow); overflow: hidden; }
.visual-main {
  width: min(490px, 95%);
  right: 0;
  top: 20px;
  background: var(--navy);
  padding: 0;
  transform: rotate(1.5deg);
}
.visual-main img {
  width: 100%;
  border-radius: 34px;
}
.visual-shape { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,101,8,.22); filter: blur(15px); top: -80px; right: -80px; }
.visual-mini { width: 310px; left: 0; bottom: 30px; background: #fff; padding: 16px; display: flex; gap: 14px; align-items: center; transform: rotate(-2deg); }
.visual-mini img { width: 72px; height: 72px; object-fit: cover; border-radius: 18px; }
.visual-mini span { display: block; color: var(--muted); font-size: .78rem; }
.visual-mini strong { display: block; color: var(--navy); }
.floating-pill { position: absolute; right: 0; bottom: 70px; background: var(--orange); color: #fff; border-radius: 999px; padding: 12px 18px; font-weight: 800; font-size: .76rem; box-shadow: 0 12px 28px rgba(255,101,8,.25); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; pointer-events: none; }
.hero-orb-one { width: 160px; height: 160px; border: 30px solid var(--orange); right: 8%; top: 8%; }
.hero-orb-two { width: 110px; height: 110px; background: var(--navy); left: -55px; bottom: 30px; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.trust-grid span { text-align: center; font-size: .86rem; font-weight: 700; opacity: .9; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2, .process-copy h2, .form-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; color: var(--navy); margin-bottom: 16px; }
.section-heading p, .form-copy > p { color: var(--muted); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; min-height: 280px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.icon-wrap { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,101,8,.10); margin-bottom: 24px; }
.icon-wrap svg { width: 30px; fill: none; stroke: var(--red); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { color: var(--navy); font-size: 1.25rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .94rem; }

.profiles-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.profile-tabs { display: grid; gap: 10px; }
.profile-tab { text-align: left; border: 1px solid var(--line); background: #fff; color: #3d4f61; padding: 18px 20px; border-radius: 14px; cursor: pointer; font-weight: 700; transition: .2s ease; }
.profile-tab:hover, .profile-tab.active { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateX(4px); }
.profile-detail { background: #fff; border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.profile-badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,101,8,.1); color: var(--red); font-weight: 800; font-size: .76rem; margin-bottom: 18px; }
.profile-detail h3 { color: var(--navy); font-size: 1.6rem; margin-bottom: 20px; }
.requirements-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.requirements-list li { position: relative; padding: 14px 16px 14px 48px; background: var(--soft); border-radius: 12px; color: #405266; }
.requirements-list li::before { content: "✓"; position: absolute; left: 16px; top: 13px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: .72rem; font-weight: 800; }
.note { color: var(--muted); font-size: .78rem; }
.text-link { color: var(--red); font-weight: 800; }

.process-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.process-section::after { content: ""; position: absolute; right: -160px; top: -160px; width: 420px; height: 420px; border-radius: 50%; border: 80px solid rgba(255,101,8,.12); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.process-copy h2 { color: #fff; }
.process-copy p { color: rgba(255,255,255,.72); max-width: 560px; margin-bottom: 26px; }
.process-steps { display: grid; gap: 14px; }
.process-step { display: flex; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.process-step > span { min-width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(135deg, var(--orange), var(--red)); display: grid; place-items: center; font-weight: 800; }
.process-step strong { display: block; margin-bottom: 4px; }
.process-step p { color: rgba(255,255,255,.67); margin: 0; font-size: .86rem; }

.form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-card { margin-top: 30px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; gap: 14px; max-width: 420px; }
.contact-card img { width: 64px; height: 64px; object-fit: cover; border-radius: 14px; }
.contact-card strong { display: block; color: var(--navy); }
.contact-card span { display: block; color: var(--muted); font-size: .82rem; }
.lead-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { display: block; margin-bottom: 8px; font-weight: 800; color: var(--navy); font-size: .86rem; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; outline: none; background: #fff; color: var(--ink); transition: .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,101,8,.08); }
.check-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .78rem; margin-bottom: 18px; }
.check-row input { margin-top: 4px; }
.submit-btn { width: 100%; }
.form-note { text-align: center; color: var(--muted); font-size: .72rem; margin: 12px 0 0; }

.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; transition: .2s ease; }
a.contact-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-icon { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 13px; display: grid; place-items: center; background: var(--navy); color: #fff; font-weight: 800; }
.contact-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-icon.whatsapp-icon {
  background: var(--navy);
  box-shadow: 0 7px 18px rgba(10,37,64,.16);
}
.contact-icon.whatsapp-icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.contact-item small { display: block; color: var(--muted); font-size: .72rem; }
.contact-item strong { display: block; color: var(--navy); font-size: .9rem; word-break: break-word; }

.site-footer { background: var(--navy); color: #fff; padding: 54px 0 24px; }
.footer-main { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; align-items: center; }
.footer-brand img {
  width: 250px;
  border-radius: 18px;
  margin-bottom: 12px;
  background: var(--navy);
}
.footer-brand p { font-weight: 800; }
.footer-copy p { color: rgba(255,255,255,.72); }
.footer-copy .legal { font-size: .73rem; color: rgba(255,255,255,.48); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: .78rem; }

.whatsapp-float {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25D366;
  border: 3px solid #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.22), 0 4px 10px rgba(37,211,102,.28);
  display: grid;
  place-items: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  background: #20bd5a;
  box-shadow: 0 16px 36px rgba(0,0,0,.24), 0 6px 14px rgba(37,211,102,.34);
}
.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37,211,102,.30);
  outline-offset: 4px;
}
.whatsapp-float img {
  width: 31px;
  height: 36px;
  display: block;
  object-fit: contain;
}


.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { position: absolute; top: 78px; left: 20px; right: 20px; display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 8px; box-shadow: var(--shadow); }
  .main-nav.open a { padding: 14px 16px; border-radius: 10px; }
  .main-nav.open a:hover { background: var(--soft); }
  .hero-grid, .process-grid, .form-grid, .profiles-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; max-width: 650px; width: 100%; margin: 0 auto; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-grid span { padding: 8px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { width: 220px; height: 58px; }
  .brand img { width: auto; height: 46px; }
  .hero { padding: 64px 0 50px; }
  h1 { font-size: 2.65rem; }
  .hero-highlights { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; margin-top: 10px; }
  .visual-main { width: 92%; right: 0; }
  .visual-mini { width: 78%; left: 0; bottom: 12px; }
  .floating-pill { right: 0; bottom: 90px; font-size: .67rem; padding: 10px 12px; }
  .section { padding: 72px 0; }
  .services-grid, .contact-grid, .field-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .profile-detail, .lead-form { padding: 24px; }
  .profile-tab:hover, .profile-tab.active { transform: none; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .trust-grid { grid-template-columns: 1fr; gap: 4px; }
}

/* Contact actions refinements */
.contact-item[href] { cursor: pointer; }
.contact-item[href]:focus-visible { outline: 3px solid rgba(10,37,64,.22); outline-offset: 3px; }
.email-icon { background: var(--navy); }
@media (max-width: 640px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
  .whatsapp-float img {
    width: 29px;
    height: 33px;
  }
}
