:root {
  --orange: #ff6b43;
  --orange-dark: #f04f2a;
  --black: #080808;
  --gray-900: #151515;
  --gray-700: #484848;
  --gray-500: #737373;
  --gray-200: #eeeeee;
  --gray-100: #f7f7f7;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0,0,0,.08);
  --shadow-soft: 0 12px 30px rgba(0,0,0,.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 132px; height: 54px; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; color: var(--gray-900); }
.nav-menu a:hover { color: var(--orange); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--black); margin: 7px 0; border-radius: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  transition: .2s ease;
  border: 1px solid transparent;
}
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 30px rgba(255,107,67,.25); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-outline { background: var(--white); border-color: var(--black); color: var(--black); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }

.section { padding: 86px 0; }
.section-soft { background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%); }
.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: 12px; margin: 0 0 14px; }
.section-heading { max-width: 690px; margin-bottom: 36px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.compact { margin-bottom: 26px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 70px); line-height: .98; letter-spacing: -0.055em; margin-bottom: 22px; }
h1 span, h2 span { color: var(--orange); }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.06; letter-spacing: -0.04em; margin-bottom: 14px; }
h3 { font-size: 20px; line-height: 1.15; letter-spacing: -0.025em; margin-bottom: 12px; }
p { color: var(--gray-700); }

.hero { padding: 72px 0 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero-text { max-width: 590px; font-size: 18px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.proof { display: flex; align-items: center; gap: 16px; }
.proof p { margin: 4px 0 0; font-size: 14px; color: var(--gray-700); }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--white); margin-left: -8px; display: grid; place-items: center; background: var(--gray-900); color: var(--white); font-weight: 800; font-size: 12px; }
.avatars span:first-child { margin-left: 0; background: var(--orange); }
.stars { color: var(--orange); letter-spacing: 2px; font-weight: 900; }

