:root {
    --bg: #f4f7fb;
    --bg-soft: #edf2f8;
    --surface: #ffffff;
    --surface-strong: #fdfefe;
    --text: #172033;
    --text-soft: #52607a;
    --text-muted: #73819a;
    --line: rgba(22, 33, 55, 0.1);
    --line-strong: rgba(20, 33, 55, 0.16);
    --accent: #224a9a;
    --accent-deep: #17366f;
    --accent-warm: #f08a54;
    --accent-green: #4fb88e;
    --accent-soft: rgba(34, 74, 154, 0.1);
    --shadow-soft: 0 28px 80px rgba(20, 39, 75, 0.08);
    --shadow-card: 0 18px 40px rgba(18, 33, 62, 0.06);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container: 1200px;
}

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

html {
    scroll-behavior: smooth;
}

body.site-body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(217, 228, 247, 0.65), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(221, 233, 251, 0.44), transparent 24%),
        linear-gradient(180deg, #f9fbfe 0%, var(--bg) 44%, #f8fafc 100%);
    color: var(--text);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.site-body.nav-open {
    overflow: hidden;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

.site-shell {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
}

.home-page {
    position: relative;
    overflow-x: clip;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 18px 0;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
    padding: 12px 0;
    background: rgba(249, 251, 254, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(25, 42, 82, 0.08);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 60px;
}

.site-wordmark {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: var(--text-soft);
    font-size: 0.96rem;
}

.site-nav a {
    position: relative;
    transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--text);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.burger-button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(18, 35, 68, 0.08);
    cursor: pointer;
}

.burger-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--text);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.98rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button--small {
    min-height: 48px;
    padding: 0 22px;
}

.button--primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(34, 74, 154, 0.28);
}

.button--secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(23, 32, 51, 0.14);
    color: var(--text);
}

.button--ghost {
    background: transparent;
    border-color: rgba(23, 32, 51, 0.14);
    color: var(--text-soft);
}

.section-block {
    padding: 108px 0;
}

.section-block--soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(236, 242, 249, 0.78) 100%);
}

.section-block--feature {
    padding-top: 88px;
    padding-bottom: 88px;
}

.section-block--seo {
    padding-top: 92px;
    padding-bottom: 92px;
    background: linear-gradient(135deg, rgba(24, 47, 92, 0.96) 0%, rgba(20, 39, 75, 0.96) 100%);
    color: #fff;
}

.section-block--faq {
    padding-top: 92px;
}

.hero-section {
    padding: 54px 0 88px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 52px;
    align-items: center;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--accent-deep);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-kicker__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, #4d7fe3 100%);
    box-shadow: 0 0 0 6px rgba(34, 74, 154, 0.08);
}

.hero-copy h1,
.section-heading h2,
.reason-copy h2,
.article-strip h2,
.cta-panel h2 {
    margin: 0;
    letter-spacing: -0.035em;
}

.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(2.55rem, 3.45vw, 3.85rem);
    line-height: 1.08;
}

.hero-copy__lead {
    max-width: 660px;
    margin-top: 22px;
    color: var(--text-soft);
    font-size: clamp(1rem, 1.2vw, 1.14rem);
    line-height: 1.68;
}

.hero-copy__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 690px;
    margin-top: 22px;
}

.hero-metrics div {
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 34px rgba(18, 33, 62, 0.05);
}

.hero-metrics strong {
    display: block;
    margin-bottom: 6px;
    color: var(--text);
    font-size: 1.05rem;
}

.hero-metrics span {
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-tags span,
.article-strip__items span,
.case-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--text-soft);
    font-size: 0.93rem;
}

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

