/*
Theme Name: Handover 2026
Theme URI: https://oihandover.com
Author: Handover
Description: Tema oficial do site Handover. Header, menus e rodape bilingues centralizados.
Version: 1.0
*/

/* ============ HANDOVER 2026, caso de uso: condomínios ============ */
:root{
  --dark:#1B301B; --teal:#006660; --green:#2FE076; --lime:#E1FFB0;
  --mint:#EFF7EB; --sage:#BED2BE; --sage-d:#3D543D; --sage-m:#5F7A5F;
  --line:#E4EEE4; --line2:#DCEADC; --muted:#8FA88F;
  --disp:'Bricolage Grotesque',sans-serif; --body:'Livvic',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--dark);font-family:var(--body);-webkit-font-smoothing:antialiased}
img{max-width:100%}
a{color:var(--teal)}
a:hover{color:var(--green)}

.ho-wrap{max-width:1320px;margin:0 auto;padding:0 36px}
.ho-sec{padding-top:100px;padding-bottom:100px}
.ho-kicker{font-size:12.5px;font-weight:600;color:var(--teal);letter-spacing:3px;text-transform:uppercase}
.ho-kicker--green{color:var(--green)}
.ho-h2{font-family:var(--disp);font-weight:800;font-size:56px;letter-spacing:-2.5px;line-height:1.02;margin:18px 0 56px;text-wrap:pretty}
.ho-dot{color:var(--green)}
.ho-btn{display:inline-block;text-decoration:none;font-family:var(--disp);font-weight:700;border-radius:999px;text-align:center;transition:background .15s,color .15s}
.ho-btn--green{background:var(--green);color:var(--dark);font-size:17px;padding:17px 34px}
.ho-btn--green:hover{background:var(--lime);color:var(--dark)}
.ho-arrow-link{text-decoration:none;font-family:var(--disp);font-size:16px;font-weight:700}
.ho-tag{border:1px solid rgba(47,224,118,.45);color:var(--green);font-size:13px;font-weight:600;padding:7px 16px;border-radius:999px}

