.shore-hero {
    position: relative;
    overflow: hidden;
    min-height: min(780px, calc(100vh - 20px));
    display: flex;
    align-items: center;
    padding: 15px 0 40px;
    color: #ffffff;
    background: radial-gradient(circle at 72% 22%, rgba(42, 206, 225, 0.24), transparent 28%), linear-gradient(135deg, #031322 0%, #06345a 54%, #078ba4 100%);
}

.shore-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.05);
    opacity: .62;
}

.shore-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 77% 48%, rgba(112, 231, 239, 0.20), transparent 28%), radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.11), transparent 24%), linear-gradient(90deg, rgb(33 83 140 / 94%) 0%, rgba(4, 29, 52, 0.82) 46%, rgba(4, 29, 52, 0.46) 100%), linear-gradient(180deg, rgba(2, 15, 31, 0.18), rgb(41 125 228 / 80%));
}

.shore-hero::before {
    content: "";
    position: absolute;
    right: -13%;
    top: -20%;
    width: 52%;
    height: 56%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transform: rotate(-18deg);
    pointer-events: none;
}

.shore-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
    gap: 58px;
    align-items: center;
}

.shore-hero-content {
    max-width: 790px;
    --shore-font: "Segoe UI", Arial, "Helvetica Neue", sans-serif;
}

.shore-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 15px;
    border: 1px solid rgba(112, 231, 239, 0.36);
    border-radius: 999px;
    color: #dffcff;
    background: rgba(255, 255, 255, 0.10);
    font-family: var(--shore-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

    .shore-hero-kicker::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #70e7ef;
        box-shadow: 0 0 0 6px rgba(112, 231, 239, 0.15);
    }

.shore-hero-title {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-family: var(--shore-font);
    font-size: clamp(42px, 4.2vw, 60px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.03;
}

    .shore-hero-title span {
        display: block;
        margin-top: 12px;
        color: #96f2f8;
        font-family: var(--shore-font);
        font-size: clamp(26px, 2.2vw, 46px);
        font-weight: 700;
        line-height: 1.12;
    }

.shore-hero-subtitle {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: var(--shore-font);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.72;
}

.shore-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.shore-hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 13px 24px;
    border-radius: 999px;
    font-family: var(--shore-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
}

    .shore-hero-btn small {
        display: block;
        margin-top: 3px;
        font-family: var(--shore-font);
        font-size: 12px;
        font-weight: 500;
        opacity: .82;
    }

    .shore-hero-btn:hover {
        transform: translateY(-3px);
    }

.shore-hero-btn-primary {
    color: #04263d;
    background: linear-gradient(135deg, #ffffff, #70e7ef);
    box-shadow: 0 18px 42px rgba(112, 231, 239, 0.25);
}

    .shore-hero-btn-primary:hover {
        color: #04263d;
        box-shadow: 0 22px 54px rgba(112, 231, 239, 0.36);
    }

.shore-hero-btn-whatsapp {
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}

    .shore-hero-btn-whatsapp:hover {
        border-color: rgba(112, 231, 239, 0.58);
        color: #ffffff;
        background: rgba(15, 173, 117, 0.22);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    }

    .shore-hero-btn-whatsapp i {
        color: #54e49a;
        font-size: 20px;
    }

.shore-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 690px;
    margin-top: 34px;
}

.shore-trust-item {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

    .shore-trust-item strong {
        display: block;
        color: #ffffff;
        font-family: var(--shore-font);
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
    }

    .shore-trust-item span {
        display: block;
        margin-top: 7px;
        color: rgba(255, 255, 255, 0.74);
        font-family: var(--shore-font);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.35;
    }

.shore-hero-visual {
    position: relative;
    min-height: 560px;
    perspective: 1200px;
}

    .shore-hero-visual::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 6%;
        width: 68%;
        height: 76%;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 38px;
        transform: translateY(-50%) rotate(4deg);
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(8px);
        pointer-events: none;
    }

    .shore-hero-visual::after {
        content: "";
        position: absolute;
        right: 2%;
        bottom: 32px;
        width: 72%;
        height: 26px;
        border-radius: 50%;
        background: rgba(0, 14, 32, 0.36);
        filter: blur(18px);
        pointer-events: none;
    }

.shore-visual-main,
.shore-visual-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 15, 34, 0.30);
    will-change: transform;
}

