/* Povoljni landing polish: hero, CTA glow, and marquee ribbon */
:root {
    --landing-accent: #ff2d55;
    --landing-accent-soft: rgba(255, 45, 85, 0.45);
    --landing-bg: #080a12;
    --landing-card: #121523;
    --landing-text: #d9deef;
}

.page-wrapper {
    outline: none !important;
}

.header-area .header-left {
    flex: 0 0 auto;
    min-width: 0;
}

.header-area .logo a {
    display: inline-flex;
    align-items: center;
}

.header-area .logo img {
    display: block;
    width: clamp(170px, 19vw, 250px);
    height: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.34));
}

.footer-default .footer-left .inner::after {
    content: none !important;
    display: none !important;
}

.footer-brand-logo-wrap {
    margin-bottom: 18px;
}

.footer-brand-logo {
    width: clamp(180px, 22vw, 270px);
    height: auto;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.28));
}

.landing-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 72vh;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.landing-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 45, 85, 0.24), transparent 52%),
        radial-gradient(circle at 75% 85%, rgba(60, 130, 255, 0.2), transparent 50%),
        linear-gradient(150deg, rgba(6, 8, 15, 0.88) 18%, rgba(9, 11, 18, 0.78) 52%, rgba(7, 10, 17, 0.9) 100%);
    z-index: -1;
}

.landing-hero__content {
    padding-top: 120px;
    padding-bottom: 110px;
}

.landing-hero__inner {
    max-width: 920px;
    margin: 0 auto;
}

.landing-hero__eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff9ab0;
    background: rgba(255, 45, 85, 0.12);
    border: 1px solid rgba(255, 120, 150, 0.42);
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 18px;
}

