/*---------------------------------------
 *     FabriSite — visual, mobile, trust
 ---------------------------------------*/

:root {
    --fs-navy: #1a0b2e;
    --fs-navy-2: #2a1248;
    --fs-purple: #6b2d8b;
    --fs-purple-2: #552274;
    --fs-yellow: #f5c518;
    --fs-ink: #1b1228;
    --fs-muted: #2d3748;
    --fs-bg: #f7f5fb;
    --fs-white: #ffffff;
    --fs-line: #ebe6f2;
    --fs-radius: 18px;
    --fs-shadow: 0 18px 50px rgba(26, 11, 46, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: var(--fs-ink);
    background: var(--fs-bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Tipografia de UI (menu / CTAs) — padrão FabriSite */
.navbar-default .navbar-nav > li > a,
#nav .support-button,
.ybtn {
    font-family: 'Outfit', sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6,
.big-title,
.row-title,
.page-title,
.pricing-title,
.service-title,
.mfeature-title,
.feature-title,
.ybtn {
    font-family: 'Outfit', sans-serif !important;
}

/* ----- Logo ----- */
.logo-holder {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 56px !important;
    float: none !important;
    line-height: 1 !important;
}

.logo-holder .logo.logo-img,
.logo-holder img.logo-fabrisite {
    background-image: none !important;
    width: auto !important;
    height: 32px !important;
    max-width: 140px;
    display: block !important;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

/* ----- Header ----- */
#header-holder.main-header,
#header-holder.inner-header {
    background: linear-gradient(135deg, #12061f 0%, #2a1248 45%, #6b2d8b 100%) !important;
    position: relative;
    overflow: visible !important;
}

#header-holder.main-header:before,
#header-holder.inner-header:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(245, 197, 24, 0.16), transparent 42%),
        radial-gradient(ellipse at 85% 10%, rgba(107, 45, 139, 0.4), transparent 40%);
    pointer-events: none;
    z-index: 0;
}

#header-holder.main-header > *,
#header-holder.inner-header > * {
    position: relative;
    z-index: 2;
}

.bg-animation,
.graphic-show {
    opacity: 0.28;
    pointer-events: none;
}

/* ----- Nav / Mobile menu ----- */
#nav {
    z-index: 10050 !important;
    position: relative;
    overflow: visible !important;
}

#nav .container-nav > .row > .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
}

#nav .navbar-header {
    float: none !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    height: 56px;
}

#nav .navbar-collapse {
    float: none !important;
    display: flex !important;
    align-items: center;
    padding: 0;
}

#nav .navbar-nav {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

#nav .navbar-nav > li {
    display: flex;
    align-items: center;
    float: none !important;
}

#nav .navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 56px;
    height: 56px;
    display: flex;
    align-items: center;
}

.navbar-default {
    background: transparent !important;
    border: 0 !important;
    min-height: 56px;
    margin-bottom: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92) !important;
}

.navbar-default .navbar-toggle {
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    margin: 0 0 0 auto;
    padding: 8px 10px;
    border-radius: 10px;
    float: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
    width: 22px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:not(.collapsed) {
    background: rgba(245, 197, 24, 0.2) !important;
    border-color: var(--fs-yellow) !important;
}

#nav .support-button-holder {
    margin: 0 0 0 10px !important;
    display: flex !important;
    align-items: center !important;
    height: 56px;
}

#nav .support-button-holder a.support-button,
#nav .support-button,
.support-button-holder a.support-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0 14px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    line-height: 1 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, var(--fs-purple), var(--fs-purple-2)) !important;
    border-radius: 999px !important;
    border: 1px solid rgba(245, 197, 24, 0.35) !important;
    box-shadow: 0 3px 10px rgba(107, 45, 139, 0.22);
    color: #fff !important;
    white-space: nowrap;
}

#nav .support-button .fa-caret-down,
#nav .dropdown-toggle .fa-caret-down,
#nav .navbar-nav > li > a .fa-caret-down {
    margin-left: 8px !important;
    display: inline-block;
    vertical-align: middle;
}

#nav .dropdown-menu {
    z-index: 10060 !important;
    pointer-events: auto !important;
    border-radius: 14px !important;
    border: 1px solid var(--fs-line) !important;
    box-shadow: var(--fs-shadow) !important;
    padding: 10px !important;
}

#nav .dropdown-menu > li > a {
    border-radius: 10px !important;
    padding: 10px 14px !important;
    color: var(--fs-ink) !important;
    font-weight: 600 !important;
}

#nav .dropdown-menu > li > a:hover,
#nav .dropdown-menu > li > a:focus {
    background: #f4eef9 !important;
    color: var(--fs-purple) !important;
}

#nav .nav > li.active > a,
#nav .nav > li > a.active-page {
    color: var(--fs-yellow) !important;
}

@media (min-width: 768px) {
    #nav .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        align-items: center;
    }

    #nav .dropdown:hover > .dropdown-menu,
    #nav .dropdown.open > .dropdown-menu,
    #nav .support-dropdown:hover > .dropdown-menu,
    #nav .support-dropdown.open > .dropdown-menu {
        display: block !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Mobile nav panel */
