/*
Theme Name: Impulse Lead
Theme URI: https://impulselead.com.br/
Author: Impulse Lead
Author URI: https://impulselead.com.br/
Description: Tema institucional da Impulse Lead com Home, página Sobre, SEO, portfólio e estrutura preparada para expansão pelo plugin.
Version: 1.0.13
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: impulselead
*/

:root {
  --il-navy: #081a3a;
  --il-navy-2: #102955;
  --il-blue: #1264f4;
  --il-blue-2: #2e8cff;
  --il-green: #12ad55;
  --il-green-2: #55d77f;
  --il-cyan: #42c7ed;
  --il-violet: #7b45e8;
  --il-text: #10213f;
  --il-muted: #5d6b82;
  --il-line: #dbe6f3;
  --il-soft: #f4f8fd;
  --il-white: #fff;
  --il-shadow-sm: 0 8px 24px rgba(18, 52, 95, .08);
  --il-shadow: 0 20px 50px rgba(18, 52, 95, .14);
  --il-radius-sm: 14px;
  --il-radius: 22px;
  --il-container: 1180px;
  --il-header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--il-text);
  background: var(--il-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.il-container { width: min(calc(100% - 40px), var(--il-container)); margin-inline: auto; }
.il-section { padding: 88px 0; }
.il-section--soft { background: linear-gradient(180deg, #fbfdff, #f4f8fd); }
.il-section--dark { color: #fff; background: radial-gradient(circle at 20% 0%, #163b76, transparent 38%), var(--il-navy); }
.il-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 12px; color: var(--il-green);
  font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.il-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(18, 173, 85, .11); }
.il-section-title {
  max-width: 780px; margin: 0 auto 16px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; text-align: center;
}
.il-section-intro { max-width: 720px; margin: 0 auto 42px; color: var(--il-muted); font-size: 17px; line-height: 1.75; text-align: center; }
.il-accent-green { color: var(--il-green); }
.il-accent-blue { color: var(--il-blue); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: var(--il-header-height);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(8, 26, 58, .07);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(14, 43, 82, .09); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { flex: 0 0 auto; }
.site-branding img { width: min(230px, 34vw); max-height: 48px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 48px; width: auto; }
.primary-navigation { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-menu > li { position: relative; }
.primary-menu > li > a {
  display: inline-flex; align-items: center; min-height: 42px;
  color: var(--il-navy); font-size: 14px; font-weight: 700;
  transition: color .2s ease;
}
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { color: var(--il-blue); }
.primary-menu > li.current-menu-item > a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: var(--il-green);
}
.menu-item-has-children > a::after { content: "⌄"; margin-left: 6px; font-size: 12px; }
.sub-menu {
  position: absolute; top: calc(100% + 8px); left: -18px; min-width: 260px;
  margin: 0; padding: 12px; list-style: none;
  background: #fff; border: 1px solid var(--il-line); border-radius: 16px; box-shadow: var(--il-shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s ease;
}
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sub-menu a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--il-text); font-size: 14px; font-weight: 700; }
.sub-menu a:hover { color: var(--il-blue); background: #f1f6ff; }
.header-cta { flex: 0 0 auto; }
.mobile-toggle {
  display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 12px; background: var(--il-soft);
}
.mobile-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--il-navy); transition: .25s ease; }

/* Buttons */
.il-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px;
  border: 1px solid transparent; border-radius: 10px;
  font-size: 14px; font-weight: 800; letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.il-button:hover { transform: translateY(-2px); }
.il-button--green { color: #fff; background: linear-gradient(135deg, var(--il-green), #20c968); box-shadow: 0 12px 24px rgba(18, 173, 85, .22); }
.il-button--green:hover { box-shadow: 0 16px 30px rgba(18, 173, 85, .3); }
.il-button--blue { color: #fff; background: linear-gradient(135deg, var(--il-blue), #0f54d9); box-shadow: 0 12px 24px rgba(18, 100, 244, .23); }
.il-button--outline { color: var(--il-navy); background: rgba(255,255,255,.78); border-color: #aac0dd; }
.il-button--outline:hover { border-color: var(--il-blue); color: var(--il-blue); }
.il-button svg { width: 18px; height: 18px; fill: currentColor; }
.button-icon { flex: 0 0 auto; width: 22px; height: 22px; object-fit: contain; background: transparent; }
.button-icon--whatsapp { filter: none; }

/* Hero */
.home-hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 680px; display: flex; align-items: center;
  background-color: #f9fcff;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.home-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 39%, rgba(255,255,255,.54) 61%, rgba(255,255,255,.06) 100%);
}
.home-hero::after {
  content: ""; position: absolute; width: 320px; height: 320px; left: 42%; top: 18%; z-index: -1;
  border-radius: 50%; background: rgba(35, 135, 255, .11); filter: blur(70px); animation: ilFloatGlow 8s ease-in-out infinite alternate;
}
.hero-content { width: min(650px, 58%); padding: 92px 0 84px; }
.hero-kicker { margin-bottom: 20px; color: var(--il-navy); }
.hero-kicker::before { background: var(--il-green); }
.hero-title {
  margin: 0 0 22px; font-family: Manrope, Inter, sans-serif;
  font-size: clamp(42px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.055em;
}
.hero-title .hero-green { display: block; color: var(--il-green); }
.hero-summary { max-width: 620px; margin: 0 0 24px; color: #334762; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.hero-summary strong { color: var(--il-green); }
.hero-benefits { display: grid; gap: 12px; margin: 0 0 32px; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: flex-start; gap: 10px; color: #263b56; font-size: 15px; font-weight: 650; line-height: 1.45; }
.hero-benefits li::before {
  content: "✓"; flex: 0 0 21px; display: grid; place-items: center; width: 21px; height: 21px; margin-top: 1px;
  color: #fff; background: var(--il-green); border-radius: 50%; font-size: 12px; font-weight: 900;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Metrics */
.metrics-strip { position: relative; z-index: 5; background: #fff; border-top: 1px solid #e8eff8; border-bottom: 1px solid #e8eff8; box-shadow: 0 14px 34px rgba(16, 55, 104, .07); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-item { position: relative; display: flex; align-items: center; gap: 20px; min-height: 150px; padding: 26px 24px; transition: background .25s ease, transform .25s ease; }
.metric-item:hover { z-index: 2; background: linear-gradient(180deg, #fff, #f6faff); transform: translateY(-4px); }
.metric-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 29%; bottom: 29%; width: 1px; background: var(--il-line); }
.metric-icon { flex: 0 0 140px; width: 140px; height: 140px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(23, 111, 223, .22)); transform-origin: center; will-change: transform; transition: transform .32s cubic-bezier(.2,.8,.2,1), filter .32s ease; }
.metric-item:hover .metric-icon { transform: translateY(-8px) scale(1.12) rotate(-2deg); filter: drop-shadow(0 16px 26px rgba(23, 111, 223, .3)); }
.metric-value { display: block; color: var(--il-blue); font-family: Manrope, Inter, sans-serif; font-size: 30px; font-weight: 800; line-height: 1; }
.metric-label { display: block; margin-top: 7px; color: #344966; font-size: 13px; font-weight: 700; line-height: 1.35; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 500px; padding: 30px 26px 26px;
  background: #fff; border: 1px solid #e1eaf5; border-radius: var(--il-radius-sm); box-shadow: var(--il-shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 0%, rgba(46, 140, 255, .09), transparent 38%); opacity: 0; transition: opacity .28s ease; }
.service-card:hover { z-index: 2; transform: translateY(-10px) scale(1.018); border-color: #b9d4f7; box-shadow: 0 24px 50px rgba(14, 71, 142, .16); }
.service-card:hover::before { opacity: 1; }
.service-icon-wrap { display: grid; place-items: center; height: 236px; margin-bottom: 22px; }
.service-icon { width: 228px; height: 228px; max-width: 228px; max-height: 228px; object-fit: contain; transform-origin: center; will-change: transform; transition: transform .34s cubic-bezier(.2,.8,.2,1), filter .34s ease; }
.service-card:hover .service-icon { transform: translateY(-10px) scale(1.13) rotate(1.5deg); filter: drop-shadow(0 14px 22px rgba(18, 100, 244, .22)); }
.service-card h3 { margin: 0 0 12px; font-family: Manrope, Inter, sans-serif; font-size: 22px; line-height: 1.2; text-align: center; }
.service-card p { flex: 1 1 auto; margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.65; text-align: center; }
.service-link { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; align-self: center; gap: 8px; min-height: 34px; margin-top: 24px; padding: 6px 12px; color: var(--il-blue); font-size: 13px; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }
.service-link img { flex: 0 0 auto; width: 23px; height: 23px; object-fit: contain; }
.service-link:hover { transform: translateY(-2px); }

/* Portfolio */
.portfolio-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.portfolio-head .il-section-title, .portfolio-head .il-section-intro { margin-inline: 0; text-align: left; }
.portfolio-head .il-section-intro { margin-bottom: 0; }
.portfolio-controls { display: flex; gap: 10px; }
.portfolio-control { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #c9daee; border-radius: 50%; color: var(--il-blue); background: #fff; box-shadow: var(--il-shadow-sm); transition: .2s ease; }
.portfolio-control:hover { color: #fff; background: var(--il-blue); border-color: var(--il-blue); transform: translateY(-2px); }
.portfolio-viewport { overflow: hidden; }
.portfolio-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 24px; }
.portfolio-track::-webkit-scrollbar { display: none; }
.portfolio-card { flex: 0 0 calc((100% - 60px) / 4); min-width: 260px; scroll-snap-align: start; overflow: hidden; background: #fff; border: 1px solid #dce6f2; border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.portfolio-card:hover { transform: translateY(-7px); box-shadow: var(--il-shadow); }
.portfolio-thumb { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0b2b59, #156ff5 55%, #36d376); }
.portfolio-thumb::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.28), transparent 28%), repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px); }
.portfolio-thumb img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.portfolio-monogram { position: relative; z-index: 1; font-family: Manrope, sans-serif; font-size: 72px; font-weight: 800; letter-spacing: -.08em; opacity: .88; }
.portfolio-body { padding: 20px; }
.portfolio-type { color: var(--il-green); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.portfolio-card h3 { margin: 8px 0 7px; font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.2; }
.portfolio-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.55; }
.portfolio-bottom { margin-top: 34px; text-align: center; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.process-grid::before { content: ""; position: absolute; left: 16%; right: 16%; top: 90px; height: 1px; background: linear-gradient(90deg, transparent, #b8cde7 10%, #b8cde7 90%, transparent); }
.process-card { position: relative; z-index: 1; padding: 10px 30px 0; text-align: center; }
.process-icon-shell { display: grid; place-items: center; width: 210px; height: 210px; margin: 0 auto 22px; border-radius: 50%; background: rgba(230, 241, 255, .75); box-shadow: inset 0 0 0 1px #d7e7fa, 0 12px 28px rgba(18, 100, 244, .08); transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, background .32s ease; }
.process-icon { width: 176px; height: 176px; object-fit: contain; transform-origin: center; will-change: transform; transition: transform .34s cubic-bezier(.2,.8,.2,1), filter .34s ease; }
.process-card:hover .process-icon-shell { transform: translateY(-7px) scale(1.04); background: rgba(235, 245, 255, .95); box-shadow: inset 0 0 0 1px #c9ddf6, 0 20px 38px rgba(18, 100, 244, .16); }
.process-card:hover .process-icon { transform: translateY(-8px) scale(1.11) rotate(1.5deg); filter: drop-shadow(0 14px 22px rgba(18, 100, 244, .22)); }
.process-number { color: var(--il-green); font-family: Manrope, sans-serif; font-size: 18px; font-weight: 800; }
.process-card h3 { display: inline; margin-left: 6px; font-family: Manrope, sans-serif; font-size: 21px; }
.process-card p { margin: 12px auto 0; max-width: 310px; color: var(--il-muted); font-size: 14px; line-height: 1.65; }

/* CTA */
.home-cta { padding: 0 0 80px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 34px 42px; color: #fff; background: linear-gradient(120deg, #16b85d, #0b7bd9 58%, #0f2f68); border-radius: 22px; box-shadow: 0 22px 54px rgba(15, 83, 155, .22); }
.cta-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; top: -160px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 0 40px rgba(255,255,255,.05), 0 0 0 80px rgba(255,255,255,.035); }
.cta-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.26); }
.cta-icon svg { width: 42px; height: 42px; fill: #fff; }
.cta-copy { position: relative; z-index: 1; }
.cta-copy h2 { margin: 0 0 6px; font-family: Manrope, sans-serif; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.03em; }
.cta-copy p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.6; }
.cta-panel .il-button { position: relative; z-index: 1; background: var(--il-navy); color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.cta-panel .il-button:hover { background: #06142d; color: #fff; }

/* Footer */
.site-footer { color: rgba(255,255,255,.84); background: var(--il-navy); }
.footer-main { display: grid; grid-template-columns: 1.35fr .75fr 1fr 1fr; gap: 46px; padding: 58px 0 38px; }
.footer-logo { width: 220px; max-height: 62px; margin-bottom: 18px; padding: 6px 10px; background: #fff; border-radius: 10px; object-fit: contain; object-position: left center; }
.footer-about { max-width: 330px; margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.footer-title { margin: 0 0 18px; color: #fff; font-family: Manrope, sans-serif; font-size: 15px; }
.footer-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-list a { color: rgba(255,255,255,.72); font-size: 14px; transition: .2s ease; }
.footer-list a:hover { color: var(--il-green-2); padding-left: 3px; }
.footer-contact li { display: flex; gap: 10px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.footer-contact svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; fill: var(--il-green-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-size: 12px; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a:hover { color: #fff; }


.footer-socials { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.footer-social-link { display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 0; line-height: 0; transition: transform .22s ease, opacity .22s ease; }
.footer-social-link:hover { transform: translateY(-3px) scale(1.05); opacity: .92; }
.footer-social-link img { width: 36px; height: 36px; object-fit: contain; background: transparent; }

.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 1000;
  display: block; width: 70px; height: 70px;
  background: transparent; border: 0; border-radius: 0;
  filter: drop-shadow(0 10px 18px rgba(4, 67, 34, .25));
  transition: transform .22s ease, filter .22s ease;
}
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.06); filter: drop-shadow(0 14px 24px rgba(4, 67, 34, .32)); }
.floating-whatsapp img { width: 100%; height: 100%; object-fit: contain; background: transparent; }

/* Basic pages */
.content-shell { min-height: 60vh; padding: 80px 0; }
.entry-title { font-family: Manrope, sans-serif; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.04em; }
.entry-content { color: var(--il-muted); font-size: 17px; line-height: 1.8; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.72,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
@keyframes ilFloatGlow { from { transform: translate3d(-10px,-8px,0) scale(.96); } to { transform: translate3d(22px,18px,0) scale(1.08); } }

/* Responsive */
@media (max-width: 1060px) {
  .primary-menu { gap: 20px; }
  .header-cta { display: none; }
  .home-hero { min-height: 650px; background-position: 67% center; }
  .home-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 52%, rgba(255,255,255,.6) 76%, rgba(255,255,255,.15) 100%); }
  .hero-content { width: 64%; }
  .hero-title { font-size: clamp(42px, 6vw, 62px); }
  .metrics-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-item:nth-child(2)::after { display: none; }
  .metric-item:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .portfolio-card { flex-basis: calc((100% - 20px) / 2); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --il-header-height: 72px; }
  .mobile-toggle { display: block; }
  .primary-navigation {
    position: fixed; inset: var(--il-header-height) 0 0; z-index: 999;
    margin: 0; padding: 26px 24px 50px; overflow-y: auto;
    background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .28s ease;
  }
  .primary-navigation.is-open { transform: none; }
  .primary-menu { flex-direction: column; align-items: stretch; gap: 4px; }
  .primary-menu > li > a { width: 100%; min-height: 52px; padding: 0 12px; border-bottom: 1px solid #e8eff7; font-size: 17px; }
  .primary-menu > li.current-menu-item > a::after { display: none; }
  .sub-menu { position: static; min-width: 0; padding: 0 0 8px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .sub-menu a { padding: 10px 14px; }
  .mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .home-hero { min-height: auto; background-position: 72% center; background-size: auto 100%; }
  .home-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 67%, rgba(255,255,255,.68) 100%); }
  .hero-content { width: 78%; padding: 72px 0; }
  .hero-title { font-size: clamp(38px, 9vw, 54px); }
  .hero-summary { font-size: 17px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-grid::before { display: none; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-icon { margin-inline: auto; }
  .cta-panel .il-button { justify-self: center; }
}

@media (max-width: 620px) {
  .il-container { width: min(calc(100% - 28px), var(--il-container)); }
  .il-section { padding: 68px 0; }
  .site-branding img { width: 190px; max-width: 66vw; }
  .home-hero { background-position: 67% center; background-size: auto 100%; }
  .home-hero::before { background: rgba(255,255,255,.93); }
  .hero-content { width: 100%; padding: 58px 0 62px; }
  .hero-kicker { font-size: 10px; }
  .hero-title { font-size: clamp(37px, 12vw, 50px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .il-button { width: 100%; }
  .metrics-grid, .services-grid { grid-template-columns: 1fr; }
  .metric-item { min-height: 126px; gap: 16px; padding: 22px 18px; }
  .metric-icon { flex-basis: 118px; width: 118px; height: 118px; }
  .service-icon-wrap { height: 192px; }
  .service-icon { width: 182px; height: 182px; max-width: 182px; max-height: 182px; }
  .process-icon-shell { width: 182px; height: 182px; }
  .process-icon { width: 150px; height: 150px; }
  .metric-item::after { display: none !important; }
  .metric-item:not(:last-child) { border-bottom: 1px solid var(--il-line); }
  .portfolio-head { align-items: flex-start; }
  .portfolio-controls { display: none; }
  .portfolio-card { flex-basis: 86%; }
  .process-card { padding-inline: 6px; }
  .cta-panel { padding: 30px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 62px; height: 62px; }
}

@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; }
}


/* About page */
.about-page { overflow: hidden; }
.about-hero { position: relative; padding: 72px 0 64px; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.about-hero::after { content: ""; position: absolute; top: 40px; right: -60px; width: 360px; height: 360px; pointer-events: none; background-image: radial-gradient(#2e8cff 1.2px, transparent 1.2px); background-size: 18px 18px; opacity: .13; mask-image: linear-gradient(135deg, #000, transparent 72%); }
.about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.about-hero-copy h1 { max-width: 620px; margin: 0 0 22px; padding-top: 10px; font-family: Manrope, Inter, sans-serif; font-size: clamp(42px, 5vw, 67px); line-height: 1.08; letter-spacing: -.045em; }
.about-hero-copy h1 span { color: var(--il-blue); }
.about-lead { max-width: 600px; margin: 0 0 24px; color: var(--il-muted); font-size: 17px; line-height: 1.75; }
.about-hero-points { display: grid; gap: 11px; margin: 0 0 30px; padding: 0; list-style: none; }
.about-hero-points li { position: relative; padding-left: 30px; color: var(--il-text); font-size: 14px; font-weight: 700; }
.about-hero-points li::before { content: "✓"; position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 19px; height: 19px; color: #fff; background: var(--il-green); border-radius: 6px; font-size: 12px; }
.about-hero-media { position: relative; }
.about-hero-media::before { content: ""; position: absolute; inset: 30px -18px -18px 34px; z-index: -1; background: linear-gradient(135deg, rgba(18,100,244,.13), rgba(18,173,85,.12)); border-radius: 28px; filter: blur(2px); }
.about-hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; box-shadow: var(--il-shadow); }

.about-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.about-heading .il-kicker { justify-content: center; }
.about-heading h2 { margin: 0 0 13px; font-family: Manrope, Inter, sans-serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: -.035em; }
.about-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--il-muted); line-height: 1.7; }
.about-purpose { padding-top: 66px; }
.about-purpose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.about-purpose-item { position: relative; padding: 10px 24px 0; text-align: center; }
.about-purpose-item:not(:last-child)::after { content: ""; position: absolute; top: 88px; right: 0; width: 1px; height: 132px; background: var(--il-line); }
.about-purpose-item img { width: 168px; height: 168px; margin: 0 auto 18px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.about-purpose-item:hover img { transform: translateY(-7px) scale(1.1); filter: drop-shadow(0 13px 18px rgba(18,100,244,.2)); }
.about-purpose-item h3 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 19px; }
.about-purpose-item p { margin: 0; color: var(--il-muted); font-size: 15px; line-height: 1.72; }

.about-differentials { border-top: 1px solid rgba(18,100,244,.05); border-bottom: 1px solid rgba(18,100,244,.05); }
.about-differentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.about-differential-card { min-height: 312px; padding: 34px 24px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.about-differential-card:hover { transform: translateY(-8px); border-color: rgba(18,173,85,.34); box-shadow: var(--il-shadow); }
.about-differential-card img { width: 156px; height: 156px; margin: 0 auto 18px; object-fit: contain; transition: transform .3s ease; }
.about-differential-card:hover img { transform: scale(1.12) rotate(2deg); }
.about-differential-card h3 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 19px; }
.about-differential-card p { margin: 0; color: var(--il-muted); font-size: 15px; line-height: 1.72; }

.about-projects { padding-bottom: 72px; }
.about-projects-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.about-project-item { display: block; min-width: 0; text-align: center; transition: transform .28s ease; }
.about-project-item:hover { transform: translateY(-7px); }
.about-project-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; border: 1px solid var(--il-line); box-shadow: 0 9px 23px rgba(12,45,92,.11); }
.about-project-item strong { display: block; margin-top: 10px; overflow: hidden; color: var(--il-navy); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.about-projects-button { display: flex; justify-content: center; margin-top: 34px; }

.about-cta { padding: 0 0 80px; }
.about-cta-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 26px 36px; color: #fff; background: linear-gradient(105deg, #09285c, #0c67d4); border-radius: 20px; box-shadow: 0 22px 52px rgba(12,71,145,.2); }
.about-cta-logo { display: grid; place-items: center; width: 110px; height: 110px; overflow: hidden; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.about-cta-logo img { width: 86px; height: 86px; object-fit: contain; }
.about-cta-visual img { filter: drop-shadow(0 12px 20px rgba(255,255,255,.14)); }
.about-cta-panel h2 { margin: 0 0 6px; font-family: Manrope, sans-serif; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.03em; }
.about-cta-panel p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.about-cta-panel .il-button { min-width: 220px; }

@media (max-width: 1060px) {
  .about-hero-grid { gap: 36px; }
  .about-purpose-grid, .about-differentials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-purpose-item { padding: 26px 24px; border: 1px solid var(--il-line); border-radius: 18px; }
  .about-purpose-item:not(:last-child)::after { display: none; }
  .about-projects-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}

@media (max-width: 820px) {
  .about-hero { padding-top: 54px; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-hero-copy { text-align: center; }
  .about-hero-copy h1, .about-lead { margin-inline: auto; }
  .about-hero-points { width: fit-content; margin-inline: auto; text-align: left; }
  .about-hero-copy .il-button { margin-inline: auto; }
  .about-hero-media { max-width: 680px; margin-inline: auto; }
  .about-cta-panel { grid-template-columns: 1fr; text-align: center; }
  .about-cta-logo, .about-cta-panel .il-button { margin-inline: auto; }
}

@media (max-width: 620px) {
  .about-hero-copy h1 { font-size: clamp(38px, 12vw, 52px); line-height: 1.08; }
  .about-purpose-grid, .about-differentials-grid { grid-template-columns: 1fr; }
  .about-projects-grid { display: flex; gap: 15px; padding-bottom: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .about-project-item { flex: 0 0 72%; scroll-snap-align: start; }
  .about-project-item strong { font-size: 13px; }
  .about-cta-panel { padding: 28px 20px; }
}

/* Services page */
.services-page { overflow: hidden; }
.services-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-color: #f7fbff;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 39%, rgba(255,255,255,.74) 54%, rgba(255,255,255,.12) 78%, rgba(255,255,255,0) 100%);
}
.services-hero-copy { width: min(620px, 54%); padding: 94px 0 88px; }
.services-hero-copy h1 {
  margin: 0 0 22px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.services-hero-copy > p:not(.il-kicker) { max-width: 580px; margin: 0 0 30px; color: #41536e; font-size: 18px; line-height: 1.72; }
.services-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.services-heading { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.services-heading .il-kicker { justify-content: center; }
.services-heading h2 { margin: 0 0 14px; font-family: Manrope, Inter, sans-serif; font-size: clamp(31px, 4vw, 47px); line-height: 1.1; letter-spacing: -.035em; }
.services-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--il-muted); line-height: 1.72; }

.services-main { background: #fff; }
.services-page-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.services-page-card {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid var(--il-line);
  border-radius: 20px;
  box-shadow: var(--il-shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.services-page-card:hover { transform: translateY(-9px); border-color: rgba(18,100,244,.3); box-shadow: var(--il-shadow); }
.services-page-icon { display: grid; place-items: center; height: 205px; margin-bottom: 16px; border-radius: 18px; background: radial-gradient(circle, rgba(18,100,244,.08), transparent 68%); }
.services-page-icon img { width: 180px; height: 180px; object-fit: contain; transition: transform .32s cubic-bezier(.2,.8,.2,1), filter .32s ease; }
.services-page-card:hover .services-page-icon img { transform: translateY(-7px) scale(1.1); filter: drop-shadow(0 15px 23px rgba(18,100,244,.2)); }
.services-page-card h3 { margin: 0 0 13px; font-family: Manrope, sans-serif; font-size: 23px; line-height: 1.2; text-align: center; }
.services-page-card > p { margin: 0 0 18px; color: var(--il-muted); font-size: 14px; line-height: 1.7; text-align: center; }
.services-page-card ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.services-page-card li { position: relative; padding-left: 25px; color: #40516d; font-size: 13px; font-weight: 700; line-height: 1.4; }
.services-page-card li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 17px; height: 17px; color: #fff; background: var(--il-green); border-radius: 50%; font-size: 10px; }
.services-card-link { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; margin-top: auto; color: var(--il-blue); border: 1px solid #9bbaf0; border-radius: 10px; font-size: 13px; font-weight: 800; transition: .22s ease; }
.services-card-link:hover { color: #fff; background: var(--il-blue); border-color: var(--il-blue); }
.services-card-link span { font-size: 18px; }

.services-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.services-process-grid::before { content: ""; position: absolute; top: 94px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, #b9cae2, #7fa4db, #b9cae2); }
.services-process-item { position: relative; z-index: 1; padding: 20px 14px 0; text-align: center; }
.services-process-number { position: absolute; top: 10px; left: calc(50% - 84px); z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: linear-gradient(135deg, var(--il-blue), #0d50c9); border: 4px solid #f4f8fd; border-radius: 50%; font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; }
.services-process-item:nth-child(even) .services-process-number { background: linear-gradient(135deg, var(--il-green), #079244); }
.services-process-item img { width: 168px; height: 168px; margin: 0 auto 16px; object-fit: contain; transition: transform .32s ease, filter .32s ease; }
.services-process-item:hover img { transform: translateY(-8px) scale(1.1); filter: drop-shadow(0 13px 20px rgba(18,100,244,.2)); }
.services-process-item h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 20px; }
.services-process-item p { max-width: 260px; margin: 0 auto; color: var(--il-muted); font-size: 14px; line-height: 1.65; }

.services-differentials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.services-differential-item { min-height: 330px; padding: 30px 24px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.services-differential-item:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.services-differential-item img { width: 150px; height: 150px; margin: 0 auto 16px; object-fit: contain; transition: transform .3s ease; }
.services-differential-item:hover img { transform: scale(1.1) rotate(1.5deg); }
.services-differential-item h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 19px; }
.services-differential-item p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.68; }

.services-projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.services-project-card { overflow: hidden; color: var(--il-navy); background: #fff; border: 1px solid var(--il-line); border-radius: 16px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.services-project-card:hover { transform: translateY(-7px); box-shadow: var(--il-shadow); }
.services-project-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.services-project-card span { display: block; padding: 14px 16px 16px; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 800; }
.services-projects-button { display: flex; justify-content: center; margin-top: 34px; }

.services-faq-container { max-width: 980px; }
.services-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.services-faq-item { overflow: hidden; background: #fff; border: 1px solid var(--il-line); border-radius: 14px; box-shadow: 0 7px 20px rgba(18,52,95,.06); }
.services-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; color: var(--il-navy); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.services-faq-item summary::-webkit-details-marker { display: none; }
.services-faq-item summary span { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--il-blue); background: #edf4ff; border-radius: 50%; font-size: 19px; transition: transform .2s ease; }
.services-faq-item[open] summary span { transform: rotate(45deg); }
.services-faq-item p { margin: 0; padding: 0 20px 20px; color: var(--il-muted); font-size: 14px; line-height: 1.7; }

.services-cta { padding: 0 0 80px; }
.services-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto 180px; align-items: center; gap: 26px; min-height: 190px; padding: 36px 42px; color: #fff; background: linear-gradient(110deg, #082861, #075fd0 62%, #0b8a55); border-radius: 22px; box-shadow: 0 22px 50px rgba(12,71,145,.22); }
.services-cta-copy { position: relative; z-index: 2; }
.services-cta-copy > p { margin: 0 0 7px; color: #6be29a; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.services-cta-copy h2 { max-width: 650px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(27px, 3vw, 40px); line-height: 1.12; letter-spacing: -.035em; }
.services-cta-panel .il-button { position: relative; z-index: 2; min-width: 210px; }
.services-cta-rocket { position: absolute; right: -18px; bottom: -48px; width: 225px; height: 225px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 17px 26px rgba(0,0,0,.18)); }

/* Comprehensive tablet and mobile refinements */
@media (max-width: 1060px) {
  .services-hero { min-height: 570px; background-position: 61% center; }
  .services-hero-copy { width: 58%; }
  .services-page-grid, .services-differentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page-card { min-height: 540px; }
  .services-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 42px; }
  .services-process-grid::before { display: none; }
  .services-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-cta-panel { grid-template-columns: 1fr auto; padding-right: 210px; }
}

@media (max-width: 820px) {
  body.menu-open::before { content: ""; position: fixed; inset: var(--il-header-height) 0 0; z-index: 996; background: rgba(5,21,48,.48); backdrop-filter: blur(3px); }
  .site-header { height: 70px; }
  .header-inner { gap: 12px; }
  .site-branding img { width: 180px; max-width: 62vw; max-height: 43px; }
  .mobile-toggle { position: relative; z-index: 1001; display: block; flex: 0 0 44px; width: 44px; height: 44px; background: #eef4fc; box-shadow: inset 0 0 0 1px #dce8f6; }
  .primary-navigation { inset: var(--il-header-height) 0 0 auto; z-index: 999; width: min(88vw, 390px); padding: 20px 20px 44px; background: #fff; border-left: 1px solid var(--il-line); box-shadow: -20px 0 50px rgba(8,26,58,.18); transform: translateX(105%); }
  .primary-menu { gap: 2px; }
  .primary-menu > li > a { min-height: 50px; padding: 0 12px; font-size: 16px; }
  .sub-menu { padding: 2px 0 10px 14px; background: #f7faff; border-radius: 12px; }
  .sub-menu a { padding: 10px 12px; font-size: 14px; }

  .il-section { padding: 70px 0; }
  .il-section-title, .about-heading h2, .services-heading h2 { font-size: clamp(29px, 7.8vw, 42px); }
  .il-section-intro { margin-bottom: 34px; font-size: 16px; }
  .il-button { width: auto; min-height: 50px; padding-inline: 20px; }

  .home-hero { min-height: 620px; background-position: 64% center; background-size: cover; }
  .home-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.94) 72%, rgba(255,255,255,.72)); }
  .hero-content { width: 88%; padding: 72px 0; }
  .hero-title { font-size: clamp(38px, 8.8vw, 54px); line-height: 1.06; }
  .hero-summary { font-size: 16px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-item { min-height: 150px; padding: 22px 18px; gap: 14px; }
  .metric-icon { flex-basis: 92px; width: 92px; height: 92px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: auto; padding: 26px 22px 22px; }
  .service-icon-wrap { height: 155px; }
  .service-icon { width: 150px; height: 150px; max-width: 150px; max-height: 150px; }
  .process-icon-shell { width: 158px; height: 158px; }
  .process-icon { width: 134px; height: 134px; }
  .cta-panel { gap: 18px; padding: 30px 24px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 34px; padding-top: 48px; }

  .about-hero { padding: 48px 0 58px; }
  .about-hero-copy h1 { font-size: clamp(39px, 9vw, 56px); line-height: 1.1; letter-spacing: -.04em; }
  .about-hero-media { width: 100%; }
  .about-purpose-item img { width: 138px; height: 138px; }
  .about-differential-card img { width: 132px; height: 132px; }
  .about-differential-card { min-height: 290px; }

  .services-hero { min-height: 580px; background-position: 63% center; }
  .services-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 72%, rgba(255,255,255,.72) 100%); }
  .services-hero-copy { width: 74%; padding: 74px 0; }
  .services-hero-copy h1 { font-size: clamp(39px, 8vw, 56px); }
  .services-page-card { min-height: 520px; }
  .services-process-item img { width: 150px; height: 150px; }
  .services-differential-item img { width: 132px; height: 132px; }
  .services-faq-grid { grid-template-columns: 1fr; }
  .services-cta-panel { grid-template-columns: 1fr; gap: 22px; padding: 32px 190px 32px 28px; }
  .services-cta-panel .il-button { justify-self: start; }
}

@media (max-width: 620px) {
  :root { --il-header-height: 66px; }
  body { overflow-x: hidden; }
  .il-container { width: min(calc(100% - 28px), var(--il-container)); }
  .il-section { padding: 58px 0; }
  .site-header { height: var(--il-header-height); }
  .site-branding img { width: 165px; max-width: 60vw; max-height: 40px; }
  .mobile-toggle { width: 42px; height: 42px; }
  .primary-navigation { width: min(92vw, 370px); padding: 18px 16px 38px; }
  .primary-menu > li > a { min-height: 48px; font-size: 15px; }

  .il-kicker { font-size: 10px; }
  .il-section-title, .about-heading h2, .services-heading h2 { font-size: clamp(28px, 9vw, 37px); line-height: 1.14; }
  .il-section-intro { font-size: 15px; line-height: 1.65; }
  .il-button { width: auto; min-height: 49px; padding: 0 18px; font-size: 13px; }

  .home-hero { min-height: auto; background-position: 64% center; }
  .home-hero::before { background: rgba(255,255,255,.93); }
  .hero-content { width: 100%; padding: 52px 0 58px; }
  .hero-title { font-size: clamp(36px, 11vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
  .hero-summary { font-size: 15px; line-height: 1.6; }
  .hero-benefits li { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .il-button { width: 100%; }

  .metrics-grid { grid-template-columns: 1fr; gap: 10px; padding-block: 12px; }
  .metric-item { min-height: 116px; padding: 16px; gap: 14px; background: #fff; border: 1px solid #e4edf7; border-radius: 14px; }
  .metric-item:not(:last-child) { border-bottom: 1px solid #e4edf7; }
  .metric-icon { flex: 0 0 86px; width: 86px; height: 86px; }
  .metric-value { font-size: 27px; }
  .metric-label { font-size: 12px; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 24px 20px 20px; }
  .service-icon-wrap { height: 148px; margin-bottom: 12px; }
  .service-icon { width: 142px; height: 142px; max-width: 142px; max-height: 142px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 14px; }
  .service-link { margin-top: 18px; }

  .portfolio-track { gap: 14px; }
  .portfolio-card { flex-basis: 88%; }
  .portfolio-body { padding: 16px; }
  .portfolio-bottom .il-button { width: 100%; }
  .process-grid { gap: 32px; }
  .process-icon-shell { width: 148px; height: 148px; }
  .process-icon { width: 124px; height: 124px; }
  .process-card h3 { font-size: 20px; }
  .cta-panel { grid-template-columns: 1fr; padding: 26px 20px; border-radius: 18px; }
  .cta-panel .il-button { width: 100%; }
  .cta-copy h2 { font-size: 28px; }

  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 30px; }
  .footer-logo { width: 205px; }
  .footer-title { margin-bottom: 13px; }
  .footer-list { gap: 9px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 13px; }
  .footer-legal { flex-wrap: wrap; gap: 12px 18px; }
  .floating-whatsapp { right: 12px; bottom: 12px; width: 58px; height: 58px; }

  .about-hero { padding: 40px 0 50px; }
  .about-hero-grid { gap: 34px; }
  .about-hero-copy { text-align: left; }
  .about-hero-copy h1 { margin-inline: 0; padding-top: 4px; font-size: clamp(36px, 11vw, 48px); line-height: 1.12; }
  .about-lead { margin-inline: 0; font-size: 15px; line-height: 1.65; }
  .about-hero-points { width: auto; margin-inline: 0; }
  .about-hero-copy .il-button { width: 100%; }
  .about-hero-media img { border-radius: 16px; }
  .about-heading { margin-bottom: 34px; }
  .about-purpose-grid, .about-differentials-grid { gap: 16px; }
  .about-purpose-item { padding: 24px 18px; }
  .about-purpose-item img { width: 132px; height: 132px; margin-bottom: 12px; }
  .about-differential-card { min-height: auto; padding: 26px 18px; }
  .about-differential-card img { width: 128px; height: 128px; margin-bottom: 13px; }
  .about-project-item { flex-basis: 84%; }
  .about-projects-button .il-button { width: 100%; }
  .about-cta { padding-bottom: 58px; }
  .about-cta-panel { padding: 26px 20px; }
  .about-cta-panel .il-button { width: 100%; min-width: 0; }

  .services-hero { min-height: auto; background-position: 65% center; background-size: auto 100%; }
  .services-hero::before { background: rgba(255,255,255,.93); }
  .services-hero-copy { width: 100%; padding: 54px 0 58px; }
  .services-hero-copy h1 { font-size: clamp(36px, 10.7vw, 48px); line-height: 1.1; }
  .services-hero-copy > p:not(.il-kicker) { font-size: 15px; line-height: 1.65; }
  .services-hero-actions { display: grid; grid-template-columns: 1fr; }
  .services-hero-actions .il-button { width: 100%; }
  .services-heading { margin-bottom: 34px; }
  .services-page-grid, .services-differentials-grid, .services-process-grid, .services-projects-grid { grid-template-columns: 1fr; }
  .services-page-grid { gap: 16px; }
  .services-page-card { min-height: auto; padding: 24px 18px 20px; }
  .services-page-icon { height: 166px; }
  .services-page-icon img { width: 150px; height: 150px; }
  .services-page-card h3 { font-size: 22px; }
  .services-card-link { width: 100%; margin-top: 6px; }
  .services-process-grid { gap: 30px; }
  .services-process-item { padding: 12px 8px 0; }
  .services-process-number { left: calc(50% - 76px); }
  .services-process-item img { width: 142px; height: 142px; }
  .services-differentials-grid { gap: 16px; }
  .services-differential-item { min-height: auto; padding: 24px 18px; }
  .services-differential-item img { width: 128px; height: 128px; }
  .services-projects-grid { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .services-project-card { flex: 0 0 84%; scroll-snap-align: start; }
  .services-projects-button .il-button { width: 100%; }
  .services-faq-item summary { padding: 16px; font-size: 13px; }
  .services-faq-item p { padding: 0 16px 17px; font-size: 13px; }
  .services-cta { padding-bottom: 58px; }
  .services-cta-panel { display: block; min-height: 0; padding: 26px 20px 132px; border-radius: 18px; text-align: left; }
  .services-cta-copy h2 { font-size: 28px; }
  .services-cta-panel .il-button { width: 100%; margin-top: 20px; }
  .services-cta-rocket { right: 50%; bottom: -54px; width: 170px; height: 170px; transform: translateX(50%) rotate(-8deg); opacity: .92; }
}

/* Development of websites page */
.webdev-page { overflow: hidden; }
.webdev-hero { position: relative; min-height: 620px; display: flex; align-items: center; background-position: center; background-size: cover; }
.webdev-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 42%, rgba(255,255,255,.42) 68%, rgba(255,255,255,.04) 100%); }
.webdev-hero .il-container { position: relative; z-index: 1; width: 100%; }
.webdev-hero-copy { width: 51%; padding: 88px 0; }
.webdev-hero-copy h1 { margin: 0 0 22px; font-family: Manrope, Inter, sans-serif; font-size: clamp(43px, 5vw, 68px); line-height: 1.06; letter-spacing: -.048em; }
.webdev-hero-copy h1 span { color: var(--il-blue); }
.webdev-hero-copy > p:not(.il-kicker) { max-width: 610px; margin: 0; color: var(--il-muted); font-size: 17px; line-height: 1.72; }
.webdev-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.webdev-heading { max-width: 800px; margin: 0 auto 44px; text-align: center; }
.webdev-heading .il-kicker { justify-content: center; }
.webdev-heading h2 { margin: 0 0 13px; font-family: Manrope, Inter, sans-serif; font-size: clamp(31px, 4vw, 46px); line-height: 1.1; letter-spacing: -.038em; }
.webdev-heading > p:last-child { max-width: 690px; margin: 0 auto; color: var(--il-muted); line-height: 1.68; }
.webdev-types-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.webdev-type-card { min-height: 410px; padding: 26px 22px 28px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.webdev-type-card:hover { transform: translateY(-8px); border-color: rgba(18,100,244,.28); box-shadow: var(--il-shadow); }
.webdev-type-card img { width: 190px; height: 190px; margin: 0 auto 18px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.webdev-type-card:hover img { transform: translateY(-7px) scale(1.08); filter: drop-shadow(0 14px 22px rgba(18,100,244,.2)); }
.webdev-type-card h3 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 21px; }
.webdev-type-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.68; }
.webdev-complete-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid var(--il-line); border-radius: 22px; box-shadow: var(--il-shadow-sm); }
.webdev-complete-item { position: relative; display: grid; grid-template-columns: 128px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 230px; padding: 28px 22px; }
.webdev-complete-item:not(:last-child)::after { content: ""; position: absolute; top: 26px; right: 0; bottom: 26px; width: 1px; background: var(--il-line); }
.webdev-complete-item img { width: 126px; height: 126px; object-fit: contain; transition: transform .3s ease; }
.webdev-complete-item:hover img { transform: translateY(-7px) scale(1.08); }
.webdev-complete-item h3 { margin: 0 0 9px; font-family: Manrope, sans-serif; font-size: 18px; }
.webdev-complete-item p { margin: 0; color: var(--il-muted); font-size: 13px; line-height: 1.58; }
.webdev-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.webdev-process-grid::before { content: ""; position: absolute; top: 115px; left: 13%; right: 13%; height: 1px; background: linear-gradient(90deg, #c8d6ea, #76a2e4, #c8d6ea); }
.webdev-process-card { position: relative; z-index: 1; min-height: 395px; padding: 30px 20px 26px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.webdev-process-card:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.webdev-process-card > span { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--il-blue); border-radius: 50%; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }
.webdev-process-card:nth-child(even) > span { background: var(--il-green); }
.webdev-process-card img { width: 180px; height: 180px; margin: 10px auto 13px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.webdev-process-card:hover img { transform: translateY(-7px) scale(1.08); filter: drop-shadow(0 13px 20px rgba(18,100,244,.18)); }
.webdev-process-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 20px; }
.webdev-process-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.64; }
.webdev-projects-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.webdev-project-card { overflow: hidden; color: var(--il-navy); background: #fff; border: 1px solid var(--il-line); border-radius: 16px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.webdev-project-card:hover { transform: translateY(-7px); box-shadow: var(--il-shadow); }
.webdev-project-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.webdev-project-card span { display: block; padding: 14px 16px 16px; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; text-align: center; }
.webdev-projects-button { display: flex; justify-content: center; margin-top: 32px; }
.webdev-cta { padding: 0 0 38px; background: var(--il-soft); }
.webdev-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto 190px; align-items: center; gap: 28px; min-height: 205px; padding: 38px 46px; color: #fff; background: linear-gradient(110deg, #092a65, #095fc9 62%, #0b8a55); border-radius: 22px; box-shadow: 0 22px 50px rgba(12,71,145,.22); }
.webdev-cta-panel > div { position: relative; z-index: 2; }
.webdev-cta-panel > div > p { margin: 0 0 7px; color: #75e49d; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.webdev-cta-panel h2 { max-width: 650px; margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.webdev-cta-panel > div > span { color: rgba(255,255,255,.79); font-size: 14px; }
.webdev-cta-panel .il-button { position: relative; z-index: 2; min-width: 220px; }
.webdev-cta-rocket { position: absolute; right: -12px; bottom: -48px; width: 225px; height: 225px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 17px 26px rgba(0,0,0,.18)); }
.webdev-differentials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.webdev-differential-card { min-height: 335px; padding: 28px 22px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 18px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.webdev-differential-card:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.webdev-differential-card img { width: 150px; height: 150px; margin: 0 auto 15px; object-fit: contain; transition: transform .3s ease; }
.webdev-differential-card:hover img { transform: translateY(-6px) scale(1.08); }
.webdev-differential-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 19px; }
.webdev-differential-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.65; }
.webdev-faq-container { max-width: 980px; }
.webdev-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.webdev-faq-item { overflow: hidden; background: #fff; border: 1px solid var(--il-line); border-radius: 14px; box-shadow: 0 7px 20px rgba(18,52,95,.06); }
.webdev-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; color: var(--il-navy); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.webdev-faq-item summary::-webkit-details-marker { display: none; }
.webdev-faq-item summary span { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--il-blue); background: #edf4ff; border-radius: 50%; font-size: 19px; transition: transform .2s ease; }
.webdev-faq-item[open] summary span { transform: rotate(45deg); }
.webdev-faq-item p { margin: 0; padding: 0 20px 20px; color: var(--il-muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1120px) {
  .webdev-hero { min-height: 570px; background-position: 58% center; }
  .webdev-hero-copy { width: 57%; }
  .webdev-types-grid, .webdev-differentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .webdev-complete-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .webdev-complete-item:nth-child(2)::after { display: none; }
  .webdev-complete-item:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .webdev-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .webdev-process-grid::before { display: none; }
  .webdev-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .webdev-cta-panel { grid-template-columns: 1fr auto; padding-right: 205px; }
}

@media (max-width: 820px) {
  .webdev-hero { min-height: 590px; background-position: 62% center; }
  .webdev-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 71%, rgba(255,255,255,.72) 100%); }
  .webdev-hero-copy { width: 76%; padding: 76px 0; }
  .webdev-hero-copy h1 { font-size: clamp(39px, 8vw, 56px); }
  .webdev-faq-grid { grid-template-columns: 1fr; }
  .webdev-cta-panel { grid-template-columns: 1fr; gap: 22px; padding: 32px 190px 32px 28px; }
  .webdev-cta-panel .il-button { justify-self: start; }
}

@media (max-width: 620px) {
  .webdev-hero { min-height: auto; background-position: 67% center; background-size: auto 100%; }
  .webdev-hero::before { background: rgba(255,255,255,.93); }
  .webdev-hero-copy { width: 100%; padding: 54px 0 58px; }
  .webdev-hero-copy h1 { font-size: clamp(36px, 10.6vw, 48px); line-height: 1.1; }
  .webdev-hero-copy > p:not(.il-kicker) { font-size: 15px; line-height: 1.65; }
  .webdev-hero-actions { display: grid; grid-template-columns: 1fr; }
  .webdev-hero-actions .il-button { width: 100%; }
  .webdev-heading { margin-bottom: 34px; }
  .webdev-heading h2 { font-size: clamp(28px, 9vw, 37px); line-height: 1.14; }
  .webdev-types-grid, .webdev-complete-grid, .webdev-process-grid, .webdev-differentials-grid { grid-template-columns: 1fr; }
  .webdev-type-card { min-height: auto; padding: 23px 18px; }
  .webdev-type-card img { width: 155px; height: 155px; }
  .webdev-complete-grid { border-radius: 18px; }
  .webdev-complete-item { grid-template-columns: 112px minmax(0, 1fr); min-height: 0; padding: 22px 16px; border-bottom: 1px solid var(--il-line); }
  .webdev-complete-item:last-child { border-bottom: 0; }
  .webdev-complete-item::after { display: none !important; }
  .webdev-complete-item img { width: 104px; height: 104px; }
  .webdev-process-grid { gap: 16px; }
  .webdev-process-card { min-height: auto; padding: 24px 18px; }
  .webdev-process-card img { width: 150px; height: 150px; }
  .webdev-projects-grid { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .webdev-project-card { flex: 0 0 84%; scroll-snap-align: start; }
  .webdev-projects-button .il-button { width: 100%; }
  .webdev-cta { padding-bottom: 26px; }
  .webdev-cta-panel { display: block; min-height: 0; padding: 26px 20px 132px; border-radius: 18px; }
  .webdev-cta-panel h2 { font-size: 28px; }
  .webdev-cta-panel .il-button { width: 100%; margin-top: 20px; }
  .webdev-cta-rocket { right: 50%; bottom: -55px; width: 170px; height: 170px; transform: translateX(50%) rotate(-8deg); }
  .webdev-differential-card { min-height: auto; padding: 24px 18px; }
  .webdev-differential-card img { width: 128px; height: 128px; }
  .webdev-faq-item summary { padding: 16px; font-size: 13px; }
  .webdev-faq-item p { padding: 0 16px 17px; font-size: 13px; }
}

/* Página Tráfego Pago */
.paid-traffic-page { overflow: hidden; background: #fff; }
.paid-traffic-hero { position: relative; min-height: 620px; display: flex; align-items: center; background-position: center; background-size: cover; background-repeat: no-repeat; }
.paid-traffic-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 46%, rgba(255,255,255,.18) 73%, rgba(255,255,255,0) 100%); }
.paid-traffic-hero .il-container { position: relative; z-index: 1; }
.paid-traffic-hero-copy { width: min(610px, 52%); padding: 88px 0; }
.paid-traffic-hero-copy h1 { margin: 0 0 22px; font-family: Manrope, Inter, sans-serif; font-size: clamp(44px, 5vw, 70px); line-height: 1.04; letter-spacing: -.048em; }
.paid-traffic-hero-copy h1 span { color: var(--il-blue); }
.paid-traffic-hero-copy > p:not(.il-kicker) { max-width: 590px; margin: 0; color: var(--il-muted); font-size: 18px; line-height: 1.72; }
.paid-traffic-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.paid-traffic-benefits { position: relative; z-index: 3; margin-top: -36px; }
.paid-traffic-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid var(--il-line); border-radius: 20px; box-shadow: 0 22px 50px rgba(19,61,118,.13); }
.paid-traffic-benefit { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 178px; padding: 24px 22px; }
.paid-traffic-benefit:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: 0; bottom: 27px; width: 1px; background: var(--il-line); }
.paid-traffic-benefit img { width: 108px; height: 108px; object-fit: contain; transition: transform .28s ease, filter .28s ease; }
.paid-traffic-benefit:hover img { transform: translateY(-6px) scale(1.08); filter: drop-shadow(0 12px 20px rgba(18,100,244,.16)); }
.paid-traffic-benefit h2 { margin: 0 0 7px; font-family: Manrope, sans-serif; font-size: 17px; line-height: 1.22; }
.paid-traffic-benefit p { margin: 0; color: var(--il-muted); font-size: 12.5px; line-height: 1.55; }
.paid-traffic-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.paid-traffic-heading h2 { margin: 0 0 14px; font-family: Manrope, Inter, sans-serif; font-size: clamp(34px, 4.3vw, 54px); line-height: 1.09; letter-spacing: -.04em; }
.paid-traffic-heading > p:not(.il-kicker) { max-width: 720px; margin: 0 auto; color: var(--il-muted); font-size: 16px; line-height: 1.7; }
.paid-traffic-solutions { padding-top: 118px; }
.paid-traffic-solutions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.paid-traffic-solution-card { scroll-margin-top: 110px; min-height: 570px; padding: 30px 24px 26px; background: #fff; border: 1px solid var(--il-line); border-radius: 20px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.paid-traffic-solution-card:hover { transform: translateY(-9px); border-color: #b9d1f4; box-shadow: var(--il-shadow); }
.paid-traffic-solution-card img { width: 190px; height: 190px; margin: 0 auto 14px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.paid-traffic-solution-card:hover img { transform: translateY(-7px) scale(1.08); filter: drop-shadow(0 14px 22px rgba(18,100,244,.18)); }
.paid-traffic-solution-card h3 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 24px; text-align: center; }
.paid-traffic-solution-card > p { min-height: 94px; margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.65; text-align: center; }
.paid-traffic-solution-card ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.paid-traffic-solution-card li { position: relative; padding-left: 24px; color: #334b6f; font-size: 13px; font-weight: 600; }
.paid-traffic-solution-card li::before { content: "✓"; position: absolute; top: -1px; left: 0; display: grid; place-items: center; width: 17px; height: 17px; color: #fff; background: var(--il-green); border-radius: 50%; font-size: 10px; font-weight: 900; }
.paid-traffic-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.paid-traffic-process-grid::before { content: ""; position: absolute; top: 124px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, #c9d8eb, #6e9fe5, #c9d8eb); }
.paid-traffic-process-card { position: relative; z-index: 1; min-height: 420px; padding: 30px 20px 27px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 19px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.paid-traffic-process-card:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.paid-traffic-process-card > span { position: absolute; top: 17px; left: 17px; display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: var(--il-blue); border-radius: 50%; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }
.paid-traffic-process-card:nth-child(even) > span { background: var(--il-green); }
.paid-traffic-process-card img { width: 190px; height: 190px; margin: 8px auto 12px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.paid-traffic-process-card:hover img { transform: translateY(-7px) scale(1.08); filter: drop-shadow(0 14px 22px rgba(18,100,244,.17)); }
.paid-traffic-process-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 21px; }
.paid-traffic-process-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.65; }
.paid-traffic-differentials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.paid-traffic-differential-card { min-height: 360px; padding: 30px 23px; text-align: center; background: #fff; border: 1px solid var(--il-line); border-radius: 19px; box-shadow: var(--il-shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.paid-traffic-differential-card:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.paid-traffic-differential-card img { width: 165px; height: 165px; margin: 0 auto 16px; object-fit: contain; transition: transform .3s ease; }
.paid-traffic-differential-card:hover img { transform: translateY(-7px) scale(1.08); }
.paid-traffic-differential-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 20px; }
.paid-traffic-differential-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.67; }
.paid-traffic-cta { padding: 0 0 74px; }
.paid-traffic-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto 190px; align-items: center; gap: 28px; min-height: 220px; padding: 40px 48px; color: #fff; background: linear-gradient(110deg, #08265d, #075ec6 58%, #0a8d55); border-radius: 22px; box-shadow: 0 24px 55px rgba(11,69,145,.24); }
.paid-traffic-cta-panel > div { position: relative; z-index: 2; }
.paid-traffic-cta-panel > div > p { margin: 0 0 7px; color: #76e7a0; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.paid-traffic-cta-panel h2 { max-width: 690px; margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: clamp(30px, 3.4vw, 45px); line-height: 1.09; letter-spacing: -.038em; }
.paid-traffic-cta-panel > div > span { display: block; max-width: 650px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.6; }
.paid-traffic-cta-panel .il-button { position: relative; z-index: 2; min-width: 220px; }
.paid-traffic-cta-rocket { position: absolute; right: -15px; bottom: -49px; width: 230px; height: 230px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 18px 27px rgba(0,0,0,.19)); }

@media (max-width: 1120px) {
  .paid-traffic-hero { min-height: 580px; background-position: 58% center; }
  .paid-traffic-hero-copy { width: 58%; }
  .paid-traffic-benefits-grid, .paid-traffic-solutions-grid, .paid-traffic-differentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .paid-traffic-benefit:nth-child(2)::after { display: none; }
  .paid-traffic-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .paid-traffic-solution-card { min-height: 520px; }
  .paid-traffic-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .paid-traffic-process-grid::before { display: none; }
  .paid-traffic-cta-panel { grid-template-columns: 1fr auto; padding-right: 205px; }
}

@media (max-width: 820px) {
  .paid-traffic-hero { min-height: 600px; background-position: 63% center; }
  .paid-traffic-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 73%, rgba(255,255,255,.7) 100%); }
  .paid-traffic-hero-copy { width: 77%; padding: 76px 0; }
  .paid-traffic-hero-copy h1 { font-size: clamp(39px, 8vw, 56px); }
  .paid-traffic-benefits { margin-top: -20px; }
  .paid-traffic-cta-panel { grid-template-columns: 1fr; gap: 22px; padding: 32px 190px 32px 28px; }
  .paid-traffic-cta-panel .il-button { justify-self: start; }
}

@media (max-width: 620px) {
  .paid-traffic-hero { min-height: auto; background-position: 68% center; background-size: auto 100%; }
  .paid-traffic-hero::before { background: rgba(255,255,255,.93); }
  .paid-traffic-hero-copy { width: 100%; padding: 54px 0 60px; }
  .paid-traffic-hero-copy h1 { font-size: clamp(36px, 10.6vw, 48px); line-height: 1.1; }
  .paid-traffic-hero-copy > p:not(.il-kicker) { font-size: 15px; line-height: 1.65; }
  .paid-traffic-hero-actions { display: grid; grid-template-columns: 1fr; }
  .paid-traffic-hero-actions .il-button { width: 100%; }
  .paid-traffic-benefits { margin-top: 0; padding-top: 18px; }
  .paid-traffic-benefits-grid { grid-template-columns: 1fr; gap: 12px; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .paid-traffic-benefit { grid-template-columns: 92px minmax(0,1fr); min-height: 0; padding: 17px 15px; background: #fff; border: 1px solid var(--il-line); border-radius: 15px; box-shadow: var(--il-shadow-sm); }
  .paid-traffic-benefit::after { display: none !important; }
  .paid-traffic-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .paid-traffic-benefit img { width: 86px; height: 86px; }
  .paid-traffic-benefit h2 { font-size: 16px; }
  .paid-traffic-benefit p { font-size: 12px; }
  .paid-traffic-solutions { padding-top: 70px; }
  .paid-traffic-heading { margin-bottom: 34px; }
  .paid-traffic-heading h2 { font-size: clamp(28px, 9vw, 37px); line-height: 1.14; }
  .paid-traffic-heading > p:not(.il-kicker) { font-size: 14px; line-height: 1.65; }
  .paid-traffic-solutions-grid, .paid-traffic-process-grid, .paid-traffic-differentials-grid { grid-template-columns: 1fr; }
  .paid-traffic-solution-card { min-height: auto; padding: 24px 18px 22px; }
  .paid-traffic-solution-card img { width: 165px; height: 165px; }
  .paid-traffic-solution-card h3 { font-size: 22px; }
  .paid-traffic-solution-card > p { min-height: 0; font-size: 14px; }
  .paid-traffic-process-grid { gap: 16px; }
  .paid-traffic-process-card { min-height: auto; padding: 24px 18px; }
  .paid-traffic-process-card img { width: 155px; height: 155px; }
  .paid-traffic-differential-card { min-height: auto; padding: 24px 18px; }
  .paid-traffic-differential-card img { width: 135px; height: 135px; }
  .paid-traffic-cta { padding-bottom: 58px; }
  .paid-traffic-cta-panel { display: block; min-height: 0; padding: 26px 20px 136px; border-radius: 18px; }
  .paid-traffic-cta-panel h2 { font-size: 29px; }
  .paid-traffic-cta-panel .il-button { width: 100%; margin-top: 20px; }
  .paid-traffic-cta-rocket { right: 50%; bottom: -58px; width: 175px; height: 175px; transform: translateX(50%) rotate(-8deg); }
}

/* ==========================================================
   Página: Tráfego Pago no Google Ads — v1.0.13
   ========================================================== */
.google-ads-page { overflow: hidden; background: #fff; }
.google-ads-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.google-ads-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.97) 43%, rgba(255,255,255,.35) 68%, rgba(255,255,255,0) 100%);
}
.google-ads-hero .il-container { position: relative; z-index: 1; }
.google-ads-hero-copy { width: min(650px, 54%); padding: 92px 0 104px; }
.google-ads-hero-copy h1 {
  margin: 0 0 22px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.google-ads-hero-copy h1 span { color: var(--il-blue); }
.google-ads-hero-copy > p:not(.il-kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--il-muted);
  font-size: 18px;
  line-height: 1.72;
}
.google-ads-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.google-ads-quick-benefits { position: relative; z-index: 3; margin-top: -44px; }
.google-ads-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--il-line);
  border-radius: 21px;
  box-shadow: 0 22px 55px rgba(19,61,118,.13);
}
.google-ads-quick-card {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 190px;
  padding: 26px 28px;
}
.google-ads-quick-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  width: 1px;
  background: var(--il-line);
}
.google-ads-quick-card img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  transition: transform .28s ease, filter .28s ease;
}
.google-ads-quick-card:hover img { transform: translateY(-7px) scale(1.08); filter: drop-shadow(0 14px 22px rgba(18,100,244,.17)); }
.google-ads-quick-card h2 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.22; }
.google-ads-quick-card p { margin: 0; color: var(--il-muted); font-size: 13px; line-height: 1.6; }

.google-ads-heading { max-width: 880px; margin: 0 auto 48px; text-align: center; }
.google-ads-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(34px, 4.3vw, 55px);
  line-height: 1.09;
  letter-spacing: -.04em;
}
.google-ads-heading > p:not(.il-kicker) { max-width: 735px; margin: 0 auto; color: var(--il-muted); font-size: 16px; line-height: 1.72; }
.google-ads-solutions { padding-top: 124px; }
.google-ads-solutions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.google-ads-solution-card {
  min-height: 590px;
  padding: 30px 24px 27px;
  background: #fff;
  border: 1px solid var(--il-line);
  border-radius: 21px;
  box-shadow: var(--il-shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.google-ads-solution-card:hover { transform: translateY(-9px); border-color: #b8d2f5; box-shadow: var(--il-shadow); }
.google-ads-solution-card img {
  width: 195px;
  height: 195px;
  margin: 0 auto 15px;
  object-fit: contain;
  transition: transform .3s ease, filter .3s ease;
}
.google-ads-solution-card:hover img { transform: translateY(-7px) scale(1.07); filter: drop-shadow(0 14px 22px rgba(18,100,244,.18)); }
.google-ads-solution-card h3 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 23px; line-height: 1.2; text-align: center; }
.google-ads-solution-card > p { min-height: 112px; margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.68; text-align: center; }
.google-ads-solution-card ul { display: grid; gap: 10px; margin: 21px 0 0; padding: 0; list-style: none; }
.google-ads-solution-card li { position: relative; padding-left: 25px; color: #334b6f; font-size: 13px; font-weight: 600; line-height: 1.42; }
.google-ads-solution-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: var(--il-green);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.google-ads-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.google-ads-benefit-card {
  min-height: 360px;
  padding: 29px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--il-line);
  border-radius: 21px;
  box-shadow: var(--il-shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease;
}
.google-ads-benefit-card:hover { transform: translateY(-8px); box-shadow: var(--il-shadow); }
.google-ads-benefit-card img { width: 155px; height: 155px; margin: 0 auto 13px; object-fit: contain; transition: transform .3s ease; }
.google-ads-benefit-card:hover img { transform: translateY(-6px) scale(1.07); }
.google-ads-benefit-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.25; }
.google-ads-benefit-card p { margin: 0; color: var(--il-muted); font-size: 14px; line-height: 1.68; }

.google-ads-tracking-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 64px; align-items: center; }
.google-ads-tracking-visual {
  overflow: hidden;
  min-height: 430px;
  background: #eef6ff;
  border: 1px solid var(--il-line);
  border-radius: 25px;
  box-shadow: var(--il-shadow);
}
.google-ads-tracking-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: 67% center; }
.google-ads-tracking-copy h2 { margin: 0 0 18px; font-family: Manrope, sans-serif; font-size: clamp(34px, 4.2vw, 53px); line-height: 1.08; letter-spacing: -.04em; }
.google-ads-tracking-copy > p:not(.il-kicker) { margin: 0; color: var(--il-muted); font-size: 16px; line-height: 1.75; }
.google-ads-tracking-copy ul { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.google-ads-tracking-copy li { position: relative; padding-left: 30px; color: #203957; font-size: 14px; font-weight: 700; line-height: 1.5; }
.google-ads-tracking-copy li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--il-green);
  border-radius: 50%;
  font-size: 11px;
}

.google-ads-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 21px; }
.google-ads-process-grid::before { content: ""; position: absolute; top: 128px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, #c9d8eb, #6e9fe5, #c9d8eb); }
.google-ads-process-card {
  position: relative;
  z-index: 1;
  min-height: 440px;
  padding: 26px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--il-line);
  border-radius: 20px;
  box-shadow: var(--il-shadow-sm);
}
.google-ads-process-card > span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--il-blue);
  border-radius: 50%;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.google-ads-process-card:nth-child(even) > span { background: var(--il-green); }
.google-ads-process-card img { width: 175px; height: 175px; margin: 22px auto 12px; object-fit: contain; transition: transform .3s ease; }
.google-ads-process-card:hover img { transform: translateY(-7px) scale(1.07); }
.google-ads-process-card h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 20px; }
.google-ads-process-card p { margin: 0; color: var(--il-muted); font-size: 13.5px; line-height: 1.68; }

.google-ads-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 1060px; margin: 0 auto; }
.google-ads-faq details { overflow: hidden; background: #fff; border: 1px solid var(--il-line); border-radius: 14px; box-shadow: var(--il-shadow-sm); }
.google-ads-faq summary { position: relative; padding: 20px 54px 20px 20px; color: var(--il-navy); font-weight: 800; cursor: pointer; list-style: none; }
.google-ads-faq summary::-webkit-details-marker { display: none; }
.google-ads-faq summary::after { content: "+"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--il-blue); font-size: 24px; font-weight: 600; }
.google-ads-faq details[open] summary::after { content: "−"; }
.google-ads-faq details p { margin: 0; padding: 0 20px 20px; color: var(--il-muted); font-size: 14px; line-height: 1.7; }

.google-ads-cta { padding: 12px 0 86px; }
.google-ads-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 220px;
  overflow: hidden;
  padding: 40px 270px 40px 46px;
  color: #fff;
  background: linear-gradient(110deg, #082b66 0%, #0e58bc 58%, #0b73dc 100%);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(7,49,110,.25);
}
.google-ads-cta-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 70%, rgba(20,205,111,.34), transparent 28%); pointer-events: none; }
.google-ads-cta-panel > div, .google-ads-cta-panel .il-button { position: relative; z-index: 2; }
.google-ads-cta-panel > div > p { margin: 0 0 8px; color: #79f3ad; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.google-ads-cta-panel h2 { max-width: 720px; margin: 0 0 9px; font-family: Manrope, sans-serif; font-size: clamp(31px, 3.6vw, 49px); line-height: 1.07; letter-spacing: -.038em; }
.google-ads-cta-panel > div > span { display: block; max-width: 670px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.62; }
.google-ads-cta-panel .il-button { min-width: 225px; }
.google-ads-cta-rocket { position: absolute; right: -16px; bottom: -54px; width: 245px; height: 245px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 18px 27px rgba(0,0,0,.19)); }

@media (max-width: 1180px) {
  .google-ads-hero { min-height: 590px; background-position: 59% center; }
  .google-ads-hero-copy { width: 59%; }
  .google-ads-quick-grid, .google-ads-solutions-grid, .google-ads-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .google-ads-quick-card:nth-child(2)::after { display: none; }
  .google-ads-quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .google-ads-quick-card:last-child { grid-column: 1 / -1; }
  .google-ads-solution-card { min-height: 540px; }
  .google-ads-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .google-ads-process-grid::before { display: none; }
  .google-ads-cta-panel { padding-right: 215px; }
}

@media (max-width: 900px) {
  .google-ads-hero { min-height: 600px; background-position: 65% center; }
  .google-ads-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.975) 72%, rgba(255,255,255,.72) 100%); }
  .google-ads-hero-copy { width: 79%; padding: 78px 0; }
  .google-ads-hero-copy h1 { font-size: clamp(39px, 8vw, 57px); }
  .google-ads-tracking-grid { grid-template-columns: 1fr; gap: 38px; }
  .google-ads-tracking-visual { min-height: 360px; }
  .google-ads-tracking-visual img { min-height: 360px; }
  .google-ads-faq-grid { grid-template-columns: 1fr; }
  .google-ads-cta-panel { grid-template-columns: 1fr; gap: 22px; padding: 34px 200px 34px 30px; }
  .google-ads-cta-panel .il-button { justify-self: start; }
}

@media (max-width: 640px) {
  .google-ads-hero { min-height: auto; background-position: 69% center; background-size: auto 100%; }
  .google-ads-hero::before { background: rgba(255,255,255,.94); }
  .google-ads-hero-copy { width: 100%; padding: 54px 0 62px; }
  .google-ads-hero-copy h1 { font-size: clamp(36px, 10.5vw, 49px); line-height: 1.1; }
  .google-ads-hero-copy > p:not(.il-kicker) { font-size: 15px; line-height: 1.66; }
  .google-ads-hero-actions { display: grid; grid-template-columns: 1fr; }
  .google-ads-hero-actions .il-button { width: 100%; }
  .google-ads-quick-benefits { margin-top: 0; padding-top: 18px; }
  .google-ads-quick-grid { grid-template-columns: 1fr; gap: 12px; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .google-ads-quick-card, .google-ads-quick-card:last-child { grid-column: auto; grid-template-columns: 96px minmax(0, 1fr); min-height: 0; padding: 18px 15px; background: #fff; border: 1px solid var(--il-line); border-radius: 15px; box-shadow: var(--il-shadow-sm); }
  .google-ads-quick-card::after { display: none !important; }
  .google-ads-quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--il-line); }
  .google-ads-quick-card img { width: 90px; height: 90px; }
  .google-ads-quick-card h2 { font-size: 16px; }
  .google-ads-quick-card p { font-size: 12px; }
  .google-ads-solutions { padding-top: 72px; }
  .google-ads-heading { margin-bottom: 34px; }
  .google-ads-heading h2 { font-size: clamp(28px, 9vw, 38px); line-height: 1.14; }
  .google-ads-heading > p:not(.il-kicker) { font-size: 14px; line-height: 1.66; }
  .google-ads-solutions-grid, .google-ads-benefits-grid, .google-ads-process-grid { grid-template-columns: 1fr; }
  .google-ads-solution-card { min-height: auto; padding: 25px 18px 23px; }
  .google-ads-solution-card img { width: 170px; height: 170px; }
  .google-ads-solution-card h3 { font-size: 22px; }
  .google-ads-solution-card > p { min-height: 0; font-size: 14px; }
  .google-ads-benefit-card { min-height: auto; padding: 25px 18px; }
  .google-ads-benefit-card img { width: 140px; height: 140px; }
  .google-ads-tracking-grid { gap: 30px; }
  .google-ads-tracking-visual, .google-ads-tracking-visual img { min-height: 250px; }
  .google-ads-tracking-copy h2 { font-size: clamp(30px, 9vw, 40px); }
  .google-ads-tracking-copy > p:not(.il-kicker) { font-size: 14px; }
  .google-ads-process-grid { gap: 16px; }
  .google-ads-process-card { min-height: auto; padding: 24px 18px; }
  .google-ads-process-card img { width: 155px; height: 155px; }
  .google-ads-faq summary { padding: 18px 48px 18px 16px; font-size: 14px; }
  .google-ads-faq details p { padding: 0 16px 18px; font-size: 13px; }
  .google-ads-cta { padding-bottom: 58px; }
  .google-ads-cta-panel { display: block; min-height: 0; padding: 27px 20px 140px; border-radius: 18px; }
  .google-ads-cta-panel h2 { font-size: 30px; }
  .google-ads-cta-panel .il-button { width: 100%; margin-top: 20px; }
  .google-ads-cta-rocket { right: 50%; bottom: -60px; width: 180px; height: 180px; transform: translateX(50%) rotate(-8deg); }
}
