
:root{
  --navy:#172053;
  --navy-deep:#070b1b;
  --orange:#ff8438;
  --green:#18c65b;
  --text:#172053;
  --muted:#667085;
  --soft:#f4f6fb;
  --line:#e3e7f0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',Arial,sans-serif;color:var(--text);background:white;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1100px,calc(100% - 48px));margin-inline:auto}
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--orange);text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800;margin:0 0 17px}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--orange);display:block}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 20px;border-radius:999px;font-size:12px;font-weight:800;transition:.2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-orange{background:var(--orange);color:white;box-shadow:0 12px 24px rgba(255,132,56,.27)}
.btn-outline{border:1px solid rgba(255,255,255,.75);color:white}
.btn-green{position:relative;background:var(--green);color:white;box-shadow:0 16px 30px rgba(24,198,91,.24),0 0 0 1px rgba(255,255,255,.04)}
.btn-green::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-24px;width:90%;height:48px;background:radial-gradient(ellipse at center, rgba(24,198,91,.36) 0%, rgba(13,220,171,.26) 38%, rgba(13,220,171,.13) 56%, rgba(13,220,171,0) 78%);filter:blur(18px);z-index:-1;pointer-events:none}

.header{height:65px;background:white;display:flex;align-items:center;position:relative;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.logo{width:60px;height:48px;object-fit:contain}
.nav{display:flex;align-items:center;gap:30px;font-size:11px;color:#ff7930;font-weight:600}
.nav .nav-cta{padding:10px 18px;background:var(--orange);color:white;border-radius:999px;font-weight:700}

.hero{height:594px;position:relative;background:#060a18 url("../images/background-11.png") center center/cover no-repeat;color:white;display:flex;align-items:center}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,20,.18) 0%,rgba(4,7,20,.05) 48%,rgba(4,7,20,0) 74%);pointer-events:none}
.hero .container{position:relative;z-index:1}
.hero-copy{width:600px;max-width:58%}
.pills{display:flex;gap:8px;margin-bottom:30px}
.pill{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:8px 14px;font-size:11px;font-weight:700;color:rgba(255,255,255,.87)}
.hero h1{margin:0;font-size:53px;line-height:1.08;letter-spacing:-.045em;font-weight:900;max-width:570px}
.location{margin-top:28px;color:var(--orange);font-size:11px;letter-spacing:.15em;font-weight:700}
.hero p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.82);max-width:560px;margin:25px 0 24px}
.hero-actions{display:flex;gap:15px;align-items:center}
.whatsapp-float{position:fixed;right:24px;bottom:24px;width:70px;height:70px;display:block;z-index:9999;transition:transform .2s ease,filter .2s ease;filter:drop-shadow(0 10px 18px rgba(0,0,0,.2))}
.whatsapp-float:hover{transform:translateY(-2px) scale(1.02)}
.whatsapp-float img{width:100%;height:100%;display:block}

.split-section{height:492px;position:relative;overflow:hidden;display:flex;align-items:center;background:#fff}
.split-section::after{content:'';position:absolute;right:-285px;bottom:-135px;width:980px;height:820px;background:url("../images/logo-01.png") center/contain no-repeat;opacity:.06;z-index:0;pointer-events:none}
.split-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:86px;align-items:center}
.photo-card{height:365px;border-radius:30px;overflow:hidden;box-shadow:0 5px 16px rgba(10,25,75,.06)}
.photo-card img{width:100%;height:100%;object-fit:cover}
.split-copy h2,.dark-copy h2,.institutional-copy h2,.prevention-copy h2,.audience-copy h2{font-size:38px;line-height:1.01;letter-spacing:-.045em;margin:0 0 22px;font-weight:900}
.split-copy p,.institutional-copy p,.prevention-copy p,.audience-copy p{font-size:13px;line-height:1.7;color:#697287;margin:0 0 22px}

.services{height:494px;background:linear-gradient(#fafafa,#f1f2f4);display:flex;align-items:center;text-align:center}
.services .eyebrow{justify-content:center}
.services .eyebrow::before{display:none}
.services h2{margin:0 0 36px;font-size:37px;line-height:1.05;letter-spacing:-.04em;font-weight:900}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:790px;margin:0 auto}
.service-card{position:relative;text-align:left;background:white;border-radius:15px;padding:20px 18px 18px;min-height:210px;box-shadow:0 14px 30px rgba(22,33,83,.09);border:1px solid #edf0f6;overflow:hidden}
.service-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--orange)}
.icon-wrap{width:35px;height:35px;border-radius:8px;background:#f3f5f9;display:grid;place-items:center;margin-bottom:15px}
.icon-wrap img{width:23px;height:23px;object-fit:contain}
.service-card h3{font-size:13px;line-height:1.23;margin:0 0 10px;font-weight:800;letter-spacing:-.02em}
.service-card p{margin:0;font-size:10.5px;line-height:1.55;color:#747b8d}

.dark-section{height:494px;background:linear-gradient(105deg,#182154,#11163d);color:white;display:flex;align-items:center}
.dark-grid{display:grid;grid-template-columns:1fr .83fr;gap:90px;align-items:center;max-width:730px;margin:0 auto}
.dark-copy h2{color:white;font-size:39px}
.dark-copy p{color:rgba(255,255,255,.68);font-size:12px;line-height:1.75;margin:0 0 14px}
.dark-copy .accent{color:var(--orange)}
.dark-photo{height:400px;border-radius:24px;overflow:hidden}
.dark-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

.institutional{height:500px;display:flex;align-items:center;position:relative;overflow:hidden;background:white}
.institutional::before{content:'';position:absolute;left:-385px;bottom:-280px;width:1040px;height:1040px;background:url("../images/logo-01.png") center/contain no-repeat;opacity:.06;z-index:0;pointer-events:none}
.institutional-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;max-width:730px;margin:0 auto}
.anniversary{height:410px;border-radius:20px;overflow:hidden;box-shadow:0 15px 30px rgba(10,21,70,.13)}
.anniversary img{width:100%;height:100%;object-fit:cover}
.institutional-copy h2{font-size:38px}
.tags{display:flex;gap:10px;flex-wrap:wrap}
.tag{border:1px solid #dfe4ef;background:#f5f6f9;border-radius:8px;padding:10px 17px;font-size:10px;font-weight:800}

.prevention{height:488px;background:#f1f4fa;display:flex;align-items:center}
.prevention-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;max-width:730px;margin:0 auto}
.prevention-copy h2{font-size:38px}
.engine{height:360px;display:flex;align-items:center;justify-content:center}
.engine img{max-height:350px;width:auto;filter:drop-shadow(0 19px 14px rgba(37,47,72,.15))}

.audience{height:512px;background:white;display:flex;align-items:center}
.audience-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:68px;align-items:center;max-width:870px;margin:0 auto}
.audience-list{display:grid;gap:8px}
.audience-item{height:77px;border:1px solid #d9deea;background:#f6f7fa;border-radius:13px;padding:20px 18px;font-size:15px;font-weight:800;display:flex;align-items:flex-end;position:relative}
.audience-item::before{content:"";position:absolute;top:15px;left:18px;width:19px;height:2px;background:var(--orange)}
.audience-copy h2{font-size:39px}

.footer-cta{min-height:455px;position:relative;overflow:hidden;background:linear-gradient(107deg,#182154 0%,#11163d 58%,#0b1030 100%);color:white;display:flex;align-items:center;text-align:center}
.footer-cta::before{content:'';position:absolute;left:-40px;top:-40px;width:520px;height:420px;background:radial-gradient(circle at center, rgba(255,134,72,.22) 0%, rgba(255,134,72,.12) 28%, rgba(255,134,72,.06) 42%, rgba(255,134,72,0) 72%);filter:blur(34px);pointer-events:none}
.footer-cta::after{content:'';position:absolute;right:-80px;bottom:-120px;width:460px;height:320px;background:radial-gradient(circle at center, rgba(37,74,255,.18) 0%, rgba(37,74,255,.05) 48%, rgba(37,74,255,0) 74%);filter:blur(40px);pointer-events:none}
.footer-cta .container{min-height:455px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}
.footer-cta .eyebrow{justify-content:center;margin-bottom:20px}
.footer-cta .eyebrow::before{width:27px}
.footer-cta h2{font-size:40px;line-height:1.02;letter-spacing:-.045em;font-weight:900;margin:0 auto 18px;max-width:700px}
.footer-cta .btn-green{min-height:58px;padding:0 36px;font-size:16px;font-weight:800}
.footer-cta p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.68);max-width:620px;margin:0 auto 26px}
.footer-bottom{position:absolute;bottom:28px;left:0;right:0;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.05);padding-top:24px;color:rgba(255,255,255,.6);font-size:9px;text-align:left;max-width:730px;margin:0 auto}

@media(max-width:900px){
  .container{width:min(100% - 34px,680px)}
  .nav{gap:14px}.nav a:not(.nav-cta){display:none}
  .hero{height:auto;min-height:650px;background-position:62% center;padding:70px 0}
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,20,.9),rgba(4,7,20,.25))}
  .hero-copy{max-width:100%;width:560px}.hero h1{font-size:42px}
  .split-section,.services,.dark-section,.institutional,.prevention,.audience,.footer-cta{height:auto;padding:74px 0}
  .split-grid,.dark-grid,.institutional-grid,.prevention-grid,.audience-grid{grid-template-columns:1fr;gap:38px;max-width:680px}
  .photo-card,.dark-photo,.anniversary{height:360px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .dark-photo{order:-1}.engine{order:-1;height:300px}
  .footer-cta .container{min-height:360px}
}
@media(max-width:560px){
  .header{height:60px}.logo{width:54px}.nav .nav-cta{font-size:10px;padding:9px 13px}
  .hero{min-height:650px;background-position:66% center}.hero h1{font-size:37px}.hero p{font-size:14px}.pills{flex-wrap:wrap}.whatsapp-float{right:14px;bottom:14px;width:60px;height:60px}
  .split-copy h2,.dark-copy h2,.institutional-copy h2,.prevention-copy h2,.audience-copy h2,.services h2,.footer-cta h2{font-size:32px}
  .cards{grid-template-columns:1fr}.service-card{min-height:170px}
  .photo-card,.dark-photo,.anniversary{height:310px}
  .hero-actions{align-items:flex-start;flex-direction:column}.hero-actions .btn{width:100%}
  .audience-item{height:68px}.footer-bottom{position:static;margin-top:55px;gap:18px;flex-direction:column;text-align:center}
}


/* ===== Responsive refinements v05 ===== */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{min-width:280px}
section{scroll-margin-top:72px}
.header-inner,.split-grid,.dark-grid,.institutional-grid,.prevention-grid,.audience-grid{min-width:0}
.split-copy,.dark-copy,.institutional-copy,.prevention-copy,.audience-copy{min-width:0}
.btn{max-width:100%;text-align:center}

@media (max-width:1180px){
  .container{width:min(1040px,calc(100% - 40px))}
  .nav{gap:22px}
  .hero-copy{max-width:56%}
  .hero h1{font-size:clamp(44px,5vw,53px)}
  .split-grid{gap:56px}
  .dark-grid{gap:58px}
  .audience-grid{gap:54px}
}

@media (max-width:1024px){
  .hero{height:auto;min-height:590px;padding:68px 0;background-position:60% center}
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,20,.86) 0%,rgba(4,7,20,.66) 48%,rgba(4,7,20,.2) 100%);pointer-events:none}
  .hero::after{background:linear-gradient(90deg,rgba(4,7,20,.2),rgba(4,7,20,0))}
  .hero-copy{width:560px;max-width:62%}
  .split-section,.services,.dark-section,.institutional,.prevention,.audience,.footer-cta{height:auto;padding:72px 0}
  .split-grid{grid-template-columns:1fr 1fr;gap:42px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}
  .service-card{min-height:185px}
  .dark-grid,.institutional-grid,.prevention-grid{gap:44px;max-width:820px}
  .audience-grid{gap:44px;max-width:880px}
  .photo-card{height:auto;aspect-ratio:1.15/1}
  .dark-photo{height:auto;aspect-ratio:4/5}
  .anniversary{height:auto;aspect-ratio:4/5}
  .engine{height:330px}
  .footer-cta .container{min-height:360px}
}