.hero-board {
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.hero-board--main {
    position: absolute;
    top: 34px;
    left: 0;
    right: 56px;
    padding: 24px;
}

.hero-board__topline {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hero-dot--red {
    background: #f17e7e;
}

.hero-dot--gold {
    background: #f5c35a;
}

.hero-dot--green {
    background: #4fb88e;
}

.hero-storefront {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
}

.hero-storefront__sidebar {
    display: grid;
    gap: 10px;
}

.hero-storefront__sidebar span,
.hero-phone__chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 18px;
    background: #f1f5fb;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.hero-storefront__content {
    display: grid;
    gap: 18px;
}

.hero-storefront__headline {
    display: grid;
    gap: 6px;
}

.hero-storefront__headline strong {
    font-size: 1.35rem;
}

.hero-storefront__headline small {
    color: var(--text-muted);
    line-height: 1.55;
}

.hero-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hero-card {
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f5fb 100%);
}

.hero-card strong,
.hero-float strong,
.hero-phone strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.hero-card span,
.hero-float p,
.hero-phone__screen {
    color: var(--text-muted);
}

.hero-card__media {
    height: 128px;
    margin-bottom: 14px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(237, 147, 111, 0.85) 0%, rgba(255, 219, 158, 0.95) 100%);
}

.hero-card__media--dark {
    background:
        linear-gradient(135deg, rgba(33, 54, 100, 0.95) 0%, rgba(54, 88, 153, 0.92) 100%);
}

.hero-storefront__checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(24, 39, 71, 0.96) 0%, rgba(32, 56, 106, 0.96) 100%);
    color: #fff;
}

.hero-storefront__checkout span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.hero-storefront__checkout button,
.hero-phone__screen button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--accent-deep);
    font-weight: 700;
    cursor: pointer;
}

.hero-float,
.hero-phone {
    position: absolute;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-card);
}

.hero-float {
    width: 238px;
    padding: 20px;
}

.hero-float--crm {
    top: 0;
    right: 0;
}

.hero-float--cabinet {
    bottom: 58px;
    right: 14px;
}

.hero-float__label {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-progress {
    margin-top: 16px;
    height: 8px;
    border-radius: 999px;
    background: rgba(34, 74, 154, 0.12);
}

.hero-progress span {
    display: block;
    width: 74%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent) 0%, #5e89db 100%);
}

.hero-phone {
    bottom: 0;
    left: 44px;
    width: 205px;
    padding: 12px;
}

.hero-phone__screen {
    display: grid;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f7faff 0%, #edf2f9 100%);
}

.hero-phone__rows {
    display: grid;
    gap: 10px;
}

.hero-phone__rows span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: #d5deeb;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 40px;
}

.section-heading h2,
.reason-copy h2,
.article-strip h2,
.cta-panel h2 {
    font-size: clamp(1.85rem, 2.55vw, 2.9rem);
    line-height: 1.12;
}

.section-heading p,
.reason-copy p,
.cta-panel p,
.article-strip__intro {
    margin-top: 16px;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.72;
}

.task-grid,
.service-grid,
.focus-grid,
.case-grid,
.process-grid,
.footer-grid {
    display: grid;
    gap: 22px;
}

.task-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.task-card,
.service-card,
.reason-card,
.focus-card,
.case-card,
.process-card,
.faq-item,
.article-strip,
.cta-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-card);
}

.task-card,
.service-card,
.focus-card,
.case-card,
.process-card,
.article-strip {
    padding: 28px;
}

.task-card {
    min-height: 234px;
    transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s ease;
}

.task-card:hover,
.service-card:hover,
.focus-card:hover,
.case-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(18, 33, 62, 0.08);
}

.task-card__icon,
.process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #edf3fe 0%, #dce8fd 100%);
    color: var(--accent-deep);
    font-weight: 700;
}

.task-card h3,
.service-card h3,
.reason-card h3,
.focus-card h3,
.case-card h3,
.process-card h3,
.site-footer h3 {
    margin: 0 0 12px;
    font-size: 1.26rem;
    line-height: 1.25;
}

.task-card p,
.service-card p,
.reason-card p,
.focus-card p,
.case-card p,
.process-card p,
.site-footer p,
.footer-grid li {
    color: var(--text-soft);
    line-height: 1.7;
}

.service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 248, 254, 0.9) 100%);
    transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 90% 6%, rgba(34, 74, 154, 0.12), transparent 28%),
        linear-gradient(90deg, var(--service-accent, var(--accent)) 0 5px, transparent 5px);
    pointer-events: none;
}

