.hero-title {
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
}

.hero-title-static {
    display: inline-block;
    font-weight: 700;
}

.hero-title-dynamic {
    display: inline-block;
    font-weight: 400;
    min-width: 320px; /* щоб текст не "стрибав" */
}

.with-cursor::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 0.95em;
    background: #fff;
    margin-left: 6px;
    vertical-align: middle;
    animation: cursorBlink 0.8s steps(1) infinite;
}

@keyframes cursorBlink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/* ===== SERVICES PAGE ===== */

.services-v2 {
    background: #eef0f4;
    padding: 0rem 0 0;
}

.services-v2-kicker {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff5a1f;
    margin-bottom: 1rem;
}

.services-v2-title {
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #111;
    margin-bottom: 1.5rem;
}

.services-v2-title span {
    display: block;
    color: #3b3f46;
}

.services-v2-text,
.services-v2-section-head p,
.services-v2-split__content p,
.services-v2-extra__content p,
.services-v2-cta__box p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75;
}

.services-v2-hero__grid,
.services-v2-split__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
}

.services-v2-hero__content,
.services-v2-hero__visual,
.services-v2-clients__box,
.service-v2-card,
.services-v2-extra__box,
.services-v2-cta__box,
.process-v2-card,
.stats-card {
    border-radius: 28px;
}

.services-v2-hero__content {
    background: #fff;
    padding: 3rem;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-v2-actions,
.services-v2-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.75rem 0 1.5rem;
}

.services-v2-badges,
.services-v2-clients__tags,
.services-v2-extra__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.services-v2-badges span,
.services-v2-clients__tags span,
.services-v2-extra__tags span {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #2f3440;
    font-size: 0.9rem;
    border: 1px solid rgba(20, 20, 20, 0.08);
}

.services-v2-hero__visual {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.4fr 0.8fr;
}

.hero-visual-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 28px;
}

