

/* Start:/local/templates/redesign2026/template_styles.css?178162089524519*/
﻿
.style{

}

* {
box-sizing: border-box
}
:root{
    --dark: #07111FFF;
    --cyan: #22d3ee;
    --cyan2: #67e8f9;
    --muted: #64748b;
    --slate: #0f172a;
    --border: #e2e8f0;
    --borderDark: #FFFFFF1E;
    --soft: #f8fafc;
}
html {
scroll-behavior: smooth
}

body {
margin: 0;
font-family: Inter, Arial, sans-serif;
color: var(--slate);
background: #fff
}

a {
text-decoration: none;
color: inherit
}

.container {
width: min(1180px, calc(100% - 40px));
margin: 0 auto
}

.header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(7, 17, 31, .88);
border-bottom: 1px solid var(--borderDark);
backdrop-filter: blur(18px)
}

.header-inner {
height: 78px;
display: flex;
align-items: center;
justify-content: space-between;
color: #fff
}

.logo {
display: flex;
align-items: center;
gap: 12px;
font-weight: 900;
min-width: 60px
}

.brand-logo {
width: 60px;
display: block
}

.logo-title {
display: block;
font-size: 15px;
line-height: 1.1
}

.logo-small {
display: block;
font-size: 11px;
font-weight: 600;
color: #94a3b8;
margin-top: 2px
}

.nav {
display: flex;
align-items: center;
gap: 26px;
color: #cbd5e1;
font-size: 16px;
font-weight: 700
}

.nav a:hover {
color: var(--cyan2)
}

.header-actions {
display: flex;
align-items: center;
gap: 14px
}

.search-btn {
width: 46px;
height: 46px;
border-radius: 50%;
border: 1px solid var(--borderDark);
background: transparent;
color: var(--cyan);
cursor: pointer;
/*display: grid;*/
display: none;
place-items: center;
font-size: 27px;
line-height: 1
}

.phone:hover {
    color: var(--cyan2)
}
.phone {
color: #fff;
font-size: 16px;
font-weight: 800;
white-space: nowrap
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 48px;
padding: 0 22px;
border-radius: 16px;
font-weight: 900;
font-size: 14px;
transition: .2s ease;
border: 0;
cursor: pointer
}

.btn-primary {
background: var(--cyan);
color: var(--dark);
box-shadow: 0 0 34px rgba(34, 211, 238, .34)
}

.btn-primary:hover {
background: var(--cyan2);
transform: translateY(-1px)
}

.btn-outline {
border: 1px solid rgba(103, 232, 249, .35);
color: #cffafe;
background: transparent
}

.btn-outline:hover {
background: rgba(34, 211, 238, .1)
}

.mobile-menu-btn {
display: none;
background: transparent;
border: 0;
color: #fff;
font-size: 28px;
cursor: pointer
}

.mobile-menu {
display: none;
padding: 0 0 18px
}

.mobile-menu a {
display: block;
padding: 14px 18px;
color: #e2e8f0;
border-radius: 14px
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, .08)
}

.breadcrumbs-section {
    /*background: var(--dark);*/
    /*border-top: 1px solid var(--borderDark);*/
    /*border-bottom: 1px solid var(--borderDark);*/
    color: #94a3b8;
    font-size: 14px;
    padding: 20px 0 40px 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    overflow-x: auto;
    white-space: nowrap
}

.breadcrumbs a {
    color: #cbd5e1;
    transition: .2s ease
}

.breadcrumbs a:hover {
    color: var(--cyan2)
}

.breadcrumbs-item {
    display: inline-flex;
    align-items: center
}

.breadcrumbs > .breadcrumbs-item:last-of-type {
    color: #fff;
    font-weight: 800
}

.breadcrumbs-separator {
    color: #94a3b8
}

.hero {
background: radial-gradient(circle at 20% 10%, rgba(34, 211, 238, .22), transparent 34%), radial-gradient(circle at 86% 18%, rgba(14, 165, 233, .18), transparent 32%), var(--dark);
color: #fff;
padding: 0 0 100px;
overflow: hidden
}

.hero-grid {
display: grid;
grid-template-columns:1.05fr .95fr;
gap: 64px;
align-items: center
}

