:root {
  --red: #d70b0b;
  --red-dark: #b30707;
  --blue: #1d2187;
  --cyan: #18bfd1;
  --ink: #151515;
  --muted: #666c73;
  --line: #e8e9eb;
  --soft: #f7f8f9;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 24, 39, .08);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 16px; background: #000; color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: grid; line-height: 1; min-width: 124px; }
.brand-polli { color: var(--red); font-weight: 950; font-size: 30px; letter-spacing: -.04em; }
.brand-caption { margin-top: 5px; max-width: 124px; font-size: 8px; line-height: 1.25; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.partner-logos { display: flex; align-items: center; gap: 18px; margin-right: auto; }
.partner-logos img { max-height: 38px; width: auto; max-width: 155px; object-fit: contain; }
.logo-divider { width: 1px; height: 34px; background: #d9dce0; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-weight: 850; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 28px rgba(215,11,11,.22); }
.button-primary:hover { background: var(--red-dark); }
.button-outline { border-color: var(--red); color: var(--red); background: #fff; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-full { width: 100%; border: 0; }

.hero { padding-top: 56px; padding-bottom: 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 56px; }
.eyebrow { display: inline-flex; margin-bottom: 18px; color: var(--red); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow.light { color: #ffd8d8; }
.hero h1, .section-heading h2, .expert-copy h2, .contact-copy h2 { margin: 0; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { font-size: clamp(42px, 5vw, 70px); max-width: 740px; }
.hero h1 span, .section-heading h2 span, .expert-copy h2 span { color: var(--red); }
.hero-copy > p { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #4d5157; font-size: 13px; font-weight: 750; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--red); }
.hero-media { position: relative; min-height: 520px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: #ece8e2; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.10), transparent 40%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: grid; gap: 3px; max-width: 290px; padding: 16px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: 0 16px 35px rgba(0,0,0,.12); }
.hero-badge span { font-size: 13px; color: var(--muted); }

.benefits { border-block: 1px solid var(--line); background: #fff; }
.benefits-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.benefit { display: flex; align-items: center; gap: 15px; min-height: 62px; padding: 0 28px; border-right: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { border-right: 0; }
.benefit .icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: var(--red); border: 1px solid rgba(215,11,11,.22); border-radius: 12px; font-size: 22px; font-weight: 900; }
.benefit div { display: grid; gap: 3px; }
.benefit strong { font-size: 14px; }
.benefit small { color: var(--muted); }

.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .expert-copy h2, .contact-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.section-heading p { margin: 16px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.solution-card { overflow: hidden; background: #fff; border: 1px solid #e8e9eb; border-radius: var(--radius); box-shadow: 0 12px 32px rgba(17,24,39,.06); transition: .25s ease; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-card > img { width: 100%; height: 220px; object-fit: cover; }
.solution-content { padding: 28px; }
.solution-logo { width: auto; height: 38px; max-width: 170px; object-fit: contain; object-position: left center; margin-bottom: 14px; }
.solution-logo.gelso { height: 42px; }
.solution-content h3 { margin: 0; font-size: 23px; line-height: 1.15; }
.solution-content p { margin: 14px 0 22px; color: var(--muted); line-height: 1.6; }
.mini-label { display: inline-block; margin-bottom: 12px; color: #555; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 900; }
.text-link.red { color: var(--red); }
.text-link.blue { color: var(--blue); }
.text-link.dark { color: #222; }

.expert-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.expert-image { min-height: 520px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.expert-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.expert-copy > p { margin: 22px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.check-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #3f444a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 18px; height: 18px; color: #fff; background: var(--red); border-radius: 50%; font-size: 11px; font-weight: 900; }

.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.reason { min-height: 215px; padding: 30px; background: #fff; border: 1px solid #e7e8ea; border-radius: 18px; }
.reason > span { color: var(--red); font-size: 13px; font-weight: 950; letter-spacing: .1em; }
.reason h3 { margin: 34px 0 10px; font-size: 20px; }
.reason p { margin: 0; color: var(--muted); line-height: 1.55; }

.contact-section { position: relative; color: #fff; background: linear-gradient(135deg, #930303 0%, var(--red) 58%, #e32929 100%); overflow: hidden; }
.contact-section::after { content: ""; position: absolute; right: -130px; top: -180px; width: 560px; height: 560px; border: 110px solid rgba(255,255,255,.05); border-radius: 50%; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.contact-copy p { max-width: 530px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }
.contact-points { display: grid; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.92); font-weight: 700; }
.lead-form { display: grid; gap: 16px; padding: 32px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 30px 70px rgba(58,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 850; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #dfe1e5; background: #fafafa; border-radius: 10px; outline: none; padding: 14px 15px; color: var(--ink); transition: .2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(215,11,11,.08); }
.lead-form textarea { resize: vertical; }
.form-status { min-height: 18px; margin: -4px 0 0; color: #6a6f75; font-size: 12px; }

.site-footer { color: rgba(255,255,255,.78); background: #17191c; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 40px; padding: 56px 0 36px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: #fff; }
.footer-grid p { margin: 0; font-size: 14px; line-height: 1.65; }
.footer-grid a:hover { color: #fff; }
.footer-brand { color: #fff !important; font-size: 28px; letter-spacing: -.04em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #18b956; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 14px 35px rgba(0,0,0,.22); font-size: 13px; font-weight: 950; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .partner-logos { display: none; }
  .main-nav { gap: 18px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: 52px; }
  .benefit { padding-inline: 18px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 76px; display: grid; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: .2s ease; }
  .main-nav.open { opacity: 1; transform: translateY(0); visibility: visible; }
  .main-nav > a { padding: 14px; }
  .main-nav .button { margin-top: 6px; }
  .hero-grid, .expert-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 32px; }
  .hero-media, .hero-media > img { min-height: 420px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 10px; }
  .benefit:nth-last-child(-n+2) { border-bottom: 0; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .solution-card > img { height: 100%; min-height: 260px; }
  .reasons-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 70px; gap: 12px; }
  .brand-polli { font-size: 25px; }
  .brand-caption { font-size: 7px; }
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-media, .hero-media > img { min-height: 350px; }
  .hero-badge { left: 14px; right: 14px; bottom: 14px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { border-bottom: 1px solid var(--line) !important; }
  .benefit:last-child { border-bottom: 0 !important; }
  .section-heading h2, .expert-copy h2, .contact-copy h2 { font-size: 36px; }
  .solution-card { display: block; }
  .solution-card > img { height: 210px; min-height: 0; }
  .expert-image, .expert-image img { min-height: 360px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .lead-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
