﻿:root {
    --bg: #020611;
    --bg-soft: #070914;
    --panel: rgba(14, 17, 30, .74);
    --panel-strong: rgba(20, 22, 36, .88);
    --line: rgba(255, 255, 255, .14);
    --line-strong: rgba(255, 255, 255, .24);
    --text: #f7f7fb;
    --muted: #c7c8d2;
    --gold: #e1b92f;
    --gold-soft: #f5d766;
    --purple: #9e4cff;
    --purple-soft: #bf86ff;
    --blue: #348cff;
    --teal: #28b4a2;
    --green: #1bb873;
    --radius: 12px;
    --radius-lg: 28px;
    --shadow: 0 30px 90px rgba(0, 0, 0, .48);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at 89% 11%, rgba(95, 34, 166, .24), transparent 30%), radial-gradient(circle at 8% 47%, rgba(24, 96, 143, .12), transparent 30%), linear-gradient(180deg, #020611 0%, #050816 48%, #060611 100%);
}

    body.nav-open {
        overflow: hidden;
    }

a {
    color: inherit;
    text-decoration: none;
}

svg {
    display: block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.container {
    width: min(1500px, calc(100% - 120px));
    margin: 0 auto;
}

.narrow {
    width: min(1120px, calc(100% - 120px));
}

.center {
    text-align: center;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    height: 106px;
    padding: 0 45px;
    gap: 36px;
    background: rgba(2, 6, 17, .88);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
}

.logo {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: var(--gold);
    font-size: clamp(26px, 2.2vw, 42px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -1.2px;
}

    .logo span {
        color:var(--purple);
    }

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(38px, 5vw, 84px);
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
}

    .main-nav a {
        position: relative;
        padding: 18px 0;
        color: #f1f2f7;
    }

        .main-nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 3px;
            width: 0;
            height: 3px;
            margin: auto;
            border-radius: 999px;
            background: var(--gold-soft);
            box-shadow: 0 0 18px rgba(245, 215, 102, .9);
            transition: width .2s ease;
        }

        .main-nav a:hover::after,
        .main-nav a.active::after {
            width: 100%;
        }

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    padding: 15px 28px;
    color: var(--gold-soft);
    font-size: 18px;
    font-weight: 900;
    border: 2px solid transparent;
    border-radius: 13px;
    background: linear-gradient(#050816, #050816) padding-box, linear-gradient(90deg, var(--purple), #30a3ff) border-box;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
}

    .menu-toggle span {
        display: block;
        height: 2px;
        margin: 5px 0;
        background: currentColor;
        border-radius: 99px;
    }

section {
    position: relative;
    padding: 96px 0;
}

.hero-shell {
    padding: 28px 20px 20px;
}

.hero-card {
    position: relative;
    min-height: 880px;
    overflow: hidden;
    border: 1px solid rgba(223, 183, 53, .25);
    border-radius: 30px;
    background: #020611;
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.hero-bg {
    position: absolute;
    inset: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: linear-gradient(90deg, rgba(1, 5, 15, .98) 0%, rgba(2, 7, 19, .88) 34%, rgba(4, 8, 22, .30) 61%, rgba(86, 30, 190, .24) 100%), linear-gradient(180deg, rgba(2, 6, 15, .2), rgba(2, 6, 15, .70)), url("../img/banner-1200.webp") center / cover no-repeat;
}

    .hero-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 96% 50%, rgba(105, 44, 230, .44), transparent 24%), linear-gradient(180deg, transparent 56%, rgba(2, 6, 15, .93) 100%), linear-gradient(90deg, rgba(2, 6, 15, .28), transparent 50%);
    }

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 970px;
    padding: clamp(70px, 8vh, 104px) 0 225px 78px;
}

    .hero-content h1 {
        margin: 0;
        font-size: clamp(49px, 5.1vw, 75px);
        font-weight: 900;
        line-height: 1.09;
        letter-spacing: -2px;
        text-shadow: 0 12px 36px rgba(0, 0, 0, .5);
    }

.purple {
    color: var(--purple);
}

.blue {
    color: var(--blue);
}

.gold,
.gold-text {
    color: var(--gold);
}

.hero-content h2 {
    margin: 33px 0 22px;
    font-size: clamp(28px, 2.5vw, 40px);
    line-height: 1.12;
}

    .hero-content h2 span {
        color: transparent;
        background: linear-gradient(92deg, var(--purple), #4895ff);
        -webkit-background-clip: text;
        background-clip: text;
    }

.hero-content p {
    max-width: 760px;
    margin: 0;
    color: #e5e6ec;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.55;
}

.gold-line,
.title-line {
    width: 100px;
    height: 5px;
    margin: 30px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-soft), #a97708);
    box-shadow: 0 0 24px rgba(245, 215, 102, .74);
}

