.elementor-8796 .elementor-element.elementor-element-bbcc3f3{--display:flex;}.elementor-8796 .elementor-element.elementor-element-d030536{--display:flex;}.elementor-8796 .elementor-element.elementor-element-4968782{--display:flex;}.elementor-8796 .elementor-element.elementor-element-4841b98{--display:flex;}.elementor-8796 .elementor-element.elementor-element-5f429ec{--display:flex;}.elementor-8796 .elementor-element.elementor-element-fd508dc{--display:flex;}.elementor-8796 .elementor-element.elementor-element-e76b8f0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-15c695e *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-720d222 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a159072 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd2f0d8 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81b8a81 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37e9419 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-017f278 *//* =========================================================
   MAPA DE FLORIANÓPOLIS — NOVA PÁGINA
========================================================= */

.mapafgi-page,
.mapafgi-page *,
.mapafgi-page *::before,
.mapafgi-page *::after {
    box-sizing: border-box;
}

.mapafgi-page {
    --mapafgi-navy: #102e59;
    --mapafgi-dark: #0d2347;
    --mapafgi-blue: #145be7;
    --mapafgi-sky: #32d4ff;
    --mapafgi-yellow: #ffc400;
    --mapafgi-green: #079536;
    --mapafgi-purple: #7132c7;
    --mapafgi-orange: #ff7a00;
    --mapafgi-red: #ed3157;
    --mapafgi-text: #17243c;
    --mapafgi-muted: #718096;
    --mapafgi-border: #dbe6f0;
    --mapafgi-soft: #f3f8fd;
    --mapafgi-map-image:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    color: var(--mapafgi-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.mapafgi-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.mapafgi-section {
    position: relative;
    padding: 82px 0;
}

.mapafgi-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mapafgi-eyebrow--hero,
.mapafgi-eyebrow--yellow {
    color: var(--mapafgi-yellow);
}

.mapafgi-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.mapafgi-heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mapafgi-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mapafgi-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mapafgi-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mapafgi-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mapafgi-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.mapafgi-text-link {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    color: var(--mapafgi-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mapafgi-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mapafgi-button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

.mapafgi-button--blue {
    background: var(--mapafgi-blue);
    color: #fff !important;
}

.mapafgi-button--outline {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.mapafgi-button--yellow {
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mapafgi-hero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 30%,
            rgba(50, 212, 255, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 57%,
            #145be7 100%
        );
}

.mapafgi-hero::before {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 760px;
    height: 760px;
    border: 100px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.mapafgi-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mapafgi-hero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mapafgi-hero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
}

.mapafgi-hero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mapafgi-hero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.mapafgi-hero__features div {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.mapafgi-hero__features strong,
.mapafgi-hero__features span {
    display: block;
}

.mapafgi-hero__features strong {
    color: #fff;
    font-size: 12px;
}

.mapafgi-hero__features span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    line-height: 1.4;
}

.mapafgi-hero-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
}

.mapafgi-hero-map::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(13, 35, 71, 0.04),
            rgba(13, 35, 71, 0.12)
        );
    content: "";
}

.mapafgi-hero-map__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--mapafgi-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-hero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(16, 46, 89, 0.17);
    backdrop-filter: blur(7px);
}

.mapafgi-hero-map__caption strong,
.mapafgi-hero-map__caption span {
    display: block;
}

.mapafgi-hero-map__caption strong {
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-hero-map__caption span {
    margin-top: 5px;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS COM MAPA SUAVIZADO
========================================================= */

.mapafgi-categories {
    isolation: isolate;
    padding-top: 72px;
    padding-bottom: 68px;
    overflow: hidden;
    background: #fff;
}

.mapafgi-categories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.75) blur(1px);
    opacity: 0.23;
    transform: scale(1.03);
}

.mapafgi-categories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.91),
            rgba(247, 251, 255, 0.95)
        );
    content: "";
}

.mapafgi-category-carousel {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #b9ccdf transparent;
    scrollbar-width: thin;
}

.mapafgi-category-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204, 220, 235, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--mapafgi-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16, 46, 89, 0.06);
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mapafgi-category-card:hover {
    box-shadow: 0 15px 33px rgba(16, 46, 89, 0.12);
    transform: translateY(-4px);
}

.mapafgi-category-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mapafgi-category-card strong {
    color: var(--mapafgi-navy);
    font-size: 15px;
}

.mapafgi-category-card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mapafgi-carousel-hint {
    position: relative;
    z-index: 2;
    display: none;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    text-align: center;
}

.mapafgi-category-card__icon.is-blue {
    background: #e5f3ff;
}

.mapafgi-category-card__icon.is-green {
    background: #e5f8ed;
}

.mapafgi-category-card__icon.is-purple {
    background: #f1eafd;
}

.mapafgi-category-card__icon.is-orange {
    background: #fff0df;
}

.mapafgi-category-card__icon.is-yellow {
    background: #fff6ce;
}

.mapafgi-category-card__icon.is-aqua {
    background: #e3f9fa;
}

.mapafgi-category-card__icon.is-red {
    background: #ffe9ef;
}

.mapafgi-category-card__icon.is-gray {
    background: #edf1f5;
}

/* =========================================================
   BUSCADOR COM MAPA DISCRETO
========================================================= */

.mapafgi-search-section {
    isolation: isolate;
    padding-top: 54px;
    padding-bottom: 75px;
    overflow: hidden;
}

