/*
Theme Name: Ondaka System
Theme URI: https://www.ondakasystem.com
Author: Ondaka System
Author URI: https://www.ondakasystem.com
Description: Tema institucional e comercial da Ondaka System — Soluções completas em Tecnologia e Escritório. Compatível com Elementor, com gestor próprio de Serviços, Produtos e Portfólio, formulários com envio para e-mail e WhatsApp, e otimização para Angola/Luanda.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ondaka
Tags: business, portfolio, elementor, custom-menu, custom-logo, responsive
*/

/* =========================================================
   1. TOKENS
   ========================================================= */
:root{
  --ond-navy:#0B0B1D;
  --ond-ink:#15152E;
  --ond-slate:#252547;
  --ond-cyan:#1CA9E8;
  --ond-blue:#3F8FDD;
  --ond-violet:#6B4BAA;
  --ond-purple:#5B4B9E;
  --ond-amber:#F2A93B;
  --ond-paper:#F6F7FB;
  --ond-white:#FFFFFF;
  --ond-text:#1B1B2F;
  --ond-muted:#5F6479;
  --ond-line:#E4E6F0;
  --ond-line-dark:rgba(255,255,255,.12);

  --ond-grad:linear-gradient(135deg,var(--ond-cyan) 0%,var(--ond-blue) 45%,var(--ond-violet) 100%);
  --ond-grad-soft:linear-gradient(135deg,rgba(28,169,232,.12) 0%,rgba(107,75,170,.12) 100%);

  --ond-display:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --ond-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --ond-mono:'Roboto Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;

  --ond-wrap:1200px;
  --ond-gap:clamp(1rem,3vw,2rem);
  --ond-radius:14px;
  --ond-radius-lg:22px;
  --ond-shadow:0 1px 2px rgba(11,11,29,.04),0 12px 32px -12px rgba(11,11,29,.14);
  --ond-shadow-lg:0 24px 60px -20px rgba(11,11,29,.28);
  --ond-header-h:76px;
}

/* =========================================================
   2. RESET / BASE
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--ond-header-h) + 16px)}
body{
  margin:0;
  font-family:var(--ond-body);
  font-size:16.5px;
  line-height:1.65;
  color:var(--ond-text);
  background:var(--ond-white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--ond-purple);text-decoration:none;transition:color .18s ease}
a:hover{color:var(--ond-cyan)}
h1,h2,h3,h4,h5{font-family:var(--ond-display);font-weight:700;line-height:1.14;letter-spacing:-.02em;margin:0 0 .5em;color:var(--ond-navy)}
h1{font-size:clamp(2.1rem,5.2vw,3.6rem)}
h2{font-size:clamp(1.65rem,3.6vw,2.5rem)}
h3{font-size:clamp(1.2rem,2.2vw,1.5rem)}
h4{font-size:1.1rem}
p{margin:0 0 1.1em}
ul,ol{padding-left:1.15rem}
hr{border:0;border-top:1px solid var(--ond-line);margin:2.5rem 0}
blockquote{margin:1.5rem 0;padding:1rem 1.4rem;border-left:3px solid var(--ond-cyan);background:var(--ond-paper);border-radius:0 var(--ond-radius) var(--ond-radius) 0}
code,pre{font-family:var(--ond-mono);font-size:.9em}
:focus-visible{outline:3px solid var(--ond-amber);outline-offset:3px;border-radius:4px}
.ond-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link{position:absolute;left:-999px;top:0;z-index:9999;background:var(--ond-navy);color:#fff;padding:.8rem 1.2rem}
.skip-link:focus{left:8px;top:8px;color:#fff}

/* =========================================================
   3. LAYOUT
   ========================================================= */