.service-card--shop {
    --service-accent: #224a9a;
    --service-soft: rgba(34, 74, 154, 0.1);
}

.service-card--custom {
    --service-accent: #3f63b8;
    --service-soft: rgba(63, 99, 184, 0.1);
}

.service-card--crm {
    --service-accent: #17366f;
    --service-soft: rgba(23, 54, 111, 0.1);
}

.service-card--growth {
    --service-accent: #d97445;
    --service-soft: rgba(217, 116, 69, 0.11);
}

.service-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.service-card__top span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--service-soft, var(--accent-soft));
    color: var(--service-accent, var(--accent-deep));
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-card__top strong {
    color: rgba(23, 32, 51, 0.1);
    font-size: 2.6rem;
    line-height: 1;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-card a {
    position: relative;
    z-index: 1;
}

.service-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 26px;
    padding: 0;
    list-style: none;
    color: var(--text);
    line-height: 1.55;
}

.service-card li {
    position: relative;
    padding-left: 28px;
}

.service-card li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--service-accent, var(--accent));
    box-shadow: 0 0 0 5px var(--service-soft, var(--accent-soft));
}

.service-card a,
.case-card a {
    color: var(--accent-deep);
    font-weight: 700;
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: var(--service-accent, var(--accent-deep));
}

.service-card a::after {
    content: "";
    width: 18px;
    height: 10px;
    background: currentColor;
    clip-path: polygon(0 40%, 72% 40%, 72% 0, 100% 50%, 72% 100%, 72% 60%, 0 60%);
    transition: transform 0.28s ease;
}

.service-card:hover a::after {
    transform: translateX(2px);
}

.reason-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: start;
}

.reason-copy {
    position: sticky;
    top: 104px;
}

.reason-proof {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.reason-proof div {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(34, 74, 154, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(239, 245, 254, 0.86) 100%);
    box-shadow: 0 18px 44px rgba(18, 33, 62, 0.06);
}

.reason-proof strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--accent-deep);
    color: #fff;
    font-size: 0.92rem;
}

.reason-proof span {
    color: var(--text-soft);
    line-height: 1.55;
}

.seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 36px;
    align-items: start;
}

.seo-copy .section-kicker,
.seo-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.seo-copy h2 {
    margin: 0;
    font-size: clamp(1.85rem, 2.55vw, 2.9rem);
    line-height: 1.12;
}

.seo-copy p {
    margin-top: 18px;
    font-size: 1.02rem;
    line-height: 1.7;
}

.seo-checklist {
    display: grid;
    gap: 14px;
}

.seo-checklist article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 18px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.seo-checklist span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 800;
}

.seo-checklist h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.seo-checklist p {
    grid-column: 2;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.reason-points {
    position: relative;
    display: grid;
    gap: 16px;
}

.reason-points::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 30px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(34, 74, 154, 0.12) 0%, rgba(34, 74, 154, 0.38) 50%, rgba(217, 116, 69, 0.2) 100%);
}

.reason-card {
    position: relative;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    column-gap: 18px;
    padding: 24px 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 18%, rgba(34, 74, 154, 0.08), transparent 30%),
        rgba(255, 255, 255, 0.9);
    transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s ease;
}

.reason-card:hover {
    transform: translateX(3px);
    box-shadow: 0 20px 48px rgba(18, 33, 62, 0.08);
}

.reason-card > span {
    grid-row: span 2;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #eef3fb;
    color: var(--accent-deep);
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(34, 74, 154, 0.1);
}

.reason-card h3 {
    margin-top: 2px;
}

.reason-card p {
    grid-column: 2;
}

.focus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus-card__preview,
.case-card__image {
    height: 220px;
    margin-bottom: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #edf2fb 0%, #dfe9f8 100%);
    position: relative;
    overflow: hidden;
}

.focus-card__preview::before,
.case-card__image::before,
.focus-card__preview::after,
.case-card__image::after {
    content: "";
    position: absolute;
    border-radius: 20px;
}

