/* ==========================================
   HOMEPAGE (FIGMA DESKTOP) STYLES
   Scoped to `.content-homepage` to avoid affecting header/footer.
   ========================================== */

.content-homepage {
    background-color: #F5F5F8;
    background-image: url("/images/homepage/bg-pattern.png");
    background-repeat: repeat;
    background-size: calc(var(--original-width, 4096px) * 0.332763671875) calc(var(--original-height, 3083px) * 0.332763671875);
}

/* Override container for homepage - Figma specs: 1340px with 50px padding = 1240px content */
.content-homepage .container {
    max-width: 1340px;
    padding-left: 50px;
    padding-right: 50px;
}

.homepage {
    padding: 0 0 110px;
}

.homepage-stack {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 70px;
}

.home-block {
    border-radius: 32px;
    overflow: hidden;
}

.home-block--dark {
    background: #2C2D2E;
    color: #FFFFFF;
}

.home-block--blue {
    background: #005FF9;
    color: #FFFFFF;
}

.home-block--white {
    background: #FFFFFF;
    color: #2C2D2E;
}

.home-title {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.home-h2 {
    font-size: 40px;
    line-height: 1;
}

.home-text {
    font-size: 16px;
    line-height: 1.5;
}

.home-text-muted {
    color: #737373;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 64px;
    padding: 0 28px;
    border-radius: 9999px;
    border: none;
    text-decoration: none;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.home-btn--dark {
    background: #2C2D2E;
    color: #FFFFFF;
}

.home-btn--blue {
    background: #005FF9;
    color: #FFFFFF;
}

.home-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
}

/* ==========================================
   HERO (Figma-accurate)
   ========================================== */

.home-hero {
    position: relative;
    width: 100%;
    height: calc(492px + var(--ui-header-offset, 110px));
    overflow: visible;
    padding: 0;
    padding-top: var(--ui-header-offset, 110px);
    margin-top: calc(-1 * var(--ui-header-offset, 110px));
    background: #2C2D2E;
    box-sizing: border-box;
}

.home-hero__inner {
    position: relative;
    width: 100%;
    max-width: 1340px;
    height: 492px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Background wrapper - clips blur ellipse */
.home-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Background blur ellipse - Figma: centered bottom, 1616x1091, blur:222px */
.home-hero__blur-ellipse {
    position: absolute;
    width: 1616px;
    height: 1091px;
    left: 50%;
    transform: translateX(-50%);
    top: 329px;
    background: #005FF9;
    border-radius: 50%;
    filter: blur(222px);
    pointer-events: none;
}

/* Background pattern - Figma: centered, 1018x1018, opacity already in SVG */
.home-hero__pattern {
    position: absolute;
    width: 1018px;
    height: 1018px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.home-hero__pattern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hero content - Figma: centered, y:140, width:767, gap:20px */
.home-hero__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    width: 767px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    z-index: 15;
}

/* Hero title - Figma: width:684, fontSize:56, lineHeight:0.9, letterSpacing:-3% */
.home-hero__title {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -0.03em;
    margin: 0;
    width: 684px;
    background: linear-gradient(259.8deg, rgba(255, 255, 255, 0.29254) 4.93%, rgba(255, 255, 255, 1) 16.58%, rgba(255, 255, 255, 1) 82.56%, rgba(255, 255, 255, 0.24) 96.73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero description - Figma: fontSize:16, lineHeight:1.21, color:#FFFFFF */
.home-hero__description {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 15;
}

/* Stats cards - Figma: rgba(255,255,255,0.1), shadow: 0 8px 54px rgba(0,0,0,0.03), border-radius: 24px */
.home-hero__inner .stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 8px 54px 0px rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.home-hero__inner .stat-card .stat-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
}

.home-hero__inner .stat-card .stat-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Stat value - Figma: heading-6, fontSize:20, fontWeight:700, lineHeight:1, letterSpacing:-3% */
.home-hero__inner .stat-value {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}

/* Stat label - Figma: text-xs, fontSize:12, lineHeight:1.21, color:rgba(255,255,255,0.6) */
.home-hero__inner .stat-label {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Stat card positions - Figma exact coordinates */
/* Likes - Figma: x:30, y:209 */
.home-hero__inner .stat-card--likes {
    left: 30px;
    top: 209px;
}

/* Subscribers - Figma: x:1045, y:106 -> right: 1340-1045-width ≈ 145px */
.home-hero__inner .stat-card--subscribers {
    left: 1045px;
    top: 106px;
}

/* Views - Figma: x:151, y:95, gap:12px */
.home-hero__inner .stat-card--views {
    left: 151px;
    top: 95px;
    gap: 20px;
}

.home-hero__inner .stat-card--views .stat-icon {
    width: 81px;
    height: 41px;
}

/* Guarantee - Figma: x:1139, y:215 */
.home-hero__inner .stat-card--guarantee {
    left: 1139px;
    top: 215px;
}

.home-hero__inner .stat-card--guarantee .stat-value {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    width: 100px;
}

/* Order form - centered, y:350, width:1030, gap:20px, padding:10px, border-radius:9999px */
.home-hero__inner .order-form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 350px;
    width: 1030px;
    background: #FFFFFF;
    border-radius: 9999px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
    box-sizing: border-box;
}

.homepage .order-form-section {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    flex: 1;
}

.homepage .order-form-section--platform,
.homepage .order-form-section--service {
    flex: 1;
    justify-content: space-between;
}

.homepage .order-form-field {
    display: flex;
    align-items: center;
    gap: 16px;
}

.homepage .order-form-section--quantity {
    width: 158px;
    flex: 0 0 auto;
    justify-content: space-between;
}

.homepage .order-form-section--price {
    flex: 0 0 auto;
    padding: 0 16px;
}

.homepage .order-form-icon {
    flex: 0 0 auto;
}

.homepage .order-form-arrow {
    flex: 0 0 auto;
    color: #2C2D2E;
}

.homepage .order-form-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.homepage .order-form-label--center {
    align-items: center;
}

.homepage .label-small {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #737373;
}

.homepage .label-value {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2C2D2E;
}

.homepage .order-form-divider {
    width: 1px;
    align-self: stretch;
    background: #D4D4D4;
    flex: 0 0 auto;
}

.homepage .quantity-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.homepage .quantity-btn img {
    width: 24px;
    height: 24px;
}

.homepage .order-form-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.homepage .price-value {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #2C2D2E;
}

.homepage .price-label {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2C2D2E;
}

.homepage .order-submit-btn {
    height: 64px;
    padding: 0 24px;
    border-radius: 9999px;
    border: none;
    background: #005FF9;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.homepage .order-submit-btn:hover {
    background: #0050d4;
    text-decoration: none;
    color: #FFFFFF;
}

/* Order form dropdown */
.homepage .order-form-section[data-dropdown] {
    cursor: pointer;
    position: relative;
}

.homepage .order-form-section[data-dropdown]:hover {
    background: rgba(0, 95, 249, 0.04);
    border-radius: 9999px;
    margin: -10px 0;
    padding: 10px 16px;
}

.homepage .order-form-section[data-dropdown].is-open .order-form-arrow {
    transform: rotate(180deg);
}

.homepage .order-form-arrow {
    transition: transform 0.2s ease;
}

.homepage .order-form-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 239px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    display: none;
    flex-direction: column;
    z-index: 100;
}

.homepage .order-form-section.is-open .order-form-dropdown {
    display: flex;
}

.homepage .order-form-dropdown__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: none;
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #2C2D2E;
    text-align: left;
    width: 100%;
    transition: background 0.15s ease;
}

.homepage .order-form-dropdown__item:hover {
    background: #F4F5F7;
}

.homepage .order-form-dropdown__item.is-active {
    background: #F4F5F7;
}

.homepage .order-form-dropdown__item img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

/* Quantity input */
.homepage .label-value--input {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2C2D2E;
    text-align: center;
    width: 100%;
    max-width: 80px;
    padding: 0;
    -moz-appearance: textfield;
}

.homepage .label-value--input::-webkit-outer-spin-button,
.homepage .label-value--input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.homepage .label-value--input:focus {
    outline: none;
}

/* ==========================================
   TRY FREE (CTA) - base styles
   ========================================== */

.home-tryfree__title {
    margin: 0;
}

.home-tryfree__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

/* ==========================================
   ABOUT + ADVANTAGES
   Figma: Section with phone image and floating stats
   ========================================== */

.home-about {
    position: relative;
    display: block;
    height: 685px;
}

.home-about__text {
    width: 588px;
    flex: 0 0 588px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.home-about__text p {
    margin: 0;
}

.home-about__text .home-about__desc {
    color: #737373;
    line-height: 1.5;
    max-width: 509px;
}

.home-about__actions {
    position: absolute;
    left: 0;
    top: 320px;
    margin: 0;
    z-index: 2;
}

/* Media container - Figma: positioned to the right with phone in hands */
.home-about__media {
    position: absolute;
    left: 358px;
    top: -44px;
    width: 877px;
    height: 657px;
    pointer-events: none;
    z-index: 0;
}

.home-about__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Stats cards - Figma: floating cards with glass effect */
.home-about__stat {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 20px;
    box-shadow: 0px 8px 54px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    gap: 7px;
    z-index: 1;
}

.home-about__stat strong {
    display: block;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2C2D2E;
    line-height: 1;
    letter-spacing: -0.03em;
}

.home-about__stat span {
    display: block;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 14px;
    color: #737373;
    line-height: 1;
}

/* Figma: left stat at x:171, y:300 relative to media (adjusted for absolute positioning) */
.home-about__stat--left {
    left: 529px;
    top: 256px;
}

/* Figma: right stat at x:510, y:59 relative to media (adjusted) */
.home-about__stat--right {
    left: 868px;
    top: 15px;
}

/* Advantages cards - Figma: 4 columns, height 233px, gap 15px */
.home-advantages {
    margin-top: 0;
    display: flex;
    gap: 15px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 452px;
}

.home-adv-card {
    flex: 1;
    min-width: 0;
    height: 233px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Icon container - Figma: 64x64, background #E5EFFE, border-radius 24px */
.home-adv-icon {
    width: 64px;
    height: 64px;
    border-radius: 24px;
    background: #E5EFFE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.home-adv-icon img {
    width: 24px;
    height: 24px;
}

.home-adv-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-adv-title {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
    color: #2C2D2E;
}

.home-adv-text {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #737373;
}

/* ==========================================
   GUARANTEE BAR
   ========================================== */

.home-guarantee {
    position: relative;
    height: 175px;
    padding: 0;
    display: block;
    overflow: hidden;
}

.home-guarantee__pattern {
    position: absolute;
    width: 528px;
    height: 528px;
    left: calc(50% - 485px);
    top: -179px;
    background: url('/images/homepage/hero-pattern.svg') center/contain no-repeat;
    opacity: 0.19;
    pointer-events: none;
}

.home-guarantee__badge {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: 169px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: -6px 4px 37.9px rgba(0, 0, 0, 0.29);
    pointer-events: none;
}

.home-guarantee__pill {
    position: absolute;
    left: 569px;
    top: 49px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-color: #FFFFFF;
    line-height: 1;
}

.home-guarantee__pill img {
    width: 24px;
    height: 25px;
}

.home-guarantee__text {
    position: absolute;
    left: 272px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    width: 489px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #FFFFFF;
}

.home-guarantee__text h3 {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 32px;
    line-height: 1;
}

.home-guarantee__text p {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

.home-guarantee__pill {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-guarantee__action {
    position: absolute;
    left: 971px;
    top: calc(50% + 0.5px);
    transform: translateY(-50%);
}

.home-guarantee__action .home-btn {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    line-height: 1;
    width: 209px;
}

/* Lucky section styles moved to bottom of file */

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

.home-services__title {
    color: #2C2D2E;
    margin: 0;
    width: 100%;
}

.home-services__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 24px;
    align-items: center;
    position: relative;
    width: 100%;
}

.home-services__tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    padding: 0 20px;
    border-radius: 9999px;
    background: #FFFFFF;
    border: 2px solid transparent;
    color: #2C2D2E;
    font-family: 'Inter Display', Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
}

.home-services__tab--active {
    border-color: #005FF9;
}

.home-services__content {
    display: grid;
    grid-template-columns: 1fr 295px;
    gap: 20px;
    margin-top: 24px;
    align-items: start;
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 295px);
    gap: 20px;
}

.home-service__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-service {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    box-sizing: border-box;
}

.home-service__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.home-service__name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #2C2D2E;
    line-height: 1;
}

.home-service__desc {
    margin: 0;
    color: #737373;
    font-size: 16px;
    line-height: 1.19;
}

/* Figma: bg #005FF9, border-radius 32px, padding 24px */
.home-autopromo {
    background: #005FF9;
    border-radius: 32px;
    padding: 24px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    height: 410px;
}

/* Figma: left 24px, top 24px, font-size 32px, bold, line-height 1, letter-spacing -0.96px */
.home-autopromo__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
}

