/*
Theme Name: Econaula
Theme URI: https://econaula.com
Author: Fran Paredes
Author URI: https://franparedes.es
Description: Tema WordPress ligero, responsive y orientado a economía, inversión, empresa y educación financiera.
Version: 1.5.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: econaula
Tags: blog, news, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --eco-navy: #0b1f33;
  --eco-navy-2: #12324f;
  --eco-green: #1f9d72;
  --eco-green-dark: #167758;
  --eco-gold: #e6b94f;
  --eco-bg: #f4f7f9;
  --eco-surface: #ffffff;
  --eco-text: #243442;
  --eco-muted: #667785;
  --eco-border: #dce5ea;
  --eco-shadow: 0 16px 40px rgba(11, 31, 51, .09);
  --eco-radius: 18px;
  --eco-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--eco-bg);
  color: var(--eco-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--eco-green-dark); text-decoration: none; }
a:hover { color: var(--eco-navy); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 32px), var(--eco-max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--eco-border); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 14px; min-width: 0; }
.custom-logo { max-height: 50px; width: auto; }
.brand-text { min-width: 0; }
.site-title { margin: 0; color: var(--eco-navy); font-size: 1.45rem; line-height: 1.1; font-weight: 850; letter-spacing: -.03em; }
.site-title a { color: inherit; }
.site-description { margin: 4px 0 0; color: var(--eco-muted); font-size: .78rem; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.main-navigation ul { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--eco-navy); font-size: .92rem; font-weight: 750; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { background: #eaf5f1; color: var(--eco-green-dark); }
.main-navigation .menu-item-has-children { position: relative; }
.main-navigation .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; display: none; min-width: 220px; padding: 8px; background: #fff; border: 1px solid var(--eco-border); border-radius: 14px; box-shadow: var(--eco-shadow); }
.main-navigation .menu-item-has-children:hover > .sub-menu { display: block; }
.menu-toggle { display: none; border: 0; border-radius: 12px; background: var(--eco-navy); color: #fff; width: 46px; height: 46px; font-size: 1.35rem; }

.hero { position: relative; overflow: hidden; padding: 88px 0 80px; color: #fff; background: linear-gradient(135deg, var(--eco-navy) 0%, var(--eco-navy-2) 55%, #145e54 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 22%, rgba(230,185,79,.22), transparent 27%), radial-gradient(circle at 15% 90%, rgba(31,157,114,.26), transparent 28%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); color: #d8f7ec; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 680px; margin: 0 0 30px; color: #d9e7ef; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; transition: .2s ease; }
.button-primary { background: var(--eco-gold); color: var(--eco-navy); }
.button-primary:hover { transform: translateY(-2px); background: #f1ca6a; color: var(--eco-navy); }
.button-secondary { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.06); }
.button-secondary:hover { background: #fff; color: var(--eco-navy); }
.hero-card { padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.10); box-shadow: 0 26px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.market-line { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.market-line strong { font-size: 2rem; line-height: 1; }
.market-line span { color: #9de2c9; font-weight: 800; }
.chart { height: 160px; border-radius: 14px; background: linear-gradient(180deg, rgba(31,157,114,.32), transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='160' viewBox='0 0 500 160'%3E%3Cpolyline fill='none' stroke='%23e6b94f' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' points='0,130 55,118 100,126 145,88 205,98 250,62 300,75 345,40 395,54 445,20 500,28'/%3E%3C/svg%3E") center/cover no-repeat; }

.section { padding: 72px 0; }
.section-white { background: var(--eco-surface); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-head h2 { margin: 0; color: var(--eco-navy); font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; letter-spacing: -.04em; }
.section-head p { max-width: 560px; margin: 8px 0 0; color: var(--eco-muted); }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 18px; }
.category-card { display: flex; flex-direction: column; min-height: 265px; padding: 24px; border: 1px solid var(--eco-border); border-radius: var(--eco-radius); background: #fff; box-shadow: 0 8px 26px rgba(11,31,51,.05); transition: .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--eco-shadow); }
.category-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 13px; background: #e9f6f1; color: var(--eco-green-dark); font-size: 1.3rem; font-weight: 900; }
.category-card h3 { margin: 0 0 8px; color: var(--eco-navy); font-size: 1.15rem; }
.category-card p { margin: 0; color: var(--eco-muted); font-size: .93rem; }
.category-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 20px; color: var(--eco-green-dark); font-size: .88rem; font-weight: 850; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.posts-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.post-card { display: grid; grid-template-columns: minmax(260px, 42%) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--eco-border); border-radius: var(--eco-radius); background: #fff; box-shadow: 0 9px 28px rgba(11,31,51,.055); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--eco-shadow); }
.post-card-image { min-height: 260px; overflow: hidden; background: #f7fafb; border-right: 1px solid var(--eco-border); }
.post-card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .35s ease; }
.post-card:hover .post-card-image img { transform: scale(1.018); }
.post-card-body { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; color: var(--eco-muted); font-size: .78rem; font-weight: 750; }
.post-card h2, .post-card h3 { margin: 0 0 10px; color: var(--eco-navy); font-size: 1.25rem; line-height: 1.28; }
.post-card h2 a, .post-card h3 a { color: inherit; }
.post-card p { margin: 0; color: var(--eco-muted); font-size: .94rem; }
.read-more { display: inline-flex; margin-top: 16px; font-weight: 850; }

.widget { margin-bottom: 24px; padding: 22px; border: 1px solid var(--eco-border); border-radius: var(--eco-radius); background: #fff; }
.widget-title { margin: 0 0 16px; color: var(--eco-navy); font-size: 1.05rem; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--eco-border); }
.widget li:last-child { border-bottom: 0; }
.search-form { display: flex; gap: 8px; }
.search-field { width: 100%; min-width: 0; padding: 11px 13px; border: 1px solid var(--eco-border); border-radius: 10px; background: #fff; }
.search-submit { border: 0; border-radius: 10px; padding: 0 14px; background: var(--eco-green); color: #fff; font-weight: 800; }

.site-main { min-height: 55vh; }
.page-header { padding: 54px 0 34px; background: linear-gradient(135deg, #edf5f7, #fff); border-bottom: 1px solid var(--eco-border); }
.page-header h1 { margin: 0; color: var(--eco-navy); font-size: clamp(2rem,5vw,3.5rem); line-height: 1.05; letter-spacing: -.045em; }
.page-header p { color: var(--eco-muted); }
.entry-shell { width: min(calc(100% - 32px), 900px); margin: 0 auto; padding: 58px 0 80px; }
.entry-header h1 { margin: 0 0 14px; color: var(--eco-navy); font-size: clamp(2.2rem,5vw,4rem); line-height: 1.04; letter-spacing: -.05em; }
.entry-thumbnail { overflow: hidden; margin: 30px 0; border-radius: 22px; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--eco-navy); line-height: 1.2; }
.entry-content h2 { margin-top: 2em; font-size: 1.8rem; }
.entry-content blockquote { margin: 32px 0; padding: 22px 26px; border-left: 5px solid var(--eco-green); border-radius: 0 14px 14px 0; background: #eaf5f1; color: var(--eco-navy); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 28px 0; background: #fff; }
.entry-content th, .entry-content td { padding: 13px; border: 1px solid var(--eco-border); text-align: left; }
.entry-content th { background: var(--eco-navy); color: #fff; }
.entry-content code { padding: .15em .35em; border-radius: 5px; background: #e9eff2; }

.pagination, .nav-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--eco-border); border-radius: 10px; background: #fff; font-weight: 800; }
.page-numbers.current { background: var(--eco-navy); color: #fff; border-color: var(--eco-navy); }

.newsletter { padding: 30px; border-radius: 24px; background: linear-gradient(135deg, var(--eco-green-dark), var(--eco-navy)); color: #fff; }
.newsletter h2 { margin: 0 0 8px; }
.newsletter p { margin: 0; color: #d7e7e2; }

.site-footer { background: var(--eco-navy); color: #b9c8d3; }
.footer-widgets { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 34px; padding: 54px 0; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer a { color: #d9e6ed; }
.site-footer ul { list-style: none; padding: 0; }
.site-info { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }

@media (max-width: 980px) {
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .post-card { grid-template-columns: minmax(240px, 38%) minmax(0, 1fr); }
  .hero-card { max-width: 620px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .footer-widgets { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: grid; place-items: center; }
  .main-navigation { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 12px 16px 18px; background: #fff; border-bottom: 1px solid var(--eco-border); box-shadow: 0 18px 36px rgba(11,31,51,.12); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { align-items: stretch; flex-direction: column; gap: 2px; }
  .main-navigation .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 14px; border: 0; box-shadow: none; }
  .site-description { display: none; }
  .hero { padding: 64px 0; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(2.4rem, 14vw, 4.2rem); }
  .section { padding: 54px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .post-card { grid-template-columns: 1fr; }
  .post-card-image { min-height: 0; aspect-ratio: 16 / 10; border-right: 0; border-bottom: 1px solid var(--eco-border); }
  .footer-widgets { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 22px), var(--eco-max)); }
  .category-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .brand-text .site-title { font-size: 1.2rem; }
}

/* Footer v1.4 */
.site-footer {
  padding-top: 56px;
  border-top: 4px solid var(--eco-green);
  background:
    radial-gradient(circle at 15% 0%, rgba(31,157,114,.18), transparent 32%),
    linear-gradient(145deg, #071827 0%, var(--eco-navy) 58%, #103b3a 100%);
  color: #b9c8d3;
}
.footer-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 52px;
}
.footer-panel {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
  backdrop-filter: blur(8px);
}
.footer-panel-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: rgba(31,157,114,.18);
  color: #72d6b2;
  font-size: 1.25rem;
  font-weight: 900;
}
.site-footer h2,
.site-footer h3,
.site-footer h4 { color: #fff; }
.site-footer .footer-panel h2,
.site-footer .footer-panel h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
}
.footer-brand-panel h2 { font-size: 1.55rem; }
.footer-panel p { margin: 0 0 12px; }
.footer-panel-text { color: #91a7b6; font-size: .92rem; }
.footer-menu {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li { border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-menu li:last-child { border-bottom: 0; }
.footer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  color: #d9e6ed;
  font-size: .92rem;
}
.footer-menu a::after { content: "→"; color: var(--eco-gold); }
.footer-menu a:hover { color: #fff; }
.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: #e9f3f6;
  word-break: break-word;
}
.footer-email span { color: var(--eco-gold); font-weight: 900; }
.footer-email:hover { border-color: rgba(114,214,178,.65); color: #fff; }
.footer-contact-panel h4 { margin: 26px 0 12px; font-size: .92rem; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-social a:hover {
  transform: translateY(-3px);
  border-color: rgba(114,214,178,.75);
  background: rgba(31,157,114,.28);
}
.footer-social svg { width: 21px; height: 21px; fill: currentColor; }
.footer-taxonomies {
  padding: 42px 0 46px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer-taxonomy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.footer-taxonomy-box {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
}
.footer-taxonomy-box > h3 { margin: 0 0 18px; font-size: 1.16rem; }
.category-cloud,
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.category-cloud a,
.tagcloud a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  color: #e8f1f5;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.category-cloud a:hover,
.tagcloud a:hover {
  transform: translateY(-2px);
  border-color: rgba(185,240,221,.65);
  background: rgba(31,157,114,.22);
  color: #fff;
}
.footer-empty-taxonomy { margin: 0; color: #a9bbc7; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.16);
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 70px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.footer-bottom p { margin: 0; font-size: .84rem; }
.footer-credit a { color: var(--eco-gold); font-weight: 850; }
.footer-credit a:hover { color: #fff; }

@media (max-width: 900px) {
  .footer-panels { grid-template-columns: 1fr 1fr; }
  .footer-brand-panel { grid-column: 1 / -1; min-height: auto; }
}
@media (max-width: 800px) {
  .footer-taxonomy-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-footer { padding-top: 40px; }
  .footer-panels { grid-template-columns: 1fr; padding-bottom: 38px; }
  .footer-brand-panel { grid-column: auto; }
  .footer-panel { min-height: auto; padding: 24px; }
  .footer-taxonomies { padding: 32px 0 36px; }
  .footer-taxonomy-box { padding: 22px 18px; }
  .category-cloud, .tagcloud { gap: 8px; }
  .category-cloud a, .tagcloud a { padding: 7px 10px; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; gap: 5px; }
}


/* =========================================================
   Página Sobre Econaula
   ========================================================= */
.about-econaula-page { background: #f5f8fa; }
.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(62, 207, 142, .2), transparent 28%),
    linear-gradient(135deg, #071a2d 0%, #0d3149 58%, #0d584b 100%);
}
.about-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255,255,255,.025), 0 0 0 8rem rgba(255,255,255,.018);
}
.about-hero__inner { position: relative; z-index: 1; max-width: 900px; }
.about-hero .eyebrow,
.about-founder .eyebrow,
.about-welcome .eyebrow { margin: 0 0 .8rem; color: #68d5a7; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2.8rem, 7vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.about-hero__lead { max-width: 720px; margin: 1.5rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 2.2vw, 1.38rem); line-height: 1.7; }
.about-content { padding-top: clamp(3.5rem, 7vw, 7rem); padding-bottom: clamp(4rem, 8vw, 8rem); }
.about-section { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.55fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(2.8rem, 5vw, 5rem) 0; border-bottom: 1px solid #dfe7eb; }
.about-section:first-child { padding-top: 0; }
.about-section__heading { position: relative; }
.about-section__heading h2 { margin: .9rem 0 0; color: #102a3d; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.12; letter-spacing: -.035em; }
.about-number { display: inline-flex; align-items: center; justify-content: center; width: 2.55rem; height: 2.55rem; border: 1px solid #b9d6cb; border-radius: 50%; color: #087a55; font-size: .75rem; font-weight: 800; }
.about-prose > p, .about-mission > p { margin-top: 0; color: #465d6c; font-size: 1.08rem; line-height: 1.85; }
.about-highlight { margin-top: 2rem !important; padding: 1.35rem 1.5rem; border-left: 4px solid #10a56f; border-radius: 0 .8rem .8rem 0; background: #e9f6f0; color: #173e35 !important; }
.about-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.about-values article { padding: 1.45rem; border: 1px solid #e0e8ec; border-radius: 1rem; background: #fff; box-shadow: 0 12px 34px rgba(13,49,73,.055); }
.about-values article > span { display: inline-grid; place-items: center; width: 2rem; height: 2rem; margin-bottom: 1rem; border-radius: 50%; background: #dcf4e9; color: #06744f; font-weight: 900; }
.about-values h3 { margin: 0 0 .45rem; color: #123248; font-size: 1.08rem; }
.about-values p { margin: 0; color: #657985; font-size: .94rem; line-height: 1.65; }
.about-topics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; margin-top: 2rem; }
.about-topics a { position: relative; display: flex; flex-direction: column; min-height: 130px; padding: 1.35rem 3.4rem 1.35rem 1.35rem; border: 1px solid #dfe7eb; border-radius: 1rem; background: #fff; color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.about-topics a::after { content: "→"; position: absolute; top: 1.2rem; right: 1.25rem; color: #0a8f62; font-size: 1.3rem; transition: transform .2s ease; }
.about-topics a:hover { transform: translateY(-3px); border-color: #9fd6c1; box-shadow: 0 14px 35px rgba(14,64,80,.09); }
.about-topics a:hover::after { transform: translateX(4px); }
.about-topics strong { margin-bottom: .45rem; color: #123248; font-size: 1.05rem; }
.about-topics span { color: #6b7f8b; font-size: .91rem; line-height: 1.55; }
.about-mission blockquote { margin: 0 0 1.8rem; padding: 0; border: 0; }
.about-mission blockquote p { margin: 0; color: #0d684d; font-size: clamp(1.6rem, 3.2vw, 2.55rem); font-weight: 750; line-height: 1.25; letter-spacing: -.035em; }
.about-founder { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; margin-top: clamp(3.5rem, 7vw, 7rem); padding: clamp(2rem, 5vw, 4.5rem); border-radius: 1.5rem; background: #0b2639; color: rgba(255,255,255,.78); box-shadow: 0 25px 65px rgba(7,26,45,.18); }
.about-founder__mark { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.08)); color: #fff; font-size: 3.1rem; font-weight: 850; letter-spacing: -.08em; box-shadow: inset 0 0 0 12px rgba(255,255,255,.035); }
.about-founder h2 { margin: 0 0 1rem; color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: -.04em; }
.about-founder p { max-width: 760px; line-height: 1.8; }
.about-founder .button-outline { margin-top: .7rem; border-color: rgba(255,255,255,.45); color: #fff; }
.about-founder .button-outline:hover { background: #fff; color: #0b2639; }
.about-welcome { max-width: 900px; margin: clamp(4rem, 8vw, 8rem) auto 0; text-align: center; }
.about-welcome h2 { margin: 0 0 1rem; color: #102a3d; font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.055em; }
.about-welcome > p:not(.eyebrow) { max-width: 740px; margin: 0 auto 2rem; color: #58707e; font-size: 1.08rem; line-height: 1.8; }
.about-editor-content { max-width: 900px; margin: 0 auto; padding: clamp(2rem,5vw,4rem); border-radius: 1rem; background: #fff; }

@media (max-width: 800px) {
  .about-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-values, .about-topics { grid-template-columns: 1fr; }
  .about-founder { grid-template-columns: 1fr; }
  .about-founder__mark { width: 120px; }
}
@media (max-width: 520px) {
  .about-hero { padding: 4rem 0; }
  .about-content { padding-top: 2.5rem; }
  .about-founder { padding: 1.5rem; border-radius: 1rem; }
}