.title-line {
    margin: 20px auto 32px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 45px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 58px;
    padding: 16px 27px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    border: 1px solid var(--line);
    border-radius: 10px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .btn svg {
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
    }

    .btn:hover {
        transform: translateY(-2px);
    }

.btn-gold {
    color: #171106;
    border-color: rgba(255, 236, 164, .8);
    background: linear-gradient(180deg, #f6d85c 0%, #d2a21b 58%, #a96f06 100%);
    box-shadow: 0 0 28px rgba(223, 183, 53, .52), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.btn-outline {
    border: 2px solid transparent;
    background: linear-gradient(rgba(5, 8, 19, .82), rgba(5, 8, 19, .82)) padding-box, linear-gradient(90deg, var(--purple), #2ba5ff) border-box;
}

.hero-features {
    position: absolute;
    z-index: 2;
    right: 78px;
    bottom: 38px;
    left: 78px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

    .hero-features article {
        display: grid;
        grid-template-columns: 82px 1fr;
        align-items: center;
        gap: 18px;
        min-width: 0;
        padding-right: 22px;
        border-right: 1px solid rgba(255, 255, 255, .25);
    }

        .hero-features article:last-child {
            border-right: 0;
        }

    .hero-features strong {
        display: block;
        color: #fff;
        font-size: 21px;
        line-height: 1.18;
    }

    .hero-features small {
        display: block;
        margin-top: 8px;
        color: #d9dae1;
        font-size: 16px;
        line-height: 1.35;
    }

.hex-frame {
    position: relative;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    color: #fff;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
    background: linear-gradient(145deg, currentColor, #234aff);
}

    .hex-frame::before {
        content: "";
        position: absolute;
        inset: 4px;
        clip-path: inherit;
        background: rgba(8, 14, 35, .96);
    }

    .hex-frame svg {
        position: relative;
        z-index: 1;
        width: 34px;
        height: 34px;
        stroke-width: 1.7;
    }

    .hex-frame.big {
        width: 112px;
        height: 112px;
    }

        .hex-frame.big svg {
            width: 52px;
            height: 52px;
        }

.purple-frame {
    color: var(--purple);
    filter: drop-shadow(0 0 18px rgba(158, 76, 255, .68));
}

.blue-frame {
    color: var(--blue);
    filter: drop-shadow(0 0 18px rgba(52, 140, 255, .68));
}

.gold-frame {
    color: var(--gold);
    filter: drop-shadow(0 0 18px rgba(225, 185, 47, .68));
}

.section-border {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.eyebrow {
    margin-bottom: 34px;
    color: var(--gold);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 8px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .eyebrow.with-icon {
        display: inline-flex;
        align-items: center;
        gap: 28px;
    }

        .eyebrow.with-icon svg {
            width: 36px;
            height: 36px;
            letter-spacing: 0;
        }

    .eyebrow.lined {
        display: inline-flex;
        align-items: center;
        gap: 24px;
    }

        .eyebrow.lined::before,
        .eyebrow.lined::after {
            content: "";
            width: 105px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(225, 185, 47, .72));
        }

        .eyebrow.lined::after {
            background: linear-gradient(90deg, rgba(225, 185, 47, .72), transparent);
        }

.region-section {
    min-height: 790px;
    display: flex;
    align-items: center;
    padding: 118px 0;
    background: radial-gradient(circle at 22% 32%, rgba(28, 70, 132, .11), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, .01), rgba(255, 255, 255, .015));
}

    .region-section h2 {
        max-width: 880px;
        margin: 0;
        color: #f2f3f8;
        font-size: clamp(32px, 3.1vw, 44px);
        font-weight: 400;
        line-height: 1.25;
    }

.region-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    margin: 62px 0 60px;
}

    .region-grid a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 27px;
        min-height: 88px;
        color: #f3f4f9;
        font-size: 22px;
        font-weight: 500;
        border: 1px solid rgba(255, 255, 255, .20);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .016));
        box-shadow: inset 0 0 35px rgba(46, 63, 108, .05);
    }

    .region-grid svg {
        width: 31px;
        height: 31px;
        color: rgba(255, 255, 255, .64);
    }

    .region-grid a:hover {
        border-color: rgba(225, 185, 47, .62);
        color: var(--gold-soft);
    }

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 36px;
    color: var(--gold);
    font-size: 22px;
    font-weight: 500;
}

    .text-link svg {
        width: 32px;
        height: 32px;
    }

.why-section {
    overflow: hidden;
    padding: 54px 0 42px;
}

.glow-orbit::before,
.glow-orbit::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 2px solid rgba(158, 76, 255, .48);
    border-radius: 50%;
    opacity: .7;
}

.glow-orbit::before {
    left: -270px;
    bottom: -235px;
    width: 940px;
    height: 390px;
    transform: rotate(-16deg);
    box-shadow: 0 0 42px rgba(158, 76, 255, .20);
}

.glow-orbit::after {
    right: -210px;
    top: 65px;
    width: 640px;
    height: 310px;
    transform: rotate(-20deg);
    box-shadow: 0 0 42px rgba(158, 76, 255, .15);
}

.section-title {
    margin: 0;
    font-size: clamp(42px, 4.8vw, 60px);
    font-weight: 900;
    line-height: 1.08;
}

    .section-title span,
    .trade-method h2 span,
    .pricing-section h2 span,
    .founding-section h2 span,
    .assessment-head h2,
    .contact-info h3 span,
    .location-hero h1 span,
    .location-section-title {
        color: var(--gold);
    }

.why-section p {
    margin: 10px auto;
    max-width: 1100px;
    color: #dedfe6;
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.6;
}

.why-section h3 {
    margin: 20px auto 34px;
    max-width: 1180px;
    color: var(--gold);
    font-size: clamp(21px, 1.9vw, 27px);
    line-height: 1.35;
}

    .why-section h3 span {
        color: transparent;
        background: linear-gradient(90deg, var(--blue), var(--purple));
        -webkit-background-clip: text;
        background-clip: text;
    }

.card-row {
    display: grid;
    gap: 32px;
}

.three {
    grid-template-columns: repeat(3, 1fr);
}

.glass-card {
    min-height: 342px;
    padding: 28px 48px 32px;
    text-align: center;
    border: 1px solid rgba(158, 76, 255, .55);
    border-radius: 18px;
    background: radial-gradient(circle at 18% 0%, rgba(158, 76, 255, .14), transparent 44%), linear-gradient(180deg, rgba(25, 29, 47, .72), rgba(9, 13, 28, .82));
    box-shadow: inset 0 0 58px rgba(70, 88, 180, .08);
}

    .glass-card .hex-frame {
        margin: 0 auto 22px;
    }

    .glass-card h3 {
        margin: 0;
        color: var(--gold);
        font-size: clamp(29px, 2.4vw, 38px);
        line-height: 1.1;
    }

    .glass-card p {
        max-width: 270px;
        margin: 15px auto 0;
        color: #d8d9e0;
        font-size: 20px;
        line-height: 1.35;
    }

