/* =========================================================
   AGÊNCIA DIGITAL WEBARTY — INNER HERO
   MANUTENÇÃO WORDPRESS
   ПОЛНЫЙ CSS НА ЗАМЕНУ
   HEADER НЕ ЗАТРАГИВАЕТСЯ
   ========================================================= */

.wa-inner-hero,
.wa-inner-hero *,
.wa-inner-hero *::before,
.wa-inner-hero *::after {
    box-sizing: border-box;
}


/* =========================================================
   HERO
   НЕ 100VH
   ========================================================= */

.wa-inner-hero {
    --wa-inner-dark: #111b31;
    --wa-inner-dark-soft: #1b2946;

    --wa-inner-teal: #00a78e;
    --wa-inner-teal-hover: #008f7a;
    --wa-inner-green: #36c88a;

    --wa-inner-white: #ffffff;
    --wa-inner-text: rgba(255, 255, 255, 0.82);
    --wa-inner-muted: rgba(255, 255, 255, 0.66);

    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 100%;

    min-height: clamp(570px, 64svh, 650px);

    margin: 0;
    padding: 144px 0 70px;

    overflow: hidden;

    color: var(--wa-inner-white);

    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(0, 167, 142, 0.18) 0%,
            rgba(0, 167, 142, 0) 35%
        ),
        radial-gradient(
            circle at 10% 92%,
            rgba(54, 200, 138, 0.055) 0%,
            rgba(54, 200, 138, 0) 30%
        ),
        linear-gradient(
            121deg,
            #10192e 0%,
            #1b2946 50%,
            #10515a 100%
        );
}


/* =========================================================
   BACKGROUND
   ========================================================= */

.wa-inner-hero__background {
    position: absolute;
    z-index: -1;

    inset: 0;

    overflow: hidden;
    pointer-events: none;
}

.wa-inner-hero__circle {
    position: absolute;
    border-radius: 50%;
}

.wa-inner-hero__circle--top {
    top: -430px;
    right: -190px;

    width: 760px;
    height: 760px;

    border: 1px solid rgba(255, 255, 255, 0.05);
}

.wa-inner-hero__circle--bottom {
    bottom: -535px;
    left: -375px;

    width: 720px;
    height: 720px;

    border: 1px solid rgba(54, 200, 138, 0.075);
}

.wa-inner-hero__glow {
    position: absolute;

    top: 15%;
    right: 7%;

    width: 440px;
    height: 440px;

    border-radius: 50%;

    opacity: 0.55;

    background: rgba(0, 167, 142, 0.15);

    filter: blur(115px);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.wa-inner-hero__container {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.16fr)
        minmax(430px, 0.84fr);

    grid-template-areas:
        "content prices"
        "actions prices";

    align-items: center;

    column-gap: clamp(64px, 6vw, 104px);
    row-gap: 32px;

    width: min(calc(100% - 176px), 1360px);

    margin: 0 auto;
}


/* =========================================================
   CONTENT
   ========================================================= */

.wa-inner-hero__content {
    grid-area: content;

    width: 100%;
    max-width: 820px;
    min-width: 0;

    align-self: end;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.wa-inner-hero__eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    margin: 0 0 22px;

    color: #67dfcb;

    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wa-inner-hero__eyebrow-line {
    display: block;
    flex: 0 0 35px;

    width: 35px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-inner-teal),
            var(--wa-inner-green)
        );
}


/* =========================================================
   TITLE
   ========================================================= */

.wa-inner-hero__title {
    width: 100%;
    max-width: 860px;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: clamp(50px, 4.45vw, 69px) !important;
    font-weight: 800 !important;
    line-height: 1.025 !important;

    letter-spacing: -0.047em !important;
    text-transform: none !important;
}

