:root{
  --blue:#0074c8;
  --blue-2:#009fe3;
  --navy:#061c47;
  --navy-2:#003a78;
  --dark:#071a3f;
  --text:#10264f;
  --muted:#4e5d75;
  --light:#f4f8fc;
  --white:#fff;
  --green:#20be57;
  --shadow:0 16px 36px rgba(5,32,78,.14);
  --radius:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.45;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1320px,calc(100% - 128px));margin-inline:auto}
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 2px 15px rgba(4,28,66,.06);
}
.header-inner{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand img{width:165px;display:block}
.main-nav{display:flex;align-items:center;gap:30px}
.main-nav a{
  position:relative;
  padding:16px 0;
  transition:.2s;
  font-size:14px;
  font-weight:800;
}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:6px;width:0;height:3px;margin:auto;background:var(--blue);border-radius:10px;transition:.25s}
.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.main-nav a.active:after,.main-nav a:hover:after{width:100%}
.header-whatsapp{
  min-width:150px;
  height:40px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--blue),#005cad);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:900;
  font-size:14px;
  box-shadow:0 7px 18px rgba(0,116,200,.18);
}
.header-whatsapp svg,.btn svg,.float-whatsapp svg{width:25px;height:25px;fill:currentColor}
.wa-icon{line-height:0}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}
.menu-toggle span{width:27px;height:3px;background:var(--navy);border-radius:10px;transition:.25s}