@media (max-width:840px){
  .container{width:min(680px,calc(100% - 34px))}
  .header{height:64px}
  .nav{gap:12px}
  .nav a:not(.nav-cta){display:none}
  .hero{min-height:640px;padding:62px 0;background-position:65% center}
  .hero::before{background:linear-gradient(90deg,rgba(4,7,20,.93) 0%,rgba(4,7,20,.76) 55%,rgba(4,7,20,.28) 100%)}
  .hero-copy{width:570px;max-width:86%}
  .hero h1{font-size:clamp(40px,7vw,48px)}
  .split-grid,.dark-grid,.institutional-grid,.prevention-grid,.audience-grid{grid-template-columns:minmax(0,1fr);gap:38px;max-width:680px}
  .split-section,.services,.dark-section,.institutional,.prevention,.audience,.footer-cta{padding:66px 0}
  .photo-card{aspect-ratio:16/10}
  .dark-photo{order:-1;aspect-ratio:16/10}
  .anniversary{aspect-ratio:16/10}
  .engine{order:-1;height:300px}
  .engine img{max-height:285px}
  .split-copy,.dark-copy,.institutional-copy,.prevention-copy,.audience-copy{max-width:620px}
  .split-section::after{right:-380px;bottom:-150px;width:980px;height:820px}
  .institutional::before{left:-430px;bottom:-320px;width:1040px;height:1040px}
  .footer-bottom{max-width:680px}
}