@media (max-width: 767px) {
    #nav .container-nav > .row > .col-md-12 {
        display: block;
        min-height: 0;
    }

    #nav .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        height: 56px;
        gap: 12px;
    }

    /* Padrão Android: logo à esquerda, hamburger à direita */
    #nav .navbar-header .logo-holder {
        order: 1;
        margin: 0 !important;
        margin-right: auto !important;
        float: none !important;
        padding: 0 !important;
        height: 56px !important;
    }

    #nav .navbar-header .navbar-toggle {
        order: 2;
        float: none !important;
        margin: 0 0 0 auto !important;
        position: relative;
        right: auto;
        left: auto;
    }

    #nav .navbar-collapse {
        display: none !important;
        float: none !important;
        width: 100%;
    }

    #nav .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    #nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        margin-top: 12px;
        padding: 14px;
        background: rgba(18, 6, 31, 0.97);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    }

    #nav .navbar-nav {
        display: block;
        margin: 0;
        float: none !important;
        width: 100%;
    }

    #nav .navbar-nav > li {
        display: block;
        float: none !important;
        width: 100%;
        text-align: left !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    #nav .navbar-nav > li:last-child {
        border-bottom: 0;
    }

    #nav .navbar-nav > li > a {
        padding: 14px 8px !important;
        display: block;
        height: auto;
        line-height: 1.4;
        font-size: 15px !important;
    }

    #nav .support-button-holder {
        margin: 10px 0 0 !important;
        height: auto;
        display: block !important;
        width: 100%;
        position: relative;
        perspective: none;
    }

    #nav .support-button-holder a.support-button,
    #nav .support-button {
        display: flex !important;
        text-align: center;
        width: 100%;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        margin: 0 !important;
    }

    /* Evita flex row: submenu ao lado do botão (bug Android) */
    #nav .support-button-holder > .dropdown-menu,
    #nav .dropdown-menu {
        position: static !important;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        display: none !important;
        transform: none !important;
        -webkit-transform: none !important;
        opacity: 1 !important;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        margin: 8px 0 4px !important;
        padding: 6px !important;
        overflow: hidden;
    }

    #nav .dropdown-menu:before,
    #nav .support-button-holder .dropdown-menu:before,
    #nav .support-button-holder .dropdown-menu:after {
        display: none !important;
    }

    #nav .dropdown.open > .dropdown-menu,
    #nav .support-dropdown.open > .dropdown-menu,
    #nav .support-button-holder.open > .dropdown-menu {
        display: block !important;
    }

    /* No mobile, não abrir por :hover (Chrome Android “gruda” hover) */
    #nav .support-button-holder:hover > .dropdown-menu,
    #nav .support-button-holder:focus > .dropdown-menu,
    #nav .dropdown:hover > .dropdown-menu {
        display: none !important;
        transform: none !important;
    }

    #nav .dropdown.open > .dropdown-menu,
    #nav .support-dropdown.open > .dropdown-menu,
    #nav .support-button-holder.open > .dropdown-menu {
        display: block !important;
    }

    #nav .dropdown-menu > li > a {
        color: #fff !important;
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: anywhere;
        line-height: 1.35;
        font-size: 14px !important;
    }

    #nav .dropdown-menu > li > a:hover {
        background: rgba(245, 197, 24, 0.15) !important;
        color: var(--fs-yellow) !important;
    }
}

/* ----- Hero ----- */
#top-content {
    padding: 48px 0 56px;
}

#header-holder.main-header .header-graphic,
#top-content .header-graphic,
#top-content picture {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#top-content picture {
    margin-top: 12px;
}

.fs-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

#top-content .big-title {
    font-size: clamp(28px, 5vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em;
    color: #fff !important;
}

#top-content .big-title span {
    color: var(--fs-yellow) !important;
}

/* FIX-01: contraste WCAG AA do subtítulo na hero (fundo roxo escuro) */
#top-content p,
#header-holder.main-header #top-content p,
#top-content .slide > p {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    max-width: 480px;
    margin-top: 16px;
}

#top-content p strong,
#header-holder.main-header #top-content p strong {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 700;
}

.btn-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.header-graphic {
    filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.25));
    animation: fs-float 5s ease-in-out infinite;
    margin: 0 auto;
    display: block;
}

@keyframes fs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.page-title {
    color: #fff !important;
    font-weight: 800 !important;
}

/* ----- Buttons ----- */
.ybtn {
    border-radius: 999px !important;
    font-weight: 700 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
    display: inline-block;
}

.ybtn:hover,
.ybtn:focus {
    transform: translateY(-2px);
}

.ybtn-header-color,
.ybtn-accent-color,
.pricing-box .pricing-content .pricing-link a,
.register-button {
    background: linear-gradient(135deg, var(--fs-purple), #8a3fb3) !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(107, 45, 139, 0.35) !important;
}

.ybtn-header-color:hover,
.ybtn-accent-color:hover,
.pricing-box .pricing-content .pricing-link a:hover {
    background: linear-gradient(135deg, var(--fs-purple-2), var(--fs-purple)) !important;
    color: #fff !important;
}

.ybtn-white {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #1a0b2e !important;
}

.header-graphic {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Botão outline em fundos claros */
.content-holder .ybtn-white,
#page-content .ybtn-white,
#contact-info .ybtn-white,
#info .ybtn-white {
    background: #fff !important;
    border: 2px solid var(--fs-purple) !important;
    color: var(--fs-purple) !important;
    box-shadow: none !important;
}

.content-holder .ybtn-white:hover,
#page-content .ybtn-white:hover,
#contact-info .ybtn-white:hover,
#info .ybtn-white:hover {
    background: var(--fs-purple) !important;
    color: #fff !important;
}

.buttons-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.buttons-holder .ybtn + .ybtn {
    margin-left: 0;
}

/* ----- Sections / cards ----- */
.row-title {
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    color: var(--fs-navy) !important;
}

.row-subtitle,
.info-text {
    color: var(--fs-muted) !important;
}

/* ENH-01: cards de benefícios com altura padronizada */
#services .row {
    display: flex;
    flex-wrap: wrap;
}

#services .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

#services .service-box,
#ifeatures .feature-box,
#more-features .mfeature-box,
.fs-trust-card {
    background: var(--fs-white);
    border: 1px solid var(--fs-line);
    border-radius: var(--fs-radius);
    box-shadow: var(--fs-shadow);
    padding: 28px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

#services .service-box {
    position: relative;
    overflow: visible;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
}