.hero-visual { position: relative; min-height: 520px; }
.brand-shape { position: absolute; inset: 72px 80px auto auto; width: 270px; height: 270px; background: var(--orange); clip-path: polygon(0 0, 70% 0, 55% 38%, 100% 50%, 55% 62%, 70% 100%, 0 100%, 18% 62%, 0 50%, 18% 38%); opacity: .95; }
.person-card { position: absolute; inset: 40px 20px 20px 40px; background: linear-gradient(135deg, #f2f2f2, #fff); border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(0,0,0,.06); }
.person-illustration { position: absolute; inset: 0; }
.person-illustration .head { width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, #2b2b2b 0 42%, #efc6a8 42%); position: absolute; top: 92px; left: 50%; transform: translateX(-50%); box-shadow: inset 0 -12px 0 rgba(0,0,0,.06); }
.person-illustration .body { width: 250px; height: 220px; background: #111; border-radius: 120px 120px 0 0; position: absolute; top: 220px; left: 50%; transform: translateX(-50%); }
.person-illustration .body:after { content: ''; position: absolute; left: 78px; top: 0; border-left: 46px solid transparent; border-right: 46px solid transparent; border-top: 120px solid #fff; }
.person-illustration .laptop { position: absolute; width: 320px; height: 150px; background: linear-gradient(135deg, #d8d8d8, #f8f8f8); border-radius: 18px 18px 8px 8px; left: 50%; bottom: 54px; transform: translateX(-50%); box-shadow: 0 15px 30px rgba(0,0,0,.14); }
.floating-card { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 18px; min-width: 160px; box-shadow: var(--shadow-soft); }
.floating-card small, .floating-card span { display: block; color: var(--gray-700); font-size: 12px; }
.floating-card strong { display: block; color: var(--orange); font-size: 30px; letter-spacing: -0.04em; margin: 4px 0; }
.card-top { top: 92px; right: 0; }
.card-bottom { right: 24px; bottom: 82px; }

.trust-strip { padding: 26px 0; background: var(--white); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.strip-grid div { display: flex; align-items: center; gap: 14px; justify-content: center; border-right: 1px solid var(--gray-200); }
.strip-grid div:last-child { border-right: 0; }
.strip-grid span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,107,67,.12); color: var(--orange); }
.strip-grid p { margin: 0; font-weight: 700; color: var(--gray-900); font-size: 14px; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .service-card, .testimonial {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.card .icon { color: var(--orange); font-size: 34px; margin-bottom: 18px; }
.card p, .service-card p, .testimonial p { font-size: 15px; margin-bottom: 0; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--gray-200); border-radius: 16px; margin-bottom: 20px; font-size: 24px; font-weight: 900; color: var(--orange); }
.service-card a { display: inline-flex; margin-top: 18px; color: var(--orange); font-weight: 800; }

.segments { padding-top: 70px; padding-bottom: 70px; }
.segments-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.segments-grid div { min-height: 130px; display: grid; place-items: center; text-align: center; gap: 10px; padding: 18px; border-right: 1px solid var(--gray-200); font-size: 28px; }
.segments-grid div:last-child { border-right: 0; }
.segments-grid span { font-size: 13px; font-weight: 800; color: var(--gray-900); }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.about-image { min-height: 400px; border-radius: 34px; background: radial-gradient(circle at 35% 30%, rgba(255,107,67,.24), transparent 36%), #fff; border: 1px solid var(--gray-200); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.portrait-placeholder { position: absolute; width: 260px; height: 340px; left: 50%; bottom: 0; transform: translateX(-50%); background: linear-gradient(180deg, #f1c7ad 0 27%, #efe6de 27% 50%, #d6c6b7 50%); border-radius: 140px 140px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.stats-grid div { padding: 20px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 18px; }
.stats-grid strong { display: block; font-size: 22px; letter-spacing: -0.04em; }
.stats-grid span { color: var(--gray-500); font-size: 13px; font-weight: 700; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial p { margin: 14px 0 18px; }
.testimonial strong, .testimonial span { display: block; }
.testimonial span { color: var(--gray-500); font-size: 13px; margin-top: 4px; }

.final-cta { background: var(--black); color: var(--white); padding: 66px 0; }
.final-cta-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.final-cta h2 { color: var(--white); margin: 0; }
.final-cta p { color: rgba(255,255,255,.72); }
.cta-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--orange); border: 1px solid rgba(255,255,255,.18); margin-bottom: 18px; font-size: 24px; }

.site-footer { background: #050505; color: var(--white); padding: 44px 0 24px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1fr; gap: 34px; align-items: start; }
.footer-brand img { width: 140px; height: 56px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-grid p, .footer-grid a, .footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-grid strong { display: block; margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 22px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: var(--orange); color: var(--white); display: grid; place-items: center; font-size: 28px; font-weight: 900; box-shadow: 0 20px 40px rgba(255,107,67,.35); z-index: 60; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-menu { position: fixed; top: 84px; left: 0; right: 0; background: var(--white); padding: 24px 20px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--gray-200); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .2s ease; }
  .nav-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .hero-grid, .about-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .strip-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .segments-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 64px 0; }
  .header-inner { height: 74px; }
  .brand img { width: 118px; }
  .nav-menu { top: 74px; }
  .hero { padding-top: 48px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-visual { min-height: 380px; }
  .person-card { inset: 25px 0 20px 0; }
  .card-top { top: 40px; right: 0; }
  .card-bottom { right: 0; bottom: 35px; }
  .strip-grid, .benefits-grid, .services-grid, .testimonials-grid, .stats-grid, .footer-grid { grid-template-columns: 1fr; }
  .strip-grid div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--gray-200); padding-bottom: 16px; }
  .strip-grid div:last-child { border-bottom: 0; }
  .segments-grid { grid-template-columns: repeat(2, 1fr); }
  .segments-grid div { border-bottom: 1px solid var(--gray-200); }
  .footer-bottom { flex-direction: column; }
}
