/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/*Buttons*/
.btn-solid {
    
    color: #12161b; 
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffffff;
}

.btn-solid:hover {
    background-color: #e5e5e5; 
    border-color: #e5e5e5;
    color: #12161b;
    cursor: pointer;
}

.btn-outline, .nav-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}
.nav-btn:hover {
    background-color: #ffffff;
    color: #12161b; 

}
.btn-outline:hover {
    background-color: #ffffff;
    color: #12161b; 

}



/*Header Section*/

.nav-section {
    background: rgba(18, 28, 44, 0.88);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: space-between;
 
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: sticky;
    top: 0;
    z-index: 100;
justify-content: center;
}
.logo-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.logo-top {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
}
.logo-line {
    width: 100%;
    height: 1px;
    background: var(--white);
    opacity: 0.6;
    margin: 2px 0;
}
.logo-bot {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 3.5px;
    text-transform: uppercase;
}
.nav-btn {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 400;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 9px 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
}

/*Hero Section*/
.hero-section {
    position: relative;

    display: flex; 
    align-items: baseline;
  
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 35%;
    z-index: 0;
}
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(95deg, rgba(16, 26, 42, 0.88) 38%, rgba(16, 26, 42, 0.08) 100%);
z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 52%;
}
.hero-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--accent);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-tag::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--accent);
}
.hero-h1 {

 
    font-weight: 300;
    color: var(--white);
    line-height: 1.18;
    margin-bottom: 1.8rem;
}
.hero-p {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.9;
    max-width: 440px;
    margin-bottom: 2.5rem;
}
.hero-h1 em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.62);
}
.hero-ctas {
    display: flex;
    gap: 1.2rem;
}
.btn-solid {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 400;
    color: var(--navy);
    background: var(--white);
    padding: 13px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-block;
}
.btn-outline {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
    padding: 13px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.45);
    text-decoration: none;
    display: inline-block;
}
.hero-stats {
    display: flex;
    gap: 3.5rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.stat-n {
    font-family: var(--serif);
    font-size: 42px;
    font-weight: 300;
    color: var(--white);
    line-height: 1;
}
.stat-l {
    font-family: var(--sans);
    font-size: 0.875rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.52);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
}
.stat-n {
    font-family: var(--serif);
    font-size: 42px;
    font-weight: 300;
    color: var(--white);
    line-height: 1;
}
.stat-l {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.52);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
}

/*Badge Section*/
.badge-focus-section {
    background: rgba(24, 36, 56, 1);
    padding: 1.3rem 5% !important;
}

.badge-focus-item {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/*Our Clients Section*/
.our-clients-section {
 
    position: relative;
    overflow: hidden;
}
.our-clients-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.our-clients-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.body-clients-inner {
position: relative;
    z-index: 2;
}

.body-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.body-tag.dark {
    color: var(--accent);
}
.body-h2 {
    font-family: var(--serif);

    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.body-h2.dark {
    color: var(--white);
}

.body-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}
.body-divider.dark {
    background: rgba(255, 255, 255, 0.3);
}

.body-sub {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.85;
}
.body-sub.dark {
    color: rgba(255, 255, 255, 0.68);
}

.quienes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 3.5rem;
}
.q-item {
    background: rgba(14, 24, 40, 0.42);
    padding: 2.8rem;
    transition: background .3s;
}
.q-item:hover {
    background: rgba(30, 50, 78, 0.55);
}

.q-num {
    font-family: var(--serif);
    font-size: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1;
    margin-bottom: 1rem;
}

.q-title {
    font-family: var(--sans);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .8rem;
}

.q-desc {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

/*Our Essence Section*/
.our-essence-section {

    position: relative;
    overflow: hidden;
}

.our-essence-bg-image {
position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.our-essence-bg-overlay {
position: absolute;
    inset: 0;
    z-index: 1;
}

.our-essence-inner {
    position: relative;
    z-index: 2;
}

.our-essence-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.our-essence-tag.dark {
    color: var(--accent);
}

.our-essence-title {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.our-essence-title.dark {
    color: var(--white);
}
.our-essence-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}
.our-essence-divider.dark {
    background: #ffffff4d;
}

.pilares-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.pilar {
    padding: 2.8rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(16, 26, 42, 0.38);
    transition: background .25s;
}
.pilar-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.pilar-title {
    font-family: var(--sans);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: .8rem;
}
.pilar:hover {
    background: rgba(36, 54, 82, 0.52);
}
.pilar-desc {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

/*Key Services Section*/
.key-services-section {
 
    position: relative;
    overflow: hidden;
    background: var(--cream);
}

.key-services-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.key-services-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.key-services-tag.light {
    color: var(--slate);
}

.key-services-divider {
width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}
.key-services-divider.light {
    background: var(--slate);
    opacity: 0.35;
}

.key-services-title {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.key-services-title.light {
    color: var(--navy);
}

.key-services-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.serv-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(30, 45, 66, 0.1);
}
.serv-item:first-child {
    border-top: 1px solid rgba(30, 45, 66, 0.1);
}
.serv-n {
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 300;
    color: rgba(30, 45, 66, 0.72);
    min-width: 32px;
    line-height: 1;
}

.serv-text {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--navy);
    line-height: 1.65;
}
.serv-text strong {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.serv-aside {
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}
.serv-aside-bg {
    position: absolute;
    inset: 0;
    background-image: url(https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?w=800&q=80);
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) saturate(0.55);
}
.serv-aside-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 26, 42, 0.52);
}
.serv-aside-inner {
    position: relative;
    z-index: 1;
}
.aside-title {
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 300;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.aside-p {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.85;
    margin-bottom: 2rem;
}
.btn-solid {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 400;
    color: var(--navy);
    background: var(--white);
    padding: 13px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-block;
}

/*Why choose us Section*/
.why-choose-us-section {
  
    position: relative;
    overflow: hidden;
}
.why-choose-us-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.why-choose-us-bg-overlay {
position: absolute;
    inset: 0;
    z-index: 1;
}

.why-choose-us-inner {
    position: relative;
    z-index: 2;
}

.why-choose-us-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.why-choose-us-tag.dark {
    color: var(--accent);
}
.why-choose-us-title {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.why-choose-us-title.dark {
    color: var(--white);
}

.why-choose-us-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}

.why-choose-us-divider.dark {
    background: #ffffff4d;
}

.dif-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-top: 3.5rem;
}
.dif-card {
    background: rgba(14, 24, 40, 0.45);
    padding: 2.8rem 2rem;
    transition: background .25s;
}
.dif-card:hover {
    background: rgba(34, 52, 80, 0.6);
}

.dif-n {
    font-family: var(--serif);
    font-size: 52px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1;
    margin-bottom: 1.2rem;
}
.dif-title {
    font-family: var(--sans);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .8rem;
}
.dif-desc {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
}

/*segments & challenges Section*/
.segments-challenges-section {

    position: relative;
    overflow: hidden;
}
.segments-challenges-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.segments-challenges-tag.light {
color: var(--slate);

}
.segments-challenges-title {
    font-family: var(--serif);
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.segments-challenges-title.light {
    color: var(--navy);
}

.segments-challenges-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}
.segments-challenges-divider.light {
    background: var(--slate);
    opacity: 0.35;
}

.segments-challenges-sub {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.85;
}
.segments-challenges-sub.light {
color: var(--slate);
}

.seg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
}

.seg-card {
    padding: 2.2rem;
    border: 1px solid rgba(30, 45, 66, 0.11);
    transition: all .25s;
}
.seg-card:hover {
    border-color: var(--navy);
    background: var(--scream2);
}

.seg-label {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--slate);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .8rem;
}
.seg-title {
    font-family: var(--serif);
    font-size: 23px;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 1rem;
    line-height: 1.2;
}
.seg-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.seg-points li {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 200;
    color: var(--slate);
    
    position: relative;
    line-height: 1.55;
}
.seg-points li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: rgba(30, 45, 66, 0.25);
    font-size: 10px;
    top: 3px;
}

/*Team Section*/
.team-section {

    position: relative;
    overflow: hidden;
}


.team-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.team-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.team-inner {
    position: relative;
    z-index: 2;
}

.hero-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-tag.dark {
    color: var(--accent);
}

.hero-title {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-title.dark {
    color: var(--white);
}
.hero-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}

