:root {
    --primary: #007bff;
    --secondary: #102ef2;
    --accent: #ffffff;
    --muted: #6c757d;
    --bg: #f0f7ff;
    --card-bg: #ffffff;
    --gradient: linear-gradient(90deg, #007bff, #102ef2);
    --radius: 20px;
    --shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    --text-dark: #0b1a2b;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    background: var(--bg);
    color: var(--text-dark);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    text-decoration: none;
}

.container-xxl {
    max-width: 1200px;
}

.navbar-custom,
.navbar-site {
    background: #ffffff;
    box-shadow: var(--shadow);
}

.navbar-custom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.navbar a.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    transition: 0.3s;
}

.navbar a.nav-link:hover,
.navbar a.nav-link.active {
    color: var(--primary) !important;
    transform: scale(1.05);
}

.hero {
    background: var(--gradient);
    color: var(--accent);
    overflow: hidden;
    padding: 6.5rem 0 5rem;
    position: relative;
}

.hero::after {
    background: rgba(255, 255, 255, 0.05);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hero .container-xxl {
    z-index: 1;
}

.hero .row,
.hero-visual {
    position: relative;
    z-index: 2;
}

.hero h1 {
    animation: fadeInDown 1s ease;
    font-size: 2.5rem;
    font-weight: 700;
}

.hero p {
    animation: fadeInUp 1.5s ease;
    font-size: 1.1rem;
}

.hero img {
    animation: floatImg 3s ease-in-out infinite alternate;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.home-modern-hero {
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 55%, #eef6ff 100%);
    color: var(--text-dark);
    padding: 8rem 0 4.8rem;
}

.home-modern-hero::after {
    display: none;
}

.home-modern-hero .container-xxl {
    z-index: 2;
}

.home-modern-hero h1 {
    color: #071527;
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 1.1rem;
}

.home-modern-hero h1 span {
    color: var(--primary);
}

.hero-badge {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce9f8;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 123, 255, 0.1);
    color: #0d56b3;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
    padding: 0.5rem 0.85rem;
}

.hero-lead {
    color: #4e5d72;
    font-size: clamp(1.05rem, 1.6vw, 1.23rem);
    line-height: 1.58;
    margin-bottom: 1.5rem;
    max-width: 680px;
}

.home-modern-hero .btn {
    border-radius: 12px;
    font-weight: 800;
    min-height: 48px;
    padding: 0.75rem 1.05rem;
}

.home-modern-hero .btn-outline-primary {
    background: #ffffff;
    border-color: #bfd6f4;
    color: var(--primary);
}

.home-modern-hero .btn-outline-primary:hover {
    background: var(--primary);
    color: #ffffff;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.hero-trust-row div {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e3edf8;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(18, 42, 80, 0.07);
    color: #1c2c42;
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    padding: 0.62rem 0.75rem;
}

.hero-trust-row i {
    color: var(--primary);
}

.hero-mockup {
    margin-left: auto;
    max-width: 520px;
    padding: 1rem;
    position: relative;
}

.hero-mockup::before {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.14), rgba(16, 46, 242, 0.08));
    border-radius: 32px;
    content: "";
    inset: 4% 0 11% 12%;
    position: absolute;
    transform: rotate(-3deg);
}

.hero-mockup img {
    background: #ffffff;
    border: 1px solid #e3edf8;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
    display: block;
    object-fit: contain;
    padding: 0.9rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero-floating-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e4edf8;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(17, 35, 66, 0.13);
    display: flex;
    gap: 0.75rem;
    min-width: 210px;
    padding: 0.78rem 0.9rem;
    position: absolute;
    text-align: left;
    z-index: 3;
}