#services .service-box .service-icon {
    position: static;
    display: block;
    margin: 0 0 16px;
    top: auto;
    left: auto;
}

#services .service-box .service-icon img {
    width: 64px;
    height: 64px;
}

#services .service-box .service-title {
    margin-left: 0;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
}

#services .service-box .service-details {
    margin-left: 0;
    flex: 1 1 auto;
}

#services .service-box .service-details p {
    margin-bottom: 0;
}

/* ENH-02: microinteração de elevação no hover */
#services .service-box:hover,
#ifeatures .feature-box:hover,
#more-features .mfeature-box:hover,
.fs-trust-card:hover {
    transform: translateY(-4px) !important;
    -webkit-transform: translateY(-4px) !important;
    box-shadow: 0 24px 55px rgba(26, 11, 46, 0.14);
}

.service-title,
.feature-title,
.mfeature-title,
.fs-trust-card h3 {
    color: var(--fs-navy) !important;
    font-weight: 700 !important;
}

.service-details p,
.feature-details,
.mfeature-details,
.fs-trust-card p {
    color: var(--fs-muted) !important;
}

/* Trust block */
#fs-trust {
    padding: 20px 0 10px;
}

.fs-trust-card .fs-trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(107, 45, 139, 0.12), rgba(245, 197, 24, 0.18));
    color: var(--fs-purple);
    font-size: 22px;
    margin-bottom: 14px;
}

.fs-trust-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.fs-trust-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

/* Pricing — cards limpos (substitui visual Hostify) */
#pricing {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
    overflow: visible !important;
    background: #f7f5fb !important;
}
#pricing .bg-color {
    display: none !important;
}
#pricing .container,
#pricing .row.fs-plans {
    overflow: visible !important;
}
#pricing .row-title {
    margin-bottom: 8px;
    color: var(--fs-navy) !important;
}
#pricing .row-subtitle {
    margin-bottom: 36px;
    color: var(--fs-muted) !important;
}

.fs-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    margin: 28px 0 20px;
    padding: 28px 22px 22px;
    background: #fff;
    border: 1px solid #e6e0ef;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(26, 11, 46, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fs-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(26, 11, 46, 0.1);
}
.fs-price-card--popular {
    border: 2px solid var(--fs-purple);
    box-shadow: 0 18px 48px rgba(107, 45, 139, 0.16);
    padding-top: 36px;
}
.fs-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--fs-yellow);
    color: #1a0b2e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 8px 16px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(245, 197, 24, 0.35);
}
.fs-price-top {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee8f4;
}
.fs-price-name {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fs-muted);
}
.fs-price-ideal {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--fs-ink);
    line-height: 1.35;
}
.fs-price-disk {
    margin: 0 0 12px;
    line-height: 1;
}
.fs-price-disk strong {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--fs-purple);
    letter-spacing: -0.03em;
}
.fs-price-card--popular .fs-price-disk strong {
    color: var(--fs-navy);
}
.fs-price-disk span {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fs-muted);
}
.fs-price-value {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--fs-ink);
}
.fs-price-value span {
    font-size: 14px;
    font-weight: 600;
    color: var(--fs-muted);
}
.fs-price-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 6px 0 0;
    flex: 1;
}
.fs-price-list li {
    position: relative;
    padding: 11px 0 11px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #2c3544;
    border-bottom: 1px solid #eef1f6;
}
.fs-price-list li:last-child {
    border-bottom: 0;
}
.fs-price-list li strong {
    color: var(--fs-navy);
    font-weight: 700;
}
.fs-price-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e8f8ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231e7a45' d='M6.5 11.2L3.3 8l1.1-1.1 2.1 2.1 5-5L12.6 5z'/%3E%3C/svg%3E") center/12px no-repeat;
}
.fs-plans-note {
    text-align: center;
    margin: 8px auto 0;
    max-width: 640px;
    font-size: 14px;
    color: #5b6b82;
    line-height: 1.45;
}
.fs-price-cta {
    display: block;
    text-align: center;
    padding: 14px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--fs-purple), var(--fs-purple-2));
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(107, 45, 139, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fs-price-cta:hover,
.fs-price-cta:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(107, 45, 139, 0.36);
}
.fs-price-card--popular .fs-price-cta {
    background: linear-gradient(135deg, #f5c518, #e6b400);
    color: #1a0b2e !important;
    box-shadow: 0 10px 24px rgba(245, 197, 24, 0.35);
}
.fs-price-card--popular .fs-price-cta:hover,
.fs-price-card--popular .fs-price-cta:focus {
    color: #1a0b2e !important;
}
@media (max-width: 991px) {
    .fs-price-card {
        min-height: 0;
        margin-top: 32px;
    }
}

/* Neutraliza restos do tema antigo de pricing */
#pricing .pricing-box {
    display: none !important;
}

/* ----- Página Hospedagem (copy BR) ----- */
.fs-host-head .page-title {
    font-size: clamp(28px, 4.2vw, 42px) !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}
.fs-br-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(245, 197, 24, 0.4);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.fs-br-badge i {
    color: var(--fs-yellow);
}
.fs-host-lead {
    max-width: 720px;
    margin: 0 auto 22px;
    font-size: 17px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}