.hero-divider.dark {
    background: #ffffff4d;
}



.team-intro {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: center;
}
.team-right {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.9;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.team-card {
    background: rgba(14, 24, 40, 0.42);
    padding: 2.2rem 1.8rem;
}

.team-avatar {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(36, 54, 82, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.team-avatar img {
  width: 100%;
  height: 100%;
 object-position: 50% 40%;
}


.team-card__socials {
    display: flex;
  
    height:55px;
    gap: 15px;
    padding: 10px 0;
    margin-top: 10px;
}


.team-card__social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1); 
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}


.team-card__social-item:hover {
    background-color: #0077b5; 
    transform: translateY(-3px);
    color: #fff;
}


.team-card__socials--overlay {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 25px;
}


.partner-name {
    font-family: var(--serif);
    font-size: 19px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 4px;
}

.partner-role {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 300;
    color: var(--accent);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.partner-bio {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
   
   height:100%;
}

/*Contact Section*/
.contact-section {
  
    position: relative;
    overflow: hidden;
}

.contact-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.contact-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 300px;
}

.contact-left {

    position: relative;
    z-index: 2;
}
.contact-tag.dark {
    color: var(--accent);
}

.contact-tag {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.contact-title {
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.contact-title.dark {
    color: var(--white);
}

.contact-divider {
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
}

.contact-divider.dark {
    background: #ffffff4d;
}
.contact-sub {
    font-family: var(--sans);
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.85;
}

.contact-sub.dark {
    color: rgba(255, 255, 255, 0.68);
}

.contact-right {
    padding: 0rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: rgba(16, 26, 42, 0.45);
}

.contact-label {
    font-family: var(--sans);
    font-size: 1.063rem;
    font-weight: 300;
    color: var(--accent);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.contact-val {
    font-family: var(--sans);
    font-size: 0.938rem;
    font-weight: 300;
    color: var(--text-on-dark);
    margin-bottom: 1.8rem;
    line-height: 1.6;
}




/*Footer Section*/
.footer-section {
    background: rgba(12, 20, 34, 0.94);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copy {
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 1px;
}

/* Posts Estilos*/

.ga-main-header {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 50px 40px !important;
        font-family: 'Poppins', sans-serif !important;
      
        margin: 0 auto 20px auto !important;
        border-top: 5px solid #0d1e35 !important;
        box-sizing: border-box !important;
    }

    .ga-brand {
        color: #d69e2e !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }

    .ga-title-line-1 {
        font-size: 32px !important;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
        display: block !important;
        line-height: 1.2 !important;
        color: #fff !important;
    }

   
    .ga-underline-highlight {
        display: inline-block !important;
        border-bottom: 4px double #d69e2e !important;
        line-height: 1 !important;
        padding-bottom: 2px !important;
    }

    .ga-divider {
        border: none !important;
        border-top: 2px solid #d69e2e !important;
        margin: 30px 0 !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-description {
        font-size: 17px !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

    @media (max-width: 600px) {
        .ga-main-header { padding: 30px 20px !important; }
        .ga-title-line-1 { font-size: 26px !important; }
    }

   .ga-image-container {
 
        margin: 0 auto 40px auto;
        padding: 0 20px; 
    }

    
    .ga-infographic {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
        border: 1px solid #e2e8f0;
    }

  
    @media (max-width: 600px) {
        .ga-image-container { padding: 0; }
        .ga-infographic { box-shadow: none; border: none; }
    }

    .section-bar {
        background-color: #1a365d;
        color: white;
        padding: 12px 20px;
        font-family: 'Poppins', sans-serif !important;        
        display: flex;
        align-items: center;
        border-left: 6px solid #d69e2e;
        margin-top: 60px !important;
    margin-bottom: 0px !important;
    margin-left: 0;
    margin-right: 0;
    }
    .section-bar span {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 0.5px;
    }
.ga-expert-section {
     
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Bloque de Introducción */
    .ga-expert-header {
        background-color: #f8fafc;
        border-left: 5px solid #1a365d;
        padding: 30px;
        margin-bottom: 30px;
    }

    .ga-expert-name {
        font-size: 20px;
        font-weight: 800;
        color: #1a365d;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .ga-expert-bio {
        font-size: 14px;
        color: #64748b;
        line-height: 1.5;
        font-style: italic;
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 15px;
    }

    /* Pilares del Mercado */
    .ga-pillars-container {
        margin: 30px 0;
    }

    .ga-pillars-title {
        font-size: 18px;
        font-weight: 700;
        color: #1a365d;
        margin-bottom: 20px;
        display: block;
    }

    .ga-pillar-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        padding: 15px;
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 4px;
    }

    .ga-pillar-icon {
        color: #d69e2e;
        font-weight: bold;
        margin-right: 15px;
        font-size: 18px;
    }

    .ga-pillar-text {
        font-size: 15px;
        color: #334155;
        line-height: 1.6;
    }

    /* Conclusión y Geopolítica */
    .ga-positioning-box {
        background-color: #1a365d;
        color: #ffffff;
        padding: 25px;
        border-radius: 4px;
        text-align: center;
    }

    .ga-highlight-gold {
        color: #d69e2e;
        font-weight: 700;
    }
.ga-charts-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 30px auto;
    
        font-family: 'Poppins', sans-serif !important;
        align-items: start; 
    }

    .ga-chart-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        height: 100%; 
    }

   
    .ga-img-container {
        width: 100%;
        aspect-ratio: 16 / 9; 
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .ga-chart-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; 
    }

    .ga-chart-title {
        font-size: 14px;
        font-weight: 700;
        color: #1a365d;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin-top: auto; 
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ga-metadata-footer {
       
        margin: 20px auto;
        padding: 15px 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #e2e8f0;
    }

    .ga-source-text { font-size: 11px; color: #64748b; font-weight: 500; }
    .ga-confidential-tag { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

    @media (max-width: 768px) {
        .ga-charts-grid { grid-template-columns: 1fr; }
        .ga-metadata-footer { flex-direction: column; gap: 10px; text-align: center; }
        .ga-img-container { aspect-ratio: auto; height: 200px; }
    }
.ga-main-container {
        
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Espaciador entre tarjetas */
    .ga-card-spacer {
        margin-bottom: 40px;
    }

    .ga-chart-top-label {
        font-size: 13px;
        color: #64748b;
        font-style: italic;
        margin-bottom: 8px;
        display: block;
        padding-left: 5px;
    }

    .ga-chart-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }

    .ga-img-container {
        width: 100%;
        aspect-ratio: 16 / 9; 
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .ga-chart-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; 
    }

    .ga-chart-title {
        font-size: 14px;
        font-weight: 700;
        color: #1a365d;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin-top: 10px;
        min-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ga-metadata-footer {
     
        margin: 20px auto;
        padding: 15px 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #e2e8f0;
    }

    .ga-source-text { font-size: 11px; color: #64748b; font-weight: 500; }
    .ga-confidential-tag { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

    @media (max-width: 768px) {
        .ga-metadata-footer { flex-direction: column; gap: 10px; text-align: center; }
        .ga-img-container { aspect-ratio: auto; height: 250px; }
    }
.ga-main-container {
        
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    .ga-chart-top-label {
        font-size: 13px;
        color: #64748b;
        font-style: italic;
        margin-bottom: 8px;
        display: block;
        padding-left: 5px;
    }
    .ga-charts-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 30px auto;
        
        font-family: 'Poppins', sans-serif !important;
        align-items: start; 
    }

    .ga-chart-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        height: 100%; 
    }

   
    .ga-img-container {
        width: 100%;
        aspect-ratio: 16 / 9; 
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .ga-chart-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; 
    }

    .ga-chart-title {
        font-size: 14px;
        font-weight: 700;
        color: #1a365d;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin-top: auto; 
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ga-metadata-footer {
    
        margin: 20px auto;
        padding: 15px 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #e2e8f0;
    }

    .ga-source-text { font-size: 11px; color: #64748b; font-weight: 500; }
    .ga-confidential-tag { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

    @media (max-width: 768px) {
        .ga-charts-grid { grid-template-columns: 1fr; }
        .ga-metadata-footer { flex-direction: column; gap: 10px; text-align: center; }
        .ga-img-container { aspect-ratio: auto; height: 200px; }
    }

.ga-report-footer-section {
   
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

   
    .ga-disclaimer-tab {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 12px 20px !important;
        font-weight: 800 !important;
        font-size: 18px !important;
        border-left: 6px solid #d69e2e !important;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-transform: uppercase !important;
    }

    .ga-disclaimer-content {
        background-color: #f1f5f9 !important;
        border-top: 2px solid #d69e2e !important;
        border-left: 4px solid #1a365d !important;
        padding: 25px !important;
        margin-top: 5px !important;
        margin-bottom: 50px !important;
    }

    .ga-disclaimer-text {
        font-size: 13px !important;
        line-height: 1.7 !important;
        color: #334155 !important;
        margin: 0 0 15px 0 !important;
    }

    .ga-disclaimer-highlight {
        font-weight: 700 !important;
        color: #1a365d !important;
        display: block !important;
        margin-top: 20px !important;
    }

   
    .ga-footer-main {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 45px 20px !important;
        text-align: center !important;
    }

    .ga-footer-brand {
        color: #d69e2e !important; 
        font-weight: 700 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }

    .ga-footer-links-row {
        font-size: 14px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }

    
    .ga-footer-anchor {
        color: #ffffff !important;
        text-decoration: underline !important;
        transition: all 0.3s ease !important;
    }

    .ga-footer-anchor:hover {
        color: #d69e2e !important; 
        text-decoration: none !important;
        opacity: 1 !important;
    }

    .ga-footer-sep {
        color: rgba(255, 255, 255, 0.3) !important;
    }

   
    @media (max-width: 600px) {
        .ga-footer-links-row { flex-direction: column !important; gap: 12px !important; }
        .ga-footer-sep { display: none !important; }
        .ga-disclaimer-tab { font-size: 16px !important; }
    }
.ga-transition-section {
  
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-transition-title {
        color: #1a365d !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-transition-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-transition-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .ga-risk-insight {
        background-color: #1a365d;
        color: #ffffff;
        padding: 25px;
        border-radius: 4px;
        margin-top: 30px;
    }

    .ga-highlight-gold {
        color: #d69e2e;
        font-weight: 700;
    }

.ga-report-container {
  
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Encabezado del Reporte */
    .ga-report-header {
        border-bottom: 2px solid #d69e2e;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .ga-report-tag {
        background-color: #1a365d;
        color: #ffffff;
        padding: 5px 15px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 2px;
    }

    /* Caja de Datos Clave */
    .ga-data-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .ga-data-card {
        background-color: #f8fafc;
        padding: 25px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #e2e8f0;
    }

    .ga-data-value {
        font-size: 28px;
        font-weight: 800;
        color: #1a365d;
        display: block;
    }

    .ga-data-label {
        font-size: 13px;
        color: #64748b;
        text-transform: uppercase;
        font-weight: 600;
    }

    /* Vectores de Demanda */
    .ga-vector-box {
        border: 1px solid #f1f5f9;
        padding: 25px;
        margin-top: 30px;
    }

    .ga-vector-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 20px;
    }

    .ga-vector-item {
        font-size: 14px;
        color: #334155;
        padding-left: 20px;
        position: relative;
    }

    .ga-vector-item::before {
        content: "•";
        color: #d69e2e;
        font-weight: bold;
        position: absolute;
        left: 0;
    }


    .ga-report-link {
        display: inline-block;
        margin-top: 15px;
        color: #1a365d;
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
    }
.ga-multiplier-section {
      
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    .ga-reality-box {
        background-color: #f1f5f9;
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 35px;
        border-left: 5px solid #64748b;
    }

    .ga-reality-label {
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        color: #64748b;
        letter-spacing: 1.5px;
        display: block;
        margin-bottom: 10px;
    }

    .ga-energy-alert {
        background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
        color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 35px 0;
    }

    .ga-energy-stats {
        flex: 1;
    }

    .ga-energy-value {
        font-size: 42px;
        font-weight: 800;
        color: #d69e2e;
        line-height: 1;
    }

    .ga-energy-label {
        font-size: 14px;
        opacity: 0.9;
        display: block;
        margin-bottom: 10px;
    }

    /* Estilo para la imagen interpretativa */
    .ga-infographic-container {
        margin: 40px 0;
        border-radius: 8px;
        overflow: hidden;
     
    }

    .ga-infographic-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ga-indirect-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin: 25px 0;
    }

    .ga-indirect-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 15px;
        text-align: center;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        color: #1a365d;
    }

    @media (max-width: 600px) {
        .ga-energy-alert { flex-direction: column; }
        .ga-indirect-grid { grid-template-columns: 1fr; }
    }

.ga-gtc-section {
     
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Nota sobre el GTC */
    .ga-event-note {
        font-size: 14px;
        color: #64748b;
        font-style: italic;
        background-color: #f8fafc;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 25px;
        display: block;
    }

    /* Tabla de Complementariedad */
    .ga-tech-comparison {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .ga-tech-card {
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }

    .ga-tech-card.copper {
        border-top: 4px solid #d69e2e;
        background-color: #fffaf0;
    }

    .ga-tech-card.fiber {
        border-top: 4px solid #1a365d;
        background-color: #f1f5f9;
    }

    .ga-tech-title {
        font-weight: 800;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
    }

    .ga-tech-use {
        font-size: 14px;
        line-height: 1.5;
        color: #334155;
    }

    /* Bloque de Tesis Reforzada */
    .ga-reinforced-box {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        border-radius: 4px;
        text-align: center;
        margin-top: 35px;
    }

    .ga-highlight-gold {
        color: #d69e2e;
        font-weight: 700;
    }

    @media (max-width: 600px) {
        .ga-tech-comparison { grid-template-columns: 1fr; }
    }
.ga-supply-full-section {
     
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Contenedor del Gráfico de Brecha */
    .ga-gap-container {
        background-color: #1a365d;
        color: #ffffff;
        padding: 40px;
        border-radius: 8px;
        margin: 35px 0;
        text-align: center;
    }

    .ga-gap-flex {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        height: 180px;
        margin: 30px 0;
        border-bottom: 2px solid #334155;
        padding-bottom: 10px;
    }

    .ga-bar {
        width: 100px;
        position: relative;
    }

    .ga-bar-label {
        position: absolute;
        top: -30px;
        width: 100%;
        font-weight: 800;
        font-size: 18px;
    }

    .ga-bar-year {
        margin-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.8;
    }

    /* Bloque de Alerta de Sustitución */
    .ga-substitute-warning {
        background-color: #fff5f5;
        border-left: 5px solid #e53e3e;
        padding: 25px;
        margin-top: 35px;
        border-radius: 0 4px 4px 0;
    }

    .ga-highlight-gold {
        color: #d69e2e;
        font-weight: 700;
    }
.ga-risk-analysis-section {
       
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Caja de Sensibilidad de Mercado */
    .ga-market-sensitivity {
        background-color: #f8fafc;
        border-left: 5px solid #d69e2e;
        padding: 30px;
        margin-bottom: 35px;
    }

    /* Contenedor de Escenarios Moderadores */
    .ga-scenarios-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 30px 0;
    }

    .ga-scenario-card {
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 20px;
        border-radius: 4px;
        position: relative;
    }

    .ga-scenario-number {
        font-size: 11px;
        font-weight: 800;
        color: #d69e2e;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    .ga-scenario-text {
        font-size: 14px;
        line-height: 1.6;
        color: #334155;
    }

    /* Conclusión de Portafolio */
    .ga-portfolio-conclusion {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        border-radius: 4px;
        text-align: center;
        margin-top: 40px;
    }

    @media (max-width: 768px) {
        .ga-scenarios-grid { grid-template-columns: 1fr; }
    }
.ga-strategies-section {
        
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Contenedor de las 3 Estrategias */
    .ga-strategy-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 35px 0;
    }

    .ga-strategy-card {
        padding: 25px;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        border: 1px solid #e2e8f0;
    }

    /* Variaciones de Color por Perfil */
    .ga-card-direct { border-top: 4px solid #64748b; background-color: #f8fafc; }
    .ga-card-mining { border-top: 4px solid #d69e2e; background-color: #fffaf0; }
    .ga-card-infra { border-top: 4px solid #1a365d; background-color: #f1f5f9; }

    .ga-strategy-label {
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        color: #64748b;
        margin-bottom: 10px;
    }

    .ga-strategy-title {
        font-size: 16px;
        font-weight: 700;
        color: #1a365d;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .ga-strategy-body {
        font-size: 14px;
        line-height: 1.6;
        color: #334155;
        text-align: justify;
    }

    /* Bloque de Cierre Activo */
    .ga-active-decision {
        background-color: #1a365d;
        color: #ffffff;
        padding: 35px;
        border-radius: 4px;
        margin-top: 40px;
        text-align: center;
    }

    @media (max-width: 850px) {
        .ga-strategy-grid { grid-template-columns: 1fr; }
    }
.ga-final-conclusion {
  
        margin: 60px auto;
        font-family: 'Poppins', sans-serif !important;
        border-top: 2px solid #d69e2e;
        padding-top: 40px;
    }

    /* Bloque de Tesis Central Final */
    .ga-thesis-wrap {
        background-color: #f8fafc;
        padding: 40px;
        border-radius: 4px;
        margin-bottom: 40px;
        position: relative;
    }

    .ga-thesis-punchline {
        font-size: 20px;
        font-weight: 700;
        color: #1a365d;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 25px;
        display: block;
    }

    .ga-thesis-sub {
        font-size: 17px;
        line-height: 1.8;
        color: #334155;
        text-align: justify;
    }

    /* Disclaimer / Firma */
    .ga-footer-disclaimer {
        border-top: 1px solid #e2e8f0;
        padding-top: 25px;
        margin-top: 50px;
    }

    .ga-disclaimer-text {
        font-size: 13px;
        color: #64748b;
        font-style: italic;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .ga-brand-signature {
        font-size: 15px;
        font-weight: 800;
        color: #d69e2e;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
.ga-section {
 
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .ga-system-steps {
        background-color: #f1f5f9;
        border-left: 4px solid #1a365d;
        padding: 25px;
        margin: 25px 0;
        counter-reset: step-counter;
    }

    .ga-step-item {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        font-weight: 600;
        color: #1e293b;
    }

    .ga-step-item::before {
        counter-increment: step-counter;
        content: counter(step-counter);
        background-color: #d69e2e;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        font-size: 13px;
    }
.ga-stage-section {
     
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-stage-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-stage-divider {
         border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-stage-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

   
    .ga-scenarios-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 30px 0;
    }

    .ga-scenario-card {
        background-color: #f8fafc;
        border-left: 4px solid #d69e2e; 
        padding: 20px;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    }

    .ga-scenario-profile {
        font-weight: 700;
        color: #1a365d;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .ga-scenario-desc {
        font-size: 15px;
        color: #475569;
        margin: 0;
        line-height: 1.5;
    }

   
    .ga-critical-point {
        background-color: #1a365d;
        color: #ffffff;
        padding: 25px;
        border-radius: 4px;
        margin-top: 30px;
        text-align: center;
    }

    .ga-critical-highlight {
        color: #d69e2e;
        font-weight: 700;
        font-size: 18px;
    }
.ga-comparison-section {
   
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-comparison-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-comparison-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-comparison-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }

    
    .ga-logic-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 25px 0;
    }

    .ga-logic-box {
        padding: 20px;
        border-radius: 4px;
    }

    .ga-logic-box.standard {
        background-color: #f1f5f9;
        border-top: 3px solid #64748b;
    }

    .ga-logic-box.patrimonial {
        background-color: #f8fafc;
        border-top: 3px solid #d69e2e;
    }

    .ga-logic-title {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
    }

    .ga-logic-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-logic-list li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 15px;
        position: relative;
      color:#333333;
    }

    .ga-logic-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #d69e2e;
    }

    .ga-final-insight {
        border-left: 4px solid #1a365d;
        padding: 15px 20px;
        background-color: #f8fafc;
        margin-top: 20px;
    }

    @media (max-width: 600px) {
        .ga-logic-grid { grid-template-columns: 1fr; }
    }
.ga-strategy-section {
      
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-strategy-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-strategy-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    
    .ga-questions-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 25px 0;
    }

    .ga-question-card {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        padding: 15px;
        border-radius: 4px;
        font-size: 14px;
        color: #1e293b;
        line-height: 1.4;
        font-style: italic;
    }

    
    .ga-decision-flow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #1a365d;
        padding: 25px;
        border-radius: 4px;
        margin: 30px 0;
        color: white;
        text-align: center;
    }

    .ga-flow-step {
        flex: 1;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .ga-flow-arrow {
        padding: 0 10px;
        color: #d69e2e;
        font-weight: bold;
    }

    @media (max-width: 600px) {
        .ga-questions-grid { grid-template-columns: 1fr; }
        .ga-decision-flow { flex-direction: column; gap: 10px; }
        .ga-flow-arrow { transform: rotate(90deg); padding: 5px 0; }
    }
.ga-context-section {

        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-context-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-context-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    
    .ga-scalable-box {
        background-color: #f1f5f9;
        border-right: 4px solid #64748b;
        padding: 25px;
        margin: 25px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    .ga-scalable-item {
        flex: 1;
        min-width: 180px;
        background: white;
        padding: 12px;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #475569;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

   
    .ga-transition-alert {
        border-left: 4px solid #d69e2e;
        padding: 20px 25px;
        background-color: #f8fafc;
        margin-top: 25px;
    }

    .ga-highlight-blue {
        color: #1a365d;
        font-weight: 700;
    }

    @media (max-width: 600px) {
        .ga-scalable-box { flex-direction: column; }
    }
.ga-design-section {
    
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-design-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-design-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

   
    .ga-conceptual-image {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 35px auto;
        border-radius: 4px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    
    .ga-design-focus {
        background-color: #f8fafc;
        border-left: 4px solid #1a365d;
        padding: 25px;
        margin: 30px 0;
    }

    .ga-design-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 15px !important;
    }

 
    .ga-warning-box {
        background-color: #fff9eb;
        border: 1px dashed #d69e2e;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        margin-top: 25px;
    }

    .ga-warning-statement {
        color: #1a365d;
        font-weight: 700;
        font-size: 18px;
        display: block;
    }
.ga-closing-section {
   
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-closing-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .ga-closing-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

   
    .ga-questions-focus {
        background-color: #f8fafc;
        border-left: 4px solid #1a365d;
        padding: 30px;
        margin: 30px 0;
        border-radius: 0 4px 4px 0;
    }

    .ga-wrong-question {
        font-size: 14px;
        color: #64748b;
        text-decoration: line-through;
        display: block;
        margin-bottom: 10px;
    }

    .ga-right-question {
        font-size: 20px;
        font-weight: 700;
        color: #1a365d;
        display: block;
        line-height: 1.4;
    }

   
    .ga-coherence-box {
        text-align: center;
        padding: 30px;
        background-color: #1a365d;
        color: #ffffff;
        border-radius: 4px;
        margin-top: 40px;
    }

    .ga-coherence-text {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }

    .ga-coherence-highlight {
        font-size: 24px;
        font-weight: 700;
        color: #d69e2e;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
 .ga-main-header {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 60px 40px !important;
        font-family: 'Poppins', sans-serif !important;
    
        margin: 0 auto 30px auto !important;
        border-top: 5px solid #0d1e35 !important;
        box-sizing: border-box !important;
    }

    .ga-brand {
        color: #d69e2e !important; 
        font-size: 14px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }

    .ga-title-main {
        font-size: 38px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        color: #ffffff !important;
        margin: 0 !important;
    }

    .ga-divider-gold {
        border: none !important;
        border-top: 2px solid #d69e2e !important;
        margin: 25px 0 !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    
    .ga-content-section {
    
        margin: 0 auto;
        font-family: 'Poppins', sans-serif !important;
        color: #333333 !important;
        line-height: 1.8 !important;
        font-size: 16px !important;
    }

    .ga-intro-text {
        margin-bottom: 25px !important;
    }

    .ga-question-highlight {
        color: #1a365d !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        display: block !important;
        margin: 20px 0 !important;
    }

    @media (max-width: 600px) {
        .ga-main-header { padding: 40px 20px !important; }
        .ga-title-main { font-size: 28px !important; }
    }
.ga-wealth-section {
 
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-wealth-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-wealth-divider {
        border: none;
        border-top: 1.5px solid #d69e2e; 
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-wealth-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .ga-question-box {
        background-color: #f8fafc;
        border-left: 4px solid #1a365d;
        padding: 15px 20px;
        margin: 20px 0;
    }

    .ga-wealth-image {
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 25px auto !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        border-radius: 4px;
    }
.ga-performance-section {

        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    
    .ga-performance-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

   
    .ga-performance-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    
    .ga-performance-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    
    .ga-cost-list-box {
        background-color: #f8fafc;
        border-left: 4px solid #1a365d;
        padding: 25px;
        margin: 25px 0;
    }

    .ga-cost-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-cost-list li {
        position: relative !important;
        padding-left: 25px !important;
        margin-bottom: 12px !important;
        font-size: 16px !important;
        color: #334155 !important;
    }

 
    .ga-cost-list li::before {
        content: "•" !important;
        color: #d69e2e !important;
        font-weight: bold !important;
        position: absolute !important;
        left: 5px !important;
    }

    
    .ga-alert-text {
        color: #c53030; 
        font-weight: 700;
    }
.ga-impact-section {

        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-impact-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-impact-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-impact-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    
    .ga-layers-box {
        background-color: #f1f5f9;
        border-right: 4px solid #d69e2e; 
        padding: 25px;
        margin: 25px 0;
    }

    .ga-layers-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-layers-list li {
        font-size: 15px !important;
        font-weight: 600;
        color: #1e293b !important;
        padding: 8px 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .ga-layers-list li:last-child {
        border-bottom: none;
    }

 
    .ga-example-highlight {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        border-radius: 4px;
        margin: 30px 0;
        text-align: center;
    }

    .ga-example-value {
        font-size: 28px;
        font-weight: 800;
        color: #d69e2e;
        display: block;
        margin: 10px 0;
    }
.ga-analysis-section {
 
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-analysis-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-analysis-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-analysis-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

   
    .ga-reflection-box {
        background-color: #fff9eb; 
        border: 1px solid #d69e2e;
        padding: 30px;
        margin: 30px 0;
        border-radius: 4px;
        text-align: center;
    }

    .ga-question-text {
        color: #1a365d;
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4;
        display: block;
    }

   
    .ga-transparency-focus {
        border-left: 4px solid #1a365d;
        padding-left: 20px;
        margin: 25px 0;
        font-weight: 500;
        color: #475569;
    }
/* Contenedor alineado con el reporte Global Advisors */
    .ga-risk-section {
        
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-risk-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-risk-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-risk-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    /* Caja de Errores de Alineación */
    .ga-errors-box {
        background-color: #fff5f5; /* Fondo rojizo muy suave para riesgo */
        border-left: 4px solid #c53030; /* Borde rojo de advertencia */
        padding: 25px;
        margin: 25px 0;
    }

    .ga-errors-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-errors-list li {
        position: relative !important;
        padding-left: 30px !important;
        margin-bottom: 12px !important;
        font-size: 15px !important;
        color: #1e293b !important;
        font-weight: 500;
    }

    /* Icono de advertencia para la lista */
    .ga-errors-list li::before {
        content: "⚠" !important;
        color: #c53030 !important;
        position: absolute !important;
        left: 0 !important;
        font-weight: bold !important;
    }

  
    .ga-impact-alert {
        background-color: #1a365d;
        color: #ffffff;
        padding: 20px 25px;
        border-radius: 4px;
        font-weight: 600;
        text-align: center;
        margin-top: 25px;
    }
/* Contenedor final alineado con el reporte */
    .ga-conclusion-section {
 
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-conclusion-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-conclusion-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-conclusion-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    /* Estilo para la imagen del Efecto Acumulativo */
    .ga-impact-image {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 30px auto;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    /* Grid de Funciones del Capital */
    .ga-functions-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 25px 0;
    }

    .ga-function-card {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        padding: 15px;
        border-radius: 4px;
        text-align: center;
        font-weight: 600;
        color: #1a365d;
    }

    /* Caja de Resumen de Problemas (Efecto Acumulado) */
    .ga-summary-box {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        border-radius: 4px;
        margin: 30px 0;
    }

    .ga-summary-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 15px 0 !important;
    }

    .ga-summary-list li {
        padding: 5px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .ga-summary-list li:last-child {
        border-bottom: none;
    }

    /* Alerta de Opacidad */
    .ga-opacity-alert {
        border-left: 4px solid #d69e2e;
        padding-left: 20px;
        font-style: italic;
        color: #475569;
        margin-top: 25px;
    }

    @media (max-width: 600px) {
        .ga-functions-grid { grid-template-columns: 1fr; }
    }
.ga-action-section {
   
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-action-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .ga-action-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-action-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    
    .ga-checklist-box {
        background-color: #f8fafc;
        border-left: 4px solid #d69e2e; 
        padding: 25px;
        margin: 25px 0;
    }

    .ga-checklist {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-checklist li {
        position: relative !important;
        padding-left: 30px !important;
        margin-bottom: 12px !important;
        font-size: 15px !important;
        color: #1e293b !important;
        font-weight: 500;
    }

 
    .ga-checklist li::before {
        content: "✓" !important;
        color: #d69e2e !important;
        position: absolute !important;
        left: 0 !important;
        font-weight: bold !important;
    }

    
    .ga-final-question-box {
        background-color: #1a365d;
        color: #ffffff;
        padding: 40px 30px;
        border-radius: 4px;
        text-align: center;
        margin-top: 40px;
    }

    .ga-wrong-q {
        font-size: 14px;
        opacity: 0.7;
        text-decoration: line-through;
        display: block;
        margin-bottom: 10px;
    }

    .ga-right-q {
        font-size: 24px;
        font-weight: 700;
        color: #d69e2e;
        display: block;
        line-height: 1.3;
    }
.ga-final-section {
      
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .ga-final-divider {
        border: none;
        border-top: 1.5px solid #d69e2e;
        margin-bottom: 20px;
        width: 100%;
        opacity: 1 !important;
    }

    .ga-final-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }


    .ga-clarity-box {
        background-color: #f8fafc;
        border-left: 4px solid #1a365d;
        padding: 25px;
        margin: 30px 0;
    }

    .ga-clarity-statement {
        color: #1a365d;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
    }

.ga-main-header {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 50px 40px !important;
        font-family: 'Poppins', sans-serif !important;
     
        margin: 0 auto 20px auto !important; 
        border-top: 5px solid #0d1e35 !important;
        box-sizing: border-box !important;
    }

    .ga-brand {
        color: #d69e2e !important; 
        font-size: 14px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }

    .ga-title-line-1 {
        font-size: 30px !important;
        font-weight: 400 !important;
        margin-bottom: 5px !important;
        display: block !important;
    }

    .ga-title-line-2 {
        font-size: 45px !important;
        font-weight: 700 !important;
        margin-top: 0 !important;
        display: block !important;
        line-height: 1.2 !important;
        color:#fff !important;
    }

    
    .ga-underline-febrero {
        display: inline-block !important;
        border-bottom: 4px double #d69e2e  !important;
        line-height: 1 !important;
        padding-bottom: 2px !important;
    }

    .ga-divider {
        border: none !important;
        border-top: 2px solid #d69e2e !important;
        margin: 30px 0 !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .ga-description {
        font-size: 16px !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        margin: 0 !important;
    }


    @media (max-width: 600px) {
        .ga-main-header { padding: 30px 20px !important; }
        .ga-title-line-2 { font-size: 32px !important; }
    }
.performance-section {
     
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }   


    .performance-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }
.stats-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0; 
       
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

    .stat-card {
        flex: 1;
        min-width: 200px; 
        padding: 30px 15px;
        text-align: center;
        color: white;
    }

    
    .card-latam { background-color: #1e3a5a; } 
    .card-sp500 { background-color: #345e85; } 
    .card-nominas { background-color: #2d6648; } 
    .card-ipc { background-color: #7a3a23; }

    .stat-label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        opacity: 0.9;
    }

    .stat-value {
        font-size: 32px;
        font-weight: 800;
        margin: 10px 0;
    }

   
    .text-highlight { color: #d69e2e; }

    .stat-footer {
        font-size: 13px;
        font-style: italic;
        opacity: 0.8;
    }

    
    @media (max-width: 600px) {
        .stat-card {
            flex: 1 0 50%; 
        }
    }
 .table-container {
       
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

    .performance-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        color: #333;
    }

   
    .performance-table thead tr {
        background-color: #1a365d;
        color: #ffffff;
        text-align: left;
    }

    .performance-table th {
        padding: 12px 15px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
    }

   
    .performance-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

   
    .performance-table tbody tr:nth-child(even) {
        background-color: #f1f5f9;
    }

    
    .text-center { text-align: center; }
    .text-right { text-align: right; }

 
    .pos { color: #2f855a; font-weight: 700; } 
    .neg { color: #c53030; font-weight: 700; } 

  
    .index-name { font-weight: 400; color: #444; }
.performance-section {
      
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .performance-title {
        color: #1a365d !important; 
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important; 
        display: block !important;
        line-height: 1.2 !important;
    }

    .performance-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important; 
       
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .performance-text {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }
.performance-section {
        
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
    }

    .performance-title {
        color: #1a365d; 
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .performance-divider {
        border: none;
        border-top: 1.5px solid #d69e2e; 
        margin-bottom: 15px;
        width: 100%;
    }

    .performance-text {
        color: #333333;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
.sector-table-container {
     
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

    .sector-performance-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        color: #333;
    }

    
    .sector-performance-table thead tr {
        background-color: #1a365d;
        color: #ffffff;
    }

    .sector-performance-table th {
        padding: 12px 15px;
        font-weight: 700;
        text-align: left;
    }

    
    .sector-performance-table .text-center { text-align: center; }
    .sector-performance-table .text-right { text-align: right; }

   
    .sector-performance-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    
    .sector-performance-table tbody tr:nth-child(even) {
        background-color: #f1f5f9;
    }

  
    .val-pos { color: #2f855a; font-weight: 700; }
    .val-neg { color: #c53030; font-weight: 700; }
    .val-neutral { color: #666; } 
.currency-table-container {
     
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

    .currency-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        color: #333;
    }

   
    .currency-table thead tr {
        background-color: #1a365d;
        color: #ffffff;
    }

    .currency-table th {
        padding: 12px 15px;
        font-weight: 700;
        text-align: left;
    }

  
    .currency-table .text-center { 
        text-align: center !important; 
        padding: 12px 15px !important; 
    }

    
    .currency-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

   
    .currency-table tbody tr:nth-child(even) {
        background-color: #f1f5f9;
    }

   
    .trend-up { color: #2f855a; font-weight: 700; } 
    .trend-down { color: #c53030; font-weight: 700; } 
    .commodity-container {
   
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
    }

    .commodity-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        color: #333;
    }

    
    .commodity-table thead tr {
        background-color: #1a365d;
        color: #ffffff;
    }

    .commodity-table th {
        padding: 12px 15px;
        font-weight: 700;
        text-align: left;
    }

    
    .col-center {
        text-align: center !important;
    }

    
    .commodity-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

   
    .commodity-table tbody tr:nth-child(even) {
        background-color: #f1f5f9;
    }

    
    .c-pos { color: #2f855a; font-weight: 700; } 
    .c-neg { color: #c53030; font-weight: 700; } 
.stats-grid-laboral {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
        background-color: #1a365d; 
    }

    .stat-card-laboral {
        flex: 1;
        min-width: 200px;
        padding: 35px 10px;
        text-align: center;
        color: white;
    }

    .stat-label-laboral {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 12px;
        opacity: 0.9;
    }

    .stat-value-laboral {
        font-size: 34px;
        font-weight: 800;
        margin: 10px 0;
    }

    
    .color-gold { color: #d69e2e !important; }    
    .color-white { color: #ffffff !important; }  
    .color-green { color: #2f855a !important; }   
    .color-red { color: #c53030 !important; }     

    .stat-footer-laboral {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
    }

    @media (max-width: 600px) {
        .stat-card-laboral {
            flex: 1 0 50%;
            padding: 25px 5px;
        }
    }
.ipc-stats-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
     
        margin: 20px auto;
        font-family: 'Poppins', sans-serif !important; 
        background-color: #f1f5f9; 
    }

    .ipc-card {
        flex: 1;
        min-width: 200px;
        padding: 30px 10px;
        text-align: center;
       
    }

    .ipc-card:last-child {
        border-right: none;
    }

    .ipc-label {
        color: #4a5568;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
        display: block;
    }

    .ipc-value {
        font-size: 32px;
        font-weight: 800;
        margin: 8px 0;
        display: block;
    }

   
    .ipc-color-brown { color: #743411 !important; } 
    .ipc-color-blue { color: #2d3748 !important; } 
    .ipc-color-green { color: #2f855a !important; } 

    .ipc-footer {
        color: #718096;
        font-size: 13px;
        font-weight: 400;
    }

    
    @media (max-width: 600px) {
        .ipc-card {
            flex: 1 0 50%;
            border-bottom: 1px solid #e2e8f0;
        }
        .ipc-card:nth-child(2n) {
            border-right: none;
        }
    }
.ga-main-header {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 50px 40px !important;
        font-family: 'Poppins', sans-serif !important;
      
        margin: 0 auto 20px auto !important;
        border-top: 5px solid #0d1e35 !important;
        box-sizing: border-box !important;
    }

    .ga-brand {
        color: #d69e2e !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }

    .ga-title-line-1 {
        font-size: 28px !important;
        font-weight: 400 !important;
        margin-bottom: 5px !important;
        display: block !important;
    }

    .ga-title-line-2 {
        font-size: 42px !important;
        font-weight: 700 !important;
        margin-top: 0 !important;
        display: block !important;
        line-height: 1.1 !important;
        color: #fff !important;
    }

    .ga-underline-orange {
        display: inline-block !important;
        border-bottom: 4px double #d69e2e !important; 
        line-height: 1 !important;
        padding-bottom: 2px !important;
    }

    .ga-divider {
        border: none !important;
        border-top: 2px solid #d69e2e !important;
        margin: 30px 0 !important;
        width: 100% !important;
    }

    .ga-description {
        font-size: 16px !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        margin: 0 !important;
    }
.section-container {
       
        margin: 40px auto 20px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    .section-title-ga {
        color: #1a365d !important; 
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
        display: block !important;
    }

    .section-divider-ga {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important; 
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    
    .section-content-ga {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
        text-align: justify;
        margin-bottom: 25px !important;
    }
.ga-section-header {
      
        margin: 40px auto 10px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    .ga-section-title {
        color: #1a365d !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
        display: block !important;
    }

    .ga-section-line {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

  
    .ga-highlight-box {
        background-color: #f8fafc !important;
        border-left: 5px solid #1a365d !important;
        padding: 20px !important;
        margin: 25px auto !important;
      
        display: flex !important;
        gap: 20px !important;
        align-items: center !important;
    }

    .ga-stat-item {
        flex: 1 !important;
        text-align: center !important;
    }

    .ga-stat-number {
        display: block !important;
        font-size: 28px !important;
        font-weight: 800 !important;
        color: #743411 !important; 
    }

    .ga-stat-desc {
        font-size: 13px !important;
        color: #4a5568 !important;
        line-height: 1.3 !important;
    }

   
    .ga-body-text {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
        color: #334155 !important;
        margin-bottom: 20px !important;
   
        margin-left: auto !important;
        margin-right: auto !important;
    }

    @media (max-width: 600px) {
        .ga-highlight-box { flex-direction: column !important; }
    }
.ga-insurance-section {
     
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
        text-align: left;
       
    }

   
    .ga-insurance-title {
        color: #1a365d !important; 
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
        display: block !important;
    }

    .ga-insurance-line {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        margin-top: 0 !important;
        margin-bottom: 25px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

   
    .ga-insurance-image {
        display: block !important;
      
        margin: 0 auto 30px auto; 
        
        border: 1px solid #e2e8f0; 
    }

   
    .ga-insurance-text {
        font-size: 16px !important;
        line-height: 1.7 !important;
        color: #333333 !important;
        margin-bottom: 15px !important;
    }

    .ga-ft-box {
        background-color: #f8fafc !important; 
        border-left: 5px solid #1a365d !important; 
        padding: 25px !important;
        margin: 25px 0 !important;
    }

   
    .ga-ft-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-ft-list li {
        position: relative !important;
        padding-left: 25px !important;
        margin-bottom: 12px !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
        color: #334155 !important;
    }

    
    .ga-ft-list li::before {
        content: "•" !important;
        color: #d69e2e !important;
        font-weight: bold !important;
        display: inline-block !important;
        width: 1em !important;
        margin-left: -1em !important;
        position: absolute !important;
        left: 10px !important;
    }

  
    .ga-highlight-red {
        color: #c53030 !important;
        font-weight: 700 !important;
    }
.ga-asia-section {
    
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
        color: #333333 !important;
    }

   
    .ga-asia-title {
        color: #1a365d !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    .ga-asia-divider {
        border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        width: 100% !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    
    .ga-asia-text {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 20px !important;
    }

   
    .ga-asia-focus-box {
        background-color: #f1f5f9 !important;
        border-left: 5px solid #d69e2e !important;
        padding: 30px !important;
        margin: 25px 0 !important;
    }

    .ga-asia-stat-highlight {
        font-size: 22px !important;
        font-weight: 800 !important;
        color: #1a365d !important;
    }

   
    .ga-asia-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 15px 0 0 10px !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .ga-asia-list li {
        font-weight: 600 !important;
        color: #334155 !important;
        padding-left: 20px !important;
        position: relative !important;
    }

    .ga-asia-list li::before {
        content: "→" !important;
        color: #d69e2e !important;
        position: absolute !important;
        left: 0 !important;
    }

    @media (max-width: 600px) {
        .ga-asia-list { grid-template-columns: 1fr !important; }
    }
.ga-final-analysis {
    
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
        color: #333333 !important;
    }

   
    .ga-final-title {
        color: #1a365d !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    .ga-final-divider {
         border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        width: 100% !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

   
    .ga-intro-phrases {
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #475569 !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
    }

    
    .ga-chain-reaction {
        background-color: #fdf2f2 !important; 
        border: 1px solid #fecaca !important;
        padding: 30px !important;
        border-radius: 8px !important;
        margin: 30px 0 !important;
    }

    .ga-chain-header {
        color: #991b1b !important;
        font-weight: 700 !important;
        font-size: 19px !important;
        margin-bottom: 20px !important;
        display: block !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    
    .ga-effect-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-effect-list li {
        padding: 12px 0 12px 35px !important;
        border-bottom: 1px solid rgba(153, 27, 27, 0.1) !important;
        position: relative !important;
        font-size: 16px !important;
    }

    .ga-effect-list li:last-child { border-bottom: none !important; }

    .ga-effect-list li::before {
        content: "⚠" !important;
        position: absolute !important;
        left: 0 !important;
        color: #991b1b !important;
        font-weight: bold !important;
    }

    
    .ga-sub-info {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin: 20px 0 !important;
    }
.ga-scenarios-section {
    
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    
    .ga-scenarios-title {
        color: #1a365d !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    .ga-scenarios-divider {
         border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        width: 100% !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

  
    .ga-table-container {
        overflow-x: auto !important;
        margin-top: 20px !important;
    }

    .ga-comparison-table {
        width: 100% !important;
        border-collapse: collapse !important;
        background-color: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
    }

    .ga-comparison-table th {
        background-color: #1a365d !important;
        color: #ffffff !important;
        padding: 15px !important;
        text-align: left !important;
        font-weight: 700 !important;
        width: 50% !important;
    }

    .ga-comparison-table td {
        padding: 20px !important;
        vertical-align: top !important;
        border: 1px solid #e2e8f0 !important;
        font-size: 15.5px !important;
        line-height: 1.6 !important;
        color: #334155 !important;
    }

   
    .ga-base-case { border-top: 4px solid #3b5998 !important; }
    .ga-tail-case { border-top: 4px solid #c53030 !important; }

  
    .ga-market-quote {
        margin-top: 25px !important;
        font-style: italic !important;
        color: #64748b !important;
        text-align: center !important;
        font-size: 16px !important;
    }
.ga-reflection-section {
    
        margin: 50px auto;
        font-family: 'Poppins', sans-serif !important;
    }

    
    .ga-reflection-title {
        color: #1a365d !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        display: block !important;
       margin-bottom: 5px !important;
    }

    .ga-reflection-divider {
       border: none !important;
        border-top: 1.5px solid #d69e2e !important;
        width: 100% !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

   
    .ga-thought-container {
        background-color: #1a365d !important; 
        color: #ffffff !important;
        padding: 40px !important;
        border-radius: 2px !important;
        position: relative !important;
    }

    .ga-thought-text {
        font-size: 17px !important;
        line-height: 1.8 !important;
        margin-bottom: 25px !important;
    }

    
    .ga-ormuz-focus {
        border-left: 3px solid #d69e2e !important;
        padding-left: 20px !important;
        margin: 30px 0 !important;
        font-style: italic !important;
    }

    
    .ga-final-question {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: #d69e2e !important; 
        text-align: center !important;
        margin-top: 30px !important;
        display: block !important;
    }
.ga-sources-section {
 
        margin: 50px auto;
        font-family: 'Poppins', sans-serif !important;
        border-top: 1px solid #e2e8f0;
        padding-top: 30px;
    }

    .ga-sources-title {
        color: #1a365d !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        display: block !important;
        margin-bottom: 20px !important;
    }

    .ga-sources-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ga-sources-list li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #64748b !important; 
        margin-bottom: 12px !important;
        padding-left: 25px !important;
        position: relative !important;
    }

  
    .ga-sources-list li::before {
        content: attr(data-index) "." !important;
        position: absolute !important;
        left: 0 !important;
        color: #d69e2e !important; 
        font-weight: 700 !important;
    }
.related-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.5rem;
}
.related-line-left {
    width: 32px;
    height: 1px;
    background: #c9a96e;
}

.related-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
}
.related-line-right {
    flex: 1;
    height: 0.5px;
    background: rgba(201, 169, 110, 0.18);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.rel-card {
    background: #192a42;
    border: 0.5px solid #c9a96e2e;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
}
.rel-card__thumb {
    aspect-ratio: 16 / 9;
    background: #1c3154;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.rel-card__cat {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c9a96e;
    background: rgba(13, 27, 46, 0.82);
    padding: 3px 8px;
    border-left: 1.5px solid #c9a96e;
    border-radius: 0;
}
.rel-card__body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rel-card__title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #e8e4dc;
    transition: color 0.2s;
}
.rel-card__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 8px;
    border-top: 0.5px solid rgba(201, 169, 110, 0.12);
}
.rel-card__date {
    font-size: 11px;
    color: #e8e4dc8c;
    letter-spacing: 0.06em;
}
.rel-card__arrow {
    display: flex;
    align-items: center;
}
.rel-card__arrow svg {
    width: 16px;
    height: 16px;
    stroke: #e8e4dc;
    fill: none;
    transition: transform 0.25s ease;
}

.ga-history-dropcap::first-letter {
        color: #1a365d;
        float: left;
        font-size: 75px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px;
        padding-left: 3px;
        font-family: 'Georgia', serif;
        font-weight: bold;
    }

    .ga-history-body {
     
        margin: 30px auto;
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8;
        color: #334155;
        font-size: 17px;
        text-align: justify;
    }

   
    .ga-quote-connally {
        background-color: #1a365d;
        color: #ffffff;
        padding: 40px;
        border-left: 6px solid #d69e2e;
        margin: 40px auto;
       
        border-radius: 0 4px 4px 0;
        position: relative;
    }

    .ga-quote-text {
        font-style: italic;
        font-size: 22px;
        line-height: 1.4;
        display: block;
        margin-bottom: 10px;
    }

    .ga-quote-author {
        color: #d69e2e;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

   
    .ga-data-box {
        background-color: #f1f5f9;
        border: 1px solid #e2e8f0;
        padding: 25px;
        margin: 30px auto;
   
        display: flex;
        justify-content: space-around;
        border-radius: 4px;
    }

    .ga-data-item { text-align: center; }
    .ga-data-value { 
        display: block; 
        font-size: 24px; 
        font-weight: 800; 
        color: #1a365d; 
    }
    .ga-data-label { font-size: 12px; color: #64748b; text-transform: uppercase; }
.ga-concept-flow {
       
        margin: 40px auto;
        font-family: 'Poppins', sans-serif !important;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        overflow: hidden;
    }

    .ga-flow-header {
        background-color: #1a365d;
        color: #d69e2e;
        padding: 15px 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ga-flow-content {
        padding: 30px;
        line-height: 1.8;
        color: #334155;
        font-size: 17px;
    }

    
    .ga-recycling-loop {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 30px 0;
        background: linear-gradient(to right, #f8fafc, #ffffff);
        border-top: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
        margin: 20px 0;
        text-align: center;
    }

    .ga-loop-step { flex: 1; padding: 10px; }
    .ga-loop-icon { font-size: 28px; display: block; margin-bottom: 5px; }
    .ga-loop-text { font-size: 12px; font-weight: 700; color: #1a365d; text-transform: uppercase; }

    
    .ga-highlight-box {
        background-color: #fffaf0;
        border-left: 4px solid #d69e2e;
        padding: 20px;
        margin-top: 25px;
        font-style: italic;
    }
.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

   
    .ga-chart-container {
      
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .ga-chart-container img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 15px auto;
        border-radius: 4px;
    }

    .ga-chart-caption {
        font-family: 'Poppins', sans-serif !important;
        font-size: 13px;
        color: #64748b;
        font-style: italic;
        line-height: 1.4;
    }

   
    .ga-fiscal-alert {
        background-color: #fff5f5;
        border-left: 4px solid #e53e3e;
        padding: 25px;
        margin: 30px auto;
       
        font-family: 'Poppins', sans-serif !important;
    }

    .ga-alert-title {
        color: #c53030;
        font-weight: 800;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 14px;
    }


    .ga-stat-grid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 25px auto;
      
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
    }

    .ga-stat-box { text-align: center; }
    .ga-stat-num { font-size: 28px; font-weight: 800; color: #1a365d; display: block; }
    .ga-stat-desc { font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 700; }

.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

   
    .ga-brics-box {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-top: 4px solid #1a365d;
        padding: 25px;
        margin: 35px auto;
        
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        border-radius: 0 0 4px 4px;
    }

    .ga-brics-stat {
        text-align: center;
        flex: 1;
        min-width: 150px;
        padding: 10px;
    }

    .ga-brics-num {
        display: block;
        font-size: 26px;
        font-weight: 800;
        color: #d69e2e;
    }

    .ga-brics-label {
        font-size: 11px;
        color: #64748b;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

   
    .ga-warning-callout {
        background-color: #fffaf0;
        border-left: 4px solid #d69e2e;
        padding: 20px;
        margin: 30px auto;
       
        font-style: italic;
        color: #1a365d;
    }

.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

   
    .ga-chart-container {
        
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .ga-chart-container img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 15px auto;
        border-radius: 4px;
    }

    .ga-chart-caption {
        font-family: 'Poppins', sans-serif !important;
        font-size: 13px;
        color: #64748b;
        font-style: italic;
        line-height: 1.4;
    }

  
    .ga-intelligence-box {
        background-color: #f1f5f9;
        border-right: 4px solid #1a365d;
        padding: 25px;
        margin: 30px auto;
       
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .ga-intel-item { text-align: center; flex: 1; }
    .ga-intel-num { font-size: 24px; font-weight: 800; color: #1a365d; display: block; }
    .ga-intel-label { font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 700; }
.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

    
    .ga-risk-timeline {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-left: 4px solid #d69e2e;
        padding: 30px;
        margin: 40px auto;
    
        border-radius: 0 4px 4px 0;
    }

    .ga-timeline-title {
        color: #1a365d;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .ga-timeline-item {
        display: flex;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .ga-timeline-year {
        font-weight: 800;
        color: #d69e2e;
        min-width: 60px;
        font-size: 15px;
    }

    .ga-timeline-desc {
        font-size: 14px;
        color: #475569;
        line-height: 1.4;
    }

    .ga-conclusion-callout {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        text-align: center;
        margin: 40px auto;
        
        border-radius: 4px;
    }

    .ga-conclusion-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        font-style: italic;
    }
.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

   
    .ga-trilemma-container {
        background-color: #1a365d;
        color: #ffffff;
        padding: 40px;
        margin: 40px auto;
      
        border-radius: 8px;
        text-align: center;
        border-bottom: 5px solid #d69e2e;
    }

    .ga-trilemma-title {
        color: #d69e2e;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 25px;
    }

    .ga-trilemma-grid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 20px;
    }

    .ga-trilemma-step {
        flex: 1;
    }

    .ga-trilemma-icon {
        font-size: 30px;
        margin-bottom: 10px;
        display: block;
    }

    .ga-trilemma-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
    }

    
    .ga-fed-quote {
        background-color: #f1f5f9;
        border: 1px solid #e2e8f0;
        padding: 30px;
        margin: 40px auto;
    
        position: relative;
    }

    .ga-fed-quote::before {
        content: "“";
        position: absolute;
        top: -10px;
        left: 20px;
        font-size: 60px;
        color: #cbd5e1;
        font-family: 'Georgia', serif;
    }

    .ga-fed-text {
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 16px;
        color: #1a365d;
        display: block;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .ga-fed-source {
        font-size: 12px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
    }

    @media (max-width: 600px) {
        .ga-trilemma-grid { flex-direction: column; }
    }
.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }


    .ga-dilemma-box {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        margin: 40px auto;
        
        display: flex;
        border-radius: 8px;
        overflow: hidden;
    }

    .ga-dilemma-side {
        flex: 1;
        padding: 30px;
        text-align: center;
    }

    .ga-dilemma-vs {
        display: flex;
        align-items: center;
        background-color: #1a365d;
        color: #d69e2e;
        font-weight: 900;
        padding: 0 15px;
        font-size: 20px;
    }

    .ga-dilemma-title {
        display: block;
        font-weight: 800;
        color: #1a365d;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .ga-dilemma-desc {
        font-size: 14px;
        color: #64748b;
        line-height: 1.5;
    }

    
    .ga-oil-alert {
        background: linear-gradient(90deg, #1a365d 0%, #2d3748 100%);
        color: #ffffff;
        padding: 20px 30px;
        border-radius: 4px;
        margin: 30px auto;
     
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ga-oil-price {
        font-size: 32px;
        font-weight: 800;
        color: #d69e2e;
    }

    .ga-oil-label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.8;
    }

   
    .ga-chart-container {
      
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        text-align: center;
    }

    .ga-chart-container img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 4px;
    }

    @media (max-width: 600px) {
        .ga-dilemma-box { flex-direction: column; }
        .ga-dilemma-vs { padding: 10px; justify-content: center; }
    }

.ga-history-body p {
        font-family: 'Poppins', sans-serif !important;
        line-height: 1.8 !important;
        color: #334155 !important;
        font-size: 17px !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .ga-history-body b {
        color: #1a365d;
    }

   
    .ga-choke-point {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-top: 4px solid #d69e2e;
        padding: 25px;
        margin: 35px auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        border-radius: 0 0 4px 4px;
    }

    .ga-point-stat {
        text-align: center;
        flex: 1;
        min-width: 150px;
        padding: 10px;
    }

    .ga-point-num {
        display: block;
        font-size: 26px;
        font-weight: 800;
        color: #1a365d;
    }

    .ga-point-label {
        font-size: 11px;
        color: #64748b;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

  
    .ga-market-hypothesis {
        background-color: #1a365d;
        color: #ffffff;
        padding: 30px;
        border-radius: 4px;
        margin: 40px auto;
  
        font-style: italic;
        text-align: center;
        line-height: 1.6;
        font-size: 18px;
    }

  
    .ga-chart-container {
     
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        text-align: center;
    }

    .ga-chart-container img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 4px;
    }
.ga-sources-summary {

        margin: 50px auto;
        font-family: 'Poppins', sans-serif !important;
        color: #1a365d !important;
        background-color: #f8fafc;
        padding: 40px;
        border-radius: 8px;
    }

    .ga-sources-header {
        font-size: 20px !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
        display: block !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .ga-sources-hr {
        border: none !important;
        border-top: 2px solid #d69e2e !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        width: 60px !important;
    }

    .ga-sources-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .ga-source-category {
        margin-bottom: 10px;
    }

    .ga-category-title {
        font-size: 13px;
        font-weight: 800;
        color: #d69e2e;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .ga-source-list {
        font-size: 14px;
        line-height: 1.6;
        color: #475569;
        margin: 0;
    }

    .ga-source-item {
        display: block;
        margin-bottom: 5px;
    }