.hero-visual-card--main {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #0f1115, #232831);
    color: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-visual-card--main .hero-visual-card__label {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.hero-visual-card--main h3 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.hero-visual-card--main p {
    color: rgba(255,255,255,0.75);
    margin: 0;
}

.hero-visual-card--small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f9fb;
}

.hero-visual-card--small span,
.hero-visual-card--accent span,
.stats-card span,
.service-v2-card__top small {
    color: #7a828f;
    font-size: 0.85rem;
}

.hero-visual-card--small strong,
.hero-visual-card--accent strong,
.stats-card strong {
    font-size: 1.5rem;
    color: #111;
}

.hero-visual-card--accent {
    background: #ff5a1f;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-visual-card--accent span,
.hero-visual-card--accent strong {
    color: #fff;
}
.services-v2-showcase {
    padding: 100px 0;
}
.services-v2-clients,
.services-v2-split,
.services-v2-process,
.services-v2-extra,
.services-v2-cta {
    padding: 1.25rem 0;
}

.services-v2-clients__box,
.services-v2-extra__box,
.services-v2-cta__box {
    background: #f7f8fb;
    padding: 2rem;
}

.services-v2-clients__box h2,
.services-v2-section-head h2,
.services-v2-split__content h2,
.services-v2-extra__content h2,
.services-v2-cta__box h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #111;
    margin-bottom: 1rem;
}

.services-v2-section-head {
    max-width: 760px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.services-v2-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.service-v2-card {
    background: #fff;
    padding: 1.75rem;
    min-height: 270px;
}

.service-v2-card--large {
    grid-column: span 2;
    min-height: 320px;
}

.service-v2-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.service-v2-card__top span,
.process-v2-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.service-v2-card h3,
.process-v2-card h3 {
    font-size: 1.6rem;
    color: #111;
    margin-bottom: 0.9rem;
}

.service-v2-card p,
.process-v2-card p {
    color: #5f6672;
    line-height: 1.7;
}

.service-v2-card ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: #5f6672;
}

.dark-card {
    background: #101216;
}

.dark-card h3,
.dark-card p,
.dark-card small {
    color: #fff;
}

.dark-card p,
.dark-card .service-v2-card__top small {
    color: rgba(255,255,255,0.72);
}

.accent-card {
    background: #ff5a1f;
}

.accent-card h3,
.accent-card p,
.accent-card small {
    color: #fff;
}

.accent-card p,
.accent-card .service-v2-card__top small {
    color: rgba(255,255,255,0.85);
}

.services-v2-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.services-v2-list div {
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: #fff;
}

.services-v2-list strong {
    display: block;
    font-size: 1rem;
    color: #111;
    margin-bottom: 0.35rem;
}

.services-v2-list span {
    color: #68707c;
}

.services-v2-split__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stats-card {
    background: #fff;
    padding: 1.5rem;
    min-height: 180px;
}

.stats-card--big {
    grid-column: 1 / -1;
    min-height: 240px;
    background: linear-gradient(135deg, #ffffff, #f4f6fa);
}

.stats-card--big strong {
    display: block;
    font-size: 3rem;
    line-height: 1;
    margin: 0.6rem 0 1rem;
}

.services-v2-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.process-v2-card {
    background: #fff;
    padding: 1.5rem;
}

.process-v2-card span {
    margin-bottom: 1rem;
}

.services-v2-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #fff;
}

@media (max-width: 991.98px) {
    .services-v2-hero__grid,
    .services-v2-split__grid,
    .services-v2-cta__box {
        grid-template-columns: 1fr;
        display: grid;
    }

    .services-v2-cards,
    .services-v2-process__grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-v2-card--large {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {
    .services-v2-hero__content,
    .services-v2-clients__box,
    .services-v2-extra__box,
    .services-v2-cta__box {
        padding: 1.5rem;
    }

    .services-v2-cards,
    .services-v2-process__grid,
    .services-v2-split__stats {
        grid-template-columns: 1fr;
    }

    .service-v2-card--large {
        grid-column: span 1;
    }

    .services-v2-hero__visual {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .hero-visual-card--main {
        min-height: 240px;
    }
}

/* ===== BRAND MARQUEE ===== */

.brand-marquee {
    position: relative;
    overflow: hidden;
}
.brand-marquee::before,
.brand-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 2;
    pointer-events: none;
}
.brand-marquee::before {
    left: 0;
    background: linear-gradient(to right, #f9fafb 0%, rgba(249,250,251,0) 100%);
}

.brand-marquee::after {
    right: 0;
    background: linear-gradient(to left, #f9fafb 0%, rgba(249,250,251,0) 100%);
}
.brand-track {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    animation: brand-scroll 32s linear infinite;
}

.brand-item {
    font-size: 1.8rem;
    color: #9aa6b2;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0.7;
    transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.brand-item:hover {
    opacity: 1;
    color: #6c7a89;
    transform: translateY(-1px);
}

@keyframes brand-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .brand-track {
        gap: 2rem;
        animation-duration: 24s;
    }

    .brand-item {
        font-size: 1.15rem;
    }

    .brand-marquee::before,
    .brand-marquee::after {
        width: 24px;
    }
    .navbar-standard .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 12px;
        right: 12px;
        background: rgba(15,23,42,0.96);
        padding: 1rem;
        border-radius: 0.75rem;
        z-index: 1050;
        box-shadow: 0 1rem 3rem rgba(0,0,0,0.35);
    }
    .navbar-standard .container {
        position: relative;
    }

    .navbar-standard {
        overflow: visible !important;
    }
}
.navbar-standard.navbar-scrolled {
    background: rgba(23, 32, 40, 0.96) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
    transition: background 0.65s ease, box-shadow 0.65s ease;
}

/* ===== CLIENTS ===== */
.brand-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;

    animation: scrollBrands 25s linear infinite;
}

.brand-item img {
    height: 28px;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.brand-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}

@keyframes scrollBrands {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* ===== TAGS ===== */
/* From Uiverse.io by e-coders */
button-tags {
    appearance: none;
    background-color: #fafbfc;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow:
        rgba(27, 31, 35, 0.04) 0 1px 0,
        rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292e;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

button-tags:hover {
    background-color: #f3f4f6;
    text-decoration: none;
    transition-duration: 0.1s;
}

button-tags:disabled {
    background-color: #fafbfc;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959da5;
    cursor: default;
}

button-tags:active {
    background-color: #edeff2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

button-tags:focus {
    outline: 1px transparent;
}

button-tags:before {
    display: none;
}

button-tags:-webkit-details-marker {
    display: none;
}

/* ===== PORTFOLIO SIZES ===== */

.portfolio-grid {
    position: relative;
    max-width: 1400px;
}

.portfolio-item {
    margin-bottom: 20px;
}

/* 6 sizes */
.portfolio-item.item-xs {
    width: calc(20% - 16px);
}

.portfolio-item.item-sm {
    width: calc(25% - 15px);
}

.portfolio-item.item-md {
    width: calc(43.333% - 14px);
}

.portfolio-item.item-lg {
    width: calc(50% - 10px);
}

.portfolio-item.item-xl {
    width: calc(66.666% - 7px);
}

.portfolio-item.item-wide {
    width: calc(75% - 5px);
}

/* card */
.portfolio-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.25rem;
    background: #111827;
}

.portfolio-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

/* optional image height caps */
.portfolio-item.item-xs .portfolio-card img {
    max-height: 180px;
}

.portfolio-item.item-sm .portfolio-card img {
    max-height: 240px;
}

.portfolio-item.item-md .portfolio-card img {
    max-height: 300px;
}

.portfolio-item.item-lg .portfolio-card img {
    max-height: 380px;
}

.portfolio-item.item-xl .portfolio-card img {
    max-height: 420px;
}

.portfolio-item.item-wide .portfolio-card img {
    max-height: 360px;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: background 0.35s ease;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.70) 0%,
        rgba(0, 0, 0, 0.18) 35%,
        rgba(0, 0, 0, 0.04) 100%
    );
}

.portfolio-title-wrap {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.1rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.portfolio-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
}

.portfolio-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.3;
}

.portfolio-card:hover img {
    transform: scale(1.06);
}

.portfolio-card:hover .portfolio-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.84) 0%,
        rgba(20, 31, 37, 0.28) 28%,
        rgba(0, 0, 0, 0.08) 100%
    );
}