.fs-host-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 8px;
}
.fs-host-pains {
    padding: 40px 0 16px;
    background: #f7f5fa;
}
.fs-pain-card {
    background: #fff;
    border: 1px solid #e6e0ef;
    border-radius: 16px;
    padding: 22px 18px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    box-shadow: 0 8px 24px rgba(26, 11, 46, 0.05);
}
.fs-pain-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(107, 45, 139, 0.1);
    color: var(--fs-purple);
    font-size: 20px;
    margin-bottom: 12px;
}
.fs-pain-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: var(--fs-navy);
}
.fs-pain-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #5b6b82;
}
.fs-host-seo-block {
    padding: 36px 0 48px;
}
.fs-host-seo-block p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d4a5c;
}
.fs-contact-lead {
    margin: 10px auto 0;
    max-width: 540px;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
    .fs-host-cta .ybtn {
        width: 100%;
        text-align: center;
    }
}

/* ----- Busca de domínio (Registro.br) ----- */
.fs-domain-hero {
    background: linear-gradient(180deg, rgba(26, 11, 46, 0.04), transparent);
    padding: 28px 0 8px;
    margin-top: -8px;
}
.fs-domain-lead {
    font-size: 17px;
    color: #3d4a5c;
    margin: 0 auto 22px;
    max-width: 560px;
    line-height: 1.45;
}
.fs-domain-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
}
.fs-domain-input-wrap {
    flex: 1 1 auto;
    min-width: min(100%, 260px);
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(26, 11, 46, 0.08);
    overflow: hidden;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
}
.fs-domain-input-wrap:focus-within {
    border-color: var(--fs-purple);
    box-shadow: 0 0 0 3px rgba(107, 45, 139, 0.18);
}
.fs-domain-input-wrap input {
    flex: 1;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    line-height: 48px !important;
    margin: 0 !important;
    width: 100% !important;
    background: transparent !important;
    color: #1a0b2e;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.fs-domain-suffix {
    display: none;
}
.fs-domain-btn {
    flex: 0 0 auto;
    border: 0;
    border-radius: 12px;
    padding: 0 22px;
    height: 48px;
    min-height: 48px;
    font-weight: 700;
    font-size: 15px;
    color: #1a0b2e !important;
    background: linear-gradient(135deg, var(--fs-yellow), #ffe566) !important;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(245, 197, 24, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fs-domain-btn:hover:not(:disabled),
.fs-domain-btn:focus:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(245, 197, 24, 0.45);
}
.fs-domain-btn:disabled {
    opacity: 0.75;
    cursor: wait;
}
.fs-domain-status {
    margin: 16px auto 0;
    max-width: 560px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
}
.fs-domain-status.is-taken,
.fs-domain-status.is-warn {
    background: #fff4e5;
    color: #8a4b00;
    border: 1px solid #f0d2a0;
}
.fs-domain-hint {
    margin-top: 14px;
    font-size: 13px;
    color: #7a8799;
}
.fs-domain-results {
    margin: 22px auto 0;
    max-width: 620px;
    text-align: left;
}
.fs-domain-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid #e4e9f0;
    box-shadow: 0 10px 28px rgba(26, 11, 46, 0.08);
    margin-bottom: 14px;
}
.fs-domain-card.is-ok {
    border-color: rgba(46, 160, 90, 0.45);
    background: linear-gradient(180deg, #f3fff7, #fff);
}
.fs-domain-card.is-taken {
    border-color: rgba(200, 80, 60, 0.35);
    background: linear-gradient(180deg, #fff7f5, #fff);
}
.fs-domain-card.is-warn {
    border-color: #f0d2a0;
    background: #fffaf0;
}
.fs-domain-card-title {
    margin: 0 0 8px;
    font-size: 17px;
    color: #1a0b2e;
}
.fs-domain-card-text {
    margin: 0 0 14px;
    color: #5b6b82;
    font-size: 14px;
    line-height: 1.45;
}
.fs-domain-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fs-domain-suggestions {
    background: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid #e4e9f0;
}
.fs-domain-sug-title {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 15px;
    color: #1a0b2e;
}
.fs-domain-sug-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fs-domain-sug-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #eef1f6;
}
.fs-domain-sug-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.fs-domain-sug-name {
    flex: 1;
    font-weight: 700;
    color: #1a0b2e;
    word-break: break-all;
}
.fs-domain-sug-badge {
    font-size: 12px;
    font-weight: 700;
    color: #1e7a45;
    background: #e6f8ee;
    padding: 4px 10px;
    border-radius: 999px;
}
.fs-domain-sug-cta {
    font-weight: 700;
    font-size: 13px;
    color: #fff !important;
    background: var(--fs-purple);
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none !important;
    white-space: nowrap;
}
.fs-domain-sug-cta:hover {
    background: var(--fs-purple-2);
    color: #fff !important;
}
.fs-domain-other {
    margin-top: 12px;
    font-size: 14px;
    color: #5b6b82;
}
.fs-domain-other summary {
    cursor: pointer;
    font-weight: 600;
}
.fs-domain-other-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.fs-domain-other-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #eef1f6;
}
.fs-domain-other-list li span { flex: 1; font-weight: 600; color: #1a0b2e; }
.fs-domain-other-list li em { font-style: normal; font-size: 12px; }
.fs-domain-other-list li.is-ok em { color: #1e7a45; }
.fs-domain-other-list li.is-no em { color: #b42318; }
.fs-domain-other-list li.is-na em { color: #8a4b00; }

/* ----- Página 404 ----- */
.fs-404 {
    padding: 48px 0 72px;
    min-height: 52vh;
}
.fs-404-code {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(72px, 16vw, 120px);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 8px;
    background: linear-gradient(135deg, var(--fs-purple), var(--fs-yellow));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.fs-404-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    color: var(--fs-navy);
    margin: 0 0 12px;
}
.fs-404-text {
    font-size: 17px;
    color: #5b6b82;
    margin: 0 auto 28px;
    max-width: 480px;
    line-height: 1.5;
}
.fs-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}
.fs-404-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: center;
}
.fs-404-links a {
    color: var(--fs-purple);
    font-weight: 600;
    text-decoration: none;
}
.fs-404-links a:hover {
    color: var(--fs-navy);
    text-decoration: underline;
}

@media (max-width: 575px) {
    .fs-domain-form {
        flex-direction: column;
        align-items: stretch;
    }
    .fs-domain-input-wrap {
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
    }
    .fs-domain-input-wrap input {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 14px !important;
        line-height: 48px !important;
    }
    .fs-domain-btn {
        width: 100%;
        height: 48px;
        min-height: 48px;
    }
    .fs-domain-actions .ybtn {
        width: 100%;
        text-align: center;
    }
    .fs-404-actions .ybtn {
        width: 100%;
        text-align: center;
    }
}

.domain-box {
    border-radius: var(--fs-radius) !important;
    box-shadow: var(--fs-shadow);
    margin-bottom: 20px;
}

.message-area {
    background: linear-gradient(135deg, var(--fs-navy), var(--fs-purple)) !important;
    border-radius: 24px;
    overflow: hidden;
}

.message-area .text-other-color1,
.message-area .text-other-color2 {
    color: #fff !important;
}

/* CTA boxed/normal-bg = fundo claro (tema Hostify) */
.message-area.normal-bg,
.message-area.boxed {
    background: transparent !important;
}

.message-area.boxed .container,
.message-area.normal-bg .container {
    background: #ffffff !important;
    border: 1px solid var(--fs-line) !important;
    border-radius: 22px !important;
    box-shadow: var(--fs-shadow) !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.message-area.normal-bg .text-other-color1,
.message-area.boxed .text-other-color1 {
    color: var(--fs-navy) !important;
}

.message-area.normal-bg .text-other-color2,
.message-area.boxed .text-other-color2 {
    color: var(--fs-muted) !important;
}

.message-area.normal-bg .ybtn-white,
.message-area.boxed .ybtn-white {
    background: #fff !important;
    border: 2px solid var(--fs-purple) !important;
    color: var(--fs-purple) !important;
    box-shadow: none !important;
}

.message-area.normal-bg .ybtn-white:hover,
.message-area.boxed .ybtn-white:hover {
    background: var(--fs-purple) !important;
    color: #fff !important;
}

.message-area.normal-bg .ybtn-accent-color,
.message-area.boxed .ybtn-accent-color {
    color: #fff !important;
}


#footer {
    background: #12061f !important;
    color: rgba(255, 255, 255, 0.85);
}

#footer h4 {
    color: #fff !important;
    font-weight: 700;
}

#footer a {
    color: rgba(255, 255, 255, 0.75) !important;
}

