/* ==========================================================================
   UniCorretor — Canal do Corretor 2026 (adaptação do layout "PAGINA CANAL DO CORRETOR")
   Depende de home-unicorretor-2026.css (tokens, .uc-container, .uc-btn, .uc-news*,
   overrides de header/footer via .uc-home / body:has(.uc-home)).
   ========================================================================== */
/* menu: "Canal do Corretor" ativo (3º item) */
body.uc-home-body.uc-canal-body .heading-nav > .heading-list:first-child > .heading-links,
body:has(.uc-canal) .heading-nav > .heading-list:first-child > .heading-links{color:#fff !important;}
body.uc-home-body.uc-canal-body .heading-nav > .heading-list:nth-child(3) > .heading-links,
body:has(.uc-canal) .heading-nav > .heading-list:nth-child(3) > .heading-links{color:var(--uc-orange) !important;}

/* ---------- hero ---------- */
.ucc-hero{position:relative;min-height:555px;display:flex;align-items:center;overflow:hidden;background:#001A2D;}
.ucc-hero-bg{position:absolute;inset:0;background-position:left center;background-size:cover;background-repeat:no-repeat;}
.ucc-hero::after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 60% 120% at 100% 0%,rgba(222,81,31,.95) 0%,rgba(190,75,35,.75) 22%,rgba(120,55,35,.45) 42%,rgba(0,26,45,0) 62%);pointer-events:none;}
.ucc-hero .uc-container{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:60px;padding-bottom:60px;}
.ucc-hero-text{grid-column:2;padding-left:20px;}
.ucc-hero h1{font-size:58px;font-weight:800;line-height:1.05;margin-bottom:28px;}
.ucc-hero h1 span{color:var(--uc-orange);display:block;}
.ucc-hero p{font-size:26px;font-weight:300;line-height:1.25;max-width:520px;margin:0;}