/* Header */
.ho-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.ho-header__in{max-width:1320px;margin:0 auto;padding:0 36px;height:76px;display:flex;align-items:center;gap:26px}
.ho-header__logo img{height:30px;display:block}
.ho-nav{display:flex;gap:26px;flex:1;justify-content:center;align-items:center}
.ho-nav a{color:var(--dark);text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap}
.ho-nav a:hover{color:var(--teal)}
.ho-navdrop{position:relative;display:flex;align-items:center}
.ho-navdrop>a::after{content:'';display:inline-block;margin-left:7px;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.ho-navdrop__menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#fff;border:1.5px solid var(--line2);border-radius:18px;padding:10px;min-width:232px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;box-shadow:0 18px 44px rgba(27,48,27,.16);z-index:60}
.ho-navdrop__menu::before{content:'';position:absolute;top:-14px;left:0;right:0;height:14px}
.ho-navdrop:hover .ho-navdrop__menu,.ho-navdrop:focus-within .ho-navdrop__menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(4px)}
.ho-navdrop__menu a{padding:11px 16px;border-radius:12px;font-size:14.5px}
.ho-navdrop__menu a:hover{background:var(--mint);color:var(--teal)}
.ho-langpill{display:flex;align-items:center;gap:2px;border:1.5px solid var(--dark);border-radius:999px;padding:3px}
.ho-langpill button{border:none;background:transparent;color:var(--dark);border-radius:999px;padding:5px 12px;font:700 13px var(--body);cursor:pointer}
.ho-langpill button:hover{background:var(--mint)}
.ho-langpill button.is-active{background:var(--dark);color:#fff}
.ho-login{border:1.5px solid var(--dark);color:var(--dark);text-decoration:none;font-family:var(--body);font-size:15px;font-weight:700;padding:10.5px 24px;border-radius:999px;white-space:nowrap}
.ho-login:hover{background:var(--dark);color:var(--green)}
.ho-cta-sm{background:var(--green);color:var(--dark);text-decoration:none;font-family:var(--body);font-size:15px;font-weight:700;padding:12px 24px;border-radius:999px;white-space:nowrap}
.ho-cta-sm:hover{background:var(--dark);color:var(--green)}
.ho-burger{display:none;border:1.5px solid var(--dark);background:transparent;border-radius:10px;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:4.5px;cursor:pointer;flex:none}
.ho-burger span{width:18px;height:2px;background:var(--dark);border-radius:2px;display:block}

/* Menu mobile */
.ho-mmenu{display:none;position:fixed;inset:0;z-index:100;background:var(--dark);color:#fff;flex-direction:column;padding:0 24px 32px;overflow:auto}
.ho-mmenu.is-open{display:flex}
.ho-mmenu__top{height:60px;display:flex;align-items:center;justify-content:space-between;flex:none}
.ho-mmenu__top img{height:24px}
.ho-mmenu__close{border:1.5px solid rgba(255,255,255,.4);background:transparent;color:#fff;border-radius:10px;width:44px;height:44px;font-size:18px;cursor:pointer;line-height:1}
.ho-mmenu nav{display:flex;flex-direction:column;gap:4px;margin-top:28px;flex:1}
.ho-mmenu nav a{color:#fff;text-decoration:none;font-family:var(--disp);font-size:30px;font-weight:800;letter-spacing:-1px;padding:10px 0}
.ho-mmenu__actions{display:flex;flex-direction:column;gap:12px}
.ho-mmenu__actions .ho-btn{font-family:var(--body);font-size:16px;padding:16px 0}
.ho-mmenu__login{border:1.5px solid rgba(255,255,255,.4);color:#fff;text-decoration:none;font-size:16px;font-weight:700;padding:15px 0;border-radius:999px;text-align:center}

/* Hero */
.ho-hero{background:linear-gradient(140deg,#1B301B 0%,#1A3F31 55%,#006660 100%);color:#fff;overflow:hidden}
.ho-hero__grid{max-width:1320px;margin:0 auto;padding:96px 36px 0;display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}
.ho-hero__copy{padding-bottom:96px}
.ho-hero .ho-kicker{color:var(--green)}
.ho-hero h1{font-family:var(--disp);font-weight:800;font-size:76px;line-height:.98;letter-spacing:-3px;margin:20px 0 26px}
.ho-hero__lead{font-size:19px;line-height:1.65;color:var(--sage);max-width:480px;margin:0}
.ho-hero__tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}
.ho-hero__actions{display:flex;gap:14px;margin-top:40px;align-items:center}
.ho-hero__scroll{color:#fff;text-decoration:none;font-size:16px;font-weight:600;padding:17px 10px;border-bottom:2px solid var(--green)}
.ho-hero__scroll:hover{color:var(--green)}
.ho-trialwrap{margin-top:26px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.ho-trial{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1.5px solid var(--green);border-radius:999px;padding:10px 20px;font-size:15px;font-weight:700;color:#fff}
.ho-trial em{font-style:normal;color:var(--green)}
.ho-trial__note{font-size:12.5px;color:var(--sage)}
.ho-hero__img{align-self:end}
.ho-hero__img img{width:100%;display:block;border-radius:26px 26px 0 0}

/* Benefícios */
.ho-feat{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}
.ho-feat__img{width:100%;border-radius:26px;display:block;background:var(--mint)}
.ho-featlist{display:flex;flex-direction:column}
.ho-featlist>div{border-top:1.5px solid var(--line2);padding:26px 0}
.ho-featlist>div:last-child{border-bottom:1.5px solid var(--line2)}
.ho-featlist h3{font-family:var(--disp);font-weight:700;font-size:22px;letter-spacing:-.5px;margin:0 0 8px}
.ho-featlist p{font-size:15.5px;line-height:1.65;color:var(--sage-d);margin:0}

/* Passo a passo */
.ho-steps{background:var(--mint)}
.ho-stepgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ho-step{background:#fff;border-radius:26px;padding:32px 30px 36px;display:flex;flex-direction:column;gap:16px}
.ho-step__n{font-family:var(--disp);font-weight:800;font-size:52px;letter-spacing:-2px;line-height:1;color:var(--green)}
.ho-step h3{font-family:var(--disp);font-weight:700;font-size:19px;letter-spacing:-.3px;line-height:1.25;margin:0}
.ho-step p{font-size:14.5px;line-height:1.6;color:var(--sage-d);margin:0}

/* Prova social: stats + depoimento */
.ho-proof{background:var(--dark);color:#fff}
.ho-proof__stats{display:flex;gap:64px;flex-wrap:wrap;border-top:2px solid rgba(255,255,255,.18);padding-top:44px;margin-top:56px}
.ho-proof__stats b{font-family:var(--disp);font-weight:800;font-size:64px;letter-spacing:-2.5px;line-height:1;color:var(--green);display:block}
.ho-proof__stats i{font-style:normal;font-size:15px;font-weight:600;color:var(--sage);display:block;margin-top:10px}
.ho-proof__quote{font-family:var(--disp);font-weight:700;font-size:30px;letter-spacing:-1px;line-height:1.3;max-width:900px;margin:0;text-wrap:pretty}
.ho-proof__name{font-family:var(--disp);font-weight:700;font-size:16px;margin-top:28px}
.ho-proof__role{font-size:14px;color:var(--sage);margin-top:4px}

/* FAQ */
.ho-faq{max-width:900px}
.ho-faq details{border-top:1.5px solid var(--line2)}
.ho-faq details:last-child{border-bottom:1.5px solid var(--line2)}
.ho-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;font-family:var(--disp);font-weight:700;font-size:21px;letter-spacing:-.5px}
.ho-faq summary::-webkit-details-marker{display:none}
.ho-faq summary::after{content:'+';font-family:var(--disp);font-weight:600;font-size:30px;color:var(--green);line-height:1;flex:none;transition:transform .2s}
.ho-faq details[open] summary::after{transform:rotate(45deg)}
.ho-faq details p{font-size:16px;line-height:1.7;color:var(--sage-d);margin:0 0 28px;max-width:780px}
.ho-faq__cta{margin-top:44px}

/* Footer */
.ho-footer{background:var(--dark);color:#fff}
.ho-footer__grid{max-width:1320px;margin:0 auto;padding:76px 36px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}
.ho-footer__brand{display:flex;flex-direction:column;gap:18px}
.ho-footer__brand>img{height:30px;align-self:flex-start}
.ho-footer__brand p{font-size:14px;line-height:1.6;color:var(--sage);margin:0;max-width:280px}
.ho-footer__social{display:flex;gap:18px;margin-top:30px}
.ho-footer__social a{display:inline-flex;align-items:center;gap:10px;color:var(--green);text-decoration:none;font-size:14px;font-weight:700}
.ho-footer__social a:hover{color:var(--lime)}
.ho-footer__social svg{width:22px;height:22px;display:block;fill:currentColor}
.ho-fcol{display:flex;flex-direction:column;gap:12px}
.ho-fcol__title{font-family:var(--disp);font-weight:700;font-size:15px;margin-bottom:6px}
.ho-fcol a{color:var(--sage);text-decoration:none;font-size:14px}
.ho-fcol a:hover{color:var(--green)}
.ho-footer__bottom{max-width:1320px;margin:56px auto 0;padding:28px 36px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.ho-footer__bottom,.ho-footer__bottom a{font-size:13px;color:var(--muted)}
.ho-footer__bottom a{text-decoration:none}
.ho-footer__bottom a:hover{color:var(--green)}
.ho-footer__legal{display:flex;gap:22px}

/* Troca de idioma */
[data-ho-page]{display:none}
[data-ho-page].is-active{display:block}

/* ============ MOBILE ============ */
@media (max-width: 1080px){
  .ho-seals{grid-template-columns:1fr 1fr !important}

  .ho-wrap{padding:0 24px}
  .ho-sec{padding-top:64px;padding-bottom:64px}
  .ho-h2{font-size:34px;letter-spacing:-1.5px;line-height:1.05;margin:12px 0 32px}
  .ho-kicker{font-size:12px;letter-spacing:2.5px}

  .ho-header__in{padding:0 20px;height:60px;gap:12px;justify-content:space-between}
  .ho-header__logo img{height:24px}
  .ho-nav,.ho-langpill,.ho-login{display:none}
  .ho-mmenu .ho-langpill{display:flex}
  .ho-cta-sm{font-size:13px;padding:9px 16px;margin-left:auto}
  .ho-burger{display:flex}

  .ho-hero__grid{grid-template-columns:1fr;padding:52px 24px 0;gap:0}
  .ho-hero__copy{padding-bottom:0}
  .ho-hero h1{font-size:44px;letter-spacing:-2px;line-height:1;margin:14px 0 14px}
  .ho-hero__lead{font-size:16px}
  .ho-hero__tags{margin-top:20px}
  .ho-hero__actions{flex-direction:column;gap:12px;margin-top:28px;align-items:stretch}
  .ho-hero__actions .ho-btn--green{font-family:var(--body);font-size:16px;padding:16px 0}
  .ho-hero__scroll{border:1.5px solid rgba(255,255,255,.35);border-radius:999px;padding:15px 0;text-align:center}
  .ho-hero__img{margin-top:32px}
  .ho-hero__img img{border-radius:20px 20px 0 0}
  .ho-trialwrap{margin-top:20px}
  .ho-trial{font-size:13.5px;padding:9px 14px}

  .ho-feat{grid-template-columns:1fr;gap:0}
  .ho-feat__media{order:1}
  .ho-feat__img{border-radius:20px;margin-bottom:28px}
  .ho-feat__copy{order:2}
  .ho-featlist>div{padding:20px 0}
  .ho-featlist h3{font-size:19px}
  .ho-featlist p{font-size:14.5px}

  .ho-stepgrid{grid-template-columns:1fr;gap:16px}
  .ho-step{border-radius:22px;padding:26px 24px 30px;gap:12px}
  .ho-step__n{font-size:40px}
  .ho-step h3{font-size:18px}

  .ho-proof__quote{font-size:21px;letter-spacing:-.5px}
  .ho-proof__stats{gap:28px;padding-top:32px;margin-top:40px}
  .ho-proof__stats b{font-size:42px;letter-spacing:-1.5px}
  .ho-proof__stats i{font-size:13.5px;margin-top:6px}

  .ho-faq summary{font-size:17px;padding:20px 0;letter-spacing:-.3px}
  .ho-faq summary::after{font-size:26px}
  .ho-faq details p{font-size:15px;margin-bottom:22px}
  .ho-faq__cta{margin-top:32px}
  .ho-faq__cta .ho-btn--green{display:block;font-family:var(--body);font-size:16px;padding:16px 0}

  .ho-footer__grid{grid-template-columns:1fr;padding:56px 24px 0;gap:36px}
  .ho-footer__cols{display:grid;grid-template-columns:1fr 1fr;gap:32px 20px}
  .ho-footer__bottom{margin-top:44px;padding:22px 24px 30px;flex-direction:column;align-items:flex-start;gap:12px}
  .ho-footer__legal{flex-wrap:wrap;gap:16px}
}
@media (min-width: 1081px){
  .ho-footer__cols{display:contents}
}


.ho-lmodal{display:none;position:fixed;inset:0;z-index:200;background:rgba(27,48,27,.6);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:24px}
.ho-lmodal.is-open{display:flex}
.ho-lmodal__card{background:#fff;border-radius:26px;padding:40px 38px;max-width:540px;width:100%;position:relative;box-shadow:0 40px 100px rgba(0,0,0,.35)}
.ho-lmodal__card h3{font-family:var(--disp,'Bricolage Grotesque',sans-serif);font-weight:800;font-size:26px;letter-spacing:-1px;margin:0 0 24px;padding-right:30px;color:#1B301B}
.ho-lmodal__opts{display:flex;flex-direction:column;gap:12px}
.ho-lmodal__opts a{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1.5px solid #DCEADC;border-radius:16px;padding:18px 20px;text-decoration:none;color:#1B301B;font:600 15.5px 'Livvic',sans-serif;transition:all .15s}
.ho-lmodal__opts a:hover{border-color:#2FE076;background:#EFF7EB;color:#1B301B}
.ho-lmodal__opts a span{color:#006660;font-family:var(--disp,'Bricolage Grotesque',sans-serif);font-weight:700}
.ho-lmodal__opts a b{flex:1;font-weight:600}
.ho-lmodal__ico{width:44px;height:44px;border-radius:12px;background:#EFF7EB;display:flex;align-items:center;justify-content:center;flex:none;color:#006660}
.ho-lmodal__opts a:hover .ho-lmodal__ico{background:#fff}
.ho-lmodal__ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ho-lmodal__close{position:absolute;top:18px;right:18px;border:1.5px solid #DCEADC;background:#fff;border-radius:10px;width:40px;height:40px;font-size:16px;cursor:pointer;color:#1B301B;line-height:1}
.ho-lmodal__close:hover{border-color:#2FE076}
@media (max-width:600px){.ho-lmodal__card{padding:30px 24px;border-radius:22px}.ho-lmodal__card h3{font-size:22px}}

.goog-te-banner-frame,#goog-gt-tt,.goog-te-balloon-frame,.skiptranslate iframe{display:none !important}
body{top:0 !important}
font{background:transparent !important;box-shadow:none !important}
.ho-mmenu .ho-langpill{display:flex}

/* ============ Integracao Contact Form 7 com os estilos .ho-form ============ */
/* O CF7 gera <input type="submit"> e envolve cada campo em .wpcf7-form-control-wrap,
   entao os seletores do pacote precisam destes complementos. */
.ho-form .wpcf7-form-control-wrap{display:block}
.ho-form p{margin:0}
.ho-form input[type="submit"]{
  width:100%;border:none;cursor:pointer;
  background:var(--green);color:var(--dark);
  font-family:var(--disp);font-weight:700;font-size:16px;
  padding:16px 0;border-radius:999px;
}
.ho-form input[type="submit"]:hover{background:var(--lime);color:var(--dark)}
.ho-form input[type="file"]{padding:11px 15px;background:#fff}
.ho-form .wpcf7-spinner{display:block;margin:10px auto 0}
.ho-form .wpcf7-not-valid-tip{color:#b3261e;font-size:12.5px;margin-top:5px}
.ho-form input.wpcf7-not-valid,.ho-form textarea.wpcf7-not-valid,.ho-form select.wpcf7-not-valid{border-color:#b3261e}
.ho-form .wpcf7-response-output{
  border:1.5px solid var(--line2);border-radius:13px;
  padding:12px 15px;font-size:13.5px;margin:6px 0 0;color:var(--dark);
}
