.logo-data img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.preloader {
    background:
        radial-gradient(circle at 50% 38%, rgba(240, 152, 0, 0.18), transparent 18%),
        radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.05), transparent 18%),
        radial-gradient(circle at 86% 18%, rgba(152, 152, 160, 0.08), transparent 22%),
        linear-gradient(145deg, #171415 0%, #2b2627 46%, #181516 100%);
    overflow: hidden;
}

.preloader::before,
.preloader::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.preloader::before {
    width: 68vw;
    height: 68vw;
    min-width: 720px;
    min-height: 720px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 38%, transparent 70%);
    opacity: 0.9;
}

.preloader::after {
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.028) 48%, transparent 52%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
    background-size: 240% 240%, 100% 100%;
    animation: preloaderFieldShift 9s linear infinite;
    opacity: 0.75;
}

.loader--sonuel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 36px;
    isolation: isolate;
    z-index: 2;
}

.preloader__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(14px);
    opacity: 0.9;
    pointer-events: none;
}

.preloader__orb--one {
    width: 220px;
    height: 220px;
    top: -68px;
    left: -70px;
    background: radial-gradient(circle, rgba(240, 152, 0, 0.26) 0%, transparent 68%);
    animation: preloaderOrbOne 5.8s ease-in-out infinite;
}

.preloader__orb--two {
    width: 260px;
    height: 260px;
    right: -96px;
    bottom: -92px;
    background: radial-gradient(circle, rgba(152, 152, 160, 0.18) 0%, transparent 70%);
    animation: preloaderOrbTwo 6.6s ease-in-out infinite;
}

.preloader__card {
    position: relative;
    padding: 36px 42px;
    border-radius: 32px;
    border: 1px solid rgba(240, 152, 0, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow:
        0 28px 70px rgba(7, 7, 8, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    overflow: hidden;
    transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.preloader__card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    pointer-events: none;
}

.preloader__shine {
    position: absolute;
    top: -20%;
    left: -85%;
    width: 42%;
    height: 140%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 48%, transparent 100%);
    transform: skewX(-22deg);
    animation: preloaderShineSweep 2.8s ease-in-out infinite;
}

.loader .preloader__logo {
    position: relative;
    z-index: 2;
    display: block;
    width: min(68vw, 340px);
    max-width: 340px;
    height: auto;
    filter: drop-shadow(0 12px 26px rgba(240, 152, 0, 0.12));
    opacity: 0;
    transform: translateY(16px) scale(0.96);
    animation:
        preloaderLogoIn 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards,
        preloaderLogoFloat 3.8s ease-in-out 1s infinite;
}

.preloader__progress {
    width: min(280px, 54vw);
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.preloader__progress span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(240, 152, 0, 0.24) 0%, #f09800 50%, rgba(152, 152, 160, 0.95) 100%);
    box-shadow: 0 0 18px rgba(240, 152, 0, 0.28);
    animation: preloaderProgress 1.45s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

.preloader--exit .preloader__card {
    transform: translateY(-8px) scale(0.985);
    opacity: 0;
    filter: blur(5px);
}

.preloader--exit .preloader__progress,
.preloader--exit .preloader__orb {
    opacity: 0;
    transform: translateY(8px);
}

@keyframes preloaderLogoIn {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes preloaderLogoFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes preloaderShineSweep {
    0% {
        left: -85%;
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    55% {
        left: 118%;
        opacity: 0.9;
    }

    100% {
        left: 118%;
        opacity: 0;
    }
}

@keyframes preloaderProgress {
    0% {
        transform: translateX(-125%);
    }

    100% {
        transform: translateX(265%);
    }
}

@keyframes preloaderOrbOne {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(18px, 12px, 0) scale(1.08);
    }
}

@keyframes preloaderOrbTwo {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-20px, -16px, 0) scale(0.94);
    }
}

@keyframes preloaderFieldShift {
    0% {
        background-position: 0% 0%, 0% 0%;
    }

    100% {
        background-position: 160% 0%, 0% 0%;
    }
}

.left-design .logo-data img {
    max-width: 180px;
}

.work-data.about-data {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(240, 152, 0, 0.08), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(44, 40, 44, 0.05), transparent 28%),
        linear-gradient(180deg, #fbfaf6 0%, #f5f0e8 100%);
}

.work-data.about-data::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(240, 152, 0, 0.04) 0%, transparent 28%),
        linear-gradient(225deg, rgba(44, 40, 44, 0.03) 0%, transparent 34%);
    pointer-events: none;
}

