/* SAMI — CSS corporativo global v1.0.12 */
:root {
  --sami-blue-950:#071f35; --sami-blue-900:#0b2f50; --sami-blue-800:#10466f;
  --sami-blue-700:#125b91; --sami-blue-600:#1872b5; --sami-blue-100:#eaf3f9;
  --sami-steel:#667684; --sami-ink:#172532; --sami-muted:#536472;
  --sami-line:#dbe3e9; --sami-light:#f5f8fa; --sami-white:#fff;
  --sami-green:#168647; --sami-green-hover:#0f6b38;
  --sami-radius:12px; --sami-shadow:0 12px 35px rgba(7,31,53,.10);
  --sami-container:1180px;
}
.sami-page,.editor-styles-wrapper .sami-page{color:var(--sami-ink);font-family:inherit;line-height:1.65}
.sami-page *{box-sizing:border-box}
.sami-page h1,.sami-page h2,.sami-page h3{color:var(--sami-blue-950);line-height:1.18;margin-top:0;font-weight:750}
.sami-page h1{font-size:clamp(2.15rem,5vw,4.15rem);letter-spacing:-.035em}
.sami-page h2{font-size:clamp(1.75rem,3.2vw,2.65rem);letter-spacing:-.025em}
.sami-page h3{font-size:1.2rem}.sami-page p{color:var(--sami-muted)}
.sami-container{width:min(calc(100% - 40px),var(--sami-container));margin-inline:auto}
.sami-section{padding:clamp(64px,8vw,104px) 0}.sami-section--soft{background:var(--sami-light)}
.sami-section--blue{background:linear-gradient(135deg,var(--sami-blue-950),var(--sami-blue-700));color:#fff}
.sami-section--blue h2,.sami-section--blue h3,.sami-section--blue p{color:#fff}
.sami-eyebrow{display:block;color:var(--sami-blue-600);font-size:.8rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.sami-lead{font-size:clamp(1.05rem,2vw,1.25rem);max-width:760px}
.sami-hero{background:linear-gradient(120deg,var(--sami-blue-950),var(--sami-blue-800));overflow:hidden;padding:clamp(72px,10vw,130px) 0;position:relative}
.sami-hero:after{content:"";position:absolute;right:-10%;bottom:-45%;width:42vw;height:42vw;border:1px solid rgba(255,255,255,.14);border-radius:50%}
.sami-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:clamp(40px,7vw,90px)}
.sami-hero h1,.sami-hero p{color:#fff}.sami-hero p{font-size:clamp(1.05rem,1.8vw,1.22rem);max-width:680px;opacity:.92}
.sami-hero__media img{display:block;width:100%;max-height:430px;object-fit:cover;border-radius:var(--sami-radius);box-shadow:0 24px 60px rgba(0,0,0,.28)}
.sami-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.sami-page .sami-actions>.wp-block-button{display:flex!important;flex:0 0 190px!important;width:190px!important;min-width:190px!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0!important;border:0!important;border-radius:6px!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important}
.sami-page .sami-actions>.wp-block-button>.wp-block-button__link{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin:0!important;padding:10px 16px!important;border:2px solid transparent!important;border-radius:6px!important;box-shadow:none!important;font-family:inherit!important;font-size:14px!important;font-weight:750!important;line-height:1.15!important;text-align:center!important;text-decoration:none!important;white-space:normal!important;transition:.2s ease}
.sami-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:10px 16px;border:2px solid transparent;border-radius:6px;font-weight:750;line-height:1.15;text-align:center;text-decoration:none;transition:.2s ease}
.sami-page .sami-btn--primary .wp-block-button__link,.sami-btn--primary{background:var(--sami-blue-600);color:#fff}
.sami-page .sami-btn--primary .wp-block-button__link:hover,.sami-btn--primary:hover{background:var(--sami-blue-700);transform:translateY(-1px)}
.sami-page .sami-btn--whatsapp .wp-block-button__link,.sami-btn--whatsapp{background:var(--sami-green);color:#fff}
.sami-page .sami-btn--whatsapp .wp-block-button__link:hover,.sami-btn--whatsapp:hover{background:var(--sami-green-hover);transform:translateY(-1px)}
.sami-page .sami-btn--light .wp-block-button__link{background:#fff;color:var(--sami-blue-900)}
.sami-page .sami-btn--outline .wp-block-button__link{background:transparent;border-color:rgba(255,255,255,.72);color:#fff}
.sami-grid{display:grid;gap:24px}.sami-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.sami-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sami-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.sami-card{height:100%;padding:28px;background:#fff;border:1px solid var(--sami-line);border-radius:var(--sami-radius);box-shadow:0 6px 20px rgba(7,31,53,.05);transition:.2s ease}
.sami-card:hover{transform:translateY(-3px);box-shadow:var(--sami-shadow);border-color:#c6d8e5}.sami-card p:last-child{margin-bottom:0}
.sami-home-section__header{max-width:820px;margin-bottom:34px}
.sami-home-section__header .sami-lead{margin-bottom:0}
.sami-home-card{display:flex;flex-direction:column}
.sami-home-card p:has(.sami-link){margin-top:auto;padding-top:12px}
.sami-home-card .sami-link:after{content:" →"}
.sami-home-card--blue{background:#10466f!important;border-color:rgba(255,255,255,.28)!important;box-shadow:none}
.sami-home-card--blue:hover{border-color:rgba(255,255,255,.45);box-shadow:0 12px 35px rgba(0,0,0,.18)}
.sami-page .sami-home-card--blue h3,.sami-page .sami-home-card--blue p{color:#fff!important}
.sami-section--blue .sami-eyebrow{color:#a9d7f5}
.sami-card__number{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sami-blue-100);color:var(--sami-blue-700);font-weight:800;margin-bottom:18px}
.sami-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(40px,7vw,84px)}
.sami-split img{width:100%;border-radius:var(--sami-radius)}
.sami-specs{overflow:auto;border:1px solid var(--sami-line);border-radius:var(--sami-radius);background:#fff}
.sami-page table{width:100%;border-collapse:collapse;margin:0}.sami-page th{background:var(--sami-blue-900);color:#fff;text-align:left}.sami-page th,.sami-page td{padding:14px 16px;border-bottom:1px solid var(--sami-line)}.sami-page tr:last-child td{border-bottom:0}.sami-page tbody tr:nth-child(even){background:var(--sami-light)}
.sami-checklist{padding-left:0;list-style:none}.sami-checklist li{position:relative;padding:8px 0 8px 30px}.sami-checklist li:before{content:"✓";position:absolute;left:0;color:var(--sami-green);font-weight:900}
.sami-cta{padding:clamp(38px,6vw,62px);border-radius:18px;background:linear-gradient(135deg,var(--sami-blue-950),var(--sami-blue-700));box-shadow:var(--sami-shadow)}
.sami-cta h2,.sami-cta p{color:#fff}.sami-cta p{max-width:720px}.sami-cta .sami-actions{margin-bottom:0}
.sami-faq details{background:#fff;border:1px solid var(--sami-line);border-radius:9px;padding:18px 20px;margin-bottom:12px}.sami-faq summary{cursor:pointer;color:var(--sami-blue-950);font-weight:750}.sami-faq details p{margin-bottom:0}
.sami-link{color:var(--sami-blue-700);font-weight:700;text-underline-offset:3px}
.sami-product-card{display:flex;flex-direction:column}
.sami-product-card .sami-link-row{margin-top:auto;padding-top:14px}
.sami-product-card .sami-link:after{content:" →"}
.sami-note{padding:22px 24px;border-left:4px solid var(--sami-blue-600);background:var(--sami-blue-100);border-radius:0 var(--sami-radius) var(--sami-radius) 0}
.sami-note p{margin:0;color:var(--sami-blue-950)}
.sami-highlight-spec{padding:clamp(30px,5vw,48px);background:var(--sami-blue-100);border:1px solid #cfe0ec;border-radius:18px}
.sami-highlight-spec__label{margin:0 0 8px;color:var(--sami-blue-700)!important;font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.sami-page .sami-highlight-spec__value{margin-bottom:12px;color:var(--sami-blue-900);font-size:clamp(2rem,4vw,3.25rem)}
.sami-layout-page article>.entry-header,
.sami-layout-page article>.page-header,
.sami-layout-page article>.entry-hero,
.sami-layout-page article>.page-hero-section,
.sami-layout-page article>.entry-hero-container-inner,
.sami-layout-page article header.entry-header,
.sami-layout-page article .entry-title,
.sami-layout-page article .page-title,
.sami-layout-page main>.entry-header,
.sami-layout-page main>.page-header,
.sami-layout-article>.entry-header,
.sami-layout-article>.page-header{display:none!important}
/* O tema pode renderizar o titulo fora do article. A classe no body limita
   esta neutralizacao exclusivamente as paginas que contêm .sami-page. */
body.sami-layout-page .entry-header,
body.sami-layout-page .page-header,
body.sami-layout-page .entry-title,
body.sami-layout-page .page-title,
body.sami-layout-page .page-header-content,
body.sami-layout-page .page-title-wrap,
body.sami-layout-page .page-title-bar,
body.sami-layout-page .titlebar,
body.sami-layout-page .entry-hero,
body.sami-layout-page .page-hero-section,
body.sami-layout-page .entry-hero-container-inner{display:none!important;margin:0!important;padding:0!important;min-height:0!important;height:0!important;border:0!important}
body.sami-layout-page .mobile-page-header,
body.sami-layout-page .mobile-entry-header,
body.sami-layout-page .mobile-page-title,
body.sami-layout-page .page-header-mobile,
body.sami-layout-page .entry-header-mobile,
body.sami-layout-page .page-title-mobile,
body.sami-layout-page .responsive-page-title{display:none!important;margin:0!important;padding:0!important;min-height:0!important;height:0!important;border:0!important}
body.sami-layout-page #page,
body.sami-layout-page #content,
body.sami-layout-page .site-content,
body.sami-layout-page .content-area,
body.sami-layout-page .site-main,
body.sami-layout-page .inside-article,
body.sami-layout-page article,
body.sami-layout-page .entry-content{margin-top:0!important;padding-top:0!important}
.sami-layout-page .site-main,.sami-layout-page .content-area,.sami-layout-page .entry-content{overflow:visible;max-height:none}
.sami-layout-page .site-main,.sami-layout-page .content-area,.sami-layout-page .content-container,.sami-layout-page .entry-content,.sami-layout-page article{margin-top:0!important;padding-top:0!important}
.sami-layout-page .entry-content{margin-bottom:0}
@media(max-width:900px){.sami-page,.sami-hero,.sami-hero__grid,.sami-hero__media{height:auto;min-height:0;max-height:none;overflow:visible}.sami-hero{padding:44px 0}.sami-hero__grid,.sami-split{grid-template-columns:1fr}.sami-grid--4,.sami-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.sami-hero__media{order:-1}.sami-hero__media img{width:100%;height:auto;max-height:none;object-fit:contain}.sami-hero:after{display:none}}
@media(max-width:620px){.sami-layout-page .site-content,.sami-layout-page #content,.sami-layout-page #primary,.sami-layout-page #main,.sami-layout-page .inside-article,.sami-layout-page article,.sami-layout-page .entry-content,.sami-layout-page .sami-layout-content{margin-top:0!important;padding-top:0!important}.sami-layout-page .sami-page{margin-top:22px!important}.sami-container{width:min(calc(100% - 28px),var(--sami-container))}.sami-hero{padding:24px 0 38px}.sami-hero__grid{gap:24px}.sami-hero h1{font-size:clamp(2rem,10vw,2.65rem);margin-bottom:16px}.sami-hero p{margin-bottom:0}.sami-hero__media figure{margin:0}.sami-section{padding:54px 0}.sami-grid--2,.sami-grid--3,.sami-grid--4{grid-template-columns:1fr}.sami-actions{flex-direction:column;margin-top:24px}.sami-page .sami-actions>.wp-block-button{flex:0 0 52px!important;width:100%!important;min-width:100%!important;max-width:100%!important}.sami-card{padding:23px}.sami-cta{padding:30px 22px}.sami-page th,.sami-page td{padding:12px;font-size:.9rem}}
@media(prefers-reduced-motion:reduce){.sami-page *{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:620px){body.sami-layout-page main h1.entry-title:not(.sami-page *),body.sami-layout-page main h1.page-title:not(.sami-page *),body.sami-layout-page .site-content h1.entry-title:not(.sami-page *),body.sami-layout-page .site-content h1.page-title:not(.sami-page *){display:none!important;margin:0!important;padding:0!important;height:0!important;min-height:0!important}body.sami-layout-page .entry-header:has(>h1:empty),body.sami-layout-page .page-header:has(>h1:empty),body.sami-layout-page .entry-header:has(>h1.entry-title),body.sami-layout-page .page-header:has(>h1.page-title){display:none!important;margin:0!important;padding:0!important;height:0!important;min-height:0!important}}
.sami-contact-grid,.sami-quote-layout{gap:32px}.sami-location-box{padding:36px;background:#fff;border:1px solid #dce5ec;border-left:5px solid #073566;border-radius:12px;box-shadow:0 10px 28px rgba(7,53,102,.08)}.sami-location-box h3{margin-top:8px}.sami-form-card{padding:32px;background:#fff;border:1px solid #dce5ec;border-radius:12px}.sami-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.sami-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.sami-form-card select,.sami-form-card textarea{width:100%;padding:11px 12px;border:1px solid #bccbd6;border-radius:6px}.sami-form-card input[type="submit"]{background:#073566;color:#fff;border:0;border-radius:6px;padding:12px 22px;cursor:pointer}.sami-form-fallback{padding:18px;background:#f4f7f9;border-left:4px solid #073566}@media(max-width:781px){.sami-location-box{padding:24px}.sami-form-card{padding:22px}.sami-form-grid{grid-template-columns:1fr}}
.sami-location-clickable {
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sami-location-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(7, 53, 102, .14);
}

.sami-location-clickable .sami-location-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sami-location-clickable .sami-location-link:focus-visible::after {
  outline: 3px solid #0b66b2;
  outline-offset: 3px;
}
