/*
Theme Name: LohNutri Theme
Theme URI: https://lohnutri.pro/
Author: AppFy | CTech - Júnior Coutto
Author URI: https://lohnutri.pro/
Description: Tema institucional leve para a Dra. Lohana Carvalho, integrado ao ecossistema Nutry Space e compatível com Elementor.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: lohnutri-theme
*/

:root{
  --loh-deep:#07385a;
  --loh-blue:#145d86;
  --loh-green:#25cfa4;
  --loh-green-dark:#149879;
  --loh-gold:#c9a45b;
  --loh-cream:#f7f4ee;
  --loh-white:#fff;
  --loh-text:#153342;
  --loh-muted:#5a6d78;
  --loh-radius:24px;
  --loh-shadow:0 18px 60px rgba(8,53,84,.10);
  --loh-font:'Arial',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--loh-cream);color:var(--loh-text);font-family:var(--loh-font);font-weight:400;line-height:1.65}.loh-container{width:min(1180px,calc(100% - 40px));margin:auto}.site-main{min-height:60vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.screen-reader-text{position:absolute;left:-9999px}.loh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:500;transition:.25s}.loh-btn-primary{background:var(--loh-green);color:var(--loh-deep);border-color:var(--loh-deep)}.loh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(37,207,164,.28)}.loh-btn-secondary{background:var(--loh-deep);color:#fff}.loh-btn-ghost{border-color:rgba(7,56,90,.25);background:rgba(255,255,255,.65)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,56,90,.08)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-branding{display:flex;align-items:center;gap:12px}.site-branding .custom-logo{max-height:52px;width:auto}.brand-text{font-weight:500;font-size:22px;color:var(--loh-deep)}.primary-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}.primary-nav a{font-weight:500;color:var(--loh-deep)}.header-actions{display:flex;gap:10px}.menu-toggle{display:none;background:none;border:0;font-size:26px}
.loh-hero{padding:74px 0 48px;position:relative;overflow:hidden}.loh-hero:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,207,164,.22),transparent 66%);right:-120px;top:-180px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.eyebrow{display:inline-flex;padding:8px 14px;border:1px solid rgba(7,56,90,.15);border-radius:999px;background:#fff;font-size:13px;font-weight:500;color:var(--loh-green-dark)}h1,h2,h3{font-weight:300;line-height:1.1;color:var(--loh-deep);margin:0 0 18px}h1{font-size:clamp(46px,6vw,78px)}h2{font-size:clamp(34px,4vw,52px)}h3{font-size:24px}.hero-copy p{font-size:18px;color:var(--loh-muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-media{position:relative}.hero-card{padding:18px;background:#fff;border-radius:34px;box-shadow:var(--loh-shadow);position:relative}.hero-card img{display:block;border-radius:24px;aspect-ratio:4/5;object-fit:cover;background:linear-gradient(135deg,#d8f7ec,#e8eff3)}.hero-badge{position:absolute;left:-24px;bottom:46px;background:var(--loh-deep);color:#fff;border-radius:18px;padding:16px 18px;box-shadow:var(--loh-shadow)}
.loh-section{padding:82px 0}.loh-section.alt{background:#fff}.section-head{max-width:720px;margin-bottom:36px}.section-head p{color:var(--loh-muted)}.loh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.loh-card{background:#fff;border:1px solid rgba(7,56,90,.08);border-radius:var(--loh-radius);padding:28px;box-shadow:0 10px 40px rgba(7,56,90,.06)}.loh-card .icon{width:52px;height:52px;border-radius:16px;background:rgba(37,207,164,.15);display:grid;place-items:center;font-size:24px;margin-bottom:22px}.loh-card p{color:var(--loh-muted)}
.method-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.method-visual{min-height:440px;border-radius:32px;background:linear-gradient(145deg,var(--loh-deep),#0c5c77);position:relative;overflow:hidden}.method-visual:after{content:'LohNutri';position:absolute;inset:auto 30px 26px;font-size:60px;font-weight:300;color:rgba(255,255,255,.12)}.method-list{display:grid;gap:16px}.method-item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px;background:#fff;border-radius:18px}.method-item b{font-weight:500;color:var(--loh-deep)}
.loh-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.plan-card{background:#fff;border-radius:28px;padding:30px;border:1px solid rgba(7,56,90,.10)}.plan-card.featured{background:var(--loh-deep);color:#fff;transform:translateY(-10px)}.plan-card.featured h3,.plan-card.featured p{color:#fff}.plan-price{font-size:38px;font-weight:300;margin:18px 0}.plan-list{list-style:none;padding:0;margin:0 0 24px}.plan-list li{padding:8px 0;border-bottom:1px solid rgba(127,127,127,.15)}
.loh-cta{padding:72px 0}.cta-box{background:linear-gradient(135deg,var(--loh-green),#52dfbc);border:2px solid var(--loh-deep);border-radius:34px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{margin:0}.loh-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{background:#fff;border-radius:24px;overflow:hidden}.post-card .thumb{aspect-ratio:16/10;background:#dbeee8}.post-card .content{padding:24px}.post-card .meta{font-size:13px;color:var(--loh-muted)}
.site-footer{background:var(--loh-deep);color:#d8e7ee;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.site-footer h3{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;font-size:13px;color:#9eb7c3}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-links a{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px}
.entry-content{background:#fff;padding:34px;border-radius:24px;margin:44px auto;max-width:900px}.elementor-page .entry-content{max-width:none;margin:0;padding:0;background:transparent}.page-template-elementor-fullwidth .site-main{width:100%}
@media(max-width:960px){.primary-nav,.header-actions{display:none}.menu-toggle{display:block}.primary-nav.is-open{display:block;position:absolute;top:82px;left:20px;right:20px;background:#fff;padding:20px;border-radius:18px;box-shadow:var(--loh-shadow)}.primary-nav.is-open ul{flex-direction:column;align-items:flex-start}.hero-grid,.method-wrap{grid-template-columns:1fr}.loh-grid-3,.loh-plans,.loh-posts{grid-template-columns:1fr 1fr}.hero-media{max-width:560px;margin:auto}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.loh-container{width:min(100% - 24px,1180px)}.header-inner{height:70px}.primary-nav.is-open{top:70px}.loh-hero{padding-top:42px}.loh-section{padding:58px 0}.loh-grid-3,.loh-plans,.loh-posts,.footer-grid{grid-template-columns:1fr}.cta-box{padding:32px;display:block}.cta-box .loh-btn{margin-top:20px}.hero-badge{left:10px}.site-branding .custom-logo{max-height:42px}}