.work-data.about-data > .container {
    position: relative;
    z-index: 1;
}

.work-data.about-data .proses-detail {
    border: 1px solid rgba(44, 40, 44, 0.08);
    border-radius: 0 0 28px 28px;
    box-shadow: 0 26px 48px rgba(31, 28, 27, 0.08);
    background: rgba(255, 255, 255, 0.94);
}

.work-data.about-data .number-proses {
    background: var(--sonuel-accent);
    color: var(--sonuel-ink);
    box-shadow: 0 16px 34px rgba(var(--sonuel-accent-rgb), 0.24);
}

.work-data.about-data .image-prosess {
    box-shadow: 0 24px 54px rgba(31, 28, 27, 0.12);
}

.work-data.about-data .prosess-image {
    background: rgba(var(--sonuel-accent-rgb), 0.14);
    border: 1px solid rgba(var(--sonuel-accent-rgb), 0.2);
}

.why-choose-data .top-tilte img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(93%) saturate(1641%) hue-rotate(4deg) brightness(101%) contrast(101%);
}

.footer-appointment-data {
    background:
        radial-gradient(circle at 18% 24%, rgba(240, 152, 0, 0.12), transparent 22%),
        linear-gradient(135deg, rgba(44, 40, 44, 0.98) 0%, rgba(62, 56, 52, 0.96) 100%);
    background-image: radial-gradient(circle at 18% 24%, rgba(240, 152, 0, 0.12), transparent 22%), linear-gradient(135deg, rgba(44, 40, 44, 0.98) 0%, rgba(62, 56, 52, 0.96) 100%);
    border: 1px solid rgba(240, 152, 0, 0.12);
    box-shadow: 0 28px 60px rgba(31, 28, 27, 0.24);
}

.footer-appointment-data .left-apooitn {
    color: rgba(255, 255, 255, 0.92);
}

.footer-appointment-data .last-title span {
    color: #ffffff;
}

.footer-appointment-data .last-title .dotter {
    color: var(--sonuel-accent);
}

.footer-appointment-data .last-desc {
    color: rgba(255, 255, 255, 0.66);
}

.footer-appointment-data .last-btn {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.footer-appointment-data .tele-data span {
    color: rgba(44, 40, 44, 0.62);
}

.footer-appointment-data .tele-data p {
    color: var(--sonuel-ink);
}

.faq-setarted {
    position: relative;
    padding-bottom: 380px;
}

.about-process-section {
    position: relative;
    padding-bottom: 380px;
}

.process-cta-match {
    gap: 56px;
}

.process-cta-match .button {
    min-width: 250px;
    justify-content: center;
}

.process-cta-match .data-call-proses {
    min-width: 260px;
    justify-content: flex-start;
}

.contact-appointment-panel {
    margin-top: -240px;
}

.inner-hero-shell {
    padding-top: 168px;
}

.services-home-hero.hero-about {
    background-image: url("../images/sonuel/inner-hero/about-hero.jpg");
    background-position: center center;
    margin-top: 0;
}

.services-home-hero.hero-services {
    background-image: url("../images/sonuel/inner-hero/services-hero.jpg");
    background-position: center center;
    margin-top: 0;
}

.services-home-hero.hero-projects {
    background-image: url("../images/sonuel/inner-hero/projects-hero.jpg");
    background-position: center center;
    margin-top: 0;
}

.services-home-hero.hero-contact {
    background-image: url("../images/sonuel/inner-hero/contact-hero.jpg");
    background-position: center center;
    margin-top: 0;
}

.sonuel-home-story-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 14%, rgba(240, 152, 0, 0.12), transparent 22%),
        radial-gradient(circle at 82% 20%, rgba(16, 39, 29, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.sonuel-home-story-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(240, 152, 0, 0.04) 0%, transparent 28%),
        linear-gradient(225deg, rgba(44, 40, 44, 0.035) 0%, transparent 34%);
    pointer-events: none;
}

.sonuel-home-story-section .container,
.sonuel-home-story-section .about-detail,
.sonuel-home-story-section .col-xl-6,
.sonuel-home-story-section .col-lg-6 {
    position: relative;
    z-index: 1;
}

.sonuel-home-story-section .about-detail {
    align-items: flex-start;
    row-gap: 72px;
}

.sonuel-home-story-section .tile-data-about {
    max-width: 650px;
    color: rgba(44, 40, 44, 0.72);
}

