/*
Theme Name: Smart Cities Park 2026
Theme URI: https://smartcitiespark.com.br/
Author: Smart Cities Park
Description: Tema institucional responsivo para o Smart Cities Park 2026.
Version: 1.0.0
Text Domain: smartrs2026
*/

:root {
  /* Azul principal extraído do fundo da imagem da hero. */
  --scp-event-blue: #00468f;
  --scp-blue-950: var(--scp-event-blue);
  --scp-blue-900: color-mix(in srgb, var(--scp-event-blue) 88%, black);
  --scp-blue-800: color-mix(in srgb, var(--scp-event-blue) 86%, white);
  --scp-blue-600: color-mix(in srgb, var(--scp-event-blue) 72%, white);
  --scp-cyan: #12bff3;
  --scp-orange: #ff720d;
  --scp-green: #9bca3b;
  --scp-ink: #10263d;
  --scp-muted: #64768a;
  --scp-surface: #f4f8fb;
  --scp-white: #fff;
  --scp-radius: 24px;
  --scp-shadow: 0 22px 70px rgba(4, 43, 84, .12);
  --scp-font: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--scp-ink);
  background: #fff;
  font-family: var(--scp-font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px;
  padding: 10px 16px; background: #fff; color: var(--scp-blue-950);
  border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: 86px; color: #fff;
  background: rgba(0, 70, 143, .88);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px); transition: height .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { height: 72px; background: var(--scp-event-blue); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.event-logo { display: block; width: 245px; height: auto; }
.custom-logo { width: auto; max-height: 58px; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border: 2px solid var(--scp-cyan); border-radius: 14px 14px 14px 4px; color: var(--scp-cyan); font-weight: 900; }
.brand-copy { line-height: .95; font-size: 1rem; font-weight: 800; letter-spacing: -.04em; }
.brand-copy span { display: block; color: var(--scp-orange); font-size: .62rem; margin-top: 5px; letter-spacing: .02em; }
.desktop-nav { margin-left: auto; }
.primary-menu, .primary-menu ul { margin: 0; padding: 0; list-style: none; }
.primary-menu { display: flex; align-items: center; gap: 4px; }
.primary-menu > li { position: relative; }
.primary-menu > li > a { position: relative; display: flex; align-items: center; padding: 12px 13px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; opacity: .92; transition: color .25s ease, opacity .25s ease; }
.primary-menu > li > a::before { content: ""; position: absolute; right: 13px; bottom: 5px; left: 13px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--scp-cyan), #fff); transform: scaleX(0); transform-origin: right center; transition: transform .3s cubic-bezier(.22,1,.36,1); }
.primary-menu > li:hover > a::before, .primary-menu > li:focus-within > a::before, .primary-menu > .current-menu-item > a::before, .primary-menu > .current-menu-parent > a::before { transform: scaleX(1); transform-origin: left center; }
.primary-menu > li > a:hover, .primary-menu > .current-menu-item > a, .primary-menu > .current-menu-parent > a { color: var(--scp-cyan); opacity: 1; }
.primary-menu .menu-item-has-children > a::after { content: ""; width: 7px; height: 7px; margin: -4px 0 0 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.primary-menu .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; width: 245px; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: var(--scp-event-blue); box-shadow: 0 18px 40px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; font-size: .87rem; }
.primary-menu .sub-menu a:hover { background: rgba(255,255,255,.08); color: var(--scp-cyan); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: transparent; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: #fff; transition: .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn-scp { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s, background .2s, box-shadow .2s; }
.btn-scp:hover { transform: translateY(-2px); }
.btn-orange { color: #fff; background: var(--scp-orange); box-shadow: 0 10px 24px rgba(255,114,13,.24); }
.btn-orange:hover { color: #fff; background: #ff8127; box-shadow: 0 14px 30px rgba(255,114,13,.34); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-light:hover { color: var(--scp-blue-950); background: #fff; }
.btn-outline-blue { color: var(--scp-blue-800); border-color: rgba(6,64,111,.3); }
.btn-outline-blue:hover { color: #fff; background: var(--scp-blue-800); }
.btn-arrow::after { content: "\2192"; font-size: 1.1rem; transition: transform .2s; }
.btn-arrow:hover::after { transform: translateX(4px); }

.hero { position: relative; min-height: 820px; padding: 172px 0 90px; overflow: hidden; color: #fff; background: var(--scp-event-blue); }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(18,191,243,.14); border-radius: 50%; }
.hero::before { width: 560px; height: 560px; right: -180px; top: 60px; box-shadow: 0 0 0 55px rgba(18,191,243,.025), 0 0 0 110px rgba(18,191,243,.02); }
.hero::after { width: 480px; height: 480px; left: -260px; bottom: -240px; }
.hero-grid { position: relative; z-index: 2; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--scp-blue-600); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--scp-cyan); }
.hero h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(3rem, 6.2vw, 6.1rem); font-weight: 850; letter-spacing: -.065em; line-height: .94; }
.hero h1 em { color: var(--scp-orange); font-style: normal; }
.hero-lead { max-width: 580px; margin-bottom: 30px; color: rgba(255,255,255,.73); font-size: 1.08rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 28px 0 34px; }
.meta-item { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.82); }
.meta-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(18,191,243,.35); border-radius: 11px; color: var(--scp-cyan); font-size: 1.15rem; }
.meta-item strong { display: block; color: #fff; font-size: .95rem; }
.meta-item small { display: block; font-size: .77rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual::after { content: ""; position: absolute; inset: -5%; z-index: 3; border-radius: 50%; pointer-events: none; background: repeating-radial-gradient(ellipse at center, transparent 0, transparent 61px, rgba(18,191,243,.2) 62px, transparent 64px); opacity: .72; }
.hero-orbit { position: absolute; inset: 2%; z-index: 4; border: 1px solid rgba(18,191,243,.48); border-radius: 50%; pointer-events: none; animation: orbitPulse 5s ease-in-out infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--scp-cyan); box-shadow: 0 0 20px var(--scp-cyan); }
.hero-orbit::before { width: 8px; height: 8px; top: 16%; left: 13%; }
.hero-orbit::after { width: 5px; height: 5px; right: 4%; bottom: 28%; }
.hero-image-frame { position: absolute; inset: 0; z-index: 1; overflow: hidden; border: 0; border-radius: 0; background: var(--scp-event-blue); box-shadow: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; mix-blend-mode: normal; opacity: 1; }
.hero-topics { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 72px; padding: 18px; border: 1px solid rgba(18,191,243,.24); border-radius: 16px; background: rgba(0,70,143,.72); backdrop-filter: blur(10px); }
.topic-mini { display: flex; align-items: center; gap: 11px; padding: 6px 14px; border-right: 1px solid rgba(255,255,255,.1); font-size: .8rem; font-weight: 700; }
.topic-mini:last-child { border: 0; }
.topic-mini i { color: var(--scp-cyan); font-size: 1.2rem; }

.section { position: relative; padding: 110px 0; overflow: hidden; }
.section-sm { padding: 72px 0; }
.section-title { max-width: 760px; margin: 0 0 18px; color: var(--scp-blue-950); font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 820; letter-spacing: -.05em; line-height: 1.06; }
.section-title span { color: var(--scp-orange); }
.section-intro { max-width: 650px; color: var(--scp-muted); font-size: 1.05rem; }
.section-head { margin-bottom: 48px; }
.section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-head.center .section-title, .section-head.center .section-intro { margin-right: auto; margin-left: auto; }
.bg-soft { background: var(--scp-surface); }
.bg-deep { color: #fff; background: var(--scp-event-blue); }
.bg-deep .section-title { color: #fff; }
.bg-deep .section-intro { color: rgba(255,255,255,.66); }

.about-visual { position: relative; min-height: 500px; }
.image-shell { position: absolute; overflow: hidden; border-radius: var(--scp-radius); background: linear-gradient(135deg, #dcecf6, #fff); box-shadow: var(--scp-shadow); }
.image-shell img { width: 100%; height: 100%; object-fit: cover; }
.image-main { inset: 0 45px 40px 0; }
.image-accent { right: 0; bottom: 0; width: 42%; height: 42%; border: 8px solid #fff; }
.floating-year { position: absolute; top: 38px; right: 0; z-index: 2; padding: 20px; border-radius: 18px; color: #fff; background: var(--scp-orange); box-shadow: 0 16px 35px rgba(255,114,13,.25); }
.floating-year strong { display: block; font-size: 2rem; line-height: 1; }
.floating-year small { font-weight: 700; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; font-size: .92rem; font-weight: 650; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--scp-green); font-weight: 900; }

.themes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.theme-card { position: relative; min-height: 245px; padding: 27px; overflow: hidden; border: 1px solid #dce8f0; border-radius: 18px; background: #fff; transition: transform .28s, border-color .28s, box-shadow .28s; }
.theme-card:hover { transform: translateY(-8px); border-color: var(--card-color, var(--scp-cyan)); box-shadow: 0 20px 45px rgba(4,43,84,.1); }
.theme-card::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 95px; height: 95px; border: 16px solid var(--card-color, var(--scp-cyan)); border-radius: 50%; opacity: .08; }
.theme-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border: 1px solid color-mix(in srgb, var(--card-color) 55%, transparent); border-radius: 15px; color: var(--card-color); background: color-mix(in srgb, var(--card-color) 8%, white); font-size: 1.35rem; }
.theme-card h3 { margin: 0 0 10px; font-size: 1.06rem; line-height: 1.25; }
.theme-card p { margin: 0; color: var(--scp-muted); font-size: .86rem; }

.health-wrap { position: relative; padding: 58px; border: 1px solid rgba(168,99,255,.25); border-radius: 30px; background: linear-gradient(120deg, rgba(168,99,255,.12), rgba(18,191,243,.05)); }
.health-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 12px; border-radius: 99px; color: #d8baff; background: rgba(168,99,255,.12); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.health-wrap h2 { max-width: 700px; margin: 0 0 20px; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 850; letter-spacing: -.06em; line-height: .98; }
.health-wrap h2 span { color: #b986ff; }
.health-wrap p { max-width: 690px; color: rgba(255,255,255,.68); }
.health-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.health-point { padding: 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.035); }
.health-point strong { display: block; margin-bottom: 4px; }
.health-point small { color: rgba(255,255,255,.55); }

.showcase-layout { align-items: center; }
.showcase-number { color: var(--scp-orange); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.showcase-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #dcecf6, #f7fbfd); box-shadow: var(--scp-shadow); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; }
.showcase-overlay { position: absolute; inset: auto 24px 24px; padding: 24px; border-radius: 18px; color: #fff; background: rgba(0,70,143,.92); backdrop-filter: blur(12px); }
.showcase-overlay h3 { margin: 0 0 6px; }
.showcase-overlay p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; }

.program-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card { padding: 28px; border: 1px solid rgba(18,191,243,.2); border-radius: 18px; background: rgba(255,255,255,.04); transition: background .25s, transform .25s; }
.program-card:hover { transform: translateY(-6px); background: rgba(18,191,243,.09); }
.program-card i { color: var(--scp-cyan); font-size: 1.55rem; }
.program-card h3 { margin: 22px 0 7px; font-size: 1rem; }
.program-card p { margin: 0; color: rgba(255,255,255,.56); font-size: .84rem; }
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border: 1px solid rgba(18,191,243,.22); border-radius: 18px; background: rgba(255,255,255,.03); }
.stat-item { padding: 28px; border-right: 1px solid rgba(255,255,255,.09); }
.stat-item:last-child { border: 0; }
.stat-number { display: block; color: #fff; font-size: 2rem; font-weight: 850; letter-spacing: -.04em; }
.stat-label { color: rgba(255,255,255,.56); font-size: .82rem; }

.news-section { background: #fff; }
.news-card { width: 100%; overflow: hidden; border: 1px solid #dce8f0; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(4,43,84,.07); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.news-card:hover { transform: translateY(-7px); border-color: rgba(8,125,183,.38); box-shadow: 0 22px 48px rgba(4,43,84,.13); }
.news-image { display: block; overflow: hidden; background: linear-gradient(135deg, #e6f1f7, #f8fbfd); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-image img { transform: scale(1.045); }
.news-body { padding: 22px; }
.news-tags { min-height: 20px; margin-bottom: 8px; color: var(--scp-blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.news-card h2, .news-card h3 { margin: 0 0 14px; color: var(--scp-ink); font-size: 1.05rem; font-weight: 750; line-height: 1.35; }
.news-card h2 a, .news-card h3 a { transition: color .2s ease; }
.news-card h2 a:hover, .news-card h3 a:hover { color: var(--scp-blue-600); }
.news-card time { color: var(--scp-muted); font-size: .78rem; }
.news-empty { margin: 0; padding: 30px; border: 1px dashed #c9dbe7; border-radius: 16px; color: var(--scp-muted); text-align: center; background: var(--scp-surface); }

.cta-box { position: relative; padding: 55px; overflow: hidden; border-radius: 27px; color: #fff; background: linear-gradient(110deg, var(--scp-blue-900), var(--scp-blue-800)); box-shadow: var(--scp-shadow); }
.cta-box::after { content: ""; position: absolute; right: -50px; top: -70px; width: 360px; height: 240px; border: 2px solid rgba(18,191,243,.2); border-radius: 50%; transform: rotate(-18deg); }
.cta-box h2 { position: relative; z-index: 2; max-width: 720px; margin: 0 0 25px; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 820; letter-spacing: -.05em; line-height: 1.08; }
.cta-box h2 span { color: var(--scp-orange); }
.cta-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.72); background: var(--scp-event-blue); }
.footer-brand { color: #fff; }
.footer-logo { width: 280px; }
.footer-copy { max-width: 410px; margin-top: 20px; font-size: .9rem; }
.footer-title { margin: 0 0 18px; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a:hover { color: var(--scp-cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; transition: .2s; }
.socials a:hover { color: #fff; border-color: var(--scp-cyan); background: rgba(18,191,243,.1); }

.partners-strip { padding: 62px 0 54px; border-top: 1px solid #e4edf3; background: #fff; }
.partner-group { text-align: center; }
.partner-category { display: block; margin-bottom: 14px; color: var(--scp-blue-900); font-size: .72rem;  letter-spacing: .12em; }
.partner-group a { display: flex; align-items: center; justify-content: center; min-height: 100px; padding: 8px; border-radius: 13px; transition: transform .2s ease, background .2s ease; }
.partner-group a:hover { transform: translateY(-3px); background: var(--scp-surface); }
.partner-group img { width: auto; max-width: 100%; max-height: 105px; object-fit: contain; }

.mobile-panel { position: fixed; inset: 0; z-index: 999; display: none; padding: 104px 24px 35px; color: #fff; background: rgba(0,70,143,.99); overflow-y: auto; }
.mobile-panel.is-open { display: block; }
.mobile-panel .primary-menu { display: block; }
.mobile-panel .primary-menu > li { border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-panel .primary-menu > li > a { justify-content: space-between; padding: 17px 4px; font-size: 1rem; }
.mobile-panel .primary-menu > li > a::before { display: none; }
.mobile-panel .primary-menu .sub-menu { position: static; display: none; width: auto; padding: 0 0 12px 14px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
.mobile-panel .primary-menu .is-submenu-open > .sub-menu { display: block; }
.mobile-panel .mobile-cta { width: 100%; margin-top: 28px; }

.entry-page { padding: 150px 0 90px; min-height: 70vh; }
.entry-page h1 { color: var(--scp-blue-950); font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 850; letter-spacing: -.05em; }
.entry-content { max-width: 850px; }
.entry-content::after { content: ""; display: table; clear: both; }
.entry-content p { margin-bottom: 1.35em; }
.featured-image-flow { float: left; width: min(48%, 520px); margin: 8px 34px 24px 0; }
.featured-image-flow img { width: 100%; height: auto; border-radius: 20px; box-shadow: var(--scp-shadow); }
.featured-image-flow figcaption { margin-top: 9px; color: var(--scp-muted); font-size: .76rem; line-height: 1.4; }
.entry-meta { margin: -6px 0 28px; color: var(--scp-muted); font-size: .86rem; }
.entry-tags { margin-top: 36px; padding-top: 20px; border-top: 1px solid #dce8f0; color: var(--scp-blue-600); font-size: .82rem; font-weight: 700; }
.post-navigation { display: flex; justify-content: space-between; gap: 24px; max-width: 850px; margin-top: 55px; padding-top: 24px; border-top: 1px solid #dce8f0; }
.post-navigation > div:last-child { margin-left: auto; text-align: right; }
.post-navigation a { color: var(--scp-blue-800); font-weight: 750; }
.archive-header { max-width: 720px; margin-bottom: 50px; }
.archive-header p { color: var(--scp-muted); font-size: 1.05rem; }
.news-pagination { margin-top: 55px; }
.news-pagination .page-numbers { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.news-pagination a, .news-pagination span { display: grid; place-items: center; min-width: 43px; min-height: 43px; padding: 8px 14px; border: 1px solid #d7e5ed; border-radius: 10px; color: var(--scp-blue-900); background: #fff; font-size: .86rem; font-weight: 750; transition: .2s ease; }
.news-pagination a:hover, .news-pagination .current { color: #fff; border-color: var(--scp-event-blue); background: var(--scp-event-blue); transform: translateY(-2px); }
.contact-lead { max-width: 520px; color: var(--scp-muted); font-size: 1.06rem; }
.contact-details { display: grid; gap: 14px; margin-top: 34px; }
.contact-details > div { display: flex; align-items: center; gap: 14px; }
.contact-details .contact-whatsapp { display: flex; align-items: center; gap: 14px; width: fit-content; padding: 10px 18px 10px 10px; border-radius: 15px; color: #fff; background: #25d366; box-shadow: 0 12px 28px rgba(37,211,102,.2); transition: transform .2s ease, box-shadow .2s ease; }
.contact-details .contact-whatsapp:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(37,211,102,.3); }
.contact-details i { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; color: var(--scp-cyan); background: var(--scp-event-blue); font-size: 1.15rem; }
.contact-details .contact-whatsapp i { color: #fff; background: rgba(255,255,255,.14); }
.contact-details strong, .contact-details small { display: block; }
.contact-details small { color: var(--scp-muted); }
.contact-details .contact-whatsapp small { color: rgba(255,255,255,.8); }
.contact-form-shell { padding: 36px; border: 1px solid #dce8f0; border-radius: 24px; background: #fff; box-shadow: var(--scp-shadow); }
.contact-form-shell label { display: block; width: 100%; color: var(--scp-ink); font-size: .85rem; font-weight: 750; }
.contact-form-shell input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .contact-form-shell textarea, .contact-form-shell select { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid #cbdce7; border-radius: 10px; color: var(--scp-ink); background: var(--scp-surface); outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form-shell input:focus, .contact-form-shell textarea:focus, .contact-form-shell select:focus { border-color: var(--scp-cyan); background: #fff; box-shadow: 0 0 0 4px rgba(18,191,243,.14); }
.contact-form-shell textarea { min-height: 160px; resize: vertical; }
.contact-form-shell input[type="submit"] { min-height: 48px; padding: 12px 24px; border: 0; border-radius: 8px; color: #fff; background: var(--scp-orange); font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.contact-form-shell input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(255,114,13,.28); }
.form-setup-notice { padding: 24px; border: 1px dashed #b9cedb; border-radius: 14px; color: var(--scp-muted); background: var(--scp-surface); }
.form-setup-notice p:last-child { margin-bottom: 0; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 950; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px 18px 10px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; background: #25d366; box-shadow: 0 16px 38px rgba(0,0,0,.22); font-size: .8rem; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.whatsapp-float i { font-size: 1.55rem; line-height: 1; }
.whatsapp-float:hover { color: #fff; background: #20bd5a; box-shadow: 0 20px 44px rgba(0,0,0,.28); transform: translateY(-4px) scale(1.02); }

@keyframes orbitPulse { 0%,100% { transform: scale(.98); opacity: .6; } 50% { transform: scale(1.03); opacity: 1; } }

@media (max-width: 1199.98px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 550px; }
  .themes-grid { grid-template-columns: repeat(3, 1fr); }
  .program-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .hero { padding-top: 145px; }
  .hero-visual { width: calc(100% + 96px); min-height: 460px; margin-top: 45px; margin-left: -48px; }
  .hero-topics { grid-template-columns: repeat(2, 1fr); }
  .topic-mini { border: 0; }
  .themes-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visual { margin-bottom: 55px; }
  .health-points { grid-template-columns: 1fr; }
  .showcase-card { min-height: 420px; margin-top: 40px; }
}
@media (max-width: 767.98px) {
  .site-header { height: 70px; }
  .brand-copy { font-size: .9rem; }
  .brand-mark { width: 40px; height: 40px; }
  .event-logo { width: 190px; }
  .section { padding: 78px 0; }
  .hero { padding: 120px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-lead { font-size: .98rem; }
  .hero-visual { width: calc(100% + 90px); min-height: 390px; margin-left: -45px; }
  .hero-image-frame { inset: 0; }
  .hero-topics { margin-top: 40px; grid-template-columns: 1fr; }
  .topic-mini { min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .check-list, .themes-grid, .program-cards, .stats-bar { grid-template-columns: 1fr; }
  .theme-card { min-height: 215px; }
  .health-wrap, .cta-box { padding: 35px 24px; border-radius: 22px; }
  .stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .footer-bottom { flex-direction: column; }
  .footer-logo { width: 230px; }
  .partners-strip { padding: 48px 0 42px; }
  .partner-group a { min-height: 82px; }
  .image-main { inset: 0 22px 30px 0; }
  .about-visual { min-height: 390px; }
  .featured-image-flow { float: none; width: 100%; margin: 10px 0 28px; }
  .post-navigation { flex-direction: column; }
  .post-navigation > div:last-child { margin-left: 0; text-align: left; }
  .contact-form-shell { padding: 25px 20px; }
}
@media (max-width: 420px) {
  .hero-actions .btn-scp, .cta-actions .btn-scp { width: 100%; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
