/* ==========================================================
   FynorCoin Homepage Sections
   Black / Red / Gold — Bootstrap compatible
   ========================================================== */

.fynor-section {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    color: var(--fynor-text);
    background: var(--fynor-black);
}

.fynor-section--soft {
    background:
        radial-gradient(circle at 8% 16%, rgba(225, 6, 0, 0.08), transparent 28%),
        radial-gradient(circle at 92% 82%, rgba(245, 197, 24, 0.06), transparent 28%),
        var(--fynor-black-soft);
}

.fynor-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.fynor-section-head--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.fynor-section-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--fynor-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fynor-section-head__eyebrow::before {
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--fynor-red), var(--fynor-gold));
    content: "";
}

.fynor-section-head h2 {
    margin: 0;
    color: var(--fynor-white);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.fynor-section-head h2 span,
.fynor-gold-text {
    color: var(--fynor-gold);
}

.fynor-section-head p {
    margin: 15px 0 0;
    color: var(--fynor-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.fynor-card {
    height: 100%;
    border: 1px solid var(--fynor-border);
    border-radius: var(--fynor-radius-lg);
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-card-hover {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.fynor-card-hover:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 197, 24, .38);
    box-shadow: var(--fynor-shadow);
}

/* Banner */
.fynor-banner {
    position: relative;
    display: flex;
    min-height: 720px;
    padding: 160px 0 105px;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fynor-banner::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10,10,10,.98) 0%, rgba(10,10,10,.90) 52%, rgba(10,10,10,.58) 100%);
    content: "";
}

.fynor-banner::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 76% 35%, rgba(225,6,0,.22), transparent 30%),
        radial-gradient(circle at 84% 66%, rgba(245,197,24,.11), transparent 25%),
        linear-gradient(180deg, transparent 65%, var(--fynor-black) 100%);
    content: "";
}

.fynor-banner__content {
    max-width: 770px;
}

.fynor-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 15px;
    border: 1px solid rgba(245,197,24,.32);
    border-radius: 999px;
    background: rgba(245,197,24,.08);
    color: var(--fynor-gold);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fynor-banner__badge::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fynor-red);
    box-shadow: 0 0 14px rgba(225,6,0,.9);
    content: "";
}

.fynor-banner h1,
.fynor-banner h2 {
    margin: 0;
    color: var(--fynor-white);
    font-size: clamp(3rem, 7vw, 5.7rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: .98;
}

.fynor-banner__description {
    max-width: 680px;
    margin: 24px 0 0;
    color: #b6b6b6;
    font-size: 1.05rem;
    line-height: 1.8;
}

.fynor-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.fynor-btn-gold,
.fynor-btn-dark {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fynor-btn-gold {
    border: 1px solid var(--fynor-gold);
    background: var(--fynor-gold);
    color: var(--fynor-black);
}

.fynor-btn-gold:hover {
    transform: translateY(-2px);
    background: var(--fynor-gold-hover);
    color: var(--fynor-black);
    box-shadow: 0 14px 32px rgba(245,197,24,.17);
}

.fynor-btn-dark {
    border: 1px solid var(--fynor-border-light);
    background: rgba(18,18,18,.78);
    color: var(--fynor-white);
    backdrop-filter: blur(10px);
}

.fynor-btn-dark:hover {
    transform: translateY(-2px);
    border-color: var(--fynor-gold);
    color: var(--fynor-gold);
}

.fynor-overview {
    display: grid;
    max-width: 720px;
    margin-top: 42px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fynor-overview__item {
    padding: 17px 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    background: rgba(18,18,18,.72);
    backdrop-filter: blur(12px);
}

.fynor-overview__value {
    color: var(--fynor-gold);
    font-size: 1.35rem;
    font-weight: 800;
}

.fynor-overview__item p {
    margin: 5px 0 0;
    color: var(--fynor-muted);
    font-size: .75rem;
}

/* Market strip */
.fynor-market-strip {
    min-height: 48px;
    border-top: 1px solid var(--fynor-border);
    border-bottom: 1px solid var(--fynor-border);
    background: #0d0d0d;
}

.fynor-market-strip .tradingview-widget-container {
    height: 48px !important;
}

.fynor-market-strip .tradingview-widget-copyright {
    display: none !important;
}

/* Calculator */
.fynor-calculator {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 28px 0;
    border-bottom: 1px solid var(--fynor-border);
    background:
        linear-gradient(135deg, rgba(225,6,0,.08), rgba(245,197,24,.04)),
        var(--fynor-surface);
}

.fynor-calculator__card {
    padding: 24px;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background: #101010;
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-field-label {
    display: block;
    margin-bottom: 8px;
    color: var(--fynor-white);
    font-size: .8rem;
    font-weight: 700;
}

.fynor-input,
.fynor-select,
.fynor-textarea {
    width: 100%;
    border: 1px solid var(--fynor-border);
    border-radius: 12px;
    outline: none;
    background: #0c0c0c;
    color: var(--fynor-white);
    box-shadow: none;
}

.fynor-input,
.fynor-select {
    height: 50px;
    padding: 11px 14px;
}

.fynor-textarea {
    min-height: 145px;
    padding: 15px;
    resize: vertical;
}

.fynor-input:focus,
.fynor-select:focus,
.fynor-textarea:focus {
    border-color: var(--fynor-gold);
    box-shadow: 0 0 0 3px rgba(245,197,24,.08);
}

/* About */
.fynor-about__visual {
    position: relative;
    padding: 18px;
}

.fynor-about__image {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border: 1px solid var(--fynor-border);
    border-radius: 24px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow);
}

.fynor-about__image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.fynor-about__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(10,10,10,.72));
    content: "";
}

.fynor-about__coin {
    position: absolute;
    right: -4px;
    bottom: 8px;
    z-index: 2;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 3px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fff4a5, var(--fynor-gold) 45%, #966700);
    color: var(--fynor-black);
    box-shadow: 0 18px 45px rgba(245,197,24,.22);
    font-weight: 900;
}

.fynor-rich-text {
    color: #b6b6b6;
    line-height: 1.82;
}

.fynor-rich-text p:last-child {
    margin-bottom: 0;
}

/* Generic grid cards */
.fynor-grid-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.fynor-grid-card::before {
    position: absolute;
    top: 0;
    left: 27px;
    width: 58px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--fynor-red), var(--fynor-gold));
    content: "";
}