/* ---------- card do vídeo ---------- */
.ucc-video{background:#fff;padding:50px 0 100px;}
.ucc-card{position:relative;margin-left:120px;background:#D9DCDF;border-radius:44px;padding:80px 56px 80px 530px;min-height:480px;display:flex;flex-direction:column;justify-content:center;}
.ucc-media{position:absolute;left:-120px;top:80px;width:560px;aspect-ratio:16/10;border-radius:28px;overflow:hidden;background:#000;display:block;box-shadow:0 0 0 18px #fff,0 20px 50px rgba(0,0,0,.25);}
.ucc-media img{width:100%;height:100%;object-fit:cover;display:block;}
.uc-home .ucc-card p{color:var(--uc-navy);font-size:20px;font-weight:300;line-height:1.2;text-align:justify;margin:0 0 14px;}
.uc-home .ucc-card p:last-child{margin-bottom:0;}

/* ---------- próximo nível ---------- */
.ucc-next{background:var(--uc-navy);padding:80px 0 90px;}
.uc-home .ucc-next .uc-title{font-size:46px;margin-bottom:34px;}
.ucc-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px;list-style:none;padding:0;margin:0 0 70px;}
.ucc-tags li{font-size:26px;font-weight:400;letter-spacing:.02em;text-transform:uppercase;color:#fff;display:flex;align-items:center;gap:12px;}
.ucc-tags li::before{content:"";width:8px;height:8px;background:#fff;display:inline-block;}
.ucc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start;margin:0 auto 90px;max-width:1040px;}
.ucc-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;}
.ucc-step-num{width:136px;height:136px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex:0 0 136px;}
.ucc-step-num::before{content:"";position:absolute;inset:0;border-radius:50%;border:1.5px solid rgba(222,81,31,.9);}
.ucc-step-num::after{content:"";position:absolute;inset:14px;border-radius:50%;background:#4a2a25;}
.ucc-step-num span{position:relative;z-index:1;width:80px;height:80px;border-radius:50%;background:var(--uc-orange);display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:800;color:#fff;}
.uc-home .ucc-step p{font-size:22px;font-weight:300;line-height:1.15;margin:0;max-width:250px;}
.uc-home .ucc-step p b{font-weight:800;}
.ucc-step--down{padding-top:150px;}
.ucc-step--down .ucc-step-num{order:2;}
.ucc-step--down p{order:1;}
.ucc-step:nth-child(2) p,.ucc-step:nth-child(4) p{margin-bottom:-6px;}
.ucc-step:nth-child(2){padding-top:0;}
.ucc-step:nth-child(4){padding-top:0;}
.ucc-step--up{padding-top:0;}
.ucc-step:nth-child(2) .ucc-step-num,.ucc-step:nth-child(4) .ucc-step-num{margin-top:12px;}
.ucc-step:nth-child(1),.ucc-step:nth-child(3){padding-top:0;}
.ucc-step:nth-child(2),.ucc-step:nth-child(4){padding-top:8px;}
.ucc-or{display:grid;grid-template-columns:1fr 90px 1fr;align-items:stretch;gap:0;}
.ucc-or-card{position:relative;background:#0D2537;border-radius:30px;padding:60px 44px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:300px;}
.uc-home .ucc-or-card p{font-size:23px;font-weight:300;line-height:1.2;margin:0;}
.ucc-or-card--cta{padding-bottom:80px;}
.ucc-or-card .uc-btn{position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);white-space:nowrap;font-size:24px;padding:14px 60px;}
.ucc-or-sep{display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#fff;}

/* ---------- white label ---------- */
.ucc-wl{position:relative;display:grid;grid-template-columns:44% 56%;background:var(--uc-orange);overflow:hidden;min-height:530px;}
.ucc-wl-photo{position:relative;overflow:hidden;}
.ucc-wl-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.ucc-wl-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.35) 100%);}
.ucc-wl-caption{position:absolute;left:48px;bottom:40px;z-index:2;max-width:330px;}
.uc-home .ucc-wl-caption p{color:#fff;font-size:22px;font-weight:800;line-height:1.1;margin:0 0 22px;text-shadow:0 2px 10px rgba(0,0,0,.5);}
.ucc-wl-caption .uc-btn{background:var(--uc-navy);font-size:24px;padding:14px 56px;}
.ucc-wl-caption .uc-btn:hover{background:#0D2537;}
.ucc-wl-text{position:relative;z-index:1;background:var(--uc-orange);border-top-left-radius:42% 100%;margin-left:-160px;padding:60px 60px 60px 200px;color:#fff;}
.uc-home .ucc-wl-text h3{color:#fff;font-size:24px;font-weight:800;line-height:1.25;text-align:center;margin-bottom:24px;}
.uc-home .ucc-wl-text p{color:#fff;font-size:17px;font-weight:400;line-height:1.3;margin:0 0 20px;}
.uc-home .ucc-wl-text p.ucc-center{text-align:center;}
.ucc-wl-text ul{list-style:none;padding:0;margin:0 0 20px;}
.uc-home .ucc-wl-text li{color:#fff;font-size:17px;line-height:1.3;margin-bottom:14px;padding-left:24px;position:relative;}
.ucc-wl-text li::before{content:"•";position:absolute;left:4px;top:0;font-weight:800;}

/* ---------- newsletter em navy ---------- */
.ucc-news{background:var(--uc-navy);padding:70px 0 40px;}
.uc-home .ucc-news .uc-news{margin-top:0;}
.uc-home .ucc-news .uc-news h4,.uc-home .ucc-news .uc-news p{color:#fff;}
.uc-home .ucc-news .uc-news-form{background:#25374B;}

/* ---------- responsivo ---------- */
@media (max-width:1199px){
  .ucc-hero h1{font-size:48px;}
  .ucc-hero p{font-size:22px;}
  .ucc-card{padding-left:470px;}
  .ucc-media{width:500px;}
  .ucc-steps{gap:10px;}
  .ucc-step-num{width:120px;height:120px;flex-basis:120px;}
  .ucc-step-num span{width:70px;height:70px;font-size:32px;}
  .uc-home .ucc-step p{font-size:19px;}
  .ucc-wl{grid-template-columns:46% 54%;}
  .ucc-wl-text{padding:50px 40px 50px 170px;}
}
@media (max-width:991px){
  .ucc-hero{min-height:0;display:block;}
  .ucc-hero-bg{position:relative;height:340px;background-position:left center;}
  .ucc-hero::after{background:radial-gradient(ellipse 80% 60% at 100% 100%,rgba(222,81,31,.9) 0%,rgba(120,55,35,.45) 40%,rgba(0,26,45,0) 70%);}
  .ucc-hero .uc-container{grid-template-columns:1fr;padding-top:36px;padding-bottom:48px;}
  .ucc-hero-text{grid-column:1;padding-left:0;text-align:center;}
  .ucc-hero h1{font-size:40px;}
  .ucc-hero p{font-size:20px;margin:0 auto;}
  .ucc-video{padding:40px 0 60px;}
  .ucc-card{margin-left:0;padding:24px 24px 32px;min-height:0;display:block;border-radius:32px;}
  .ucc-media{position:relative;left:0;top:0;width:100%;margin-bottom:24px;box-shadow:0 12px 30px rgba(0,0,0,.2);}
  .uc-home .ucc-card p{text-align:left;font-size:18px;}
  .ucc-next{padding:56px 0 70px;}
  .uc-home .ucc-next .uc-title{font-size:32px;}
  .ucc-tags{gap:10px 24px;margin-bottom:44px;}
  .ucc-tags li{font-size:18px;}
  .ucc-steps{grid-template-columns:repeat(2,1fr);gap:40px 16px;margin-bottom:60px;}
  .ucc-step:nth-child(2),.ucc-step:nth-child(4){padding-top:0;}
  .ucc-step--down .ucc-step-num{order:1;}
  .ucc-step--down p{order:2;}
  .ucc-or{grid-template-columns:1fr;gap:18px;}
  .ucc-or-card{padding:40px 24px;min-height:0;}
  .ucc-or-card--cta{padding-bottom:70px;margin-bottom:30px;}
  .uc-home .ucc-or-card p{font-size:20px;}
  .ucc-or-card .uc-btn{font-size:20px;padding:12px 40px;}
  .ucc-or-sep{font-size:30px;}
  .ucc-wl{grid-template-columns:1fr;min-height:0;}
  .ucc-wl-photo{height:400px;}
  .ucc-wl-caption{left:24px;bottom:28px;}
  .ucc-wl-text{margin-left:0;border-top-left-radius:44px;border-top-right-radius:44px;padding:44px 24px 40px;}
  .ucc-news{padding:50px 0 30px;}
}
@media (max-width:575px){
  .ucc-hero-bg{height:280px;}
  .ucc-hero h1{font-size:34px;}
  .ucc-steps{grid-template-columns:1fr;}
  .uc-home .ucc-step p{max-width:none;}
  .ucc-wl-photo{height:340px;}
  .uc-home .ucc-wl-text h3{font-size:21px;}
}

.uc-home .ucc-news .uc-news-form input::placeholder{color:#c9d3db !important;opacity:1 !important;}
.uc-home .ucc-news .uc-news-form input{color:#fff !important;}

/* ===================================================================
   2026-09-09 — Bloco "próximo nível" adaptado do PDF (4 etapas)
   Substitui o layout escalonado antigo por uma linha do tempo
   horizontal: círculo numerado -> título -> logo da marca -> texto.
   =================================================================== */
.uc-canal .ucc-next .uc-title{font-size:50px;line-height:1.08;margin-bottom:26px;}
.uc-canal .ucc-next .ucc-tags{gap:12px 46px;margin:0 0 74px;}
.uc-canal .ucc-next .ucc-tags li{font-size:19px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;gap:14px;}
.uc-canal .ucc-next .ucc-tags li::before{width:7px;height:7px;border-radius:50%;background:var(--uc-orange);}

.uc-canal .ucc-steps--flow{display:grid;grid-template-columns:repeat(4,1fr);gap:0 26px;align-items:start;max-width:1180px;margin:0 auto 58px;}
.uc-canal .ucc-steps--flow .ucc-step{position:relative;padding-top:0;gap:0;}
.uc-canal .ucc-steps--flow .ucc-step-num{width:150px;height:150px;flex:0 0 150px;margin:0 0 24px;}
.uc-canal .ucc-steps--flow .ucc-step-num::before{border:1.5px solid rgba(222,81,31,.5);}
.uc-canal .ucc-steps--flow .ucc-step-num::after{inset:13px;background:#0b2233;}
.uc-canal .ucc-steps--flow .ucc-step-num span{width:96px;height:96px;font-size:40px;}

/* conector: linha entre as bordas dos círculos + seta no meio do vão */
.uc-canal .ucc-steps--flow .ucc-step + .ucc-step::before{content:"";position:absolute;top:75px;left:calc(-50% + 49px);width:calc(100% - 124px);height:1px;background:rgba(255,255,255,.2);}
.uc-canal .ucc-steps--flow .ucc-step + .ucc-step::after{content:"";position:absolute;top:75px;margin-top:-7px;left:-20px;width:13px;height:13px;border-top:2px solid var(--uc-orange);border-right:2px solid var(--uc-orange);transform:rotate(45deg);}

.uc-canal .ucc-step-title{font-size:25px;font-weight:800;line-height:1.1;text-transform:uppercase;color:var(--uc-orange);margin:0 0 18px;}
.uc-canal .ucc-step-brand{height:46px;display:flex;align-items:center;justify-content:center;margin:0 0 18px;}
.uc-canal .ucc-step-brand img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;}
.uc-canal .ucc-steps--flow .ucc-step p{font-size:17px;font-weight:300;line-height:1.38;max-width:262px;margin:0;color:#fff;}

.uc-canal .ucc-next-tagline{text-align:center;text-transform:uppercase;letter-spacing:.22em;font-size:21px;font-weight:400;color:#fff;margin:0 0 72px;}

@media (max-width:1199px){
  .uc-canal .ucc-next .uc-title{font-size:40px;}
  .uc-canal .ucc-next .ucc-tags{gap:10px 30px;margin-bottom:58px;}
  .uc-canal .ucc-next .ucc-tags li{font-size:16px;letter-spacing:.16em;}
  .uc-canal .ucc-steps--flow{gap:0 18px;}
  .uc-canal .ucc-steps--flow .ucc-step-num{width:124px;height:124px;flex-basis:124px;margin-bottom:20px;}
  .uc-canal .ucc-steps--flow .ucc-step-num span{width:80px;height:80px;font-size:33px;}
  .uc-canal .ucc-steps--flow .ucc-step + .ucc-step::before{top:62px;left:calc(-50% + 44px);width:calc(100% - 106px);}
  .uc-canal .ucc-steps--flow .ucc-step + .ucc-step::after{top:62px;left:-16px;}
  .uc-canal .ucc-step-title{font-size:21px;margin-bottom:14px;}
  .uc-canal .ucc-step-brand{height:38px;margin-bottom:14px;}
  .uc-canal .ucc-steps--flow .ucc-step p{font-size:15.5px;}
  .uc-canal .ucc-next-tagline{font-size:17px;letter-spacing:.16em;margin-bottom:58px;}
}

@media (max-width:991px){
  .uc-canal .ucc-next .uc-title{font-size:31px;}
  .uc-canal .ucc-next .ucc-tags{gap:10px 26px;margin-bottom:46px;}
  .uc-canal .ucc-next .ucc-tags li{font-size:15px;letter-spacing:.12em;}
  .uc-canal .ucc-steps--flow{grid-template-columns:repeat(2,1fr);gap:46px 20px;margin-bottom:46px;}
  .uc-canal .ucc-steps--flow .ucc-step + .ucc-step::before,
  .uc-canal .ucc-steps--flow .ucc-step + .ucc-step::after{display:none;}
  .uc-canal .ucc-steps--flow .ucc-step p{max-width:300px;}
  .uc-canal .ucc-next-tagline{font-size:15px;margin-bottom:48px;}
}

@media (max-width:575px){
  .uc-canal .ucc-next .uc-title{font-size:26px;}
  .uc-canal .ucc-steps--flow{grid-template-columns:1fr;gap:42px;}
  .uc-canal .ucc-steps--flow .ucc-step p{max-width:none;}
}
