/* FindWise / страница услуги умного поиска */

.fw-hero {
    position: relative;
    overflow: hidden;
    padding: 145px 0 90px 0;
    background: #05070d;
    color: #fff;
}

.fw-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(75,129,191,.32) 0%, rgba(75,129,191,0) 28%),
        radial-gradient(circle at 80% 10%, rgba(114,91,255,.28) 0%, rgba(114,91,255,0) 30%),
        linear-gradient(135deg, #05070d 0%, #0d1625 48%, #05070d 100%);
}

.fw-hero__bg:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.15));
}

.fw-hero .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.fw-hero__content {
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 70px;
}

.fw-hero .breadcrumb {
    margin-bottom: 25px;
}

.fw-hero .breadcrumb li > a,
.fw-hero .breadcrumb li > span,
.fw-hero .breadcrumb li:not(:first-child):before {
    color: rgba(255,255,255,.75);
}

.fw-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    color: #d9e8ff;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.fw-hero h1 {
    margin-top: 20px;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #fff;
}

.fw-hero h1:after {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    background: var(--bg-color);
    margin-top: 24px;
}

.fw-hero p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,.78);
    font-weight: 400;
    max-width: 820px;
}

.fw-hero__list {
    list-style: none;
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
    width: 100%;
}

.fw-hero__list li {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}

.fw-hero__list i {
    margin-right: 10px;
    color: #84c6ff;
    font-size: 18px;
    flex-shrink: 0;
    position: relative;
    top: 1px;
}

.fw-hero__actions {
    display: flex;
    align-items: center;
    margin-top: 36px;
}

.fw-hero__actions .btn-new {
    transition: .2s;
}

.fw-hero__actions .btn-new:hover {
    background: #fff;
    color: #000;
}

.fw-hero__actions .btn-new-link-light {
    margin-left: 24px;
}

.fw-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
    margin-top: 48px;
}

.fw-hero__meta div {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
}

.fw-hero__meta strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
}

.fw-hero__meta span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.6);
    font-size: 13px;
    font-weight: 400;
}

.fw-hero__visual {
    width: 42%;
    display: flex;
    justify-content: flex-end;
}

.fw-widget {
    width: 100%;
    max-width: 520px;
    padding: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 30px 100px rgba(0,0,0,.45);
    backdrop-filter: blur(18px);
}

.fw-widget__top {
    display: flex;
    padding: 4px 0 18px 0;
}

.fw-widget__top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    margin-right: 8px;
}

.fw-widget__input {
    display: flex;
    align-items: center;
    padding: 18px;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.fw-widget__input i {
    color: var(--bg-color);
    font-size: 24px;
    margin-right: 12px;
}

.fw-widget__input span {
    color: #111;
    font-size: 17px;
    font-weight: 700;
}

.fw-widget__input em {
    margin-left: auto;
    font-style: normal;
    color: #fff;
    background: #000;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 800;
}

.fw-widget__hint {
    margin-top: 14px;
    padding: 14px;
    background: rgba(75,129,191,.18);
    border: 1px solid rgba(132,198,255,.2);
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.fw-widget__hint strong {
    display: block;
    margin-top: 3px;
    color: #fff;
}

.fw-widget__items {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fw-widget__item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.09);
}

.fw-widget__item.active {
    background: rgba(255,255,255,.16);
    border-color: rgba(132,198,255,.45);
}

.fw-widget__item > div {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.25)),
        radial-gradient(circle at 70% 30%, rgba(75,129,191,.8), transparent 45%);
}

.fw-widget__item span {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.fw-widget__item strong {
    color: #fff;
    font-size: 14px;
}

.fw-widget__item small {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    margin-top: 3px;
}

.fw-widget__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.fw-widget__footer span {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.1);
    padding: 6px 9px;
    font-size: 12px;
}

.fw-advantages {
    padding: 70px 0;
    background: #fff;
}

.fw-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.fw-advantage {
    padding: 26px;
    border: 1px solid #e6eaf2;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
    transition: .2s;
}

.fw-advantage:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0,0,0,.08);
}

.fw-advantage i {
    display: block;
    color: var(--bg-color);
    font-size: 42px;
    margin-bottom: 18px;
}

.fw-advantage span {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 900;
    line-height: 1.15;
}

.fw-advantage p {
    margin-top: 12px;
    color: #555;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
}

.fw-dark {
    padding: 80px 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(75,129,191,.18) 0%, rgba(75,129,191,0) 30%),
        linear-gradient(135deg, #080b11 0%, #121a27 100%);
    color: #fff;
}

.fw-dark .block__h2 h2,
.fw-dark .block__h2 span {
    color: #fff;
}

.fw-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.fw-step {
    padding: 24px 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    min-height: 250px;
}

.fw-step em {
    display: block;
    color: #84c6ff;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
}

.fw-step span {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.15;
}

.fw-step p {
    margin-top: 14px;
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.fw-examples {
    padding: 70px 0;
    background: #f0f0f0;
}

.fw-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px;
}

.fw-example {
    padding: 26px;
    background: #fff;
    border-top: 5px solid var(--bg-color);
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.fw-example strong {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 18px;
}

.fw-example ul {
    list-style: none;
}

.fw-example li {
    padding: 10px 0 10px 28px;
    position: relative;
    border-bottom: 1px solid #edf0f5;
    color: #333;
    font-size: 15px;
}

.fw-example li:before {
    content: '\ec34';
    font-family: 'Linearicons' !important;
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--bg-color);
}

