/*
Theme Name: Destaque News Eventos
Theme URI: https://destaquenews.com/
Author: Destaque News
Description: Tema institucional editável para a Destaque Comunicação e Eventos.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: destaque-news-eventos
*/

:root{--ink:#171b21;--muted:#5e6875;--paper:#fff;--soft:#f3f6f8;--brand:#f2b705;--brand-dark:#d99f00;--night:#0d1010;--radius:24px;--shadow:0 22px 60px rgba(17,23,31,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.section{padding:96px 0}
.eyebrow{margin:0 0 12px;color:#9b7400;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.section-title{max-width:780px;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em}
.section-lead{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:1.08rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;background:var(--brand);color:#171b21;font-weight:800;transition:.2s ease}
.btn:hover,.btn:focus{background:var(--brand-dark);transform:translateY(-2px)}
.btn-outline{border-color:#cfd6dc;background:transparent}
.btn-outline:hover,.btn-outline:focus{border-color:var(--ink);background:var(--ink);color:#fff}
.site-header{position:absolute;z-index:10;top:0;left:0;width:100%;padding:22px 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:-.04em}
.brand img,.custom-logo{width:auto;max-height:54px}
.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--brand);font-size:1.35rem}
.hero{position:relative;overflow:hidden;min-height:760px;padding:150px 0 90px;background:linear-gradient(135deg,#fff 0%,#f4f7f8 62%,#f9e7a8 100%)}
.hero:after{position:absolute;right:-18%;bottom:-42%;width:720px;height:720px;border-radius:50%;background:rgba(242,183,5,.18);content:""}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:72px}
.hero h1{margin:12px 0 24px;font-size:clamp(3rem,6vw,5.4rem);line-height:.94;letter-spacing:-.065em}
.hero h1 em{display:block;color:#bc8800;font-style:normal}
.hero-copy{max-width:650px;color:var(--muted);font-size:1.16rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0}
.ticks{display:flex;flex-wrap:wrap;gap:10px 20px;color:#3d4650;font-size:.9rem;font-weight:700}
.ticks span:before{margin-right:7px;color:#b98300;content:"✓"}
.hero-visual{position:relative}
.hero-visual img{width:100%;aspect-ratio:4/5;border-radius:30px;object-fit:cover;box-shadow:var(--shadow)}
.visual-note{position:absolute;right:-20px;bottom:28px;max-width:250px;padding:18px 22px;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.visual-note strong{display:block}
.about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}
.about-copy{font-size:1.08rem}
.about-copy p{margin-top:0;color:var(--muted)}
.types{background:var(--soft)}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:44px}
.number-card{min-height:210px;padding:24px;border:1px solid #dfe5e8;border-radius:20px;background:#fff}
.number{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#fff3c9;color:#8d6700;font-size:.8rem;font-weight:900}
.number-card h3{margin:34px 0 6px;font-size:1.24rem}
.number-card p{margin:0;color:var(--muted);font-size:.94rem}
.process{background:var(--ink);color:#fff}
.process .eyebrow{color:#f4c83e}.process .section-lead{color:#b8c0c8}
.process .number-card{border-color:#353b42;background:#20252b}
.process .number-card p{color:#b8c0c8}
.show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.show-card{overflow:hidden;border:1px solid #e2e7ea;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(17,23,31,.07)}
.show-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.show-body{padding:24px}
.show-tag{color:#956e00;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.show-card h3{margin:8px 0;font-size:1.34rem;line-height:1.2}
.show-card p{color:var(--muted);font-size:.94rem}
.text-link{color:#8e6800;font-weight:900}
.stats{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0;padding:0;list-style:none}
.stats li{padding:10px 14px;border-radius:999px;background:#f3f6f8}
.feature-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-top:40px}
.feature-split>img{width:100%;border-radius:24px;box-shadow:var(--shadow)}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}
.feature-list div{padding:18px;border-radius:16px;background:var(--soft)}
.feature-list strong{display:block}
.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:30px}
.gallery img{width:100%;aspect-ratio:1/1.2;border-radius:16px;object-fit:cover}
.christmas{position:relative;overflow:hidden;background:var(--night);color:#fff}
.christmas .eyebrow{color:#f2c33c}.christmas .section-lead,.christmas p{color:#c0c6cb}
.christmas .feature-list div{background:#1e2323}
.christmas-logo{max-width:380px;margin:0 auto 20px}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:48px;padding:28px 32px;border-radius:22px;background:var(--brand);color:#171b21}
.cta-band strong{font-size:1.18rem}
.inflatables{background:linear-gradient(180deg,#fff,#fff6d8)}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.chip{padding:9px 13px;border:1px solid #e5c85d;border-radius:999px;background:#fff9e6;font-size:.9rem;font-weight:700}
.site-footer{padding:45px 0;background:#11151a;color:#c8ced4}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-inner p{margin:4px 0;font-size:.9rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:16px;font-size:.9rem}
.wp-content{padding:80px 0}
@media(max-width:1000px){.cards{grid-template-columns:repeat(3,1fr)}.show-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.about-grid,.feature-split{grid-template-columns:1fr}.hero-visual{max-width:650px}.hero{padding-top:130px}.gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.container{width:min(100% - 28px,1160px)}.section{padding:68px 0}.site-header .btn{display:none}.hero{min-height:auto;padding:115px 0 70px}.hero-grid{gap:42px}.hero h1{font-size:3.25rem}.visual-note{right:10px}.cards,.show-grid,.feature-list{grid-template-columns:1fr}.number-card{min-height:auto}.number-card h3{margin-top:20px}.gallery{grid-template-columns:repeat(2,1fr)}.cta-band,.footer-inner{align-items:flex-start;flex-direction:column}.brand-text{font-size:.95rem}}
