/* =========================================================
   HYRO TECHNOLOGIES FZE — HOMEPAGE HERO
   File:
   /assets/css/hero.css
========================================================= */

.hero {
    position: relative;
    overflow: hidden;

    padding: 105px 0 88px;

    background:
        radial-gradient(
            circle at 87% 8%,
            rgba(150, 93, 246, 0.13) 0,
            rgba(150, 93, 246, 0.06) 20%,
            transparent 39%
        ),
        radial-gradient(
            circle at 5% 94%,
            rgba(231, 46, 139, 0.08) 0,
            transparent 28%
        ),
        #ffffff;
}

/* Soft decorative background */

.hero::before {
    content: "";

    position: absolute;
    top: 40px;
    right: -160px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        rgba(230, 47, 134, 0.07),
        rgba(126, 86, 239, 0.09)
    );

    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.06fr 0.94fr;

    align-items: center;

    gap: 68px;
}

/* Left Content */

.hero-copy {
    max-width: 670px;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 17px;

    color: #d62f83;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;

    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.hero .eyebrow::before {
    content: "";

    width: 28px;
    height: 3px;

    margin-right: 10px;

    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #eb2c8a,
        #8a60f2
    );
}

.hero h1 {
    margin: 0;

    color: #182033;

    font-size: clamp(48px, 5.6vw, 76px);
    line-height: 1.09;
    font-weight: 700;

    letter-spacing: -3px;
}

.hero h1 span {
    display: inline-block;

    color: transparent;

    background: linear-gradient(
        100deg,
        #df2b83 0%,
        #d334a9 44%,
        #8059ec 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
}

.hero-copy > p {
    max-width: 660px;

    margin: 27px 0 0;

    color: #667085;

    font-size: 18px;
    line-height: 1.75;
}

/* Hero Buttons */

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin: 31px 0 25px;
}

.hero-actions .btn {
    min-height: 51px;

    padding: 0 23px;

    border-radius: 13px;

    font-size: 14px;
    font-weight: 700;
}

.hero-actions .btn-primary {
    color: #ffffff;

    background: linear-gradient(
        135deg,
        #e52b87 0%,
        #cf2e9e 52%,
        #8b63f5 100%
    );

    box-shadow: 0 13px 30px rgba(211, 46, 149, 0.24);
}

.hero-actions .btn-primary:hover {
    transform: translateY(-3px);

    box-shadow: 0 17px 35px rgba(139, 86, 232, 0.29);
}

.hero-actions .btn-secondary {
    color: #182033;
    background: #ffffff;

    border: 1px solid #d9dce5;

    box-shadow: 0 8px 22px rgba(31, 40, 70, 0.05);
}

.hero-actions .btn-secondary:hover {
    color: #d62f83;

    border-color: rgba(214, 47, 131, 0.40);
}

.hero-actions .btn-whatsapp {
    color: #137a38;
    background: #edfff3;

    border: 1px solid #b9efca;
}

.hero-actions .btn-whatsapp:hover {
    color: #ffffff;
    background: #20b358;

    border-color: #20b358;
}

/* Trust Line */

.trust-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    color: #667085;

    font-size: 13px;
    font-weight: 500;
}

.trust-line b {
    color: #d62f83;
    font-size: 15px;
}

/* Right Dashboard Visual */

.hero-visual {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(249, 246, 255, 0.98)
        );

    border: 1px solid #e9e8f1;
    border-radius: 28px;

    box-shadow:
        0 30px 75px rgba(53, 37, 93, 0.14),
        0 8px 22px rgba(31, 40, 70, 0.06);
}

.hero-visual::after {
    content: "";

    position: absolute;
    top: -65px;
    right: -55px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        rgba(229, 43, 135, 0.12),
        rgba(128, 89, 236, 0.15)
    );

    pointer-events: none;
}

.screen-toolbar {
    position: relative;
    z-index: 2;

    height: 56px;

    display: flex;
    align-items: center;

    gap: 7px;

    padding: 0 20px;

    color: #667085;
    background: rgba(248, 248, 252, 0.96);

    border-bottom: 1px solid #ececf3;

    font-size: 12px;
}

.screen-toolbar i {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #d5d7e1;
}

.screen-toolbar span {
    margin-left: 8px;

    font-weight: 600;
}

.dashboard-mock {
    min-height: 390px;

    display: grid;
    grid-template-columns: 92px 1fr;

    gap: 16px;

    padding: 18px;

    background: linear-gradient(
        135deg,
        #ffffff,
        #faf7ff
    );
}

.dash-sidebar {
    border-radius: 17px;

    background: linear-gradient(
        180deg,
        #df2c86 0%,
        #bd3dbc 48%,
        #7b61e6 100%
    );

    box-shadow: 0 14px 30px rgba(133, 85, 224, 0.20);
}

.dash-main {
    padding-left: 0;
}

.dash-row {
    display: grid;

    gap: 12px;
}

.dash-row.stats {
    grid-template-columns: repeat(3, 1fr);
}

.dash-row.cards {
    grid-template-columns: repeat(2, 1fr);
}

.dash-row.stats span,
.dash-row.cards span,
.dash-chart {
    background: rgba(255, 255, 255, 0.96);

    border: 1px solid #e9e9f1;
    border-radius: 15px;

    box-shadow: 0 9px 24px rgba(31, 40, 70, 0.055);
}

.dash-row.stats span {
    height: 82px;
}

.dash-chart {
    height: 171px;

    margin: 14px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fbf8ff
        );
}

.dash-row.cards span {
    height: 91px;
}

.image-note {
    position: relative;
    z-index: 2;

    margin: 0 !important;
    padding: 10px 16px 13px;

    color: #778096;

    background: rgba(255, 255, 255, 0.82);

    border-top: 1px solid #efeff4;

    text-align: center;
    font-size: 11px !important;
}

/* Tablet */

@media (max-width: 980px) {

    .hero {
        padding: 82px 0 74px;
    }

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

    .hero-copy {
        max-width: 780px;
    }

    .hero h1 {
        font-size: clamp(48px, 8vw, 70px);
    }

    .hero-visual {
        max-width: 760px;
        width: 100%;
        margin: auto;
    }
}

/* Mobile */

@media (max-width: 640px) {

    .hero {
        padding: 65px 0 58px;
    }

    .hero::before {
        width: 280px;
        height: 280px;

        right: -145px;
    }

    .hero-grid {
        gap: 38px;
    }

    .hero h1 {
        font-size: 43px;
        line-height: 1.12;
        letter-spacing: -1.8px;
    }

    .hero-copy > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-line {
        justify-content: center;
        text-align: center;
    }

    .dashboard-mock {
        min-height: 300px;

        grid-template-columns: 55px 1fr;

        gap: 10px;

        padding: 12px;
    }

    .dash-row.stats span {
        height: 62px;
    }

    .dash-chart {
        height: 130px;
    }

    .dash-row.cards span {
        height: 68px;
    }
    
    /* MOBILE WIDTH FIX */

.hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.hero .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.hero-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    grid-template-columns: 1fr;
}

.hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.hero h1 {
    width: 100%;
    max-width: 100%;

    font-size: clamp(34px, 10vw, 43px);

    overflow-wrap: break-word;
}

.hero-copy > p {
    width: 100%;
    max-width: 100%;
}

.hero-actions {
    width: 100%;
    max-width: 100%;
}

.hero-actions .btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.hero-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
}