.fw-seo-block {
    padding: 70px 0;
    background: #fff;
}

.fw-seo-card {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.fw-seo-card:before {
    content: '';
    position: absolute;
    right: -120px;
    top: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(75,129,191,.34);
    filter: blur(10px);
}

.fw-seo-card > * {
    position: relative;
    z-index: 2;
}

.fw-seo-card h2 {
    margin-top: 18px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
}

.fw-seo-card p {
    margin-top: 16px;
    color: rgba(255,255,255,.7);
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.fw-seo-card ul {
    list-style: none;
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}

.fw-seo-card li {
    color: #fff;
    font-size: 15px;
}

.fw-seo-card li i {
    color: #84c6ff;
    margin-right: 8px;
}

.fw-seo-panel {
    padding: 28px;
    background: #fff;
    color: #000;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.fw-seo-panel span {
    color: var(--bg-color);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

.fw-seo-panel strong {
    display: block;
    margin-top: 14px;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 900;
}

.fw-seo-panel p {
    color: #555;
    font-size: 15px;
    margin-top: 12px;
}

.fw-seo-panel a {
    display: inline-block;
    margin-top: 18px;
    color: var(--bg-color);
    font-weight: 900;
    text-decoration: underline;
}

.fw-price-block {
    padding: 70px 0;
    background: #f0f0f0;
}

.fw-prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.fw-price {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border: 1px solid #e3e7ef;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

.fw-price--active {
    background: #000;
    color: #fff;
    border-color: #000;
    transform: translateY(-12px);
    box-shadow: 0 22px 60px rgba(0,0,0,.18);
}

.fw-price__label {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 6px 10px;
    background: var(--bg-color);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.fw-price__head {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.fw-price--active .fw-price__head {
    border-bottom-color: rgba(255,255,255,.14);
}

.fw-price__head span {
    font-size: 26px;
    font-weight: 900;
}

.fw-price__head strong {
    margin-top: 12px;
    color: var(--bg-color);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.fw-price--active .fw-price__head strong {
    color: #84c6ff;
}

.fw-price__head small {
    margin-top: 8px;
    color: #777;
    font-size: 14px;
}

.fw-price--active .fw-price__head small {
    color: rgba(255,255,255,.65);
}

.fw-price ul {
    list-style: none;
    margin: 24px 0;
}

.fw-price li {
    padding: 9px 0 9px 26px;
    position: relative;
    color: #333;
    font-size: 15px;
    line-height: 1.35;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.fw-price--active li {
    color: rgba(255,255,255,.82);
    border-bottom-color: rgba(255,255,255,.09);
}

.fw-price li:before {
    content: '\ec34';
    font-family: 'Linearicons' !important;
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--bg-color);
}

.fw-price .btn {
    margin-top: auto;
    padding: 15px 20px;
    font-weight: 900;
}

.fw-faq-block {
    padding: 60px 0;
    background: #fff;
}

.fw-form {
    margin-top: 0;
}

.fw-form .service__form-left span {
    line-height: 1.12;
}

@media(max-width: 1366px) {
    .fw-hero h1 {
        font-size: 48px;
    }

    .fw-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 1024px) {
    .fw-hero {
        padding: 220px 0 60px 0;
    }

    .fw-hero .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .fw-hero__content,
    .fw-hero__visual {
        width: 100%;
        padding-right: 0;
    }

    .fw-hero__visual {
        margin-top: 40px;
        justify-content: flex-start;
    }

    .fw-widget {
        max-width: 100%;
    }

    .fw-advantages__grid,
    .fw-example-grid,
    .fw-prices {
        grid-template-columns: 1fr 1fr;
    }

    .fw-seo-card {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767px) {
    .fw-hero {
        padding: 220px 0 40px 0;
    }

    .fw-hero h1 {
        font-size: 32px;
    }

    .fw-hero p {
        font-size: 15px;
    }

    .fw-hero__list,
    .fw-hero__meta,
    .fw-advantages__grid,
    .fw-example-grid,
    .fw-prices,
    .fw-steps,
    .fw-seo-card ul {
        grid-template-columns: 1fr;
    }

    .fw-hero__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .fw-hero__actions .btn-new,
    .fw-hero__actions .btn-new-link-light {
        width: 100%;
        text-align: center;
    }

    .fw-hero__actions .btn-new-link-light {
        margin: 14px 0 0 0;
    }

    .fw-widget {
        padding: 12px;
    }

    .fw-widget__input {
        padding: 14px;
    }

    .fw-widget__input span {
        font-size: 14px;
    }

    .fw-advantages,
    .fw-dark,
    .fw-examples,
    .fw-seo-block,
    .fw-price-block,
    .fw-faq-block {
        padding: 35px 0;
    }

    .fw-advantage,
    .fw-example,
    .fw-price {
        padding: 20px;
    }

    .fw-step {
        min-height: auto;
    }

    .fw-seo-card {
        padding: 24px;
    }

    .fw-seo-card h2 {
        font-size: 28px;
    }

    .fw-seo-panel strong {
        font-size: 20px;
    }

    .fw-price--active {
        transform: none;
    }
}
