/* ============================================================
   Рядышком — home_v2 (новый дизайн белой версии).
   Все классы префиксованы .v2 / .landing-v2, чтобы не задеть
   старые шаблоны (cloak-флоу, /checkout и пр.).
   ============================================================ */

.landing-v2 {
    --v2-green:        #16A34A;
    --v2-green-hover:  #1A8B4A;
    --v2-green-dark:   #14532D;
    --v2-green-soft:   #E7F4ED;
    --v2-green-pale:   #D6EEDC;
    --v2-text:         #111827;
    --v2-text-muted:   #758194;
    --v2-text-soft:    #9CA3AF;
    --v2-bg:           #F4F8FC;   /* холодный light-blue фон секций */
    --v2-bg-alt:       #EAF1F7;
    --v2-card-bg:      #FFFFFF;
    --v2-border:       #E5E7EB;
    --v2-border-soft:  #EEF1F4;
    --v2-radius-sm:    12px;
    --v2-radius-md:    16px;
    --v2-radius-lg:    24px;
    --v2-radius-xl:    32px;

    color: var(--v2-text);
    background: #FFFFFF;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* убрать унаследованный декоративный blob */
.landing-v2.landing:before { display: none; }

.landing-v2 .content {
    width: 100%;
    max-width: 1240px;
    padding: 0 24px;
    margin: 0 auto;
}

.landing-v2 h1, .landing-v2 h2, .landing-v2 h3, .landing-v2 h4 {
    color: var(--v2-text);
    font-weight: 700;
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.01em;
}
.landing-v2 p { margin: 0; line-height: 1.5; color: var(--v2-text-muted); }
.landing-v2 a { color: inherit; text-decoration: none; }
.landing-v2 img { max-width: 100%; display: block; }
.landing-v2 ul { list-style: none; padding: 0; margin: 0; }

/* ----------------- shared atoms ----------------- */

.v2-eyebrow {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 14px;
    background: var(--v2-green-pale);
    color: var(--v2-green);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    padding: 0 32px;
    border-radius: 12px;
    background: var(--v2-green);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    transition: background 0.15s ease;
    text-decoration: none;
}
.v2-btn:hover { background: var(--v2-green-hover); }
.v2-btn--ghost {
    background: transparent;
    color: var(--v2-text) !important;
    border: 1px solid var(--v2-border);
}
.v2-btn--ghost:hover { background: var(--v2-bg-alt); }

.v2-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-bottom: 48px;
}
.v2-section-head h2 {
    font-size: 40px;
    line-height: 1.05;
}
.v2-section-head p {
    font-size: 18px;
    color: var(--v2-text-muted);
    max-width: 600px;
}
.v2-accent { color: var(--v2-green); }

/* ----------------- header ----------------- */
.header-v2 {
    background: #FFFFFF;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
}
.header-v2__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.header-v2__logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #001407;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    gap: 8px;
    font-weight: 600;
    line-height: normal;
}
.header-v2__logo-img {
    height: 32px;
    width: auto;
}
.header-v2 nav {
    display: flex;
    gap: 32px;
}
.header-v2 nav a {
    color: #0F1710;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.15s ease;
}
.header-v2 nav a:hover { color: var(--v2-green); }
.header-v2__actions {
    display: flex; align-items: center; gap: 12px;
}
.header-v2__login {
    height: 34px;
    padding: 0 37.5px;
    border-radius: 10px;
    border: 0;
    background: var(--v2-green);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    transition: background 0.15s ease;
}
.header-v2__login:hover { background: var(--v2-green-hover); }
.header-v2__burger { display: none; }

/* ----------------- hero ----------------- */
.v2-hero {
    background: #FFFFFF;
    position: relative;
    padding-top: 43px;
    padding-bottom: 34px;
}
.v2-hero__left {
    position: relative;
    z-index: 3;
}

