
:root{
  --orange:#f47745;
  --orange-dark:#e86431;
  --ink:#171717;
  --muted:#6f6f6f;
  --line:#e9e9e7;
  --soft:#f7f7f5;
  --white:#fff;
  --black:#111;
  --radius:18px;
  --container:1180px;
  --shadow:0 18px 50px rgba(20,20,20,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body:has(.mobile-menu.open){overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;background:#111;color:#fff;padding:10px 14px;border-radius:8px;z-index:9999}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav{height:78px;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.brand-symbol{width:32px;height:32px;border:1.6px solid var(--ink);border-radius:50%;display:grid;place-items:center;position:relative}
.brand-symbol:after{content:"";position:absolute;width:7px;height:7px;background:var(--orange);border-radius:50%;right:-2px;top:1px}
.brand-symbol span{font-family:Manrope,sans-serif;font-weight:800;font-size:15px;letter-spacing:-.06em}
.brand-name{font-family:Manrope,sans-serif;font-size:13px;letter-spacing:.11em;line-height:1}
.brand-name strong{font-weight:800}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a{font-size:14px;color:#777;transition:.2s}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}
.desktop-nav a.active:after{content:"";display:block;height:2px;width:18px;background:var(--orange);margin:6px auto 0;border-radius:2px}
.nav-cta{background:var(--orange);color:#fff!important;padding:11px 17px;border-radius:8px;font-size:13px!important;font-weight:700;transition:.2s}
.nav-cta:hover{background:var(--orange-dark);transform:translateY(-1px)}
.nav-cta span,.button span{margin-left:7px}
.menu-toggle{display:none;background:none;border:0;width:40px;height:40px;position:relative;margin-left:auto}
.menu-toggle span{display:block;width:24px;height:1.5px;background:#111;position:absolute;left:8px;transition:.2s}
.menu-toggle span:first-child{top:15px}.menu-toggle span:last-child{top:23px}
.menu-toggle.open span:first-child{top:19px;transform:rotate(45deg)}
.menu-toggle.open span:last-child{top:19px;transform:rotate(-45deg)}
.mobile-menu{display:none;border-top:1px solid var(--line);background:#fff}
.mobile-inner{display:flex;flex-direction:column;padding:24px 0 32px;gap:3px}
.mobile-inner>a:not(.button){padding:13px 0;font-size:18px;border-bottom:1px solid var(--line)}
.mobile-inner .button{margin-top:15px;text-align:center}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:13px 19px;font-weight:700;font-size:14px;transition:.2s}
.button-orange{background:var(--orange);color:#fff}
.button-orange:hover{background:var(--orange-dark);transform:translateY(-1px)}
.text-link{font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px}
.text-link span{color:var(--orange);transition:.2s}.text-link:hover span{transform:translateX(3px)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:#777}
.eyebrow:before{content:"";width:22px;height:2px;background:#bbb;border-radius:2px}
.eyebrow.orange{color:var(--orange)}.eyebrow.orange:before{background:var(--orange)}
h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.045em}
h1,h2,h3,p{margin-top:0}
em{font-style:normal;color:var(--orange)}
.hero{padding:92px 0 88px;overflow:hidden;background:#fff}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:80px}
.hero h1{font-size:clamp(52px,6.2vw,82px);line-height:1.02;margin:18px 0 24px;max-width:750px}
.hero-copy>p{font-size:18px;line-height:1.7;color:#606060;max-width:630px}
.hero-copy strong{color:#222}
.hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px}
.hero-visual{min-height:420px;position:relative;display:grid;place-items:center}
.visual-card{width:min(470px,100%);padding:32px;background:#f7f7f5;border:1px solid #ecece9;border-radius:24px;box-shadow:var(--shadow);position:relative;z-index:2}
.visual-top{display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800;color:#888}
.status-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 6px rgba(244,119,69,.12)}
.visual-title{font:800 36px/1.05 Manrope,sans-serif;letter-spacing:-.055em;margin:54px 0 38px}
.visual-title em{color:var(--orange)}
.mini-flow{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:#666}
.mini-flow b{color:var(--orange);font-size:16px}
.visual-line{height:1px;background:#dededb;margin:28px 0}
.visual-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.visual-metrics strong{display:block;font:800 29px/1 Manrope,sans-serif}
.visual-metrics span{font-size:11px;color:#888}
.orange-orb{position:absolute;width:290px;height:290px;border-radius:50%;background:var(--orange);right:-35px;bottom:-5px;opacity:.95}
.numbers-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.numbers{display:grid;grid-template-columns:repeat(4,1fr)}
.numbers>div{padding:27px 25px;border-right:1px solid var(--line)}
.numbers>div:first-child{padding-left:0}.numbers>div:last-child{border-right:0}
.numbers strong{display:block;font:800 27px/1.1 Manrope,sans-serif;letter-spacing:-.04em}
.numbers span{display:block;color:#888;font-size:12px;margin-top:7px}
.section{padding:105px 0}
.section-white{background:#fff}.section-soft{background:var(--soft)}
.section-intro{max-width:730px;margin-bottom:48px}
.section-intro.center{margin-inline:auto;text-align:center}
.section-intro h2{font-size:clamp(35px,4.5vw,56px);line-height:1.06;margin:14px 0 18px}
.section-intro p{font-size:17px;color:#707070;max-width:690px}
.feature-grid{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.feature-grid.four{grid-template-columns:repeat(4,1fr)}
.feature-grid.three{grid-template-columns:repeat(3,1fr)}
.feature-card{background:#fff;padding:34px;min-height:295px}
.feature-card .number{font-size:11px;color:#aaa;font-weight:800;letter-spacing:.1em}
.feature-card .icon{font:500 30px/1 Manrope;color:var(--orange);margin:38px 0 23px}
.feature-card h3{font-size:21px;margin-bottom:10px}
.feature-card p{font-size:14px;color:#777;line-height:1.7}
.symptoms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #ddd}
.symptoms-grid article{padding:30px 28px 34px;border-bottom:1px solid #ddd;border-right:1px solid #ddd}
.symptoms-grid article:nth-child(3n){border-right:0}
.symptoms-grid span{font-size:11px;color:var(--orange);font-weight:800;letter-spacing:.08em}
.symptoms-grid h3{font-size:20px;margin:22px 0 8px}
.symptoms-grid p{font-size:14px;color:#777;line-height:1.65}
.timeline{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.timeline article{display:grid;grid-template-columns:70px 1fr;gap:28px;padding:30px 0;border-bottom:1px solid var(--line)}
.timeline article>span{width:48px;height:48px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;color:var(--orange)}
.timeline small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#999}
.timeline h3{font-size:24px;margin:7px 0 8px}
.timeline p{color:#777;font-size:15px;max-width:760px}
.quote-section{padding:105px 0;background:#171717;color:#fff}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.quote-grid h2{font-size:clamp(38px,4.5vw,58px);line-height:1.05;margin:16px 0}
.quote-copy{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.quote-copy p{font-size:15px;color:#c8c8c8;line-height:1.65;padding-top:2px;border-top:1px solid #3c3c3c}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.audience-grid h2{font-size:clamp(38px,4.5vw,56px);line-height:1.06;margin:15px 0}
.check-list{display:flex;flex-direction:column;gap:0}
.check-list p{padding:22px 0 22px 27px;border-bottom:1px solid var(--line);font-size:15px;color:#555;position:relative}
.check-list p:before{content:"";width:8px;height:8px;background:var(--orange);border-radius:50%;position:absolute;left:0;top:30px}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonials blockquote{margin:0;background:#fff;border:1px solid var(--line);padding:28px;border-radius:14px;font-size:16px;line-height:1.65;color:#4d4d4d}
.source-note{font-size:11px;color:#999;margin:22px 0 0;text-align:center}
.cta-section{padding:95px 0;background:#fff}
.cta-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;border-top:1px solid var(--line);padding-top:80px}
.cta-grid h2{font-size:clamp(40px,4.8vw,62px);line-height:1.04;margin:15px 0}
.cta-grid>div>p{font-size:17px;color:#777;max-width:620px}
.contact-mini{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:28px;font-size:13px;color:#555}
.contact-mini a:hover{color:var(--orange)}
.cta-card{background:var(--soft);border:1px solid var(--line);padding:34px;border-radius:18px}
.cta-card p{font:600 21px/1.35 Manrope,sans-serif;margin:15px 0 25px;letter-spacing:-.03em}
.inner-hero{padding:80px 0 92px;background:var(--soft);overflow:hidden}
.inner-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}
.breadcrumb{display:flex;gap:8px;color:#999;font-size:12px;margin-bottom:38px}
.breadcrumb a:hover{color:var(--orange)}
.inner-hero h1{font-size:clamp(47px,6vw,75px);line-height:1.02;margin:16px 0 23px;max-width:850px}
.inner-hero p{font-size:18px;color:#6f6f6f;max-width:720px}
.hero-orbit{min-height:330px;position:relative;display:grid;place-items:center}
.orbit{position:absolute;border:1px solid #ddd;border-radius:50%}
.orbit-1{width:300px;height:300px}.orbit-2{width:210px;height:210px;border-color:#e3e3e1}
.orbit-core{width:92px;height:92px;border-radius:50%;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;font:800 34px Manrope,sans-serif;position:relative;z-index:2}
.orbit-core:after{content:"";position:absolute;width:11px;height:11px;background:var(--orange);border-radius:50%;right:3px;top:9px}
.orbit-dot{width:11px;height:11px;background:var(--orange);border-radius:50%;position:absolute}
.dot-1{top:28px;right:18%}.dot-2{bottom:37px;left:19%;background:#222}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:15px;padding:32px;background:#fff;min-height:285px;display:flex;flex-direction:column;transition:.25s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#ddd}
.service-number{font-size:11px;font-weight:800;color:var(--orange);letter-spacing:.08em}
.service-card h3{font-size:22px;margin:45px 0 10px}
.service-card p{font-size:14px;color:#777;line-height:1.7}
.service-card a{margin-top:auto;padding-top:24px;font-size:13px;font-weight:800}.service-card a span{color:var(--orange);margin-left:5px}
.deliver-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ddd;border-left:1px solid #ddd}
.deliver-grid article{padding:30px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.deliver-grid article>span{color:var(--orange);font-weight:800;font-size:11px}
.deliver-grid h3{font-size:19px;margin:20px 0 8px}
.deliver-grid p{font-size:14px;color:#777}
.compact-section{padding-top:85px;padding-bottom:85px}
.tag-list{display:flex;flex-wrap:wrap;gap:10px}
.tag-list span{padding:10px 14px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#555;font-size:13px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.two-col h2{font-size:clamp(37px,4.2vw,54px);line-height:1.05;margin:15px 0 20px}
.two-col>div>p{font-size:16px;color:#707070;line-height:1.75}
.clean-checks{border-top:1px solid var(--line)}
.clean-checks p{padding:22px 0;border-bottom:1px solid var(--line);font-size:14px;color:#555}
.clean-checks span{display:inline-grid;place-items:center;width:22px;height:22px;background:rgba(244,119,69,.12);color:var(--orange);border-radius:50%;margin-right:11px;font-weight:800}
.method-list{border-top:1px solid #ddd}
.method-list article{display:grid;grid-template-columns:75px 1fr;gap:28px;padding:34px 0;border-bottom:1px solid #ddd}
.method-list article>span{font:800 13px Manrope;color:var(--orange)}
.method-list small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#999}
.method-list h3{font-size:25px;margin:7px 0 9px}
.method-list p{color:#777;font-size:15px;max-width:850px}
.thesis-section{padding:100px 0;background:#171717;color:#fff}
.thesis{max-width:900px}
.thesis h2{font-size:clamp(40px,5vw,62px);line-height:1.05;margin:16px 0 42px}
.thesis>div{border-left:2px solid var(--orange);padding-left:28px}
.thesis>div p{font:500 21px/1.5 Manrope;color:#ddd;margin:8px 0}
.values-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.values-grid article{padding:25px 20px 25px 0;border-bottom:1px solid var(--line)}
.values-grid article:nth-child(odd){padding-right:25px;border-right:1px solid var(--line)}
.values-grid article:nth-child(even){padding-left:25px}
.values-grid span{font:800 17px Manrope;color:var(--orange)}
.values-grid p{font-size:14px;color:#777;margin:9px 0 0}
.contact-section{padding-top:85px}
.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:100px;align-items:start}
.contact-copy h2{font-size:clamp(42px,4.8vw,60px);line-height:1.04;margin:15px 0 20px}
.contact-copy>p{font-size:17px;color:#777;max-width:620px}
.contact-list{display:flex;flex-direction:column;gap:17px;margin-top:35px}
.contact-list a,.contact-list span{display:flex;flex-direction:column;font-size:16px;font-weight:600}
.contact-list small{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.12em;margin-bottom:2px}
.lead-form{border:1px solid var(--line);border-radius:18px;padding:32px;background:#fff;box-shadow:var(--shadow)}
.form-heading{padding-bottom:18px;margin-bottom:6px}
.form-heading h3{font-size:24px;line-height:1.2;margin:12px 0 0}
.lead-form label{display:block;font-size:12px;font-weight:700;color:#444;margin-top:16px}
.lead-form label span{font-weight:400;color:#999}
.lead-form input,.lead-form select,.lead-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #dededb;border-radius:8px;padding:12px 13px;outline:none;background:#fff;color:#222}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,119,69,.1)}
.lead-form textarea{resize:vertical;min-height:105px}
.lead-form button{width:100%;margin-top:20px}
.form-status{font-size:12px;margin:10px 0 0;color:#777;min-height:18px}
.faq-wrap{max-width:900px}
.faq{border-top:1px solid #ddd}
.faq details{border-bottom:1px solid #ddd}
.faq summary{list-style:none;cursor:pointer;padding:23px 0;font:700 17px Manrope;display:flex;justify-content:space-between;gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{font:400 25px/1 Manrope;color:var(--orange);transition:.2s}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details p{color:#777;font-size:14px;max-width:760px;padding:0 40px 25px 0;margin:0}
.site-footer{background:#171717;color:#fff;padding:70px 0 25px}
.footer-top{display:grid;grid-template-columns:1.5fr .8fr .9fr .9fr;gap:50px;padding-bottom:60px}
.footer-logo .brand-symbol{border-color:#fff}.footer-logo .brand-symbol:after{background:var(--orange)}.footer-logo .brand-name{color:#fff}
.footer-brand p{color:#aaa;max-width:330px;font-size:13px;line-height:1.7;margin-top:18px}
.footer-col{display:flex;flex-direction:column;gap:10px}
.footer-col h3{font:800 11px Manrope;text-transform:uppercase;letter-spacing:.12em;color:#777;margin:0 0 10px}
.footer-col a{font-size:13px;color:#c6c6c6}.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid #333;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:11px}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:1000px){
  .desktop-nav,.nav-cta{display:none}.menu-toggle{display:block}
  .mobile-menu.open{display:block}
  .hero-grid,.inner-hero-grid{grid-template-columns:1fr;gap:45px}
  .hero{padding-top:65px}.hero-visual{min-height:350px}
  .inner-hero{padding:55px 0 65px}.hero-orbit{min-height:270px}
  .feature-grid.four{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .deliver-grid{grid-template-columns:repeat(2,1fr)}
  .quote-grid,.audience-grid,.two-col,.contact-grid,.cta-grid{grid-template-columns:1fr;gap:50px}
  .numbers{grid-template-columns:repeat(2,1fr)}
  .numbers>div:nth-child(2){border-right:0}.numbers>div:nth-child(3){padding-left:0}
  .symptoms-grid{grid-template-columns:repeat(2,1fr)}.symptoms-grid article:nth-child(3n){border-right:1px solid #ddd}.symptoms-grid article:nth-child(2n){border-right:0}
  .footer-top{grid-template-columns:1.5fr 1fr 1fr}
}
@media (max-width:640px){
  .container{width:min(var(--container),calc(100% - 34px))}
  .nav{height:70px}.brand-name{font-size:11px}
  .hero{padding:54px 0 58px}.hero h1{font-size:48px}.hero-copy>p{font-size:16px}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{min-height:300px}
  .visual-card{padding:25px}.visual-title{font-size:28px;margin:38px 0 28px}.orange-orb{width:210px;height:210px;right:-25px}
  .numbers{grid-template-columns:1fr 1fr}.numbers>div{padding:22px 12px!important}.numbers strong{font-size:22px}
  .section{padding:76px 0}.section-intro{margin-bottom:35px}.section-intro h2{font-size:36px}
  .feature-grid.four,.feature-grid.three,.service-grid,.deliver-grid,.symptoms-grid,.testimonials,.quote-copy{grid-template-columns:1fr}
  .feature-card{min-height:auto;padding:28px}.feature-card .icon{margin-top:28px}
  .symptoms-grid article,.symptoms-grid article:nth-child(n){border-right:0}
  .timeline article,.method-list article{grid-template-columns:48px 1fr;gap:18px}.timeline h3,.method-list h3{font-size:20px}
  .quote-section,.thesis-section{padding:75px 0}.quote-grid{gap:30px}.quote-copy{gap:20px}
  .audience-grid{gap:30px}.cta-section{padding:70px 0}.cta-grid{padding-top:60px}
  .inner-hero h1{font-size:44px}.inner-hero p{font-size:16px}.breadcrumb{margin-bottom:28px}
  .hero-orbit{min-height:230px}.orbit-1{width:220px;height:220px}.orbit-2{width:150px;height:150px}.orbit-core{width:70px;height:70px;font-size:27px}
  .two-col{gap:35px}.values-grid{grid-template-columns:1fr}.values-grid article:nth-child(odd),.values-grid article:nth-child(even){padding:20px 0;border-right:0}
  .contact-grid{gap:40px}.lead-form{padding:24px}
  .footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}
}

/* =========================================================
   NORTH CLUB — NOVA IDENTIDADE VISUAL
   Logo horizontal + logo reduzido + movimento de bússola
   ========================================================= */
.brand-logo-horizontal{
  display:block;
  width:180px;
  height:auto;
  max-height:52px;
  object-fit:contain;
  object-position:left center;
}
.footer-logo .brand-logo-horizontal{
  width:180px;
  filter:none;
}
.hero-logo-stage{
  width:min(390px,82vw);
  aspect-ratio:1;
  position:relative;
  display:grid;
  place-items:center;
}
.hero-reduced-logo{
  width:66%;
  height:auto;
  position:relative;
  z-index:4;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.10));
  animation: northFloat 6s ease-in-out infinite;
}
.hero-orbit-ring{
  position:absolute;
  border:1px solid rgba(23,23,23,.10);
  border-radius:50%;
  inset:10%;
}
.hero-orbit-ring.ring-two{
  inset:21%;
  border-color:rgba(244,119,69,.15);
}
.hero-pointer{
  position:absolute;
  width:0;
  height:0;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-bottom:22px solid var(--orange);
  transform-origin:50% 50%;
  opacity:.75;
  z-index:3;
}
.pointer-one{
  top:8%;
  right:21%;
  animation: compassSweep 8s ease-in-out infinite;
}
.pointer-two{
  bottom:15%;
  left:17%;
  transform:rotate(180deg);
  animation: compassSweepReverse 10s ease-in-out infinite;
  opacity:.38;
}
.compass-motion{
  position:absolute;
  width:76px;
  height:76px;
  pointer-events:none;
  z-index:0;
  opacity:.34;
}
.section,.cta-section,.quote-section,.thesis-section,.inner-hero{
  position:relative;
  overflow:hidden;
}
.compass-motion-a{top:12%;right:3%}
.compass-motion-b{bottom:9%;left:2%;transform:scale(.72)}
.compass-motion:before{
  content:"";
  position:absolute;
  inset:7px;
  border:1px solid rgba(23,23,23,.13);
  border-radius:50%;
}
.compass-motion .compass-tip{
  position:absolute;
  width:0;
  height:0;
  left:50%;
  top:50%;
  margin:-29px 0 0 -6px;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:29px solid var(--orange);
  transform-origin:6px 29px;
  animation: compassOrbit 7s linear infinite;
}
.compass-motion .compass-tip-reverse{
  border-bottom-color:#222;
  transform:rotate(180deg);
  animation: compassOrbitReverse 11s linear infinite;
  opacity:.28;
}
@keyframes compassOrbit{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes compassOrbitReverse{
  from{transform:rotate(180deg)}
  to{transform:rotate(-180deg)}
}
@keyframes compassSweep{
  0%,100%{transform:rotate(-18deg)}
  50%{transform:rotate(28deg)}
}
@keyframes compassSweepReverse{
  0%,100%{transform:rotate(162deg)}
  50%{transform:rotate(205deg)}
}
@keyframes northFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}
@media (max-width:640px){
  .brand-logo-horizontal{width:150px;max-height:44px}
  .hero-logo-stage{width:min(300px,82vw)}
  .compass-motion{transform:scale(.65);opacity:.22}
  .compass-motion-b{transform:scale(.55)}
}

/* =========================================================
   NORTH CLUB V3 — AJUSTES FINAIS
   ========================================================= */

/* Header: logo horizontal compacta */
.site-header .brand-logo-horizontal{
  display:block;
  width:148px;
  height:auto;
  max-height:34px;
  object-fit:contain;
  object-position:left center;
}

/* Footer: versão horizontal branca */
.site-footer .footer-logo-image{
  display:block;
  width:188px;
  height:auto;
  max-height:42px;
  object-fit:contain;
}

/* Hero da Home: composição radar/bússola */
.hero-visual{
  min-height:430px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:visible;
}

.compass-hero{
  width:min(620px,100%);
  aspect-ratio:1.35;
  position:relative;
  display:grid;
  place-items:center;
}

.hero-ring{
  position:absolute;
  border:1px solid rgba(25,35,43,.09);
  border-radius:50%;
  pointer-events:none;
}

.hero-ring-outer{
  width:96%;
  height:96%;
  border-style:dashed;
  animation:heroRingPulse 8s ease-in-out infinite;
}

.hero-ring-middle{
  width:73%;
  height:73%;
  border-color:rgba(25,35,43,.12);
  animation:heroRingPulse 6s ease-in-out infinite reverse;
}

.hero-ring-inner{
  width:49%;
  height:72%;
  border-color:rgba(25,35,43,.08);
}

.hero-ring-inner:before{
  content:"";
  position:absolute;
  inset:12%;
  border:1px solid rgba(244,119,69,.12);
  border-radius:50%;
}

.hero-reduced-logo{
  position:relative;
  z-index:5;
  width:190px;
  max-width:36%;
  height:auto;
  filter:drop-shadow(0 14px 25px rgba(0,0,0,.08));
  animation:heroLogoFloat 6s ease-in-out infinite;
}

/* Marcações finas do radar */
.hero-crosshair{
  position:absolute;
  z-index:2;
  background:rgba(25,35,43,.11);
}
.crosshair-top,.crosshair-bottom{
  width:1px;
  height:18px;
  left:50%;
}
.crosshair-top{top:2%}
.crosshair-bottom{bottom:2%}
.crosshair-left,.crosshair-right{
  width:18px;
  height:1px;
  top:50%;
}
.crosshair-left{left:5%}
.crosshair-right{right:5%}

/* Pontas de bússola orbitando o símbolo */
.hero-pointer{
  position:absolute;
  z-index:4;
  width:0;
  height:0;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-bottom:25px solid var(--orange);
  filter:drop-shadow(0 5px 7px rgba(244,119,69,.12));
}

.hero-pointer-01{
  top:17%;
  left:25%;
  animation:pointerOrbitOne 8s ease-in-out infinite;
}
.hero-pointer-02{
  top:50%;
  right:15%;
  transform:rotate(90deg);
  animation:pointerOrbitTwo 10s ease-in-out infinite;
}
.hero-pointer-03{
  bottom:8%;
  left:50%;
  transform:rotate(180deg);
  opacity:.32;
  animation:pointerOrbitThree 12s ease-in-out infinite;
}

.hero-dot{
  position:absolute;
  z-index:3;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
}
.hero-dot-01{right:6%;top:50%}
.hero-dot-02{left:14%;top:25%;opacity:.7}
.hero-dot-03{right:28%;bottom:13%;opacity:.5}

@keyframes heroLogoFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@keyframes heroRingPulse{
  0%,100%{transform:scale(1);opacity:.85}
  50%{transform:scale(1.018);opacity:1}
}
@keyframes pointerOrbitOne{
  0%,100%{transform:rotate(-20deg) translate(0,0)}
  50%{transform:rotate(12deg) translate(20px,12px)}
}
@keyframes pointerOrbitTwo{
  0%,100%{transform:rotate(90deg) translate(0,0)}
  50%{transform:rotate(112deg) translate(-10px,18px)}
}
@keyframes pointerOrbitThree{
  0%,100%{transform:rotate(180deg) translate(0,0)}
  50%{transform:rotate(158deg) translate(15px,-8px)}
}

/* Elementos de bússola das demais páginas: discretos */
.compass-motion{
  opacity:.20;
  transform:scale(.82);
}

@media (max-width:640px){
  .site-header .brand-logo-horizontal{
    width:132px;
    max-height:31px;
  }
  .site-footer .footer-logo-image{
    width:170px;
    max-height:38px;
  }
  .hero-visual{
    min-height:320px;
  }
  .compass-hero{
    width:100%;
    aspect-ratio:1.08;
  }
  .hero-reduced-logo{
    width:150px;
    max-width:42%;
  }
  .hero-ring-outer{
    width:100%;
    height:94%;
  }
  .hero-ring-middle{
    width:76%;
    height:70%;
  }
  .hero-ring-inner{
    width:50%;
    height:64%;
  }
  .hero-pointer{
    border-left-width:7px;
    border-right-width:7px;
    border-bottom-width:19px;
  }
  .hero-pointer-01{left:16%;top:18%}
  .hero-pointer-02{right:7%}
  .hero-pointer-03{bottom:9%}
}

@media (prefers-reduced-motion:reduce){
  .hero-reduced-logo,
  .hero-ring,
  .hero-pointer{
    animation:none!important;
  }
}

/* =========================================================
   ARTIGOS + COOKIE CONSENT
   ========================================================= */
.articles-section{
  padding:100px 0;
  position:relative;
  overflow:hidden;
}
.articles-heading{
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:end;
  margin-bottom:42px;
}
.articles-heading h2{
  font-size:clamp(38px,4.5vw,56px);
  line-height:1.05;
  margin:14px 0 14px;
}
.articles-heading p{color:#777;font-size:16px;margin:0}
.articles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.article-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:2px;
  overflow:hidden;
  transition:.25s ease;
}
.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.article-image{
  display:block;
  height:220px;
  position:relative;
  overflow:hidden;
  background:#eee;
}
.article-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.article-card:hover .article-image img{transform:scale(1.035)}
.article-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22));
}
.article-image span{
  position:absolute;
  z-index:2;
  left:18px;
  bottom:15px;
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
.article-card-body{padding:25px 28px 27px;min-height:190px;display:flex;flex-direction:column}
.article-card h3{
  font-size:20px;
  line-height:1.23;
  margin:0;
  letter-spacing:-.035em;
}
.article-card h3 a:hover{color:var(--orange)}
.article-read{
  margin-top:auto;
  padding-top:25px;
  font-size:12px;
  color:var(--orange);
  font-weight:700;
}
.article-read span{margin-left:6px}
.blog-hero{
  background:#171717;
  color:#fff;
  padding:86px 0 80px;
  overflow:hidden;
  position:relative;
}
.blog-hero-inner{
  display:grid;
  grid-template-columns:1fr .45fr;
  gap:60px;
  align-items:center;
}
.blog-hero h1{
  font-size:clamp(48px,6vw,76px);
  line-height:1.02;
  margin:18px 0;
}
.blog-hero p{color:#bdbdbd;font-size:17px;max-width:620px}
.blog-hero-mark{display:grid;place-items:center;position:relative}
.blog-hero-mark:before,.blog-hero-mark:after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}
.blog-hero-mark:before{width:320px;height:320px}
.blog-hero-mark:after{width:220px;height:220px}
.blog-hero-mark img{width:110px;position:relative;z-index:2;filter:drop-shadow(0 10px 18px rgba(0,0,0,.25))}
.articles-page{padding-top:65px}
.articles-toolbar{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--line);
  padding-bottom:17px;
  margin-bottom:30px;
  color:#888;
  font-size:12px;
}
.all-articles{grid-template-columns:repeat(3,1fr)}
.all-articles .article-card-body{min-height:205px}

/* Article detail */
.article-hero{
  min-height:590px;
  position:relative;
  color:#fff;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
}
.article-hero-bg{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
}
.article-hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.84));
}
.article-hero-content{
  position:relative;
  z-index:2;
  padding:90px 0 70px;
  max-width:980px;
  margin-inline:auto;
}
.article-hero .breadcrumb{color:#c9c9c9;margin-bottom:30px}
.article-hero .breadcrumb a:hover{color:#fff}
.article-hero h1{
  font-size:clamp(44px,5.7vw,74px);
  line-height:1.03;
  margin:16px 0 22px;
  max-width:950px;
}
.article-lead{
  font-size:18px;
  color:#ddd;
  max-width:780px;
}
.article-meta{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-top:28px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#bbb;
}
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,760px) 310px;
  gap:75px;
  justify-content:center;
  padding-top:85px;
}
.article-content{
  font-size:17px;
  color:#555;
  line-height:1.85;
}
.article-content .lead-paragraph{
  font-size:21px;
  line-height:1.65;
  color:#333;
}
.article-content h2{
  font-size:31px;
  color:#171717;
  line-height:1.12;
  margin:58px 0 17px;
}
.article-content p{margin-bottom:18px}
.article-content blockquote{
  border-left:3px solid var(--orange);
  margin:42px 0;
  padding:22px 25px;
  background:var(--soft);
  color:#333;
  font:700 22px/1.45 Manrope,sans-serif;
}
.article-image-large{margin:42px 0}
.article-image-large img{width:100%;max-height:470px;object-fit:cover}
.article-image-large figcaption{font-size:11px;color:#999;margin-top:9px}
.article-callout{
  background:#171717;
  color:#fff;
  padding:32px;
  margin:45px 0;
}
.article-callout h3{font-size:26px;line-height:1.2;margin:13px 0}
.article-callout p{color:#bbb}
.article-faq{
  border-top:1px solid var(--line);
  margin-top:65px;
  padding-top:10px;
}
.article-faq h2{font-size:28px}
.article-faq details{border-bottom:1px solid var(--line)}
.article-faq summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 0;
  color:#222;
  font:700 16px Manrope,sans-serif;
}
.article-faq summary::-webkit-details-marker{display:none}
.article-faq summary span{color:var(--orange);font-size:22px}
.article-faq details p{font-size:14px;color:#777;padding-right:30px}
.article-author{
  display:flex;
  align-items:center;
  gap:15px;
  border-top:1px solid var(--line);
  margin-top:60px;
  padding-top:25px;
}
.article-author img{width:48px;height:48px;object-fit:contain}
.article-author div{display:flex;flex-direction:column}
.article-author strong{font:700 14px Manrope}
.article-author span{font-size:12px;color:#999}
.article-aside{position:relative}
.aside-card{
  position:sticky;
  top:105px;
  background:var(--soft);
  border:1px solid var(--line);
  padding:28px;
}
.aside-card h3{font-size:24px;line-height:1.18;margin:14px 0}
.aside-card p{font-size:14px;color:#777}
.aside-card .button{width:100%;margin-top:10px}
.aside-related{margin-top:35px;border-top:1px solid var(--line)}
.aside-related>a{
  display:block;
  padding:16px 0;
  border-bottom:1px solid var(--line);
  font-size:13px;
  font-weight:700;
}
.aside-related>a:hover{color:var(--orange)}

/* Cookie launcher */
.cookie-open{overflow:hidden}
.cookie-widget{position:fixed;left:20px;bottom:20px;z-index:9998}
.cookie-launch{
  width:54px;height:54px;border-radius:50%;
  border:0;background:var(--orange);
  display:grid;place-items:center;
  box-shadow:0 8px 25px rgba(0,0,0,.16);
  cursor:pointer;
  transition:.2s;
}
.cookie-launch:hover{transform:translateY(-2px) scale(1.03)}
.cookie-launch img{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}
.cookie-overlay{
  position:fixed;inset:0;background:rgba(10,10,10,.58);
  display:none;align-items:center;justify-content:center;
  padding:20px;backdrop-filter:blur(5px);
}
.cookie-overlay.open{display:flex}
.cookie-modal{
  width:min(850px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  background:#fff;color:#222;
  border-radius:14px;
  box-shadow:0 25px 80px rgba(0,0,0,.25);
  padding:34px;
  position:relative;
}
.cookie-close{
  position:absolute;right:17px;top:13px;
  width:34px;height:34px;border:0;background:transparent;
  font-size:28px;color:#777;
}
.cookie-modal-header{padding-right:35px}
.cookie-modal h2{font-size:31px;line-height:1.1;margin:13px 0}
.cookie-modal-header p,.cookie-category p,.cookie-note p{font-size:13px;line-height:1.7;color:#777}
.cookie-note{
  background:var(--soft);
  padding:18px;
  border:1px solid var(--line);
  margin:24px 0 8px;
}
.cookie-note strong,.cookie-category strong{font:700 15px Manrope}
.cookie-note strong span{color:#777;font:600 11px DM Sans;margin-left:10px;text-transform:uppercase;letter-spacing:.08em}
.cookie-note p{margin:8px 0 0}
.cookie-category{padding:17px 0;border-bottom:1px solid var(--line)}
.cookie-category>div{display:flex;align-items:center;justify-content:space-between;gap:15px}
.cookie-category p{margin:8px 60px 0 0}
.cookie-switch{
  width:44px;height:24px;border:0;border-radius:99px;background:#ddd;position:relative;padding:0;flex-shrink:0;
}
.cookie-switch span{
  position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.2s;
}
.cookie-switch.on{background:var(--orange)}
.cookie-switch.on span{left:23px}
.cookie-empty{font-size:12px;color:#999;margin:18px 0}
.cookie-actions{
  display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;
  border-top:1px solid var(--line);padding-top:22px;margin-top:10px;
}
.cookie-btn{
  border:1px solid #ddd;background:#fff;border-radius:8px;padding:11px 15px;font-size:13px;font-weight:700;
}
.cookie-btn:hover{border-color:#bbb}
.cookie-save{border-color:var(--orange);color:var(--orange)}
.cookie-accept{background:var(--orange);border-color:var(--orange);color:#fff}
@media (max-width:900px){
  .articles-grid,.all-articles{grid-template-columns:repeat(2,1fr)}
  .article-layout{grid-template-columns:1fr;gap:45px}
  .article-aside{order:-1}
  .aside-card{position:static}
}
@media (max-width:640px){
  .articles-heading{grid-template-columns:1fr;gap:18px}
  .articles-grid,.all-articles{grid-template-columns:1fr}
  .article-image{height:205px}
  .blog-hero{padding:62px 0}
  .blog-hero-inner{grid-template-columns:1fr}
  .blog-hero-mark{display:none}
  .blog-hero h1{font-size:45px}
  .article-hero{min-height:620px}
  .article-hero-content{padding:55px 0 50px}
  .article-hero h1{font-size:43px}
  .article-layout{padding-top:60px}
  .article-content{font-size:16px}
  .article-content .lead-paragraph{font-size:18px}
  .article-content h2{font-size:27px;margin-top:45px}
  .cookie-widget{left:14px;bottom:14px}
  .cookie-launch{width:50px;height:50px}
  .cookie-modal{padding:26px 20px;max-height:92vh}
  .cookie-modal h2{font-size:25px}
  .cookie-actions{flex-direction:column}
  .cookie-btn{width:100%}
}

/* =========================================================
   V7 — ARTIGOS COMPLETOS + WHATSAPP FLUTUANTE
   ========================================================= */
.article-checklist{
  margin:18px 0 40px;
  padding:0;
  list-style:none;
}
.article-checklist li{
  position:relative;
  padding:13px 15px 13px 31px;
  border-bottom:1px solid var(--line);
  font-size:15px;
}
.article-checklist li:before{
  content:"✓";
  position:absolute;
  left:4px;
  top:13px;
  color:var(--orange);
  font-weight:800;
}
.article-source-note{
  margin:35px 0;
  padding:20px 22px;
  border:1px solid var(--line);
  background:var(--soft);
  font-size:13px;
  line-height:1.65;
  color:#777;
}
.article-source-note strong{color:#333}

/* Floating WhatsApp */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9997;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 12px 30px rgba(0,0,0,.20);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 16px 34px rgba(0,0,0,.24);
}
.whatsapp-float svg{
  width:31px;
  height:31px;
  fill:#fff;
}
.whatsapp-float-label{
  position:absolute;
  right:70px;
  white-space:nowrap;
  background:#171717;
  color:#fff;
  padding:9px 12px;
  border-radius:6px;
  font:600 11px/1 DM Sans,sans-serif;
  opacity:0;
  transform:translateX(6px);
  pointer-events:none;
  transition:.2s ease;
}
.whatsapp-float:hover .whatsapp-float-label{
  opacity:1;
  transform:translateX(0);
}
@media (max-width:640px){
  .whatsapp-float{
    right:15px;
    bottom:15px;
    width:52px;
    height:52px;
  }
  .whatsapp-float svg{width:28px;height:28px}
  .whatsapp-float-label{display:none}
}

/* =========================================================
   NORTH CLUB — BUSSOLA DE FUNDO
   ========================================================= */

.hero,
.inner-hero{
  isolation:isolate;
  position:relative;
  overflow:hidden;
  background:#fff;
}

/* Fotografia da bússola: camada REAL de fundo da seção.
   Ela fica entre o branco da seção e todo o conteúdo. */
.hero::before,
.inner-hero::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background-image:url("../img/compass-background.jpg");
  background-position:72% 50%;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.28;
  filter:contrast(.82) brightness(1.08);
  pointer-events:none;
}

/* Véu branco somente para manter a leitura do texto.
   O lado direito fica deliberadamente mais transparente para
   a bússola aparecer. */
.hero::after,
.inner-hero::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.97) 0%,
    rgba(255,255,255,.90) 34%,
    rgba(255,255,255,.55) 64%,
    rgba(255,255,255,.20) 100%
  );
  pointer-events:none;
}

.hero-grid,
.inner-hero-grid{
  position:relative;
  z-index:1;
}

.hero .hero-visual{
  position:relative;
  z-index:2;
}

/* Mesma linguagem visual da Home nas páginas principais. */
.inner-hero{
  min-height:calc(100vh - 78px);
  display:flex;
  align-items:center;
  padding:70px 0 92px;
  background:#fff;
}

.inner-hero-grid{
  width:min(var(--container),calc(100% - 48px));
  margin-inline:auto;
  grid-template-columns:1.02fr .98fr;
  gap:80px;
}

.inner-hero .hero-orbit{
  min-height:420px;
}

.inner-hero h1{
  font-size:clamp(52px,6.2vw,82px);
  line-height:1.02;
  max-width:780px;
}

.inner-hero p{
  font-size:18px;
  line-height:1.7;
  color:#606060;
  max-width:630px;
}

/* Ponteiros orbitais */
.inner-hero .hero-orbit::before,
.inner-hero .hero-orbit::after{
  content:"";
  position:absolute;
  width:0;
  height:0;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-bottom:23px solid var(--orange);
  opacity:.60;
  animation:compassSweep 8s ease-in-out infinite;
}
.inner-hero .hero-orbit::before{
  top:9%;
  right:18%;
}
.inner-hero .hero-orbit::after{
  bottom:12%;
  left:15%;
  transform:rotate(180deg);
  opacity:.32;
  animation:compassSweepReverse 10s ease-in-out infinite;
}

/* Fundador — seção central em laranja */
.founder-section{
  background:var(--orange);
  color:#fff;
  padding:100px 0;
  position:relative;
  overflow:hidden;
}
.founder-section::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:50%;
  right:-170px;
  top:-210px;
}
.founder-section::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  left:-160px;
  bottom:-190px;
}
.founder-grid{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  gap:75px;
  align-items:center;
  position:relative;
  z-index:1;
}
.founder-photo-wrap{
  position:relative;
}
.founder-photo{
  display:block;
  width:100%;
  max-height:650px;
  object-fit:cover;
  object-position:center top;
  border-radius:4px;
  box-shadow:0 25px 60px rgba(80,35,15,.20);
}
.founder-photo-caption{
  position:absolute;
  left:22px;
  bottom:22px;
  background:#171717;
  color:#fff;
  padding:13px 17px;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.founder-photo-caption .eyebrow{
  color:var(--orange);
  font-size:9px;
}
.founder-photo-caption strong{
  font:700 15px Manrope,sans-serif;
}
.founder-copy{
  max-width:650px;
}
.founder-eyebrow{
  color:#fff;
}
.founder-copy h2{
  font-size:clamp(38px,4.4vw,57px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:15px 0 24px;
}
.founder-copy h2 em{color:#fff;font-style:normal}
.founder-copy p{
  font-size:17px;
  line-height:1.75;
  color:rgba(255,255,255,.88);
  margin:0 0 17px;
}
.founder-copy p strong{color:#fff}
.founder-signature{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:30px;
}
.founder-line{
  width:48px;
  height:1px;
  background:rgba(255,255,255,.65);
}
.founder-signature div{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.founder-signature strong{font:700 14px Manrope}
.founder-signature small{
  color:rgba(255,255,255,.72);
  font-size:11px;
}

/* Depoimentos com perfis ilustrativos de banco */
.testimonials-with-people{
  align-items:stretch;
}
.testimonial-card{
  background:#fff;
  border:1px solid var(--line);
  padding:25px;
  min-height:330px;
  display:flex;
  flex-direction:column;
}
.testimonial-person{
  display:flex;
  align-items:center;
  gap:13px;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid var(--line);
}
.testimonial-person img{
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
}
.testimonial-person div{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.testimonial-person strong{
  font:700 13px Manrope,sans-serif;
  color:var(--ink);
}
.testimonial-person span{
  color:#999;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.testimonial-card blockquote{
  margin:0;
  font-size:17px;
  line-height:1.65;
  color:#333;
  font-weight:500;
}
@media (max-width:900px){
  .founder-grid{
    grid-template-columns:1fr;
    gap:45px;
  }
  .founder-photo{
    max-height:620px;
  }
  .founder-copy{max-width:none}
}
@media (max-width:640px){
  .hero::before,
  .inner-hero::before{
    background-position:center;
    opacity:.065;
  }
  .founder-section{padding:75px 0}
  .founder-grid{gap:35px}
  .founder-photo{max-height:540px}
  .founder-copy h2{font-size:37px}
  .founder-copy p{font-size:16px}
  .testimonial-card{min-height:auto}
}


/* =========================================================
   QUATRO PILARES — bloco editorial em laranja
   ========================================================= */

.pillars-orange-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--orange);
  color:#fff;
  border-radius:0;
  padding:100px 0 110px;
}

.pillars-orange-section > .container{
  position:relative;
  z-index:2;
}

.pillars-orange-section .section-intro{
  max-width:760px;
  margin-bottom:46px;
}

.pillars-orange-section .section-intro .eyebrow,
.pillars-orange-section .section-intro h2,
.pillars-orange-section .section-intro p{
  color:#fff;
}

.pillars-orange-section .section-intro .eyebrow{
  opacity:.95;
}

.pillars-orange-section .section-intro h2{
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.05;
  max-width:720px;
}

.pillars-orange-section .section-intro h2 em{
  color:#fff;
}

.pillars-orange-section .section-intro p{
  opacity:.88;
  max-width:720px;
}

.pillars-orange-section .feature-grid.four{
  gap:20px;
  background:transparent;
  border:0;
  overflow:visible;
  position:relative;
  z-index:2;
}

.pillars-orange-section .feature-card{
  background:#fff;
  color:#171717;
  border:0;
  border-radius:20px;
  padding:30px;
  min-height:330px;
  box-shadow:0 16px 32px rgba(75,35,12,.13);
  transition:transform .25s ease, box-shadow .25s ease;
}

.pillars-orange-section .feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 42px rgba(75,35,12,.18);
}

.pillars-orange-section .feature-card .number{
  color:#a9a9a9;
}

.pillars-orange-section .feature-card .icon{
  width:54px;
  height:54px;
  margin:48px 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(249,108,67,.10);
  color:var(--orange);
  font-size:28px;
  line-height:1;
}

.pillars-orange-section .feature-card h3{
  color:#151515;
  font-size:24px;
  margin-bottom:12px;
}

.pillars-orange-section .feature-card p{
  color:#777;
  font-size:15px;
  line-height:1.7;
}

.pillars-reduced-logo{
  position:absolute;
  z-index:1;
  width:min(390px,30vw);
  height:auto;
  right:-42px;
  top:28px;
  opacity:.96;
  filter:brightness(0) invert(1);
  pointer-events:none;
  user-select:none;
}

@media (max-width:1050px){
  .pillars-orange-section .feature-grid.four{
    grid-template-columns:repeat(2,1fr);
  }

  .pillars-reduced-logo{
    width:300px;
    right:-60px;
    top:36px;
    opacity:.82;
  }
}

@media (max-width:640px){
  .pillars-orange-section{
    padding:72px 0 78px;
  }

  .pillars-orange-section .feature-grid.four{
    grid-template-columns:1fr;
    gap:14px;
  }

  .pillars-orange-section .feature-card{
    min-height:0;
    padding:26px;
  }

  .pillars-orange-section .feature-card .icon{
    margin:30px 0 20px;
  }

  .pillars-reduced-logo{
    width:240px;
    right:-80px;
    top:20px;
    opacity:.35;
  }
}

/* =========================================================
   QUATRO PILARES — ícones sem numeração
   ========================================================= */

.pillars-orange-section .feature-card .number{
  display:none !important;
}

.pillars-orange-section .feature-card .icon{
  width:58px;
  height:58px;
  margin:0 0 28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(249,108,67,.10);
  color:var(--orange);
}

.pillars-orange-section .feature-card .icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pillars-orange-section .feature-card .icon svg path,
.pillars-orange-section .feature-card .icon svg circle,
.pillars-orange-section .feature-card .icon svg ellipse{
  vector-effect:non-scaling-stroke;
}

.pillars-orange-section .feature-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.pillars-orange-section .feature-card h3{
  margin-top:0;
}

.form-success{
  min-height:390px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:12px 4px;
}

.form-success-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:50%;
  background:#E9F8EF;
  color:#18A957;
  font-size:25px;
  font-weight:700;
}

.form-success .eyebrow{
  margin-bottom:12px;
  color:var(--orange);
}

.form-success h3{
  margin:0 0 14px;
  color:#171717;
  font-size:32px;
  line-height:1.08;
  letter-spacing:-.5px;
}

.form-success p{
  max-width:560px;
  margin:0 0 28px;
  color:#6A6A68;
  font-size:16px;
  line-height:1.7;
}

.whatsapp-success-button{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#25D366 !important;
  color:#fff !important;
  border-color:#25D366 !important;
  text-decoration:none;
}

.whatsapp-success-button:hover{
  background:#1FBD5A !important;
  border-color:#1FBD5A !important;
}

@media (max-width:640px){
  .form-success{
    min-height:360px;
  }

  .form-success h3{
    font-size:28px;
  }

  .whatsapp-success-button{
    width:100%;
    justify-content:center;
  }
}