.sonuel-home-story-section .button {
    margin-top: 34px;
}

.sonuel-home-story-section .image-data-about {
    max-width: 610px;
    margin-top: 64px;
    padding: 28px 90px 0 0;
}

.sonuel-home-story-section .image-data-about::before {
    content: "";
    position: absolute;
    inset: 18px 72px 42px 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(240, 152, 0, 0.16) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.sonuel-home-story-section .image-data-about img {
    width: 100%;
    max-width: none;
    border-radius: 34px;
    box-shadow: 0 34px 70px rgba(31, 28, 27, 0.16);
    position: relative;
    z-index: 1;
}

.sonuel-home-story-section .data-experience {
    left: auto;
    right: 0;
    bottom: 34px;
    width: min(332px, calc(100% - 54px));
    padding: 24px 24px 26px;
    border: 1px solid rgba(16, 39, 29, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 50px rgba(31, 28, 27, 0.14);
    z-index: 3;
}

.sonuel-home-story-section .font-about-exper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.sonuel-home-story-section .font-exper {
    width: auto;
    font-size: clamp(92px, 9vw, 138px);
    line-height: 0.9;
    letter-spacing: -0.08em;
    justify-content: flex-start;
}

.sonuel-home-story-section .rounded-about {
    width: 82px;
    height: 82px;
    right: 14px;
    top: 40px;
    background-color: rgba(240, 152, 0, 0.14);
}

.sonuel-home-story-section .year-exper {
    position: relative;
    right: auto;
    top: auto;
    max-width: none;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(240, 152, 0, 0.12);
    color: #8a6313;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.sonuel-home-story-section .deta-right-design {
    row-gap: 36px;
    padding-top: 28px;
}

.sonuel-home-story-section .experience-top .data-tpo {
    max-width: 640px;
    min-height: 560px;
}

.sonuel-home-story-section .experience-top .palate-exper-left,
.sonuel-home-story-section .experience-top .palate-exper-right,
.sonuel-home-story-section .experience-top .palate-exper-bottom {
    border-color: rgba(16, 39, 29, 0.09);
    background:
        radial-gradient(circle at 50% 30%, rgba(240, 152, 0, 0.06), transparent 48%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(31, 28, 27, 0.06);
}

.sonuel-home-story-section .experience-top .subscribe-index {
    max-width: 194px;
}

.sonuel-home-story-section .mega-counter {
    letter-spacing: -0.05em;
}

.sonuel-home-story-section .data-bto {
    justify-content: flex-start;
    padding-left: 68px;
    min-height: 520px;
}

.sonuel-home-story-section .data-bto::before {
    content: "";
    position: absolute;
    inset: 24px 18px -24px 112px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(240, 152, 0, 0.16) 0%, rgba(44, 40, 44, 0.06) 100%);
}

.sonuel-home-story-section .data-bto .story-image-primary {
    width: 100%;
    max-width: 500px;
    border-radius: 34px;
    box-shadow: 0 34px 70px rgba(31, 28, 27, 0.16);
    position: relative;
    z-index: 1;
}

.sonuel-home-story-section .story-image-support {
    position: absolute;
    left: 0;
    bottom: -72px;
    width: min(260px, 42%);
    padding: 14px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 58px rgba(31, 28, 27, 0.14);
    z-index: 2;
}

.sonuel-home-story-section .story-image-support img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
}

.tile-data-about {
    text-align: justify;
    text-justify: inter-word;
}

.experience-top .data-tpo {
    max-width: 690px;
    min-height: 612px;
}

.experience-top .palate-exper-left,
.experience-top .palate-exper-right,
.experience-top .palate-exper-bottom {
    overflow: hidden;
}

.experience-top .subscribe-index {
    width: 100%;
    max-width: 186px;
    padding: 0 18px;
    margin: 0 auto;
    text-align: center;
    row-gap: 14px;
}

.experience-top .descr-index {
    max-width: 186px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.35;
    font-size: 16px;
    overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
    .faq-setarted {
        padding-bottom: 340px;
    }

    .about-process-section {
        padding-bottom: 340px;
    }

    .contact-appointment-panel {
        margin-top: -205px;
    }

    .process-cta-match {
        gap: 42px;
    }

    .process-cta-match .button {
        min-width: 236px;
    }

    .process-cta-match .data-call-proses {
        min-width: 236px;
    }

    .sonuel-home-story-section .about-detail {
        row-gap: 56px;
    }

    .sonuel-home-story-section .image-data-about {
        max-width: 560px;
        padding-right: 72px;
    }

    .sonuel-home-story-section .image-data-about::before {
        inset: 18px 58px 36px 18px;
    }

    .sonuel-home-story-section .data-experience {
        width: min(306px, calc(100% - 34px));
        padding: 20px 20px 22px;
    }

    .sonuel-home-story-section .font-exper {
        font-size: clamp(82px, 9vw, 124px);
    }

    .sonuel-home-story-section .data-bto {
        padding-left: 32px;
        min-height: 470px;
    }

    .sonuel-home-story-section .data-bto::before {
        inset: 20px 12px -20px 76px;
    }

    .sonuel-home-story-section .data-bto .story-image-primary {
        max-width: 460px;
    }

    .sonuel-home-story-section .story-image-support {
        width: min(220px, 40%);
        bottom: -54px;
    }

    .sonuel-home-story-section .experience-top .data-tpo {
        max-width: 600px;
        min-height: 540px;
    }

    .experience-top .data-tpo {
        max-width: 630px;
        min-height: 575px;
    }

    .experience-top .subscribe-index {
        max-width: 172px;
        padding: 0 14px;
    }

    .experience-top .descr-index {
        max-width: 172px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-setarted {
        padding-bottom: 305px;
    }

    .about-process-section {
        padding-bottom: 305px;
    }

    .contact-appointment-panel {
        margin-top: -150px;
    }

    .process-cta-match {
        gap: 24px;
    }

    .process-cta-match .button,
    .process-cta-match .data-call-proses {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }

    .sonuel-home-story-section .about-detail {
        row-gap: 42px;
    }

    .sonuel-home-story-section .button {
        margin-top: 28px;
    }

    .sonuel-home-story-section .image-data-about {
        margin-top: 46px;
        padding: 16px 0 86px;
    }

    .sonuel-home-story-section .image-data-about::before {
        inset: 14px 14px 88px 14px;
        border-radius: 28px;
    }

    .sonuel-home-story-section .image-data-about img,
    .sonuel-home-story-section .data-bto .story-image-primary {
        border-radius: 24px;
    }

    .sonuel-home-story-section .data-experience {
        right: 12px;
        bottom: 0;
        width: calc(100% - 24px);
        padding: 20px 20px 22px;
        border-radius: 24px;
    }

    .sonuel-home-story-section .font-about-exper {
        gap: 12px;
    }

    .sonuel-home-story-section .font-exper {
        font-size: clamp(74px, 24vw, 114px);
    }

    .sonuel-home-story-section .rounded-about {
        width: 68px;
        height: 68px;
        right: 10px;
        top: 30px;
    }

    .sonuel-home-story-section .year-exper {
        font-size: 13px;
        padding: 8px 12px;
    }

    .sonuel-home-story-section .deta-right-design {
        row-gap: 24px;
        padding-top: 0;
    }

    .sonuel-home-story-section .data-bto {
        padding-left: 0;
        min-height: auto;
    }

    .sonuel-home-story-section .data-bto::before {
        inset: 12px 0 -14px 40px;
        border-radius: 24px;
    }

    .sonuel-home-story-section .story-image-support {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(220px, 56%);
        margin: -54px 0 0 auto;
        padding: 12px;
    }

    .sonuel-home-story-section .experience-top .data-tpo {
        min-height: 420px;
    }

    .sonuel-home-story-section .experience-top .subscribe-index {
        max-width: 118px;
    }

    .experience-top .data-tpo {
        min-height: 420px;
    }

    .experience-top .subscribe-index {
        max-width: 112px;
        padding: 0 6px;
        row-gap: 6px;
    }

    .experience-top .descr-index {
        max-width: 112px;
        font-size: 13px;
        line-height: 1.25;
    }
}

@media (max-width: 767px) {
    .logo-data img,
    .left-design .logo-data img {
        max-width: 150px;
    }

    .loader--sonuel {
        gap: 22px;
        padding: 28px 20px;
    }

    .preloader__card {
        padding: 26px 24px;
        border-radius: 26px;
    }

    .loader .preloader__logo {
        max-width: 240px;
    }

    .preloader__progress {
        width: min(220px, 58vw);
    }

    .preloader__orb--one {
        width: 160px;
        height: 160px;
        top: -42px;
        left: -34px;
    }

    .preloader__orb--two {
        width: 180px;
        height: 180px;
        right: -54px;
        bottom: -58px;
    }

    .inner-hero-shell {
        padding-top: 124px;
    }
}