.v2-hero__left {
    position: relative;
}
.v2-hero__left:before {
    position: absolute;
    top: -43px;
    bottom: -34px;
    left: -1000px;
    right: -27px;
    display: inline-block;
    content: '';
    background: rgba(22, 163, 74, 0.30) linear-gradient(39deg, rgba(0, 0, 0, 0.05) -0.6%, rgba(255, 255, 255, 0.00) 100.89%);
    backdrop-filter: blur(10.25px);
}
.v2-hero__left * {
    position: relative;
    z-index: 3;
}
.v2-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v2-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v2-hero__grid {
    display: flex;
    gap: 64px;
}
.v2-hero__left {
    max-width: 460px;
}
.v2-hero__title {
    color: #FFF!important;
    margin-bottom: 28px!important;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 87.273% */
    letter-spacing: -0.825px;
}
.v2-hero__sub {
    color: #FFF!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    margin-bottom: 28px!important;
    max-width: 364px;
}
.v2-hero__cta { min-width: 200px; }
.v2-hero__media {
    position: relative;
    border-radius: var(--v2-radius-xl);
    overflow: hidden;
    max-width: 643px;
}
.v2-hero__photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--v2-radius-xl);
}

/* ----------------- tech intro ----------------- */
.v2-tech {
    background: #FFFFFF;
    padding: 96px 0;
}
.v2-tech__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: start;
}
.v2-tech__title {
    font-size: 40px;
    line-height: 130%!important;
}
.v2-tech__title span {
    color: #16A34A;
}
.v2-tech__title b {
    display: block;
    width: 119px;
    color: #1D994B;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 24px;
    padding: 8px 14px;
    border-radius: 16px;
    background: rgba(21, 178, 47, 0.12);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.v2-tech__right {
    padding-top: 64px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.v2-tech__right p { font-size: 18px; line-height: 1.4; }
.v2-tech__copy { color: #758194; }
.v2-tech__company {
    color: #758194;
    font-size: 18px;
    line-height: 1.4;
}

/* ----------------- possibilities (Возможности сервиса) ----------------- */
.v2-poss {
    background: #f7fafd var(--poss-bg, none) no-repeat right center;
    background-size: 901px;
    padding-top: 60px;
    padding-bottom: 61px;
}
.v2-poss__wrap {
    padding: 0;
    position: relative;
}
.v2-poss__title {
    color: #0f1710;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px!important;
}
.v2-poss__grid {
    max-width: 559px;
    align-items: start;
    min-height: 630px;
}
.v2-poss__list { display: flex; flex-direction: column; gap: 10px; }
.v2-poss__item {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}
.v2-poss__item.is-open {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.v2-poss__q {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 20px 20px 24px;
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f1710;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.v2-poss__icon {
    width: 44px; height: 44px;
    border-radius: 22px;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.v2-poss__icon--green  { background: rgba(21,178,47,0.12); }
.v2-poss__icon--purple { background: rgba(130,100,255,0.15); }
.v2-poss__icon--blue   { background: rgba(60,140,255,0.15); }
.v2-poss__icon--yellow { background: rgba(182,184,35,0.15); }
.v2-poss__icon--mint   { background: #d3f6db; }
.v2-poss__icon svg, .v2-poss__icon img { width: 20px; height: 20px; }
.v2-poss__text {
    flex: 1;
    min-width: 0;
}
.v2-poss__chip {
    display: inline;
    font-size: inherit;
    font-weight: 700;
    color: #dadada;
}
.v2-poss__arrow {
    margin-left: 3px;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.v2-poss__arrow svg { width: 18px; height: 18px; display: block; }
.v2-poss__item.is-open .v2-poss__arrow {
    transform: rotate(180deg);
    color: #fff;
}
.v2-poss__text {
    font-size: 17px;
    line-height: 20px;
}
.v2-poss__body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0 84px;
    font-size: 14px;
    color: var(--v2-text-muted);
    line-height: 1.6;
    transition: max-height 0.25s ease, padding 0.25s ease;
}
.v2-poss__item.is-open .v2-poss__body {
    max-height: 200px;
    padding: 0 24px 20px 84px;
}
/* right decorative column */
.v2-poss__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}
.v2-poss__map-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(15,23,16,0.08);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.v2-poss__map-ring--outer { width: 460px; height: 460px; }
.v2-poss__map-ring--inner { width: 346px; height: 346px; }
.v2-poss__photo-wrap {
    width: 300px; height: 300px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #e8f5e9;
}
.v2-poss__photo {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ----------------- how works ----------------- */
.v2-works {
    padding: 96px 0;
    background: #F7FAFD;
}
.v2-works__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 48px;
}
.v2-works__head h2 {
    font-size: 40px;
    margin-top: 12px;
}
.v2-works__head p {
    font-size: 18px;
    color: var(--v2-text-muted);
    max-width: 600px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.v2-works__tabs {
    display: inline-flex;
    border-radius: 10px;
    border: 1px solid #2BD948;
    background: #FFF;
    margin-top: 8px;
}
.v2-works__tab {
    padding: 13px 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #0A3D1F;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: background 0.15s ease, color 0.15s ease;
}
.v2-works__tab.is-active {
    background: var(--v2-green);
    color: #fff;
}
/* tab panels */
.v2-works__panels { position: relative; }
.v2-works__panel { width: 100%; }


.v2-works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.v2-works__card {
    background: #FFFFFF;
    box-shadow: 0 -2px 14.4px 0 rgba(0, 0, 0, 0.18);
    border-radius: 48px 48px 14px 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.v2-works__phone {
    width: 100%;
    padding: 20px 41px;
    padding-bottom: 0;
    background: linear-gradient(180deg, #16A34A 0%, #083D1C 100%);
    display: flex; align-items: stretch; justify-content: center;
    aspect-ratio: 317 / 385;
    overflow: hidden;
}
.v2-works__phone img {
    width: 100%; height: 100%; object-fit: cover; object-position: top center;
}
.v2-works__card-body {
    padding: 16px 12px 20px;
    text-align: center;
    position: relative;
}
.v2-works__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #f0fdf4;
    font-size: 24px;
    font-weight: 600;
    color: var(--v2-green);
    margin-bottom: 14px;
}
.v2-works__card h3 { font-size: 18px; margin-bottom: 10px; font-weight: 600; color: #0f1710; }
.v2-works__card p { font-size: 14px; color: var(--v2-text-muted); line-height: 1.45; }

/* ----------------- coming soon (Скоро в Рядышком) ----------------- */
.v2-soon {
    padding: 96px 0;
    background: #FFFFFF;
}
.v2-soon__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.v2-soon__card {
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    background: #F7FAFD;
    box-shadow: 4px 4px 11px 0 rgba(124, 157, 191, 0.25);
    padding: 32px 40px;
}
.v2-soon__card h3 {
    color: var(--v2-green);
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E8F0;
    font-weight: 700;
}
.v2-soon__card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.v2-soon__card li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 14px; color: var(--v2-text);
    line-height: 1.5;
}
.v2-soon__card li:before {
    content: "✓";
    color: var(--v2-green);
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.5;
}

/* ----------------- pricing ----------------- */
.v2-pricing {
    padding: 80px 0 96px;
    background: #FFFFFF;
}
.v2-pricing__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
}
.v2-pricing__card {
    border-radius: 20px;
    padding: 32px 40px;
    display: flex; flex-direction: column; gap: 24px;
}
.v2-pricing__card--primary {
    border: 1.5px solid rgba(29, 100, 55, 0.50);
    background: linear-gradient(180deg, #16A34A 0%, #11803A 49.52%, #083D1C 100%);
    box-shadow: 4px 4px 11px 0 rgba(22, 103, 52, 0.25);
    color: #fff;
}
.v2-pricing__card--primary h3,
.v2-pricing__card--primary p { color: #fff; }
.v2-pricing__card--primary .v2-pricing__features li {
    color: rgba(255,255,255,0.92);
}
.v2-pricing__card--primary .v2-pricing__features li:before { color: #fff; }
.v2-pricing__card--secondary {
    background: var(--v2-bg);
    color: var(--v2-text);
}
.v2-pricing__card--secondary .v2-pricing__header p {
    border-color: #E2E8F0;
}
.v2-pricing__header h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.v2-pricing__card--primary .v2-pricing__header h3,
.v2-pricing__card--secondary .v2-pricing__header h3 { color: inherit; }
.v2-pricing__card--secondary .v2-pricing__header h3 { color: var(--v2-green); }
.v2-pricing__header p { font-size: 14px; opacity: 0.75;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.v2-pricing__price-row {
    display: flex; align-items: baseline; gap: 12px;
}
.v2-pricing__price {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}
.v2-pricing__period {
    font-size: 13px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.65);
    display: block;
}
.v2-pricing__soon-text {
    font-size: 44px;
    font-weight: 700;
    color: #758194;
    line-height: 1;
    letter-spacing: -0.02em;
}
.v2-pricing__features {
    display: flex; flex-direction: column; gap: 10px;
}
.v2-pricing__features li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 14px;
    line-height: 1.45;
}
.v2-pricing__features li:before {
    content: "✓";
    flex-shrink: 0;
    color: var(--v2-green);
    font-weight: 700;
}
.v2-pricing__cta {
    background: #fff;
    color: #0A3D1F !important;
    margin-top: 8px;
}
.v2-pricing__cta:hover { background: rgba(255,255,255,0.92); }

/* ----------------- 3 steps ----------------- */
.v2-steps {
    padding: 96px 0;
    background: var(--v2-bg);
}
.v2-steps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.v2-steps__left h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 36px;
}
.v2-steps__list { display: flex; flex-direction: column; gap: 24px; }
.v2-steps__row {
    display: flex; gap: 22px; align-items: flex-start;
}
.v2-steps__num {
    font-size: 12px;
    font-weight: 700;
    color: var(--v2-green);
    width: 28px;
    flex-shrink: 0;
    width: 31px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
background: #F0FDF4;
}
.v2-steps__text {
    font-size: 16px;
    color: #758194;
    line-height: 1.5;
}
.v2-steps__map {
    position: relative;
    border-radius: var(--v2-radius-xl);
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.v2-steps__map-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.v2-steps__cta {
    position: absolute;
    left: 50%;
    bottom: 29px;
    transform: translateX(-50%);
}

/* ----------------- FAQ ----------------- */
.v2-faq {
    padding: 80px 0;
    background: #FFFFFF;
}
.v2-faq__list {
    margin: 0 auto;
    display: flex; flex-direction: column; gap: 12px;
}
.v2-faq__item {
    background: var(--v2-bg);
    border-radius: 16px;
    padding: 4px 29px 4px 28px;
    overflow: hidden;
    transition: padding 0.15s ease;
}
.v2-faq__item.is-open {
    border-radius: 16px;
    padding: 4px 29px 16px 28px;
}
.v2-faq__q {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%;
    height: 56px;
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--v2-text);
    cursor: pointer;
    text-align: left;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.v2-faq__icon {
    width: 18px; height: 12px;
    color: var(--v2-text);
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
    margin-right: 4px;
}
.v2-faq__item.is-open .v2-faq__icon {
    transform: rotate(180deg);
    color: #fff;
}
.v2-faq__a {
    display: none;
    padding: 4px 24px 8px 0;
    font-size: 14px;
    color: var(--v2-text-muted);
    line-height: 1.6;
}
.v2-faq__a a {
    color: var(--v2-green);
    text-decoration: underline;
}
.v2-faq__item.is-open .v2-faq__a { display: block; }

/* ----------------- Docs ----------------- */
.v2-docs {
    padding: 96px 0 59px;
    background: #F7FAFD;
}
.v2-docs__cards {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
.v2-docs__card {
    display: flex;gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(34, 197, 94, 0.15);
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    transition: transform 0.15s ease;
}
.v2-docs__card:hover { transform: translateY(-2px); }
.v2-docs__icon {
    width: 36px; height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: var(--v2-green-soft);
    color: var(--v2-green);
    display: inline-flex; align-items: center; justify-content: center;
}
.v2-docs__card h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--v2-text);
    line-height: 1.35;
}

/* ----------------- bottom CTA ----------------- */
.v2-cta {
    padding: 0;
    background: #F7FAFD;
}
.v2-cta__grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
    padding-top: 56px;
}
.v2-cta__left {
    padding-bottom: 8px;
}
.v2-cta h2 {
    font-size: 40px;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 120%;
}
.v2-cta__btn {
    width: 100%;
    background: #16A34A;
    font-weight: 500;
}
.v2-cta__media {
    border-radius: var(--v2-radius-xl);
    overflow: hidden;
    display: flex;
    max-width: 702px;
    align-items: stretch;
}
.v2-cta__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--v2-radius-xl);
}

.v2-cta__left {
    max-width: 429px;
    width: 100%;
}

/* ----------------- footer ----------------- */
.footer-v2 {
    background: #FFFFFF;
    padding: 48px 0;
    color: var(--v2-text);
}
.footer-v2__grid {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.footer-v2__brand {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #001407;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-v2__brand-img {
    height: 46px;
    width: auto;
    margin-right: 12px;
}
.footer-v2 p {
    color: #758194;
    font-size: 10px;
    line-height: 1.2!important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.footer-v2__title {
    color: #DADADA;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}
.footer-v2__col a {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #758194;
    transition: color 0.15s ease;
}
.footer-v2__col a:hover { color: var(--v2-green); }
.footer-v2__col a img { width: 16px; height: 16px; }
.footer-v2__bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--v2-text-muted);
    gap: 16px;
}
.footer-v2__bottom span {
    color: #758194;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
}

/* ============================================================
   Tablet (769–1024)
   ============================================================ */
@media (max-width: 1024px) and (min-width: 769px) {
    .v2-hero__title { font-size: 48px; }
    .v2-section-head h2,
    .v2-works__head h2,
    .v2-tech__title,
    .v2-poss__title,
    .v2-steps__left h2,
    .v2-cta h2 { font-size: 36px; }
    .v2-poss__grid { gap: 32px; }
    .v2-poss__map-ring--outer { width: 360px; height: 360px; }
    .v2-poss__map-ring--inner { width: 272px; height: 272px; }
    .v2-poss__photo-wrap { width: 240px; height: 240px; }
    .v2-docs__cards { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   Works swiper — desktop override (disable swiper, show as grid)
   ============================================================ */
@media (min-width: 769px) {
    .v2-works__swiper { overflow: visible !important; }
    .v2-works__swiper > .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        transform: none !important;
        will-change: auto !important;
        transition: none !important;
    }
    .cv2-works .v2-works__swiper > .swiper-wrapper {
        gap: 56px;
    }
    .v2-works__swiper > .swiper-wrapper > .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
    .v2-works__swiper-nav { display: none; }
}

/* ============================================================
   Mobile (≤768)
   ============================================================ */
   .mob {
    display: none;
   }
   .landing-v2 img.mob {
    display: none;
   }

   
@media (max-width: 768px) {
    .v2-cta__media img.mob {
        display: block;
    }
    .v2-cta__media img.desc {
        display: none;
    }
    .v2-poss__grid {
        min-height: 0;
    }
    .landing-v2 img.mob {
        display: block;
    }
    .v2-poss__item.is-open .v2-poss__body {
        padding-left: 71px;
    }
    .desc {
        display: none;
    }
    .v2-hero__bg img.desc {
        display: none!important;
    }
    .v2-hero__media img {
        display: none;
    }
    .v2-hero__media img.mob {
        display: block;
        max-width: 202px;
    }
    .v2-hero__media {
        border-radius: 0;
    }
    .mob {
        display: block;
    }
    .v2-hero__left:before {
        display: none;
    }
    .v2-hero {
        padding-top: 23px;
        padding-bottom: 13px;
    }
    .v2-hero__grid {
        flex-direction: column;
        gap: 42px;
    }
    .landing-v2 .content { padding: 0 16px; }

    /* header */
    .header-v2 nav { display: none; }
    .header-v2__login { padding: 0 18px; font-size: 14px; }
    .header-v2__logo-img { height: 28px; }
    .v2-poss__list {
        gap: 24px;
    }
    /* hero */
    .v2-hero { padding: 16px 0 13px; }
    .v2-hero__grid { grid-template-columns: 1fr; gap: 42px; }
    .v2-hero__title { font-size: 40px; max-width: 300px; margin-left: auto!important; margin-right: auto!important; text-align: center; line-height: 36px!important; margin-bottom: 20px!important;}
    .v2-hero__sub { font-size: 14px; margin-bottom: 24px;  max-width: 320px; margin-left: auto!important; margin-right: auto!important; text-align: center; margin-bottom: 23px!important;}
    .v2-hero__cta { width: 100%; }

    /* tech intro */
    .v2-tech { 
        padding-top: 50px;
        padding-bottom: 50px;
     }
    .v2-tech__grid { grid-template-columns: 1fr; gap: 24px; }
    .v2-tech__title { font-size: 32px; }

    /* possibilities */
    .v2-poss { padding:61px 0; }
    .v2-poss__title { font-size: 32px; margin-bottom: 32px; max-width: 300px; }
    .v2-poss__grid { grid-template-columns: 1fr; gap: 24px; }
    .v2-poss__item { border-radius: 20px; }
    .v2-poss__q { padding: 20px; font-size: 16px; gap: 16px; }
    .v2-poss__icon { width: 36px; height: 36px; border-radius: 18px; }
    .v2-poss__icon svg { width: 16px; height: 16px; }
    .v2-poss__chip { color: #dadada; }
    .v2-poss__body { padding: 0 18px 16px 66px; font-size: 13px; }
    .v2-poss__media { min-height: 280px; }
    .v2-poss__map-ring--outer { width: 280px; height: 280px; }
    .v2-poss__map-ring--inner { width: 210px; height: 210px; }
    .v2-poss__photo-wrap { width: 180px; height: 180px; }

    /* works */
    .v2-works { padding: 56px 0; }
    .v2-works__head {
        text-align: left;
        justify-content: start;
        align-items: start;
    }
    .v2-works__head h2 { font-size: 32px; }
    .v2-works__card-body { padding: 14px 16px 18px; }
    .v2-works__phone { aspect-ratio: 317 / 300; }
    .v2-section-head {
        align-items: start;
    }
    .v2-section-head h2 {
        font-size: 32px;
        text-align: left;
    }
    /* swiper nav */
    .v2-works__swiper-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 32px;
        padding: 0 4px;
    }
    .v2-works__panel .swiper-slide {
        height: auto;
    }
    .v2-works__card {
        height: 100%;
    }
    .v2-works__swiper {
        overflow: visible;
    }
    .v2-tech__right {
        text-align: left;
        padding-top: 14px;
    }
    .v2-cta__media img {
        border-radius: 0;
    }
    .v2-cta__media {
        border-radius: 0;
    }
    .v2-poss {
        background: transparent;
    }
    .v2-works__dots {
        position: static !important;
        display: flex !important;
        gap: 4px;
        align-items: center;
    }
    .v2-works__dots .swiper-pagination-bullet {
        width: 8px; height: 8px;
        background: #D1D5DB;
        opacity: 1;
        margin: 0 !important;
        border-radius: 50%;
        transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
    }
    .v2-works__dots .swiper-pagination-bullet-active {
        background: var(--v2-green);
    }
    .v2-works__arrows { display: flex; gap: 8px; }
    .v2-works__nav {
        width: 40px; height: 40px;
        border-radius: 6px;
        background: var(--v2-green);
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.15s ease;
        flex-shrink: 0;
    }
    .v2-works__nav:hover { background: var(--v2-green-hover); }
    .v2-works__nav.swiper-button-disabled { opacity: 0.4; cursor: not-allowed; }
    .v2-works__tabs { width: 100%; }
    .v2-works__tab { flex: 1; padding: 13px 12px; font-size: 14px; }

    /* soon */
    .v2-soon { padding: 56px 0; }
    .v2-soon__cards { grid-template-columns: 1fr; gap: 32px; }
    .v2-soon__card { padding: 24px; }

    /* pricing */
    .v2-pricing { padding: 56px 0; }
    .v2-pricing__cards { grid-template-columns: 1fr; gap: 16px; }
    .v2-pricing__card { padding: 24px; }
    .v2-pricing__price { font-size: 32px; }
    .v2-pricing__soon-text { font-size: 36px; }

    /* steps */
    .v2-steps { padding: 40px 0; }
    .v2-steps__grid { grid-template-columns: 1fr; gap: 32px; }
    .v2-steps__left h2 { font-size: 32px; margin-bottom: 24px; line-height: 130%;}
    .v2-steps__map { aspect-ratio: 4/3; }
    .v2-steps__map-img {
        display: none!important;
    }
    .v2-steps__map {
        border-radius: 0;
        aspect-ratio: auto;
    }
    .v2-steps__cta {
        transform: none!important;
        left: 0;
        width: 100%;
        position: relative;
        bottom: auto;
    }
    /* faq */
    .v2-faq { padding: 40px 0; }
    .v2-faq__item { padding: 4px 4px 4px 20px; }
    .v2-faq__item.is-open { padding: 4px 4px 16px 20px; }
    .v2-faq__q { font-size: 14px; height: 52px; }
    .v2-docs__cards {
        display: block;
    }
    /* docs */
    .v2-docs { padding: 48px 0 56px; }
    .v2-docs__cards { grid-template-columns: 1fr 1fr; }
    .v2-section-head h2 { font-size: 32px; }
    .v2-section-head { margin-bottom: 32px;  text-align: left;}
    
    .v2-docs__card {
        padding: 20px 16px;
        padding-bottom: 48px;
        position: relative;
        margin-bottom: 24px;
    }
    .v2-docs__card h4 {
        display: flex;
        align-items: center;
        font-size: 17px;
    }
    .cv2-footer .footer-v2__brand {
        margin-bottom: 0;
    }
    /* cta */
    .v2-cta__grid { grid-template-columns: 1fr; gap: 72px; padding: 48px 0 0; }
    .v2-cta h2 { font-size: 30px; margin-bottom: 20px; }
    .v2-cta__btn { width: 100%; }

    .v2-docs__card p {
        position: absolute;
        left: 16px;
        bottom: 20px;
        color: #1D994B;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .v2-cta__grid {
        padding-top: 0;
        flex-direction: column;
    }

    .v2-cta h2 {
        font-size: 32px;
    }
    /* footer */
    .footer-v2 { padding: 40px 0 94px; }
    .footer-v2__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .footer-v2__col:first-child { grid-column: 1 / -1; }
    .footer-v2__grid {
        flex-direction: column;
        display: flex;
    }
    .footer-v2 p {
        font-size: 14px;
    }
    .footer-v2__title {
        font-size: 14px;
        color: #16A34A;
        font-weight: 700;
    }
    .footer-v2__bottom span {
        font-size: 18px;
        line-height: 130%;
        text-align: left;
    }
    .footer-v2__bottom {
        flex-direction: column;
        display: flex;
        align-items: start;
        gap: 20px;
        text-align: left;
    }
    .footer-v2__col a {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .v2-poss__body {
        display: none;
    }
    .v2-poss__item.is-open .v2-poss__body {
        display: block;
    }
    .cv2-footer .footer-v2__bottom, .cv2-footer .footer-v2__bottom span {
        font-size: 12px;
    }
}
