:root {
    --ink: #07101a;
    --navy: #0b1725;
    --paper: #f4f7f5;
    --white: #fff;
    --green: #48e0a4;
    --green-strong: #1dbd83;
    --muted: #8fa3ad;
    --line: #cad5d1;
    --shadow: 0 24px 60px rgba(13, 35, 29, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #dce8ed; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--green); color: #04130d; font-weight: 800; }
.skip:focus { top: 12px; }

.site-header { position: sticky; z-index: 30; top: 0; height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,16,26,.94); backdrop-filter: blur(18px); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; }
.brand img { display: block; width: 44px; height: 44px; object-fit: contain; }
.brand-copy { min-width: 0; display: flex; flex-direction: column; }
.brand-copy strong { color: #fff; font-size: 15px; letter-spacing: -.025em; }
.brand-copy small { max-width: 230px; margin-top: 2px; overflow: hidden; color: #718791; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; gap: 28px; }
.nav a { position: relative; padding: 28px 0; color: #c4d1d8; font-size: 13px; font-weight: 650; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--green); transition: .2s; }
.nav a:hover::after, .nav a.active::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.talk { color: var(--green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.menu { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); background: none; color: #fff; font-size: 20px; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--green-strong); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.hero { position: relative; min-height: 712px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,26,.84), rgba(7,16,26,.65) 52%, rgba(7,16,26,.58)), linear-gradient(0deg, rgba(7,16,26,.92), rgba(7,16,26,.05) 48%), url("https://www.jcdatacontrol.com/assets/img/hero.webp") center/cover no-repeat; }
.hero-inner { position: relative; z-index: 2; min-height: 650px; padding: 62px 0; display: grid; grid-template-columns: 1.1fr .72fr; grid-template-areas: "copy console" "primary client"; column-gap: 86px; row-gap: 32px; align-items: center; }
.hero-copy { grid-area: copy; min-width: 0; }
.hero-side { grid-area: console; min-width: 0; }
.client-portal-actions { grid-area: client; margin-top: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-self: start; }
.client-portal-actions .btn { width: 100%; }
.client-portal-actions .btn:hover { border-color: var(--green); background: var(--green); color: #04130d; }
.hero h1, .heading h2, .page-hero h1, .contact-band h2 { margin: 0; letter-spacing: -.048em; text-wrap: balance; }
.hero h1 { max-width: 750px; color: #fff; font-size: clamp(52px, 5.8vw, 91px); font-weight: 680; line-height: .98; }
.hero h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.lead { max-width: 625px; margin: 29px 0 0; color: #b4c4cc; font-size: 17px; line-height: 1.72; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-primary-actions { grid-area: primary; margin-top: 0; align-self: start; }
.btn { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; background: none; color: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .65; cursor: wait; transform: none; }
.btn.primary { background: var(--green); color: #04130d; }
.btn.secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.avatars { display: flex; }
.avatars span { width: 35px; height: 35px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: #112235; color: var(--green); font-size: 9px; font-weight: 900; }
.avatars span:first-child { margin-left: 0; }
.proof p { margin: 0; display: flex; flex-direction: column; gap: 3px; font-size: 12px; }
.proof small { color: #7f949f; }
.console { border: 1px solid rgba(105,221,180,.23); background: linear-gradient(145deg, rgba(25,54,74,.94), rgba(7,20,31,.98)); box-shadow: 0 32px 80px rgba(0,0,0,.36); }
.console-top, .console-foot { min-height: 56px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(150,180,192,.18); color: #9fb1ba; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.live { color: var(--green); border: 1px solid rgba(72,224,164,.3); padding: 5px 8px; }
.dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.console-main { padding: 28px 22px 22px; }
.console-main p { margin: 0 0 7px; color: #839aa5; font-size: 12px; }
.console-main strong { color: #fff; font-size: 26px; }
.bars { height: 88px; margin-top: 24px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.09); }
.bars i { flex: 1; height: var(--bar-height, 6%); background: linear-gradient(to top, rgba(72,224,164,.22), var(--green)); }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(150,180,192,.18); }
.console-stats div { min-height: 82px; padding: 17px 13px; border-right: 1px solid rgba(150,180,192,.18); }
.console-stats div:last-child { border: 0; }
.console-stats small, .console-stats strong { display: block; }
.console-stats small { color: #718a96; font-size: 9px; text-transform: uppercase; }
.console-stats strong { margin-top: 9px; font-size: 11px; }
.console-foot { border: 0; color: var(--green); }
.console-foot small { color: #708792; letter-spacing: 0; font-weight: 500; }
.strip { position: relative; z-index: 2; min-height: 62px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #7f929d; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-strong); }

.block { padding: 112px 0; }
.light { background: var(--paper); color: var(--navy); }
.dark { background: var(--navy); color: #fff; }
.soft { background: #e7eee9; color: var(--navy); }
.heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.heading h2 { color: var(--navy); font-size: clamp(40px, 4.4vw, 69px); line-height: 1.04; }
.heading > p { margin: 0; color: #5e7079; font-size: 15px; line-height: 1.75; }
.dark .heading h2 { color: #fff; }
.dark .heading > p { color: #90a3ad; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 24px 25px 29px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: .2s; }
.service-card:hover { background: #fff; transform: translateY(-4px); box-shadow: var(--shadow); }
.num { color: #8b9d96; font-family: Georgia, serif; font-size: 13px; }
.tag { color: var(--green-strong); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 10px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.service-card p { margin: 0; color: #64767d; font-size: 14px; line-height: 1.7; }
.solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.solution-card { min-height: 385px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 75% 18%, rgba(72,224,164,.17), transparent 35%), linear-gradient(145deg, rgba(25,51,70,.8), rgba(9,23,36,.98)); }
.solution-card:nth-child(2) { background: radial-gradient(circle at 30% 18%, rgba(56,207,229,.17), transparent 38%), linear-gradient(145deg, rgba(25,51,70,.8), rgba(9,23,36,.98)); }
.solution-card h3 { margin: auto 0 14px; color: #fff; font-size: 34px; letter-spacing: -.05em; }
.solution-card p { margin: 0; color: #9eb0b9; font-size: 14px; line-height: 1.65; }
.solution-foot { margin-top: 22px; padding-top: 21px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: var(--green); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.go { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(72,224,164,.4); }
.templates-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.templates-layout h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 4.4vw, 69px); line-height: 1.04; letter-spacing: -.048em; }
.templates-layout > div > p { margin-top: 24px; color: #5e7079; line-height: 1.75; }
.text-link { display: inline-block; margin-top: 27px; color: #087653; font-size: 13px; font-weight: 850; }
.template-list { border-top: 1px solid #b6c8bf; }
.template-row { min-height: 110px; padding: 18px 0; display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid #b6c8bf; }
.excel { width: 48px; height: 58px; display: grid; place-items: center; background: var(--green-strong); color: #fff; font-size: 12px; font-weight: 900; clip-path: polygon(0 0, 75% 0, 100% 22%, 100% 100%, 0 100%); }
.template-row small { color: #71837a; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.template-row h3 { margin: 5px 0 0; font-size: 17px; }
.soon { padding: 7px 9px; border: 1px solid #9cb9ab; color: #4f6960; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.testimonials, .articles, .catalog, .contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #ccd7d2; background: #fff; }
.quote-mark { color: var(--green-strong); font: 52px/1 Georgia, serif; }
.quote blockquote { margin: 23px 0 auto; color: #30434a; font: 18px/1.6 Georgia, serif; }
.quote footer { margin-top: 27px; padding-top: 18px; border-top: 1px solid #d9e2de; }
.quote strong, .quote small { display: block; }
.quote strong { font-size: 11px; letter-spacing: .06em; }
.quote small { margin-top: 5px; color: #7b8e85; }
.knowledge { background: #081522; }
.knowledge .heading h2 { color: #fff; }
.knowledge .heading > p { color: #9bb0ba; }
.article-card { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.11); background: #0c1d2c; transition: .2s; }
.article-card:hover { transform: translateY(-5px); border-color: rgba(72,224,164,.45); }
.article-visual { position: relative; min-height: 195px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: linear-gradient(135deg, #c12d66, #651e55); }
.article-card:nth-child(2) .article-visual { background: linear-gradient(135deg, #0dbda4, #075b6f); }
.article-card:nth-child(3) .article-visual { background: linear-gradient(135deg, #3775cc, #24305f); }
.article-visual::after { content: ""; position: absolute; width: 180px; height: 180px; right: -40px; bottom: -60px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 60px rgba(255,255,255,.025); }
.article-visual b { font-size: 38px; letter-spacing: -.08em; }
.article-visual small { z-index: 1; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-visual.has-image {
    min-height: 195px;
    padding: 0;
    background: #071522;
}

.article-visual.has-image::after {
    display: none;
}

.article-visual img {
    display: block;
    width: 100%;
    height: 195px;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.article-card:hover .article-visual img {
    transform: scale(1.04);
}
.article-body { padding: 23px; }
.meta { display: flex; justify-content: space-between; gap: 12px; color: #718894; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-card h3 { margin: 16px 0 11px; color: #fff; font-size: 20px; line-height: 1.25; }
.article-card p { margin: 0; color: #8fa2ac; font-size: 13px; line-height: 1.65; }

.page-hero { padding: 92px 0 88px; background: radial-gradient(circle at 80% 15%, rgba(72,224,164,.15), transparent 30%), linear-gradient(145deg, #0b1b2a, #06101a); }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(48px, 6vw, 82px); line-height: 1; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 25px 0 0; color: #a5b7bf; font-size: 17px; line-height: 1.75; }
.breadcrumbs { margin-bottom: 28px; color: #78909b; font-size: 11px; }
.breadcrumbs a { color: var(--green); }
.catalog-card, .contact-card { padding: 28px; border: 1px solid var(--line); background: #fff; transition: .2s; }
.catalog-card { min-height: 345px; display: flex; flex-direction: column; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.catalog-card .excel { margin-bottom: 42px; }
.catalog-card h2, .contact-card h2 { margin: 10px 0 12px; color: var(--navy); font-size: 25px; letter-spacing: -.04em; }
.catalog-card p, .contact-card p { margin: 0 0 24px; color: #63767d; font-size: 14px; line-height: 1.7; }
.catalog-card .text-link { margin-top: auto; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.feature { padding: 24px; border: 1px solid var(--line); background: #fff; }
.feature strong { display: block; margin-bottom: 8px; }
.feature p { margin: 0; color: #63767d; line-height: 1.65; }
.detail-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: start; }
.detail-copy h2 { font-size: 38px; letter-spacing: -.04em; }
.check-list { list-style: none; margin: 28px 0; padding: 0; }
.check-list li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); color: #42555d; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #087653; font-weight: 900; }
.side-card { padding: 30px; background: var(--navy); color: #fff; }
.side-card .excel { margin-bottom: 32px; }
.side-card h3 { font-size: 25px; }
.side-card p { color: #9aadb6; line-height: 1.7; }
.side-card .btn { width: 100%; margin-top: 12px; }
.article-page { background: var(--paper); color: var(--navy); }
.article-wrap { width: min(780px, calc(100% - 48px)); margin: auto; padding: 78px 0 110px; }
.article-wrap .meta { margin-bottom: 22px; color: #5d766c; font-size: 11px; }
.article-wrap h1 { margin: 0; font-size: clamp(42px, 5.5vw, 70px); line-height: 1.02; letter-spacing: -.055em; }
.article-wrap .intro { margin: 28px 0 48px; color: #566970; font: 22px/1.55 Georgia, serif; }
.prose h2, .article-wrap h2 { margin: 42px 0 10px; font-size: 30px; letter-spacing: -.035em; }
.prose p, .prose li, .article-wrap p { color: #40545c; font-size: 16px; line-height: 1.85; }
.notice { margin-top: 40px; padding: 22px; border-left: 4px solid var(--green-strong); background: #e5eee8; color: #40545c; }
.legal-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.legal-link { padding: 28px; border: 1px solid var(--line); background: #fff; }
.legal-link h2 { margin: 0 0 9px; color: var(--navy); font-size: 22px; }
.legal-link p { margin: 0; color: #60747c; line-height: 1.65; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form > .full { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #334a53; font-size: 13px; font-weight: 750; }
.field input, .field textarea { width: 100%; border: 1px solid #b9c9c2; background: #fff; padding: 14px; color: var(--navy); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--green-strong); box-shadow: 0 0 0 3px rgba(29,189,131,.12); }
.honeypot { position: absolute; left: -10000px; }
.check { display: flex; gap: 10px; align-items: flex-start; color: #536970; font-size: 13px; }
.error { color: #b42318; font-size: 12px; }
.success { margin-bottom: 22px; padding: 16px; border-left: 4px solid var(--green-strong); background: #def4e9; color: #155a41; }
.pagination { margin-top: 35px; }
.contact-band { padding: 96px 0; background: var(--green); color: #06140f; }
.contact-inner { display: grid; grid-template-columns: 1.15fr .8fr; gap: 90px; align-items: end; }
.contact-band h2 { max-width: 750px; font-size: clamp(43px, 5vw, 76px); line-height: 1; }
.contact-copy p { margin: 0; color: #164b39; line-height: 1.7; }
.mail { width: 100%; margin-top: 24px; border-color: rgba(6,20,15,.45); color: #06140f; }
.mail:hover { background: #06140f; color: var(--green); }
.contact-whatsapp { display: inline-block; margin-top: 14px; color: #0d5c42; font-size: 12px; font-weight: 850; }
.contact-points { margin-top: 32px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-points > a, .contact-points > div { padding: 16px 0; display: grid; gap: 6px; border-bottom: 1px solid var(--line); }
.contact-points small { color: #71837a; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-points strong { color: #31464e; font-size: 13px; font-weight: 700; line-height: 1.55; }
.contact-points a:hover strong { color: #087653; }

.footer { padding: 70px 0 24px; background: #06111b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .6fr .7fr .8fr; gap: 55px; }
.footer p, .footer a { color: #82959e; font-size: 12px; }
.footer-brand-line { display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-brand-line img { display: block; width: 52px; height: 52px; object-fit: contain; }
.footer-brand-line strong { font-size: 17px; }
.footer a:hover { color: var(--green); }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col strong { margin-bottom: 8px; color: #d9e5e9; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-contact { min-width: 0; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; color: #a0b2ba; line-height: 1.4; }
.footer-contact span { min-width: 0; overflow-wrap: anywhere; }
.footer-contact small { display: block; margin-bottom: 2px; color: #5f7480; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-icon { width: 23px; height: 23px; padding: 4px; border: 1px solid rgba(72,224,164,.24); color: var(--green); }
.footer-bottom { margin-top: 58px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #5f7480; font-size: 10px; }
.cookie-link { border: 0; padding: 0; background: none; color: #087653; text-align: left; font-size: 12px; cursor: pointer; }
.cookie { position: fixed; z-index: 80; left: 20px; right: 20px; bottom: 20px; max-width: 720px; margin: auto; padding: 22px; display: none; grid-template-columns: 1fr auto; gap: 20px; align-items: center; border: 1px solid rgba(72,224,164,.35); background: var(--navy); box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.cookie.show { display: grid; }
.cookie p { margin: 0; color: #a9bbc3; font-size: 13px; line-height: 1.65; }
.cookie strong { color: #fff; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions.hidden { display: none; }
.cookie .btn { min-height: 42px; padding-inline: 14px; font-size: 12px; }
.cookie-policy { display: inline-flex; margin-top: 9px; color: var(--green); font-size: 11px; font-weight: 750; }
.cookie-settings { display: none; grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.cookie-settings.open { display: grid; gap: 14px; }
.cookie-setting { display: flex; justify-content: space-between; gap: 24px; color: #c7d5da; font-size: 13px; }
.cookie-setting small { display: block; margin-top: 4px; color: #7e939d; }
.cookie .cookie-note { color: #718791; font-size: 11px; }
.switch { position: relative; width: 45px; height: 25px; border: 0; border-radius: 20px; background: #52636b; cursor: pointer; }
.switch::after { content: ""; position: absolute; width: 19px; height: 19px; top: 3px; left: 3px; border-radius: 50%; background: #fff; transition: .2s; }
.switch.on { background: var(--green-strong); }
.switch.on::after { left: 23px; }
.switch:disabled { opacity: .55; cursor: not-allowed; }
.recaptcha-notice { margin: -3px 0 0; color: #71837b; font-size: 11px; line-height: 1.55; }
.recaptcha-notice a { color: #087653; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 960px) {
    .site-header { grid-template-columns: 1fr auto; gap: 10px; }
    .menu { display: block; }
    .nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px 24px; flex-direction: column; gap: 0; background: #081522; border-bottom: 1px solid rgba(255,255,255,.12); }
    .nav.open { display: flex; }
    .nav a { padding: 14px 0; }
    .nav a::after { display: none; }
    .hero-inner { grid-template-columns: 1fr; grid-template-areas: "copy" "primary" "console" "client"; gap: 32px; align-items: stretch; }
    .console { max-width: 650px; }
    .services, .solutions, .testimonials, .articles, .catalog, .contact-cards { grid-template-columns: repeat(2, 1fr); }
    .templates-layout, .contact-inner, .detail-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
    .shell, .article-wrap { width: min(100% - 32px, 1180px); }
    .site-header { height: 68px; padding: 0 16px; }
    .brand img { width: 40px; height: 40px; }
    .brand-copy small { display: none; }
    .nav { top: 68px; }
    .talk { display: none; }
    .hero { min-height: auto; }
    .hero-inner { min-height: 0; padding: 76px 0 44px; }
    .hero h1 { font-size: clamp(45px, 13.6vw, 69px); }
    .lead { font-size: 15px; }
    .actions, .actions .btn { width: 100%; }
    .console { display: none; }
    .client-portal-actions { margin-top: 0; grid-template-columns: 1fr; }
    .strip { min-height: 56px; gap: 20px; justify-content: flex-start; overflow: hidden; white-space: nowrap; }
    .block { padding: 78px 0; }
    .heading { grid-template-columns: 1fr; gap: 24px; }
    .heading h2, .templates-layout h2 { font-size: clamp(36px, 10.5vw, 53px); }
    .services, .solutions, .testimonials, .articles, .catalog, .contact-cards, .feature-grid, .legal-index { grid-template-columns: 1fr; }
    .service-card { min-height: 235px; }
    .template-row { grid-template-columns: 48px 1fr; }
    .soon { grid-column: 2; justify-self: start; }
    .page-hero { padding: 68px 0; }
    .page-hero h1 { font-size: clamp(42px, 12vw, 61px); }
    .contact-form { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .contact-band { padding: 74px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .cookie { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; }
    .cookie-actions { flex-wrap: wrap; }
    .cookie-actions .btn { flex: 1; }
}