.mini-line {
    width: 80px;
    height: 3px;
    margin: 16px auto;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--purple), var(--blue));
    box-shadow: 0 0 16px rgba(52, 140, 255, .36);
}

    .mini-line.left {
        margin-right: 0;
        margin-left: 0;
    }

.boxed-section {
    padding: 12px 0 72px;
}

.boxed-inner {
    width: min(1086px, calc(100% - 24px));
    padding: 46px 50px 24px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: radial-gradient(circle at 50% 0%, rgba(80, 74, 110, .10), transparent 36%), rgba(2, 5, 12, .42);
}

.section-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}

    .section-rule::before,
    .section-rule::after {
        content: "";
        width: 150px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(225, 185, 47, .34));
    }

    .section-rule::after {
        background: linear-gradient(90deg, rgba(225, 185, 47, .34), transparent);
    }

    .section-rule span,
    .round-icon {
        display: grid;
        place-items: center;
        width: 54px;
        height: 54px;
        color: var(--gold);
        border: 1px solid rgba(225, 185, 47, .28);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(225, 185, 47, .16), rgba(255, 255, 255, .04));
        box-shadow: 0 0 32px rgba(225, 185, 47, .11);
    }

        .section-rule svg,
        .round-icon svg {
            width: 27px;
            height: 27px;
        }

        .round-icon.small {
            width: 44px;
            height: 44px;
            flex: 0 0 44px;
        }

            .round-icon.small svg {
                width: 23px;
                height: 23px;
            }

.purple-halo {
    color: var(--purple);
    border-color: rgba(158, 76, 255, .35);
    background: radial-gradient(circle, rgba(158, 76, 255, .14), rgba(255, 255, 255, .04));
    box-shadow: 0 0 28px rgba(158, 76, 255, .22);
}

.gold-icon {
    color: var(--gold);
}

.founding-section h2,
.trade-method h2,
.pricing-section h2 {
    margin: 0 0 18px;
    font-size: clamp(43px, 5vw, 62px);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -1.2px;
}

.founding-section p,
.trade-method p,
.pricing-section p {
    color: #e0e0e7;
    font-size: 19px;
    line-height: 1.48;
}

.founding-points {
    display: grid;
    gap: 0;
    margin: 38px 0 34px;
}

    .founding-points article {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 18px;
        padding: 0 36px;
        border-right: 1px solid var(--line);
    }

        .founding-points article:first-child {
            padding-left: 0;
        }

        .founding-points article:last-child {
            padding-right: 0;
            border-right: 0;
        }

    .founding-points strong {
        display: block;
        margin: 4px 0 20px;
        color: #fff;
        font-size: 19px;
        line-height: 1.35;
    }

    .founding-points em {
        color: var(--gold);
        font-style: normal;
    }

    .founding-points p {
        margin: 0;
        color: #d4d4dc;
        font-size: 16px;
        line-height: 1.55;
    }

.notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 74px;
    margin: 28px 0 42px;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(225, 185, 47, .65);
    border-radius: 8px;
    background: rgba(225, 185, 47, .03);
}

    .notice strong {
        color: var(--gold);
    }

.benefits-panel {
    padding: 20px 20px 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .028);
    box-shadow: inset 0 0 70px rgba(255, 255, 255, .02);
}

    .benefits-panel h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        margin: 0 0 20px;
        color: #fff;
        font-size: 24px;
    }

        .benefits-panel h3 span {
            width: 70px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(225, 185, 47, .66));
        }

            .benefits-panel h3 span:last-child {
                background: linear-gradient(90deg, rgba(225, 185, 47, .66), transparent);
            }

.five-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

    .five-grid article {
        min-height: 304px;
        padding: 12px 16px 18px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
    }

    .five-grid b {
        display: block;
        width: 31px;
        height: 31px;
        margin-bottom: 14px;
        color: var(--purple-soft);
        font-size: 15px;
        line-height: 31px;
        border-radius: 6px;
        background: rgba(158, 76, 255, .16);
    }

    .five-grid .round-icon {
        width: 92px;
        height: 92px;
        margin: 0 auto 28px;
    }

        .five-grid .round-icon svg {
            width: 40px;
            height: 40px;
            color: var(--gold);
        }

    .five-grid strong {
        display: block;
        min-height: 44px;
        color: #fff;
        font-size: 16px;
        line-height: 1.28;
    }

    .five-grid p {
        margin: 16px 0 0;
        color: #d2d2db;
        font-size: 14px;
        line-height: 1.45;
    }

.availability {
    display: grid;
    grid-template-columns: .96fr 1.15fr .85fr;
    gap: 28px;
    align-items: center;
    margin: 38px 0 30px;
    padding: 35px 30px;
    border: 1px solid rgba(225, 185, 47, .72);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(225, 185, 47, .12), rgba(12, 13, 19, .45) 32%, rgba(225, 185, 47, .08));
    box-shadow: 0 0 36px rgba(225, 185, 47, .12);
}

    .availability > div {
        min-width: 0;
    }

        .availability > div + div {
            padding-left: 28px;
            border-left: 1px solid var(--line);
        }

    .availability span {
        color: var(--gold);
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

    .availability h3 {
        margin: 14px 0 12px;
        color: #fff;
        font-size: 39px;
        line-height: 1.08;
    }

        .availability h3 em {
            color: var(--gold);
            font-style: normal;
        }

    .availability p {
        margin: 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.55;
    }

.timer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 22px;
}

    .timer b {
        color: var(--gold);
        font-size: 42px;
        line-height: 1;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .18);
    }

        .timer b:last-child {
            border-right: 0;
        }

    .timer small {
        display: block;
        margin-top: 10px;
        color: #f3f3f7;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }

.availability-cta {
    text-align: center;
}

    .availability-cta .btn {
        width: 100%;
        color: #111;
    }

    .availability-cta p {
        margin-top: 17px;
        color: var(--gold);
        text-align: center;
    }

.closing-strip {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 82px;
    padding: 16px 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .02);
}

    .closing-strip p {
        margin: 0;
        color: #d7d8df;
        font-size: 16px;
    }

    .closing-strip strong {
        white-space: nowrap;
        font-size: 18px;
    }

    .closing-strip em {
        color: var(--gold);
        font-style: normal;
    }