.hero-floating-card i {
    align-items: center;
    background: #eef6ff;
    border-radius: 10px;
    color: var(--primary);
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.hero-floating-card strong {
    color: #0b1a2b;
    display: block;
    font-size: 0.92rem;
    line-height: 1.1;
}

.hero-floating-card span {
    color: #657386;
    display: block;
    font-size: 0.78rem;
    margin-top: 0.14rem;
}

.hero-card-order {
    left: -0.4rem;
    top: 14%;
}

.hero-card-payment {
    right: -0.5rem;
    top: 48%;
}

.hero-card-qr {
    bottom: 4%;
    left: 8%;
}

.page-header {
    background: var(--gradient);
    border-radius: 0 0 40px 40px;
    color: white;
    padding: 100px 0 80px;
    text-align: center;
}

.seo-hero {
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 56%, #eaf1ff 100%);
    padding: 92px 0 72px;
}

.seo-hero-image {
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
    max-height: 430px;
    object-fit: contain;
    padding: 12px;
}

.seo-eyebrow {
    color: var(--primary);
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-section-heading {
    max-width: 780px;
}

.seo-feature,
.seo-check,
.seo-link-strip {
    background: #fff;
    border: 1px solid #e6eef8;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.seo-feature {
    padding: 28px;
}

.seo-check {
    align-items: flex-start;
    display: flex;
    font-weight: 600;
    gap: 12px;
    padding: 16px;
}

.seo-check i {
    flex: 0 0 auto;
    margin-top: 2px;
}

.seo-cta-band {
    background: var(--gradient);
    color: #fff;
}

.seo-cta-band .seo-eyebrow,
.hero .btn-outline-primary,
.seo-cta-band .btn-outline-primary {
    color: #fff;
}

.hero .btn-outline-primary,
.seo-cta-band .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.8);
}

.hero .btn-outline-primary:hover,
.seo-cta-band .btn-outline-primary:hover {
    background: #fff;
    color: var(--primary);
}

.home-modern-hero .btn-outline-primary {
    background: #ffffff;
    border-color: #bfd6f4;
    color: var(--primary);
}

.home-modern-hero .btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.seo-faq {
    max-width: 900px;
}

.seo-faq .accordion-item {
    border: 1px solid #e6eef8;
}

.seo-faq .accordion-button {
    font-weight: 700;
}

.seo-link-strip {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 24px;
}

.section {
    padding: 80px 0;
    transition: background 0.5s ease-in-out;
}

section:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.section img {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pricing {
    background: #ffffff;
    padding: 5rem 0;
}

.pricing .card {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.pricing .card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.02);
}

.price-big {
    color: var(--secondary);
    font-size: 2.2rem;
    font-weight: 700;
}

.bestseller-badge {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-size: 0.9rem;
    padding: 6px 16px;
    right: 25px;
    top: -16px;
    z-index: 10;
}

#flyer,
#references {
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.free-badge {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border-radius: 50px;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 6px 16px;
    text-transform: uppercase;
}

.flyer-img {
    border: 3px solid #fff;
    height: 230px;
    object-fit: cover;
    transition: all 0.4s ease;
    width: 160px;
}

.flyer-img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.08) rotate(1deg);
}

.payment-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 18px 8px;
    transition: all 0.3s ease;
}

.payment-card:hover {
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
    transform: translateY(-6px);
}

.payment-card img {
    max-height: 48px;
    object-fit: contain;
    transition: transform 0.3s ease;
    width: auto;
}

.payment-card p,
.payment-card h5,
.payment-card span {
    font-size: 0.88rem;
    margin-bottom: 0;
}

.payment-card:hover img {
    transform: scale(1.1);
}

#about {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

#about ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}

#about img {
    border: 4px solid #f1f1f1;
    max-height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#about img:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 20);
}

.logo-item {
    color: #000;
    flex: 0 0 auto;
    margin: 0 25px;
    text-align: center;
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 200px;
}

.logo-item:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.logo-item img {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    height: 100px;
    object-fit: contain;
    padding: 10px;
    width: 130px;
}

#contact {
    background: var(--gradient);
    color: var(--accent);
    padding: 4rem 0;
}

