:root {
    --arkan-black: #050505;
    --arkan-dark: #101010;
    --arkan-gray: #b8b8b8;
    --arkan-white: #ffffff;
    --arkan-yellow: #ffd200;
    --arkan-yellow-2: #ffbf00;
    --arkan-blue: #0094ff;
    --arkan-max: 1180px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.arkan-section,
.arkan-quality,
.arkan-benefits,
.arkan-product,
.arkan-features,
.arkan-specs,
.arkan-contacts {
    position: relative;
    overflow: hidden;
    font-family: "Montserrat", "Inter", Arial, sans-serif;
}

.arkan-section > *,
.arkan-quality > *,
.arkan-benefits > *,
.arkan-product > *,
.arkan-features > *,
.arkan-specs > *,
.arkan-contacts > * {
    position: relative;
    z-index: 2;
}

.arkan-bg-layer {
    position: absolute !important;
    inset: 0;
    z-index: 1 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.arkan-container {
    width: min(var(--arkan-max), calc(100% - 36px));
    margin: 0 auto;
}

/* HEADER */

.arkan-header {
    position: fixed !important;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
    width: min(var(--arkan-max), calc(100% - 36px));
    z-index: 9999 !important;
    padding: 0;
    transition: 0.35s ease;
    pointer-events: none;
}

body.admin-bar .arkan-header {
    top: 48px;
}

.arkan-header-inner {
    min-height: 64px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0);
    transition: 0.35s ease;
}

.arkan-header.arkan-header-scrolled {
    top: 12px;
}

body.admin-bar .arkan-header.arkan-header-scrolled {
    top: 42px;
}

.arkan-header.arkan-header-scrolled .arkan-header-inner {
    min-height: 58px;
    background: rgba(5, 5, 5, 0.82);
    border-color: rgba(255, 210, 0, 0.22);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}

.arkan-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 64px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0);
    transition: 0.35s ease;
}

.arkan-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.arkan-logo:hover {
    color: #fff;
}

.arkan-logo img {
    display: block;
    max-height: 38px;
    width: auto;
}

.arkan-logo-mark {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 900;
    flex: 0 0 auto;
}

.arkan-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.arkan-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    transition: 0.25s ease;
    line-height: 1;
}

.arkan-menu a:hover {
    color: var(--arkan-yellow);
}

.arkan-right-mark {
    color: #fff;
    font-weight: 1000;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
}

.arkan-right-mark img {
    display: block;
    max-height: 44px;
    width: auto;
}

/* HERO */

.arkan-hero {
    min-height: 720px;
    color: #fff;
}
 

.arkan-hero-grid {
    position: relative;
    z-index: 3 !important;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 42px;
}

.arkan-hero-visual {
    min-height: 455px;
    position: relative;
}

.arkan-blue-glow {
    position: absolute;
    left: 44px;
    top: 112px;
    width: 420px;
    height: 150px;
    background: radial-gradient(circle, rgba(0, 148, 255, .7), transparent 70%);
    filter: blur(22px);
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.arkan-top-label {
    position: absolute;
    left: 200px;
    top: 8px;
    z-index: 4;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(-17deg);
    max-width: 250px;
}

.arkan-top-label:after {
    content: "";
    display: block;
    margin-top: 7px;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,.85);
}

.arkan-main-device {
    position: absolute;
    left: -30px;
    top: 56px;
    width: 108%;
    max-width: 660px;
    z-index: 3;
    filter: drop-shadow(0 0 34px rgba(0, 148, 255, .36));
}

.arkan-callout {
    position: absolute;
    z-index: 5;
    max-width: 210px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.arkan-callout:before {
    content: "";
    display: block;
    width: 95px;
    height: 1px;
    background: #fff;
    transform: rotate(-12deg);
    margin-bottom: 8px;
    opacity: 0.85;
}

.arkan-callout strong {
    display: block;
    color: var(--arkan-yellow);
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 1000;
}

.arkan-callout span {
    color: #fff;
}

.arkan-callout-left {
    left: 10px;
    bottom: 34px;
}

.arkan-callout-right {
    right: 30px;
    bottom: 62px;
}

.arkan-hero-content {
    color: #fff;
    padding-top: 18px;
}

.arkan-hero-content h1 {
    margin: 0 0 16px;
    color: var(--arkan-yellow);
    font-size: clamp(56px, 7vw, 104px);
    line-height: .82;
    letter-spacing: -5px;
    font-weight: 1000;
    text-transform: uppercase;
}

.arkan-hero-content h2 {
    margin: 0;
    max-width: 450px;
    color: #fff;
    font-size: 17px;
    line-height: 1.55;
    text-transform: uppercase;
    font-weight: 800;
}

/* QUALITY */

.arkan-quality {
    z-index: 4;
    color: #111;
}

.arkan-quality-head {
    text-align: center;
    max-width: 870px;
    margin: 0 auto 36px;
}

.arkan-quality-head h2 {
    margin: 0 0 10px;
    font-size: clamp(25px, 3.4vw, 44px);
    line-height: 1;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.arkan-quality-head p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.arkan-quality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.arkan-quality-card {
    background: #fff;
    padding: 34px 28px;
    min-height: 230px;
    box-shadow: 0 16px 36px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.06);
    transition: .35s ease;
    border-radius: 3px;
}

.arkan-quality-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 54px rgba(0,0,0,.16);
}