.focus-card__preview--food::before,
.case-card__image--one::before {
    inset: 22px 18px auto;
    height: 46px;
    background: rgba(255, 255, 255, 0.95);
}

.focus-card__preview--food::after,
.case-card__image--one::after {
    inset: 84px 18px 18px;
    background: linear-gradient(135deg, rgba(34, 74, 154, 0.92) 0%, rgba(75, 115, 201, 0.92) 100%);
}

.focus-card__preview--sushi::before,
.case-card__image--two::before {
    inset: 20px auto 20px 20px;
    width: 35%;
    background: rgba(255, 255, 255, 0.92);
}

.focus-card__preview--sushi::after,
.case-card__image--two::after {
    inset: 20px 20px 20px 42%;
    background: linear-gradient(135deg, rgba(22, 35, 64, 0.96) 0%, rgba(37, 67, 127, 0.96) 100%);
}

.focus-card__preview--cabinet::before,
.case-card__image--three::before {
    inset: 20px;
    background: rgba(255, 255, 255, 0.94);
}

.focus-card__preview--cabinet::after,
.case-card__image--three::after {
    left: 42px;
    right: 42px;
    bottom: 36px;
    height: 58px;
    background: linear-gradient(135deg, rgba(34, 74, 154, 0.15) 0%, rgba(65, 102, 186, 0.25) 100%);
}

.case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card__type {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px;
}

.section-actions {
    margin-top: 30px;
    text-align: center;
}

.process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-card {
    min-height: 250px;
}

.process-note {
    margin-top: 24px;
    color: var(--text-soft);
    font-size: 1rem;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 28px;
    border: 0;
    background: transparent;
    color: var(--text);
    text-align: left;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: padding-bottom 0.22s ease;
}

.faq-item__trigger:focus {
    outline: none;
}

.faq-item__trigger:focus-visible .faq-item__icon {
    box-shadow: 0 0 0 3px rgba(34, 74, 154, 0.12);
}

.faq-item__trigger[aria-expanded="true"] {
    padding-bottom: 16px;
}

.faq-item__icon {
    min-width: 36px;
    height: 36px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef3fb;
    color: var(--accent-deep);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-item__icon::after {
    transform: rotate(90deg);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__icon {
    background: rgba(34, 74, 154, 0.14);
    box-shadow: inset 0 0 0 1px rgba(34, 74, 154, 0.08);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__icon::after {
    opacity: 0;
    transform: rotate(90deg) scaleX(0.25);
}

.faq-item__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.34s ease, opacity 0.24s ease;
}

.faq-item__body.is-open {
    opacity: 1;
}

.faq-item__content {
    padding: 0 28px 34px;
}

.faq-item__content p {
    color: var(--text-soft);
    line-height: 1.75;
}

.article-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.article-strip__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.cta-section {
    padding: 20px 0 110px;
}

.cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 40px;
    background:
        radial-gradient(circle at top right, rgba(239, 123, 69, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 253, 0.96) 100%);
}

.cta-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.site-footer {
    padding: 0 0 46px;
}

.footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
    padding: 34px 0 28px;
    border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.site-wordmark--footer {
    margin-bottom: 16px;
}

.site-footer h3 {
    font-size: 1rem;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 10px;
}

.site-footer a {
    color: var(--text-soft);
}

.contact-phone-reveal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text-soft);
    font: inherit;
    cursor: pointer;
}

.contact-phone-reveal__preview,
.contact-phone-link {
    color: var(--accent-deep);
    font-size: 1.08rem;
    font-weight: 700;
}

.site-footer .contact-phone-link {
    color: var(--accent-deep);
}

.contact-phone-reveal__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(34, 74, 154, 0.2);
}

.contact-phone-reveal.is-loading .contact-phone-reveal__cta {
    opacity: 0.7;
}

.content-page {
    min-height: 100vh;
    padding-bottom: 80px;
}

.content-page__header {
    padding: 42px 0 28px;
}

.content-page__backlink {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(23, 32, 51, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--text-soft);
}

.content-page__hero {
    max-width: 840px;
    margin-top: 28px;
}