.contact-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    max-width: 720px !important;
    padding: 1.25rem !important;
    transition: all 0.3s ease;
}

.contact-box .form-label {
    color: #1d2b3f;
    font-size: 0.88rem;
    margin-bottom: 0.25rem;
}

.contact-box .form-control {
    border-color: #dfe7f1;
    border-radius: 10px;
    font-size: 0.92rem;
    min-height: 40px;
    padding: 0.48rem 0.68rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-box .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.18rem rgba(0, 123, 255, 0.12);
}

.contact-box textarea.form-control {
    min-height: 108px;
    resize: vertical;
}

.contact-box .btn {
    border-radius: 10px;
    font-size: 0.94rem;
    font-weight: 700;
    min-height: 40px;
    padding: 0.48rem 0.9rem;
}

.contact-form-modern {
    --contact-icon: #7a8ba3;
}

.contact-input {
    position: relative;
}

.contact-input i {
    color: var(--contact-icon);
    font-size: 0.95rem;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.contact-input .form-control {
    padding-left: 2.25rem;
}

.contact-form-modern ::placeholder {
    color: #9aa8ba;
    opacity: 1;
}

.contact-form-status {
    border-radius: 10px;
    font-size: 0.92rem;
    padding: 0.65rem 0.8rem;
}

.contact-box:hover {
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.15);
    transform: translateY(-6px);
}

.btn {
    transition: all 0.3s ease;
}

.btn-success {
    background-color: #25d366;
    border: none;
}