.trade-method {
    padding: 52px 0 62px;
}

    .trade-method > .container.center p {
        max-width: 780px;
        margin: 0 auto;
        font-size: 20px;
    }

.trade-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 38px;
}

    .trade-grid article {
        min-height: 466px;
        padding: 28px 32px 24px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .20);
        border-radius: 10px;
        background: rgba(16, 18, 30, .64);
        box-shadow: inset 0 0 48px rgba(80, 70, 120, .06);
    }

        .trade-grid article.active {
            border-color: rgba(225, 185, 47, .55);
        }

    .trade-grid b {
        display: block;
        color: #cba3ff;
        font-size: 58px;
        line-height: 1;
    }

    .trade-grid span {
        display: grid;
        place-items: center;
        width: 102px;
        height: 102px;
        margin: 19px auto 24px;
        color: var(--gold);
        border: 1px solid rgba(158, 76, 255, .72);
        border-radius: 50%;
        background: rgba(158, 76, 255, .06);
        box-shadow: 0 0 28px rgba(158, 76, 255, .14);
    }

        .trade-grid span svg {
            width: 48px;
            height: 48px;
        }

    .trade-grid article.active span svg {
        transform: translateY(1px);
    }

    .trade-grid h3 {
        margin: 0;
        color: #fff;
        font-size: 27px;
    }

    .trade-grid p {
        margin: 0;
        color: #d8d8e0;
        font-size: 20px;
        line-height: 1.35;
    }

    .trade-grid small {
        display: block;
        margin-top: 28px;
        color: var(--purple-soft);
        font-size: 32px;
        font-weight: 900;
    }

.method-note {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 36px;
    margin-top: 34px;
    padding: 18px 230px;
    border: 1px solid rgba(158, 76, 255, .66);
    border-radius: 10px;
    background: rgba(88, 32, 130, .13);
}

    .method-note > span {
        display: grid;
        place-items: center;
        width: 92px;
        height: 92px;
        color: var(--purple);
        border: 1px solid rgba(158, 76, 255, .62);
        border-radius: 50%;
        background: rgba(158, 76, 255, .08);
    }

    .method-note svg {
        width: 44px;
        height: 44px;
    }

    .method-note strong {
        color: #fff;
        font-size: 24px;
    }

    .method-note p {
        margin: 12px 0 0;
        color: #d8d8e0;
    }

.pricing-section {
    padding: 13px 0 24px;
}

.top-rainbow {
    width: calc(100% - 32px);
    height: 5px;
    margin: 0 auto 31px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), var(--gold-soft), var(--purple));
}

.pricing-section > .container.center p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 20px;
}

.price-grid {
    display: grid;
    grid-template-columns: 1fr 1.04fr;
    gap: 24px;
    margin-top: 18px;
}

.price-card {
    position: relative;
    min-height: 620px;
    padding: 32px 36px 22px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 10px;
    background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .07), transparent 20%), linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
}

    .price-card.purple-card {
        border-color: rgba(158, 76, 255, .74);
    }

.price-head {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
}

    .price-head > svg {
        width: 126px;
        height: 126px;
        margin-top: 12px;
        color: var(--teal);
        stroke-width: 1.45;
    }

.purple-card .price-head > svg {
    width: 140px;
    height: 140px;
    color: var(--purple);
}

.price-card .price-head span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    color: var(--teal);
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 7px;
    background: rgba(40, 180, 162, .17);
}

.purple-card .price-head span {
    color: #cf9cff;
    background: rgba(158, 76, 255, .24);
}

.popular {
    position: absolute;
    top: 24px;
    right: 26px;
    padding: 8px 17px;
    color: #d9b0ff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 7px;
    background: rgba(158, 76, 255, .34);
}

.price-card h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.price-card em {
    display: block;
    color: #dadbe3;
    font-size: 18px;
}

.price-card strong {
    display: block;
    margin-top: 12px;
    color: var(--teal);
    font-size: 30px;
}

.purple-card strong {
    color: var(--purple-soft);
}

.price-card > p {
    margin: 17px 0 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: #ececf2;
    font-size: 17px;
    line-height: 1.45;
}