.landing-hero__title {
    color: #ffffff;
    font-weight: 800;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.1;
    margin-bottom: 22px;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

.landing-hero__lead {
    color: var(--landing-text);
    font-size: clamp(18px, 2.1vw, 22px);
    line-height: 1.65;
    margin: 0 auto;
    max-width: 840px;
}

.landing-hero__cta-group {
    margin-top: 38px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.neon-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 30px;
    min-width: 220px;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid rgba(255, 130, 158, 0.75);
    color: #fff;
    background: linear-gradient(105deg, #ff315f 0%, #ff1466 100%);
    box-shadow:
        0 0 0 1px rgba(255, 93, 145, 0.4) inset,
        0 0 12px rgba(255, 60, 122, 0.72),
        0 0 30px rgba(255, 35, 102, 0.38);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.neon-cta:hover,
.neon-cta:focus {
    transform: translateY(-2px);
    color: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 123, 164, 0.58) inset,
        0 0 18px rgba(255, 83, 136, 0.95),
        0 0 40px rgba(255, 35, 102, 0.6);
    filter: saturate(1.08);
}

.neon-cta--ghost {
    color: #ffc6d5;
    border-color: rgba(255, 136, 169, 0.48);
    background: rgba(20, 25, 39, 0.64);
    box-shadow:
        0 0 0 1px rgba(255, 91, 140, 0.22) inset,
        0 0 18px rgba(255, 60, 120, 0.24);
}

.neon-cta--ghost:hover,
.neon-cta--ghost:focus {
    color: #fff;
    border-color: rgba(255, 167, 191, 0.75);
}

.landing-hero__quick-links {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.landing-hero__quick-links a {
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #ffd6e3;
    border: 1px solid rgba(255, 157, 186, 0.4);
    border-radius: 999px;
    padding: 6px 14px;
    background: rgba(255, 59, 119, 0.08);
}

.landing-hero__quick-links a:hover,
.landing-hero__quick-links a:focus {
    color: #fff;
    border-color: rgba(255, 187, 206, 0.7);
    background: rgba(255, 59, 119, 0.18);
}

.landing-card {
    background: linear-gradient(170deg, rgba(22, 25, 38, 0.98), rgba(16, 18, 28, 0.98));
    border: 1px solid rgba(255, 89, 136, 0.17);
    border-radius: 18px;
    padding: 26px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(5, 8, 16, 0.33);
}

.landing-card .icon {
    color: #ff4f80;
    margin-bottom: 16px;
}

.landing-card .title {
    color: #ffffff;
    font-weight: 700;
}

.landing-card p {
    color: #cdd2e3;
}

.landing-next-step {
    background:
        radial-gradient(circle at 30% 10%, rgba(255, 70, 122, 0.16), transparent 42%),
        linear-gradient(180deg, #090d16 0%, #080b13 100%);
}

.landing-process,
.landing-faq {
    background: linear-gradient(180deg, #0a0d16 0%, #0a0c15 100%);
}

.landing-step-card {
    border: 1px solid rgba(255, 102, 146, 0.2);
    border-radius: 16px;
    padding: 24px;
    background: rgba(19, 23, 37, 0.9);
    box-shadow: 0 18px 34px rgba(5, 7, 12, 0.35);
}

.landing-step-card h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 21px;
}

.landing-step-card p {
    color: #ced4e8;
    margin-bottom: 0;
    line-height: 1.7;
}

.landing-faq-item {
    border: 1px solid rgba(255, 110, 150, 0.22);
    border-radius: 14px;
    background: rgba(21, 24, 38, 0.92);
    padding: 20px 22px;
}

.landing-faq-item h4 {
    color: #ff8dad;
    font-size: 20px;
    margin-bottom: 8px;
}

.landing-faq-item p {
    color: #d2d8eb;
    margin-bottom: 0;
    line-height: 1.65;
}

.landing-next-step__box {
    border: 1px solid rgba(255, 95, 143, 0.25);
    border-radius: 20px;
    background: rgba(14, 18, 31, 0.82);
    padding: 44px 32px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.landing-next-step__box h3 {
    color: #fff;
    font-size: clamp(28px, 3.6vw, 42px);
    margin-bottom: 12px;
}

.landing-next-step__box p {
    color: #d1d8ec;
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.7;
}

.marquee-urlwords-area {
    background: linear-gradient(120deg, #0b0f1a 0%, #12182a 47%, #10111a 100%);
    border-top: 1px solid rgba(255, 69, 124, 0.35);
    border-bottom: 1px solid rgba(255, 69, 124, 0.28);
    padding: 16px 0;
}

.marquee-urlwords-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.marquee-urlwords-track {
    width: 100%;
    overflow: hidden;
}

.marquee-urlword-pill {
    display: inline-flex;
    align-items: center;
    margin-right: 14px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #ffe5ee;
    border: 1px solid rgba(255, 145, 179, 0.34);
    background: rgba(255, 67, 126, 0.12);
    box-shadow: 0 0 14px rgba(255, 73, 134, 0.14);
}

.marquee-urlword-pill:hover,
.marquee-urlword-pill:focus {
    color: #fff;
    border-color: rgba(255, 180, 203, 0.7);
    background: rgba(255, 67, 126, 0.22);
    box-shadow: 0 0 18px rgba(255, 73, 134, 0.3);
}

@media (max-width: 991.98px) {
    .landing-hero {
        min-height: 64vh;
    }

    .landing-hero__content {
        padding-top: 96px;
        padding-bottom: 90px;
    }

    .landing-next-step__box {
        padding: 34px 20px;
    }

    .marquee-urlwords-shell {
        justify-content: stretch;
    }
}

@media (max-width: 575.98px) {
    .header-area .logo img {
        width: clamp(150px, 42vw, 215px);
    }

    .footer-brand-logo {
        width: clamp(160px, 46vw, 220px);
    }

    .landing-hero__title {
        font-size: 34px;
    }

    .landing-hero__lead {
        font-size: 16px;
    }

    .neon-cta {
        width: 100%;
        min-width: 0;
    }

    .landing-hero__cta-group {
        width: 100%;
    }
}