#footer a:hover {
    color: var(--fs-yellow) !important;
}

.footer-copy {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
}

.footer-copy a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.footer-copy a:hover,
.footer-copy a:focus {
    color: var(--fs-yellow) !important;
}

.support-dropdown .dropdown-menu .fab.fa-whatsapp,
.support-dropdown .dropdown-menu .fas {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

/* FIX-03: margem mínima 20px; não cobre CTAs no mobile */
.fs-whatsapp-float,
a.fs-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fs-whatsapp-float:hover,
a.fs-whatsapp:hover {
    transform: scale(1.06);
    color: #fff !important;
    text-decoration: none;
}

.fs-back-top {
    position: fixed;
    right: 22px;
    bottom: 84px;
    z-index: 9998;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fs-purple), var(--fs-purple-2, #8a3aad));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    box-shadow: 0 10px 24px rgba(107, 45, 139, 0.4);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.fs-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.fs-back-top:hover,
.fs-back-top:focus {
    color: #fff;
    outline: none;
    transform: translateY(-2px) scale(1.05);
}

.fs-skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #fff;
    color: var(--fs-navy);
    padding: 10px 14px;
    z-index: 10000;
}

.fs-skip-link:focus {
    left: 12px;
    top: 12px;
}

main#conteudo {
    display: block;
}

.content-holder,
.info-text.grey-text,
.text-holder {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

/* Blog / cards: sem quebra no meio da palavra e sem pill azul do tema */
.service-box .service-title,
.service-box .service-title a,
#page-content .service-box .service-title,
#page-content .service-box .service-title a {
    margin-left: 0 !important;
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: var(--fs-navy) !important;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
    position: static !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    white-space: normal;
}

.service-box .service-title a:after {
    content: none !important;
    display: none !important;
}

.service-box .service-title a:hover,
.service-box .service-title a:focus {
    color: var(--fs-purple) !important;
    text-decoration: none;
}

.service-box .service-details,
.service-box .service-details p {
    margin-left: 0 !important;
    color: var(--fs-muted) !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    opacity: 1 !important;
}

.row-subtitle,
.service-details p,
.feature-details,
.mfeature-details,
.info-text,
.fs-legal p,
.content-holder p {
    color: var(--fs-muted) !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
    .pricing-box.bestbuy {
        transform: none;
    }

    #top-content .col-md-6 {
        text-align: center;
    }

    #top-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-holder {
        justify-content: center;
    }

    .message-area .buttons-holder {
        margin-top: 16px;
    }

    .header-graphic {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .logo-holder img.logo-fabrisite {
        height: 30px !important;
        max-width: 130px;
    }

    #header-holder {
        margin-bottom: 24px !important;
    }

    #top-content {
        padding-top: 10px;
        padding-bottom: 24px;
    }

    .row-title,
    .page-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .row-subtitle {
        font-size: 15px;
    }

    #pricing .col-sm-6,
    #services .col-sm-12,
    #more-features .col-sm-6,
    #ifeatures .col-sm-6,
    #fs-trust .col-sm-6 {
        width: 100%;
    }

    .domain-search-holder .input-holder {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .domain-search-holder input,
    .domain-search-holder #search-btn {
        width: 100% !important;
        max-width: 100%;
    }

    #footer .col-xs-6 {
        width: 100%;
        margin-bottom: 18px;
    }

    .fs-whatsapp-float,
    a.fs-whatsapp {
        right: 20px;
        bottom: 20px;
        width: 52px;
        height: 52px;
        font-size: 26px;
    }

    .fs-back-top {
        right: 20px;
        bottom: 82px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    /* Evita sobreposição com botões de checkout/contratar no rodapé das seções */
    #pricing .fs-price-card,
    .fs-convince-aside,
    .message-area .buttons-holder {
        padding-bottom: 8px;
    }

    body {
        padding-bottom: 72px;
    }

    .ybtn {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #top-content .big-title {
        font-size: 26px !important;
    }

    .pricing-details ul li {
        font-size: 14px;
    }
}