.arkan-quality-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--arkan-yellow-2);
    font-size: 38px;
    line-height: 1;
}

.arkan-quality-icon img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.arkan-quality-icon span {
    display: block;
    color: var(--arkan-yellow-2);
    font-size: 38px;
    line-height: 1;
}


.arkan-quality-card h3 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 1000;
}

.arkan-quality-card p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

/* COMMON DARK SECTIONS */

.arkan-benefits,
.arkan-product,
.arkan-specs {
    color: #fff;
}

.arkan-two-cols {
    position: relative;
    z-index: 3 !important;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 58px;
    align-items: center;
}

.arkan-small-heading {
    margin-bottom: 12px;
    color: var(--arkan-yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.arkan-small-heading.yellow {
    color: var(--arkan-yellow);
}

.arkan-title {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(30px, 4vw, 56px);
    line-height: .94;
    letter-spacing: -1.8px;
    font-weight: 1000;
    text-transform: uppercase;
}

.arkan-title.yellow {
    color: var(--arkan-yellow);
}

.arkan-text {
    color: var(--arkan-gray);
    font-size: 15px;
    line-height: 1.78;
}

.arkan-text p {
    margin: 0 0 16px;
}

/* BENEFITS PHOTOS */

.arkan-photo-composition {
    min-height: 430px;
    position: relative;
}

.arkan-yellow-shape {
    position: absolute;
    right: 0;
    top: 10px;
    width: 320px;
    height: 400px;
    background: var(--arkan-yellow);
    clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
    z-index: 1;
}

.arkan-photo-one,
.arkan-photo-two {
    position: absolute;
    z-index: 2;
    width: 315px;
    height: 178px;
    object-fit: cover;
    border-radius: 13px;
    box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

.arkan-photo-one {
    right: 54px;
    top: 44px;
}

.arkan-photo-two {
    right: 10px;
    bottom: 48px;
}

/* PRODUCT */

.arkan-product-visual {
    min-height: 440px;
    position: relative;
}

.arkan-product-device {
    position: absolute;
    left: 10px;
    top: 35px;
    width: 340px;
    z-index: 2;
    
}

.arkan-phone {
    position: absolute;
    right: 65px;
    top: 0;
    width: 210px;
    z-index: 3;
 }

.arkan-app-badge {
    position: absolute;
    right: 42px;
    bottom: 58px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--arkan-yellow);
    color: #000;
    padding: 14px 20px;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 1000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(255, 210, 0, 0.25);
    transition: 0.3s ease;
}

.arkan-app-badge:hover {
    color: #000;
    transform: translateY(-4px);
    box-shadow: 0 16px 42px rgba(255, 210, 0, 0.45);
}


/* FEATURES */

.arkan-features {
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.arkan-features-head {
    max-width: 760px;
    margin: 0 0 34px;
}

.arkan-features-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: .95;
    letter-spacing: -1.4px;
    font-weight: 1000;
    text-transform: uppercase;
}

.arkan-features-subtitle {
    margin: 0;
    max-width: 680px;
    color: var(--arkan-gray);
    font-size: 15px;
    line-height: 1.65;
}

.arkan-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.arkan-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    transition: 0.35s ease;
}

.arkan-feature:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 210, 0, 0.35);
    background: rgba(255, 210, 0, 0.06);
}

.arkan-feature-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arkan-feature-icon img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.arkan-feature-icon-symbol {
    display: block;
    color: var(--arkan-yellow);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.arkan-feature span {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}


/* SPECS */

.arkan-table-wrap {
    overflow-x: auto;
}

.arkan-table {
    width: 100%;
    border-collapse: collapse;
    background: #f2f2f2;
    color: #111;
    font-size: 13px;
    box-shadow: 0 18px 42px rgba(0,0,0,.35);
}

.arkan-table th {
    background: #111;
    color: #fff;
    text-align: left;
    padding: 11px 13px;
    text-transform: uppercase;
}

.arkan-table td {
    border: 1px solid #bcbcbc;
    padding: 10px 13px;
}

.arkan-table tr:nth-child(even) td {
    background: #fff;
}

.arkan-spec-image {
    width: 285px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    
}

/* CONTACTS */

.arkan-contacts {
    color: #fff;
}

.arkan-contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 50px;
    margin-bottom: 36px;
}