/* laptop / tablet */
@media (max-width: 1199.98px) {
    .portfolio-item.item-xs,
    .portfolio-item.item-sm {
        width: calc(33.333% - 14px);
    }

    .portfolio-item.item-md,
    .portfolio-item.item-lg {
        width: calc(50% - 10px);
    }

    .portfolio-item.item-xl,
    .portfolio-item.item-wide {
        width: calc(100% - 0px);
    }
}

/* mobile */
@media (max-width: 767.98px) {
    .portfolio-item.item-xs,
    .portfolio-item.item-sm,
    .portfolio-item.item-md,
    .portfolio-item.item-lg,
    .portfolio-item.item-xl,
    .portfolio-item.item-wide {
        width: 100%;
    }

    .portfolio-title {
        font-size: 1rem;
    }

    .portfolio-subtitle {
        font-size: 0.78rem;
    }
}

/* ===== PORTFOLIO TAGS ===== */


.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
}

.portfolio-tag {
    background: transparent;
    color: rgba(255,255,255,0.88);
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 0.45rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
}

.portfolio-tag:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.42);
    transform: translateY(-1px);
}

.portfolio-tag.active {
    background: #ffffff;
    color: #111827;
    border-color: #ffffff;
}

@media (max-width: 575.98px) {
    .portfolio-tags {
        gap: 0.5rem;
    }

    .portfolio-tag {
        padding: 0.6rem 0.9rem;
        font-size: 0.82rem;
    }
}
/* ===== PORTFOLIO TAG TEXT COLOR ===== */

.portfolio-tags .portfolio-tag{
    color:#0f172a;
}

.portfolio-tags .portfolio-tag.active{
    color:#0f172a;
}

/* ===== SERVICES SECTION ===== */

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
    align-items:stretch;
}

.service-card{
    padding:24px;
    border-radius:14px;
    transition:all .25s ease;
}

.service-card:hover{
    transform:translateY(-4px);
}

.service-icon{
    font-size:22px;
    margin-bottom:12px;
}

.service-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#0f172a;
}

.service-text{
    color:#475569;
    font-size:15px;
    line-height:1.5;
}

/* центральна картка */