@media (max-width:600px){
  .container{width:calc(100% - 28px)}
  .header{height:60px}
  .logo{width:52px;height:42px}
  .nav .nav-cta{padding:9px 13px;font-size:10px;line-height:1.1}
  .hero{min-height:650px;padding:48px 0 56px;background-position:68% center}
  .hero-copy{width:100%;max-width:100%}
  .pills{gap:6px;margin-bottom:22px;flex-wrap:wrap}
  .pill{padding:7px 11px;font-size:10px}
  .hero h1{font-size:clamp(34px,10.2vw,42px);line-height:1.04;letter-spacing:-.04em}
  .location{margin-top:22px;font-size:9px;line-height:1.45;letter-spacing:.12em}
  .hero p{font-size:14px;line-height:1.58;margin:20px 0 22px;max-width:100%}
  .hero-actions{flex-direction:column;align-items:stretch;gap:10px}
  .hero-actions .btn{width:100%}
  .btn{min-height:48px;padding:10px 18px;white-space:normal;line-height:1.25}
  .split-section,.services,.dark-section,.institutional,.prevention,.audience,.footer-cta{padding:56px 0}
  .eyebrow{font-size:9px;line-height:1.4;margin-bottom:14px}
  .split-copy h2,.dark-copy h2,.institutional-copy h2,.prevention-copy h2,.audience-copy h2,.services h2,.footer-cta h2{font-size:clamp(29px,8.2vw,34px);line-height:1.04;letter-spacing:-.04em;margin-bottom:18px}
  .split-copy h2 br,.dark-copy h2 br,.institutional-copy h2 br,.prevention-copy h2 br,.audience-copy h2 br,.services h2 br,.footer-cta h2 br{display:none}
  .split-copy p,.institutional-copy p,.prevention-copy p,.audience-copy p{font-size:13px;line-height:1.68;margin-bottom:20px}
  .photo-card{border-radius:20px;aspect-ratio:4/3}
  .dark-photo{border-radius:20px;aspect-ratio:4/3}
  .anniversary{border-radius:18px;aspect-ratio:4/3}
  .cards{grid-template-columns:minmax(0,1fr);gap:12px}
  .service-card{min-height:0;padding:20px 18px 19px}
  .service-card h3{font-size:14px}
  .service-card p{font-size:11.5px;line-height:1.58}
  .dark-copy p{font-size:12.5px;line-height:1.7}
  .tags{gap:7px}
  .tag{padding:9px 12px;font-size:9px}
  .engine{height:260px}
  .engine img{max-height:250px;max-width:90%}
  .audience-grid{gap:32px}
  .audience-list{gap:7px}
  .audience-item{height:64px;padding:17px 15px;font-size:13px;border-radius:11px}
  .audience-item::before{top:12px;left:15px}
  .footer-cta{padding-top:64px;padding-bottom:34px}
  .footer-cta .container{min-height:440px;justify-content:flex-start}
  .footer-cta .eyebrow{margin-top:0}
  .footer-cta p{font-size:12.5px;line-height:1.6;margin-bottom:24px}
  .footer-cta .btn-green{width:100%;min-height:54px;padding:11px 18px;font-size:14px}
  .footer-bottom{position:static;margin-top:auto;padding-top:24px;gap:10px;flex-direction:column;align-items:center;text-align:center;font-size:9px}
  .whatsapp-float{right:14px;bottom:14px;width:58px;height:58px}
  .split-section::after{right:-415px;bottom:-170px;width:900px;height:760px}
  .institutional::before{left:-420px;bottom:-330px;width:900px;height:900px}
}