.price-card ul {
    display: grid;
    gap: 0;
    min-height: 260px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.price-card li {
    display: grid;
    grid-template-columns: 48px 1fr 20px;
    align-items: center;
    gap: 18px;
    min-height: 62px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

    .price-card li > span {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        color: var(--teal);
        border: 1px solid rgba(40, 180, 162, .44);
        border-radius: 8px;
        background: rgba(40, 180, 162, .13);
    }

.purple-card li > span {
    color: var(--purple-soft);
    border-color: rgba(158, 76, 255, .50);
    background: rgba(158, 76, 255, .16);
}

.price-card li svg {
    width: 25px;
    height: 25px;
}

.price-card li > svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.price-card li strong {
    display: inline;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.price-card li small {
    display: block;
    margin-top: 4px;
    color: #dadbe2;
    font-size: 15px;
    line-height: 1.25;
}

.price-btn,
.purple-btn {
    width: 100%;
    min-height: 52px;
}

.price-btn {
    color: var(--teal);
    border-color: rgba(40, 180, 162, .75);
    background: rgba(40, 180, 162, .03);
}

.purple-btn {
    color: #eadbff;
    border: 0;
    background: linear-gradient(90deg, #6226b2, #8835dc);
}

.pricing-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-top: 14px;
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

    .pricing-help > div {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .pricing-help p {
        margin: 0;
        color: #dfe0e8;
        font-size: 17px;
    }

        .pricing-help p strong {
            color: #fff;
            font-size: 21px;
        }

.gold-border {
    min-width: 350px;
    color: var(--gold);
    border-color: rgba(225, 185, 47, .78);
    background: rgba(255, 255, 255, .01);
}

.assessment-section {
    padding: 12px 0 56px;
}

.assessment-head {
    min-height: 252px;
    margin: 0 12px 38px;
    padding: 26px 20px 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .018));
}

    .assessment-head .section-rule {
        gap: 64px;
        transform: translateY(-52px);
        margin-bottom: -24px;
    }

        .assessment-head .section-rule::before {
            width: 390px;
            height: 2px;
            background: linear-gradient(90deg, var(--teal), var(--gold));
        }

        .assessment-head .section-rule::after {
            width: 390px;
            height: 2px;
            background: linear-gradient(90deg, var(--purple), transparent);
        }

        .assessment-head .section-rule span {
            width: 70px;
            height: 70px;
            background: radial-gradient(circle, rgba(225, 185, 47, .18), rgba(2, 6, 17, .95) 62%), #050816;
        }

    .assessment-head h2 {
        margin: 0;
        font-size: clamp(38px, 3.6vw, 48px);
        line-height: 1.1;
    }

    .assessment-head p {
        max-width: 620px;
        margin: 14px auto 19px;
        color: #fff;
        font-size: 20px;
        line-height: 1.42;
    }

.contact-grid {
    display: grid;
    grid-template-columns: .77fr 1.48fr;
    gap: 44px;
    padding: 34px 42px 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 0 70px rgba(255, 255, 255, .015);
}

.contact-info {
    padding: 14px 0;
}

    .contact-info h3 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        line-height: 1.24;
    }

.contact-row {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 22px;
    align-items: start;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

    .contact-row:last-child {
        border-bottom: 0;
    }

    .contact-row p {
        margin: 0;
        color: #bfc0ca;
        font-size: 16px;
        line-height: 1.55;
    }

    .contact-row strong {
        color: #fff;
        font-size: 17px;
    }

    .contact-row small {
        color: #aaaab4;
    }
 
.assessment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 26px;
    padding: 30px 38px;
    border: 1px solid rgba(158, 76, 255, .54);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(34, 31, 42, .70), rgba(19, 17, 27, .74));
}
#globalMessage {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 300px;
    text-align: center;
}

#globalMessage2 {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 300px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.6s ease;
}

    #globalMessage2.show {
        opacity: 1;
    }

.alert-box {
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
}

.alert-error {
    background: #e74c3c;
}

.alert-success {
    background: #2ecc71;
}

input:invalid, textarea:invalid, select:invalid {
    border-color: #dc3545; /* Rosso per errore */
}

    input:invalid:focus, textarea:invalid:focus, select:invalid:focus {
        border-color: #dc3545; /* Rosso per errore quando in focus */
        box-shadow: 0 0 8px rgba(220, 53, 69, 0.3); /* Ombra rossa per errore */
    }

label {
    color: var(--gold);
    font-size: 16px;
    font-weight: 800;
}

 
/* Stile base identico al tuo input */
select {
    width: 100%;
    height: 58px;
    margin-top: 9px;
    padding: 0 14px;
    color: #fff;
    font: inherit;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);

    /* Rimuove lo stile nativo */
    appearance: none;

    /* Freccia custom */
    background-image:
        linear-gradient(45deg, transparent 50%, #d6d7df 50%),
        linear-gradient(135deg, #d6d7df 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50%;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}
input,
textarea,
select {
    width: 100%;
    margin-top: 9px;
    padding: 14px;
    color: #fff;
    font: inherit;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    resize: none; /* evita resize brutto del textarea */
}
textarea {
    min-height: 120px; /* puoi aumentare se vuoi */
}
/* Placeholder */
input::placeholder,
textarea::placeholder {
    color: #a8a9b2;
}
 
/* Dropdown aperto (Chrome, Edge, Safari) */
select:focus {
    background-color: rgba(255, 255, 255, .055) !important;
    color: #fff !important;
}

/* Opzioni interne */
select option {
    background-color: #151320;
    color: #fff;
}

/* Fix Firefox */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

.assessment-form .btn {
    width: 138px;
    min-height: 50px;
    margin-top: 10px;
    border: 0;
}

.secure {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 13px 0 0;
    color: #bcbcc5;
    font-size: 15px;
    line-height: 1.45;
}

    .secure svg {
        width: 22px;
        height: 22px;
        flex: 0 0 auto;
    }

.site-footer {
    width: min(1724px, calc(100% - 56px));
    margin: 48px auto 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: radial-gradient(circle at 86% 22%, rgba(158, 76, 255, .08), transparent 32%), rgba(15, 15, 28, .76);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    gap: 68px;
    padding: 70px 76px 52px;
}

    .footer-main > div {
        min-width: 0;
        padding-right: 70px;
        border-right: 1px solid rgba(255, 255, 255, .16);
    }

        .footer-main > div:last-child {
            padding-right: 0;
            border-right: 0;
        }

.footer-accent {
    width: 76px;
    height: 6px;
    margin: 20px 0 32px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), var(--purple), var(--gold));
    box-shadow: 0 0 18px rgba(225, 185, 47, .18);
}

.footer-main p {
    color: #cdced8;
    font-size: 18px;
    line-height: 1.55;
}

.footer-proof {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

    .footer-proof span,
    .footer-contact span {
        display: grid;
        place-items: center;
        width: 60px;
        height: 60px;
        color: var(--teal);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 12px;
        background: rgba(255, 255, 255, .055);
    }

    .footer-proof:nth-of-type(3) span,
    .footer-contact:nth-of-type(3) span {
        color: var(--purple);
    }

    .footer-proof:nth-of-type(4) span,
    .footer-contact:nth-of-type(4) span {
        color: var(--gold);
    }

    .footer-proof svg,
    .footer-contact svg {
        width: 32px;
        height: 32px;
    }

    .footer-proof p,
    .footer-contact p {
        margin: 0;
    }

    .footer-proof strong,
    .footer-contact strong {
        color: #fff;
        font-size: 19px;
    }

.socials {
    display: flex;
    gap: 18px;
    margin-top: 28px;
}

    .socials a {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 50%;
        background: rgba(255, 255, 255, .02);
    }

    .socials span {
        display: grid;
        place-items: center;
    }

.brand-facebook {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 900;
    transform: translateY(2px);
}

.brand-instagram {
    position: relative;
    width: 30px;
    height: 30px;
    border: 4px solid currentColor;
    border-radius: 9px;
}

    .brand-instagram::before {
        content: "";
        position: absolute;
        inset: 6px;
        border: 4px solid currentColor;
        border-radius: 50%;
    }

    .brand-instagram::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: currentColor;
    }