.fynor-grid-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245,197,24,.38);
    box-shadow: var(--fynor-shadow);
}

.fynor-grid-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid rgba(245,197,24,.27);
    border-radius: 15px;
    background: var(--fynor-gold-soft);
    color: var(--fynor-gold);
    font-size: 1.25rem;
}

.fynor-grid-card h3 {
    margin: 0 0 10px;
    color: var(--fynor-white);
    font-size: 1.25rem;
    font-weight: 700;
}

.fynor-grid-card p {
    margin: 0;
    color: var(--fynor-muted);
    line-height: 1.72;
}

/* Referral */
.fynor-referral-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}

.fynor-referral-card {
    position: relative;
    overflow: hidden;
    padding: 28px 22px;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(225,6,0,.08), rgba(245,197,24,.035)),
        var(--fynor-surface);
    text-align: center;
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-referral-card__step {
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid rgba(245,197,24,.28);
    border-radius: 50%;
    background: var(--fynor-gold-soft);
    color: var(--fynor-gold);
    font-weight: 800;
}

.fynor-referral-card small {
    color: var(--fynor-muted);
    font-weight: 600;
}

.fynor-referral-card h3 {
    margin: 8px 0 0;
    color: var(--fynor-gold);
    font-size: 2rem;
    font-weight: 800;
}

/* Plan cards */
.fynor-plan-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--fynor-border);
    border-radius: 19px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
    transition: .28s ease;
}

.fynor-plan-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245,197,24,.42);
    box-shadow: var(--fynor-shadow);
}

.fynor-plan-card::before {
    position: absolute;
    top: 0;
    left: 27px;
    width: 68px;
    height: 3px;
    border-radius: 0 0 9px 9px;
    background: linear-gradient(90deg, var(--fynor-red), var(--fynor-gold));
    content: "";
}