.arkan-contact-line {
    margin-bottom: 18px;
}

.arkan-contact-line strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
}

.arkan-contact-line span {
    color: var(--arkan-gray);
    font-size: 14px;
}

.arkan-contact-note {
    border-left: 4px solid var(--arkan-yellow);
    padding-left: 24px;
    color: var(--arkan-gray);
    font-size: 15px;
    line-height: 1.7;
}

.arkan-contact-note p {
    margin: 0 0 14px;
}

.arkan-contact-note p:last-child {
    margin-bottom: 0;
}

.arkan-contact-note a {
    color: var(--arkan-yellow);
    text-decoration: none;
    font-weight: 800;
}

.arkan-contact-note a:hover {
    text-decoration: underline;
}

.arkan-contact-note ul,
.arkan-contact-note ol {
    margin: 12px 0 0;
    padding-left: 20px;
}

.arkan-contact-note li {
    margin-bottom: 8px;
}

.arkan-contact-note strong,
.arkan-contact-note b {
    color: #fff;
    font-weight: 900;
}


.arkan-map {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    background: #e7e7e7;
}

.arkan-map iframe {
    width: 100% !important;
    min-height: 420px;
    display: block;
    border: 0;
}

.arkan-map .dg-widget-link {
    display: none;
}


.arkan-map iframe {
    width: 100% !important;
   
    display: block;
    border: 0;
}

.arkan-map-placeholder {
    height: 360px;
    background: #e7e7e7;
    color: #111;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.arkan-footer {
    padding: 26px 0;
    background: #080808;
    border-top: 1px solid rgba(255,255,255,.08);
}

.arkan-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.arkan-footer-links {
    display: flex;
    gap: 20px;
}

.arkan-footer-links a {
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-weight: 800;
}

.arkan-footer-links a:hover {
    color: var(--arkan-yellow);
}

.arkan-footer-right-logo img {
    display: block;
    max-height: 44px;
    width: auto;
}

/* ANIMATIONS */
.arkan-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--arkan-yellow);
    color: #000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: 0.35s ease;
    box-shadow: 0 12px 32px rgba(255, 210, 0, 0.28);
}

.arkan-to-top:hover {
    transform: translateY(12px) scale(1.06);
    box-shadow: 0 16px 40px rgba(255, 210, 0, 0.46);
}

.arkan-to-top.arkan-to-top-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.arkan-to-top span {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 13px;
    height: 13px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    transform: translate(-50%, -35%) rotate(45deg);
}

@media (max-width: 620px) {
    .arkan-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
}

[data-arkan-anim] {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .85s ease, transform .85s ease;
}

[data-arkan-anim="left"] {
    transform: translateX(-44px);
}

[data-arkan-anim="right"] {
    transform: translateX(44px);
}

[data-arkan-anim].arkan-show {
    opacity: 1;
    transform: translate(0, 0);
}

.arkan-float {
    animation: arkanFloat 4.8s ease-in-out infinite;
}

.arkan-float-soft {
    animation: arkanFloatSoft 5.2s ease-in-out infinite;
}

@keyframes arkanFloat {
    0%, 100% {
        transform: translateY(0) rotate(-7deg);
    }

    50% {
        transform: translateY(-14px) rotate(-7deg);
    }
}

@keyframes arkanFloatSoft {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }

    50% {
        transform: translateY(-11px) rotate(-5deg);
    }
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .arkan-main-device {
        width: 104%;
    }

    .arkan-menu {
        gap: 16px;
    }
}

@media (max-width: 980px) {
    .arkan-menu {
        display: none;
    }

    .arkan-hero-grid,
    .arkan-two-cols,
    .arkan-contact-grid {
        grid-template-columns: 1fr;
    }

    .arkan-hero {
        min-height: auto;
    }

    .arkan-hero-visual {
        min-height: 420px;
    }

    .arkan-main-device {
        width: 100%;
        left: 0;
    }

    .arkan-quality-grid {
        grid-template-columns: 1fr;
    }

.arkan-features-grid {
    grid-template-columns: 1fr;
}


    .arkan-product-visual {
        min-height: 430px;
    }
	.arkan-spec-sticky {
    position: relative;
    top: auto;
    min-height: auto;
}

}

