/* Exact Agrobank Trade Sites visual system, ported to Joomla. */

:root {
  --green-950: #062b20; --green-900: #083b2b; --green-800: #0c5037;
  --green-700: #126844; --gold: #c99a43; --gold-light: #e3bd70;
  --ivory: #f6f2e9; --ink: #17261f; --muted: #657169; --white: #fff;
  --tw-enter-opacity: 1;
}
.scroll-area { scrollbar-width: thin; scrollbar-gutter: stable; }
.scroll-area-hidden { scrollbar-width: none; }
.scroll-fade-reveal-b { mask-image: linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent); }
.tw-shimmer { animation: tw-shimmer 1.4s linear infinite; }
@keyframes tw-shimmer { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }

/* Trading hub application surfaces */
.header-actions { display:flex; align-items:center; gap:16px; }
.cabinet-link { color:rgba(255,255,255,.78); font-size:12px; font-weight:800; }
.cabinet-link:hover { color:var(--gold-light); }
.mobile-menu { display:none; position:relative; }
.mobile-menu summary { min-width:48px; min-height:48px; display:flex; align-items:center; justify-content:center; list-style:none; border:1px solid rgba(227,189,112,.45); border-radius:3px; padding:12px 14px; color:var(--gold-light); font-size:12px; font-weight:800; cursor:pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu > div { position:absolute; right:0; top:48px; width:230px; display:flex; flex-direction:column; padding:12px; background:#fff; color:var(--ink); box-shadow:0 20px 45px rgba(0,0,0,.25); }
.mobile-menu a { border-bottom:1px solid #eee9df; padding:13px 10px; font-size:13px; font-weight:700; }
.mobile-menu a.mobile-menu-cta { margin-top:10px; border:1px solid var(--gold); background:var(--gold); color:var(--green-950); text-align:center; }
.form-trap { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; opacity:0!important; }
.consent-check { display:flex!important; flex-direction:row!important; align-items:flex-start; gap:10px!important; margin-top:18px; color:var(--muted); font-size:11px; line-height:1.5; }
.consent-check input { flex:0 0 auto; width:16px!important; height:16px!important; margin-top:1px; accent-color:var(--green-700); }
.consent-check a { color:var(--green-700); text-decoration:underline; }
.legal-links { display:flex; gap:18px; }
.legal-links a:hover { color:var(--gold-light); }

.prices-hero,.cabinet-login,.cabinet-top { background:var(--green-950); color:#fff; }
.prices-hero { padding:86px 0; }
.prices-hero-grid,.cabinet-login-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:center; }
.prices-hero h1,.cabinet-login h1,.cabinet-top h1 { max-width:800px; font-size:clamp(46px,6vw,76px); }
.prices-hero p:not(.eyebrow),.cabinet-login p:not(.eyebrow) { color:rgba(255,255,255,.68); font-size:16px; line-height:1.7; }
.prices-hero .button,.cabinet-login .button { margin-top:16px; }
.price-state { border:1px solid rgba(227,189,112,.35); padding:34px; background:rgba(255,255,255,.035); }
.price-state > span { color:var(--gold-light); font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.price-state strong { display:block; margin:22px 0 12px; font-family:Georgia,serif; font-size:29px; font-weight:400; }
.price-state p { margin:0!important; font-size:13px!important; }
.benchmark-grid,.analytics-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.benchmark-grid a,.analytics-grid a { min-height:245px; display:flex; flex-direction:column; border:1px solid #dcd6ca; background:#fff; padding:28px; transition:transform .2s,border-color .2s; }
.benchmark-grid a:hover,.analytics-grid a:hover { transform:translateY(-4px); border-color:var(--gold); }
.benchmark-grid span,.analytics-grid span,.cabinet-section-title span { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.benchmark-grid h2,.analytics-grid h2 { margin:35px 0 13px; font-family:Georgia,serif; font-size:29px; font-weight:400; }
.benchmark-grid p,.analytics-grid p { flex:1; color:var(--muted); font-size:12px; line-height:1.65; }
.benchmark-grid strong,.analytics-grid strong { color:var(--green-700); font-size:10px; }
.methodology { padding:75px 0; background:#fff; border-block:1px solid #ded8cc; }
.method-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.method-grid div { border-right:1px solid #ddd7cb; padding:10px 28px; }
.method-grid div:first-child { padding-left:0; }.method-grid div:last-child { border-right:0; }
.method-grid span { color:var(--gold); font-family:Georgia,serif; font-size:14px; }
.method-grid h3 { margin:24px 0 12px; font-family:Georgia,serif; font-size:24px; font-weight:400; }
.method-grid p { color:var(--muted); font-size:12px; line-height:1.65; }

.cabinet-login { min-height:660px; display:flex; align-items:center; padding:90px 0; }
.cabinet-benefits { display:grid; grid-template-columns:repeat(2,1fr); border:1px solid rgba(255,255,255,.18); }
.cabinet-benefits div { min-height:145px; display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); padding:23px; }
.cabinet-benefits strong { color:var(--gold-light); font-family:Georgia,serif; font-size:20px; font-weight:400; }
.cabinet-benefits span { color:rgba(255,255,255,.7); font-size:12px; }
.cabinet-top { padding:62px 0; }
.cabinet-title { display:flex; justify-content:space-between; align-items:end; gap:30px; }
.cabinet-title h1 { margin:0 0 10px; font-size:50px; }.cabinet-title p:not(.eyebrow) { color:rgba(255,255,255,.55); }.cabinet-title > a { color:var(--gold-light); font-size:12px; font-weight:800; }
.cabinet-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); gap:48px; align-items:start; }
.cabinet-section-title { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:24px; }
.cabinet-section-title h2 { margin:7px 0 0; font-size:38px; }.cabinet-section-title > p { max-width:340px; margin:0; color:var(--muted); font-size:11px; line-height:1.6; }
.cabinet-form { border:1px solid #dcd6ca; background:#fff; padding:28px; }.cabinet-form label { display:flex; flex-direction:column; gap:8px; }.cabinet-form label span { color:var(--green-800); font-size:9px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.cabinet-form input,.cabinet-form select,.cabinet-form textarea { width:100%; border:1px solid #d8d7d1; background:#fbfaf7; padding:13px; font:inherit; }.cabinet-form .button { margin-top:20px; }
.cabinet-notice { margin:16px 0 0; padding:12px; font-size:12px; }.cabinet-notice.success { background:#eef8f2; color:#1a6740; }.cabinet-notice.error { background:#fff1ef; color:#8c352d; }
.cabinet-requests { display:flex; flex-direction:column; gap:12px; }.cabinet-requests article,.empty-state { border:1px solid #dcd6ca; background:#fff; padding:22px; }.cabinet-requests article > div { display:flex; justify-content:space-between; gap:10px; }
.request-type,.request-status { border-radius:99px; padding:5px 8px; font-size:8px; font-weight:800; text-transform:uppercase; }.request-type { background:#edf4ef; color:var(--green-700); }.request-type.buy { background:#f8f0df; color:#8c641e; }.request-status { background:#efede7; color:#766f63; }
.cabinet-requests h3 { margin:18px 0 8px; font-family:Georgia,serif; font-size:22px; font-weight:400; }.cabinet-requests p,.empty-state p { color:var(--muted); font-size:11px; }.cabinet-requests small { color:#928b80; font-size:9px; }
.legal-hero { padding:72px 0 78px; background:var(--green-950); color:#fff; }
.legal-hero-grid { display:grid; grid-template-columns:minmax(0,1fr) 230px; gap:80px; align-items:end; }
.legal-page h1 { max-width:840px; margin:14px 0 18px; font-size:clamp(46px,6vw,78px); }
.legal-lead { max-width:760px; margin:0; color:rgba(255,255,255,.66); font-size:16px; line-height:1.75; }
.legal-version { border-left:1px solid rgba(255,255,255,.18); padding:12px 0 10px 24px; }
.legal-version small,.legal-version span { display:block; color:rgba(255,255,255,.46); font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.legal-version strong { display:block; margin:9px 0 6px; color:var(--gold-light); font-family:Georgia,serif; font-size:22px; font-weight:400; }
.legal-content-section { padding:70px 0 110px; background:#fbfaf6; }
.legal-layout { display:grid; grid-template-columns:270px minmax(0,820px); gap:84px; align-items:start; }
.legal-toc { position:sticky; top:105px; border-top:2px solid var(--green-900); padding-top:18px; }
.legal-toc > strong { display:block; margin-bottom:14px; color:var(--ink); font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.legal-toc nav { display:flex; flex-direction:column; }
.legal-toc nav a { display:grid; grid-template-columns:26px 1fr; gap:8px; border-top:1px solid #e2ddd3; padding:10px 0; color:#56635c; font-size:11px; line-height:1.45; }
.legal-toc nav a:hover { color:var(--green-700); }
.legal-toc nav span { color:var(--gold); font-size:8px; font-weight:800; }
.legal-contact-card { display:flex; flex-direction:column; gap:8px; margin-top:24px; background:var(--green-900); padding:20px; color:#fff; }
.legal-contact-card small { margin-bottom:5px; color:var(--gold-light); font-size:8px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.legal-contact-card a { color:rgba(255,255,255,.78); font-size:10px; overflow-wrap:anywhere; }
.legal-article { min-width:0; color:#435047; font-size:15px; line-height:1.82; }
.legal-article > section { scroll-margin-top:110px; border-bottom:1px solid #dcd7cd; padding:0 0 48px; margin:0 0 48px; }
.legal-article > section:last-child { border-bottom:0; margin-bottom:0; }
.legal-article h2 { margin:7px 0 20px; color:var(--ink); font-size:clamp(31px,4vw,43px); }
.legal-article p { margin:0 0 17px; }
.legal-article a { color:var(--green-700); text-decoration:underline; text-decoration-color:rgba(13,106,73,.3); text-underline-offset:3px; }
.legal-article ul { display:grid; gap:11px; margin:20px 0 22px; padding:0; list-style:none; }
.legal-article li { position:relative; border-left:2px solid #d5b36f; background:#fff; padding:13px 17px 13px 20px; }
.legal-kicker { margin:0!important; color:var(--gold)!important; font-size:9px!important; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.legal-note { margin:24px 0 8px; border:1px solid #d9d1c1; background:#f2eee5; padding:20px 22px; color:#34433c; font-size:13px; line-height:1.7; }

@media (max-width:980px) {
  .header-actions { margin-left:auto; }.mobile-menu { display:block; }
  .prices-hero-grid,.cabinet-login-grid,.cabinet-grid { grid-template-columns:1fr; gap:48px; }
  .method-grid { grid-template-columns:repeat(2,1fr); gap:30px 0; }.method-grid div:nth-child(2) { border-right:0; }
  .legal-layout { grid-template-columns:220px minmax(0,1fr); gap:45px; }
}
@media (max-width:680px) {
  .cabinet-link { display:none; }.benchmark-grid,.analytics-grid { grid-template-columns:1fr; }
  .method-grid { grid-template-columns:1fr; }.method-grid div,.method-grid div:first-child { border-right:0; border-bottom:1px solid #ddd7cb; padding:20px 0; }
  .cabinet-benefits { grid-template-columns:1fr; }.cabinet-login { min-height:auto; }.cabinet-title { align-items:flex-start; flex-direction:column; }.cabinet-title h1 { font-size:40px; }.cabinet-section-title { align-items:flex-start; flex-direction:column; }.legal-links { flex-wrap:wrap; }
  .legal-hero { padding:55px 0 60px; }.legal-hero-grid,.legal-layout { grid-template-columns:1fr; gap:36px; }.legal-version { border-left:0; border-top:1px solid rgba(255,255,255,.18); padding:18px 0 0; }.legal-content-section { padding:48px 0 80px; }.legal-toc { position:static; }.legal-toc nav { display:grid; grid-template-columns:1fr 1fr; gap:0 16px; }.legal-contact-card { display:none; }.legal-article > section { padding-bottom:38px; margin-bottom:38px; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.header { position: sticky; top: 0; z-index: 50; height: 84px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(6,43,32,.94); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.brand img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.brand span { border-left: 1px solid rgba(227,189,112,.48); padding-left: 12px; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; transition: color .2s; }
.nav a:hover { color: var(--gold-light); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 4px; padding: 0 24px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-outline { border-color: rgba(227,189,112,.58); color: var(--gold-light); }
.button-outline:hover { background: rgba(227,189,112,.1); }
.button-gold { background: var(--gold); color: #14271f; box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.32); color: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 680px; background: var(--green-950); color: var(--white); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .45; }
.hero-orb { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -250px; top: -250px; background: rgba(24,112,70,.2); }
.hero-orb-two { width: 280px; height: 280px; left: -170px; bottom: -80px; border: 1px solid rgba(201,154,67,.18); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 68px 82px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
.eyebrow.light { color: var(--gold-light); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(48px,5.35vw,78px); line-height: .99; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 640px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 42px; margin-top: 45px; }
.hero-trust div { display: flex; flex-direction: column; gap: 5px; }
.hero-trust strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.hero-trust span { color: rgba(255,255,255,.52); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-visual { position: relative; z-index: 2; padding: 18px 0 18px 18px; }
.hero-visual::before { content: ""; position: absolute; inset: 0 38px 0 0; border: 1px solid rgba(201,154,67,.35); transform: translate(-12px,12px); }
.hero-visual > img { position: relative; width: 100%; min-height: 430px; object-fit: cover; border-radius: 2px; filter: saturate(.84) contrast(1.04); box-shadow: 0 28px 60px rgba(0,0,0,.32); }
.hero-card { position: absolute; z-index: 3; background: rgba(248,245,237,.96); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.hero-card-top { top: -2px; right: -12px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; font-size: 11px; font-weight: 800; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #31a663; box-shadow: 0 0 0 4px rgba(49,166,99,.14); }
.hero-card-bottom { left: -18px; bottom: -18px; display: flex; flex-direction: column; gap: 5px; min-width: 225px; padding: 20px 24px; }
.hero-card-bottom small { color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-card-bottom strong { font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.hero-card-bottom span { color: var(--muted); font-size: 11px; }

.quickbar { position: relative; z-index: 5; background: var(--white); box-shadow: 0 12px 35px rgba(24,45,34,.09); }
.quickbar-inner { min-height: 94px; display: grid; grid-template-columns: 1.15fr repeat(3,1fr); align-items: stretch; }
.quickbar p { display: flex; align-items: center; margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.quickbar a { display: flex; align-items: center; gap: 13px; border-left: 1px solid #e8e4db; padding: 18px 24px; transition: background .2s; }
.quickbar a:hover { background: #faf8f2; }
.quickbar i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e8f1eb; color: var(--green-700); font-style: normal; font-size: 17px; }
.quickbar a span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.quickbar a strong { display: block; color: var(--ink); font-size: 14px; }

.section { padding: 104px 0; }
.section-head { display: grid; grid-template-columns: 1.55fr .8fr; align-items: end; gap: 80px; margin-bottom: 44px; }
.section-head h2,.participants h2,.about h2,.contact h2 { margin: 0; font-size: clamp(38px,4.3vw,58px); line-height: 1.05; }
.section-head > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.culture-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.culture-card { overflow: hidden; background: var(--white); border: 1px solid #e2ded5; box-shadow: 0 10px 25px rgba(20,43,31,.045); transition: transform .25s, box-shadow .25s; }
.culture-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(20,43,31,.11); }
.culture-image { position: relative; overflow: hidden; height: 205px; background: var(--green-900); }
.culture-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.culture-card:hover .culture-image img { transform: scale(1.04); }
.culture-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(6,43,32,.75)); }
.culture-image span { position: absolute; z-index: 2; left: 22px; bottom: 16px; color: var(--white); font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(7px); transition: .25s; }
.culture-card:hover .culture-image span { opacity: 1; transform: none; }
.culture-body { padding: 25px 24px 23px; }
.culture-body h3 { margin-bottom: 10px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; }
.culture-body p { min-height: 45px; margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { border: 1px solid #dfe7e1; border-radius: 999px; padding: 6px 10px; color: var(--green-700); background: #f4f8f5; font-size: 10px; font-weight: 700; }
.catalog-more { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; padding: 22px 24px; border: 1px solid #dbd4c6; background: #eee8dc; }
.catalog-more p { margin: 0; color: var(--muted); font-size: 13px; }
.catalog-more a { flex: none; color: var(--green-700); font-size: 12px; font-weight: 800; }

.participants { background: var(--green-900); color: var(--white); }
.participants-grid { display: grid; grid-template-columns: .85fr 1.55fr; gap: 100px; align-items: start; }
.participants-intro > p:not(.eyebrow) { margin: 25px 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.75; }
.text-link { color: var(--gold-light); font-size: 13px; font-weight: 800; }
.player-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.player-grid article { min-height: 168px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); padding: 25px 27px; }
.player-grid article > span { color: var(--gold-light); font-family: Georgia,serif; font-size: 13px; }
.player-grid h3 { margin: 28px 0 8px; font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.player-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.5; }

.process { background: #fbfaf6; }
.section-head.compact { margin-bottom: 56px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); }
.steps article { min-height: 210px; border-top: 1px solid #d7d0c3; border-right: 1px solid #d7d0c3; padding: 28px 28px 10px 0; }
.steps article:not(:first-child) { padding-left: 28px; }
.steps article:last-child { border-right: 0; }
.steps article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green-900); color: var(--gold-light); font-family: Georgia,serif; font-size: 13px; }
.steps h3 { margin: 26px 0 12px; font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.steps p { color: var(--muted); font-size: 12px; line-height: 1.65; }

.about { border-top: 1px solid #ded8cc; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 34px; }
.checks span { border-bottom: 1px solid #ddd6c9; padding: 0 0 13px; color: var(--green-800); font-size: 13px; font-weight: 800; }

.contact { padding: 34px 0 90px; background: var(--ivory); }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 80px; padding: 58px 64px; background: var(--green-950); color: var(--white); }
.contact-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -190px; top: -190px; border: 1px solid rgba(201,154,67,.28); border-radius: 50%; }
.contact h2 { max-width: 680px; font-size: clamp(36px,4vw,54px); }
.contact p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }
.contact-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 14px; text-align: center; }
.contact-actions small { color: rgba(255,255,255,.4); font-size: 10px; }
.footer { background: #041e17; color: rgba(255,255,255,.5); }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand img { width: 132px; }
.footer p { margin: 0; font-size: 11px; }

a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 75px; }
  .hero-visual { max-width: 760px; }
  .quickbar-inner { grid-template-columns: repeat(3,1fr); }
  .quickbar p { display: none; }
  .culture-grid { grid-template-columns: repeat(2,1fr); }
  .participants-grid,.about-grid { grid-template-columns: 1fr; gap: 55px; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 30px 0; }
  .steps article:nth-child(2) { border-right: 0; }
  .contact-card { grid-template-columns: 1fr; gap: 32px; }
  .contact-actions { align-items: flex-start; }
}
@media (max-width: 680px) {
  body.preview-system { padding-bottom: 0; }
  .container { width: min(100% - 28px,1180px); }
  .header { height: 72px; }
  .brand img { width: 125px; }
  .header .button { display: none; }
  .hero-grid { min-height: auto; padding: 62px 0 75px; }
  h1 { font-size: 47px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { gap: 22px; justify-content: space-between; }
  .hero-visual { padding-left: 0; }
  .hero-visual > img { min-height: 310px; }
  .hero-visual::before { display: none; }
  .hero-card-top { right: -3px; }
  .hero-card-bottom { left: -4px; bottom: -25px; min-width: 205px; }
  .quickbar { display: none; }
  .section { padding: 78px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .culture-grid { grid-template-columns: 1fr; }
  .catalog-more { align-items: flex-start; flex-direction: column; }
  .participants-grid { gap: 42px; }
  .player-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps article,.steps article:not(:first-child) { border-right: 0; padding: 25px 0; }
  .about-grid { gap: 36px; }
  .checks { grid-template-columns: 1fr; }
  .contact { padding-bottom: 55px; }
  .contact-card { width: calc(100% - 28px); padding: 42px 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; padding: 35px 0; }
}

/* Joomla shell bridge: keep the exact preview geometry on the live CMS. */
body.preview-system .site-main,
body.preview-system .site-main > .container,
body.preview-system .content-grid,
body.preview-system .component-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}
body.preview-system .site-main { background: transparent; }
body.preview-system .system-message-container { width: min(1180px,calc(100% - 40px)); margin: 18px auto; }
body.preview-system .header .brand img,
body.preview-system .footer .brand img { filter: brightness(0) invert(1); }
body.preview-system .prices-hero h1,
body.preview-system .cabinet-login h1,
body.preview-system .cabinet-top h1,
body.preview-system .inner-hero h1,
body.preview-system .article-hero h1,
body.preview-system .seo-overview h2,
body.preview-system .contact h2,
body.preview-system .article-lead h2 { color: #fff; }
body.preview-system .footer-brand { margin-bottom: 4px; }
body.preview-system .lead-form .form-trap { position: absolute!important; left: -9999px!important; }
body.preview-system .lead-form .consent-check input { width: 16px; height: 16px; min-height: 0; }
body.preview-system .lead-form button { cursor: pointer; }
body.preview-system .joomla-messages { width: min(1180px,calc(100% - 40px)); margin: 16px auto; }
@media (max-width: 980px) {
  body.preview-system .header-actions { margin-left: auto; }
}

/* Full multi-page release */
.nav { gap: 19px; }
.nav a { font-size: 12px; }
.button-dark { background: var(--green-900); color: #fff; }
.center-action { display: flex; justify-content: center; margin-top: 40px; }
.category-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-tile { position: relative; overflow: hidden; min-height: 330px; background: var(--green-900); color: #fff; box-shadow: 0 10px 30px rgba(19,45,32,.1); }
.category-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,30,21,.05) 20%,rgba(5,30,21,.9) 100%); }
.category-tile > div { position: absolute; z-index: 2; inset: auto 0 0; padding: 24px; }
.category-tile > div > span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-tile h3 { margin: 10px 0 8px; font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.category-tile p { max-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.5; opacity: 0; transition: .3s; }
.category-tile strong { display: block; margin-top: 14px; color: var(--gold-light); font-size: 11px; }
.category-tile:hover img { transform: scale(1.05); }
.category-tile:hover p { max-height: 60px; opacity: 1; }
.market-visuals { padding:88px 0 100px; background:#f0ede5; }
.market-visual-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.market-visual-card { display:block; overflow:hidden; background:#fff; box-shadow:0 14px 40px rgba(19,45,32,.09); }
.market-visual-card figure { margin:0; }
.market-visual-card img { width:100%; height:330px; object-fit:cover; transition:transform .5s ease; }
.market-visual-card:hover img { transform:scale(1.035); }
.market-visual-card figcaption { padding:27px 30px 31px; }
.market-visual-card small { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.market-visual-card h3 { margin:10px 0 9px; font-family:Georgia,serif; font-size:29px; font-weight:400; }
.market-visual-card p { min-height:45px; margin:0 0 16px; color:var(--muted); font-size:12px; line-height:1.65; }
.market-visual-card strong { color:var(--green-700); font-size:11px; }
.player-grid article { min-height: 150px; }
.service-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-strip a { min-height: 230px; display: flex; flex-direction: column; border: 1px solid #ddd7cb; background: #fff; padding: 28px; transition: transform .2s, box-shadow .2s; }
.service-strip a:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(20,43,31,.1); }
.service-strip a > span { color: var(--gold); font-family: Georgia,serif; font-size: 13px; }
.service-strip h3 { margin: 28px 0 12px; font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.service-strip p { flex: 1; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-strip strong { color: var(--green-700); font-size: 11px; }
.journey { background: #f9f7f0; border-top: 1px solid #ded8cc; }
.seo-overview { padding: 100px 0; background: var(--green-950); color: #fff; }
.seo-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.seo-overview h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(38px,4vw,56px); font-weight: 400; line-height: 1.05; }
.seo-overview p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.7; }
.seo-matrix { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.seo-matrix div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); padding: 20px; }
.seo-matrix strong { color: var(--gold-light); font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.seo-matrix span { color: rgba(255,255,255,.56); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact { padding: 90px 0; background: var(--green-900); color: #fff; }
.contact-full { padding: 0; }
.form-head { align-items: end; }
.form-head > p { color: rgba(255,255,255,.62); }
.lead-form { padding: 34px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.form-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lead-form label { display: flex; flex-direction: column; gap: 8px; }
.lead-form label > span { color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lead-form input,.lead-form select,.lead-form textarea { width: 100%; border: 1px solid #d8d7d1; border-radius: 2px; background: #fbfaf7; color: var(--ink); padding: 13px 14px; font: inherit; font-size: 13px; outline: none; }
.lead-form input,.lead-form select { height: 48px; }
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,67,.13); }
.lead-form .form-wide { grid-column: 1/-1; }
.form-submit { display: flex; align-items: center; gap: 22px; margin-top: 22px; }
.form-submit p { max-width: 440px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-message { margin-top: 18px; border-left: 3px solid; padding: 13px 15px; font-size: 12px; }
.form-message.success { border-color: #31a663; background: #eef8f2; color: #1a6740; }
.form-message.error { border-color: #b24d42; background: #fff1ef; color: #8c352d; }
.footer { padding-top: 60px; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 55px; padding-bottom: 42px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main strong { color: #fff; font-size: 12px; }
.footer-main a,.footer-main span,.footer-main p { margin: 0; color: rgba(255,255,255,.46); font-size: 11px; line-height: 1.5; }
.footer-main a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 28px; font-size: 10px; }

.inner-hero { padding: 82px 0 88px; background: var(--green-950); color: #fff; }
.inner-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(48px,6vw,75px); }
.inner-hero > .container > p:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.infra-hero { background: linear-gradient(110deg,#062b20 0%,#0b5037 100%); }
.seo-hero { background: linear-gradient(120deg,#062b20,#103f2c); }
.catalog-sections { display: flex; flex-direction: column; gap: 70px; }
.catalog-section { scroll-margin-top: 110px; }
.catalog-section-head { display: grid; grid-template-columns: 340px 1fr; gap: 34px; align-items: stretch; margin-bottom: 22px; background: #fff; border: 1px solid #ded9cf; }
.catalog-section-head img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.catalog-section-head > div { align-self: center; padding: 25px 35px 25px 0; }
.catalog-section-head span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-section-head h2 { margin: 10px 0 12px; font-family: Georgia,serif; font-size: 36px; font-weight: 400; }
.catalog-section-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.priority-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.priority-product-grid a { overflow: hidden; border: 1px solid #ded9cf; background: #fff; transition: transform .2s, box-shadow .2s; }
.priority-product-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(19,45,33,.12); }
.priority-product-grid img { width: 100%; height: 165px; object-fit: cover; }
.priority-product-grid div { padding: 18px 20px 20px; }
.priority-product-grid h2 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.priority-product-grid span { color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compact-top { padding-top: 0; }
.product-link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.product-link-grid a { position: relative; min-height: 104px; display: flex; flex-direction: column; gap: 7px; border: 1px solid #ddd7cb; background: rgba(255,255,255,.64); padding: 18px 38px 16px 18px; transition: .2s; }
.product-link-grid a:hover { border-color: var(--gold); background: #fff; transform: translateY(-2px); }
.product-link-grid strong { font-family: Georgia,serif; font-size: 17px; font-weight: 400; }
.product-link-grid span { overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-link-grid i { position: absolute; right: 16px; top: 18px; color: var(--green-700); font-style: normal; }
.service-page-grid,.infrastructure-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-page-grid a,.infrastructure-grid a { min-height: 300px; display: flex; flex-direction: column; border: 1px solid #dcd6ca; background: #fff; padding: 28px; transition: transform .2s, background .2s; }
.infrastructure-grid a { padding: 0; overflow: hidden; }
.infrastructure-grid a > img { width: 100%; height: 160px; object-fit: cover; }
.infrastructure-grid a > div { min-height: 235px; display: flex; flex: 1; flex-direction: column; padding: 22px 24px 25px; }
.service-page-grid a:hover,.infrastructure-grid a:hover { transform: translateY(-5px); background: var(--green-900); color: #fff; }
.service-page-grid a > span,.infrastructure-grid a > div > span { color: var(--gold); font-family: Georgia,serif; font-size: 14px; }
.service-page-grid h2 { margin: 55px 0 15px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.infrastructure-grid h2 { margin: 24px 0 15px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.service-page-grid p,.infrastructure-grid p { flex: 1; color: var(--muted); font-size: 12px; line-height: 1.65; }
.service-page-grid a:hover p,.infrastructure-grid a:hover p { color: rgba(255,255,255,.62); }
.service-page-grid strong,.infrastructure-grid strong { color: var(--green-700); font-size: 10px; }
.service-page-grid a:hover strong,.infrastructure-grid a:hover strong { color: var(--gold-light); }
.seo-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 42px; background: rgba(255,255,255,.14); }
.seo-stats div { display: flex; flex-direction: column; gap: 6px; background: rgba(6,43,32,.8); padding: 20px; }
.seo-stats strong { color: var(--gold-light); font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.seo-stats span { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.directory-controls { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: 20px; }
.directory-search { display: flex; flex-direction: column; gap: 9px; }
.directory-search span { color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.directory-search input { height: 54px; border: 1px solid #cdc7ba; background: #fff; padding: 0 18px; font: inherit; font-size: 14px; outline: none; }
.directory-search input:focus { border-color: var(--gold); }
.directory-tabs { display: flex; border: 1px solid #d6d0c4; }
.directory-tabs button { height: 52px; border: 0; border-right: 1px solid #d6d0c4; background: #fff; padding: 0 16px; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.directory-tabs button:last-child { border-right: 0; }
.directory-tabs button.active { background: var(--green-900); color: #fff; }
.directory-result { color: var(--muted); font-size: 12px; }
.directory-list { display: flex; flex-direction: column; border-top: 1px solid #ded8cc; }
.directory-list > a { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid #ded8cc; padding: 18px 8px; transition: background .2s; }
.directory-list > a:hover { background: #fff; }
.directory-list h3 { margin: 5px 0; font-family: Georgia,serif; font-size: 19px; font-weight: 400; }
.directory-list small { color: var(--muted); font-size: 10px; }
.page-type { color: var(--green-700); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-ready,.status-review { flex: none; border-radius: 999px; padding: 6px 10px; font-size: 9px; font-weight: 800; }
.status-ready { background: #e7f4eb; color: #21704a; }
.status-review { background: #eeeae1; color: #756d5f; }
.load-more { margin-top: 28px; cursor: pointer; }

.breadcrumbs { padding: 18px 0; color: var(--muted); font-size: 10px; white-space: nowrap; overflow-x: auto; }
.breadcrumbs a:hover { color: var(--green-700); }
.article-hero { padding: 58px 0 66px; background: var(--green-950); color: #fff; }
.article-hero-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: center; }
.article-hero h1 { margin: 20px 0 22px; font-size: clamp(43px,5vw,66px); }
.article-hero p { max-width: 760px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.article-badges { display: flex; gap: 8px; }
.article-badges span { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 6px 10px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-badges span.ready { border-color: rgba(49,166,99,.5); color: #71d99d; }
.article-badges span.review { color: var(--gold-light); }
.article-actions { display: flex; gap: 10px; margin-top: 28px; }
.article-image { position: relative; margin:0; }
.article-image > img { width: 100%; height: 360px; object-fit: cover; filter: saturate(.85); box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.article-image > figcaption { position: absolute; left: -22px; right:18px; bottom: -22px; display: flex; flex-direction: column; gap: 4px; background: #fff; color: var(--ink); padding: 16px 20px; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.article-image strong { font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.article-image span { color: var(--muted); font-size: 9px; line-height:1.45; }
.article-layout { background: #fbfaf6; }
.article-container { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 70px; align-items: start; }
.seo-body { color: #37463f; font-size: 15px; line-height: 1.82; }
.seo-body section { margin-bottom: 50px; }
.seo-body h2 { margin: 0 0 18px; color: var(--ink); font-family: Georgia,serif; font-size: 35px; font-weight: 400; line-height: 1.15; }
.seo-body h3 { margin: 30px 0 12px; color: var(--green-800); font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.seo-body p { margin-bottom: 17px; }
.seo-body ul { display:grid; gap:10px; margin:20px 0 24px; padding:0; list-style:none; }
.seo-body li { border-left:2px solid var(--gold); background:#fff; padding:12px 16px; color:#3f4d46; }
.seo-quality-checklist { border-top:1px solid #d8d2c6; padding-top:44px; }
.article-aside { position: sticky; top: 105px; display: flex; flex-direction: column; gap: 18px; }
.aside-card { background: var(--green-900); color: #fff; padding: 28px; }
.aside-card small { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aside-card h3 { margin: 18px 0 14px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; line-height: 1.15; }
.aside-card p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.aside-card .button { width: 100%; margin-top: 10px; }
.aside-links { display: flex; flex-direction: column; border: 1px solid #ddd7cb; background: #fff; padding: 22px; }
.aside-links strong { margin-bottom: 12px; color: var(--ink); font-size: 11px; }
.aside-links a { border-top: 1px solid #ece7df; padding: 10px 0; color: var(--green-700); font-size: 10px; line-height: 1.45; }
.faq-section { border-top: 1px solid #d8d2c6; padding-top: 45px; }
.faq-section h2 { font-size: 40px; }
.faq-section details { border-bottom: 1px solid #d8d2c6; padding: 18px 0; }
.faq-section summary { color: var(--ink); font-family: Georgia,serif; font-size: 19px; cursor: pointer; }
.faq-section details p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-loading { display: flex; flex-direction: column; gap: 12px; }
.article-loading span { height: 18px; background: linear-gradient(90deg,#ece8df,#f7f4ee,#ece8df); background-size: 200% 100%; animation: loading 1.4s infinite; }
.article-loading span:nth-child(2) { width: 94%; }
.article-loading span:nth-child(3) { width: 82%; }
@keyframes loading { to { background-position: -200% 0; } }
.content-error { border-left: 3px solid #b24d42; padding: 15px; background: #fff1ef; }
.article-lead { padding: 88px 0; background: var(--green-900); color: #fff; }

@media (max-width: 1100px) {
  .category-showcase { grid-template-columns: repeat(3,1fr); }
  .service-page-grid,.infrastructure-grid,.priority-product-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 980px) {
  .category-showcase { grid-template-columns: repeat(2,1fr); }
  .service-strip { grid-template-columns: repeat(2,1fr); }
  .seo-overview-grid { grid-template-columns: 1fr; gap: 55px; }
  .form-grid { grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .catalog-section-head { grid-template-columns: 280px 1fr; }
  .product-link-grid { grid-template-columns: repeat(2,1fr); }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-image { max-width: 680px; }
  .article-container { grid-template-columns: 1fr; }
  .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .directory-controls { grid-template-columns: 1fr; }
  .market-visual-card img { height:280px; }
}
@media (max-width: 680px) {
  .lead-form input,.lead-form select,.lead-form textarea { font-size:16px; }
  .category-showcase,.service-strip,.service-page-grid,.infrastructure-grid,.priority-product-grid { grid-template-columns: 1fr; }
  .market-visuals { padding:65px 0 72px; }.market-visual-grid { grid-template-columns:1fr; }.market-visual-card img { height:250px; }.market-visual-card figcaption { padding:22px; }.market-visual-card p { min-height:0; }
  .category-tile { min-height: 310px; }
  .seo-matrix { grid-template-columns: repeat(2,1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .lead-form { padding: 22px; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .catalog-section-head { grid-template-columns: 1fr; }
  .catalog-section-head img { min-height: 210px; }
  .catalog-section-head > div { padding: 8px 22px 24px; }
  .product-link-grid { grid-template-columns: 1fr; }
  .service-page-grid a,.infrastructure-grid a { min-height: 250px; }
  .seo-stats { grid-template-columns: repeat(2,1fr); }
  .directory-tabs { overflow-x: auto; }
  .directory-tabs button { flex: 0 0 auto; }
  .directory-list > a { align-items: flex-start; }
  .article-actions { align-items: stretch; flex-direction: column; }
  .article-image > img { height: 280px; }
  .article-image > figcaption { left:-4px; right:10px; }
  .article-aside { grid-template-columns: 1fr; }
  .seo-body { font-size: 14px; }
  .seo-body h2 { font-size: 30px; }
}