.service-card-featured{
    background:linear-gradient(135deg,#0f172a,#312e81,#6d28d9);
    color:white;
}

.service-card-featured .service-title{
    color:white;
}

.service-card-featured .service-text{
    color:rgba(255,255,255,0.85);
}

.service-link{
    display:inline-block;
    margin-top:12px;
    color:#34d399;
    font-weight:600;
    text-decoration:none;
}

/* ===== RESPONSIVE ===== */

@media (max-width:992px){

    .services-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media (max-width:576px){

    .services-grid{
        grid-template-columns:1fr;
    }

}
.service-item a{
    display:block;
    padding:24px;
    border-radius:0.25rem;
    text-decoration:none;
    transition:all .25s ease;
}

/* звичайний стан */

.service-item a .service-title{
    color:#0f172a;
}

.service-item a .service-text{
    color:#475569;
}

.service-item a .service-icon{
    color:#0f172a;
}

/* hover = active */

.service-item a:hover,
.service-item a.active{
    background: #28293b;
}

/* текст при hover/active */

.service-item a:hover .service-title,
.service-item a.active .service-title{
    color:white;
}

.service-item a:hover .service-text,
.service-item a.active .service-text{
    color:rgba(255,255,255,0.85);
}

.service-item a:hover .service-icon,
.service-item a.active .service-icon{
    color:white;
}
/* ===== SCROLL ANIMATION ===== */

.fade-up{
    opacity:0;
    transform:translateY(40px);
    transition:all .7s ease;
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}

/* fallback якщо JS не спрацював */

.no-js .fade-up{
    opacity:1;
    transform:none;
}
/* ===== WORKFLOW TIMELINE ===== */

/* ===== WORKFLOW TIMELINE WITH LOTTIE ===== */

.workflow-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:20px;
    margin-top:40px;
    text-align:center;
}

/* timeline line */
.workflow-grid::before{
    content:"";
    position:absolute;
    top:34px;
    left:50px;
    right:50px;
    height:1px;
    background:#1f2937;
    opacity:.35;
    z-index:0;
}

.workflow-card{
    position:relative;
    z-index:2;
}

.workflow-icon{
    width:72px;
    height:72px;
    margin:0 auto 14px auto;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:transform .25s ease;
    background:#fff;
}

.workflow-icon:hover{
    transform:scale(1.08);
}

.workflow-lottie{
    width:64px;
    height:64px;
}

.workflow-lottie svg{
    width:100%!important;
    height:100%!important;
    display:block;
}

.workflow-label-top{
    font-size:14px;
    color:#64748b;
    margin-bottom:6px;
}

.workflow-title{
    font-size:18px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
}

.workflow-text{
    font-size:14px;
    line-height:1.55;
    color:#64748b;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1399.98px){
    .workflow-grid{
        grid-template-columns:repeat(4,1fr);
        row-gap:36px;
    }

    .workflow-grid::before{
        display:none;
    }
}

@media (max-width: 991.98px){
    .workflow-grid{
        grid-template-columns:repeat(2,1fr);
        row-gap:32px;
    }

    .workflow-grid::before{
        display:none;
    }
}

@media (max-width: 575.98px){
    .workflow-grid{
        grid-template-columns:1fr;
        row-gap:28px;
    }

    .workflow-grid::before{
        display:none;
    }

    .workflow-icon{
        width:128px;
        height:128px;
    }

    .workflow-lottie{
        width:112px;
        height:112px;
    }

    .workflow-title{
        font-size:17px;
    }

    .workflow-text{
        font-size:14px;
    }
}
/* REGISTER SECTION */

.img-register-preview{
    position: relative;
    margin-bottom: 0px;
    z-index: 3;
}

.register-preview-image{
    width: 100%;
    display: block;
    background: transparent !important;
}

@media (max-width: 991.98px){
    .img-register-preview{
        margin-bottom: 0;
    }
}

.btn-filter {
    display: inline-block;
    padding: 5px 13px;
    font-size: .78rem;
    font-weight: 600;
    border: 1.5px solid #1a1a1a;
    border-radius: 4px;
    color: #1a1a1a;
    background: #fff;
    cursor: default;
    transition: background .18s, color .18s;
}

.btn-filter.active {
    background: #0081ea; color: #fff;
}

/* ===== FOOTER ===== */
/* ===== FOOTER CUSTOM ===== */

.footer-custom {
    position: relative;
    background: #32363f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.footer-custom .footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6, 12, 20, 0.78) 30%,
        rgba(5, 10, 18, 0.88) 85%,
        rgba(4, 8, 15, 0.94) 100%
    );
    z-index: 1;
}

.footer-custom .container {
    position: relative;
    z-index: 2;
}

/* ===== TEXT COLORS ===== */

.footer-custom .text-300 {
    color: rgba(255, 255, 255, 0.72) !important;
}

.footer-custom .text-400 {
    color: rgba(255, 255, 255, 0.56) !important;
}

.footer-custom .text-500 {
    color: rgba(255, 255, 255, 0.42) !important;
}

/* ===== MAIN TITLE ===== */

.footer-custom h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* ===== LEAD TEXT ===== */

