/*
Theme Name: Carlos Fernández · Economía y Finanzas
Theme URI: https://carlos-fernandez-finanzas.byramonruiz.chatgpt.site
Description: Tema hijo de GeneratePress que reproduce la portada original creada en ChatGPT Sites.
Author: Carlos Ramón Fernández Ruiz
Template: generatepress
Version: 1.0.0
Text Domain: carlos-fernandez-site
*/

:root{--navy:#101f32;--lime:#d6fa75;--paper:#fafbf8;--ink:#182536;--muted:#56616e;--line:#d8dedf}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body.cf-home{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}
.cf-home a{color:inherit;text-decoration:none}
.cf-home a:focus-visible{outline:3px solid #649419;outline-offset:7px}
.cf-wrap{width:min(1240px,calc(100% - 112px));margin:auto}
.cf-header{display:flex;justify-content:space-between;align-items:center;min-height:110px}
.cf-brand{font-family:Georgia,serif;font-size:38px;font-weight:bold;letter-spacing:-3px;line-height:1}
.cf-brand-dot{color:#719226}
.cf-nav{display:flex;gap:38px;align-items:center;font-size:14px}
.cf-nav a:hover{text-decoration:underline;text-underline-offset:6px}
.cf-nav-contact{border:1px solid var(--line);border-radius:30px;padding:9px 19px}
.cf-nav-contact span{margin-left:14px}
.cf-hero{background:var(--navy);color:var(--paper);padding:36px 48px 0;border-radius:3px}
.cf-eyebrow{display:flex;justify-content:space-between;gap:16px;font-size:12px;letter-spacing:1.5px;color:#bdc7d4}
.cf-hero h1{font-size:clamp(64px,7.8vw,112px);font-weight:400;line-height:1.03;letter-spacing:-5px;margin:53px 0 36px}
.cf-hero em{color:var(--lime)}
.cf-home em{font-family:Georgia,'Times New Roman',serif;font-weight:400}
.cf-hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:40px;padding-bottom:43px}
.cf-hero-bottom p{font-size:18px;max-width:560px;margin:0;color:#d5dde5;line-height:1.65}
.cf-button{display:inline-flex;justify-content:space-between;align-items:center;gap:28px;min-height:52px;background:var(--lime);color:var(--navy);padding:13px 24px;border-radius:3px;font-size:15px;font-weight:600;transition:transform .2s,background .2s;flex-shrink:0}
.cf-button:hover{background:#e4ffa4;transform:translateY(-2px)}
.cf-button span{font-size:23px;font-weight:400}
.cf-hero-footer{border-top:1px solid #405064;display:flex;justify-content:space-between;padding:20px 0;font-size:12px;letter-spacing:1px;color:#bec8d5}
.cf-hero-footer span:last-child{letter-spacing:0}
.cf-section{padding-top:100px;padding-bottom:100px}
.cf-section-label{font-size:12px;letter-spacing:1.7px;font-weight:600}
.cf-about{display:grid;grid-template-columns:1fr 3fr;gap:36px}
.cf-about .cf-section-label{padding-top:12px}
.cf-home h2{font-size:clamp(36px,4vw,55px);line-height:1.16;font-weight:400;letter-spacing:-1.8px;margin:0 0 35px}
.cf-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.cf-about-grid p{margin:0;color:var(--muted)}
.cf-credentials{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:38px;border-top:1px solid var(--line);padding-top:23px}
.cf-small-label{display:block;font-size:12px;letter-spacing:1.2px;color:var(--muted);margin-bottom:6px}
.cf-credentials strong{font-size:15px;font-weight:500}
.cf-ideas{background:#eaf0f0}
.cf-ideas-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}
.cf-ideas-heading .cf-section-label{margin-bottom:25px}
.cf-ideas-heading h2{margin:0}
.cf-ideas-heading>p{color:var(--muted);font-size:15px}
.cf-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #bdcaca}
.cf-topic{padding:32px 30px 0;border-right:1px solid #bdcaca;display:flex;flex-direction:column}
.cf-topic:first-child{padding-left:0}
.cf-topic:last-child{border-right:0;padding-right:0}
.cf-topic-number{font-family:Georgia,serif;font-size:42px;color:#708486;line-height:1;margin-bottom:42px}
.cf-topic-category{font-size:12px;letter-spacing:1px;font-weight:600}
.cf-topic h3{font-size:27px;line-height:1.23;font-weight:400;letter-spacing:-.8px;margin:16px 0}
.cf-topic p{color:var(--muted);font-size:16px;margin:0 0 35px}
.cf-topic-tags{font-size:12px;letter-spacing:.45px;color:#526369;margin-top:auto}
.cf-conversation>.cf-section-label{display:block;margin-bottom:30px}
.cf-conversation-body{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}
.cf-conversation h2{margin:0}
.cf-conversation p{color:var(--muted);margin:0 0 23px}
.cf-dark{background:var(--navy);color:white}
.cf-dark:hover{background:#293e55}
.cf-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;align-items:center;min-height:115px;color:var(--muted);font-size:12px}
.cf-footer .cf-brand{color:var(--ink)}
.cf-skip{position:absolute;top:-100px;left:20px;background:var(--lime);padding:10px;z-index:100000}
.cf-skip:focus{top:10px}
@media(max-width:900px){.cf-wrap{width:calc(100% - 48px)}.cf-hero{padding:28px 30px 0}.cf-hero h1{letter-spacing:-3px}.cf-hero-bottom{align-items:start;flex-direction:column;gap:25px}.cf-section{padding-top:70px;padding-bottom:70px}.cf-about{grid-template-columns:1fr;gap:25px}.cf-conversation-body{gap:30px}.cf-topic{padding-left:20px;padding-right:20px}.cf-topic h3{font-size:23px}.cf-eyebrow span:last-child{display:none}}
@media(max-width:600px){.cf-wrap{width:calc(100% - 32px)}.cf-header{min-height:88px}.cf-brand{font-size:33px}.cf-nav{gap:18px;font-size:13px}.cf-nav-contact{padding:6px 11px}.cf-nav-contact span{margin-left:3px}.cf-hero{padding:25px 23px 0}.cf-hero h1{font-size:clamp(48px,11.8vw,70px);letter-spacing:-2.8px;margin:40px 0 29px}.cf-hero-bottom p{font-size:16px}.cf-hero-footer{font-size:11px;letter-spacing:.4px}.cf-hero-footer span:last-child{display:none}.cf-eyebrow{font-size:10px;letter-spacing:1px}.cf-section{padding-top:55px;padding-bottom:55px}.cf-home h2{font-size:36px;letter-spacing:-1.3px}.cf-about-grid{grid-template-columns:1fr;gap:18px}.cf-credentials{grid-template-columns:1fr;gap:20px}.cf-ideas-heading{display:block}.cf-ideas-heading>p{margin-top:25px}.cf-topics{grid-template-columns:1fr}.cf-topic,.cf-topic:first-child,.cf-topic:last-child{padding:27px 0;border-right:0;border-bottom:1px solid #bdcaca}.cf-topic:last-child{border-bottom:0;padding-bottom:0}.cf-topic-number{margin-bottom:22px;font-size:35px}.cf-topic h3{font-size:28px}.cf-topic p{margin-bottom:20px}.cf-conversation-body{grid-template-columns:1fr}.cf-button{font-size:14px;padding:12px 18px;gap:15px}.cf-footer{padding-top:25px;padding-bottom:25px;flex-wrap:wrap;gap:20px}.cf-footer span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cf-button{transition:none}}