.brand-whatsapp {
    width: 32px;
    height: 32px;
    border: 3px solid currentColor;
    border-radius: 50%;
    transform: rotate(-8deg);
}

    .brand-whatsapp svg {
        width: 19px;
        height: 19px;
        stroke-width: 2.6;
    }

.brand-linkedin {
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.footer-main h3 {
    margin: 0 0 26px;
    color: var(--gold);
    font-size: 24px;
}

.footer-main div:nth-child(2) > a {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 16px;
    padding: 20px 0;
    color: #d8d9e3;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

    .footer-main div:nth-child(2) > a svg {
        width: 25px;
        height: 25px;
        color: #fff;
        stroke-width: 3;
    }

    .footer-main div:nth-child(2) > a strong {
        display: block;
        margin-bottom: 9px;
        color: #fff;
        font-size: 22px;
    }

    .footer-main div:nth-child(2) > a small {
        color: #c6c7d0;
        font-size: 16px;
    }

.footer-contact {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    align-items: center;
    margin: 44px 0;
}

.footer-bottom {
    padding: 44px 24px 36px;
    text-align: center;
    background: linear-gradient(90deg, rgba(30, 140, 130, .72), rgba(21, 98, 98, .78));
}

    .footer-bottom nav {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 36px;
    }

        .footer-bottom nav a {
            min-width: 200px;
            color: var(--gold);
            font-size: 18px;
            border-right: 1px solid rgba(255, 255, 255, .35);
        }

            .footer-bottom nav a:last-child {
                border-right: 0;
            }

    .footer-bottom p {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        margin: 0 auto;
        padding-top: 30px;
        max-width: 920px;
        color: #d6eef0;
        font-size: 20px;
        border-top: 1px solid rgba(255, 255, 255, .22);
    }

    .footer-bottom svg {
        width: 20px;
        height: 20px;
    }

.location-page {
    background: radial-gradient(circle at 78% 18%, rgba(69, 44, 135, .18), transparent 28%), linear-gradient(180deg, #050612 0%, #080817 100%);
}

    .location-page .nav-cta,
    .location-page .menu-toggle {
        display: none;
    }

.location-main {
    width: min(1500px, calc(100% - 120px));
    margin: 0 auto;
    padding: 72px 0 34px;
}

    .location-main section {
        padding: 0;
    }

.breadcrumbs {
    display: flex;
    gap: 6px;
    margin-bottom: 34px;
    color: var(--gold);
    font-size: 15px;
}

.location-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 620px;
    gap: 86px;
    align-items: start;
    margin-bottom: 38px;
}

    .location-hero h1 {
        margin: 0;
        color: #fff;
        font-size: clamp(54px, 4.2vw, 72px);
        line-height: 1.18;
        letter-spacing: -1.4px;
    }

    .location-hero p {
        max-width: 620px;
        margin: 28px 0 0;
        color: #cbcbd6;
        font-size: 20px;
        line-height: 1.6;
    }

.location-photo {
    overflow: hidden;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: #111;
}

    .location-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.copy-panel {
    padding: 30px 58px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-left: 3px solid var(--gold);
    border-radius: 5px;
    background: rgba(255, 255, 255, .018);
}

.location-main section.copy-panel {
    padding: 30px 58px;
}

.copy-panel p {
    margin: 9px 0;
    color: #e1e1e8;
    font-size: 18px;
    line-height: 1.6;
}

.nearby {
    margin: 30px 0 34px;
    text-align: center;
}

    .nearby svg {
        width: 30px;
        height: 30px;
        margin: 0 auto 9px;
    }

    .nearby h2 {
        margin: 0 0 16px;
        color: var(--gold);
        font-size: 25px;
    }

.nearby-list,
.tag-list,
.area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 0 20px rgba(192,132,252,.18);
}

    .nearby-list a,
    .tag-list span,
    .area-grid a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 176px;
        min-height: 46px;
        padding: 0 20px;
        color: #f3f4f9;
        font-size: clamp(16px, 2.5vw, 22px);
        border: 1px solid rgba(255, 255, 255, .20);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .016));
        box-shadow: inset 0 0 35px rgba(46, 63, 108, .05);
        font-weight: 500;
    }

.location-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 36px;
}

.location-info-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    min-height: 180px;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 6px;
    background: rgba(255, 255, 255, .022);
}

    .location-info-card .round-icon {
        width: 70px;
        height: 70px;
    }

    .location-info-card h3 {
        margin: 4px 0 12px;
        color: var(--gold);
        font-size: 18px;
    }

    .location-info-card p {
        margin: 0;
        color: #d7d8df;
        font-size: 16px;
        line-height: 1.5;
    }

.location-cta {
    display: grid;
    grid-template-columns: 108px 1fr 350px;
    gap: 30px;
    align-items: center;
    margin-bottom: 22px;
    padding: 40px 44px;
    color: #fff;
    border: 1px solid rgba(42, 183, 120, .45);
    border-radius: 7px;
    background: linear-gradient(100deg, rgba(18, 111, 73, .72), rgba(8, 84, 70, .82));
}

.location-main section.location-cta {
    padding: 40px 44px;
}

.location-cta .round-icon {
    width: 92px;
    height: 92px;
    color: #50d876;
    border-color: rgba(80, 216, 118, .32);
    background: rgba(80, 216, 118, .11);
}