/* RNF-02: mobile 360px — sem scroll horizontal e cards empilhados */
@media (max-width: 767px) {
    #services .row {
        display: block;
    }

    #services .row > [class*="col-"] {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #services .service-box {
        min-height: 0;
    }
}

@media (max-width: 360px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    #top-content .big-title {
        font-size: 24px !important;
    }

    .btn-holder .ybtn {
        width: 100%;
    }

    .fs-hero-proof li {
        font-size: 12px;
        padding: 7px 12px;
    }

    .fs-whatsapp-float,
    a.fs-whatsapp {
        right: 20px;
        bottom: 20px;
    }
}


/* Legal / blog / cookie / breadcrumb */
.fs-legal h2 { margin-top: 28px; color: var(--fs-navy); font-size: 22px; font-weight: 800; }
.fs-legal p, .fs-legal li { line-height: 1.7; color: var(--fs-ink); }
.fs-legal ul, .fs-legal ol { margin-bottom: 16px; }
.fs-breadcrumb { background: transparent; padding: 14px 0 0; }
.fs-breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 13px; color: var(--fs-muted); }
.fs-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 10px; opacity: 0.5; }
.fs-breadcrumb a { color: var(--fs-purple); font-weight: 600; }
.footer-legal-inline { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-legal-inline li { display: inline-block; }
.fs-footer-legal { margin-top: 18px; }
.fs-cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100000;
  max-width: 720px; margin: 0 auto;
}
.fs-cookie-inner {
  background: #12061f; color: #fff; border-radius: 18px; padding: 18px 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.12);
}
.fs-cookie-inner a { color: var(--fs-yellow); }
.fs-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.fs-cookie[hidden] { display: none !important; }
@media (max-width: 767px) {
  .fs-cookie { left: 10px; right: 10px; bottom: 80px; }
}

/* ----- Nav density (Blog + FAQ always visible) ----- */
@media (min-width: 768px) {
    #nav .container-nav {
        max-width: 100%;
    }
    #nav .logo-fabrisite {
        max-width: 140px;
        height: 32px !important;
    }
    #nav .navbar-nav > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 16px !important;
        white-space: nowrap;
    }
    #nav .support-button-holder a.support-button,
    #nav .support-button {
        margin-left: 0 !important;
        padding: 0 16px !important;
        height: 34px !important;
        font-size: 14px !important;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #nav .logo-fabrisite {
        max-width: 120px;
        height: 28px !important;
    }
    #nav .navbar-nav > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 14px !important;
    }
    #nav .support-button-holder a.support-button,
    #nav .support-button {
        padding: 0 12px !important;
        height: 32px !important;
        font-size: 13px !important;
    }
}
.fs-article-meta {
    color: #5b6b82;
    font-size: 14px;
    margin-bottom: 18px;
}
.fs-article h2 {
    margin-top: 32px;
}
.fs-blog-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 24px;
}
.fs-blog-list > [class*="col-"] {
    display: flex;
    float: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
}
.fs-blog-list .fs-trust-card {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px 18px;
}
.fs-blog-list .fs-trust-card .ybtn {
    margin-top: auto;
    align-self: flex-start;
    padding: 8px 14px;
    font-size: 13px;
}
.fs-blog-list .fs-trust-card h2 {
    font-size: 17px;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 8px;
}
.fs-blog-list .fs-trust-card h2 a {
    color: inherit;
    text-decoration: none;
}
.fs-blog-list .fs-trust-card p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
}
.fs-blog-list .fs-trust-card h3 {
    font-size: 17px;
    line-height: 1.35;
}
.fs-blog-list .fs-post-date {
    display: block;
    font-size: 12px;
    color: #5b6b82;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .fs-blog-list > [class*="col-"] {
        width: 100%;
    }
}

/* ----- Apps page (espelha fabrisite.com.br/desenvolvimento-de-aplicativos) ----- */
.fs-apps-hero .page-title {
    font-size: clamp(28px, 4.5vw, 46px) !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
}
.fs-apps-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fs-yellow);
}
.fs-apps-kicker.dark {
    color: var(--fs-purple);
}
.fs-apps-lead {
    max-width: 760px;
    margin: 0 auto 24px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}
