/*
Theme Name: Sesan Informática
Theme URI: https://www.sesaninformatica.com.br
Author: Sesan Informática
Author URI: https://www.sesaninformatica.com.br
Description: Tema institucional personalizado da Sesan Informática, com foco em automação de processos, Microsoft Power Platform e Inteligência Artificial.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sesan-informatica
*/

:root { --navy:#172139; --navy-2:#203146; --teal:#41a489; --teal-dark:#287d70; --mint:#e6f5f0; --ink:#172139; --muted:#64717d; --line:#dce5e3; --soft:#f5f8f7; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
body.admin-bar .site-header { top:32px; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.container { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.skip-link { position:fixed; left:16px; top:-60px; z-index:100; padding:12px 16px; background:var(--teal); color:white; border-radius:8px; }
.skip-link:focus { top:12px; }
.site-header { position:sticky; top:0; z-index:50; height:80px; background:rgba(255,255,255,.94); border-bottom:1px solid rgba(23,33,57,.08); backdrop-filter:blur(14px); }
.nav-wrap { height:100%; display:flex; align-items:center; gap:42px; }
.brand { width:110px; height:62px; overflow:hidden; border-radius:5px; background:var(--navy); flex:0 0 auto; }
.brand img { width:100%; height:100%; object-fit:contain; }
.site-header nav { display:flex; align-items:center; gap:34px; margin-left:auto; }
.site-header nav a { color:#45515c; font-size:14px; font-weight:600; transition:color .2s; }
.site-header nav a:hover,.site-header nav a:focus-visible { color:var(--teal-dark); }
.nav-cta { background:var(--navy); color:white; border-radius:8px; padding:13px 18px; font-size:13px; font-weight:700; transition:transform .2s,background .2s; }
.nav-cta:hover { background:var(--teal-dark); transform:translateY(-2px); }
.hero { min-height:700px; color:white; background:var(--navy); overflow:hidden; position:relative; }
.hero::before { content:""; position:absolute; inset:0; opacity:.05; background-image:linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to right,#000,transparent 70%); }
.hero::after { content:""; position:absolute; width:520px; height:520px; right:-170px; top:-200px; border-radius:50%; background:rgba(65,164,137,.14); filter:blur(20px); }
.hero-grid { min-height:700px; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:72px; position:relative; z-index:1; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 22px; color:#a6d9cb; font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.eyebrow span { width:24px; height:2px; background:var(--teal); }
.hero h1 { margin:0; max-width:720px; font-size:clamp(42px,4.6vw,68px); line-height:1.06; letter-spacing:-.045em; font-weight:750; }
.hero h1 em,.section-heading h2 em { color:#63c7ad; font-style:normal; }
.hero-lead { max-width:650px; margin:26px 0 30px; color:#c5ced6; font-size:17px; line-height:1.75; }
.hero-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:52px; padding:0 22px; border-radius:8px; font-size:14px; font-weight:750; transition:transform .2s,background .2s,border-color .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:#102421; background:#60c8ad; }
.button-primary:hover { background:#79d4bd; }
.button-secondary { color:white; border:1px solid rgba(255,255,255,.25); }
.button-secondary:hover { border-color:#63c7ad; background:rgba(99,199,173,.08); }
.hero-trust { margin-top:28px; display:flex; gap:28px; color:#aebbc4; font-size:12px; }
.hero-trust b { display:inline-grid; place-items:center; width:18px; height:18px; margin-right:7px; border-radius:50%; color:var(--teal); background:rgba(65,164,137,.12); }
.hero-visual { height:480px; position:relative; border-radius:18px; border:1px solid rgba(255,255,255,.12); background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(65,164,137,.04)); box-shadow:0 30px 70px rgba(3,9,25,.35); }
.visual-grid { position:absolute; inset:0; border-radius:inherit; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size:40px 40px; }
.logo-panel { position:absolute; width:76%; left:12%; top:26%; overflow:hidden; border-radius:9px; border:1px solid rgba(255,255,255,.15); box-shadow:0 16px 42px rgba(0,0,0,.25); }
.logo-panel img { width:100%; height:auto; }
.metric-card { position:absolute; z-index:2; display:flex; align-items:center; gap:12px; min-width:190px; padding:14px 16px; color:var(--ink); border-radius:10px; background:rgba(255,255,255,.96); box-shadow:0 14px 30px rgba(4,15,27,.24); }
.metric-one { left:-24px; bottom:52px; }
.metric-two { right:-24px; top:50px; }
.metric-icon { width:38px; height:38px; display:grid; place-items:center; color:var(--teal-dark); border-radius:8px; background:var(--mint); }
.metric-icon svg { width:20px; }
.metric-card small { display:block; color:#86909a; font-size:9px; font-weight:800; letter-spacing:.14em; }
.metric-card strong { display:block; margin-top:4px; font-size:13px; }
.tech-pill { position:absolute; left:50%; top:20px; transform:translateX(-50%); color:#a9d7ca; font-size:9px; font-weight:800; letter-spacing:.18em; white-space:nowrap; }
.tech-pill span { color:var(--teal); padding-inline:7px; }
.section { padding:104px 0; }
.problems { background:var(--soft); }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; align-items:end; gap:70px; margin-bottom:48px; }
.eyebrow.dark { color:var(--teal-dark); }
.section-heading h2 { max-width:660px; margin:0; font-size:clamp(34px,4vw,48px); line-height:1.12; letter-spacing:-.04em; }
.section-heading>p { margin:0 0 4px; color:var(--muted); font-size:15px; line-height:1.8; }
.problem-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.problem-card { min-height:246px; padding:30px; position:relative; background:white; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:transform .25s,box-shadow .25s; }
.problem-card:hover { z-index:2; transform:translateY(-4px); box-shadow:0 16px 32px rgba(23,33,57,.08); }
.card-number { position:absolute; right:24px; top:22px; color:#b9c4c4; font-size:10px; font-weight:700; letter-spacing:.12em; }
.card-icon { display:grid; place-items:center; width:48px; height:48px; margin-bottom:25px; color:var(--teal-dark); border-radius:9px; background:var(--mint); }
.card-icon svg { width:24px; height:24px; }
.problem-card h3 { margin:0 0 11px; font-size:17px; letter-spacing:-.02em; }
.problem-card p { margin:0; color:var(--muted); font-size:13.5px; line-height:1.7; }
.problem-close { margin-top:30px; padding:22px 28px; display:flex; align-items:center; gap:18px; border:1px solid #cbe4dd; background:#edf8f4; }
.problem-close p { margin:0; color:#3f5354; font-size:15px; }
.close-mark { display:grid; place-items:center; width:34px; height:34px; flex:0 0 auto; color:white; border-radius:50%; background:var(--teal-dark); }
.close-mark svg { width:17px; }
.solutions,.about,.contact-section { scroll-margin-top:80px; }
.solutions { background:#fff; }
.solutions-heading { margin-bottom:44px; }
.solution-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.solution-card { min-height:360px; padding:30px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:12px; background:#fff; transition:transform .25s,border-color .25s,box-shadow .25s; }
.solution-card:hover { transform:translateY(-5px); border-color:#b8dbd1; box-shadow:0 18px 38px rgba(23,33,57,.09); }
.solution-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }
.solution-icon { width:52px; height:52px; display:grid; place-items:center; color:white; border-radius:10px; background:var(--navy); }
.solution-icon svg { width:25px; height:25px; }
.solution-index { color:#b5c0c4; font-size:11px; font-weight:800; letter-spacing:.12em; }
.solution-label { margin:0 0 10px!important; color:var(--teal-dark)!important; font-size:9px!important; font-weight:800; letter-spacing:.16em; }
.solution-card h3 { margin:0 0 14px; font-size:20px; letter-spacing:-.025em; }
.solution-card>p { margin:0; color:var(--muted); font-size:13.5px; line-height:1.75; }
.solution-card>a { margin-top:auto; padding-top:24px; display:flex; align-items:center; gap:9px; width:max-content; color:var(--teal-dark); font-size:12px; font-weight:800; }
.solution-card>a svg { width:17px; transition:transform .2s; }
.solution-card>a:hover svg { transform:translateX(4px); }
.benefits { position:relative; overflow:hidden; color:white; background:var(--navy); }
.benefits::after { content:""; position:absolute; width:520px; height:520px; left:-300px; bottom:-340px; border-radius:50%; border:1px solid rgba(65,164,137,.35); box-shadow:0 0 0 90px rgba(65,164,137,.04),0 0 0 180px rgba(65,164,137,.025); }
.benefits-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; align-items:center; position:relative; z-index:1; }
.benefits-copy h2 { margin:0; font-size:clamp(35px,4vw,50px); line-height:1.12; letter-spacing:-.04em; }
.benefits-copy h2 em { display:block; color:#63c7ad; font-style:normal; }
.benefits-copy>p:not(.eyebrow) { margin:24px 0 30px; color:#bfc9d0; font-size:15px; line-height:1.75; }
.benefit-list { border-top:1px solid rgba(255,255,255,.14); }
.benefit-item { min-height:70px; display:grid; grid-template-columns:42px 34px 1fr; align-items:center; border-bottom:1px solid rgba(255,255,255,.14); }
.benefit-number { color:#788798; font-size:10px; font-weight:800; letter-spacing:.12em; }
.benefit-check { width:24px; height:24px; display:grid; place-items:center; color:#132723; border-radius:50%; background:#60c8ad; }
.benefit-check svg { width:14px; }
.benefit-item strong { font-size:14px; font-weight:600; }
.about { background:var(--soft); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:90px; }
.about-visual { min-height:500px; position:relative; border-radius:14px; background:var(--navy); overflow:hidden; box-shadow:0 24px 50px rgba(23,33,57,.17); }
.about-visual::before { content:""; position:absolute; inset:0; opacity:.1; background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size:42px 42px; }
.about-visual::after { content:""; position:absolute; width:360px; height:360px; right:-150px; bottom:-150px; border-radius:50%; background:#42b196; filter:blur(4px); opacity:.7; }
.about-logo { position:absolute; z-index:1; width:76%; left:12%; top:20%; border-radius:9px; overflow:hidden; box-shadow:0 18px 45px rgba(0,0,0,.3); }
.about-tag { position:absolute; z-index:2; left:28px; right:28px; bottom:26px; display:flex; justify-content:space-between; align-items:center; padding:18px 20px; border:1px solid rgba(255,255,255,.2); border-radius:9px; color:white; background:rgba(23,33,57,.82); backdrop-filter:blur(9px); }
.about-tag strong { font-size:14px; }
.about-tag span { color:#a5d9cb; font-size:11px; }
.about-copy h2 { margin:0 0 26px; font-size:clamp(36px,4vw,50px); letter-spacing:-.04em; }
.about-copy h2 em { color:var(--teal-dark); font-style:normal; }
.about-copy>p { color:var(--muted); font-size:14px; line-height:1.85; }
.about-copy blockquote { margin:28px 0; padding:20px 22px; color:#264742; border-left:3px solid var(--teal); background:#eaf6f2; font-size:18px; font-weight:700; line-height:1.5; }
.about-values { margin-top:30px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.about-values span { display:flex; flex-direction:column; gap:7px; font-size:11px; font-weight:700; }
.about-values b { color:var(--teal-dark); font-size:9px; letter-spacing:.12em; }
.contact-section { padding:90px 0; color:white; background:#203f43; }
.contact-box { display:grid; grid-template-columns:1fr auto; align-items:center; gap:60px; }
.contact-box h2 { max-width:760px; margin:0; font-size:clamp(38px,4.4vw,56px); line-height:1.08; letter-spacing:-.045em; }
.contact-box h2 em { color:#67d0b5; font-style:normal; }
.contact-box>div>p:last-child { max-width:690px; margin:22px 0 0; color:#bdd0ce; font-size:15px; line-height:1.75; }
.contact-button { min-width:225px; color:#102421; background:#67d0b5; }
.contact-button:hover { background:#7edbc3; }
.contact-button svg { width:22px; height:22px; }
footer { padding:68px 0 26px; color:#bdc6ce; background:#101827; }
.footer-grid { display:grid; grid-template-columns:1.2fr .7fr 1.05fr 1fr; gap:55px; padding-bottom:52px; }
.footer-brand img { width:170px; border-radius:6px; }
.footer-brand p { max-width:270px; margin:20px 0 0; font-size:12px; line-height:1.7; }
.footer-grid h3 { margin:0 0 20px; color:white; font-size:12px; letter-spacing:.04em; }
.footer-grid>div>a { display:block; margin:0 0 13px; font-size:11.5px; transition:color .2s; }
.footer-grid>div>a:hover { color:#6bd0b5; }
.footer-grid>div>p { font-size:11.5px; line-height:1.7; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); color:#74808d; font-size:10px; }
.whatsapp-float { position:fixed; z-index:60; right:22px; bottom:22px; height:50px; display:flex; align-items:center; gap:9px; padding:0 17px; color:white; border-radius:99px; background:#1d9c68; box-shadow:0 10px 28px rgba(8,50,35,.28); font-size:12px; font-weight:800; transition:transform .2s,background .2s; }
.whatsapp-float:hover { transform:translateY(-3px); background:#16865a; }
.whatsapp-float svg { width:23px; height:23px; }
@media(max-width:980px){ .site-header nav{display:none}.nav-cta{margin-left:auto}.hero-grid{grid-template-columns:1fr;padding:78px 0}.hero-visual{height:390px;width:min(600px,100%)}.metric-one{left:18px}.metric-two{right:18px}.section-heading{grid-template-columns:1fr;gap:20px}.problem-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid,.about-grid{grid-template-columns:1fr;gap:60px}.benefits-copy{max-width:650px}.about-visual{min-height:450px;width:min(600px,100%)}.contact-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:640px){ .container{width:min(100% - 28px,1180px)}.site-header{height:68px}.brand{width:94px;height:54px}.nav-cta{padding:11px 13px;font-size:11px}.hero-grid{padding:62px 0 70px;gap:50px}.hero h1{font-size:40px}.hero-lead{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-trust{flex-direction:column;gap:10px}.hero-visual{height:320px}.metric-card{min-width:168px;padding:11px 12px}.metric-one{left:8px;bottom:22px}.metric-two{right:8px;top:35px}.metric-card strong{font-size:11px}.section{padding:74px 0}.problem-grid,.solution-grid{grid-template-columns:1fr}.problem-card{min-height:auto}.problem-close{align-items:flex-start;padding:20px}.solution-card{min-height:330px}.benefits-grid{gap:48px}.benefit-item{grid-template-columns:36px 30px 1fr}.about-visual{min-height:330px}.about-tag{left:14px;right:14px;bottom:14px;padding:14px;align-items:flex-start;flex-direction:column;gap:5px}.about-values{grid-template-columns:1fr;gap:18px}.contact-section{padding:72px 0}.contact-button{width:100%}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}.whatsapp-float{width:50px;padding:0;justify-content:center}.whatsapp-float span{display:none} }
@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto}*,*::before,*::after{transition:none!important} }

/* Templates internos do WordPress */
.content-shell { min-height:65vh; padding:90px 0; background:var(--soft); }
.content-card { max-width:860px; padding:42px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.content-card h1 { margin:0 0 24px; font-size:clamp(34px,4vw,52px); letter-spacing:-.04em; }
.content-card h2,.content-card h3 { margin-top:34px; }
.content-card p,.content-card li { color:var(--muted); line-height:1.8; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media(max-width:782px){ body.admin-bar .site-header{top:46px} }