.location-cta h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
}

.location-cta p {
    margin: 10px 0 0;
    color: #dceee9;
    font-size: 17px;
    line-height: 1.5;
}

.location-cta .btn {
    color: #121006;
    font-size: 17px;
}

.service-panel {
    margin: 18px 0 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .018);
}

.service-row {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 26px;
    padding: 30px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

    .service-row:last-child {
        border-bottom: 0;
    }

    .service-row .round-icon {
        width: 76px;
        height: 76px;
    }

    .service-row h3 {
        margin: 0 0 10px;
        color: var(--gold);
        font-size: 23px;
    }

    .service-row p {
        margin: 0 0 16px;
        color: #d4d5de;
        font-size: 17px;
        line-height: 1.5;
    }

.tag-list {
    justify-content: flex-start;
}

    .tag-list span {
        min-width: auto;
        min-height: 36px;
        color: #fff;
    }

.faq {
    margin: 34px 0 38px;
}

.faq h2,
.areas-covered h2 {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: 25px;
}

.faq-item {
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    background: rgba(255, 255, 255, .02);
    transition: background 0.3s ease;
}

.faq-item:hover {
    background: rgba(128, 0, 255, 0.08);
}

.faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 22px;
    background: transparent;
    color: #dfe0e7;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.faq-item:hover button {
    color: #ffffff;  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
      box-shadow: 0 0 12px rgba(225,185,47,0.4);
}

.faq-item button span {
    color: var(--gold);
    font-size: 22px;
}

.faq-item p {
    display: none;
    margin: 0;
    padding: 0 22px 18px;
    color: #c9cad3;
    font-size: 15px;
    line-height: 1.45;
}

.faq-item.open p {
    display: block;
}
.faq-answer[hidden] {
    display: none;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 1.1rem;
    padding: 10px 0;
    cursor: pointer;
}