@media (max-width: 620px) {
    .arkan-container {
        width: min(100% - 28px, var(--arkan-max));
    }

    .arkan-header {
        padding: 18px 0;
    }

    .arkan-right-mark {
        display: none;
    }

    .arkan-hero-content h1 {
        font-size: 56px;
        letter-spacing: -3px;
    }

    .arkan-hero-visual,
    .arkan-photo-composition,
    .arkan-product-visual {
        min-height: 350px;
    }

    .arkan-top-label,
    .arkan-callout {
        display: none;
    }

    .arkan-blue-glow {
        width: 280px;
        left: 20px;
    }

    .arkan-photo-one,
    .arkan-photo-two {
        width: 260px;
        height: 150px;
    }

    .arkan-photo-one {
        right: 34px;
    }

    .arkan-photo-two {
        right: 0;
    }

    .arkan-yellow-shape {
        width: 260px;
        height: 340px;
    }

    .arkan-product-device {
        width: 250px;
        left: 0;
    }

    .arkan-phone {
        width: 155px;
        right: 20px;
    }

    .arkan-app-badge {
        right: 10px;
        bottom: 50px;
    }

    .arkan-features-grid {
        grid-template-columns: 1fr;
    }

    .arkan-footer-inner {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .arkan-footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.arkan-table-three th:nth-child(1),
.arkan-table-three td:nth-child(1) {
    width: 28%;
    font-weight: 800;
}

.arkan-table-three th:nth-child(2),
.arkan-table-three td:nth-child(2) {
    width: 44%;
}

.arkan-table-three th:nth-child(3),
.arkan-table-three td:nth-child(3) {
    width: 28%;
    font-weight: 700;
}
.arkan-specs {
    overflow: visible;
}

.arkan-specs .arkan-two-cols {
    align-items: flex-start;
}

.arkan-spec-sticky-wrap {
    position: relative;
    min-height: 100%;
}

.arkan-spec-sticky {
    position: sticky;
    top: 110px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 420px;
}

.arkan-spec-image {
    width: 285px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
     
}
/* POPUP */

.arkan-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;
}

.arkan-popup.arkan-popup-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.arkan-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.arkan-popup-box {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    padding: 38px 36px 34px;
    background: #101010;
    border: 1px solid rgba(255, 210, 0, 0.28);
    border-radius: 18px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    color: #fff;
    transform: translateY(24px) scale(0.96);
    transition: 0.3s ease;
}

.arkan-popup.arkan-popup-active .arkan-popup-box {
    transform: translateY(0) scale(1);
}

.arkan-popup-close {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.75;
    transition: 0.25s ease;
}

.arkan-popup-close:hover {
    opacity: 1;
    color: var(--arkan-yellow);
}

.arkan-popup-title {
    margin: 0 0 16px;
    color: var(--arkan-yellow);
    font-size: 28px;
    line-height: 1.05;
    font-weight: 1000;
    text-transform: uppercase;
}

.arkan-popup-text {
    color: var(--arkan-gray);
    font-size: 15px;
    line-height: 1.65;
}

.arkan-popup-text p {
    margin: 0 0 14px;
}

.arkan-popup-text p:last-child {
    margin-bottom: 0;
}

.arkan-popup-text a {
    color: var(--arkan-yellow);
    text-decoration: none;
    font-weight: 800;
}

.arkan-popup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 46px;
    padding: 0 26px;
    background: var(--arkan-yellow);
    color: #000;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.arkan-popup-btn:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 210, 0, 0.35);
}

body.arkan-popup-lock {
    overflow: hidden;
}
/* FIX BACK TO TOP BUTTON STYLE */

.arkan-to-top {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 9998 !important;

    width: 50px !important;
    height: 50px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid rgba(255, 210, 0, 0.75) !important;
    border-radius: 50% !important;

    background: rgba(5, 5, 5, 0.86) !important;
    color: var(--arkan-yellow, #ffd200) !important;

    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;

    transform: translateY(18px) !important;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease !important;

    box-shadow:
        0 0 0 1px rgba(255, 210, 0, 0.08),
        0 12px 32px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(255, 210, 0, 0.16) !important;

    -webkit-appearance: none !important;
    appearance: none !important;
}

.arkan-to-top:hover {
    background: rgba(255, 210, 0, 0.95) !important;
    color: #000 !important;
    border-color: rgba(255, 210, 0, 1) !important;
    transform: translateY(12px) scale(1.06) !important;
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.55),
        0 0 34px rgba(255, 210, 0, 0.36) !important;
}