/* Figma: top 66px (42px from title top), width 229px, font-size 16px */
.home-autopromo__text {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    width: 229px;
    position: relative;
    z-index: 1;
}

/* Hidden - not in Figma design */
/* Figma: iPhone mockup */
.home-autopromo__mock {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    width: 229px;
    height: 466.7px;
    pointer-events: none;
    filter: drop-shadow(-72.7px 72.7px 58.2px rgba(0, 0, 0, 0.25));
}

.home-autopromo__phone {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.home-autopromo__screen {
    position: absolute;
    top: 8px;
    left: 10px;
    right: 10px;
    bottom: 39px;
    background: #F1F2F4;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    z-index: 1;
}

.home-autopromo__status {
    position: absolute;
    top: 8px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'SF Pro Display', 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 11.5px;
    color: #000000;
}

.home-autopromo__time {
    font-weight: 500;
    letter-spacing: -0.03em;
}

.home-autopromo__status-right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-autopromo__status-signal {
    display: flex;
    align-items: flex-end;
    gap: 1px;
    height: 8px;
}

.home-autopromo__status-signal span {
    width: 2px;
    background: #000000;
    border-radius: 1px;
    display: block;
}

.home-autopromo__status-signal span:nth-child(1) {
    height: 3px;
}

.home-autopromo__status-signal span:nth-child(2) {
    height: 4.5px;
}

.home-autopromo__status-signal span:nth-child(3) {
    height: 6px;
}

.home-autopromo__status-signal span:nth-child(4) {
    height: 7.5px;
}

.home-autopromo__status-battery {
    position: relative;
    width: 16px;
    height: 8px;
    border: 1px solid #000000;
    border-radius: 2px;
    box-sizing: border-box;
}

.home-autopromo__status-battery::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 3px;
    background: #000000;
    border-radius: 1px;
}