.wa-inner-hero__title-accent {
    display: block;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            #61dfcb 0%,
            #36c88a 100%
        );

    background-clip: text;
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.wa-inner-hero__description {
    width: 100%;
    max-width: 720px;

    margin: 27px 0 0 !important;
    padding: 0 !important;

    color: var(--wa-inner-text) !important;

    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================================
   PRICES
   ========================================================= */

.wa-inner-hero__prices {
    grid-area: prices;

    display: flex;
    flex-direction: column;

    gap: 17px;

    width: 100%;
    max-width: 490px;

    justify-self: end;
    align-self: center;
}


/* =========================================================
   PRICE ROW
   ========================================================= */

.wa-inner-hero__price-row {
    position: relative;

    display: grid;

    grid-template-columns:
        54px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 18px;

    width: 100%;
    min-height: 128px;

    margin: 0;
    padding: 23px 25px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            rgba(29, 45, 76, 0.82),
            rgba(20, 55, 70, 0.7)
        );

    box-shadow:
        0 22px 48px rgba(5, 18, 34, 0.12);
}

.wa-inner-hero__price-row::before {
    content: "";

    position: absolute;

    top: -1px;
    right: 34px;

    width: 70px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-inner-teal),
            var(--wa-inner-green)
        );
}


/* =========================================================
   PRICE ICON
   ========================================================= */

.wa-inner-hero__price-icon {
    display: inline-flex;

    width: 54px;
    height: 54px;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(85, 220, 202, 0.28);
    border-radius: 50%;

    color: #63dfcb;

    background: rgba(0, 167, 142, 0.13);
}

.wa-inner-hero__price-icon svg {
    display: block;

    width: 26px;
    height: 26px;
}


/* =========================================================
   PRICE NAME
   ========================================================= */

.wa-inner-hero__price-name {
    min-width: 0;
}

.wa-inner-hero__price-name strong {
    display: block;

    color: rgba(255, 255, 255, 0.98);

    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.32;
}

.wa-inner-hero__price-name small {
    display: block;

    margin-top: 7px;

    color: var(--wa-inner-muted);

    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.35;
}


/* =========================================================
   PRICE AMOUNT
   ========================================================= */

.wa-inner-hero__price-amount {
    min-width: 130px;

    text-align: right;
}