.fs-apps-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.fs-apps-section {
    padding: 64px 0;
}
.fs-apps-alt {
    background: linear-gradient(180deg, #f7f3fb 0%, #fff 100%);
}
.fs-apps-step {
    background: #fff;
    border: 1px solid var(--fs-line);
    border-radius: var(--fs-radius);
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.06);
    margin-bottom: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fs-apps-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--fs-shadow);
}
.fs-apps-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--fs-purple);
    margin-bottom: 10px;
    font-family: Outfit, sans-serif;
}
.fs-apps-step h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--fs-navy);
}
.fs-apps-step p {
    margin: 0;
    color: var(--fs-muted);
    line-height: 1.6;
}
.fs-apps-section #ifeatures .feature-icon {
    font-size: 28px;
    color: var(--fs-purple);
    margin-bottom: 12px;
}
.fs-apps-section #ifeatures .feature-box {
    margin-bottom: 24px;
}
.fs-apps-sub {
    font-size: 20px;
    font-weight: 700;
    color: var(--fs-purple);
    margin: 0 0 16px;
    line-height: 1.35;
}
.fs-apps-checks {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}
.fs-apps-checks li {
    position: relative;
    padding: 8px 0 8px 28px;
    font-weight: 600;
    color: var(--fs-ink);
}
.fs-apps-checks li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fs-purple);
    font-weight: 800;
}
.fs-apps-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 12px;
}
.fs-apps-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 120px;
    background: linear-gradient(145deg, #2a1248, #6b2d8b);
    color: #fff;
    border-radius: var(--fs-radius);
    font-weight: 700;
    box-shadow: var(--fs-shadow);
    transition: transform 0.25s ease;
}
.fs-apps-platform:hover {
    transform: scale(1.03);
}
.fs-apps-platform i {
    font-size: 32px;
    color: var(--fs-yellow);
}
.fs-apps-how {
    text-align: center;
    padding: 20px 12px;
    margin-bottom: 16px;
}
.fs-apps-how span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--fs-purple);
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}
.fs-apps-how h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--fs-navy);
}
.fs-apps-how p {
    color: var(--fs-muted);
    margin: 0;
    line-height: 1.55;
}
.fs-apps-card {
    margin-bottom: 20px;
    min-height: 180px;
}
.fs-apps-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.fs-apps-services-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--fs-navy);
}
.fs-apps-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fs-apps-services li {
    background: #fff;
    border: 1px solid var(--fs-line);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    color: var(--fs-ink);
}
@media (max-width: 767px) {
    .fs-apps-section {
        padding: 44px 0;
    }
    .fs-apps-platforms {
        margin-top: 28px;
    }
}

/* Home — conversão */
/* FIX-02: pills com mais respiro e borda mais nítida */
.fs-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    list-style: none;
    padding: 0;
    margin: 18px 0 24px;
}
.fs-hero-proof li {
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(245, 197, 24, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    letter-spacing: 0.01em;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .fs-hero-proof {
        justify-content: center;
        gap: 8px 10px;
        margin: 14px 0 20px;
    }
}
#fs-convince {
    padding: 10px 0 50px;
}
.fs-convince-box {
    background: #fff;
    border: 1px solid var(--fs-line);
    border-radius: var(--fs-radius);
    padding: 36px 32px;
    box-shadow: var(--fs-shadow);
}
.fs-convince-heading {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 800;
    color: var(--fs-navy);
    line-height: 1.25;
    font-family: Outfit, sans-serif;
}
.fs-convince-box > .row > div > p {
    color: var(--fs-muted);
    line-height: 1.65;
    margin-bottom: 16px;
}
.fs-convince-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fs-convince-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    color: var(--fs-ink);
    line-height: 1.5;
}
.fs-convince-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fs-purple);
    font-weight: 800;
}
.fs-convince-aside {
    background: linear-gradient(145deg, #2a1248, #6b2d8b);
    color: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    margin-top: 8px;
}
.fs-convince-price {
    margin: 0;
    opacity: 0.85;
    font-size: 14px;
}
.fs-convince-value {
    margin: 4px 0 8px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    font-family: Outfit, sans-serif;
}
.fs-convince-value span {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.85;
}
.fs-convince-note {
    font-size: 13px;
    opacity: 0.9;
    margin: 0 0 18px;
}
.fs-convince-aside .ybtn {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.fs-convince-wa {
    display: inline-block;
    color: var(--fs-yellow) !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.fs-plan-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 999px;
    background: var(--fs-yellow);
    color: #1a0b2e;
}
@media (max-width: 767px) {
    .fs-convince-box {
        padding: 24px 18px;
    }
    .fs-convince-aside {
        margin-top: 24px;
    }
}

/* ----- PRD: sticky nav, planos, depoimentos, FAQ ----- */
body.fs-nav-fixed {
    padding-top: 72px;
}
#nav.fs-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10080;
    background: rgba(26, 11, 46, 0.96) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    padding: 0;
    transition: box-shadow 0.2s ease;
}
#nav.fs-nav.is-sticky .logo-fabrisite {
    max-width: 120px;
    height: 28px !important;
}
#nav.fs-nav.is-sticky .navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#nav.fs-nav.is-sticky .support-button-holder a.support-button {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
}
#fs-testimonials {
    padding: 56px 0;
    background: #fff;
}
.fs-testimonial {
    background: var(--fs-bg);
    border: 1px solid var(--fs-line);
    border-radius: var(--fs-radius);
    padding: 22px 18px;
    margin-bottom: 18px;
    height: 100%;
    min-height: 220px;
}
.fs-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #6b2d8b, #2a1248);
    margin-bottom: 12px;
}
.fs-avatar-2 { background: linear-gradient(135deg, #1a73e8, #0b1f3a); }
.fs-avatar-3 { background: linear-gradient(135deg, #c45c26, #6b2d8b); }
.fs-avatar-4 { background: linear-gradient(135deg, #0d9488, #1a0b2e); }
.fs-testimonial blockquote {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--fs-ink);
    border: 0;
    padding: 0;
}
.fs-testimonial figcaption strong {
    display: block;
    color: var(--fs-navy);
}
.fs-testimonial figcaption span {
    display: block;
    font-size: 13px;
    color: var(--fs-muted);
    margin-top: 2px;
}

#fs-faq-home {
    padding: 56px 0 40px;
    background: linear-gradient(180deg, #f7f3fb 0%, #fff 100%);
}
.fs-accordion {
    margin-top: 28px;
}
.fs-acc-item {
    border: 1px solid var(--fs-line);
    border-radius: 14px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}
.fs-acc-btn {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 0;
    padding: 16px 48px 16px 18px;
    font-size: 16px;
    font-weight: 700;
    color: var(--fs-navy);
    position: relative;
    cursor: pointer;
}
.fs-acc-btn:after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--fs-purple);
}
.fs-acc-btn[aria-expanded="true"]:after {
    content: "−";
}
.fs-acc-panel {
    padding: 0 18px 16px;
}
.fs-acc-panel p {
    margin: 0;
    color: var(--fs-muted);
    line-height: 1.65;
}
.footer-seo-local {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0 10px;
    max-width: 720px;
}
#top-content .big-title {
    font-size: clamp(26px, 4.2vw, 40px) !important;
    line-height: 1.2 !important;
}

/* ----- Blog grid (3 / 2 / 1) ----- */
.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 56px;
}

.blog-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 28px !important;
    color: #4a5568 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.blog-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.blog-card-body {
    flex: 1 1 auto;
}