.hero-section{
  position:relative;
  min-height:630px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eaf6ff;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.55) 49%,rgba(255,255,255,.02) 65%),
    url('hero-perfuracao.png') center right/cover no-repeat;
}
.hero-section:after{
  content:"";position:absolute;left:-3%;right:-3%;bottom:-58px;height:120px;background:#fff;border-radius:55% 55% 0 0/38% 38% 0 0;z-index:1;
}
.hero-inner{position:relative;z-index:2;padding:85px 0 122px}
.hero-copy{width:min(630px,55%)}
.hero-copy h1{
  font-size:clamp(40px,4.2vw,58px);
  line-height:1.04;
  letter-spacing:-1.8px;
  color:var(--navy);
  font-weight:900;
  margin-bottom:24px;
}
.hero-copy p{font-size:18px;line-height:1.48;color:#1a2a48;max-width:610px;margin-bottom:28px}
.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.btn{
  height:48px;
  padding:0 24px;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:900;
  font-size:14px;
  transition:.2s;
  border:2px solid transparent;
  white-space:nowrap;
}
.btn-primary{background:linear-gradient(135deg,#008ee3,#0065b8);color:#fff;box-shadow:0 12px 23px rgba(0,108,202,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgba(0,108,202,.28)}
.btn-outline{background:#fff;color:#07589f;border-color:#0474c9;min-width:150px}
.btn-outline:hover{background:#edf8ff}

.benefits-band{position:relative;z-index:4;margin-top:-70px;padding-bottom:42px}
.benefits-card{
  background:#fff;border-radius:17px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;padding:28px 26px
}
.benefit-item{display:flex;align-items:center;gap:18px;padding:6px 24px;border-right:1px solid #d8e4ef}
.benefit-item:last-child{border-right:0}
.benefit-item h3{font-size:15px;color:var(--navy);font-weight:900;margin-bottom:4px}
.benefit-item p{font-size:13px;color:#24364f;line-height:1.35}
.benefit-icon{width:58px;height:58px;flex:0 0 58px;display:block;background-repeat:no-repeat;background-position:center;background-size:58px 58px}
.benefit-icon.clock{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cpath d='M17 12h15a18 18 0 1 1-16.7 11.2' stroke='%230082d6' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M29 18v12h9' stroke='%230082d6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 19h10M2 28h10M6 37h8' stroke='%230082d6' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}
.benefit-icon.team{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Ccircle cx='22' cy='22' r='8' stroke='%230082d6' stroke-width='3'/%3E%3Ccircle cx='39' cy='18' r='6' stroke='%230082d6' stroke-width='3'/%3E%3Cpath d='M8 45c1.8-9 8.2-14 14-14s12.2 5 14 14' stroke='%230082d6' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M34 29c6 .5 10.2 5.5 11.5 12' stroke='%230082d6' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}
.benefit-icon.gear{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cpath d='M29 8v7M29 43v7M8 29h7M43 29h7M14.2 14.2l5 5M38.8 38.8l5 5M43.8 14.2l-5 5M19.2 38.8l-5 5' stroke='%230082d6' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='29' cy='29' r='14' stroke='%230082d6' stroke-width='3'/%3E%3Ccircle cx='29' cy='29' r='5' stroke='%230082d6' stroke-width='3'/%3E%3C/svg%3E")}
.benefit-icon.target{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Ccircle cx='28' cy='31' r='17' stroke='%230082d6' stroke-width='3'/%3E%3Ccircle cx='28' cy='31' r='9' stroke='%230082d6' stroke-width='3'/%3E%3Ccircle cx='28' cy='31' r='3' fill='%230082d6'/%3E%3Cpath d='M39 20l8-8M47 12h-8M47 12v8' stroke='%230082d6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}


.section{padding:46px 0 18px}
.section-heading{margin-bottom:26px}
.section-heading.left{text-align:left;max-width:570px}
.section-heading span{display:block;text-transform:uppercase;color:var(--blue);font-weight:900;font-size:16px;letter-spacing:.4px;margin-bottom:4px}
.section-heading h2{font-size:clamp(31px,3vw,42px);line-height:1.08;color:var(--navy);font-weight:900;letter-spacing:-1px}

.services{padding-top:24px;padding-bottom:18px}
.services .section-heading.left{max-width:390px;margin-bottom:22px}
.services .section-heading span{font-size:12px;letter-spacing:.22px;margin-bottom:6px}
.services .section-heading h2{font-size:28px;line-height:1.08;letter-spacing:-.8px;max-width:380px}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.service-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 22px rgba(10,34,74,.11);position:relative;min-height:0;border:1px solid #e6edf5}
.service-card img{height:122px;width:100%;object-fit:cover;display:block}
.card-icon{position:absolute;left:50%;top:95px;transform:translateX(-50%);width:56px;height:56px;border-radius:50%;background:var(--blue);border:4px solid #fff;color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900;box-shadow:0 6px 16px rgba(0,116,200,.22)}
.card-icon img{width:31px;height:31px;object-fit:contain;display:block}
.card-icon svg{width:28px;height:28px}
.service-body{padding:36px 22px 18px}
.service-body h3{font-size:16px;line-height:1.18;font-weight:900;color:var(--navy);margin-bottom:10px;letter-spacing:-.2px}
.service-body p{font-size:14px;color:#344054;line-height:1.45}

.about{padding-top:26px;padding-bottom:18px}
.about-grid{display:grid;grid-template-columns:378px minmax(0,1fr);gap:42px;align-items:start}
.about-image img{height:219px;width:100%;object-fit:cover;border-radius:14px;box-shadow:0 10px 22px rgba(4,27,60,.10);display:block}
.section-heading.compact{margin-bottom:14px}.section-heading.compact span{font-size:12px;letter-spacing:.24px;margin-bottom:6px}.section-heading.compact h2{max-width:610px;font-size:28px;line-height:1.08;letter-spacing:-.85px}
.about-content p{font-size:14px;color:#364152;line-height:1.62;margin-bottom:22px;max-width:635px}
.stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:stretch;margin-top:18px}
.stat{display:flex;align-items:center;gap:14px;min-height:84px;padding-right:18px;border-right:1px solid #d7e0ea}
.stat:last-child{border-right:0}
.stat-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--blue);flex:0 0 46px}
.stat-icon svg{width:46px;height:46px;display:block}
.stat-copy strong{font-size:17px;line-height:1.05;color:var(--blue);font-weight:900;display:block;letter-spacing:-.3px}
.stat-copy small{display:block;color:#24364d;font-weight:500;font-size:12px;line-height:1.25;margin-top:4px}
.stat-wide .stat-copy strong{font-size:16px;line-height:1.02}

/* Seção Nossos Diferenciais - fiel ao layout de referência */
.differentials{padding-top:10px;padding-bottom:12px;background:#fff;scroll-margin-top:120px}
.diff-heading{max-width:410px;margin-bottom:14px}
.diff-heading span{font-size:14px;line-height:1;letter-spacing:.1px;margin-bottom:8px;color:var(--blue);text-transform:uppercase;font-weight:800}
.diff-heading h2{font-size:32px;line-height:1.08;letter-spacing:-.65px;color:var(--navy);font-weight:900}
.diff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.diff-card{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;min-height:96px;background:#f8f9fb;border:1px solid #e9eef4;border-radius:10px;padding:18px 18px;box-shadow:0 4px 10px rgba(7,32,74,.05)}
.diff-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--blue);margin-top:2px}
.diff-icon svg,.diff-icon img{width:40px;height:40px;display:block;object-fit:contain;max-width:40px;max-height:40px}
.diff-copy h3{font-size:16px;line-height:1.22;font-weight:800;color:var(--navy);margin:0 0 8px;letter-spacing:-.1px}
.diff-copy p{font-size:14px;line-height:1.45;color:#4d5f76;margin:0}

.final-cta{background:linear-gradient(90deg,#0b73c9 0%,#0f84d4 58%,#1995e1 100%);color:#fff;position:relative;overflow:hidden;margin-top:12px}
.final-cta:before{content:"";position:absolute;right:52px;top:10px;width:200px;height:58px;background:radial-gradient(circle,rgba(255,255,255,.12) 1.4px,transparent 1.6px);background-size:16px 16px;opacity:.45;z-index:0}
.final-cta:after{content:"";position:absolute;right:-18px;bottom:-24px;width:295px;height:116px;border:2px solid rgba(255,255,255,.12);border-radius:56% 44% 54% 46%;z-index:0}
.final-cta-inner{min-height:116px;display:grid;grid-template-columns:88px 1fr auto;align-items:center;gap:22px;position:relative;z-index:1;padding:0}
.cta-drop{width:82px;height:82px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:none}
.cta-drop img{width:38px;height:38px;display:block;object-fit:contain}
.cta-copy h2{font-size:25px;line-height:1.08;font-weight:800;margin:0 0 6px;color:#fff;letter-spacing:-.35px}
.cta-copy p{font-size:14px;line-height:1.42;max-width:565px;color:#fff;margin:0}
.btn-green{background:linear-gradient(180deg,#39d54a,#27c63b);color:#fff;border-radius:999px;height:56px;padding:0 30px;font-size:16px;font-weight:800;box-shadow:none;white-space:nowrap;position:relative;z-index:2}
.btn-green svg{width:20px;height:20px}
.cta-splash{position:absolute;right:0;bottom:0;width:255px;height:112px;pointer-events:none;background:url("cta-splash.svg") no-repeat right bottom/contain;opacity:.96;z-index:1}
.cta-splash:before{right:10px;bottom:10px;width:116px;height:54px;border-right:3px solid rgba(255,255,255,.68);border-bottom:3px solid rgba(255,255,255,.72);border-radius:0 0 120px 0;transform:rotate(-8deg)}
.cta-splash:after{right:26px;bottom:16px;width:86px;height:26px;border-top:3px solid rgba(255,255,255,.68);border-radius:50%;transform:rotate(10deg)}

.site-footer{background:linear-gradient(180deg,#083f80 0%,#072f6a 82%,#052551 100%);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.08fr 1fr .82fr 1fr;align-items:start;gap:0;padding:26px 0 18px}
.footer-brand{padding-right:34px;display:flex;flex-direction:column;justify-content:flex-start}
.footer-brand img{width:180px;margin-bottom:12px;filter:brightness(0) invert(1)}
.footer-brand p,.footer-col p,.footer-col li,.footer-col a{color:rgba(255,255,255,.92);font-size:14px;line-height:1.6}
.footer-brand p{max-width:250px;margin:0}
.footer-col{border-left:1px solid rgba(255,255,255,.13);padding:0 34px;display:flex;flex-direction:column;justify-content:flex-start}
.footer-col h3{text-transform:uppercase;font-size:18px;font-weight:800;line-height:1.2;margin:4px 0 14px}
.footer-col ul{list-style:none;display:grid;gap:10px}
.footer-contact li{display:grid;grid-template-columns:18px 1fr;column-gap:12px;align-items:start}
.footer-contact .foot-ico{display:inline-flex;width:18px;min-width:18px;height:18px;justify-content:center;align-items:center;color:#fff;flex-shrink:0;margin-top:2px;margin-right:0;line-height:0}
.footer-contact .foot-ico img{width:15px;height:15px;display:block;object-fit:contain;filter:brightness(0) invert(1)}
.footer-contact .foot-ico svg{width:15px;height:15px;display:block}
.area p{max-width:255px;margin:0}
.footer-bottom{text-align:center;font-size:14px;padding:10px 0 11px;color:rgba(255,255,255,.9);background:rgba(0,0,0,.16)}
.float-whatsapp{position:fixed;right:22px;bottom:22px;z-index:999;width:62px;height:62px;border-radius:50%;background:#20be57;color:#fff;display:grid;place-items:center;box-shadow:0 12px 26px rgba(0,0,0,.25);transition:.2s}
.float-whatsapp:hover{transform:translateY(-3px) scale(1.03)}
.float-whatsapp .wa-icon img{
  width:34px;
  height:34px;
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1);
}


@media (max-width:1180px){
  .container{width:min(100% - 48px,1100px)}
  .header-inner{height:84px}.brand img{width:165px}.main-nav{gap:24px}.hero-copy{width:62%}
  .benefits-card,.service-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-item:nth-child(2){border-right:0}.benefit-item:nth-child(-n+2){border-bottom:1px solid #d8e4ef}
  .about-grid{grid-template-columns:1fr}
  .diff-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-col{border-left:0;padding-left:0;padding-right:0}
}
@media (max-width:860px){
  .container{width:min(100% - 32px,720px)}.header-inner{height:76px}.brand img{width:145px}.header-whatsapp{display:none}.menu-toggle{display:flex}
  .main-nav{position:fixed;top:76px;left:0;right:0;background:#fff;display:grid;gap:0;padding:10px 24px 22px;box-shadow:0 20px 30px rgba(0,0,0,.1);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s}
  .main-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}.main-nav a{padding:14px 0;border-bottom:1px solid #eef3f8}
  .menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
  .hero-section{min-height:700px;align-items:flex-start}.hero-bg{background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 45%,rgba(255,255,255,.2) 70%),url('hero-perfuracao.png') center bottom/cover no-repeat}.hero-section:after{height:72px;bottom:-38px}.hero-inner{padding:56px 0 280px}.hero-copy{width:100%}.hero-copy h1{font-size:36px;letter-spacing:-1.1px}.hero-copy p{font-size:16px;max-width:540px}.hero-actions{gap:14px}.btn{width:100%;height:56px}
  .benefits-band{margin-top:-44px}.benefits-card{grid-template-columns:1fr;padding:16px}.benefit-item{border-right:0!important;border-bottom:1px solid #d8e4ef!important;padding:18px 10px}.benefit-item:last-child{border-bottom:0!important}
  .service-grid,.about-grid,.diff-grid,.stats-row{grid-template-columns:1fr}
  .about-image img{height:280px}.stat{border-right:0;border-bottom:1px solid #c9d7e4;padding-bottom:18px}.stat:last-child{border-bottom:0}
  .diff-card{grid-template-columns:40px 1fr;min-height:auto}
  .final-cta-inner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:24px 0;gap:14px}
  .cta-copy p{max-width:100%}.btn-green{width:100%;max-width:360px}.cta-splash{display:none}.final-cta:before,.final-cta:after{display:none}
  .footer-grid{grid-template-columns:1fr;padding-top:30px;gap:18px}.footer-brand,.footer-col{padding-right:0}.footer-brand img{width:170px}
  .float-whatsapp{width:56px;height:56px;right:16px;bottom:16px}
}
@media (max-width:520px){
  .brand img{width:145px}.hero-copy h1{font-size:31px}.hero-copy p{font-size:15px}.hero-inner{padding-top:42px}.section{padding-top:36px}.section-heading h2{font-size:29px}.service-card{min-height:auto}.service-body{padding-inline:24px}
  .about-grid{gap:24px}.about-image img{height:240px}
  .diff-heading h2{font-size:28px}
  .diff-card{padding:16px}.diff-copy h3{font-size:15px}.diff-copy p{font-size:13px}
  .cta-copy h2{font-size:22px}.cta-copy p{font-size:14px}
}


/* Ícone do WhatsApp do botão do cabeçalho */
.header-whatsapp .wa-icon img{
  width:17px;
  height:17px;
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

/* Ícones dos botões do hero */
.btn svg{width:18px;height:18px;fill:currentColor}
.btn .wa-icon img{
  width:18px;
  height:18px;
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1);
}