.content-page__hero h1 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.content-page__hero p {
    margin-top: 16px;
    color: var(--text-soft);
    font-size: 1.04rem;
    line-height: 1.7;
}

.content-page__body {
    padding-top: 16px;
}

.content-page__card {
    max-width: 920px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-card);
    color: var(--text);
    font-size: 1rem;
    line-height: 1.8;
}

.cookie-notice {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 80;
    width: min(680px, calc(100% - 24px));
    padding: 20px 22px 18px;
    border: 1px solid rgba(23, 32, 51, 0.12);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 253, 0.95) 100%);
    box-shadow: 0 24px 60px rgba(18, 33, 62, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translate(-50%, 18px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.cookie-notice.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.cookie-notice__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(23, 32, 51, 0.06);
    cursor: pointer;
}

.cookie-notice__close span {
    position: absolute;
    top: 16px;
    left: 9px;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--text-soft);
}

.cookie-notice__close span:first-child {
    transform: rotate(45deg);
}

.cookie-notice__close span:last-child {
    transform: rotate(-45deg);
}

.cookie-notice__body {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 28px;
}

.cookie-notice__body p {
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.6;
}

.cookie-notice__body a {
    color: var(--accent-deep);
    font-weight: 600;
}

.cookie-notice__accept {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(34, 74, 154, 0.24);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 32, 51, 0.08);
    color: var(--text-muted);
    font-size: 0.94rem;
}

@media (max-width: 1180px) {
    .hero-grid,
    .reason-grid,
    .seo-grid,
    .article-strip,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        max-width: 760px;
    }

    .reason-copy {
        position: static;
    }

    .hero-visual {
        min-height: 720px;
    }

    .task-grid,
    .focus-grid,
    .case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .site-shell {
        width: min(var(--container), calc(100% - 32px));
    }

    .site-nav {
        position: fixed;
        top: 82px;
        left: 16px;
        right: 16px;
        display: grid;
        gap: 14px;
        padding: 20px;
        border: 1px solid rgba(23, 32, 51, 0.08);
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 24px 60px rgba(22, 38, 72, 0.12);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .burger-button {
        display: inline-block;
    }

    .site-header__actions .button--small {
        display: none;
    }

    .hero-section {
        padding-top: 26px;
    }

    .hero-grid,
    .service-grid,
    .hero-metrics,
    .task-grid,
    .focus-grid,
    .case-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 760px;
    }

    .hero-board--main {
        right: 0;
    }

    .hero-float--crm {
        top: auto;
        bottom: 160px;
        right: 0;
    }

    .hero-float--cabinet {
        bottom: 16px;
        right: 0;
    }

    .hero-phone {
        left: 0;
        bottom: 220px;
    }

    .section-block {
        padding: 82px 0;
    }
}

@media (max-width: 640px) {
    .hero-copy h1 {
        max-width: 100%;
        font-size: 2.35rem;
    }

    .hero-copy__lead,
    .section-heading p,
    .cta-panel p {
        font-size: 1rem;
    }

    .hero-copy__actions,
    .cta-panel__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .seo-checklist article {
        grid-template-columns: 1fr;
    }

    .seo-checklist p {
        grid-column: 1;
    }

    .hero-visual {
        min-height: 690px;
    }

    .hero-board--main,
    .hero-float,
    .hero-phone {
        position: static;
        width: auto;
    }

    .hero-visual {
        display: grid;
        gap: 16px;
    }

    .hero-storefront {
        grid-template-columns: 1fr;
    }

    .hero-cards {
        grid-template-columns: 1fr;
    }

    .task-card,
    .service-card,
    .focus-card,
    .case-card,
    .process-card,
    .article-strip,
    .cta-panel {
        padding: 22px;
        border-radius: 22px;
    }

    .faq-item__trigger,
    .faq-item__content {
        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-grid,
    .footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .footer-bottom {
        justify-content: start;
    }

    .cookie-notice {
        bottom: 16px;
        padding: 18px 18px 16px;
        border-radius: 20px;
    }

    .cookie-notice__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-right: 18px;
    }

    .cookie-notice__accept {
        width: 100%;
        min-height: 46px;
    }
}