.btn-success:hover {
    background-color: #1ebe5d;
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    color: #fff;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.fade-in.visible,
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.legal-body {
    background: #f8fbff;
}

.legal-card {
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
}

.section-fade {
    animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatImg {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 6rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .flyer-img {
        height: 180px;
        width: 120px;
    }

    .pricing {
        padding: 2.5rem 0;
    }

    .pricing h2 {
        font-size: 1.55rem;
        margin-bottom: 0.75rem !important;
    }

    .pricing > .container-xxl > p {
        font-size: 0.92rem;
        margin-bottom: 1.5rem !important;
    }

    .pricing .row {
        --bs-gutter-y: 0.9rem;
        justify-content: center;
    }

    .pricing .fade-in {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: 92%;
    }

    .pricing .card {
        border-radius: 14px !important;
        border-width: 1px !important;
        padding: 0.85rem !important;
    }

    .pricing .card h5 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .price-big {
        font-size: 1.35rem;
        gap: 0.35rem !important;
        margin-bottom: 0.2rem;
    }

    .price-big .text-danger {
        font-size: 0.95rem !important;
    }

    .price-big span:not(.text-danger) {
        font-size: 1.55rem !important;
    }

    .pricing .card p.small {
        font-size: 0.78rem;
        margin-bottom: 0.6rem;
    }

    .pricing .card ul {
        margin-bottom: 0 !important;
        margin-top: 0.65rem !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .pricing .card li {
        font-size: 0.8rem;
        line-height: 1.28;
        margin-bottom: 0.28rem;
    }

    .pricing .card li i {
        font-size: 0.9rem;
        margin-right: 0.35rem !important;
    }

    .bestseller-badge {
        border-radius: 14px;
        font-size: 0.72rem;
        padding: 4px 10px;
        right: 14px;
        top: -10px;
    }

    .pricing .row > div:last-child {
        font-size: 0.82rem;
        max-width: 320px;
    }

    #about img {
        max-height: 250px;
    }

    .logo-item {
        margin: 0 15px;
        width: 140px;
    }

    .logo-item img {
        height: 100px;
        width: 100px;
    }

    .seo-link-strip {
        align-items: flex-start;
        flex-direction: column;
    }
}

.imported-page {
    background: #fff;
    color: #172033;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

.imported-page img {
    height: auto;
    max-width: 100%;
}

.imported-page a {
    color: #1264d8;
}

.imported-page .hero {
    align-items: center;
    background: linear-gradient(120deg, rgba(18, 100, 216, 0.95), rgba(23, 135, 96, 0.86));
    color: #fff;
    display: grid;
    gap: clamp(28px, 5vw, 68px);
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    min-height: 560px;
    padding: clamp(54px, 9vw, 110px) clamp(18px, 5vw, 72px);
}

.imported-page .hero::after {
    display: none;
}

.imported-page .hero.small {
    grid-template-columns: minmax(0, 820px);
    min-height: 380px;
}

.imported-page .hero-copy {
    max-width: 790px;
}

.imported-page h1,
.imported-page h2,
.imported-page h3 {
    line-height: 1.15;
    margin: 0 0 14px;
}

.imported-page h1 {
    font-size: clamp(1.9rem, 4.2vw, 3.4rem);
    overflow-wrap: break-word;
}

.imported-page h2 {
    font-size: clamp(1.45rem, 2.6vw, 2.2rem);
    overflow-wrap: break-word;
}

.imported-page h3 {
    font-size: 1.08rem;
    overflow-wrap: break-word;
}

.imported-page .hero p {
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    max-width: 700px;
}

.imported-page .eyebrow {
    color: #f2b84b;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.imported-page .hero-actions,
.imported-page .price-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 20px;
}

.imported-page .btn,
.imported-page .lead-form button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
}

.imported-page .btn.primary,
.imported-page .lead-form button {
    background: #178760;
    color: #fff;
}

.imported-page .btn.ghost {
    background: #fff;
    border-color: #1264d8;
    color: #1264d8;
}

.imported-page .hero-media img {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(23, 32, 51, 0.11);
    display: block;
}

.imported-page .section {
    padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.imported-page .section.alt {
    background: #f5f8fb;
}

.imported-page .section-head {
    margin: 0 auto 34px;
    max-width: 870px;
    text-align: center;
}

.imported-page .section-head p,
.imported-page .split p,
.imported-page .article p {
    color: #637083;
}

.imported-page .feature-grid,
.imported-page .link-grid,
.imported-page .blog-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.imported-page .feature-grid article,
.imported-page .link-grid a,
.imported-page .blog-grid article,
.imported-page .note,
.imported-page .lead-form,
.imported-page .faq-list details,
.imported-page .price-card,
.imported-page .highlight-grid article,
.imported-page .home-service-grid a {
    background: #fff;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.06);
}

.imported-page .feature-grid article,
.imported-page .link-grid a,
.imported-page .blog-grid article,
.imported-page .highlight-grid article,
.imported-page .home-service-grid a {
    padding: 22px;
}

.imported-page .blog-grid h2 {
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.28;
}

.imported-page .blog-grid h2 a,
.imported-page .blog-grid p,
.imported-page .article a {
    overflow-wrap: break-word;
    word-break: normal;
}

.imported-page .blog-grid p {
    font-size: 0.96rem;
    line-height: 1.55;
}

.imported-page .highlight-grid,
.imported-page .home-service-grid,
.imported-page .pricing-grid,
.imported-page .steps {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 1120px;
}

.imported-page .highlight-grid,
.imported-page .pricing-grid,
.imported-page .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imported-page .home-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.imported-page .split,
.imported-page .home-split {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    margin: 0 auto;
    max-width: 1180px;
}

.imported-page .note {
    align-self: start;
    padding: 24px;
}

.imported-page .note a {
    display: block;
    font-weight: 800;
    margin: 10px 0;
}

.imported-page .pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
}

.imported-page .pill-grid span,
.imported-page .hero-list li {
    border: 1px solid #dde5ee;
    border-radius: 8px;
    font-weight: 800;
    padding: 8px 12px;
}

.imported-page .pill-grid span {
    background: #fff;
    color: #172033;
}

.imported-page .hero-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.imported-page .hero-list li {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.25);
}

.imported-page .steps {
    list-style-position: inside;
    padding: 0;
}

.imported-page .steps li {
    background: #f5f8fb;
    border-left: 5px solid #178760;
    border-radius: 8px;
    padding: 22px;
}

.imported-page .price-card {
    align-content: start;
    display: grid;
    gap: 16px;
    padding: 26px;
}

.imported-page .price-card.featured {
    border-color: #178760;
    box-shadow: 0 16px 40px rgba(23, 135, 96, 0.18);
}

.imported-page .badge {
    background: #178760;
    border-radius: 8px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    justify-self: start;
    padding: 5px 10px;
    text-transform: uppercase;
}

.imported-page .price-row {
    align-items: baseline;
    display: flex;
    gap: 12px;
}

.imported-page .old-price {
    color: #637083;
    font-size: 1.15rem;
    text-decoration: line-through;
}

.imported-page .price-row strong {
    color: #172033;
    font-size: clamp(2.3rem, 5vw, 3.1rem);
    line-height: 1;
}

.imported-page .cta-band {
    align-items: start;
    background: #172033;
    color: #fff;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
    padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.imported-page .cta-band p {
    color: #dce5ef;
}

.imported-page .lead-form {
    color: #172033;
    display: grid;
    gap: 14px;
    padding: 24px;
}

.imported-page .lead-form label {
    display: grid;
    font-weight: 800;
    gap: 6px;
}

.imported-page .lead-form input,
.imported-page .lead-form textarea {
    border: 1px solid #dde5ee;
    border-radius: 8px;
    font: inherit;
    padding: 12px 13px;
    width: 100%;
}

.imported-page .faq-list {
    margin: 0 auto;
    max-width: 980px;
}

.imported-page .faq-list details {
    margin-bottom: 12px;
    padding: 18px 20px;
}

.imported-page .faq-list summary {
    cursor: pointer;
    font-weight: 900;
}

.imported-page .article {
    margin: 0 auto;
    max-width: 900px;
    padding: clamp(48px, 8vw, 86px) 18px;
}

.imported-page .toc {
    background: #f5f8fb;
    border-radius: 8px;
    display: grid;
    gap: 7px;
    margin: 24px 0 36px;
    padding: 18px;
}

.imported-page .article section {
    border-top: 1px solid #dde5ee;
    padding: 18px 0;
}

@media (max-width: 1050px) {
    .imported-page .hero,
    .imported-page .cta-band,
    .imported-page .split,
    .imported-page .home-split {
        grid-template-columns: 1fr;
    }

    .imported-page .feature-grid,
    .imported-page .link-grid,
    .imported-page .blog-grid,
    .imported-page .home-service-grid,
    .imported-page .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .imported-page .highlight-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .imported-page .hero {
        min-height: auto;
        padding-top: 42px;
    }

    .imported-page h1 {
        font-size: 1.75rem;
        line-height: 1.16;
    }

    .imported-page h2 {
        font-size: 1.35rem;
    }

    .imported-page .hero p,
    .imported-page .section-head p,
    .imported-page .split p,
    .imported-page .article p {
        font-size: 0.96rem;
    }

    .imported-page .hero-actions,
    .imported-page .hero-list {
        display: grid;
    }

    .imported-page .feature-grid,
    .imported-page .link-grid,
    .imported-page .blog-grid,
    .imported-page .home-service-grid,
    .imported-page .pricing-grid,
    .imported-page .steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .home-modern-hero {
        padding: 7rem 0 3.5rem;
    }

    .hero-mockup {
        margin: 0 auto;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .home-modern-hero {
        padding-top: 6.4rem;
    }

    .home-modern-hero h1 {
        font-size: 2.25rem;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-trust-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-floating-card {
        left: auto;
        margin: 0.65rem auto 0;
        min-width: 0;
        position: relative;
        right: auto;
        top: auto;
        width: calc(100% - 32px);
    }

    .hero-card-qr {
        bottom: auto;
    }

    .hero-mockup::before {
        inset: 6% 6% 22% 6%;
    }

    .hero-mockup img {
        border-radius: 18px;
    }
}