@media (max-width:380px){
  .container{width:calc(100% - 22px)}
  .nav .nav-cta{padding:8px 10px;font-size:9px}
  .hero{min-height:620px;background-position:70% center}
  .hero h1{font-size:32px}
  .hero p{font-size:13px}
  .btn{font-size:11px}
  .split-copy h2,.dark-copy h2,.institutional-copy h2,.prevention-copy h2,.audience-copy h2,.services h2,.footer-cta h2{font-size:28px}
  .footer-cta .btn-green{font-size:13px}
}



/* Página de agradecimento */
.thank-you-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:32px 20px;
  background:
    radial-gradient(circle at 14% 18%,rgba(255,132,56,.20),transparent 34%),
    linear-gradient(125deg,#182154 0%,#11163d 65%,#090d27 100%);
  color:#fff;
  text-align:center;
}
.thank-you-card{
  width:min(620px,100%);
  padding:56px 42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:rgba(255,255,255,.055);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
}
.thank-you-logo{
  width:96px;
  height:78px;
  object-fit:contain;
  margin:0 auto 28px;
  background:#fff;
  border-radius:16px;
  padding:8px;
}
.thank-you-card h1{
  margin:0 0 16px;
  font-size:clamp(32px,6vw,54px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.thank-you-card p{
  max-width:500px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.65;
}
.thank-you-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
@media(max-width:560px){
  .thank-you-card{padding:42px 22px;border-radius:22px}
  .thank-you-actions .btn{width:100%}
}