.blog-card h3 {
    font-family: Outfit, sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin: 0 0 12px !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
}

.blog-card p {
    font-size: 0.95rem !important;
    color: #4a5568 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px !important;
    opacity: 1 !important;
}

.blog-card-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b2d8b !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.blog-card-link:hover,
.blog-card-link:focus {
    text-decoration: underline;
    color: #552274 !important;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-container {
        padding: 20px 14px 48px;
    }
}

/* ----- Wizard de Seleção de Plano ----- */
.fs-wizard-box {
    background: #ffffff;
    border: 1px solid var(--fs-line);
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: var(--fs-shadow);
    margin-bottom: 40px;
    text-align: center;
}

.fs-wizard-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--fs-navy);
    margin-bottom: 8px;
}

.fs-wizard-subtitle {
    font-size: 15px;
    color: var(--fs-muted);
    margin-bottom: 24px;
}

.fs-wizard-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.fs-wizard-btn {
    background: #f7f5fb;
    border: 2px solid #e6e0ef;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--fs-navy);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fs-wizard-btn:hover,
.fs-wizard-btn.active {
    background: var(--fs-purple);
    border-color: var(--fs-purple);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(107, 45, 139, 0.25);
}

.fs-wizard-result {
    display: none;
    margin-top: 20px;
    padding: 16px 20px;
    background: rgba(245, 197, 24, 0.15);
    border: 1px solid var(--fs-yellow);
    border-radius: 14px;
    color: var(--fs-navy);
    font-weight: 700;
    font-size: 15px;
    animation: fs-fadeIn 0.3s ease;
}

@keyframes fs-fadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ----- Tabela Comparativa (FabriSite vs Concorrentes) ----- */
.fs-compare-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid var(--fs-line);
}

.fs-compare-table-wrapper {
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid var(--fs-line);
    box-shadow: var(--fs-shadow);
}

.fs-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    text-align: left;
}

.fs-compare-table th,
.fs-compare-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #ebe6f2;
    font-size: 15px;
}

.fs-compare-table th {
    background: #12061f;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fs-compare-table th.fs-col-highlight {
    background: var(--fs-purple);
    color: #ffffff;
    text-align: center;
}

.fs-compare-table th.fs-col-others {
    background: #2d3748;
    color: #cbd5e0;
    text-align: center;
}

.fs-compare-table td.fs-col-highlight {
    background: #fcf9fe;
    font-weight: 700;
    color: var(--fs-navy);
    text-align: center;
}

.fs-compare-table td.fs-col-others {
    color: #718096;
    text-align: center;
}

.fs-compare-table tr:last-child td {
    border-bottom: 0;
}

.fs-check {
    color: #2e7d32;
    font-weight: 800;
    font-size: 16px;
}

.fs-cross {
    color: #c62828;
    font-weight: 800;
    font-size: 16px;
}

/* ----- Portfólio de Aplicativos ----- */
.fs-portfolio-section {
    padding: 60px 0;
    background: #f7f5fb;
}

.fs-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 36px;
}

@media (max-width: 992px) {
    .fs-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .fs-portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.fs-portfolio-card {
    background: #ffffff;
    border: 1px solid var(--fs-line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--fs-shadow);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.fs-portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(26, 11, 46, 0.15);
}

.fs-portfolio-img-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #0f172a;
    overflow: hidden;
}

.fs-portfolio-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fs-portfolio-card:hover .fs-portfolio-img-holder img {
    transform: scale(1.04);
}

.fs-portfolio-body {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.fs-portfolio-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--fs-navy);
    margin: 0 0 10px;
    line-height: 1.3;
}

.fs-portfolio-desc {
    font-size: 14px;
    color: var(--fs-muted);
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1 1 auto;
}

.fs-portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.fs-portfolio-tag {
    background: rgba(107, 45, 139, 0.08);
    color: var(--fs-purple);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.fs-portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--fs-purple);
    text-decoration: none;
    transition: color 0.2s ease;
}

.fs-portfolio-link:hover {
    color: var(--fs-purple-2);
    text-decoration: underline;
}

/* Timeline Processo */
.fs-process-section {
    padding: 60px 0;
    background: #ffffff;
}

.fs-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 36px;
}

@media (max-width: 992px) {
    .fs-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .fs-process-grid {
        grid-template-columns: 1fr;
    }
}

.fs-process-card {
    background: #f7f5fb;
    border: 1px solid var(--fs-line);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    height: 100%;
}

.fs-process-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fs-purple), var(--fs-purple-2));
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 6px 16px rgba(107, 45, 139, 0.3);
}

.fs-process-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--fs-navy);
    margin-bottom: 6px;
}

.fs-process-desc {
    font-size: 13px;
    color: var(--fs-muted);
    line-height: 1.4;
}



