:root {
  --navy-950: #031d38;
  --navy-900: #062950;
  --navy-800: #0a3d70;
  --blue-600: #086fbf;
  --blue-500: #0b86d4;
  --green-600: #388f45;
  --green-500: #55a84f;
  --aqua-500: #46a9c6;
  --ink: #12263a;
  --muted: #617184;
  --line: #dce6ed;
  --surface: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 29, 56, .14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.75rem); }
h3 { font-size: 1.25rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--navy-950); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden-field { position: absolute; left: -9999px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(6,41,80,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.nav-shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 165px; flex: 0 0 auto; }
.brand img { width: 100%; height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: .93rem; font-weight: 750; color: #29445d; }
.site-nav > a:not(.nav-button) { position: relative; padding: 31px 0; }
.site-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--blue-500); transition: right .25s ease; }
.site-nav > a:not(.nav-button):hover::after { right: 0; }
.nav-button { padding: 12px 20px; border-radius: 999px; color: var(--white); background: var(--navy-900); box-shadow: 0 10px 25px rgba(6,41,80,.2); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; color: var(--white); background:
  radial-gradient(circle at 82% 20%, rgba(11,134,212,.34), transparent 26%),
  radial-gradient(circle at 12% 72%, rgba(85,168,79,.2), transparent 24%),
  linear-gradient(135deg, #031d38 0%, #062950 48%, #0a3d70 100%); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent 2%, black 45%, black 100%); }
.hero::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -90px; height: 180px; border-radius: 50%; background: var(--white); }
.hero-layout { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding: 92px 0 150px; }
.hero-copy h1 { margin: 14px 0 26px; color: var(--white); }
.hero-copy h1 span { color: #7ec5ed; }
.hero-lead { max-width: 710px; margin-bottom: 36px; color: #d8e6f1; font-size: 1.18rem; }
.eyebrow { margin-bottom: 14px; color: var(--blue-600); font-size: .78rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #8ed4f7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); box-shadow: 0 14px 34px rgba(11,134,212,.28); }
.button-ghost { border-color: rgba(255,255,255,.38); color: var(--white); background: rgba(255,255,255,.06); }
.button-white { color: var(--navy-900); background: var(--white); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.hero-proof div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 4px; color: var(--white); }
.hero-proof span { color: #aec5d7; font-size: .82rem; line-height: 1.4; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.logo-card { width: min(100%, 440px); padding: 34px 38px 30px; border: 1px solid rgba(255,255,255,.34); border-radius: 34px; background: rgba(255,255,255,.97); box-shadow: 0 40px 90px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.logo-card img { width: 100%; max-height: 310px; object-fit: contain; }
.logo-card-label { display: inline-block; margin-bottom: 10px; padding: 7px 12px; border-radius: 999px; color: var(--navy-800); background: #eaf4fb; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.logo-card p { margin: 4px auto 0; color: var(--muted); text-align: center; font-size: .88rem; }
.hero-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; color: var(--white); background: rgba(3,29,56,.84); box-shadow: 0 18px 35px rgba(0,0,0,.24); backdrop-filter: blur(10px); font-size: .83rem; font-weight: 800; }
.hero-chip span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--navy-950); background: #8ed4f7; font-size: .69rem; }
.chip-one { top: 62px; right: -25px; }
.chip-two { left: -16px; bottom: 112px; }
.chip-three { right: 18px; bottom: 26px; }

.service-strip { position: relative; z-index: 4; margin-top: -44px; }
.service-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.service-strip-grid div { display: flex; align-items: center; gap: 10px; padding: 25px 22px; border-right: 1px solid var(--line); }
.service-strip-grid div:last-child { border-right: 0; }
.strip-icon { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--green-600); font-size: .78rem; }
.service-strip-grid strong { font-size: .9rem; }

.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 12px; color: var(--navy-900); font-weight: 900; }
.text-link span { color: var(--blue-500); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.mission-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 18px 45px rgba(3,29,56,.08); }
.mission-top { padding: 34px; color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); }
.mission-top span, .mission-top strong { display: block; }
.mission-top span { margin-bottom: 8px; color: #93d8f8; font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mission-top strong { max-width: 500px; font-size: 1.55rem; line-height: 1.25; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; }
.value-grid article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.value-grid article:nth-child(even) { border-right: 0; }
.value-grid article:nth-child(n+3) { border-bottom: 0; }
.value-grid article > span { color: var(--blue-600); font-size: .75rem; font-weight: 900; }
.value-grid h3 { margin: 10px 0 8px; }
.value-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.products-section { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-button { padding: 9px 17px; border: 1px solid #cbd9e3; border-radius: 999px; color: #476076; background: var(--white); font-weight: 800; }
.filter-button:hover, .filter-button.active { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--white); box-shadow: 0 12px 32px rgba(3,29,56,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(3,29,56,.12); }
.product-card.is-hidden { display: none; }
.product-art { position: relative; min-height: 225px; display: grid; place-items: center; overflow: hidden; }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.product-art::before { width: 230px; height: 230px; right: -70px; top: -90px; }
.product-art::after { width: 160px; height: 160px; left: -60px; bottom: -85px; }
.product-art svg { width: 170px; height: 125px; z-index: 1; fill: none; stroke: rgba(255,255,255,.92); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.product-art > span { position: absolute; left: 18px; bottom: 15px; z-index: 2; padding: 6px 10px; border-radius: 999px; color: var(--white); background: rgba(3,29,56,.35); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(7px); }
.art-blue { background: linear-gradient(145deg, #075995, #0b97d1); }
.art-navy { background: linear-gradient(145deg, #031d38, #0a477b); }
.art-green { background: linear-gradient(145deg, #2c7f3a, #65b85d); }
.art-aqua { background: linear-gradient(145deg, #197c95, #55bdd0); }
.art-lime { background: linear-gradient(145deg, #488d2d, #91c457); }
.art-slate { background: linear-gradient(145deg, #344e67, #66859b); }
.product-copy { padding: 25px; }
.product-copy h3 { margin-bottom: 10px; }
.product-copy p { min-height: 76px; margin-bottom: 17px; color: var(--muted); }
.product-enquiry { padding: 0; border: 0; color: var(--navy-900); background: transparent; font-weight: 900; text-align: left; }
.product-enquiry span { color: var(--blue-500); }

.business-section { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.business-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; }
.business-copy h2 { color: var(--white); }
.business-copy > p:not(.eyebrow) { color: #c6d8e6; font-size: 1.05rem; }
.business-actions { display: flex; align-items: center; gap: 20px; margin-top: 31px; }
.business-actions span { color: #a9c0d1; font-size: .86rem; }
.business-list { display: grid; gap: 15px; }
.business-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 21px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.055); }
.business-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--navy-950); background: #87d0f1; font-weight: 900; }
.business-list strong { color: var(--white); }
.business-list p { margin: 4px 0 0; color: #afc4d3; font-size: .9rem; }

.center-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { padding: 29px 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 35px rgba(3,29,56,.05); }
.benefit-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--navy-900); font-size: .75rem; font-weight: 900; }
.benefit-card h3 { margin: 22px 0 10px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); }

.contact-section { background: linear-gradient(180deg, var(--surface), #ffffff); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 31px; }
.contact-cards article { min-height: 105px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.contact-cards span, .contact-cards strong { display: block; }
.contact-cards span { margin-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards strong { color: var(--navy-900); line-height: 1.35; }
.editable-detail { color: #8a5d16 !important; }
.quote-form { padding: 36px; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: var(--shadow); }
.form-heading span { color: var(--blue-600); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 25px; font-size: 1.8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { color: var(--navy-950); font-size: .85rem; font-weight: 850; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #c9d8e3; border-radius: 11px; color: var(--ink); background: #fbfdff; outline: 0; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(11,134,212,.12); }
.form-grid textarea { resize: vertical; }
.form-button { width: 100%; margin-top: 20px; border: 0; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .77rem; }

.site-footer { color: #b7c9d6; background: #02172c; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1fr; gap: 55px; padding: 67px 0 45px; }
.footer-brand img { width: 210px; padding: 11px; border-radius: 14px; background: rgba(255,255,255,.96); }
.footer-brand p { max-width: 360px; margin-top: 17px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--white); font-family: inherit; font-size: .86rem; letter-spacing: .04em; }
.footer-grid a { display: block; margin: 8px 0; color: #b7c9d6; }
.footer-grid a:hover { color: #8ed4f7; }
.footer-grid p { color: #9eb4c3; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }
.footer-bottom a { color: #8ed4f7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.nav-button) { padding: 12px 14px; }
  .site-nav > a:not(.nav-button)::after { display: none; }
  .nav-button { margin-top: 6px; text-align: center; }
  .hero-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 72px; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; }
  .service-strip-grid { grid-template-columns: 1fr 1fr; }
  .service-strip-grid div:nth-child(2) { border-right: 0; }
  .service-strip-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-layout, .business-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-shell { min-height: 78px; }
  .brand { width: 135px; }
  .brand img { height: 59px; }
  .site-nav { top: 72px; left: 14px; right: 14px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  h2 { font-size: 2.2rem; }
  .hero-layout { min-height: auto; padding: 65px 0 130px; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; text-align: left; }
  .hero-proof div { display: grid; grid-template-columns: 100px 1fr; gap: 10px; }
  .hero-visual { min-height: 460px; }
  .logo-card { padding: 26px 22px 23px; }
  .hero-chip { font-size: .72rem; }
  .chip-one { top: 37px; right: -4px; }
  .chip-two { left: -4px; bottom: 92px; }
  .chip-three { right: 8px; bottom: 18px; }
  .service-strip-grid { grid-template-columns: 1fr; }
  .service-strip-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-strip-grid div:last-child { border-bottom: 0; }
  .value-grid, .product-grid, .benefit-grid, .contact-cards, .form-grid { grid-template-columns: 1fr; }
  .value-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .product-copy p { min-height: auto; }
  .business-actions { align-items: flex-start; flex-direction: column; }
  .form-grid label.full { grid-column: auto; }
  .quote-form { padding: 27px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}


/* Product catalogue pages */
.category-links .filter-button { text-decoration: none; display: inline-flex; align-items: center; }
.catalog-hero { padding: 92px 0 70px; color: #fff; background: linear-gradient(135deg, #031d38 0%, #063866 58%, #0b86d4 100%); }
.catalog-hero .eyebrow { color: #9bdcff; }
.catalog-hero h1 { max-width: 850px; margin: 8px 0 18px; font-size: clamp(2.6rem, 6vw, 5.2rem); }
.catalog-hero p { max-width: 760px; color: #d8eaf5; font-size: 1.06rem; }
.catalog-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.catalog-tabs a { padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-weight: 800; }
.catalog-tabs a:hover, .catalog-tabs a.active { color: #062950; background: #fff; }
.catalog-section { padding: 72px 0 90px; background: var(--surface); }
.catalog-intro { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 30px; }
.catalog-intro p { max-width: 600px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 15px 38px rgba(3,29,56,.08); }
.catalog-image { aspect-ratio: 1 / .86; display: grid; place-items: center; overflow: hidden; background: #eaf5fb; }
.catalog-image img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.catalog-image img.label-art { padding: 12px; object-fit: contain; }
.catalog-body { padding: 24px; }
.catalog-body h2 { margin: 0 0 8px; font-size: 1.45rem; }
.catalog-body > p { min-height: 66px; color: var(--muted); }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.product-meta div { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbfd; }
.product-meta span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-meta strong { color: var(--navy-900); font-size: .94rem; }
.catalog-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.catalog-contact a { flex: 1 1 150px; text-align: center; }
.catalog-note { margin-top: 38px; padding: 18px 22px; border-left: 4px solid var(--blue-500); border-radius: 10px; color: var(--muted); background: #fff; }
.catalog-note strong { color: var(--navy-900); }
.catalog-footer-contact { padding: 55px 0; color: #fff; background: #062950; }
.catalog-footer-contact .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.catalog-footer-contact h2 { margin-bottom: 7px; font-size: 2rem; }
.catalog-footer-contact p { color: #c8ddea; }
.catalog-footer-contact .button { white-space: nowrap; }
@media (max-width: 960px) { .catalog-grid { grid-template-columns: 1fr 1fr; } .catalog-intro { align-items: start; flex-direction: column; gap: 12px; } }
@media (max-width: 680px) { .catalog-hero { padding: 68px 0 55px; } .catalog-grid { grid-template-columns: 1fr; } .catalog-footer-contact .container { align-items: flex-start; flex-direction: column; } .product-meta { grid-template-columns: 1fr; } }
.catalog-card .button-ghost { border-color: #c9d8e3; color: var(--navy-900); background: #fff; }
.catalog-card .button-ghost:hover { border-color: var(--navy-900); color: #fff; background: var(--navy-900); }
.catalog-card .button-primary { display: inline-flex; align-items: center; justify-content: center; }