.home-autopromo__status-battery::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 2px;
    width: 2px;
    height: 4px;
    background: #000000;
    border-radius: 1px;
}

.home-autopromo__divider {
    position: absolute;
    top: 36px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #D4D4D4;
    opacity: 0.6;
}

.home-autopromo__content {
    position: absolute;
    top: 45px;
    left: 17px;
    right: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Inter Display', Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #2C2D2E;
    text-align: left;
}

.home-autopromo__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-autopromo__switch {
    width: 24.9px;
    height: 15.3px;
    background: #0DC268;
    border-radius: 9999px;
    position: relative;
    flex: 0 0 auto;
}

.home-autopromo__switch-knob {
    position: absolute;
    right: 1.3px;
    top: 1.3px;
    width: 12.8px;
    height: 12.8px;
    border-radius: 50%;
    background: #FFFFFF;
}

.home-autopromo__toggle-text {
    font-size: 10.2px;
    font-weight: 700;
    line-height: 1;
}

.home-autopromo__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-autopromo__label {
    font-size: 12.8px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.home-autopromo__pill {
    height: 34.5px;
    background: #FFFFFF;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.home-autopromo__pill--compact {
    height: 34.5px;
}

.home-autopromo__icon {
    position: relative;
    width: 15.3px;
    height: 15.3px;
    flex: 0 0 auto;
}

.home-autopromo__icon::before {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    height: 1.5px;
    background: #2C2D2E;
    transform: translateY(-50%);
}

.home-autopromo__icon--plus::after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 50%;
    width: 1.5px;
    background: #2C2D2E;
    transform: translateX(-50%);
}

