/* Ajustes da Visual Sete sobre o layout original da Visual Sete. */
:root{
  --primary:#3550c8;
  --primary2:#5b55e8;
  --dark:#14356f;
  --text:#1d2f59;
  --muted:#5d6f95;
  --bg:#f5f7fc;
  --card:#fff;
  --line:#e1e7f3;
}

html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif}
.container{width:100%;max-width:1360px;margin:0 auto;padding-left:28px;padding-right:28px}
.skip-link{position:fixed;left:12px;top:-70px;z-index:9999;padding:10px 14px;border-radius:10px;background:#fff;color:#122d72;box-shadow:0 8px 24px rgba(20,53,111,.15)}
.skip-link:focus{top:12px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header .brand img{height:72px;width:auto;max-width:290px;object-fit:contain}
.header-search{min-width:0}
.header-search input{font-family:Arial,Helvetica,sans-serif}
.main-nav .nav-cta{white-space:nowrap}
.flash-wrap{padding-top:18px}
.flash{padding:13px 16px;border-radius:12px;border:1px solid #dce3ef;background:#fff;color:#1d2f59;font-weight:700}
.flash-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}
.flash-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.flash-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}

/* Rodapé no mesmo desenho do projeto-base. */
.um-footer{margin-top:54px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-top:1px solid #e2e8f5;color:#53629a}
.um-footer-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:46px 0 18px}
.um-footer-grid{display:grid;grid-template-columns:1.55fr .72fr .95fr .86fr 1.12fr;gap:32px;align-items:start}
.um-footer-logo-link{display:inline-flex;align-items:center;margin-bottom:14px}
.um-footer-logo{width:190px;height:auto;display:block}
.um-footer-brand p,.um-footer-news p{margin:0;color:#5d6b94;font-size:14px;line-height:1.75;max-width:300px}
.um-footer h3{margin:0 0 14px;color:#122d72;font-size:15px;line-height:1.2;font-weight:900}
.um-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.um-footer a{color:#53629a;text-decoration:none;font-size:14px;line-height:1.35;transition:color .16s ease,transform .16s ease}
.um-footer a:hover{color:#3550c8}
.um-footer-col a{display:inline-flex}
.um-footer-col a:hover{transform:translateX(2px)}
.um-footer-contact-links{display:grid;gap:9px;margin-top:14px}
.um-footer-contact-button{width:max-content;min-height:38px;display:inline-flex!important;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;background:linear-gradient(135deg,#3550c8,#6d4bf2);color:#fff!important;font-size:13px!important;font-weight:900;box-shadow:0 10px 22px rgba(53,80,200,.18)}
.um-footer-social{margin-top:16px;display:flex;gap:9px;align-items:center}
.um-footer-social a{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#3550c8;font-size:10px;font-weight:900;text-transform:uppercase}
.um-footer-social a:hover{background:#3550c8;color:#fff;transform:translateY(-2px)}
.um-footer-bottom{margin-top:34px;padding-top:16px;border-top:1px solid #e2e8f5;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.um-footer-bottom p{margin:0;color:#69779d;font-size:13px}
.um-footer-bottom div{display:flex;align-items:center;gap:9px;color:#9aa6c2}
.um-footer-bottom a{font-size:13px;font-weight:700}
.whatsapp-float{position:fixed;right:24px;bottom:24px;width:62px;height:62px;z-index:999;display:flex;align-items:center;justify-content:center}
.whatsapp-float img{width:100%;height:auto;border-radius:50%;box-shadow:0 10px 26px rgba(0,0,0,.25);transition:all .25s ease}
.whatsapp-float:hover img{transform:scale(1.12)}
.whatsapp-float::before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#25d366;opacity:.4;animation:vs-pulse 2s infinite;z-index:-1}
@keyframes vs-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.5);opacity:0}100%{opacity:0}}

/* Compatibilidade das páginas internas com o mesmo cabeçalho e paleta. */
.page-hero,.landing-hero{margin-top:0}
.page-hero{background:linear-gradient(180deg,#f8fbff,#fff)}
.page-hero h1,.article-header h1,.product-info h1{color:#122d72}
.button-primary,.header-search button,.main-nav .nav-cta{background:linear-gradient(135deg,#3550c8,#6d4bf2)!important}
.text-link,.eyebrow{color:#4f46e5}
.product-card,.blog-card,.category-card,.process-card,.empty-state,.content-card{border-color:#e1e7f3}

@media(max-width:1000px){
  .um-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .um-footer-brand{grid-column:1/-1}
}
@media(max-width:900px){
  .container{padding-left:18px;padding-right:18px}
  .site-header .brand img{height:58px;max-width:235px}
}
@media(max-width:680px){
  .um-footer-shell{width:min(100% - 28px,1180px);padding-top:34px}
  .um-footer-grid{grid-template-columns:1fr;gap:28px}
  .um-footer-brand{grid-column:auto}
  .um-footer-bottom{align-items:flex-start;flex-direction:column}
  .whatsapp-float{right:16px;bottom:16px;width:56px;height:56px}
}

/* Landing pages preservam a linguagem clara do layout-base, sem o tema escuro da versão descartada. */
.landing-hero{padding:60px 0;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);color:#1d2f59;border-bottom:1px solid #e5eaf4}
.landing-hero-grid{grid-template-columns:1.08fr .92fr;gap:54px}
.landing-hero h1{color:#122d72}
.landing-hero p{color:#5d6f95}
.landing-art{min-height:360px;background:#fff;border:1px solid #dfe6f2;box-shadow:0 18px 45px rgba(18,45,114,.08)}
.landing-seven{background:linear-gradient(135deg,#3550c8,#6d4bf2);-webkit-background-clip:text;background-clip:text;color:transparent}
.article-cta,.cta-band{background:linear-gradient(135deg,#3550c8,#6d4bf2)}
.article-cta p,.cta-band p{color:#eef2ff}

@media(max-width:900px){
  .landing-hero{padding:42px 0}
  .landing-art{min-height:260px}
}