.wa-inner-hero__price-amount > small {
    display: block;

    margin-bottom: 6px;

    color: #67dfcb;

    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.wa-inner-hero__price-amount > div {
    display: flex;

    align-items: baseline;
    justify-content: flex-end;

    gap: 6px;
}

.wa-inner-hero__price-amount strong {
    display: block;

    color: #ffffff;

    font-family: inherit;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: -0.045em;
}

.wa-inner-hero__price-amount span {
    display: block;

    color: rgba(255, 255, 255, 0.76);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    white-space: nowrap;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.wa-inner-hero__actions {
    grid-area: actions;

    display: flex;
    flex-wrap: wrap;

    align-items: center;
    align-self: start;

    gap: 14px;

    margin: 0;
}

.wa-inner-hero__button,
.wa-inner-hero__button:visited {
    display: inline-flex;

    min-width: 200px;
    min-height: 55px;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 14px 26px;

    border-radius: 999px;

    box-shadow: none;

    font-family: inherit;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.25;

    letter-spacing: 0.035em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.wa-inner-hero__button--primary,
.wa-inner-hero__button--primary:visited {
    border: 1px solid var(--wa-inner-teal);

    color: #ffffff !important;

    background: var(--wa-inner-teal);
}

.wa-inner-hero__button--primary:hover,
.wa-inner-hero__button--primary:focus-visible {
    border-color: var(--wa-inner-teal-hover);

    color: #ffffff !important;

    background: var(--wa-inner-teal-hover);
}

.wa-inner-hero__button--secondary,
.wa-inner-hero__button--secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.24);

    color: #ffffff !important;

    background: rgba(255, 255, 255, 0.055);
}

.wa-inner-hero__button--secondary:hover,
.wa-inner-hero__button--secondary:focus-visible {
    border-color: rgba(85, 220, 202, 0.55);

    color: #6ce0ce !important;

    background: rgba(0, 167, 142, 0.1);
}


/* =========================================================
   FOCUS
   ========================================================= */

.wa-inner-hero a:focus-visible {
    outline: 2px solid rgba(85, 220, 202, 0.88);
    outline-offset: 4px;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1600px) {

    .wa-inner-hero {
        min-height: clamp(600px, 64svh, 670px);

        padding-top: 150px;
        padding-bottom: 76px;
    }

    .wa-inner-hero__container {
        width: min(calc(100% - 192px), 1360px);
    }

    .wa-inner-hero__prices {
        max-width: 500px;
    }
}


/* =========================================================
   DESKTOP 1280–1599
   ========================================================= */

@media (max-width: 1320px) {

    .wa-inner-hero {
        min-height: clamp(550px, 66svh, 620px);

        padding: 134px 0 58px;
    }

    .wa-inner-hero__container {
        grid-template-columns:
            minmax(0, 1.12fr)
            minmax(390px, 0.88fr);

        column-gap: 54px;
        row-gap: 29px;

        width: calc(100% - 144px);
    }

    .wa-inner-hero__title {
        font-size: clamp(45px, 4.15vw, 59px) !important;
    }

    .wa-inner-hero__description {
        max-width: 650px;

        font-size: 16px;
    }

    .wa-inner-hero__prices {
        max-width: 440px;
    }

    .wa-inner-hero__price-row {
        min-height: 116px;

        grid-template-columns:
            50px
            minmax(0, 1fr)
            auto;

        gap: 15px;

        padding: 19px 20px;
    }

    .wa-inner-hero__price-icon {
        width: 50px;
        height: 50px;
    }

    .wa-inner-hero__price-icon svg {
        width: 24px;
        height: 24px;
    }

    .wa-inner-hero__price-name strong {
        font-size: 16px;
    }

    .wa-inner-hero__price-name small {
        font-size: 11.5px;
    }

    .wa-inner-hero__price-amount {
        min-width: 116px;
    }

    .wa-inner-hero__price-amount strong {
        font-size: 38px;
    }

    .wa-inner-hero__price-amount span {
        font-size: 12px;
    }

    .wa-inner-hero__button,
    .wa-inner-hero__button:visited {
        min-width: 188px;
        min-height: 53px;
    }
}


/* =========================================================
   SMALL DESKTOP / TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .wa-inner-hero {
        display: block;

        min-height: auto;

        padding: 128px 0 54px;
    }

    .wa-inner-hero__container {
        grid-template-columns: 1fr;

        grid-template-areas:
            "content"
            "prices"
            "actions";

        gap: 24px;

        width: calc(100% - 96px);
    }

    .wa-inner-hero__content {
        max-width: none;
    }

    .wa-inner-hero__title {
        max-width: 820px;

        font-size: clamp(42px, 5.8vw, 56px) !important;
    }

    .wa-inner-hero__description {
        max-width: 760px;
    }

    .wa-inner-hero__prices {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 14px;

        width: 100%;
        max-width: none;

        justify-self: stretch;
    }

    .wa-inner-hero__price-row {
        min-height: 112px;

        grid-template-columns:
            46px
            minmax(0, 1fr)
            auto;

        gap: 13px;

        padding: 18px;
    }

    .wa-inner-hero__price-icon {
        width: 46px;
        height: 46px;
    }

    .wa-inner-hero__price-name strong {
        font-size: 15px;
    }

    .wa-inner-hero__price-name small {
        font-size: 11px;
    }

    .wa-inner-hero__price-amount strong {
        font-size: 35px;
    }
}


/* =========================================================
   MOBILE
   БОЛЬШЕ ВЕРТИКАЛЬНЫЕ ИНТЕРВАЛЫ
   ========================================================= */

@media (max-width: 767px) {

    .wa-inner-hero {
        display: block;

        min-height: auto;

        padding: 112px 0 40px;
    }

    .wa-inner-hero__circle--top {
        top: -355px;
        right: -400px;

        width: 650px;
        height: 650px;
    }

    .wa-inner-hero__circle--bottom,
    .wa-inner-hero__glow {
        display: none;
    }

    .wa-inner-hero__container {
        grid-template-columns: 1fr;

        grid-template-areas:
            "content"
            "prices"
            "actions";

        gap: 22px;

        width: calc(100% - 60px);
    }

    .wa-inner-hero__eyebrow {
        gap: 9px;

        margin-bottom: 16px;

        font-size: 9.5px;
        line-height: 1.35;
    }

    .wa-inner-hero__eyebrow-line {
        flex-basis: 25px;

        width: 25px;
        height: 2px;
    }

    .wa-inner-hero__title {
        max-width: none;

        font-size: clamp(31px, 7.5vw, 38px) !important;
        line-height: 1.06 !important;

        letter-spacing: -0.038em !important;
    }

    .wa-inner-hero__description {
        max-width: none;

        margin-top: 19px !important;

        font-size: 14.5px;
        line-height: 1.58;
    }


    /* =====================================================
       MOBILE PRICES
       ===================================================== */

    .wa-inner-hero__prices {
        display: flex;
        flex-direction: column;

        gap: 12px;

        width: 100%;
    }

    .wa-inner-hero__price-row {
        display: grid;

        grid-template-columns:
            42px
            minmax(0, 1fr)
            auto;

        gap: 12px;

        min-height: 94px;

        padding: 16px;

        border-radius: 20px;

        box-shadow: none;
    }

    .wa-inner-hero__price-row::before {
        display: none;
    }

    .wa-inner-hero__price-icon {
        width: 42px;
        height: 42px;
    }

    .wa-inner-hero__price-icon svg {
        width: 21px;
        height: 21px;
    }

    .wa-inner-hero__price-name strong {
        font-size: 15px;
        line-height: 1.3;
    }

    .wa-inner-hero__price-name small {
        margin-top: 6px;

        font-size: 11.5px;
        font-weight: 600;
        line-height: 1.3;
    }

    .wa-inner-hero__price-amount {
        min-width: 105px;

        text-align: right;
    }

    .wa-inner-hero__price-amount > small {
        margin-bottom: 5px;

        font-size: 9px;
    }

    .wa-inner-hero__price-amount > div {
        gap: 4px;
    }

    .wa-inner-hero__price-amount strong {
        font-size: 31px;
    }

    .wa-inner-hero__price-amount span {
        font-size: 11.5px;
    }


    /* =====================================================
       MOBILE BUTTONS
       ===================================================== */

    .wa-inner-hero__actions {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;

        width: 100%;

        margin-top: 2px;
    }

    .wa-inner-hero__button,
    .wa-inner-hero__button:visited {
        width: 100%;
        min-width: 0;
        min-height: 51px;

        padding: 11px 12px;

        font-size: 12px;
    }
}


/* =========================================================
   NARROW MOBILE
   ========================================================= */

@media (max-width: 419px) {

    .wa-inner-hero {
        padding: 108px 0 36px;
    }

    .wa-inner-hero__container {
        gap: 20px;

        width: calc(100% - 52px);
    }

    .wa-inner-hero__title {
        font-size: 30px !important;
    }

    .wa-inner-hero__description {
        font-size: 14px;
    }

    .wa-inner-hero__price-row {
        grid-template-columns:
            40px
            minmax(0, 1fr)
            auto;

        gap: 10px;

        min-height: 88px;

        padding: 14px;
    }

    .wa-inner-hero__price-icon {
        width: 40px;
        height: 40px;
    }

    .wa-inner-hero__price-name strong {
        font-size: 14px;
    }

    .wa-inner-hero__price-name small {
        font-size: 10.5px;
    }

    .wa-inner-hero__price-amount {
        min-width: 93px;
    }

    .wa-inner-hero__price-amount > small {
        font-size: 8.5px;
    }

    .wa-inner-hero__price-amount strong {
        font-size: 28px;
    }

    .wa-inner-hero__price-amount span {
        font-size: 10.5px;
    }

    .wa-inner-hero__actions {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .wa-inner-hero__button,
    .wa-inner-hero__button:visited {
        min-height: 50px;

        font-size: 12px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wa-inner-hero *,
    .wa-inner-hero *::before,
    .wa-inner-hero *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}