.hero-label {
display: inline-flex;
padding: 9px 15px;
border-radius: 999px;
border: 1px solid rgba(103, 232, 249, .3);
background: rgba(34, 211, 238, .1);
color: #cffafe;
font-size: 14px;
font-weight: 800;
margin-bottom: 24px
}

h1 {
margin: 0;
font-size: clamp(34px, 4.4vw, 46px);
line-height: 1.05;
letter-spacing: -.04em
}

.hero p {
margin: 24px 0 0;
max-width: 690px;
color: #cbd5e1;
font-size: 21px;
line-height: 1.7
}

.hero-cta {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-top: 36px
}

.hero-metrics {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 14px;
margin-top: 40px
}

.hero-metric {
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 24px;
padding: 20px
}

.hero-metric strong {
display: block;
color: var(--cyan2);
font-size: 28px;
line-height: 1
}

.hero-metric span {
display: block;
color: #94a3b8;
font-size: 14px;
margin-top: 8px
}

.mockup-wrap {
position: relative
}

.mockup-wrap:before {
content: "";
position: absolute;
inset: -28px;
border-radius: 44px;
background: rgba(34, 211, 238, .18);
filter: blur(42px)
}

.mockup {
position: relative;
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .1);
border-radius: 34px;
padding: 16px;
box-shadow: 0 40px 120px rgba(0, 0, 0, .35)
}

.mockup-screen {
background: #07111f;
border-radius: 26px;
padding: 22px
}

.mockup-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 18px
}

.mockup-title {
font-weight: 900
}

.mockup-subtitle {
color: #64748b;
font-size: 12px;
margin-top: 4px
}

.status {
color: var(--cyan2);
background: rgba(34, 211, 238, .14);
padding: 6px 12px;
border-radius: 999px;
font-size: 12px;
font-weight: 900
}

.mockup-cards {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 12px
}

.mock-card, .chart, .task {
background: rgba(255, 255, 255, .07);
border-radius: 18px;
padding: 15px
}

.mock-card b {
display: block;
color: #fff;
font-size: 24px;
margin: 8px 0 4px
}

.mock-card span {
color: #94a3b8;
font-size: 12px
}

.chart {
margin-top: 14px
}

.chart-head {
display: flex;
justify-content: space-between;
font-size: 14px;
font-weight: 900;
margin-bottom: 16px
}

.chart-head span:last-child {
color: var(--cyan2)
}

.bars {
height: 110px;
display: flex;
align-items: end;
gap: 8px
}