.home-autopromo__pill-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.home-autopromo__pill-num {
    font-size: 10.2px;
    font-weight: 500;
    line-height: 1;
}

.home-autopromo__pill-unit {
    font-size: 7.7px;
    color: #737373;
    line-height: 1;
}

.home-autopromo__chips {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.home-autopromo__chip {
    height: 27.3px;
    padding: 0 8px;
    border-radius: 9999px;
    border: 1px solid #D4D4D4;
    font-size: 10.2px;
    font-weight: 500;
    color: #2C2D2E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1;
}

.home-autopromo__chip--active {
    border: 1.3px solid #005FF9;
}

/* ==========================================
   SECTIONS (LIGHT)
   ========================================== */

.home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-section-head__action {
    background: #FFFFFF;
    border-radius: 9999px;
    padding: 6px 16px;
    color: #2C2D2E;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
}

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

.home-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
}

.home-card p {
    margin: 0;
}

.home-card__muted {
    color: #737373;
}

.home-card__img {
    width: 100%;
    height: 194px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
}

.home-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #2C2D2E;
}

.home-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-center-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

/* ==========================================
   FAQ (2 columns)
   ========================================== */

.home-faq {
    display: grid;
    grid-template-columns: 295px 1fr;
    gap: 50px;
    align-items: start;
}

.home-faq__desc {
    margin-top: 16px;
}

.home-faq__actions {
    margin-top: 32px;
}

.home-accordion {
    display: grid;
    gap: 16px;
}

.home-accordion details {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
}

.home-accordion summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #2C2D2E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-accordion summary::-webkit-details-marker {
    display: none;
}

.home-accordion details p {
    margin-top: 16px;
    color: #2C2D2E;
    line-height: 1.5;
}

/* ==========================================
   SUPPORT CTA
   ========================================== */

.home-support {
    padding: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.home-support__image {
    position: absolute;
    right: 66px;
    top: -66px;
    width: 453px;
    height: 453px;
    object-fit: cover;
    pointer-events: none;
}

.home-support__desc {
    margin-top: 16px;
    color: rgba(255, 255, 255, 1);
}

.home-support__actions {
    margin-top: 24px;
}

/* ==========================================
   TELEGRAM SUBSCRIBE
   ========================================== */

.home-tg {
    position: relative;
    padding: 50px 34px;
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 24px;
    align-items: center;
}

.home-tg__image {
    width: 126.71px;
    height: 131.78px;
    object-fit: cover;
}

.home-tg__title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1;
}

.home-tg__subtitle {
    margin: 0;
    color: #2C2D2E;
}

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

