/* Faith Harvest — Solomon / harvest visual layer (logo-aligned palette) */
/* Fonts loaded via partials/fh_fonts.php — theme CSS loads after main.css in layout */

body {
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    background-color: var(--body-bg, #0a0e12);
    color: var(--fh-cream, #fff6d8);
}

h1, h2, h3, h4, h5, h6,
.hero__title,
.section-title,
.section-title span,
.section-title b,
.choose-card__title,
.modal-title {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.02em;
}

.section-heading__title.text-white,
.inner-hero .title,
.inner-hero .title.text-white {
    color: var(--fh-gold-bright, #f0d060) !important;
}

.section-title,
.section-title span,
.section-heading__title,
.inner-hero .title,
.choose-card__title,
.package-card__title,
.work-card h4 {
    color: var(--fh-cream, #fff6d8);
}

.section-title b,
.section-heading__title .base--color,
.choose-card__icon,
.choose-card__icon i,
.work-card__icon,
.work-card__icon i {
    color: var(--fh-gold, #d4af37);
}

.hero__content p,
.about-content p,
.section-header p {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.65;
}

.btn--base,
.cmn-btn,
.account-form__btn {
    background: linear-gradient(135deg, hsl(var(--base)) 0%, hsl(var(--base-h), var(--base-s), calc(var(--base-l) - 12%)) 100%);
    border: 1px solid hsl(var(--base) / 0.4);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.header,
.header__bottom {
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.98) 0%, rgba(7, 17, 31, 0.96) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.choose-card,
.account-wrapper,
.contact-wrapper {
    background: linear-gradient(145deg, rgba(20, 26, 34, 0.95), rgba(12, 16, 22, 0.98));
    border: 1px solid hsl(var(--base) / 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.overlay--radial::before {
    background: radial-gradient(ellipse at center, hsl(var(--base) / 0.12) 0%, transparent 70%);
}

.footer {
    border-top: 1px solid hsl(var(--base) / 0.3);
}

/* Brand lockup — header placeholder text until branding is decided */
.fh-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
    text-decoration: none !important;
    line-height: 1;
    background: transparent !important;
}

.header .site-logo.fh-brand,
.ip-auth-header .site-logo.fh-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 4px 0;
}

.header .site-logo img,
.site-logo--footer img,
.footer .site-logo img,
.ip-auth-header .site-logo img,
.site-logo__img {
    display: block !important;
    height: 42px !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 10px;
}

.header .site-logo__text,
.ip-auth-header .site-logo__text {
    display: inline-block !important;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(0.92rem, 1.45vw, 1.18rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    background: linear-gradient(90deg, #b8860b 0%, #fff6d8 48%, #d4af37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.site-logo--footer.fh-brand {
    flex-direction: column;
    gap: 0;
}

.site-logo--footer .site-logo__text {
    display: inline-block !important;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    background: linear-gradient(90deg, #b8860b 0%, #fff6d8 48%, #d4af37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 575px) {
    .header .site-logo img,
    .ip-auth-header .site-logo img,
    .site-logo__img {
        height: 34px;
        border-radius: 8px;
    }

    .header .site-logo__text,
    .ip-auth-header .site-logo__text {
        font-size: 0.72rem;
        letter-spacing: 0.03em;
    }
}

.hero__spacer {
    display: block;
    height: 0.75rem;
    margin-top: 0.25rem;
}

.preloader {
    background-color: #07111f !important;
}

/* ── Линкови: злато наместо Bootstrap сина (цел сајт) ── */
:root {
    --fh-link: #d4af37;
    --fh-link-hover: #fff6d8;
}

/* Главно мени — бела (не сина) */
.header .main-menu a,
.navbar-nav.main-menu > li > a {
    color: #d4af37 !important;
}

.header .main-menu a:hover,
.navbar-nav.main-menu > li > a:hover {
    color: var(--fh-link-hover) !important;
}

/* Footer мени — светло сива (како оригинал) */
.footer-short-menu a {
    color: rgba(212, 175, 55, 0.78) !important;
}

.footer-short-menu a:hover {
    color: var(--fh-link-hover) !important;
}

/* Сите останати линкови (login, register, policy, contact, итн.) */
.page-wrapper a:not(.btn):not(.btn--base):not(.cmn-btn):not(.site-logo):not(.fh-brand):not(.account-menu a) {
    color: var(--fh-link);
    transition: color 0.2s ease;
}

.page-wrapper a:not(.btn):not(.btn--base):not(.cmn-btn):not(.site-logo):not(.fh-brand):not(.account-menu a):hover {
    color: var(--fh-link-hover);
}

.account-card__body a,
.account-card a.forgot-pass,
.account-wrapper a,
.form--check a,
.form-check-label + span a,
.account-card p.mb-0 a,
.contact-wrapper a,
.contact-form-wrapper a,
.sections.visible a,
.text--base,
.copy-right-text a,
.link-color {
    color: var(--fh-link) !important;
    text-decoration: none;
}

.account-card__body a:hover,
.account-card a.forgot-pass:hover,
.account-wrapper a:hover,
.form--check a:hover,
.form-check-label + span a:hover,
.account-card p.mb-0 a:hover,
.contact-wrapper a:hover,
.sections.visible a:hover,
.text--base:hover,
.copy-right-text a:hover,
.link-color:hover {
    color: var(--fh-link-hover) !important;
}

/* ── Homepage: hero (Iron Peak / index.html style) ── */
.page-wrapper {
    position: relative;
    z-index: 1;
}

.section-wrapper {
    position: relative;
    z-index: 1;
}

.hero.bg_img {
    background-size: cover;
    background-position: 74% 6%;
    background-repeat: no-repeat;
    background-color: #0a0e12;
    padding-top: 160px;
    padding-bottom: 160px;
}

.hero.fh-hero-exec {
    background-color: #161c24;
    isolation: isolate;
    padding-top: 150px;
    padding-bottom: 130px;
    background-position: 74% 6%;
    min-height: 100vh;
}

.hero.fh-hero-exec .hero__title.fh-hero-title {
    font-size: clamp(2.5rem, 4.8vw, 3.75rem);
    text-align: left;
}

.hero.fh-hero-exec.overlay--radial::before {
    background-image:
        linear-gradient(90deg, rgba(7, 17, 31, 0.72) 0%, rgba(10, 25, 47, 0.46) 46%, rgba(8, 14, 22, 0.28) 100%),
        linear-gradient(180deg, rgba(5, 10, 18, 0.36) 0%, rgba(7, 17, 31, 0.16) 48%, rgba(5, 10, 18, 0.42) 100%);
    opacity: 1;
}

.hero.fh-hero-exec .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hero.bg_img {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .hero.bg_img {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .hero.bg_img {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.hero .hero__title.fh-hero-title,
.hero .hero__title.fh-hero-title span,
.hero .hero__title.fh-hero-title b {
    font-family: "Cinzel", "Times New Roman", serif !important;
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero .hero__title.fh-hero-title span,
.hero .hero__title.fh-hero-title b {
    display: block;
    white-space: normal;
}

.hero .hero__title.fh-hero-title span {
    font-weight: 400;
    color: #ffffff !important;
}

.hero .hero__title.fh-hero-title b {
    font-weight: 700;
    color: #d4af37 !important;
}

.hero .hero__content {
    max-width: 54rem;
    text-align: left;
}

.hero .fh-hero-subtitle {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(1.45rem, 2.4vw, 1.88rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.45;
    letter-spacing: 0.03em;
    margin: 1rem 0 0;
    color: rgba(255, 246, 216, 0.82) !important;
}

.hero .fh-hero-lead {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(1.42rem, 2.3vw, 1.78rem);
    font-weight: 500;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: 0.015em;
    margin-top: 1.55rem;
    margin-bottom: 0;
    max-width: 48rem;
    color: #f4f7fa !important;
}

.hero .fh-hero-lead p {
    margin-bottom: 0;
    color: inherit;
}

.hero .fh-hero-lead + .btn--base {
    margin-top: 2.35rem !important;
}

.about-section.bg_img {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    isolation: isolate;
    background-color: #07111f;
}

.about-section.fh-leadership-bg.bg_img {
    background-position: left center;
    background-color: #05080d;
}

.about-section.bg_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 25, 47, 0.08) 0%, rgba(7, 17, 31, 0.28) 72%);
    pointer-events: none;
    z-index: 0;
}

.about-section.fh-leadership-bg.bg_img::after {
    background:
        linear-gradient(90deg, rgba(5, 10, 16, 0.12) 0%, rgba(7, 17, 31, 0.08) 26%, rgba(7, 17, 31, 0.52) 54%, rgba(5, 12, 22, 0.78) 100%),
        linear-gradient(180deg, rgba(7, 17, 31, 0.38) 0%, transparent 22%, transparent 78%, rgba(5, 10, 16, 0.55) 100%);
}

.about-section .container {
    position: relative;
    z-index: 1;
}

.about-section.fh-about-home {
    padding-top: 130px;
    padding-bottom: 130px;
}

.about-section.fh-about-home .about-content {
    max-width: 34rem;
    padding-left: 0.25rem;
}

.about-section.fh-about-home .section-title {
    margin-bottom: 1.15rem;
}

.about-section.fh-about-home .section-title,
.about-section.fh-about-home .section-title span {
    color: #ffd24a !important;
    font-weight: 600;
}

.about-section.fh-about-home .about-content .fh-about-kicker {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.03em;
    text-transform: none;
    color: rgba(255, 246, 216, 0.88);
    margin-bottom: 1.25rem;
    padding-bottom: 0.95rem;
    position: relative;
}

.about-section.fh-about-home .about-content .fh-about-kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.5rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.9), transparent);
}

.about-section.fh-about-home .about-content p {
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 0.95rem;
    color: rgba(255, 255, 255, 0.92);
}

.about-section.fh-about-home .about-content p:last-of-type {
    margin-bottom: 0;
}

.about-section.fh-about-home .btn--base {
    margin-top: 1.65rem;
}

.fh-expansion-map {
    position: relative;
    background: transparent;
    padding: 2.25rem 0 2.75rem;
}

.fh-expansion-map__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.15rem;
}

.fh-expansion-map__frame {
    background: rgba(7, 17, 31, 0.35);
    border: 1px solid rgba(212, 175, 55, 0.28);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.fh-expansion-map__img {
    display: block;
    width: 100%;
    height: auto;
}

/* About Us banner — same coin layout as Plan, recast to steel */
.inner-hero.fh-inner-hero-steel {
    background-color: #07111f;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-hero.fh-inner-hero-steel::before {
    background-color: #0A192F;
    opacity: 0.32;
}

.inner-hero .title {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* About body — same starfield as Contact, no photo */
.about-section.fh-about-page {
    background: transparent;
}

.about-section.fh-about-page::before,
.about-section.fh-about-page::after {
    display: none;
}

.fh-about-page .fh-about-kicker {
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: var(--fh-cream, #fff6d8);
    margin-bottom: 1.75rem;
}

.fh-about-manifesto {
    text-align: justify;
    text-justify: inter-word;
}

.fh-about-manifesto p {
    font-size: clamp(1.18rem, 1.7vw, 1.38rem);
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 1.15rem;
    color: rgba(255, 255, 255, 0.94);
}

.fh-about-manifesto__heading {
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    color: var(--fh-cream, #fff6d8);
    margin: 2.8rem 0 1.25rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.fh-about-truth {
    margin-bottom: 1.35rem;
}

.fh-about-truth h4 {
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.6vw, 1.22rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fh-gold, #d4af37);
    margin-bottom: 0.5rem;
}

.fh-about-truth p {
    margin-bottom: 0;
}

.fh-about-covenant,
.fh-about-bullets,
.fh-about-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.fh-about-covenant li,
.fh-about-bullets li,
.fh-about-contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.12rem, 1.5vw, 1.3rem);
    line-height: 1.8;
}

.fh-about-covenant li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--fh-gold, #d4af37);
}

.fh-about-bullets li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: var(--fh-gold, #d4af37);
}

.fh-about-bullets--dot li::before {
    content: "•";
}

.fh-about-covenant li strong {
    display: block;
    font-family: "Cinzel", "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--fh-cream, #fff6d8);
    margin-bottom: 0.2rem;
}

.fh-about-quote {
    margin: 2rem auto 0.75rem;
    padding: 1.5rem 1.6rem;
    border-left: 2px solid rgba(212, 175, 55, 0.45);
    background: rgba(10, 25, 47, 0.45);
}

.fh-about-quote p {
    font-style: italic;
    font-size: clamp(1.2rem, 1.8vw, 1.42rem);
    margin-bottom: 0.75rem;
}

.fh-about-quote cite {
    display: block;
    font-style: normal;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: var(--fh-gold, #d4af37);
}

.fh-about-contact {
    text-align: left;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.fh-about-contact a {
    color: var(--fh-gold, #d4af37);
}

.fh-about-contact a:hover {
    color: var(--fh-cream, #fff6d8);
}

.fh-about-manifesto .btn--base {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
    font-size: 1.05rem;
    padding: 0.85rem 2.4rem;
}

@media (max-width: 991px) {
    .about-section.fh-about-home {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .about-section.fh-about-home .about-content {
        max-width: 100%;
        padding-left: 0;
        padding-top: 0.5rem;
    }
}

.fh-pricing-section {
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.05) 0%, transparent 70%),
        #0a0e12;
}

.fh-pricing-page {
    background: transparent;
}

.fh-plan-row .package-card {
    display: flex;
    flex-direction: column;
}

.fh-plan-row .package-card__features {
    min-height: 220px;
}

.fh-plan-row .package-card__features li:last-child {
    border-bottom: none;
}

.fh-plan-row .package-card__action {
    width: 100%;
    padding-top: 0.5rem;
}

.fh-plan-row .package-card__range {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fh-why-section {
    position: relative;
    background-size: cover;
    background-position: center;
    isolation: isolate;
    background-color: #07111f;
}

.fh-why-section.overlay--radial::before {
    background-image: radial-gradient(ellipse at 50% 35%, rgba(10, 25, 47, 0.22) 0%, rgba(7, 17, 31, 0.48) 62%, rgba(5, 12, 22, 0.62) 100%);
    opacity: 1;
}

.fh-why-section .container {
    position: relative;
    z-index: 1;
}

.fh-why-section .choose-card {
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.fh-why-section .choose-card__title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 991px) {
    .hero.bg_img {
        background-position: 75% center;
    }

    .hero .hero__content {
        max-width: 100%;
    }

    .about-section.bg_img {
        background-position: 35% center;
    }

    .about-section.fh-leadership-bg.bg_img {
        background-position: 12% center;
    }

    .about-section.fh-leadership-bg.bg_img::after {
        background:
            linear-gradient(180deg, rgba(5, 10, 16, 0.28) 0%, rgba(7, 17, 31, 0.58) 38%, rgba(5, 10, 16, 0.88) 100%),
            linear-gradient(90deg, rgba(7, 17, 31, 0.18) 0%, rgba(7, 17, 31, 0.42) 100%);
    }

    .about-section .offset-lg-6 {
        margin-left: 0;
    }

    .fh-plan-row .package-card__features {
        min-height: 0;
    }
}

/* ── Calculator, How it works, FAQ, Testimonials, Transactions ── */
.fh-calc-section,
.fh-expansion-map,
.fh-faq-section,
.fh-transaction-section {
    position: relative;
    background: transparent;
}

/* Donald Trump Stock Trade Tracker — cold navy overlay matching adjacent sections */
.fh-trump-tracker {
    position: relative;
    isolation: isolate;
    background-color: #07111f;
}

.fh-trump-tracker.overlay--radial::before {
    background-image: radial-gradient(ellipse at 28% 50%, rgba(10, 25, 47, 0.55) 0%, rgba(7, 17, 31, 0.88) 62%, rgba(5, 12, 22, 0.94) 100%);
    opacity: 1;
}

.fh-trump-tracker .container {
    position: relative;
    z-index: 1;
}

.fh-trump-card {
    background: linear-gradient(165deg, rgba(18, 32, 52, 0.92), rgba(8, 16, 28, 0.96));
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 12px;
    padding: 1.75rem 1.35rem 1.5rem;
    text-align: center;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.fh-trump-card__photo {
    width: 118px;
    height: 118px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(212, 175, 55, 0.35);
    margin: 0 auto 1rem;
    display: block;
    background: #0A192F;
}

.fh-trump-card__name {
    font-family: "Cinzel", "Times New Roman", serif;
    color: #fff;
    font-size: 1.45rem;
    margin-bottom: 0.2rem;
}

.fh-trump-card__role {
    color: rgba(212, 175, 55, 0.85);
    font-size: 0.92rem;
    margin-bottom: 1.15rem;
}

.fh-trump-card__meta {
    margin: 0;
    text-align: left;
}

.fh-trump-card__meta > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.35rem;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.fh-trump-card__meta dt {
    color: rgba(212, 175, 55, 0.62);
    font-weight: 500;
    font-size: 0.82rem;
    margin: 0;
}

.fh-trump-card__meta dd {
    color: var(--fh-cream, #fff6d8);
    margin: 0;
    font-size: 0.88rem;
}

.fh-trump-table-wrap {
    background: linear-gradient(180deg, rgba(16, 28, 46, 0.82), rgba(8, 15, 26, 0.9));
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 12px;
    padding: 1.15rem 1.15rem 0.85rem;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fh-trump-table-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.fh-trump-table-head__title {
    color: #fff;
    font-size: 1.15rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.fh-trump-table-head__title i {
    color: var(--fh-gold, #d4af37);
}

.fh-trump-table-head__note {
    color: rgba(212, 175, 55, 0.65);
    font-size: 0.78rem;
    margin: 0;
}

.fh-trump-table {
    width: 100%;
    color: var(--fh-cream, #fff6d8);
    margin: 0;
}

.fh-trump-table thead th {
    color: #e0c878;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
    padding: 0.7rem 0.6rem;
    white-space: nowrap;
}

.fh-trump-table tbody td {
    padding: 0.85rem 0.6rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    vertical-align: middle;
    font-size: 0.9rem;
}

.fh-trump-table tbody tr:last-child td {
    border-bottom: 0;
}

.fh-trump-table__loading {
    text-align: center;
    color: rgba(212, 175, 55, 0.7);
    padding: 1.5rem 0.6rem !important;
}

.fh-trump-stock {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.fh-trump-stock__mark {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #0A192F;
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: var(--fh-gold, #d4af37);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.fh-trump-stock strong {
    display: block;
    color: #fff;
    letter-spacing: 0.03em;
}

.fh-trump-stock small {
    display: block;
    color: rgba(212, 175, 55, 0.7);
    font-size: 0.75rem;
}

.fh-trump-side.is-buy {
    color: #3dcc8a;
    font-weight: 600;
}

.fh-trump-side.is-sale {
    color: #e8a07a;
    font-weight: 600;
}

.fh-trump-excess.is-up {
    color: #4ad6c8;
    font-weight: 700;
}

.fh-trump-excess.is-down {
    color: #e8a07a;
    font-weight: 700;
}

.fh-trump-source {
    margin: 0.85rem 0 0.25rem;
    font-size: 0.78rem;
    color: rgba(212, 175, 55, 0.62);
}

.fh-trump-source a {
    color: var(--fh-gold, #d4af37);
}

@media (max-width: 991px) {
    .fh-trump-card {
        max-width: 420px;
        margin: 0 auto;
    }
}

/* How it works — Iron Peak layout: hex bg image + outlined icon circles */
.work-item .work-card__icon {
    background-color: var(--second_color) !important;
}

.work-item .work-card__icon .step-number {
    background-color: var(--second_color);
}

.profit-calculator label {
    color: #fff;
    margin-bottom: 0.5rem;
}

.profit-calculator select.base--bg,
.profit-calculator .form-control.base--bg {
    border: 1px solid hsl(var(--base) / 0.65) !important;
    color: #fff !important;
    font-weight: 600;
    min-height: 50px;
    border-radius: 4px;
}

.profit-calculator select.base--bg {
    appearance: auto;
    -webkit-appearance: auto;
}

.profit-calculator select.base--bg option {
    background-color: hsl(var(--base-h), var(--base-s), calc(var(--base-l) - 10%));
    color: #fff;
}

.profit-calculator .form-control.base--bg:focus,
.profit-calculator select.base--bg:focus {
    box-shadow: 0 2px 5px hsl(var(--base) / 0.5);
    border-color: hsl(var(--base)) !important;
    background-color: hsl(var(--base)) !important;
    color: #fff !important;
}

.profit-calculator .profit-input {
    font-family: "Josefin Sans", "Source Sans 3", sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 600;
    padding-top: 0.75rem;
    letter-spacing: 0.02em;
}

.fh-faq-section .cmn-accordion .card-header {
    border: 1px solid hsl(var(--base) / 0.45);
}

.fh-faq-section .cmn-accordion .card:has(.collapse.show) .card-header {
    border-color: hsl(var(--base));
    box-shadow: 0 0 10px hsl(var(--base) / 0.35);
}

.fh-faq-section .cmn-accordion .card-header .btn,
.fh-faq-section .cmn-accordion .card-header .btn.collapsed,
.fh-faq-section .cmn-accordion .card-header .btn:not(.collapsed) {
    background-color: #343a40 !important;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: none !important;
}

.fh-faq-section .cmn-accordion .card-header .btn:hover,
.fh-faq-section .cmn-accordion .card-header .btn:focus {
    background-color: #3a4149 !important;
    text-decoration: none !important;
    color: #fff !important;
}

.fh-faq-section .cmn-accordion .card-header .btn i {
    color: hsl(var(--base)) !important;
}

.fh-faq-section .cmn-accordion .card-header .btn span {
    text-transform: uppercase;
    font-size: 0.92rem;
    line-height: 1.4;
    text-decoration: none !important;
    color: #fff !important;
}

.fh-faq-section .cmn-accordion .card-body {
    background-color: #343a40;
    color: rgba(255, 255, 255, 0.88);
}

.fh-transaction-section .table.style--two thead {
    background: hsl(var(--base));
}

.fh-transaction-section .table.style--two thead th {
    color: #0A192F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: none;
}

.fh-transaction-section .table.style--two tbody td {
    color: #fff;
    border-color: rgba(212, 175, 55, 0.18);
    vertical-align: middle;
}

.fh-transaction-section .nav-tabs.custom--style-two .nav-item .nav-link.active {
    color: #0A192F !important;
    font-weight: 700;
}

/* CTA — same original box, gold glow recast to steel / navy */
.cta-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 15px hsl(var(--base) / 0.5);
}

.cta-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: hue-rotate(175deg) saturate(0.42) brightness(0.9);
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
}

.cta-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 47, 0.32);
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
}

.cta-wrapper > * {
    position: relative;
    z-index: 1;
}

.cta-wrapper .title {
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #b8860b 0%, var(--fh-cream, #fff6d8) 45%, var(--fh-gold, #d4af37) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cta-wrapper p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
    line-height: 1.7;
}

.subscribe-wrapper .title {
    color: #fff;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.subscribe-wrapper .subscribe-form .form-control {
    background: #1a2028;
    border: 1px solid hsl(var(--base) / 0.35);
    color: #fff;
    min-height: 50px;
}

.subscribe-wrapper .subscribe-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.footer .site-logo--footer .site-logo__full {
    max-height: 120px;
    width: auto;
}

.footer.fh-footer-hex::before {
    opacity: 0.22;
}

.fh-footer-station {
    display: block;
    max-width: 46rem;
    margin: 0 auto;
    text-decoration: none !important;
    color: inherit;
}

.fh-footer-station:hover {
    color: inherit;
}

.fh-footer-station__title {
    display: block;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: clamp(0.92rem, 1.8vw, 1.28rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.45;
    color: var(--fh-cream, #fff6d8);
    margin-bottom: 0.9rem;
}

.fh-footer-station__copy {
    display: block;
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    font-size: clamp(0.88rem, 1.2vw, 0.98rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.7;
    color: rgba(212, 175, 55, 0.86);
    max-width: 40rem;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .fh-footer-station__title {
        letter-spacing: 0.05em;
    }
}

.fh-legal-content h4 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.fh-legal-content p,
.fh-legal-content li {
    line-height: 1.75;
    font-size: 0.95rem;
}

.fh-legal-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.fh-legal-content a {
    color: var(--base-color, var(--fh-gold, #d4af37));
}

.fh-legal-content a:hover {
    color: #fff;
}

.fh-legal-discreet {
    color: rgba(12, 16, 22, 0.72) !important;
    font-size: 0.82rem;
    opacity: 0.45;
}

.fh-legal-table {
    font-size: 0.9rem;
}

.fh-legal-table th,
.fh-legal-table td {
    vertical-align: middle;
    border-color: rgba(212, 175, 55, 0.22) !important;
}

.fh-legal-table thead th {
    color: var(--base-color, var(--fh-gold, #d4af37));
}

.contact-item {
    background: rgba(18, 24, 32, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 8px;
    padding: 2rem 1.5rem;
}

.contact-item i {
    color: var(--fh-gold, #d4af37);
}

.contact-item h5 {
    color: var(--fh-cream, #fff6d8);
    font-weight: 600;
}

.contact-item p,
.contact-item a {
    color: var(--fh-cream, #fff6d8);
}

.contact-item a:hover {
    color: var(--fh-gold, #d4af37);
}

.contact-wrapper {
    background: rgba(18, 24, 32, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 8px;
    padding: 2rem;
}

/* ── Public pages: spacing utilities ── */
.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .py-120 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Newsletter block — visible gap above on all public pages */
.fh-subscribe-section {
    margin-top: 80px !important;
    padding-top: 0 !important;
}

@media (max-width: 991px) {
    .fh-subscribe-section {
        margin-top: 50px !important;
    }
}

@media (max-width: 575px) {
    .fh-subscribe-section {
        margin-top: 40px !important;
    }
}

/* ── Public pages: responsive ── */
.page-wrapper {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .py-120 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pt-120 {
        padding-top: 70px !important;
    }

    .pb-120 {
        padding-bottom: 70px !important;
    }

    .about-section.fh-about-home.pt-120,
    .about-section.fh-about-home.pb-120 {
        padding-top: 88px !important;
        padding-bottom: 88px !important;
    }

    .inner-hero {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .inner-hero .title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .fh-legal-content {
        padding: 1.25rem !important;
    }

    .choose-card.fh-legal-content {
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .hero.bg_img {
        background-position: 72% 4%;
    }

    .hero.fh-hero-exec {
        background-position: 72% 4% !important;
        padding-top: 110px;
        padding-bottom: 72px;
    }

    .hero .hero__title.fh-hero-title {
        font-size: 1.65rem;
    }

    .about-section.bg_img {
        background-position: center;
    }

    .about-section.fh-leadership-bg.bg_img {
        background-position: 8% 18%;
    }

    .py-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pt-120 {
        padding-top: 50px !important;
    }

    .pb-120 {
        padding-bottom: 50px !important;
    }

    .about-section.fh-about-home.pt-120,
    .about-section.fh-about-home.pb-120 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .contact-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .contact-item {
        padding: 1.5rem 1rem;
    }

    .contact-wrapper {
        padding: 1.25rem;
    }

    .contact-form-wrapper .btn--base {
        width: 100%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .fh-legal-content h4 {
        font-size: 1.05rem;
    }

    .fh-legal-content p,
    .fh-legal-content li {
        font-size: 0.9rem;
    }

    .fh-legal-table {
        font-size: 0.78rem;
    }

    .fh-legal-table th,
    .fh-legal-table td {
        padding: 0.45rem 0.5rem;
    }

    .section-heading__title {
        font-size: clamp(1.35rem, 5vw, 1.75rem);
    }

    .fh-transaction-section .table-responsive {
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 575px) {
    .fh-hero .hero__title {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
    }

    .fh-about-section .about-content .f-size-18 {
        font-size: 1rem !important;
    }

    .work-item {
        margin-bottom: 1rem;
    }

    .testimonial-card {
        margin: 0 0.25rem;
    }
}

@media (max-width: 400px) {
    .contact-item i.fa-3x {
        font-size: 2rem !important;
    }
}

/* User/auth panel — steel Login / Register buttons (loads after user-panel.css) */
body.ip-user-panel .btn.btn-ip,
body.ip-user-panel .btn.btn-ip-blue,
body.ip-user-panel .ip-login-card .btn.btn-ip,
body.ip-user-panel .ip-login-card button[type="submit"].btn {
    background: linear-gradient(135deg, #3d4f63 0%, #1b2838 48%, #0A192F 100%) !important;
    background-color: #0A192F !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    color: var(--fh-cream, #fff6d8) !important;
    font-family: "Cinzel", "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(10, 25, 47, 0.45) !important;
    opacity: 1 !important;
}

body.ip-user-panel .btn.btn-ip:hover,
body.ip-user-panel .btn.btn-ip-blue:hover,
body.ip-user-panel .btn.btn-ip:focus,
body.ip-user-panel .btn.btn-ip-blue:focus,
body.ip-user-panel .ip-login-card .btn.btn-ip:hover,
body.ip-user-panel .ip-login-card button[type="submit"].btn:hover {
    background: linear-gradient(135deg, #5a6d82 0%, #2C3E50 50%, #0A192F 100%) !important;
    background-color: #2C3E50 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.22) !important;
}

/* Auth pages — force left hero title + visible gap (overrides old title-end on live cache) */
body.ip-user-panel .ip-inner-hero--auth-page .ip-hero-page-title,
body.ip-user-panel .ip-inner-hero--title-end .ip-hero-page-title {
    text-align: left !important;
    width: auto !important;
}

body.ip-user-panel .ip-inner-hero--auth-page .ip-hero-title-wrap {
    padding-left: clamp(1rem, 3vw, 2.25rem);
}

body.ip-user-panel .ip-main .container.ip-auth-form-spacing {
    padding-top: 6rem !important;
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    body.ip-user-panel .ip-main .container.ip-auth-form-spacing {
        padding-top: 7rem !important;
    }
}

html {
    overflow-x: hidden;
}

img,
svg,
video {
    max-width: 100%;
}

.navbar-toggler {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .header .navbar-collapse {
        background-color: #0A192F;
        border: 1px solid rgba(212, 175, 55, 0.16);
        border-radius: 8px;
        margin-top: 0.75rem;
        padding: 0.5rem 1.15rem 1rem;
    }

    .header .main-menu li a {
        padding: 0.7rem 0;
        display: block;
    }
}

@media (max-width: 991px) {
    .hero.fh-hero-exec .hero__title.fh-hero-title {
        font-size: clamp(1.55rem, 6.4vw, 2.15rem);
        overflow-wrap: break-word;
    }

    .hero.fh-hero-exec.overlay--radial::before {
        background-image:
            linear-gradient(180deg, rgba(7, 17, 31, 0.62) 0%, rgba(10, 25, 47, 0.42) 48%, rgba(7, 17, 31, 0.68) 100%),
            linear-gradient(90deg, rgba(7, 17, 31, 0.38) 0%, rgba(8, 14, 22, 0.18) 100%);
    }

    .fh-plan-row .package-card__features,
    .fh-plan-row .package-card__range {
        min-height: 0;
    }

    .profit-calculator-wrapper,
    .profit-calculator {
        max-width: 100%;
    }

    .testimonial-wrapper,
    .slick-list {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .hero.fh-hero-exec {
        background-position: 72% 4% !important;
        padding-top: 92px !important;
        padding-bottom: 56px !important;
    }

    .hero .hero__title.fh-hero-title {
        font-size: clamp(1.4rem, 7vw, 1.75rem) !important;
        line-height: 1.18;
    }

    .hero .fh-hero-lead {
        font-size: 1.32rem !important;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero .fh-hero-subtitle {
        font-size: 1.38rem !important;
        margin-top: 0.75rem;
    }

    .hero .btn--base,
    .about-section.fh-about-home .btn--base,
    .fh-about-manifesto .btn--base {
        width: 100%;
        text-align: center;
    }

    .about-section.fh-about-home .about-content {
        max-width: 100%;
        padding-left: 0;
    }

    .about-section.bg_img::after {
        background: linear-gradient(180deg, rgba(7, 17, 31, 0.72) 0%, rgba(7, 17, 31, 0.55) 100%);
    }

    .about-section.fh-leadership-bg.bg_img {
        background-position: 8% 18%;
        min-height: 0;
    }

    .about-section.fh-leadership-bg.bg_img::after {
        background:
            linear-gradient(180deg, rgba(5, 10, 16, 0.22) 0%, rgba(7, 17, 31, 0.62) 36%, rgba(5, 8, 13, 0.92) 100%);
    }

    .fh-expansion-map {
        padding: 0.85rem 0 1.15rem;
    }

    .fh-expansion-map__inner {
        padding: 0;
    }

    .fh-expansion-map__frame {
        border-left: 0;
        border-right: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .fh-expansion-map__img {
        width: 860px;
        max-width: none;
        height: auto;
    }

    .fh-about-manifesto {
        text-align: left;
    }

    .fh-about-manifesto p {
        font-size: 1.02rem;
        line-height: 1.7;
    }

    .fh-about-manifesto__heading {
        letter-spacing: 0.07em;
        font-size: 1.18rem;
        margin: 2rem 0 1rem;
        padding-top: 1.1rem;
    }

    .fh-about-covenant li,
    .fh-about-bullets li,
    .fh-about-contact li {
        font-size: 1rem;
        line-height: 1.65;
    }

    .inner-hero {
        padding-top: 88px;
        padding-bottom: 40px;
        background-position: center right;
    }

    .inner-hero .title {
        font-size: clamp(1.35rem, 7vw, 1.75rem);
        overflow-wrap: anywhere;
    }

    .fh-trump-table-wrap {
        padding: 0.85rem 0.65rem 0.7rem;
    }

    .fh-trump-table {
        min-width: 540px;
    }

    .fh-footer-station__title {
        font-size: 0.86rem;
        letter-spacing: 0.04em;
    }

    .fh-footer-station__copy {
        font-size: 0.86rem;
    }

    .footer.fh-footer-hex .footer__top {
        padding-top: 56px;
        padding-bottom: 28px;
    }

    .contact-wrapper,
    .contact-item {
        padding: 1.15rem 1rem;
    }

    .choose-card {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 575px) {
    .header .navbar-collapse {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .account-menu .icon i {
        width: 40px;
        height: 40px;
    }

    .section-heading__title,
    .section-title {
        overflow-wrap: anywhere;
    }
}