.bar {
flex: 1;
border-radius: 8px 8px 0 0;
background: linear-gradient(to top, #0891b2, #a5f3fc)
}

.tasks {
display: grid;
gap: 10px;
margin-top: 14px
}

.task {
display: flex;
justify-content: space-between;
align-items: center
}

.task b {
font-size: 14px
}

.task span {
color: #94a3b8;
font-size: 12px
}

.pill {
color: #cffafe !important;
background: rgba(255, 255, 255, .1);
padding: 6px 10px;
border-radius: 999px
}

section {
padding: 82px 0
}

.section-dark {
background: var(--dark);
color: #fff
}

.section-soft {
    background: var(--soft)
}

.page-stub {
    min-height: 52vh;
    display: grid;
    align-items: center
}

.page-stub-inner {
    text-align: center
}

.section-head {
max-width: none;
margin: 0 auto 42px;
text-align: center
}

h2 {
margin: 0;
font-size: clamp(30px, 4vw, 48px);
line-height: 1.1;
letter-spacing: -.03em
}

.section-head p {
margin: 18px 0 0;
color: var(--muted);
font-size: 18px;
line-height: 1.75
}

.section-dark .section-head p {
color: #cbd5e1
}

.grid-3 {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 20px
}

.grid-4 {
display: grid;
grid-template-columns:repeat(4, 1fr);
gap: 16px
}

.card {
border: 1px solid var(--border);
border-radius: 28px;
background: #fff;
padding: 28px;
box-shadow: 0 8px 28px rgba(15, 23, 42, .04);
transition: .2s ease
}

.card:hover {
transform: translateY(-4px);
box-shadow: 0 24px 80px rgba(15, 23, 42, .12)
}

.section-dark .card {
background: rgba(255, 255, 255, .06);
border-color: var(--borderDark);
color: #fff;
box-shadow: none
}

.icon {
width: 56px;
height: 56px;
border-radius: 18px;
background: rgba(34, 211, 238, .12);
color: #0891b2;
display: grid;
place-items: center;
font-size: 26px;
margin-bottom: 18px
}

.section-dark .icon {
color: var(--cyan2)
}

.card h3 {
margin: 0;
font-size: 21px;
line-height: 1.25
}

.card p {
margin: 12px 0 0;
color: var(--muted);
line-height: 1.7
}

.section-dark .card p {
color: #cbd5e1
}

.value-chip {
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 22px;
padding: 22px;
text-align: center;
font-weight: 900
}

.calculator-grid {
display: grid;
grid-template-columns:.9fr 1.1fr;
gap: 28px
}

.calc-panel {
border: 1px solid rgba(103, 232, 249, .22);
background: rgba(34, 211, 238, .1);
border-radius: 34px;
padding: 26px;
box-shadow: 0 0 60px rgba(34, 211, 238, .1)
}

.calc-title {
font-size: 22px;
font-weight: 900;
margin-bottom: 22px
}

.field {
display: block;
margin-bottom: 22px
}

.field-row {
display: flex;
justify-content: space-between;
gap: 16px;
font-size: 14px;
font-weight: 900;
margin-bottom: 10px
}

.field-row span:last-child {
color: var(--cyan2)
}

input[type=range] {
width: 100%;
accent-color: var(--cyan)
}

input[type=number], input[type=email], input[type=text], select, textarea {
width: 100%;
border: 1px solid var(--borderDark);
background: rgba(7, 17, 31, .9);
color: #fff;
border-radius: 16px;
padding: 15px 16px;
outline: none;
font: inherit
}

input:focus, select:focus, textarea:focus {
border-color: var(--cyan)
}

.maturity-list {
display: grid;
gap: 12px
}

.maturity-card {
text-align: left;
color: #fff;
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 22px;
padding: 18px;
cursor: pointer;
width: 100%
}

.maturity-card.active {
border-color: var(--cyan);
background: rgba(34, 211, 238, .15)
}

.maturity-card b {
display: block;
font-size: 16px
}

.maturity-card span {
display: block;
color: #cbd5e1;
font-size: 14px;
margin-top: 6px
}

.result-head {
display: flex;
justify-content: space-between;
gap: 18px;
align-items: flex-start;
margin-bottom: 22px
}

.result-badge {
color: var(--cyan2);
background: rgba(34, 211, 238, .14);
border-radius: 999px;
padding: 10px 14px;
font-size: 13px;
font-weight: 900;
white-space: nowrap
}

.compare {
display: grid;
grid-template-columns:repeat(2, 1fr);
gap: 16px
}

.compare-box {
border-radius: 26px;
padding: 22px;
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06)
}

.compare-box.current {
background: rgba(251, 113, 133, .1);
border-color: rgba(251, 113, 133, .22)
}

.compare-box.future {
background: rgba(52, 211, 153, .1);
border-color: rgba(52, 211, 153, .22)
}

.compare-label {
color: #cbd5e1;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .14em;
margin-bottom: 18px
}

.metric {
margin-bottom: 16px
}

.metric b {
display: block;
font-size: 26px;
color: #fff
}

.metric span {
color: #94a3b8;
font-size: 14px
}

.summary {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 14px;
margin-top: 16px
}

.summary-box {
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 24px;
padding: 18px
}

.summary-box b {
display: block;
color: #fff;
font-size: 20px;
margin-top: 8px
}

.summary-box span {
color: #94a3b8;
font-size: 13px
}

.module-grid {
display: grid;
grid-template-columns:repeat(2, 1fr);
gap: 18px
}

.module-card {
position: relative;
overflow: hidden;
display: grid;
grid-template-columns:auto 1fr;
gap: 18px;
min-height: 176px;
border: 1px solid var(--border);
border-left: 5px solid var(--cyan);
border-radius: 22px;
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 70%, #ecfeff 100%);
padding: 26px;
box-shadow: 0 14px 44px rgba(15, 23, 42, .07)
}

.module-card:after {
content: "";
position: absolute;
right: -38px;
bottom: -48px;
width: 132px;
height: 132px;
border: 24px solid rgba(34, 211, 238, .12);
border-radius: 50%
}

.module-number {
width: 50px;
height: 50px;
border-radius: 16px;
display: grid;
place-items: center;
background: var(--dark);
color: var(--cyan2);
font-weight: 900;
font-size: 18px
}