.mapafgi-search-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: grayscale(1);
    opacity: 0.07;
}

.mapafgi-search-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 251, 255, 0.96),
            rgba(238, 247, 255, 0.94)
        );
    content: "";
}

.mapafgi-search-box {
    position: relative;
    z-index: 2;
    padding: 39px;
    border: 1px solid rgba(210, 224, 237, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 46, 89, 0.09);
    backdrop-filter: blur(10px);
}

.mapafgi-search-box__heading {
    margin-bottom: 25px;
    text-align: center;
}

.mapafgi-search-box__heading h2 {
    margin: 0;
    color: var(--mapafgi-navy);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
}

.mapafgi-search-box__heading p {
    margin: 12px 0 0;
    color: var(--mapafgi-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mapafgi-search-placeholder {
    display: flex;
    min-height: 72px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed #c8d8e6;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--mapafgi-muted);
}

.mapafgi-search-placeholder span {
    font-size: 21px;
}

.mapafgi-search-placeholder p {
    margin: 0;
    font-size: 12px;
}

/* HivePress */

.mapafgi-hivepress-search {
    width: 100%;
}

.mapafgi-hivepress-search form {
    margin: 0 !important;
}

.mapafgi-hivepress-search .hp-form__fields {
    gap: 12px;
}

.mapafgi-hivepress-search input,
.mapafgi-hivepress-search select {
    min-height: 55px !important;
    border-color: #d2dfeb !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.mapafgi-hivepress-search button,
.mapafgi-hivepress-search .button {
    min-height: 55px !important;
    border-radius: 10px !important;
    background: var(--mapafgi-blue) !important;
    color: #fff !important;
}

/* =========================================================
   MAPA OPEN USER MAP
========================================================= */

.mapafgi-map-section {
    padding-top: 80px;
    background: #fff;
}

.mapafgi-map-frame {
    position: relative;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 46, 89, 0.13);
}

.mapafgi-map-instruction {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #edf7ff,
            #dff2ff
        );
}

.mapafgi-map-instruction code {
    padding: 14px 20px;
    border-radius: 9px;
    background: var(--mapafgi-navy);
    color: #fff;
    font-size: 15px;
}

/* Widget real do Open User Map */

.mapafgi-open-user-map {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mapafgi-open-user-map .open-user-map,
.mapafgi-open-user-map .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mapafgi-map-tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mapafgi-map-tips article {
    display: flex;
    padding: 17px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 13px;
    background: #fff;
}

.mapafgi-map-tips article > span {
    font-size: 22px;
}

.mapafgi-map-tips strong {
    display: block;
    color: var(--mapafgi-navy);
    font-size: 12px;
}

.mapafgi-map-tips p {
    margin: 4px 0 0;
    color: var(--mapafgi-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mapafgi-benefits-section {
    background: var(--mapafgi-soft);
}

.mapafgi-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mapafgi-benefit-card {
    padding: 27px;
    border: 1px solid var(--mapafgi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 46, 89, 0.055);
}

.mapafgi-benefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mapafgi-benefit-card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 17px;
}

.mapafgi-benefit-card p {
    margin: 10px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ANUNCIANTES
========================================================= */

.mapafgi-advertiser-section {
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(50, 212, 255, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347,
            #113170
        );
}

.mapafgi-advertiser {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.mapafgi-advertiser__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.mapafgi-advertiser__content > p {
    max-width: 690px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.72;
}

.mapafgi-advertiser__content ul {
    display: grid;
    margin: 26px 0 31px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.mapafgi-advertiser__content li {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mapafgi-advertiser__content li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-yellow);
    content: "✓";
    font-size: 17px;
    font-weight: 900;
}

.mapafgi-advertiser__card {
    max-width: 390px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27);
    transform: rotate(2deg);
}

.mapafgi-partner-label {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff3c2;
    color: #795b00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-partner-image {
    display: flex;
    min-height: 180px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.25),
            rgba(16, 46, 89, 0.4)
        ),
        var(--mapafgi-map-image);
    background-position: center;
    background-size: cover;
    font-size: 64px;
}

.mapafgi-advertiser__card h3 {
    margin: 18px 0 0;
    color: var(--mapafgi-navy);
    font-size: 20px;
}

.mapafgi-advertiser__card p {
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mapafgi-partner-link {
    display: block;
    margin-top: 17px;
    color: var(--mapafgi-blue);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   PLANOS — FUNDO LIMPO
========================================================= */

.mapafgi-plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(50, 212, 255, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f3f9ff,
            #fff
        );
}

.mapafgi-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mapafgi-plan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 46, 89, 0.095);
}

.mapafgi-plan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mapafgi-plan--monthly::before {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual::before {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo::before {
    background: var(--mapafgi-purple);
}

.mapafgi-plan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mapafgi-calendar-icon {
    position: relative;
    display: block;
    width: 27px;
    height: 24px;
    border: 3px solid var(--mapafgi-green);
    border-radius: 4px;
}

.mapafgi-calendar-icon::before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    height: 7px;
    border-radius: 3px 3px 0 0;
    background: var(--mapafgi-green);
    content: "";
}

.mapafgi-calendar-icon::after {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 14px;
    height: 7px;
    border-right: 3px solid var(--mapafgi-green);
    border-left: 3px solid var(--mapafgi-green);
    content: "";
}

.mapafgi-plan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mapafgi-yellow);
    color: var(--mapafgi-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__type {
    color: var(--mapafgi-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mapafgi-plan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mapafgi-plan--monthly h3 {
    color: var(--mapafgi-green);
}

.mapafgi-plan--annual h3 {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo h3 {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__duration {
    display: inline-flex;
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mapafgi-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapafgi-plan__description {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mapafgi-plan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mapafgi-navy);
}

.mapafgi-plan__price > span {
    font-size: 18px;
    font-weight: 900;
}

.mapafgi-plan__price strong {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}

.mapafgi-plan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mapafgi-plan__billing {
    min-height: 18px;
    margin: 8px 0 0;
    color: var(--mapafgi-muted);
    font-size: 9px;
    text-align: center;
}

.mapafgi-plan__saving {
    margin: 12px 0 0;
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mapafgi-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mapafgi-plan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mapafgi-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--mapafgi-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.mapafgi-plan li::before {
    position: absolute;
    left: 0;
    color: var(--mapafgi-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mapafgi-plan--annual li::before {
    color: var(--mapafgi-blue);
}

.mapafgi-plan--turbo li::before {
    color: var(--mapafgi-purple);
}

.mapafgi-plan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mapafgi-plan--monthly .mapafgi-plan__button {
    background: var(--mapafgi-green);
}

.mapafgi-plan--annual .mapafgi-plan__button {
    background: var(--mapafgi-blue);
}

.mapafgi-plan--turbo .mapafgi-plan__button {
    background: var(--mapafgi-purple);
}

.mapafgi-plans-note {
    max-width: 910px;
    margin: 19px auto 0;
    color: var(--mapafgi-muted);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mapafgi-faq-section {
    background: #fff;
}

.mapafgi-faq {
    max-width: 940px;
    margin: 0 auto;
}

.mapafgi-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--mapafgi-border);
    border-radius: 14px;
    background: #fff;
}

.mapafgi-faq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mapafgi-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mapafgi-faq summary::-webkit-details-marker {
    display: none;
}

.mapafgi-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mapafgi-faq details[open] summary::after {
    content: "−";
}

.mapafgi-faq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mapafgi-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   ELEMENTOR
========================================================= */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .mapafgi-page,
.elementor-widget-html .mapafgi-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mapafgi-hero__grid,
    .mapafgi-advertiser {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapafgi-plan--turbo {
        width: min(650px, 100%);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .mapafgi-advertiser__content {
        text-align: center;
    }

    .mapafgi-advertiser__content ul {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mapafgi-container {
        width: min(calc(100% - 26px), 1380px);
    }

    .mapafgi-section {
        padding: 57px 0;
    }

    .mapafgi-heading {
        margin-bottom: 28px;
    }

    .mapafgi-heading h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .mapafgi-heading p {
        font-size: 13px;
    }

    .mapafgi-heading--row {
        display: block;
    }

    .mapafgi-heading--row .mapafgi-text-link {
        display: none;
    }

    .mapafgi-hero {
        padding: 63px 0 58px;
    }

    .mapafgi-hero__grid {
        gap: 46px;
    }

    .mapafgi-hero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mapafgi-hero h2 {
        font-size: 25px;
    }

    .mapafgi-hero__content > p {
        font-size: 13px;
    }

    .mapafgi-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mapafgi-hero__features {
        grid-template-columns: 1fr;
    }

    .mapafgi-hero-map {
        min-height: 385px;
        border-width: 7px;
        border-radius: 25px;
        background-position: center;
    }

    .mapafgi-hero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mapafgi-hero-map__caption strong {
        font-size: 14px;
    }

    .mapafgi-hero-map__caption span {
        font-size: 9px;
    }

    .mapafgi-category-carousel {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .mapafgi-category-card {
        flex-basis: 78%;
        min-height: 160px;
    }

    .mapafgi-carousel-hint {
        display: block;
    }

    .mapafgi-search-box {
        padding: 26px 17px;
        border-radius: 19px;
    }

    .mapafgi-search-box__heading h2 {
        font-size: 27px;
    }

    .mapafgi-search-placeholder {
        text-align: center;
    }

    .mapafgi-map-frame {
        margin-right: -6px;
        margin-left: -6px;
        padding: 6px;
        border-radius: 18px;
    }

    .mapafgi-map-instruction,
    .mapafgi-open-user-map,
    .mapafgi-open-user-map .open-user-map,
    .mapafgi-open-user-map .leaflet-container {
        min-height: 570px !important;
    }

    .mapafgi-map-tips {
        grid-template-columns: 1fr;
    }

    .mapafgi-benefit-grid,
    .mapafgi-plan-grid {
        grid-template-columns: 1fr;
    }

    .mapafgi-plan--turbo {
        width: 100%;
        grid-column: auto;
    }

    .mapafgi-advertiser {
        gap: 44px;
    }

    .mapafgi-advertiser__content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .mapafgi-advertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mapafgi-advertiser__card {
        transform: none;
    }

    .mapafgi-plan__price strong {
        font-size: 45px;
    }

    .mapafgi-plan__badge {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   MAPA DE FLORIANÓPOLIS
========================================================= */

.mfhero,
.mfhero *,
.mfcategories,
.mfcategories *,
.mfmap,
.mfmap *,
.mfsearch,
.mfsearch *,
.mfbenefits,
.mfbenefits *,
.mfadvertiser,
.mfadvertiser *,
.mfplans,
.mfplans *,
.mffaq,
.mffaq * {
    box-sizing: border-box;
}

:root {
    --mf-navy: #102e59;
    --mf-dark: #0d2347;
    --mf-blue: #145be7;
    --mf-sky: #32d4ff;
    --mf-yellow: #ffc400;
    --mf-green: #079536;
    --mf-purple: #7132c7;
    --mf-orange: #ff7a00;
    --mf-red: #ed3157;
    --mf-text: #17243c;
    --mf-muted: #718096;
    --mf-border: #dbe6f0;
    --mf-soft: #f3f8fd;
    --mf-map:
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");
}

.mfhero,
.mfcategories,
.mfmap,
.mfsearch,
.mfbenefits,
.mfadvertiser,
.mfplans,
.mffaq {
    width: 100%;
    font-family: "Montserrat", Arial, sans-serif;
}

.mf-container {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

/* PADRÕES */

.mf-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #125a9c;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mf-eyebrow--light,
.mf-eyebrow--yellow {
    color: var(--mf-yellow);
}

.mf-heading {
    margin-bottom: 38px;
}

.mf-heading h2 {
    margin: 0;
    color: var(--mf-navy);
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.mf-heading p {
    max-width: 770px;
    margin: 15px 0 0;
    color: var(--mf-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mf-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mf-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.mf-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.mf-heading__link {
    flex: 0 0 auto;
    color: var(--mf-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mf-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.mf-button:hover {
    transform: translateY(-2px);
}

.mf-button--blue {
    background: var(--mf-blue);
    color: #fff !important;
}

.mf-button--outline {
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.08);
    color: #fff !important;
}

.mf-button--yellow {
    background: var(--mf-yellow);
    color: var(--mf-dark) !important;
}

/* =========================================================
   HERO
========================================================= */

.mfhero {
    position: relative;
    padding: 90px 0 84px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 87% 28%,
            rgba(50,212,255,.18),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 58%,
            #145be7 100%
        );
}

.mfhero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.mfhero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(49px, 6vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.mfhero h2 {
    max-width: 730px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.8vw, 36px);
    font-weight: 600;
    line-height: 1.25;
}

.mfhero__content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.75;
}

.mfhero__buttons {
    display: flex;
    margin-top: 31px;
    flex-wrap: wrap;
    gap: 13px;
}

.mfhero__features {
    display: grid;
    margin-top: 37px;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 13px;
}

.mfhero__features article {
    padding: 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(255,255,255,.07);
}

.mfhero__features strong,
.mfhero__features span {
    display: block;
}

.mfhero__features strong {
    color: #fff;
    font-size: 12px;
}

.mfhero__features span {
    margin-top: 4px;
    color: rgba(255,255,255,.63);
    font-size: 10px;
    line-height: 1.4;
}

/* Mapa quadrado */

.mfhero__visual {
    width: 100%;
}

.mfhero-map {
    position: relative;
    width: min(100%, 600px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid rgba(255,255,255,.13);
    border-radius: 34px;
    background-image: var(--mf-map);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 35px 70px rgba(0,0,0,.28);
}

.mfhero-map::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(13,35,71,.02),
        rgba(13,35,71,.14)
    );
    content: "";
}

.mfhero-map__label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
    padding: 9px 15px;
    border-radius: 40px;
    background: rgba(255,255,255,.95);
    color: var(--mf-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Pins reposicionados */

.mfhero-pin {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    border-radius: 50% 50% 50% 12px;
    box-shadow: 0 13px 28px rgba(16,46,89,.28);
    font-size: 21px;
    transform: rotate(-45deg);
}

.mfhero-pin::first-letter {
    transform: rotate(45deg);
}

.mfhero-pin--blue {
    top: 5%;
    left: 38%;
    background: #154685;
}

.mfhero-pin--yellow {
    top: 15%;
    right: 35%;
    background: #ffc400;
}

.mfhero-pin--red {
    right: 47%;
    bottom: 50%;
    background: #ed3157;
}

.mfhero-pin--purple {
    bottom: 29%;
    left: 35%;
    background: #7132c7;
}

.mfhero-map__caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 6;
    padding: 19px 21px;
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 30px rgba(16,46,89,.17);
    backdrop-filter: blur(7px);
}

.mfhero-map__caption strong,
.mfhero-map__caption span {
    display: block;
}

.mfhero-map__caption strong {
    color: var(--mf-navy);
    font-size: 17px;
}

.mfhero-map__caption span {
    margin-top: 5px;
    color: var(--mf-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORIAS
========================================================= */

.mfcategories {
    position: relative;
    isolation: isolate;
    padding: 72px 0 68px;
    overflow: hidden;
}

.mfcategories::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--mf-map);
    background-position: center;
    background-size: cover;
    content: "";
    filter: saturate(.7) blur(1px);
    opacity: .22;
    transform: scale(1.03);
}

.mfcategories::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(255,255,255,.92);
    content: "";
}

.mfcategories__carousel {
    display: flex;
    margin: 0 -10px;
    padding: 8px 10px 21px;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.mfcategory-card {
    display: flex;
    flex: 0 0 222px;
    min-height: 176px;
    padding: 21px;
    flex-direction: column;
    scroll-snap-align: start;
    border: 1px solid rgba(204,220,235,.94);
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    color: var(--mf-text) !important;
    text-decoration: none !important;
    box-shadow: 0 9px 25px rgba(16,46,89,.06);
    backdrop-filter: blur(8px);
    transition: .22s ease;
}

.mfcategory-card:hover {
    transform: translateY(-4px);
}

.mfcategory-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 21px;
}

.mfcategory-card strong {
    color: var(--mf-navy);
    font-size: 15px;
}

.mfcategory-card p {
    margin: 8px 0 0;
    color: var(--mf-muted);
    font-size: 11px;
    line-height: 1.55;
}

.mfcategory-card__icon.is-blue { background:#e5f3ff; }
.mfcategory-card__icon.is-green { background:#e5f8ed; }
.mfcategory-card__icon.is-purple { background:#f1eafd; }
.mfcategory-card__icon.is-orange { background:#fff0df; }
.mfcategory-card__icon.is-yellow { background:#fff6ce; }
.mfcategory-card__icon.is-aqua { background:#e3f9fa; }
.mfcategory-card__icon.is-red { background:#ffe9ef; }
.mfcategory-card__icon.is-gray { background:#edf1f5; }

.mfcategories__hint {
    display: none;
    margin: 8px 0 0;
    color: var(--mf-muted);
    font-size: 10px;
    text-align: center;
}

/* =========================================================
   MAPA REAL
========================================================= */

.mfmap {
    padding: 82px 0;
    background: #fff;
}

.mfmap__frame {
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--mf-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16,46,89,.13);
}

.mfmap__shortcode,
.mfmap__shortcode-widget {
    min-height: 650px;
    overflow: hidden;
    border-radius: 17px;
}

.mfmap__shortcode .open-user-map,
.mfmap__shortcode .leaflet-container,
.mfmap__shortcode-widget .open-user-map,
.mfmap__shortcode-widget .leaflet-container {
    min-height: 650px !important;
    border-radius: 17px;
}

.mfmap__tips {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.mfmap__tips article {
    display: flex;
    padding: 17px;
    gap: 12px;
    border: 1px solid var(--mf-border);
    border-radius: 13px;
    background: #fff;
}

.mfmap__tips article > span {
    font-size: 22px;
}

.mfmap__tips strong {
    display: block;
    color: var(--mf-navy);
    font-size: 12px;
}

.mfmap__tips p {
    margin: 4px 0 0;
    color: var(--mf-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   BUSCADOR HIVEPRESS — PÁGINA MAPA DE FLORIANÓPOLIS
========================================================= */

.mf-map-search,
.mf-map-search *,
.mf-map-search *::before,
.mf-map-search *::after {
    box-sizing: border-box;
}

/* =========================================================
   CONTÊINER PRINCIPAL DO ELEMENTOR
========================================================= */

.mf-map-search {
    --mfs-navy: #102e59;
    --mfs-dark: #0d2347;
    --mfs-blue: #145be7;
    --mfs-yellow: #ffc400;
    --mfs-white: #ffffff;
    --mfs-muted: rgba(255, 255, 255, 0.82);
    --mfs-border: #e1e9f1;

    position: relative;
    display: flex;
    width: 100%;
    min-height: 490px;
    padding: 76px 22px 116px !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;

    background:
        linear-gradient(
            90deg,
            rgba(13, 35, 71, 0.98) 0%,
            rgba(31, 66, 125, 0.90) 52%,
            rgba(232, 239, 247, 0.82) 100%
        ),
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat", Arial, sans-serif;
}

/* Detalhe discreto sobre o fundo */

.mf-map-search::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(
            circle at 72% 50%,
            rgba(50, 212, 255, 0.10),
            transparent 34%
        );
    pointer-events: none;
    content: "";
}

/* Garante que os widgets fiquem acima do fundo */

.mf-map-search > .e-con-inner,
.mf-map-search > .elementor-container,
.mf-map-search > .elementor-widget,
.mf-map-search .elementor-widget-html,
.mf-map-search .mf-map-search__content,
.mf-map-search .mf-map-search__form {
    position: relative;
    z-index: 2;
}

/* =========================================================
   ÁREA DO TÍTULO
========================================================= */

.mf-map-search__content {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.mf-map-search__tag {
    display: inline-flex;
    min-height: 42px;
    margin-bottom: 25px;
    padding: 10px 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(6px);
}

.mf-map-search__content h2 {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: clamp(39px, 5vw, 65px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -2.2px !important;
    text-align: center;
}

.mf-map-search__content p {
    max-width: 820px;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    color: var(--mfs-muted) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    text-align: center;
}

/* =========================================================
   WIDGET DO BUSCADOR HIVEPRESS
========================================================= */

.mf-map-search__form {
    position: absolute !important;
    right: 50%;
    bottom: -51px;
    z-index: 10 !important;
    width: min(1150px, calc(100% - 40px));
    padding: 15px !important;
    border: 1px solid rgba(16, 46, 89, 0.10);
    border-radius: 23px;
    background: #ffffff;
    box-shadow:
        0 22px 55px rgba(16, 46, 89, 0.18),
        0 3px 10px rgba(16, 46, 89, 0.06);
    transform: translateX(50%);
}

/* Remove espaçamentos herdados do Elementor */

.mf-map-search__form,
.mf-map-search__form > .elementor-widget-container {
    margin: 0 !important;
}

.mf-map-search__form > .elementor-widget-container {
    padding: 0 !important;
}

/* Formulário HivePress */

.mf-map-search__form form,
.mf-map-search__form .hp-form,
.mf-map-search__form .hp-form--listing-search {
    width: 100% !important;
    margin: 0 !important;
}

/* Organização horizontal dos campos */

.mf-map-search__form .hp-form__fields {
    display: flex !important;
    width: 100%;
    margin: 0 !important;
    align-items: stretch;
    gap: 0 !important;
}

/* Cada campo */

.mf-map-search__form .hp-form__field {
    display: flex;
    min-width: 0;
    margin: 0 !important;
    align-items: center;
}

/* Campos de entrada */

.mf-map-search__form input,
.mf-map-search__form select,
.mf-map-search__form .select2-selection,
.mf-map-search__form .select2-selection--single {
    width: 100% !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
    border: 0 !important;
    border-right: 1px solid #e3eaf1 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #28374e !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
}

/* Primeiro campo */

.mf-map-search__form
.hp-form__field:first-child input,
.mf-map-search__form
.hp-form__field:first-child select {
    border-radius: 12px 0 0 12px !important;
}

/* Placeholder */

.mf-map-search__form input::placeholder {
    color: #8b97a8 !important;
    opacity: 1;
}

/* Select2 */

.mf-map-search__form .select2-container {
    width: 100% !important;
}

.mf-map-search__form
.select2-container
.select2-selection--single {
    display: flex !important;
    align-items: center;
}

.mf-map-search__form
.select2-selection__rendered {
    padding: 0 !important;
    color: #28374e !important;
    line-height: normal !important;
}

.mf-map-search__form
.select2-selection__arrow {
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%);
}

/* =========================================================
   BOTÃO PESQUISAR
========================================================= */

.mf-map-search__form button,
.mf-map-search__form .button,
.mf-map-search__form input[type="submit"] {
    display: flex !important;
    min-width: 185px;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 15px 27px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--mfs-yellow) !important;
    box-shadow: none !important;
    color: var(--mfs-navy) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: none !important;
    transition:
        filter 0.2s ease,
        transform 0.2s ease;
}

.mf-map-search__form button:hover,
.mf-map-search__form .button:hover,
.mf-map-search__form input[type="submit"]:hover {
    filter: brightness(0.94);
    transform: translateY(-1px);
}

/* =========================================================
   ESPAÇO APÓS A SEÇÃO
========================================================= */

/*
   Como o formulário fica parcialmente fora da seção,
   a próxima seção precisa começar com espaço suficiente.
*/

.mf-map-search + .elementor-element,
.mf-map-search + section {
    padding-top: 92px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mf-map-search {
        min-height: 460px;
        padding: 66px 20px 125px !important;
    }

    .mf-map-search__content h2 {
        font-size: clamp(38px, 6vw, 55px) !important;
    }

    .mf-map-search__form {
        bottom: -64px;
        width: calc(100% - 34px);
    }

    .mf-map-search__form .hp-form__fields {
        flex-wrap: wrap;
    }

    .mf-map-search__form .hp-form__field {
        flex: 1 1 33.333%;
    }

    .mf-map-search__form button,
    .mf-map-search__form .button,
    .mf-map-search__form input[type="submit"] {
        width: 100%;
        min-width: 160px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mf-map-search {
        min-height: auto;
        padding: 58px 14px 39px !important;
        background:
            linear-gradient(
                180deg,
                rgba(13, 35, 71, 0.96) 0%,
                rgba(17, 49, 112, 0.94) 100%
            ),
            url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

        background-position: center;
        background-size: cover;
    }

    .mf-map-search__content {
        padding: 0 3px;
    }

    .mf-map-search__tag {
        min-height: 37px;
        margin-bottom: 20px;
        padding: 9px 18px;
        font-size: 9px;
    }

    .mf-map-search__content h2 {
        font-size: 34px !important;
        line-height: 1.12 !important;
        letter-spacing: -1.1px !important;
    }

    .mf-map-search__content p {
        margin-top: 18px !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /*
       No celular, o formulário deixa de ficar sobreposto.
       Isso evita cortes e melhora a leitura.
    */

    .mf-map-search__form {
        position: relative !important;
        right: auto;
        bottom: auto;
        width: calc(100% - 26px);
        margin: 30px auto 0 !important;
        padding: 10px !important;
        border-radius: 17px;
        transform: none;
    }

    .mf-map-search__form .hp-form__fields {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0 !important;
    }

    .mf-map-search__form .hp-form__field {
        width: 100%;
    }

    .mf-map-search__form input,
    .mf-map-search__form select,
    .mf-map-search__form .select2-selection,
    .mf-map-search__form .select2-selection--single {
        min-height: 58px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e4ebf2 !important;
        border-radius: 0 !important;
    }

    .mf-map-search__form
    .hp-form__field:first-child input,
    .mf-map-search__form
    .hp-form__field:first-child select {
        border-radius: 10px 10px 0 0 !important;
    }

    .mf-map-search__form button,
    .mf-map-search__form .button,
    .mf-map-search__form input[type="submit"] {
        width: 100% !important;
        min-height: 57px !important;
        margin-top: 10px !important;
        border-radius: 10px !important;
    }

    .mf-map-search + .elementor-element,
    .mf-map-search + section {
        padding-top: 0;
    }
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.mfbenefits {
    padding: 82px 0;
    background: var(--mf-soft);
}

.mfbenefits__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.mfbenefit-card {
    padding: 27px;
    border: 1px solid var(--mf-border);
    border-radius: 18px;
    background: #fff;
}

.mfbenefit-card > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf6ff;
    font-size: 23px;
}

.mfbenefit-card h3 {
    margin: 18px 0 0;
    color: var(--mf-navy);
    font-size: 17px;
}

.mfbenefit-card p {
    margin: 10px 0 0;
    color: var(--mf-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   SEÇÃO PARA ANUNCIANTES — MAPA DE FLORIANÓPOLIS
========================================================= */

.mfadv-new,
.mfadv-new *,
.mfadv-new *::before,
.mfadv-new *::after {
    box-sizing: border-box;
}

.mfadv-new {
    --mfadv-navy: #102e59;
    --mfadv-dark: #0d2347;
    --mfadv-blue: #145be7;
    --mfadv-yellow: #ffc400;
    --mfadv-muted: #758197;

    position: relative;
    width: 100%;
    padding: 84px 22px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 90% 35%,
            rgba(50, 212, 255, 0.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0d2347 0%,
            #113170 100%
        );

    font-family: "Montserrat", Arial, sans-serif;
}

.mfadv-new::before {
    position: absolute;
    right: -250px;
    bottom: -410px;
    width: 720px;
    height: 720px;
    border: 90px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
    content: "";
}

.mfadv-new__container {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1380px, 100%);
    margin: 0 auto;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 75px;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.mfadv-new__eyebrow {
    display: inline-flex;
    margin-bottom: 23px;
    color: var(--mfadv-yellow);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.mfadv-new__content h2 {
    max-width: 790px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2.3px;
}

.mfadv-new__content > p {
    max-width: 760px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.8;
}

.mfadv-new__benefits {
    display: grid;
    max-width: 870px;
    margin: 34px 0 38px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 45px;
    list-style: none;
}

.mfadv-new__benefits li {
    position: relative;
    padding-left: 34px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.mfadv-new__benefits li::before {
    position: absolute;
    top: -3px;
    left: 0;
    color: var(--mfadv-yellow);
    content: "✓";
    font-size: 24px;
    font-weight: 900;
}

.mfadv-new__button {
    display: inline-flex;
    min-height: 58px;
    padding: 15px 30px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--mfadv-yellow);
    color: var(--mfadv-dark) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.mfadv-new__button:hover {
    filter: brightness(0.94);
    transform: translateY(-2px);
}

/* =========================================================
   CARD
========================================================= */

.mfadv-new__card {
    width: min(440px, 100%);
    margin: 0 auto;
    padding: 25px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
    transform: rotate(2deg);
}

.mfadv-new__tag {
    display: inline-flex;
    min-height: 34px;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff2bd;
    color: #7a5a00;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* =========================================================
   MAPA COM PIN SEM CÍRCULO
========================================================= */

.mfadv-new__map {
    position: relative;
    display: flex;
    min-height: 225px;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;

    background-image:
        linear-gradient(
            rgba(20, 91, 231, 0.12),
            rgba(16, 46, 89, 0.26)
        ),
        url("https://floripaguiadailha.com/wp-content/uploads/2026/08/mapa-de-florianopolis.webp");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Vinheta suave nas bordas, sem círculo central */

.mfadv-new__map::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at center,
            transparent 0%,
            transparent 42%,
            rgba(13, 35, 71, 0.09) 100%
        );
    pointer-events: none;
    content: "";
}

/* Pin oficial isolado */

.mfadv-new__pin {
    position: relative;
    z-index: 2;
    display: block;
    width: 82px;
    height: 82px;
    object-fit: contain;
    filter:
        drop-shadow(0 12px 13px rgba(0, 0, 0, 0.26))
        drop-shadow(0 2px 2px rgba(255, 255, 255, 0.25));
    transform: translateY(7px);
}

/* Pequena sombra no mapa abaixo do pin */

.mfadv-new__map::after {
    position: absolute;
    bottom: 56px;
    left: 50%;
    width: 52px;
    height: 14px;
    border-radius: 50%;
    background: rgba(16, 46, 89, 0.24);
    filter: blur(6px);
    content: "";
    transform: translateX(-50%);
}

/* =========================================================
   TEXTO DO CARD
========================================================= */

.mfadv-new__card h3 {
    margin: 20px 0 0;
    color: var(--mfadv-navy);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.mfadv-new__card > p {
    margin: 8px 0 0;
    color: var(--mfadv-muted);
    font-size: 12px;
    line-height: 1.6;
}

.mfadv-new__link {
    display: inline-flex;
    margin-top: 21px;
    color: var(--mfadv-blue) !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.mfadv-new__link:hover {
    text-decoration: underline !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mfadv-new__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .mfadv-new__content {
        text-align: center;
    }

    .mfadv-new__content h2,
    .mfadv-new__content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .mfadv-new__benefits {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mfadv-new {
        padding: 60px 14px;
    }

    .mfadv-new__container {
        gap: 44px;
    }

    .mfadv-new__eyebrow {
        font-size: 10px;
    }

    .mfadv-new__content h2 {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -1.2px;
    }

    .mfadv-new__content > p {
        font-size: 13px;
        line-height: 1.7;
    }

    .mfadv-new__benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mfadv-new__button {
        width: 100%;
    }

    .mfadv-new__card {
        padding: 18px;
        border-radius: 22px;
        transform: none;
    }

    .mfadv-new__map {
        min-height: 205px;
    }

    .mfadv-new__pin {
        width: 72px;
        height: 72px;
    }

    .mfadv-new__card h3 {
        font-size: 24px;
    }
}

/* =========================================================
   PLANOS
========================================================= */

.mfplans {
    padding: 82px 0;
    background: linear-gradient(180deg,#f3f9ff,#fff);
}

.mfplans__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
}

.mfplan {
    position: relative;
    display: flex;
    padding: 36px 27px 27px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--mf-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16,46,89,.095);
}

.mfplan::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
}

.mfplan--monthly::before { background:var(--mf-green); }
.mfplan--annual::before { background:var(--mf-blue); }
.mfplan--turbo::before { background:var(--mf-purple); }

.mfplan__icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6fc;
    font-size: 25px;
}

.mfplan__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 7px 10px;
    border-radius: 30px;
    background: var(--mf-yellow);
    color: var(--mf-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.mfplan__type {
    color: var(--mf-muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.mfplan h3 {
    margin: 3px 0 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.mfplan--monthly h3 { color:var(--mf-green); }
.mfplan--annual h3 { color:var(--mf-blue); }
.mfplan--turbo h3 { color:var(--mf-purple); }

.mfplan__duration {
    margin: 8px auto 0;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--mf-purple);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
}

.mfplan__description {
    min-height: 46px;
    color: var(--mf-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.mfplan__price {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--mf-navy);
}

.mfplan__price span {
    font-size: 18px;
    font-weight: 900;
}

.mfplan__price strong {
    font-size: 48px;
    line-height: 1;
}

.mfplan__price small {
    font-size: 11px;
    font-weight: 800;
}

.mfplan__billing {
    min-height: 18px;
    color: var(--mf-muted);
    font-size: 9px;
    text-align: center;
}

.mfplan__saving {
    padding: 9px;
    border-radius: 9px;
    background: #eaf2ff;
    color: var(--mf-blue);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.mfplan ul {
    display: flex;
    margin: 24px 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mfplan li {
    position: relative;
    padding-left: 24px;
    color: var(--mf-text);
    font-size: 11px;
    line-height: 1.4;
}

.mfplan li::before {
    position: absolute;
    left: 0;
    color: var(--mf-green);
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.mfplan--annual li::before { color:var(--mf-blue); }
.mfplan--turbo li::before { color:var(--mf-purple); }

.mfplan__button {
    display: flex;
    min-height: 52px;
    margin-top: auto;
    padding: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mfplan--monthly .mfplan__button { background:var(--mf-green); }
.mfplan--annual .mfplan__button { background:var(--mf-blue); }
.mfplan--turbo .mfplan__button { background:var(--mf-purple); }

.mfplans__note {
    margin-top: 19px;
    color: var(--mf-muted);
    font-size: 10px;
    text-align: center;
}

/* =========================================================
   FAQ
========================================================= */

.mffaq {
    padding: 82px 0;
    background: #fff;
}

.mffaq__list {
    max-width: 940px;
    margin: 0 auto;
}

.mffaq details {
    margin-bottom: 12px;
    border: 1px solid var(--mf-border);
    border-radius: 14px;
    background: #fff;
}

.mffaq summary {
    position: relative;
    padding: 20px 53px 20px 21px;
    color: var(--mf-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.mffaq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.mffaq details[open] summary::after {
    content: "−";
}

.mffaq details p {
    margin: 0;
    padding: 0 21px 21px;
    color: var(--mf-muted);
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1050px) {

    .mfhero__grid,
    .mfadvertiser__grid {
        grid-template-columns: 1fr;
    }

    .mfbenefits__grid,
    .mfplans__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .mfplan--turbo {
        grid-column: 1 / -1;
        width: min(650px,100%);
        justify-self: center;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

    .mf-container {
        width: calc(100% - 26px);
    }

    .mf-heading h2 {
        font-size: 30px;
    }

    .mf-heading p {
        font-size: 13px;
    }

    .mf-heading--row {
        display: block;
    }

    .mf-heading__link {
        display: none;
    }

    .mfhero {
        padding: 63px 0 58px;
    }

    .mfhero h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .mfhero h2 {
        font-size: 25px;
    }

    .mfhero__features {
        grid-template-columns: 1fr;
    }

    .mfhero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mfhero-map {
        border-width: 7px;
        border-radius: 25px;
    }

    .mfhero-pin {
        width: 48px;
        height: 48px;
        border-width: 4px;
        font-size: 17px;
    }

    .mfhero-pin--blue {
        top: 1%;
        left: 55%;
    }

    .mfhero-pin--yellow {
        top: 20%;
        right: 31%;
    }

    .mfhero-pin--red {
        right: 43%;
        bottom: 45%;
    }

    .mfhero-pin--purple {
        bottom: 20%;
        left: 16%;
    }

    .mfhero-map__caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 15px;
    }

    .mfcategory-card {
        flex-basis: 78%;
    }

    .mfcategories__hint {
        display: block;
    }

    .mfmap,
    .mfsearch,
    .mfbenefits,
    .mfadvertiser,
    .mfplans,
    .mffaq {
        padding: 57px 0;
    }

    .mfmap__shortcode,
    .mfmap__shortcode-widget,
    .mfmap__shortcode .leaflet-container,
    .mfmap__shortcode-widget .leaflet-container {
        min-height: 570px !important;
    }

    .mfmap__tips,
    .mfbenefits__grid,
    .mfplans__grid {
        grid-template-columns: 1fr;
    }

    .mfsearch__box {
        padding: 26px 17px;
    }

    .mfadvertiser__content ul {
        grid-template-columns: 1fr;
    }

    .mfadvertiser__visual {
        transform: none;
    }

    .mfplan--turbo {
        width: 100%;
        grid-column: auto;
    }
}/* End custom CSS */