.fynor-plan-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.fynor-plan-card__head small {
    display: block;
    margin-bottom: 6px;
    color: var(--fynor-red);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fynor-plan-card__head h3 {
    margin: 0;
    color: var(--fynor-white);
    font-size: 1.45rem;
    font-weight: 800;
}

.fynor-plan-coin {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border: 2px solid rgba(245,197,24,.35);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fff5a4, var(--fynor-gold) 45%, #9b6b00);
    color: var(--fynor-black);
    font-size: .75rem;
    font-weight: 900;
}

.fynor-plan-box {
    margin-bottom: 14px;
    padding: 18px;
    border: 1px solid var(--fynor-border);
    border-radius: 14px;
    background: var(--fynor-surface-2);
}

.fynor-plan-box--gold {
    border-color: rgba(245,197,24,.22);
    background:
        linear-gradient(135deg, rgba(245,197,24,.08), rgba(225,6,0,.025)),
        var(--fynor-surface-2);
}

.fynor-plan-box small {
    display: block;
    margin-bottom: 7px;
    color: var(--fynor-muted);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fynor-plan-box strong {
    color: var(--fynor-white);
    font-size: 1.35rem;
}

.fynor-plan-box--gold strong {
    color: var(--fynor-gold);
    font-size: 1.75rem;
}

.fynor-plan-box p {
    margin: 7px 0 0;
    color: var(--fynor-muted);
    font-size: .8rem;
}

.fynor-plan-features {
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.fynor-plan-features li {
    display: flex;
    padding: 11px 0;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--fynor-border);
    color: var(--fynor-muted);
    font-size: .8rem;
}

.fynor-plan-features li:first-child {
    border-top: 1px solid var(--fynor-border);
}

.fynor-plan-features b {
    color: var(--fynor-white);
    text-align: right;
}

.fynor-plan-actions {
    display: grid;
    gap: 10px;
}

.fynor-plan-limit {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fynor-border);
    border-radius: 12px;
    background: #171717;
    color: #666;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* FAQ */
.fynor-faq .accordion-item {
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid var(--fynor-border);
    border-radius: 14px;
    background: var(--fynor-surface);
}

.fynor-faq .accordion-button {
    padding: 20px 22px;
    background: var(--fynor-surface);
    color: var(--fynor-white);
    box-shadow: none;
    font-weight: 700;
}

.fynor-faq .accordion-button:not(.collapsed) {
    background: var(--fynor-surface-2);
    color: var(--fynor-gold);
}

.fynor-faq .accordion-button::after {
    filter: invert(1);
}

.fynor-faq .accordion-body {
    padding: 0 22px 22px;
    color: var(--fynor-muted);
    line-height: 1.75;
}

/* Blog */
.fynor-blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
    transition: .28s ease;
}

.fynor-blog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245,197,24,.35);
    box-shadow: var(--fynor-shadow);
}

.fynor-blog-card__image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.fynor-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.fynor-blog-card:hover .fynor-blog-card__image img {
    transform: scale(1.06);
}

.fynor-blog-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 11px;
    border: 1px solid rgba(245,197,24,.35);
    border-radius: 999px;
    background: rgba(10,10,10,.78);
    color: var(--fynor-gold);
    font-size: .66rem;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.fynor-blog-card__body {
    padding: 24px;
}

.fynor-blog-card__body h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.35;
}

.fynor-blog-card__body h3 a {
    color: var(--fynor-white);
}

.fynor-blog-card__body h3 a:hover {
    color: var(--fynor-gold);
}

.fynor-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin: 0 0 14px;
    padding: 0;
    color: #777;
    font-size: .72rem;
    list-style: none;
}

.fynor-blog-meta i {
    color: var(--fynor-red);
}

.fynor-blog-card__body p {
    margin: 0;
    color: var(--fynor-muted);
    line-height: 1.72;
}

/* Contact */
.fynor-contact-form {
    padding: 30px;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-contact-info {
    height: 100%;
    padding: 25px;
    border: 1px solid var(--fynor-border);
    border-radius: 17px;
    background: var(--fynor-surface);
}

.fynor-contact-info__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    place-items: center;
    border: 1px solid rgba(245,197,24,.25);
    border-radius: 14px;
    background: var(--fynor-gold-soft);
    color: var(--fynor-gold);
}

.fynor-contact-info h4 {
    margin: 0 0 8px;
    color: var(--fynor-white);
    font-size: 1.1rem;
}

.fynor-contact-info p {
    margin: 0;
    color: var(--fynor-muted);
    word-break: break-word;
}

.fynor-map {
    width: 100%;
    height: 420px;
    border: 0;
    filter: grayscale(1) invert(.91) contrast(.9);
}

/* Newsletter */
.fynor-newsletter {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px solid var(--fynor-border);
    border-bottom: 1px solid var(--fynor-border);
    background:
        radial-gradient(circle at 10% 50%, rgba(225,6,0,.14), transparent 30%),
        radial-gradient(circle at 90% 50%, rgba(245,197,24,.10), transparent 30%),
        var(--fynor-surface);
}

.fynor-subscribe-form {
    display: flex;
    max-width: 760px;
    margin: 28px auto 0;
    padding: 7px;
    border: 1px solid var(--fynor-border);
    border-radius: 15px;
    background: #0d0d0d;
}

.fynor-subscribe-form input {
    min-width: 0;
    height: 48px;
    flex: 1;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--fynor-white);
}

.fynor-subscribe-form button {
    min-height: 48px;
    padding: 10px 20px;
    border: 0;
    border-radius: 11px;
    background: var(--fynor-gold);
    color: var(--fynor-black);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* Testimonial */
.fynor-testimonial-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--fynor-border);
    border-radius: 18px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-testimonial-card__quote {
    margin: 0 0 24px;
    color: #b5b5b5;
    font-size: .95rem;
    line-height: 1.8;
}