.module-card h3 {
position: relative;
margin: 0;
font-size: 21px;
line-height: 1.25;
z-index: 1
}

.module-card p {
position: relative;
margin: 12px 0 0;
color: var(--muted);
line-height: 1.7;
z-index: 1
}

.scope-card {
border-radius: 28px;
background: #f8fafc;
border: 1px solid var(--border);
padding: 26px
}

.num {
width: 42px;
height: 42px;
border-radius: 999px;
background: var(--dark);
color: var(--cyan2);
display: grid;
place-items: center;
font-weight: 900;
margin-bottom: 18px
}

.pricing-grid {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 22px
}

.price-card {
position: relative;
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 32px;
padding: 30px
}

.price-card.featured {
border-color: var(--cyan);
background: rgba(34, 211, 238, .1);
box-shadow: 0 0 64px rgba(34, 211, 238, .16)
}

.popular {
position: absolute;
top: -16px;
left: 28px;
background: var(--cyan);
color: var(--dark);
padding: 9px 14px;
border-radius: 999px;
font-size: 12px;
font-weight: 900
}

.tariff {
color: var(--cyan2);
font-size: 13px;
font-weight: 900;
letter-spacing: .25em
}

.price {
margin-top: 14px;
font-size: 30px;
font-weight: 900
}

.features {
list-style: none;
padding: 0;
margin: 26px 0;
display: grid;
gap: 14px;
color: #cbd5e1
}

.features li:before {
content: "✓";
color: var(--cyan2);
font-weight: 900;
margin-right: 10px
}

.faq-compare {
display: grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap: 28px;
align-items: stretch;
margin-top: 62px
}

.faq-card {
position: relative;
background: #fff;
border: 1px solid var(--border);
border-radius: 32px;
padding: 58px 30px 30px;
box-shadow: 0 18px 54px rgba(15, 23, 42, .08)
}

.faq-card-accent {
border: 2px solid var(--cyan);
background: linear-gradient(180deg, #fff 0%, #ecfeff 100%);
box-shadow: 0 0 0 6px rgba(34, 211, 238, .12), 0 28px 90px rgba(8, 145, 178, .16)
}

.faq-card-title {
position: absolute;
top: -24px;
left: 28px;
max-width: calc(100% - 56px);
background: #fff;
border: 1px solid var(--border);
border-radius: 999px;
padding: 12px 20px;
color: var(--slate);
font-size: 28px;
line-height: 1.1;
font-weight: 900;
box-shadow: 0 12px 32px rgba(15, 23, 42, .08)
}

.faq-card-accent .faq-card-title {
border-color: var(--cyan);
background: #ecfeff;
color: #0891b2;
box-shadow: 0 0 0 6px rgba(34, 211, 238, .12), 0 12px 32px rgba(8, 145, 178, .12)
}

.faq-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 16px;
color: #334155;
line-height: 1.65;
font-weight: 400
}

.faq-list li {
position: relative;
padding-left: 30px;
font-weight: 400
}

.faq-list li:before {
position: absolute;
left: 0;
top: 0;
font-weight: 900;
margin-right: 10px
}

.faq-list-good li:before {
content: "✓";
color: var(--cyan2)
}

.faq-list-bad li:before {
content: "×";
color: #ef4444
}

.logos {
display: grid;
grid-template-columns:repeat(6, 1fr);
gap: 14px
}

.logo-box {
min-height: 112px;
display: grid;
place-items: center;
text-align: center;
border-radius: 22px;
background: #fff;
border: 1px solid var(--border);
padding: 18px;
font-weight: 900;
color: #334155;
box-shadow: 0 12px 36px rgba(15, 23, 42, .06)
}

.logo-box img {
max-width: 100%;
height: 52px
}

.logo-box span {
display: block;
font-size: 12px;
color: #64748b;
margin-top: 8px
}

#cases {
overflow: hidden
}

#cases .section-head {
width: min(1180px, calc(100% - 40px));
margin-left: auto;
margin-right: auto
}

.slider-container {
width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
padding: 8px 0 18px
}

.slide-list {
display: flex;
width: max-content;
gap: 18px;
animation: trustSlider 34s linear infinite;
will-change: transform
}

.slider-container:hover .slide-list {
animation-play-state: paused
}