.areas-covered {
    margin-top: 18px;
}

    .areas-covered h2 {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .areas-covered h2 svg {
            width: 28px;
            height: 28px;
            color: #fff;
        }

.area-grid {
    justify-content: flex-start;
    gap: 14px;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .018);
}

    .area-grid a {
        min-width: 150px;
        min-height: 36px;
    }

        .area-grid a.active {
            color: #101006;
            font-weight: 800;
            border-color: var(--gold);
            background: linear-gradient(180deg, #f6d95b, #d8ae22);
        }

@media (max-width: 1280px) {
    .container,
    .narrow {
        width: min(1120px, calc(100% - 48px));
    }

    .site-header {
        padding: 0 24px;
        gap: 22px;
    }

    .main-nav {
        gap: 30px;
    }

    .hero-content {
        padding-left: 48px;
    }

    .hero-features {
        left: 48px;
        right: 48px;
        gap: 18px;
    }

    .five-grid,
    .trade-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .price-grid,
    .contact-grid,
    .footer-main {
        grid-template-columns: 1fr;
    }

        .footer-main > div {
            padding-right: 0;
            padding-bottom: 38px;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, .16);
        }

            .footer-main > div:last-child {
                border-bottom: 0;
            }

    .method-note {
        padding: 24px 48px;
    }

    .region-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .site-header {
        height: auto;
        min-height: 78px;
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        order: 4;
        display: none;
        width: 100%;
        padding: 12px 0 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    body.nav-open .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .nav-cta {
        display: none;
    }

    .hero-card {
        min-height: auto;
        max-height: none;
    }

    .hero-bg {
        inset: 0;
        border-radius: 0;
    }

    .hero-content {
        padding: 62px 24px 0;
    }

    .hero-features {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: 1fr;
        margin: 64px 24px 34px;
    }

        .hero-features article {
            border-right: 0;
            padding-right: 0;
        }

    .region-section {
        min-height: auto;
        padding: 80px 0;
    }

    .region-grid,
    .three,
    .availability,
    .location-hero,
    .location-cards,
    .location-cta {
        grid-template-columns: 1fr;
    }

    .founding-points article,
    .founding-points article:first-child,
    .founding-points article:last-child {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

        .founding-points article:last-child {
            border-bottom: 0;
        }

    .availability > div + div {
        padding-left: 0;
        padding-top: 24px;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .closing-strip {
        grid-template-columns: 48px 1fr;
    }

        .closing-strip strong {
            grid-column: 2;
        }

    .assessment-form {
        grid-template-columns: 1fr;
    }

    .location-main {
        width: min(820px, calc(100% - 32px));
        padding-top: 48px;
    }

    .location-hero {
        gap: 32px;
    }

    .location-photo {
        height: 280px;
    }

    .location-cta,
    .location-main section.location-cta {
        gap: 22px;
    }
}



@media (max-width: 680px) {
    .container,
    .narrow {
        width: calc(100% - 32px);
    }

    section {
        padding: 64px 0;
    }

    .logo {
        font-size: 24px;
    }

    .hero-shell {
        padding: 12px;
    }

    .hero-content h1,
    .founding-section h2,
    .trade-method h2,
    .pricing-section h2 {
        letter-spacing: 0;
    }

    .hero-actions .btn,
    .pricing-help .btn,
    .location-cta .btn {
        width: 100%;
    }

    .region-grid,
    .five-grid,
    .trade-grid {
        grid-template-columns: 1fr;
    }

    .boxed-inner {
        width: calc(100% - 24px);
        padding: 34px 18px 20px;
    }

    .section-rule::before,
    .section-rule::after,
    .assessment-head .section-rule::before,
    .assessment-head .section-rule::after {
        width: 72px;
    }

    .timer {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 0;
    }

    .method-note {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .price-card {
        padding: 26px 18px;
    }

    .price-head {
        flex-direction: column;
    }

    .popular {
        position: static;
        display: inline-flex;
        width: max-content;
        margin-bottom: 14px;
    }

    .pricing-help,
    .pricing-help > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .gold-border {
        min-width: 0;
    }

    .contact-grid {
        padding: 28px 18px;
    }

    .assessment-form {
        padding: 24px 18px;
    }

    .footer-main {
        padding: 38px 24px;
    }

    .footer-bottom nav {
        flex-direction: column;
        gap: 14px;
    }

        .footer-bottom nav a {
            min-width: 0;
            border-right: 0;
        }

    .socials {
        flex-wrap: wrap;
    }

    .location-page .site-header {
        height: auto;
        min-height: 58px;
    }

    .location-page .main-nav {
        display: none;
    }

    .location-main {
        width: calc(100% - 32px);
        padding: 28px 0 24px;
    }

    .breadcrumbs {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .location-hero h1 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .location-hero p {
        font-size: 16px;
    }

    .location-photo {
        height: 220px;
    }

    .copy-panel,
    .location-main section.copy-panel {
        padding: 20px 18px;
    }

        .copy-panel p {
            font-size: 15px;
        }

    .nearby-list a,
    .tag-list span,
    .area-grid a {
        min-width: 0;
        min-height: 34px;
        font-size: 13px;
    }



    .location-info-card,
    .service-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
    }

    .location-cta,
    .location-main section.location-cta {
        padding: 26px 20px;
    }

        .location-cta h2 {
            font-size: 28px;
        }

        .location-cta p,
        .service-row p {
            font-size: 15px;
        }

    .faq-item button {
        min-height: 44px;
        padding: 0 14px;
        font-size: 13px;
    }

    .faq-item p {
        padding: 0 14px 14px;
        font-size: 13px;
    }
}

 .cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 18px 22px;
    background: rgba(15, 14, 22, 0.92); /* matte black trasparente */
    border-top: 1px solid rgba(212, 175, 55, 0.35); /* gold soft */
    box-shadow: 0 -4px 12px rgba(0,0,0,0.45);
    color: var(--text-main);
    font-size: 0.95rem;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

/* Contenitore interno */
.cookie-banner .cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Pulsanti */
.cookie-banner button {
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.25s ease;
}

/* Accept (gold) */
.cookie-banner .accept {
    background: linear-gradient(135deg, #d4af37, #b8962e);
    color: #111;
    box-shadow: 0 0 8px rgba(212,175,55,0.4);
}

.cookie-banner .accept:hover {
    filter: brightness(1.15);
}

/* Decline (violet outline) */
.cookie-banner .decline {
    background: transparent;
    border: 2px solid #6c4ad0;
    color: #cfc9ff;
}

.cookie-banner .decline:hover {
    background: rgba(108, 74, 208, 0.15);
}

/*-------------------End Cookye------------------------------------*/
/*banner message*/
.banner {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    border-radius: 6px;
    z-index: 1000; /* sopra il form */
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-weight: bold;
    color: white;
    min-width: 300px;
    text-align: center;
}

    .banner.success {
        background-color: var(--brand);
    }

    .banner.error {
        background-color: #dc3545;
    }
    /* rosso */

    .banner .close {
        margin-left: 15px;
        cursor: pointer;
        font-weight: bold;
    }

.banner {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/*MODAL NEWSLETTERS HOME*/
#newsletterModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newsletterBox {
    background-image: url('/img/bg.jpg');
    width: 90%;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    border: 3px solid var(--gold);
    text-align: center;
}

#closeModal {
    float: right;
    cursor: pointer;
    color: white;
}

.content {
    text-align: center;
    margin-bottom: 10px;
}

    .content h3 {
        color: var(--text-main);
        padding-left: 20px;
        padding-bottom: 20px;
    }
    /*.content span {
            color: var(--gold-hover:);
            
        }*/
    .content ul {
        list-style: none;
        color: var(--gold);
        padding-bottom: 20px;
    }

        .content ul li:before {
            content: '✓';
        }

.guide {
    width: 250px;
    height: 50px;
    background: linear-gradient(180deg, #e7c15a, #c89f3a);
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

#newsletterMessage {
    color: white;
    margin-top: 20px;
}

/* Punta sinistra */
.highlight-gold {
    color: #b8962f;
    display: block; /* fa andare a capo */
}

.highlight-bronze {
    color: #a18657;
    border-bottom: 2px solid #b8962f;
    display: block;
}
/* calendario più bello */
.flatpickr-calendar {
    background-color: #2e7d32 !important; /* verde scuro */
    color: white !important;
    border-radius: 12px;
}
/* dropdown mese */
.flatpickr-monthDropdown-month,
.flatpickr-monthDropdown-month:hover,
.flatpickr-monthDropdown-month.selected {
    background-color: #2e7d32 !important; /* verde scuro */
    color: white !important;
}

/* dropdown anno */
.flatpickr-yearDropdown,
.flatpickr-yearDropdown option,
.flatpickr-yearDropdown option:hover,
.flatpickr-yearDropdown option:checked {
    background-color: #2e7d32 !important;
    color: white !important;
}
/* selezione */
.flatpickr-day.selected {
    background: #2e7d32 !important;
    color: white;
}

.flatpickr-calendar .flatpickr-month {
    background-color: #2e7d32 !important; /* verde scuro */
    color: white !important;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    padding: 8px 0;
}

/* Frecce navigazione */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
    color: white !important;
    font-weight: bold;
}


    .flatpickr-calendar .flatpickr-prev-month:hover,
    .flatpickr-calendar .flatpickr-next-month:hover {
        color: #ffeb3b !important; /* giallo chiaro hover */
    }

/* Nome del mese */
.flatpickr-calendar .cur-month {
    font-weight: bold !important;
}

/* Giorni della settimana (lun-sab) nell’header) */
.flatpickr-calendar .flatpickr-weekdaycontainer {
    background-color: #2e7d32 !important; /* stesso verde scuro */
    color: white !important;
}


/* Selezione giorno */
.flatpickr-day.selected {
    background: #2e7d32 !important;
    color: white !important;
}