.footer-custom .footer-lead {
    max-width: 540px;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
}

/* ===== SMALL COLUMN TITLES ===== */

.footer-custom .footer-title {
    color: rgba(147, 178, 214, 0.82);
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

/* ===== FEATURE BLOCKS ===== */

.footer-custom .footer-feature {
    margin-bottom: 1rem;
}

.footer-custom .footer-feature h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.footer-custom .footer-feature p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===== LINKS ===== */

.footer-custom .footer-links {
    margin: 0;
    padding: 0;
}

.footer-custom .footer-links li {
    margin-bottom: 0.85rem;
}

.footer-custom .footer-links a,
.footer-custom .footer-policy-links a,
.footer-custom .footer-socials a,
.footer-custom .footer-phone {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-custom .footer-links a {
    font-size: 0.95rem;
    line-height: 1.4;
}

.footer-custom .footer-links a:hover,
.footer-custom .footer-policy-links a:hover,
.footer-custom .footer-socials a:hover,
.footer-custom .footer-phone:hover {
    color: #ffffff;
    opacity: 1;
}

/* ===== CONTACT BLOCK ===== */

.footer-custom .footer-contact-box {
    padding-top: 0.35rem;
}

.footer-custom .footer-contact-btn {
    width: 100%;
    max-width: 250px;
    padding: 0.85rem 1.2rem;
    border: 1px solid rgba(89, 196, 255, 0.55);
    color: #ffffff;
    background: transparent;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: none;
}

.footer-custom .footer-contact-btn:hover {
    background: rgba(89, 196, 255, 0.08);
    border-color: rgba(89, 196, 255, 0.85);
    color: #ffffff;
}

.footer-custom .footer-phone {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    word-break: break-word;
    max-width: 260px;
}

/* ===== BOTTOM AREA ===== */

.footer-custom .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-custom .footer-brand {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.footer-custom .footer-policy-links a {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-custom .footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.footer-custom .footer-socials a {
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0.9;
}

.footer-custom .footer-legal-text {
    max-width: 760px;
    line-height: 1.6;
    font-size: 0.8rem;
}

/* ===== GENERAL TEXT INSIDE FOOTER ===== */

.footer-custom p {
    font-size: 0.92rem;
}

.footer-custom .small {
    font-size: 0.8rem !important;
}

/* ===== SPACING TUNING ===== */

.footer-custom .mt-7 {
    margin-top: 4rem !important;
}

/* ===== TABLET ===== */

@media (max-width: 991.98px) {
    .footer-custom h4 {
        font-size: 1.35rem;
    }

    .footer-custom .footer-lead {
        font-size: 0.92rem;
        margin-bottom: 2rem;
    }

    .footer-custom .footer-contact-box {
        text-align: left !important;
        padding-top: 0;
    }

    .footer-custom .footer-contact-btn {
        max-width: 100%;
    }

    .footer-custom .footer-phone {
        font-size: 1.05rem;
        max-width: 100%;
    }

    .footer-custom .footer-brand {
        font-size: 1.4rem;
    }

    .footer-custom .footer-feature h5 {
        font-size: 1rem;
    }

    .footer-custom .footer-feature p,
    .footer-custom .footer-links a {
        font-size: 0.9rem;
    }
}

/* ===== MOBILE ===== */

@media (max-width: 767.98px) {
    .footer-custom {
        background-position: center center;
    }

    .footer-custom h4 {
        font-size: 1.2rem;
    }

    .footer-custom .footer-title {
        font-size: 0.76rem;
        margin-bottom: 1rem;
    }

    .footer-custom .footer-feature {
        margin-bottom: 1.25rem;
    }

    .footer-custom .footer-feature h5 {
        font-size: 0.98rem;
    }

    .footer-custom .footer-feature p {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .footer-custom .footer-links li {
        margin-bottom: 0.7rem;
    }

    .footer-custom .footer-links a {
        font-size: 0.9rem;
    }

    .footer-custom .footer-contact-btn {
        font-size: 0.85rem;
        padding: 0.8rem 1rem;
    }

    .footer-custom .footer-phone {
        font-size: 1rem;
        line-height: 1.4;
    }

    .footer-custom .footer-brand {
        font-size: 1.25rem;
    }

    .footer-custom .footer-policy-links {
        gap: 0.7rem;
    }

    .footer-custom .footer-policy-links a {
        font-size: 0.78rem;
    }

    .footer-custom .footer-socials {
        gap: 1rem !important;
    }

    .footer-custom .footer-socials a {
        font-size: 1.05rem;
    }

    .footer-custom .footer-legal-text {
        font-size: 0.76rem;
    }

    .footer-custom .mt-7 {
        margin-top: 2.5rem !important;
    }
}


/*  ЛОГОТИПИ  */

.tech-stack-section {
    background: #f5f7fa;
    padding: 5rem 0;
    overflow: hidden;
}

.tech-stack-head {
    max-width: 760px;
    margin: 0 auto 2.5rem;
}

.tech-stack-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f97316;
}

.tech-stack-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: 0.75rem;
}

.tech-stack-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

.tech-marquee {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0;
}

.tech-marquee::before,
.tech-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.tech-marquee::before {
    left: 0;
    background: linear-gradient(to right, #f5f7fa 0%, rgba(255,255,255,0) 100%);
}

.tech-marquee::after {
    right: 0;
    background: linear-gradient(to left, #f5f7fa 0%, rgba(255,255,255,0) 100%);
}

.tech-track {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: max-content;
    animation: tech-scroll 28s linear infinite;
}

.tech-item {
    width: 150px;
    height: 84px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    opacity: 0.4;
    justify-content: center;
    padding: 1.1rem 1.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tech-item:hover {
    transform: translateY(-4px);
}

.tech-item img {
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.tech-item:hover img {
    filter: grayscale(0%);
    opacity: 0.8;
    transform: scale(1.04);
}

@keyframes tech-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .tech-stack-section {
        padding: 4rem 0;
    }

    .tech-item {
        width: 180px;
        height: 126px;
    }

    .tech-item img {
        max-height: 100px;
    }
}

@media (max-width: 767.98px) {
    .tech-marquee::before,
    .tech-marquee::after {
        width: 48px;
    }

    .tech-item {
        width: 166px;
        height: 118px;
        padding: 0.9rem 1rem;
        border-radius: 16px;
    }

    .tech-item img {
        max-height: 100px;
    }

    .tech-track {
        gap: 1rem;
        animation-duration: 22s;
    }
}



/* ===== TERMS LEGAL ===== */
.legal-page {
    padding: 120px 0 80px;
    background: #f7f8fb;
}

.legal-header {
    text-align: center;
    margin-bottom: 40px;
}

.legal-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #111;
}

.legal-header p {
    color: #6b7280;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    line-height: 1.8;
}

.legal-content h2 {
    margin-top: 30px;
    font-size: 1.4rem;
    color: #111;
}

.legal-content p {
    color: #4b5563;
    margin-top: 10px;
}
.faq-v2 {
    padding: 100px 0;
    background: #f5f6fa;
}

.faq-v2-head {
    max-width: 760px;
    margin: 0 auto 48px;
}

.faq-v2-kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef1ff;
    color: #6b6ee8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.faq-v2-head h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #111827;
    margin-bottom: 12px;
}

.faq-v2-head p {
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

.faq-v2-groups {
    display: grid;
    gap: 24px;
}

.faq-v2-group {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 24px;
    padding: 18px;
    border: 1px solid #e9ebf2;
    border-radius: 24px;
    background: #ffffff;
}

.faq-v2-group__intro {
    padding: 16px 12px;
}

.faq-v2-group__intro h3 {
    font-size: 1.9rem;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 12px;
}

.faq-v2-group__intro p {
    max-width: 320px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

.faq-v2-group__items {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: 16px;
    background: #f3f4f8;
    overflow: hidden;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.active {
    background: #eef0ff;
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

.faq-answer p {
    margin: 0;
    padding: 0 18px 18px;
    color: #6b7280;
    line-height: 1.7;
}

.faq-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    background: #6b6ee8;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.faq-icon::before {
    width: 10px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 10px;
    transition: opacity 0.2s ease;
}

.faq-item.active .faq-icon::after {
    opacity: 0;
}

@media (max-width: 991.98px) {
    .faq-v2 {
        padding: 80px 0;
    }

    .faq-v2-group {
        grid-template-columns: 1fr;
    }

    .faq-v2-group__intro p {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .faq-v2 {
        padding: 64px 0;
    }

    .faq-v2-group {
        padding: 14px;
        border-radius: 18px;
    }

    .faq-question {
        padding: 16px;
        font-size: 0.95rem;
    }

    .faq-answer p {
        padding: 0 16px 16px;
    }
}