.slide {
width: clamp(180px, 16vw, 250px);
min-height: 118px;
flex: 0 0 auto
}

.trust-us-logo {
height: 100%;
min-height: 118px;
display: grid;
place-items: center;
border-radius: 22px;
background: #fff;
border: 1px solid var(--border);
padding: 22px;
box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
transition: .2s ease
}

.trust-us-logo:hover {
transform: translateY(-3px);
box-shadow: 0 22px 60px rgba(15, 23, 42, .12)
}

.trust-us-logo img {
max-width: 100%;
max-height: 130px;
object-fit: contain;
filter: grayscale(1);
opacity: 1;
transition: .2s ease
}

.trust-us-logo:hover img {
filter: grayscale(0);
opacity: 1
}

@keyframes trustSlider {
from {
transform: translateX(0)
}
to {
transform: translateX(calc(-50% - 9px))
}
}

@media (prefers-reduced-motion: reduce) {
.slide-list {
animation: none
}
}

.contact-grid {
display: grid;
grid-template-columns:.9fr 1.1fr;
gap: 28px
}

.contact-card {
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
border-radius: 32px;
padding: 30px
}

.contact-card ul {
padding: 0;
margin: 24px 0 0;
list-style: none;
display: grid;
gap: 16px;
color: #cbd5e1
}

.contact-card li:before {
content: "✓";
color: var(--cyan2);
font-weight: 900;
margin-right: 10px
}

.form {
border: 1px solid rgba(103, 232, 249, .22);
background: rgba(34, 211, 238, .1);
border-radius: 32px;
padding: 30px
}

.form-grid {
display: grid;
gap: 15px
}

.form label span {
display: block;
color: #e2e8f0;
font-size: 14px;
font-weight: normal;
margin-bottom: 8px
}

.checkbox {
display: flex;
align-items: start;
gap: 12px;
color: #cbd5e1;
font-size: 14px;
line-height: 1.6
}

.checkbox input {
width: auto;
margin: 5px 0 0 0;
accent-color: var(--cyan)
}

.checkbox a {
color: #fff;
text-decoration: underline;
text-underline-offset: 3px
}

.checkbox a:hover {

color: var(--cyan2);
}

.form-privacy-block {
display: grid;
gap: 10px
}

.form-privacy-intro {
color: #cbd5e1;
font-size: 14px;
line-height: 1.55
}

.form-checkbox-error {
color: #fecdd3;
font-size: 13px;
line-height: 1.45
}

.success {
display: none;
min-height: 340px;
text-align: center;
place-items: center;
color: #fff
}

.success.active {
display: grid
}

.form.hidden {
display: none
}

.footer {
position: relative;
background: var(--dark);
color: #fff;
border-top: 1px solid var(--borderDark);
padding: 48px 0;
}

.footer-grid {
display: grid;
grid-template-columns:repeat(4, 1fr);
gap: 32px;
padding-left: 76px
}

.footer h4 {
margin: 0 0 12px
}

.footer p, .footer div {
line-height: 1.7
}

.footer a {
color: var(--cyan2)
}

.footer .to-top {
color: #fff
}

.socials {
display: flex;
gap: 10px;
flex-wrap: wrap
}

.socials a {
width: 44px;
height: 44px;
border-radius: 50%;
display: grid;
place-items: center;
border: 1px solid var(--borderDark);
background: rgba(255, 255, 255, .06);
color: var(--cyan2);
font-size: 12px;
font-weight: 900;
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, transform .2s ease
}

.socials a:hover, .socials a:focus-visible {
border-color: var(--cyan);
background: rgba(34, 211, 238, .12);
color: #fff;
box-shadow: 0 0 24px rgba(34, 211, 238, .35), inset 0 0 16px rgba(34, 211, 238, .12);
}


.to-top {
position: fixed;
right: 22px;
bottom: 22px;
z-index: 60;
width: 44px;
height: 44px;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--cyan);
color: #fff;
font-size: 24px;
font-weight: 1000;
line-height: 1;
box-shadow: 0 0 30px rgba(34, 211, 238, .35);
opacity: 0;
pointer-events: none;
transform: translateY(10px);
transition: .2s ease
}

.to-top.visible {
opacity: 1;
pointer-events: auto;
transform: translateY(0)
}