.ond-wrap{width:min(100% - 2.4rem,var(--ond-wrap));margin-inline:auto}
.ond-wrap--narrow{width:min(100% - 2.4rem,820px);margin-inline:auto}
.ond-section{padding:clamp(3.5rem,8vw,6.5rem) 0}
.ond-section--tight{padding:clamp(2.5rem,5vw,4rem) 0}
.ond-section--paper{background:var(--ond-paper)}
.ond-section--dark{background:var(--ond-navy);color:#D8DAE8}
.ond-section--dark h1,.ond-section--dark h2,.ond-section--dark h3{color:#fff}
.ond-grid{display:grid;gap:var(--ond-gap)}
@media(min-width:640px){.ond-grid--2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){
  .ond-grid--3{grid-template-columns:repeat(3,1fr)}
  .ond-grid--4{grid-template-columns:repeat(4,1fr)}
  .ond-grid--2{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:640px) and (max-width:899px){
  .ond-grid--3,.ond-grid--4{grid-template-columns:repeat(2,1fr)}
}

/* Eyebrow — leitura de estado, tipo consola. Assinatura tipográfica da marca. */
.ond-eyebrow{
  font-family:var(--ond-mono);
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--ond-cyan);
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  margin-bottom:1rem;
}
.ond-eyebrow::before{content:"";width:26px;height:2px;background:var(--ond-grad);border-radius:2px}
.ond-section-head{max-width:62ch;margin-bottom:clamp(2rem,4vw,3rem)}
.ond-section-head p{color:var(--ond-muted);font-size:1.06rem;margin-bottom:0}
.ond-section--dark .ond-section-head p{color:#A9AEC6}
.ond-center{text-align:center}
.ond-center .ond-section-head{margin-inline:auto}

/* =========================================================
   4. BOTÕES
   ========================================================= */
.ond-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--ond-display);font-weight:600;font-size:.95rem;line-height:1;
  padding:.95rem 1.6rem;border-radius:999px;border:1.5px solid transparent;
  cursor:pointer;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
.ond-btn svg{width:18px;height:18px;flex:none}
.ond-btn--primary{background:var(--ond-grad);color:#fff;box-shadow:0 10px 24px -10px rgba(91,75,158,.75)}
.ond-btn--primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 30px -12px rgba(91,75,158,.85)}
.ond-btn--amber{background:var(--ond-amber);color:#2A1D00;box-shadow:0 10px 24px -12px rgba(242,169,59,.9)}
.ond-btn--amber:hover{color:#2A1D00;transform:translateY(-2px)}
.ond-btn--ghost{border-color:var(--ond-line);color:var(--ond-navy);background:#fff}
.ond-btn--ghost:hover{border-color:var(--ond-cyan);color:var(--ond-cyan)}
.ond-btn--outline-light{border-color:rgba(255,255,255,.35);color:#fff}
.ond-btn--outline-light:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}
.ond-btn--wide{width:100%}
.ond-btn--sm{padding:.65rem 1.15rem;font-size:.85rem}
.ond-btn-row{display:flex;flex-wrap:wrap;gap:.8rem}

/* =========================================================
   5. CABEÇALHO
   ========================================================= */
.ond-topbar{background:var(--ond-navy);color:#9AA0BC;font-size:.82rem;padding:.5rem 0}
.ond-topbar a{color:#C6CADF}
.ond-topbar a:hover{color:var(--ond-cyan)}
.ond-topbar__in{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;align-items:center;justify-content:space-between}
.ond-topbar__list{display:flex;flex-wrap:wrap;gap:.4rem 1.3rem;list-style:none;margin:0;padding:0}
.ond-topbar__list li{display:inline-flex;align-items:center;gap:.4rem}
.ond-topbar svg{width:14px;height:14px;opacity:.7}

.ond-header{
  position:sticky;top:0;z-index:900;background:#fff;
  border-bottom:1px solid var(--ond-line);
}
/* O desfoque só entra no computador: em ecrãs pequenos criava um contexto
   que prendia o painel do menu dentro da barra. */
@media(min-width:1024px){
  .ond-header{
    background:rgba(255,255,255,.94);
    -webkit-backdrop-filter:saturate(160%) blur(12px);
    backdrop-filter:saturate(160%) blur(12px);
  }
}
/* Não deixar a barra de administração tapar o cabeçalho. */
body.admin-bar .ond-header{top:32px}
@media(max-width:782px){body.admin-bar .ond-header{top:46px}}
.ond-header__in{display:flex;align-items:center;gap:1rem;min-height:var(--ond-header-h)}
.ond-brand{display:flex;align-items:center;gap:.7rem;margin-right:auto}
.ond-brand img{max-height:54px;width:auto}
.ond-brand__text{font-family:var(--ond-display);font-weight:700;font-size:1.15rem;color:var(--ond-navy);letter-spacing:-.02em;line-height:1.1}
.ond-brand__text small{display:block;font-family:var(--ond-mono);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ond-muted);font-weight:400}

.ond-nav ul{display:flex;align-items:center;gap:.2rem;list-style:none;margin:0;padding:0}
.ond-nav li{position:relative}
.ond-nav a{
  display:block;padding:.6rem .8rem;font-size:.93rem;font-weight:500;color:var(--ond-navy);border-radius:8px;
}
.ond-nav a:hover{color:var(--ond-cyan);background:var(--ond-paper)}
.ond-nav .current-menu-item>a,.ond-nav .current_page_item>a{color:var(--ond-cyan)}
.ond-nav .menu-item-has-children>a::after{content:"";display:inline-block;width:6px;height:6px;margin-left:.45rem;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.ond-nav ul ul{
  position:absolute;top:100%;left:0;min-width:250px;background:#fff;border:1px solid var(--ond-line);
  border-radius:var(--ond-radius);box-shadow:var(--ond-shadow-lg);padding:.4rem;display:block;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease;flex-direction:column;align-items:stretch;
}
.ond-nav li:hover>ul,.ond-nav li:focus-within>ul{opacity:1;visibility:visible;transform:translateY(0)}
.ond-nav ul ul a{padding:.6rem .8rem;font-size:.9rem;white-space:normal}
.ond-header__cta{display:none}
@media(min-width:1080px){.ond-header__cta{display:inline-flex}}

.ond-burger{
  display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;
  border:1px solid var(--ond-line);border-radius:10px;background:#fff;cursor:pointer;padding:0 11px;
}
.ond-burger span{display:block;height:2px;background:var(--ond-navy);border-radius:2px;transition:.22s ease}
.ond-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ond-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.ond-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:1024px){.ond-burger{display:none}}

@media(max-width:1023px){
  .ond-nav{
    position:fixed;top:var(--ond-header-h);right:0;bottom:0;left:auto;
    width:min(88vw,360px);background:#fff;z-index:999;
    border-left:1px solid var(--ond-line);padding:1.2rem;
    overflow-y:auto;-webkit-overflow-scrolling:touch;
    transform:translateX(105%);transition:transform .28s ease;box-shadow:var(--ond-shadow-lg);
  }
  body.admin-bar .ond-nav{top:calc(var(--ond-header-h) + 46px)}
  .ond-nav.is-open{transform:translateX(0)}
  .ond-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .ond-nav a{padding:.85rem .6rem;border-bottom:1px solid var(--ond-line)}
  .ond-nav ul ul{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 .9rem}
  .ond-nav ul ul a{border-bottom:1px dashed var(--ond-line)}
}

/* =========================================================
   6. HERO + SLIDER (assinatura: anel de energia)
   ========================================================= */
.ond-hero{
  position:relative;background:var(--ond-navy);color:#fff;overflow:hidden;
  padding:clamp(3rem,7vw,5.5rem) 0 clamp(3rem,6vw,5rem);
}
.ond-hero::after{
  content:"";position:absolute;inset:auto 0 0 0;height:1px;background:var(--ond-grad);opacity:.6
}
.ond-hero__in{position:relative;z-index:3;display:grid;gap:2.5rem;align-items:center}
@media(min-width:980px){.ond-hero__in{grid-template-columns:1.05fr .95fr;gap:3.5rem}}

.ond-slides{position:relative}
.ond-slide{opacity:1;visibility:visible}

/* Telemóvel e tablet: o anel aparece primeiro e o texto fica sempre visível,
   sem depender de JavaScript. */
@media(max-width:979px){
  .ond-hero__in{gap:2rem;justify-items:stretch}
  .ond-hero__in > .ond-ring{order:-1;max-width:230px;margin-inline:auto}
  .ond-hero__in > div{width:100%;min-width:0}
  .ond-slide{display:none}
  .ond-slide.is-active{display:block}
}

/* Computador: rotação com transição suave. */
@media(min-width:980px){
  .ond-slides{min-height:390px}
  .ond-slide{
    position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(14px);
    transition:opacity .55s ease,transform .55s ease,visibility .55s;
  }
  .ond-slide.is-active{opacity:1;visibility:visible;transform:translateY(0);position:relative}
}
.ond-slide h1{color:#fff;margin-bottom:.7rem}
.ond-slide h1 em{font-style:normal;background:var(--ond-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.ond-slide p{color:#AEB3CC;font-size:1.08rem;max-width:52ch}
.ond-slide__label{
  font-family:var(--ond-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ond-amber);display:flex;align-items:center;gap:.6rem;margin-bottom:1.1rem
}
.ond-slide__label::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--ond-amber);
  box-shadow:0 0 0 0 rgba(242,169,59,.7);animation:ond-pulse 2.4s infinite
}
@keyframes ond-pulse{
  0%{box-shadow:0 0 0 0 rgba(242,169,59,.6)}
  70%{box-shadow:0 0 0 10px rgba(242,169,59,0)}
  100%{box-shadow:0 0 0 0 rgba(242,169,59,0)}
}
.ond-slides__nav{display:flex;gap:.5rem;margin-top:1.8rem}
.ond-dot{
  width:36px;height:4px;border-radius:99px;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.22);transition:.25s ease;position:relative;overflow:hidden
}
.ond-dot.is-active{background:var(--ond-grad);width:56px}

/* Anel de energia */
.ond-ring{position:relative;display:grid;place-items:center;aspect-ratio:1;max-width:420px;margin-inline:auto;width:100%}
.ond-ring__glow{
  position:absolute;inset:6%;border-radius:50%;
  background:radial-gradient(circle,rgba(28,169,232,.28) 0%,rgba(107,75,170,.16) 45%,transparent 70%);
  filter:blur(18px)
}
.ond-ring__svg{position:relative;width:100%;height:auto;animation:ond-spin 34s linear infinite}
@keyframes ond-spin{to{transform:rotate(360deg)}}
.ond-ring__core{
  position:absolute;text-align:center;font-family:var(--ond-mono);font-size:.7rem;letter-spacing:.16em;
  text-transform:uppercase;color:#8E95B8;line-height:1.9
}
.ond-ring__core b{display:block;font-family:var(--ond-display);font-size:2rem;letter-spacing:-.03em;color:#fff}
.ond-hero__stats{
  display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;margin-top:2.4rem;padding-top:1.6rem;
  border-top:1px solid var(--ond-line-dark)
}
.ond-hero__stats div{font-family:var(--ond-mono);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#8E95B8}
.ond-hero__stats strong{display:block;font-family:var(--ond-display);font-size:1.35rem;letter-spacing:-.02em;color:#fff;margin-bottom:.1rem}

/* =========================================================
   7. CARDS DE SERVIÇO
   ========================================================= */
.ond-card{
  position:relative;background:#fff;border:1px solid var(--ond-line);border-radius:var(--ond-radius-lg);
  padding:1.7rem 1.5rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  display:flex;flex-direction:column;height:100%;
}
.ond-card:hover{transform:translateY(-4px);box-shadow:var(--ond-shadow-lg);border-color:transparent}
.ond-card__arc{width:40px;height:40px;margin-bottom:1.1rem;stroke-width:1.5}
.ond-ico{width:52px;height:52px}
.ond-card h3{font-size:1.14rem;margin-bottom:.45rem}
.ond-card p{color:var(--ond-muted);font-size:.95rem;margin-bottom:1.1rem}
.ond-card__more{
  margin-top:auto;font-family:var(--ond-mono);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ond-purple);display:inline-flex;align-items:center;gap:.45rem
}
.ond-card__more::after{content:"→";transition:transform .2s ease}
.ond-card:hover .ond-card__more::after{transform:translateX(4px)}
.ond-card__link{position:absolute;inset:0;border-radius:inherit}
.ond-card__index{
  position:absolute;top:1.4rem;right:1.4rem;font-family:var(--ond-mono);font-size:.7rem;
  color:#C3C7D8;letter-spacing:.08em
}

/* =========================================================
   8. PORQUÊ / FEATURES
   ========================================================= */
.ond-why{display:grid;gap:1.4rem}
@media(min-width:760px){.ond-why{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1040px){.ond-why{grid-template-columns:repeat(4,1fr)}}
.ond-why__item{padding:1.4rem;border-radius:var(--ond-radius);background:rgba(255,255,255,.04);border:1px solid var(--ond-line-dark)}
.ond-why__item h3{font-size:1.05rem;margin-bottom:.4rem}
.ond-why__item p{color:#A9AEC6;font-size:.93rem;margin:0}
.ond-why__num{font-family:var(--ond-mono);font-size:.72rem;color:var(--ond-cyan);letter-spacing:.16em;display:block;margin-bottom:.8rem}

/* =========================================================
   9. PRODUTOS / PORTFÓLIO
   ========================================================= */
.ond-tile{
  background:#fff;border:1px solid var(--ond-line);border-radius:var(--ond-radius-lg);overflow:hidden;
  display:flex;flex-direction:column;height:100%;transition:transform .22s ease,box-shadow .22s ease
}
.ond-tile:hover{transform:translateY(-4px);box-shadow:var(--ond-shadow-lg)}
.ond-tile__media{aspect-ratio:4/3;background:var(--ond-grad-soft);overflow:hidden;position:relative}
.ond-tile__media img{width:100%;height:100%;object-fit:cover}
.ond-tile__media--empty{display:grid;place-items:center;color:var(--ond-purple);opacity:.5}
.ond-tile__body{padding:1.2rem 1.25rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.ond-tile__cat{font-family:var(--ond-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ond-muted)}
.ond-tile h3{font-size:1.05rem;margin:0}
.ond-tile__ref{font-family:var(--ond-mono);font-size:.78rem;color:var(--ond-muted)}
.ond-tile__price{font-family:var(--ond-display);font-weight:700;color:var(--ond-purple);font-size:1.05rem}
.ond-tile__foot{margin-top:auto;padding-top:.9rem}
.ond-badge{
  display:inline-block;font-family:var(--ond-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;
  padding:.3rem .6rem;border-radius:6px;background:var(--ond-grad-soft);color:var(--ond-purple)
}

/* Filtros */
.ond-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.ond-filters a{
  font-family:var(--ond-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;
  padding:.5rem .9rem;border:1px solid var(--ond-line);border-radius:999px;color:var(--ond-muted);background:#fff
}
.ond-filters a:hover,.ond-filters a.is-active{border-color:var(--ond-cyan);color:var(--ond-cyan)}

/* =========================================================
   10. FORMULÁRIOS
   ========================================================= */
.ond-form{display:grid;gap:1rem}
@media(min-width:700px){.ond-form--2col{grid-template-columns:repeat(2,1fr)}.ond-form--2col .ond-field--full{grid-column:1/-1}}
.ond-field label{
  display:block;font-family:var(--ond-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ond-muted);margin-bottom:.45rem
}
.ond-field input,.ond-field select,.ond-field textarea{
  width:100%;padding:.85rem 1rem;font-family:var(--ond-body);font-size:.98rem;color:var(--ond-text);
  background:#fff;border:1.5px solid var(--ond-line);border-radius:12px;transition:border-color .18s ease,box-shadow .18s ease
}
.ond-field textarea{min-height:140px;resize:vertical}
.ond-field input:focus,.ond-field select:focus,.ond-field textarea:focus{
  outline:none;border-color:var(--ond-cyan);box-shadow:0 0 0 4px rgba(28,169,232,.14)
}
.ond-field--req label::after{content:" *";color:var(--ond-amber)}
.ond-form__note{font-size:.85rem;color:var(--ond-muted);margin:0}
.ond-notice{padding:1rem 1.2rem;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem}
.ond-notice--ok{background:#E9F8EF;border:1px solid #BCE7CC;color:#175E33}
.ond-notice--err{background:#FDECEC;border:1px solid #F5C2C2;color:#8A1F1F}
.ond-hp{position:absolute!important;left:-9999px}

/* =========================================================
   11. FLUTUANTES
   ========================================================= */
.ond-float{
  position:fixed;right:16px;bottom:16px;z-index:950;display:flex;flex-direction:column;gap:.6rem
}
.ond-float a{
  width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;
  box-shadow:0 10px 26px -8px rgba(11,11,29,.5);transition:transform .18s ease
}
.ond-float a:hover{transform:scale(1.07);color:#fff}
.ond-float svg{width:26px;height:26px}
.ond-float__wa{background:#25D366}
.ond-float__tel{background:var(--ond-grad)}
@media(max-width:520px){
  .ond-float{right:12px;bottom:12px}
  .ond-float a{width:50px;height:50px}
}

/* =========================================================
   12. FAIXA CTA
   ========================================================= */
.ond-cta{
  position:relative;background:var(--ond-grad);color:#fff;border-radius:var(--ond-radius-lg);
  padding:clamp(2rem,5vw,3.4rem);overflow:hidden;text-align:center
}
.ond-cta h2{color:#fff;margin-bottom:.6rem}
.ond-cta p{color:rgba(255,255,255,.9);max-width:56ch;margin-inline:auto;margin-bottom:1.6rem}
.ond-cta .ond-btn-row{justify-content:center}
.ond-cta::before{
  content:"";position:absolute;width:340px;height:340px;border:44px solid rgba(255,255,255,.09);border-radius:50%;
  right:-110px;top:-130px
}

/* =========================================================
   13. RODAPÉ
   ========================================================= */
.ond-footer{background:var(--ond-navy);color:#9AA0BC;padding:clamp(3rem,6vw,4.5rem) 0 0;font-size:.93rem}
.ond-footer h4{color:#fff;font-size:.78rem;font-family:var(--ond-mono);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.1rem}
.ond-footer a{color:#9AA0BC}
.ond-footer a:hover{color:var(--ond-cyan)}
.ond-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.ond-footer ul li{display:flex;align-items:flex-start;gap:.6rem}
.ond-footer ul li svg{width:16px;height:16px;flex:none;margin-top:.25rem;opacity:.65}
.ond-footer__grid{display:grid;gap:2.2rem}
@media(min-width:700px){.ond-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.ond-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}}
/* O logótipo fica num cartão branco: funciona com qualquer ficheiro,
   mesmo que um plugin de optimização lhe tire a transparência. */
.ond-footer__brand img{
  max-height:96px;margin-bottom:1.2rem;
  background:#fff;padding:12px 16px;border-radius:14px;
}
.ond-footer__brand p{max-width:38ch}
.ond-footer__bottom{
  margin-top:3rem;border-top:1px solid var(--ond-line-dark);padding:1.2rem 0;
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:space-between;font-size:.85rem
}
.ond-social{display:flex;gap:.6rem;margin-top:1rem}
.ond-social a{width:38px;height:38px;border-radius:10px;border:1px solid var(--ond-line-dark);display:grid;place-items:center}
.ond-social a:hover{border-color:var(--ond-cyan);background:rgba(28,169,232,.1)}
.ond-social svg{width:17px;height:17px}

/* =========================================================
   14. PÁGINAS INTERNAS / BLOG
   ========================================================= */
.ond-pagehero{background:var(--ond-navy);color:#fff;padding:clamp(2.6rem,6vw,4.4rem) 0;position:relative;overflow:hidden}
.ond-pagehero::after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:var(--ond-grad);opacity:.6}
.ond-pagehero h1{color:#fff;margin-bottom:.4rem}
.ond-pagehero p{color:#A9AEC6;max-width:60ch;margin:0}
.ond-crumbs{font-family:var(--ond-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#7C83A6;margin-bottom:1rem}
.ond-crumbs a{color:#7C83A6}
.ond-crumbs a:hover{color:var(--ond-cyan)}

.ond-entry{max-width:74ch}
.ond-entry img{border-radius:var(--ond-radius);margin:1.6rem 0}
.ond-entry h2{margin-top:2.2rem}
.ond-entry h3{margin-top:1.8rem}
.ond-entry ul li,.ond-entry ol li{margin-bottom:.5rem}
.ond-meta{font-family:var(--ond-mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ond-muted)}

.ond-post{border:1px solid var(--ond-line);border-radius:var(--ond-radius-lg);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.ond-post:hover{transform:translateY(-4px);box-shadow:var(--ond-shadow-lg)}
.ond-post__media{aspect-ratio:16/9;background:var(--ond-grad-soft);overflow:hidden}
.ond-post__media img{width:100%;height:100%;object-fit:cover}
.ond-post__body{padding:1.3rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.ond-post h3{font-size:1.1rem;margin:0}
.ond-post p{color:var(--ond-muted);font-size:.94rem;margin:0}

.ond-pagination{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:3rem}
.ond-pagination .page-numbers{
  min-width:42px;height:42px;display:grid;place-items:center;padding:0 .7rem;border-radius:10px;
  border:1px solid var(--ond-line);color:var(--ond-navy);font-family:var(--ond-mono);font-size:.85rem
}
.ond-pagination .current,.ond-pagination .page-numbers:hover{background:var(--ond-grad);color:#fff;border-color:transparent}

/* Barra lateral pegajosa do serviço */
.ond-split{display:grid;gap:2.5rem}
@media(min-width:960px){.ond-split{grid-template-columns:1.6fr .9fr;gap:3rem;align-items:start}}
.ond-aside{
  border:1px solid var(--ond-line);border-radius:var(--ond-radius-lg);padding:1.6rem;background:var(--ond-paper)
}
@media(min-width:960px){.ond-aside{position:sticky;top:calc(var(--ond-header-h) + 20px)}}
.ond-aside h3{font-size:1.1rem}
.ond-aside ul{list-style:none;padding:0;margin:0 0 1.2rem;display:grid;gap:.6rem;font-size:.94rem}
.ond-aside li{display:flex;gap:.6rem;align-items:flex-start}
.ond-aside li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ond-grad);margin-top:.55rem;flex:none}

/* Logos de clientes */
.ond-clients{display:flex;flex-wrap:wrap;gap:1.4rem 2.6rem;align-items:center;justify-content:center;opacity:.75}
.ond-clients img{max-height:46px;width:auto;filter:grayscale(1);transition:filter .2s ease,opacity .2s ease}
.ond-clients img:hover{filter:none}

/* =========================================================
   15. UTILITÁRIOS / WORDPRESS
   ========================================================= */
.alignwide{width:min(100%,1100px);margin-inline:auto}
.alignfull{width:100vw;margin-left:calc(50% - 50vw)}
.alignleft{float:left;margin:0 1.5rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1.5rem}
.aligncenter{margin-inline:auto;display:block}
.wp-caption-text,figcaption{font-size:.85rem;color:var(--ond-muted);text-align:center;margin-top:.5rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.ond-mb0{margin-bottom:0}
.ond-mt2{margin-top:2rem}

/* Tabelas */
.ond-entry table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.94rem}
.ond-entry th,.ond-entry td{border:1px solid var(--ond-line);padding:.7rem .9rem;text-align:left}
.ond-entry th{background:var(--ond-paper);font-family:var(--ond-display);font-size:.85rem}

/* Elementor: deixar o construtor mandar dentro do canvas */
.elementor-page .ond-entry{max-width:none}
.elementor-widget-container p:last-child{margin-bottom:0}

/* Animação de entrada ao rolar */
.ond-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.ond-reveal.is-in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .ond-reveal{opacity:1;transform:none}
}

/* =========================================================
   16. BLOCOS DO ELEMENTOR
   ========================================================= */
.ond-bloco{margin:0}
.ond-bloco + .ond-bloco{margin-top:2.5rem}
.elementor-widget-container > .ond-bloco .ond-section-head{margin-bottom:2rem}
.ond-bloco--anel .ond-ring{margin-inline:auto}
