/*
Theme Name: BOTTARO
Theme URI: https://bottaro.com.br
Author: Walther Bottaro
Description: Tema escuro da marca BOTTARO — perícias, docência e pesquisa. Identidade visual dos estudos "The Success of EU Companies in Brazil".
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: bottaro
*/

/* ---------- base ---------- */
body { -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
a:hover { color: #9DBDF7; }

/* thin azure rule used under headings */
.b-rule { width: 64px; height: 3px; background: #5B8DEF; border: none; margin: 0; }

/* ---------- cards ---------- */
.b-card {
  background: #12161F;
  border: 1px solid #2A2F3A;
  border-radius: 10px;
  padding: 28px !important;
  transition: border-color .2s, transform .2s;
  height: 100%;
}
.b-card:hover { border-color: #5B8DEF; transform: translateY(-3px); }
.b-card h3 { margin-top: 0; }

.b-card--accent { border-top: 3px solid #5B8DEF; }

/* stat tiles */
.b-stat { text-align: center; padding: 18px 8px !important; }
.b-stat .num {
  font-size: 2.1rem; font-weight: 700; color: #5B8DEF;
  font-family: Poppins, 'Segoe UI', sans-serif; line-height: 1.1;
}
.b-stat .lab { font-size: .82rem; color: #ACACAC; margin-top: 4px; }

/* study cards */
.b-study { display: flex; flex-direction: column; gap: 10px; }
.b-study .flag { font-size: 1.9rem; line-height: 1; }
.b-study .lang { font-size: .72rem; letter-spacing: .12em; color: #9DBDF7; text-transform: uppercase; }

/* ---------- iframes (viewers / atlas) ---------- */
.b-frame { position: relative; width: 100%; border: 1px solid #2A2F3A; border-radius: 10px; overflow: hidden; background: #000; }
.b-frame--deck { aspect-ratio: 16 / 9.6; }
.b-frame--atlas { height: 700px; }
.b-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- buttons ---------- */
.wp-block-button__link { border-radius: 6px; }
.is-style-outline .wp-block-button__link { border-color: #5B8DEF; color: #9DBDF7; }

/* header */
.b-header { border-bottom: 1px solid #1E2430; background: rgba(11,11,11,.92); backdrop-filter: blur(6px); }
.b-header .wp-block-navigation a { font-size: .92rem; color: #D8D8D8; }
.b-header .wp-block-navigation a:hover { color: #9DBDF7; }
.b-lang { border: 1px solid #3D4656; border-radius: 4px; padding: 2px 9px; font-size: .8rem; color: #9DBDF7 !important; }

/* footer */
.b-footer { border-top: 2px solid #5B8DEF; background: #0E0E10; }
.b-footer p { color: #9A9A9A; font-size: .85rem; }

/* section band */
.b-band { background: linear-gradient(135deg, #101722 0%, #0B0E14 60%); border-block: 1px solid #1E2430; }

@media (max-width: 781px) {
  .b-frame--atlas { height: 540px; }
  .b-stat .num { font-size: 1.6rem; }
}