.footer-bottom {
margin-top: 34px;
padding-top: 22px;
border-top: 1px solid var(--borderDark);
display: grid;
grid-template-columns:repeat(4, 1fr);
gap: 18px;
color: #94a3b8;
font-size: 12px
}

.footer-bottom a {
color: #94a3b8
}

.footer-bottom a:hover {
color: var(--cyan2)
}

.reestr-wrapper p{
    margin-top: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 1.2;
}
.reestr-wrapper{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 25px;
}

@media (max-width: 1024px) {
.nav, .header-actions {
    display: none
}

.mobile-menu-btn {
    display: block
}

.mobile-menu.active {
    display: block
}

.hero-grid, .calculator-grid, .contact-grid, .faq-compare {
    grid-template-columns:1fr
}

.grid-3, .module-grid, .pricing-grid {
    grid-template-columns:repeat(2, 1fr)
}

.logos {
    grid-template-columns:repeat(3, 1fr)
}

.footer-grid, .footer-bottom {
    grid-template-columns:repeat(2, 1fr)
}
}

@media (max-width: 700px) {
.container {
    width: min(100% - 28px, 1180px)
}

section {
    padding: 64px 0
}

.hero {
    padding: 0 0 76px
}

.hero-grid {
    gap: 34px
}

.hero-metrics, .mockup-cards, .grid-3, .grid-4, .module-grid, .compare, .summary, .pricing-grid, .logos, .footer-grid, .footer-bottom {
    grid-template-columns:1fr
}

#problems .section-head,
#modules .section-head,
#product .section-head {
    margin-bottom: 24px
}

#problems .section-head p,
#modules .section-head p,
#product .section-head p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5
}

.mockup-wrap:before {
    inset: -14px;
    border-radius: 28px;
    filter: blur(28px)
}

.mockup {
    border-radius: 24px;
    padding: 10px
}

.mockup-screen {
    border-radius: 18px;
    padding: 14px
}

.mockup-top {
    margin-bottom: 12px
}

.mockup-cards {
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 8px
}

.mock-card, .chart, .task {
    border-radius: 14px;
    padding: 10px
}

.mock-card b {
    font-size: 18px;
    margin: 4px 0 2px
}

.mock-card span {
    font-size: 10px;
    line-height: 1.25
}

.chart {
    margin-top: 10px
}

.chart-head {
    font-size: 12px;
    margin-bottom: 10px
}

.bars {
    height: 68px;
    gap: 5px
}

.tasks {
    gap: 7px;
    margin-top: 10px
}

.task b {
    font-size: 12px
}

.task span {
    font-size: 10px
}

.pill {
    padding: 4px 8px
}

.grid-3 {
    gap: 12px
}

.card {
    border-radius: 20px;
    padding: 16px
}

.card:hover {
    transform: none
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 20px;
    margin-bottom: 10px
}

.card h3 {
    font-size: 17px;
    line-height: 1.2
}

.card p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.45
}

.module-grid {
    gap: 12px
}

.module-card {
    min-height: 0;
    grid-template-columns:38px 1fr;
    gap: 12px;
    border-radius: 18px;
    padding: 16px;
    border-left-width: 4px
}

.module-card:after {
    right: -52px;
    bottom: -58px;
    width: 112px;
    height: 112px;
    border-width: 18px
}

.module-number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px
}

.module-card h3 {
    font-size: 17px;
    line-height: 1.2
}

.module-card p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.45
}

.hero-cta {
    flex-direction: column
}

.btn {
    width: 100%
}

.faq-compare {
    gap: 44px
}

.faq-card {
    border-radius: 24px;
    padding: 52px 22px 24px
}

.faq-card-title {
    top: -22px;
    left: 20px;
    max-width: calc(100% - 40px);
    font-size: 22px;
    padding: 11px 16px
}

.result-head {
    flex-direction: column
}

.result-badge {
    white-space: normal
}

.footer-grid {
    padding-left: 0;
    padding-top: 0
}
}

.h-auto{
height: auto!important;
}
.form-errors {
    border: 1px solid rgba(251, 113, 133, .35);
    background: rgba(251, 113, 133, .12);
    color: #fecdd3;
    border-radius: 18px;
    padding: 14px 16px;
    line-height: 1.55;
}

.form-note {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.7;
}


/* End */
/* /local/templates/redesign2026/template_styles.css?178162089524519 */