@media (max-width: 1400px) {
    .content-homepage .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-hero__inner {
        max-width: 100%;
        padding: 0 20px;
    }

    .home-hero__inner .order-form {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 1030px;
    }

    .home-hero__content {
        left: 50%;
        transform: translateX(-50%);
    }

    .home-hero__inner .stat-card--subscribers,
    .home-hero__inner .stat-card--guarantee {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 872px) {
    .content-homepage .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1200px) {
    .home-hero {
        height: auto;
        min-height: calc(520px + var(--ui-header-offset, 110px));
    }

    .home-hero__inner {
        height: auto;
        padding: 40px 20px 100px;
    }

    .home-hero__blur-ellipse {
        left: -300px;
        top: 200px;
    }

    .home-hero__pattern {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .home-hero__content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 767px;
        margin: 0 auto 30px;
    }

    .home-hero__title {
        width: 100%;
        max-width: 684px;
    }

    .home-hero__inner .stat-card {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .home-hero__inner .stat-card--likes,
    .home-hero__inner .stat-card--subscribers,
    .home-hero__inner .stat-card--views,
    .home-hero__inner .stat-card--guarantee {
        display: none;
    }

    .home-hero__inner .order-form {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .home-about {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
    }

    .home-about__text {
        width: 100%;
        flex: none;
        position: static;
    }

    .home-about__actions {
        position: static;
        margin-top: 24px;
    }

    .home-about__media {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 877 / 657;
        margin-top: 40px;
    }

    .home-about__stat--left {
        left: 10%;
        bottom: 15%;
        top: auto;
    }

    .home-about__stat--right {
        right: 10%;
        top: 10%;
        left: auto;
    }

    .home-advantages {
        flex-wrap: wrap;
        margin-top: 40px;
        position: static;
    }

    .home-adv-card {
        flex: 0 0 calc(50% - 7.5px);
        height: auto;
        min-height: 200px;
    }

    .home-lucky {
        grid-template-columns: 1fr;
    }

    .home-grid-3 {
        grid-template-columns: 1fr;
    }

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

    .home-services__content {
        grid-template-columns: 1fr;
    }

    .home-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .homepage {
        padding: 40px 0 70px;
    }

    .homepage-stack {
        gap: 70px;
    }

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

    .home-hero__inner {
        padding: 30px 16px 24px;
    }

    .home-hero__title {
        font-size: 36px;
    }

    .home-hero__description {
        font-size: 14px;
    }

    .home-hero__inner .order-form {
        flex-direction: column;
        border-radius: 24px;
        padding: 16px;
        gap: 12px;
    }

    .homepage .order-form-section {
        width: 100%;
        padding: 12px 16px;
        background: rgba(0, 0, 0, 0.03);
        border-radius: 16px;
    }

    .homepage .order-form-section--quantity {
        width: 100%;
    }

    .homepage .order-form-divider {
        display: none;
    }

    .homepage .order-submit-btn {
        width: 100%;
    }

    .home-guarantee {
        height: auto;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .home-support {
        height: auto;
        padding: 32px;
    }

    .home-guarantee__pattern {
        display: none;
    }

    .home-guarantee__badge,
    .home-guarantee__pill,
    .home-guarantee__text,
    .home-guarantee__action {
        position: static;
        transform: none;
        width: 100%;
    }

    .home-guarantee__text {
        gap: 12px;
    }

    .home-guarantee__action .home-btn {
        width: 209px;
    }

    .home-support__pattern {
        display: none;
    }

    .home-support__content,
    .home-support__btn,
    .home-support__image {
        position: static;
        transform: none;
        width: 100%;
    }

    .home-support__btn {
        margin-top: 24px;
    }

    .home-support__image {
        width: 100%;
        height: auto;
        max-width: 420px;
        margin: 0 auto;
    }

    .home-tg {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .home-services__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .homepage-stack {
        gap: 40px;
    }

    .home-block {
        border-radius: 28px;
    }

    .home-hero__inner {
        padding: 20px 16px 24px;
    }

    .home-hero__title {
        font-size: 28px;
    }

    .home-hero__description {
        font-size: 14px;
        line-height: 1.3;
    }

    .home-hero__inner .order-form {
        border-radius: 20px;
        padding: 12px;
    }

    .homepage .order-form-section {
        padding: 10px 12px;
        border-radius: 12px;
    }

    .homepage .order-submit-btn {
        height: 48px;
        font-size: 14px;
        border-radius: 9999px;
    }

    .home-about__media {
        min-height: 360px;
    }

    .home-about__stat {
        padding: 14px;
        border-radius: 18px;
    }

    .home-about__stat strong {
        font-size: 16px;
    }

    .home-about__stat span {
        font-size: 12px;
    }

    .home-services__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .home-services__tab {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 10px 14px;
        font-size: 14px;
    }

    .home-services__tabs-more {
        display: none;
    }

    .home-tg {
        text-align: center;
        justify-items: center;
        padding: 20px;
    }

    .home-tg__image {
        width: 86px;
        height: 89px;
    }

    .home-tg__title {
        font-size: 24px;
        text-align: center;
    }

    .platform-card {
        width: calc(50% - 4px);
        padding: 14px;
        gap: 16px;
        min-height: 110px;
    }

    .platform-card > img {
        width: 28px;
        height: 28px;
    }

    .platform-card__name {
        font-size: 14px;
    }

    .platform-card__count {
        font-size: 12px;
    }

    .platform-card__arrow {
        top: 14px;
        right: 14px;
        width: 24px;
        height: 24px;
    }

    .platform-card__arrow img {
        width: 16px;
        height: 16px;
    }

    .home-lucky {
        padding: 24px 16px;
        gap: 24px;
    }

    .home-lucky__header .home-h2 {
        font-size: 28px;
    }

    .home-lucky__item-title {
        font-size: 18px;
    }

    .home-lucky__timer-wrap {
        width: 120px;
        height: 120px;
    }

    .home-lucky__timer-circle {
        width: 120px;
        height: 120px;
    }

    .home-lucky__timer strong {
        font-size: 18px;
    }

    .home-lucky__timer span {
        font-size: 12px;
    }

    .home-lucky__start {
        width: 100%;
        max-width: 192px;
        height: 48px;
        font-size: 14px;
    }

    .home-lucky__meta {
        gap: 24px;
        width: 100%;
        max-width: 192px;
    }
}

/* ==========================================
   PLATFORMS SECTION
   ========================================== */

.home-platforms {
    padding: 0;
}

.home-platforms .home-h2 {
    color: #2C2D2E;
    margin-bottom: 32px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-platforms__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.platform-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 20px;
    width: 201px;
    height: 153px;
    background: #FFFFFF;
    border-radius: 24px;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    box-sizing: border-box;
}

.platform-card:hover {
    box-shadow: 0 8px 32px rgba(0, 95, 249, 0.12);
    transform: translateY(-2px);
}

.platform-card__arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: #2C2D2E;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.platform-card__arrow img {
    width: 24px;
    height: 24px;
}

.platform-card--with-arrow .platform-card__arrow {
    opacity: 1;
    transform: scale(1);
}

.platform-card > img {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
}

.platform-card__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.platform-card__name {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #2C2D2E;
    line-height: 1;
}

.platform-card__count {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-size: 16px;
    color: #737373;
    line-height: 1;
}

/* ==========================================
   TRY FREE (3D Elements)
   ========================================== */

.home-tryfree {
    position: relative;
    padding: 0;
    height: 255px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
}

.home-tryfree__pattern {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -381px;
    width: 1018px;
    height: 1018px;
    background: url('/images/homepage/hero-pattern.svg') center/contain no-repeat;
    opacity: 0.19;
    pointer-events: none;
}

.home-tryfree__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 422px;
    max-width: 100%;
}

.home-tryfree__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-tryfree__3d {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.home-tryfree__3d--mobius {
    width: 288px;
    height: 288px;
    left: 964px;
    top: -160px;
}

.home-tryfree__3d--diamond {
    width: 196px;
    height: 196px;
    left: 169px;
    top: 15px;
    opacity: 0.46;
    filter: blur(5.7px);
}

.home-tryfree__3d--cube1 {
    width: 255px;
    height: 255px;
    left: 783px;
    top: 151px;
    filter: blur(5.9px);
    mix-blend-mode: screen;
}

.home-tryfree__3d--cube2 {
    width: 332px;
    height: 332px;
    left: -92px;
    top: -195px;
    mix-blend-mode: screen;
}

.home-tryfree__3d--infinity {
    width: 228px;
    height: 228px;
    left: -92px;
    top: 113px;
}


/* ==========================================
   LUCKY SECTION (Figma-accurate)
   ========================================== */

.home-lucky {
    position: relative;
    width: 100%;
    max-width: 1242px;
    height: 335px;
    margin: 0 auto;
    padding: 37px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.home-lucky__header {
    position: absolute;
    left: 40px;
    top: 37px;
    width: 318px;
    display: flex;
    flex-direction: column;
    gap: 141px;
}

.home-lucky__header .home-h2 {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.home-lucky__header p {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}

.home-lucky__carousel {
    position: absolute;
    left: 396px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.home-lucky__arrow {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.home-lucky__arrow:hover {
    opacity: 0.8;
}

.home-lucky__arrow--left {
    left: 0;
}

.home-lucky__arrow--right {
    left: 399px;
}

.home-lucky__list-wrap {
    position: relative;
    margin-left: 52px;
    width: 347px;
    height: 335px;
    overflow: hidden;
}

.home-lucky__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 347px;
    transform: translateY(var(--lucky-offset, -39px));
    transition: transform 0.35s ease;
    will-change: transform;
}

.home-lucky__list.is-spinning {
    transition: transform 2.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-lucky__list.is-resetting {
    transition: none;
}

.home-lucky__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 347px;
    height: 335px;
    background: linear-gradient(180deg, rgba(44, 45, 46, 1) 0%, rgba(44, 45, 46, 0) 24.519%, rgba(44, 45, 46, 0) 75.962%, rgba(44, 45, 46, 1) 100%);
    pointer-events: none;
}

.home-lucky__item {
    background: #FFFFFF;
    color: #2C2D2E;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 347px;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}

.home-lucky__item--active {
    box-shadow: 0px 4px 74.6px 0px rgba(255, 255, 255, 1);
}

.home-lucky__item--empty {
    height: 78px;
    box-sizing: border-box;
}

.home-lucky__item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.home-lucky__item-title {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #2C2D2E;
}

.home-lucky__item-platform {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #2C2D2E;
}

.home-lucky__item-platform img {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.home-lucky__item-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.home-lucky__meta {
    position: absolute;
    right: 114px;
    top: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    width: 192px;
}

.home-lucky__timer-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 153px;
}

.home-lucky__timer-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    height: 153px;
}

.home-lucky__timer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    width: 81px;
}

.home-lucky__timer strong {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.home-lucky__timer span {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.home-lucky__start {
    width: 192px;
    height: 54px;
    padding: 0 28px;
    border: none;
    border-radius: 9999px;
    background: #005FF9;
    box-shadow: 0px 4px 44px 0px rgba(0, 95, 249, 1);
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.21;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s;
}

.home-lucky__start:hover {
    background: #0050d4;
}

.home-lucky__start:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

/* ==========================================
   SERVICES SECTION (Updated tabs)
   ========================================== */

.home-services__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 24px;
    align-items: center;
    position: relative;
    width: 100%;
}

.home-services__tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    padding: 0 20px;
    border-radius: 9999px;
    background: #FFFFFF;
    border: 2px solid transparent;
    color: #2C2D2E;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter Display', Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    white-space: nowrap;
}

.home-services__tab img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.home-services__tab:hover {
    border-color: #D4D4D4;
}

.home-services__tab--active {
    border-color: #005FF9;
}

.home-services__tabs-more {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    background: #FFFFFF;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2C2D2E;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.home-services__tabs-more:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

/* Service card icon */
.home-service__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* ==========================================
   RESPONSIVE (Platforms)
   ========================================== */

@media (max-width: 1200px) {
    .platform-card {
        width: calc(25% - 5px);
        height: auto;
        min-height: 140px;
    }

    .home-lucky {
        height: auto;
        min-height: 335px;
        padding: 40px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .home-lucky__header {
        position: static;
        width: 100%;
        max-width: 500px;
        text-align: center;
        gap: 16px;
    }

    .home-lucky__carousel {
        position: static;
        flex-direction: column;
        height: auto;
    }

    .home-lucky__arrow {
        display: none;
    }

    .home-lucky__list-wrap {
        margin-left: 0;
        height: auto;
        overflow: visible;
    }

    .home-lucky__list {
        position: static;
        top: auto;
        transform: none;
    }

    .home-lucky__gradient {
        display: none;
    }

    .home-lucky__meta {
        position: static;
        right: auto;
        top: auto;
    }

    .home-tryfree__3d {
        display: none;
    }
}

@media (max-width: 992px) {
    .platform-card {
        width: calc(33.333% - 4px);
    }
}

@media (max-width: 768px) {
    .home-platforms__grid {
        gap: 8px;
    }

    .home-tryfree {
        height: auto;
        padding: 32px 16px;
    }

    .platform-card {
        width: calc(50% - 4px);
        padding: 16px;
        gap: 20px;
        min-height: 120px;
    }

    .platform-card > img {
        width: 32px;
        height: 32px;
    }

    .platform-card__name {
        font-size: 16px;
    }

    .platform-card__count {
        font-size: 14px;
    }

    .platform-card__arrow {
        top: 16px;
        right: 16px;
        width: 28px;
        height: 28px;
    }

    .platform-card__arrow img {
        width: 18px;
        height: 18px;
    }

    .home-lucky__list {
        max-width: 100%;
        width: 100%;
    }

    .home-lucky__item {
        width: 100%;
    }

    .home-lucky__list-wrap {
        width: 100%;
        max-width: 347px;
    }
}

/* ==========================================
   ORDERS SECTION (Последние заказы)
   ========================================== */

.home-orders {
    display: flex;
    gap: 50px;
    min-height: 600px;
}

.home-orders__sidebar {
    width: 295px;
    flex: 0 0 295px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-orders__sidebar .home-h2 {
    color: #2C2D2E;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-orders__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-orders__actions .home-btn {
    width: 209px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    line-height: 1;
}

.home-btn--white {
    background: #FFFFFF;
    color: #2C2D2E;
    border: 1px solid #D4D4D4;
}

.home-orders__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 897px;
    flex: 0 0 897px;
}

.home-order-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    height: 72px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-order-card__type {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-order-card__type span {
    font-weight: 500;
    font-size: 16px;
    color: #2C2D2E;
    line-height: 1;
}

.home-order-card__details {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 491px;
}

.home-order-card__platform {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100px;
}

.home-order-card__platform span {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 1;
}

.home-order-card__stat {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-order-card__stat .stat-label {
    font-size: 14px;
    color: #737373;
    line-height: 1;
}

.home-order-card__stat .stat-value {
    font-weight: 500;
    font-size: 16px;
    color: #2C2D2E;
    line-height: 1;
}

.home-order-card__growth {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-order-card__growth span {
    font-weight: 500;
    font-size: 16px;
    color: #0DC268;
    line-height: 1;
}

.home-order-card__time {
    font-weight: 500;
    font-size: 16px;
    color: #2C2D2E;
    line-height: 1;
}

/* ==========================================
   SUPPORT SECTION (Updated)
   ========================================== */

.home-support {
    position: relative;
    height: 335px;
    padding: 0;
    display: block;
    overflow: hidden;
}

.home-support__pattern {
    position: absolute;
    left: calc(50% + 352px);
    top: -236px;
    width: 772px;
    height: 772px;
    transform: translateX(-50%);
    background: url('/images/homepage/hero-pattern.svg') center/contain no-repeat;
    opacity: 0.19;
    pointer-events: none;
}

.home-support__content {
    position: absolute;
    left: 40px;
    top: calc(50% - 80px);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
    width: 489px;
    color: #FFFFFF;
}

.home-support__content .home-h2 {
    margin: 0;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-support__desc {
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.home-support__btn {
    position: absolute;
    left: 40px;
    top: calc(50% + 95.5px);
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    gap: 10px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    line-height: 1;
}

.home-support__btn img {
    width: 24px;
    height: 24px;
}

.home-support__image {
    position: absolute;
    left: calc(50% + 328.5px);
    top: calc(50% - 7px);
    right: auto;
    transform: translate(-50%, -50%);
    width: 453px;
    height: 453px;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

/* ==========================================
   FAQ SECTION (Updated layout)
   ========================================== */

.home-faq {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.home-faq__sidebar {
    width: 295px;
    flex: 0 0 295px;
}

.home-faq__sidebar .home-h2 {
    color: #2C2D2E;
}

.home-faq__desc {
    margin-top: 16px;
}

.home-faq__actions {
    margin-top: 32px;
}

.home-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-accordion details {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
}

.home-accordion details[open] {
    padding: 24px;
}

.home-accordion summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #2C2D2E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-accordion summary::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/images/homepage/icon-arrow-down.svg') center/contain no-repeat;
    flex: 0 0 24px;
    transition: transform 0.2s;
}

.home-accordion details[open] summary::after {
    transform: rotate(180deg);
}

.home-accordion summary::-webkit-details-marker {
    display: none;
}

.home-accordion details p {
    margin-top: 10px;
    color: #2C2D2E;
    line-height: 1.5;
}

/* ==========================================
   RESPONSIVE (New sections)
   ========================================== */

@media (max-width: 1200px) {
    .home-guarantee {
        height: auto;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .home-guarantee__pattern {
        display: none;
    }

    .home-guarantee__badge,
    .home-guarantee__pill,
    .home-guarantee__text,
    .home-guarantee__action {
        position: static;
        transform: none;
        width: 100%;
    }

    .home-guarantee__text {
        gap: 12px;
    }

    .home-guarantee__action .home-btn {
        width: 209px;
    }

    .home-orders {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }

    .home-orders__sidebar {
        width: 100%;
        flex: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .home-orders__actions {
        flex-direction: row;
    }

    .home-orders__actions .home-btn {
        width: auto;
    }

    .home-orders__list {
        width: 100%;
        flex: 1 1 auto;
    }

    .home-order-card {
        height: auto;
    }

    .home-order-card__details {
        width: 100%;
    }

    .home-support {
        height: auto;
        padding: 32px;
    }

    .home-support__pattern {
        display: none;
    }

    .home-support__content,
    .home-support__btn,
    .home-support__image {
        position: static;
        transform: none;
        width: 100%;
    }

    .home-support__btn {
        margin-top: 24px;
    }

    .home-support__image {
        width: 100%;
        height: auto;
        max-width: 420px;
        margin: 0 auto;
    }

    .home-faq {
        flex-direction: column;
        gap: 30px;
    }

    .home-faq__sidebar {
        width: 100%;
        flex: none;
    }
}

@media (max-width: 768px) {
    .home-orders__sidebar {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-orders__actions {
        flex-direction: column;
        width: 100%;
    }

    .home-orders__actions .home-btn {
        width: 100%;
    }

    .home-order-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .home-order-card__details {
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-support {
        padding: 24px;
        min-height: auto;
    }

    .home-support__btn {
        position: static;
        margin-top: 24px;
    }

    .home-support__image {
        position: static;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 24px auto 0;
        display: block;
    }

    .home-support__content {
        max-width: 100%;
    }
}

/* ==========================================
   BONUS PROGRAM SECTION
   ========================================== */

.home-bonus {
    position: relative;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 91px 0 67px;
    overflow: hidden;
}

.home-bonus__pattern {
    position: absolute;
    right: -143px;
    top: -237px;
    width: 652px;
    height: 652px;
    background: url('/images/homepage/bonus-rings.svg') center/contain no-repeat;
    opacity: 0.19;
    pointer-events: none;
}

.home-bonus__3d {
    position: absolute;
    pointer-events: none;
}

.home-bonus__3d--mobius {
    left: -115px;
    top: 65px;
    width: 195px;
    height: 195px;
}

.home-bonus__3d--cube-top {
    left: 623px;
    top: -137px;
    width: 225px;
    height: 225px;
    mix-blend-mode: screen;
}

.home-bonus__3d--diamond {
    left: 678px;
    top: 53px;
    width: 196px;
    height: 196px;
    filter: blur(5.7px);
}

.home-bonus__3d--cube {
    left: 1184px;
    top: 44px;
    width: 255px;
    height: 255px;
    filter: blur(5.9px);
    opacity: 0.47;
    mix-blend-mode: screen;
}

.home-bonus__content {
    position: relative;
    z-index: 2;
    max-width: 475px;
    text-align: left;
}

.home-bonus__title {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.home-bonus__text {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.19;
    color: #FFFFFF;
    margin: 0;
}

.home-bonus__btn {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

/* Bonus responsive */
@media (max-width: 1024px) {
    .home-bonus {
        height: auto;
        min-height: 166px;
        padding: 32px 40px;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .home-bonus__3d {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-bonus {
        padding: 24px;
    }

    .home-bonus__title {
        font-size: 24px;
    }
}

/* ==========================================
   REVIEWS SECTION
   ========================================== */

.home-reviews {
    position: relative;
}

.home-reviews .home-h2 {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
}

.home-reviews__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    padding-bottom: 70px;
}

.home-review-card {
    width: 400px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

.home-review-card__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 39px;
}

.home-review-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-review-card__avatar {
    width: 54px;
    height: 54px;
    background: #F4F5F7;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-review-card__avatar img {
    width: 24px;
    height: 24px;
}

.home-review-card__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-review-card__name {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #2C2D2E;
    margin: 0;
}

.home-review-card__date {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #737373;
    margin: 0;
}

.home-review-card__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.home-review-card__stars img {
    width: 20px;
    height: 20px;
}

.home-review-card__divider {
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}

.home-review-card__text {
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #2C2D2E;
    margin: 0;
}

.home-review-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.home-review-card__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #737373;
}

.home-review-card__original {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #F4F5F7;
    border-radius: 9999px;
    font-family: 'Inter Display', Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #2C2D2E;
    text-decoration: none;
}

.home-review-card__original img {
    width: 20px;
    height: 20px;
}

.home-reviews__fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 138px;
    background: linear-gradient(0deg, rgba(245, 245, 248, 1) 0%, rgba(245, 245, 248, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
    pointer-events: none;
}

.home-reviews__fade .home-btn {
    pointer-events: auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    border: none;
}

/* Reviews responsive */
@media (max-width: 1280px) {
    .home-review-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 872px) {
    .home-review-card {
        width: 100%;
        height: auto;
        min-height: 240px;
    }
}