.arkan-to-top.arkan-to-top-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.arkan-to-top.arkan-to-top-visible:hover {
    transform: translateY(-3px) scale(1.06) !important;
}

.arkan-to-top span {
    position: absolute !important;
    left: 50% !important;
    top: 54% !important;

    width: 13px !important;
    height: 13px !important;

    border-left: 3px solid currentColor !important;
    border-top: 3px solid currentColor !important;
    border-right: 0 !important;
    border-bottom: 0 !important;

    background: transparent !important;

    transform: translate(-50%, -35%) rotate(45deg) !important;
}

.arkan-to-top::before,
.arkan-to-top::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 620px) {
    .arkan-to-top {
        right: 16px !important;
        bottom: 16px !important;
        width: 44px !important;
        height: 44px !important;
    }

    .arkan-to-top span {
        width: 12px !important;
        height: 12px !important;
    }
}
/* ================================
   MOBILE OVERFLOW FIX
   Добавить в самый низ arkan.css
================================ */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

/* Общая защита контейнеров */
.arkan-section,
.arkan-quality,
.arkan-benefits,
.arkan-product,
.arkan-features,
.arkan-specs,
.arkan-contacts {
    max-width: 100%;
}

/* Важно: sticky-картинку отключаем на мобильном */
@media (max-width: 980px) {
    .arkan-specs {
        overflow: hidden !important;
    }

    .arkan-specs .arkan-two-cols {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        align-items: start !important;
    }

    .arkan-spec-sticky-wrap {
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .arkan-spec-sticky {
        position: relative !important;
        top: auto !important;
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .arkan-spec-image {
        width: 220px !important;
        max-width: 75vw !important;
        height: auto !important;
    }
}

/* Таблица характеристик не должна распирать страницу */
.arkan-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.arkan-table {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 620px) {
    .arkan-table {
        min-width: 620px;
        font-size: 11px;
    }

    .arkan-table th,
    .arkan-table td {
        padding: 8px 9px;
        word-break: normal;
    }

    .arkan-table-three th:nth-child(1),
    .arkan-table-three td:nth-child(1) {
        width: 24%;
    }

    .arkan-table-three th:nth-child(2),
    .arkan-table-three td:nth-child(2) {
        width: 46%;
    }

    .arkan-table-three th:nth-child(3),
    .arkan-table-three td:nth-child(3) {
        width: 30%;
    }
}

/* Шапка на мобильном не должна распирать экран */
@media (max-width: 620px) {
    .arkan-header {
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        transform: none !important;
        padding: 0 !important;
    }

    .arkan-header-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 12px !important;
        gap: 10px !important;
        overflow: hidden !important;
    }

    .arkan-logo {
        min-width: 0 !important;
        flex: 0 1 auto !important;
    }

    .arkan-logo img {
        max-width: 120px !important;
        max-height: 34px !important;
        object-fit: contain !important;
    }

    .arkan-nav-wrap {
        flex: 0 0 auto !important;
        margin-left: auto !important;
        min-width: 0 !important;
    }

    .arkan-native-lang-switcher {
        flex-shrink: 0 !important;
    }

    .arkan-native-lang-link {
        min-width: 27px !important;
        height: 24px !important;
        padding: 0 5px !important;
        font-size: 9px !important;
    }
}

/* Hero-картинка тоже не должна вылезать */
@media (max-width: 620px) {
    .arkan-hero-grid {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .arkan-main-device {
        max-width: 100% !important;
        width: 100% !important;
        left: 0 !important;
        right: auto !important;
    }

    .arkan-hero-content h1 {
        max-width: 100% !important;
        word-break: normal;
    }
}

/* Блок продукта: телефон и устройство не должны распирать */
@media (max-width: 620px) {
    .arkan-product-visual {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .arkan-product-device {
        width: 230px !important;
        max-width: 65vw !important;
        left: 0 !important;
    }

    .arkan-phone {
        width: 140px !important;
        max-width: 40vw !important;
        right: 8px !important;
    }

    .arkan-app-badge {
        right: 8px !important;
        max-width: calc(100% - 16px) !important;
        white-space: normal !important;
        text-align: center !important;
    }
}

/* Карта 2GIS не должна создавать горизонтальную прокрутку */
.arkan-map,
.arkan-map > *,
.arkan-map iframe {
    max-width: 100% !important;
}

@media (max-width: 620px) {
    .arkan-map {
        min-height: 420px !important;
    }

    .arkan-map iframe {
        width: 100% !important;
        min-width: 0 !important;
        height: 420px !important;
    }
}