.fynor-testimonial-card__client {
    display: flex;
    align-items: center;
    gap: 13px;
}

.fynor-testimonial-card__avatar {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 2px solid rgba(245,197,24,.32);
    border-radius: 50%;
}

.fynor-testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fynor-testimonial-card h4 {
    margin: 0;
    color: var(--fynor-white);
    font-size: 1rem;
}

.fynor-testimonial-card small {
    color: var(--fynor-muted);
}

/* Investor / holders */
.fynor-holder-card {
    display: flex;
    height: 100%;
    padding: 18px;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--fynor-border);
    border-radius: 16px;
    background: var(--fynor-surface);
}

.fynor-holder-card__avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    overflow: hidden;
    border: 2px solid rgba(245,197,24,.3);
    border-radius: 50%;
    background: var(--fynor-surface-2);
}

.fynor-holder-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fynor-holder-card h4 {
    margin: 0 0 5px;
    color: var(--fynor-white);
    font-size: 1rem;
}

.fynor-holder-card p {
    margin: 0;
    color: var(--fynor-muted);
    font-size: .78rem;
}

.fynor-holder-card strong {
    color: var(--fynor-gold);
}

/* Transactions */
.fynor-tabs {
    display: inline-flex;
    padding: 5px;
    border: 1px solid var(--fynor-border);
    border-radius: 13px;
    background: var(--fynor-surface);
}

.fynor-tabs .nav-link {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 9px;
    color: var(--fynor-muted);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.fynor-tabs .nav-link.active {
    background: var(--fynor-gold);
    color: var(--fynor-black);
}

.fynor-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--fynor-border);
    border-radius: 17px;
    background: var(--fynor-surface);
    box-shadow: var(--fynor-shadow-soft);
}

.fynor-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
}

.fynor-table th,
.fynor-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--fynor-border);
    background: transparent;
    color: var(--fynor-muted);
    vertical-align: middle;
}

.fynor-table th {
    background: var(--fynor-surface-2);
    color: var(--fynor-white);
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fynor-table td strong {
    color: var(--fynor-white);
}

.fynor-table tr:last-child td {
    border-bottom: 0;
}

/* Modal */
.fynor-section-modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--fynor-border);
    border-radius: 17px;
    background: var(--fynor-surface);
    color: var(--fynor-white);
}

.fynor-section-modal .modal-header,
.fynor-section-modal .modal-footer {
    padding: 20px 24px;
    border-color: var(--fynor-border);
}

.fynor-section-modal .modal-header {
    background: var(--fynor-surface-2);
}

.fynor-section-modal .modal-body {
    padding: 25px;
}

/* Notice */
.fynor-notice {
    display: flex;
    max-width: 900px;
    margin: 38px auto 0;
    padding: 18px 20px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(245,197,24,.20);
    border-radius: 14px;
    background: rgba(245,197,24,.05);
}

.fynor-notice i {
    margin-top: 3px;
    color: var(--fynor-gold);
}

.fynor-notice p {
    margin: 0;
    color: var(--fynor-muted);
    font-size: .78rem;
    line-height: 1.65;
}

/* Responsive */
@media (max-width: 991px) {
    .fynor-section {
        padding: 78px 0;
    }

    .fynor-banner {
        min-height: 650px;
        padding: 140px 0 90px;
    }

    .fynor-overview,
    .fynor-referral-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .fynor-about__image,
    .fynor-about__image img {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .fynor-section {
        padding: 62px 0;
    }

    .fynor-section-head {
        margin-bottom: 32px;
        text-align: left;
    }

    .fynor-banner {
        min-height: 600px;
        padding: 120px 0 72px;
    }

    .fynor-banner h1,
    .fynor-banner h2 {
        letter-spacing: -.04em;
    }

    .fynor-overview {
        margin-top: 32px;
    }

    .fynor-calculator__card,
    .fynor-contact-form {
        padding: 20px;
    }

    .fynor-about__visual {
        margin-bottom: 30px;
        padding: 0;
    }

    .fynor-about__image,
    .fynor-about__image img {
        min-height: 350px;
    }

    .fynor-subscribe-form {
        flex-direction: column;
    }

    .fynor-subscribe-form button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .fynor-overview,
    .fynor-referral-grid {
        grid-template-columns: 1fr;
    }

    .fynor-banner__actions {
        display: grid;
    }

    .fynor-btn-gold,
    .fynor-btn-dark {
        width: 100%;
    }

    .fynor-about__image,
    .fynor-about__image img {
        min-height: 300px;
    }
}