.shore-visual-main {
    position: absolute;
    top: 50%;
    right: 0;
    width: min(520px, 92%);
    height: 560px;
    border-radius: 34px;
    transform: translateY(-50%) rotate(1.5deg);
    animation: shoreHeroFloat 7s ease-in-out infinite;
    overflow: hidden;
}

    .shore-visual-main::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, transparent 48%, rgba(2, 18, 36, 0.58));
        pointer-events: none;
    }

    .shore-visual-main img,
    .shore-visual-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s cubic-bezier(.2, .75, .2, 1);
        overflow: hidden;
    }

    .shore-visual-main:hover img,
    .shore-visual-card:hover img {
        /* transform: scale(1.065); */
    }

.shore-visual-label {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    background: rgb(22 124 240 / 63%);
    font-family: "Segoe UI", Arial, "Helvetica Neue", sans-serif;
    font-size: 16px;
    text-align: center;
    backdrop-filter: blur(12px);
}

.shore-visual-card {
    position: absolute;
    z-index: 2;
    width: 218px;
    height: 156px;
    border-radius: 22px;
    padding: 7px;
    backdrop-filter: blur(12px);
}

.shore-visual-card-one {
    left: -10px;
    top: 70px;
    transform: rotate(-8deg) translateZ(40px);
    animation: shoreHeroCardOne 6.4s ease-in-out infinite;
}

.shore-visual-card-two {
    left: 17px;
    bottom: 127px;
    transform: rotate(7deg) translateZ(70px);
    animation: shoreHeroCardTwo 7.2s ease-in-out infinite;
}

@keyframes shoreHeroFloat {
    0%, 100% {
        transform: translateY(-50%) rotate(1.5deg);
    }

    50% {
        transform: translateY(calc(-50% - 12px)) rotate(.4deg);
    }
}

@keyframes shoreHeroCardOne {
    0%, 100% {
        transform: rotate(-8deg) translate3d(0, 0, 40px);
    }

    50% {
        transform: rotate(-5deg) translate3d(8px, -12px, 40px);
    }
}

@keyframes shoreHeroCardTwo {
    0%, 100% {
        transform: rotate(7deg) translate3d(0, 0, 70px);
    }

    50% {
        transform: rotate(4deg) translate3d(-8px, 12px, 70px);
    }
}

@media (max-width: 1199px) {
    .shore-hero {
        padding: 104px 0 84px;
    }

    .shore-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
        gap: 34px;
    }

    .shore-hero-visual {
        min-height: 500px;
    }

    .shore-visual-main {
        height: 500px;
    }

    .shore-visual-card {
        width: 190px;
        height: 136px;
    }
}

@media (max-width: 1023px) {
    .shore-hero {
        min-height: auto;
        padding: 82px 0 72px;
    }

    .shore-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .shore-hero-content {
        max-width: 820px;
    }

    .shore-hero-visual {
        min-height: 450px;
    }

    .shore-visual-main {
        /* left: 50%; */
        right: auto;
        width: min(620px, 82%);
        height: 450px;
        /* animation: none; */
        /* transform: translate(-50%, -50%); */
    }

    .shore-visual-card-one {
        left: 3%;
        top: 60px;
        /* animation: none; */
        transform: rotate(-7deg);
    }

    .shore-visual-card-two {
        left: auto;
        right: 5%;
        bottom: 54px;
        /* animation: none; */
        transform: rotate(6deg);
    }
}

@media (max-width: 739px) {
    .shore-hero {
        padding: 38px 0 54px;
    }

    .shore-hero-title {
        font-size: 36px;
    }

        .shore-hero-title span {
            font-size: 23px;
        }

    .shore-hero-subtitle {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.6;
        text-align: justify;
    }

    .shore-hero-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 26px;
    }

    .shore-hero-btn {
        width: 100%;
        min-height: 54px;
    }

    .shore-hero-trust {
        grid-template-columns: 1fr 1fr;
        margin-top: 22px;
    }

    .shore-trust-item {
        padding: 14px 16px;
    }

    .shore-hero-visual {
        min-height: 390px;
    }

    .shore-visual-main {
        width: 100%;
        height: 350px;
        border-radius: 24px;
    }

    .shore-visual-card {
        width: 148px;
        height: 106px;
        border-radius: 16px;
    }

    .shore-visual-card-one {
        top: 22px;
        left: 0;
    }

    .shore-visual-label {
        display: none;
    }

    .shore-visual-card-two {
        right: 0;
        bottom: -5px;
    }
}

@media (max-width: 420px) {
    .shore-hero-title {
        font-size: 22px;
    }

        .shore-hero-title span {
            font-size: 17px;
            line-height: 1.3;
            text-align: justify;
        }

    .shore-hero-kicker {
        font-size: 11px;
    }
}