.catalog-page :root {
	 --surface: #fff;
	 --surface-soft: #f7f7f5;
	 --line: #e8e7e4;
	 --pill: #fbfbfa;
	 --container: 1140px;
}
 .catalog-page .container-boxed {
	 max-width: calc(var(--container) + 1.5rem);
}
 .catalog-page .section-space {
	 padding: 78px 0;
}
 .catalog-page .section-space-sm {
	 padding: 54px 0;
}
 .catalog-page .site-header {
	 padding: 16px 0 8px;
}
 .catalog-page .header-shell {
	 background: rgba(255, 255, 255, 0.96);
	 border: 1px solid rgba(0, 0, 0, 0.03);
	 border-radius: 22px;
	 min-height: 68px;
	 padding: 0 18px;
	 box-shadow: 0 8px 22px rgba(0, 0, 0, 0.025);
}
 .catalog-page .navbar-brand {
	 padding: 0;
	 margin-right: 1.75rem;
}
 .catalog-page .brand-mark {
	 display: inline-flex;
	 flex-direction: column;
	 justify-content: center;
	 gap: 2px;
	 min-width: 128px;
	 height: 42px;
	 padding: 8px 14px;
	 border-radius: 12px;
	 background: linear-gradient(135deg, #fff, #f4f5f7);
	 border: 1px solid #ececf0;
	 overflow: hidden;
	 position: relative;
}
 .catalog-page .brand-mark::before, .catalog-page .brand-mark::after {
	 content: "";
	 position: absolute;
	 left: 14px;
	 height: 2px;
	 width: 78px;
	 background: #89b8e8;
	 opacity: 0.9;
}
 .catalog-page .brand-mark::before {
	 top: 13px;
}
 .catalog-page .brand-mark::after {
	 top: 28px;
	 width: 68px;
}
 .catalog-page .brand-mark strong, .catalog-page .brand-mark span {
	 position: relative;
	 z-index: 1;
	 letter-spacing: 0.22em;
	 line-height: 1;
}
 .catalog-page .brand-mark strong {
	 color: var(--c1);
	 font-size: 1.18rem;
	 font-weight: 700;
	 margin-left: 25px;
}
 .catalog-page .brand-mark span {
	 color: #6fa4db;
	 font-size: 0.57rem;
	 font-weight: 600;
}
 .catalog-page .navbar-nav {
	 gap: 28px;
}
 .catalog-page .navbar-nav .nav-link {
	 padding: 0 !important;
	 font-size: 0.88rem;
	 font-weight: 500;
	 color: #1a1a20;
	 transition: color 0.25s ease, opacity 0.25s ease;
}
 .catalog-page .navbar-nav .nav-link:hover, .catalog-page .navbar-nav .nav-link:focus, .catalog-page .navbar-nav .nav-link.active {
	 color: var(--c1);
}
 .catalog-page .nav-contact {
	 width: 38px;
	 height: 38px;
	 border-radius: 50%;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 background: var(--c1);
	 color: #fff;
	 font-size: 0.95rem;
	 transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
	 box-shadow: 0 12px 20px rgba(234, 44, 53, 0.18);
}
 .catalog-page .nav-contact:hover {
	 background: var(--c1h);
	 transform: translateY(-2px);
	 box-shadow: 0 16px 24px rgba(234, 44, 53, 0.24);
}
 .catalog-page .hero-grid {
	 align-items: center;
	 min-height: 400px;
}
 .catalog-page .hero-content {
	 max-width: 420px;
	 padding-right: 10px;
}
 .catalog-page .hero-title {
	 margin: 0;
	 font-size: clamp(2.8rem, 4.8vw, 4.45rem);
	 line-height: 0.95;
	 letter-spacing: -0.055em;
	 font-weight: 800;
}
 .catalog-page .hero-title .accent-script {
	 display: block;
	 margin-top: 8px;
	 color: var(--c1);
	 font-family: "Playfair Display", serif;
	 font-style: italic;
	 font-weight: 700;
	 letter-spacing: -0.02em;
}
 .catalog-page .hero-text {
	 margin: 24px 0 0;
	 max-width: 335px;
	 color: #2b2c31;
	 font-size: 0.98rem;
	 line-height: 1.28;
}
 .catalog-page .hero-visual-wrap {
	 display: flex;
	 justify-content: flex-end;
}
 .catalog-page .hero-visual {
	 width: 100%;
	 max-width: 560px;
	 aspect-ratio: 1.31;
	 border-radius: 28px;
	 position: relative;
	 overflow: hidden;
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.58) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.55), transparent 24%), radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.24), transparent 16%), linear-gradient(140deg, #d6d2cb 0%, #9d958c 38%, #595652 72%, #1f2023 100%);
	 box-shadow: var(--vy-shadow);
	 transition: transform 0.35s ease, box-shadow 0.35s ease;
}
 .catalog-page .hero-visual::before, .catalog-page .hero-visual::after {
	 content: "";
	 position: absolute;
	 border-radius: 12px;
	 background: rgba(255, 255, 255, 0.18);
	 backdrop-filter: blur(2px);
}
 .catalog-page .hero-visual:hover {
	 transform: translateY(-4px);
	 box-shadow: 0 28px 52px rgba(18, 18, 24, 0.1);
}
 .catalog-page .hero-visual-label {
	 position: absolute;
	 left: 34px;
	 bottom: 24px;
	 color: #fff;
	 font-family: "Playfair Display", serif;
	 font-style: italic;
	 font-size: clamp(2rem, 3.4vw, 3.2rem);
	 line-height: 1;
	 letter-spacing: -0.04em;
}
 .catalog-page .catalog-band {
	 background: var(--bg);
	 color: #fff;
}
 .catalog-page .catalog-grid {
	 row-gap: 28px;
}
 .catalog-page .catalog-card {
	 background: #fff;
	 border-radius: 22px;
	 padding: 20px 22px 20px 24px;
	 display: flex;
	 align-items: center;
	 gap: 18px;
	 min-height: 176px;
	 box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 .catalog-page .catalog-card:hover {
	 transform: translateY(-4px);
	 box-shadow: 0 28px 44px rgba(0, 0, 0, 0.12);
}
 .catalog-page .catalog-cover-wrap {
	 position: relative;
	 width: 126px;
	 flex: 0 0 126px;
}
 .catalog-page .catalog-lang {
	 position: absolute;
	 top: -12px;
	 left: 14px;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 min-width: 28px;
	 height: 20px;
	 padding: 0 7px;
	 border-radius: 999px;
	 font-size: 0.62rem;
	 font-weight: 700;
	 letter-spacing: 0.08em;
	 color: #fff;
	 box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}
 .catalog-page .catalog-lang.en {
	 background: linear-gradient(135deg, #1940a8, #d3222a);
}
 .catalog-page .catalog-lang.tr {
	 background: linear-gradient(135deg, #f2383c, #bb0c14);
}
 .catalog-page .catalog-cover-link {
	 display: block;
	 border-radius: 14px;
	 overflow: hidden;
}
 .catalog-page .catalog-cover {
	 position: relative;
	 width: 100%;
	 aspect-ratio: 0.68;
	 border-radius: 14px;
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.25)), linear-gradient(135deg, #8c120f 0%, #ef2f36 45%, #111216 100%);
	 box-shadow: 0 14px 22px rgba(17, 18, 22, 0.16);
	 overflow: hidden;
	 transition: transform 0.35s ease;
}
 .catalog-page .catalog-cover::before {
	 content: "";
	 position: absolute;
	 inset: 12px 12px 26px;
	 border-radius: 8px;
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent), linear-gradient(135deg, #8ec8ef 0%, #dff3ff 30%, #88b460 62%, #4d5b33 100%);
}
 .catalog-page .catalog-cover::after {
	 content: attr(data-cover-label);
	 position: absolute;
	 left: 14px;
	 right: 14px;
	 bottom: 12px;
	 color: #fff;
	 font-size: 0.72rem;
	 font-weight: 600;
	 letter-spacing: 0.04em;
}
 .catalog-page .catalog-card:hover .catalog-cover {
	 transform: scale(1.03);
}
 .catalog-page .catalog-actions {
	 flex: 1 1 auto;
	 background: #fafaf8;
	 border: 1px solid #efefeb;
	 border-radius: 18px;
	 min-height: 102px;
	 padding: 16px 16px 16px 18px;
	 display: flex;
	 align-items: center;
	 gap: 18px;
}
 .catalog-page .catalog-pdf-icon {
	 width: 54px;
	 height: 54px;
	 border-radius: 14px;
	 background: linear-gradient(145deg, #f2f2ef, #e8e8e3);
	 border: 1px solid #e0dfda;
	 position: relative;
	 flex: 0 0 54px;
	 overflow: hidden;
}
 .catalog-page .catalog-pdf-icon::before {
	 content: "PDF";
	 position: absolute;
	 inset: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #c9c7c2;
	 font-size: 0.92rem;
	 font-weight: 800;
	 letter-spacing: 0.06em;
}
 .catalog-page .catalog-links {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
}
 .catalog-page .catalog-action-link {
	 display: inline-flex;
	 align-items: center;
	 gap: 12px;
	 font-size: 0.94rem;
	 font-weight: 500;
	 color: #1c1c22;
	 transition: color 0.25s ease, transform 0.25s ease;
}
 .catalog-page .catalog-action-link i {
	 font-size: 0.9rem;
	 color: #26272d;
}
 .catalog-page .catalog-action-link:hover {
	 color: var(--c1);
	 transform: translateX(2px);
}
 .catalog-page .catalog-action-link:hover i {
	 color: var(--c1);
}
 .catalog-page .feature-zone {
	 background: #f5f4f1;
}
 .catalog-page .feature-pills {
	 row-gap: 14px;
	 justify-content: center;
}
 .catalog-page .feature-pill {
	 min-height: 62px;
	 border-radius: 999px;
	 background: rgba(255, 255, 255, 0.9);
	 border: 1px solid #ededea;
	 padding: 8px 18px 8px 12px;
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 box-shadow: 0 8px 20px rgba(12, 12, 16, 0.03);
	 transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 .catalog-page .feature-pill:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 16px 26px rgba(12, 12, 16, 0.06);
	 border-color: #e5e4de;
}
 .catalog-page .feature-icon {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 background: #f4f3f1;
	 border: 1px solid #e3e1dc;
	 color: #8f8d89;
	 font-size: 1rem;
	 flex: 0 0 40px;
}
 .catalog-page .feature-pill span:last-child {
	 font-size: 0.88rem;
	 line-height: 1.18;
	 color: #7a7976;
	 font-weight: 500;
}
 .catalog-page .tech-grid {
	 margin-top: 32px;
	 row-gap: 24px;
}
 .catalog-page .tech-card {
	 background: #fff;
	 border: 1px solid #ecebe7;
	 border-radius: 22px;
	 min-height: 320px;
	 padding: 34px 26px 28px;
	 box-shadow: var(--vy-shadow-soft);
	 text-align: center;
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 .catalog-page .tech-card:hover {
	 transform: translateY(-5px);
	 box-shadow: 0 24px 40px rgba(18, 18, 24, 0.08);
}
 .catalog-page .tech-logo-box {
	 margin: 0 auto 22px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #2b2c31;
}
 .catalog-page .tech-logo-box.uniclic {
	 width: 182px;
	 height: 64px;
}
 .catalog-page .tech-logo-box.eir {
	 width: 96px;
	 height: 96px;
}
 .catalog-page .tech-logo-box.guard {
	 width: 94px;
	 height: 96px;
}
 .catalog-page .tech-logo-box.guard i {
	 transform: translateY(-1px);
}
 .catalog-page .tech-title {
	 margin: 0 0 16px;
	 font-size: 1.55rem;
	 line-height: 1.08;
	 font-weight: 500;
	 letter-spacing: -0.03em;
}
 .catalog-page .tech-text {
	 margin: 0;
	 color: #7f7e7b;
	 font-size: 0.94rem;
	 line-height: 1.7;
	 max-width: 290px;
	 margin-inline: auto;
}
 .catalog-page .compliance-row {
	 display: grid;
	 grid-template-columns: repeat(7, minmax(0, 1fr));
	 gap: 22px;
	 margin-top: 42px;
	 align-items: start;
}
 .catalog-page .certificate-item {
	 text-align: center;
	 color: #999892;
	 transition: transform 0.25s ease;
}
 .catalog-page .certificate-item:hover {
	 transform: translateY(-3px);
}
 .catalog-page .certificate-badge {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    color: #9d9a94;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .catalog-page .certificate-item span {
	 display: block;
	 font-size: 0.82rem;
	 line-height: 1.2;
	 font-weight: 500;
}
 .catalog-page .cta-band {
	 background: #fff;
	 color: #fff;
}
 .catalog-page .cta-wrap {
	 display: flex;
	 justify-content: center;
}
 .catalog-page .cta-button {
	 background: #fafaf8;
	 color: #111214;
	 min-height: 56px;
	 padding: 8px 8px 8px 28px;
	 display: inline-flex;
	 align-items: center;
	 gap: 20px;
	 border-radius: 999px;
	 font-weight: 500;
	 border: 1px solid rgba(255, 255, 255, 0.06);
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 .catalog-page .cta-button:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 16px 26px rgba(0, 0, 0, 0.22);
}
 .catalog-page .cta-arrow {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 background: var(--c1);
	 color: #fff;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 0.92rem;
	 box-shadow: 0 10px 20px rgba(234, 44, 53, 0.25);
}
 .catalog-page .site-footer {
	 background: #f4f4f1;
	 color: #151519;
}
 .catalog-page .footer-main {
	 row-gap: 24px;
}
 .catalog-page .footer-title {
	 margin: 0 0 20px;
	 font-size: 1.55rem;
	 line-height: 1.08;
	 letter-spacing: -0.03em;
	 font-weight: 600;
}
 .catalog-page .newsletter-field {
	 max-width: 236px;
	 height: 44px;
	 border-radius: 999px;
	 border: 1px solid #cfcfc9;
	 background: transparent;
	 padding: 0 18px;
	 font-size: 0.92rem;
	 color: #1f2024;
	 outline: none;
	 box-shadow: none;
}
 .catalog-page .newsletter-field::placeholder {
	 color: #9b9b97;
}
 .catalog-page .footer-subscribe {
	 margin-top: 14px;
	 min-width: 101px;
	 height: 42px;
	 border-radius: 999px;
	 border: 0;
	 background: var(--bg);
	 color: #fff;
	 font-size: 0.92rem;
	 font-weight: 500;
	 transition: transform 0.25s ease, background 0.25s ease;
}
 .catalog-page .footer-subscribe:hover {
	 transform: translateY(-2px);
	 background: #1d1f25;
}
 .catalog-page .footer-quote {
	 margin: 18px 0 0;
	 max-width: 210px;
	 color: #1b1b1f;
	 font-family: "Playfair Display", serif;
	 font-style: italic;
	 font-size: 1.35rem;
	 line-height: 1.06;
	 letter-spacing: -0.03em;
}
 .catalog-page .footer-nav-title {
	 margin: 0 0 18px;
	 font-size: 1.55rem;
	 line-height: 1.08;
	 letter-spacing: -0.03em;
	 font-weight: 600;
}
 .catalog-page .footer-links {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: grid;
	 gap: 12px;
}
 .catalog-page .footer-links a {
	 color: #17171b;
	 font-size: 0.95rem;
	 font-weight: 500;
	 transition: color 0.25s ease, transform 0.25s ease;
	 display: inline-block;
}
 .catalog-page .footer-links a:hover {
	 color: var(--c1);
	 transform: translateX(3px);
}
 .catalog-page .footer-contact-row {
	 margin-top: 46px;
	 row-gap: 18px;
}
 .catalog-page .footer-contact-label {
	 display: block;
	 margin-bottom: 8px;
	 color: #1d1d21;
	 font-size: 0.9rem;
	 font-weight: 600;
}
 .catalog-page .footer-contact-value {
	 color: #111216;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
}
 .catalog-page .footer-bottom {
	 margin-top: 26px;
	 background: var(--c1);
	 color: #fff;
	 border-radius: 8px;
	 min-height: 76px;
	 padding: 18px 28px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 18px;
}
 .catalog-page .footer-brand {
	 display: inline-flex;
	 flex-direction: column;
	 gap: 2px;
	 position: relative;
	 padding-left: 34px;
}
 .catalog-page .footer-brand::before, .catalog-page .footer-brand::after {
	 content: "";
	 position: absolute;
	 left: 0;
	 width: 94px;
	 height: 2px;
	 background: rgba(255, 255, 255, 0.8);
}
 .catalog-page .footer-brand::before {
	 top: 10px;
}
 .catalog-page .footer-brand::after {
	 top: 24px;
	 width: 84px;
}
 .catalog-page .footer-brand strong {
	 font-size: 1.22rem;
	 line-height: 1;
	 letter-spacing: 0.16em;
	 font-weight: 700;
}
 .catalog-page .footer-brand span {
	 font-size: 0.56rem;
	 letter-spacing: 0.38em;
	 font-weight: 600;
}
 .catalog-page .footer-copy {
	 font-size: 0.94rem;
	 font-weight: 500;
	 text-align: right;
}
 @media (max-width: 1399.98px) {
	 .catalog-page :root {
		 --container: 1100px;
	}
	 .catalog-page .navbar-nav {
		 gap: 22px;
	}
	 .catalog-page .hero-visual {
		 max-width: 520px;
	}
	 .catalog-page .feature-pill span:last-child {
		 font-size: 0.84rem;
	}
}
 @media (max-width: 1199.98px) {
	 .catalog-page :root {
		 --container: 960px;
	}
	 .catalog-page .section-space {
		 padding: 64px 0;
	}
	 .catalog-page .navbar-nav {
		 gap: 18px;
	}
	 .catalog-page .hero-grid {
		 row-gap: 40px;
	}
	 .catalog-page .hero-content {
		 max-width: 100%;
	}
	 .catalog-page .hero-visual-wrap {
		 justify-content: flex-start;
	}
	 .catalog-page .catalog-card {
		 padding-inline: 18px;
	}
	 .catalog-page .catalog-actions {
		 padding-inline: 14px;
	}
	 .catalog-page .tech-card {
		 min-height: 100%;
	}
	 .catalog-page .compliance-row {
		 grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	 .catalog-page .footer-nav-title, .catalog-page .footer-title {
		 font-size: 1.35rem;
	}
	 .catalog-page .footer-bottom {
		 padding-inline: 20px;
	}
}
 @media (max-width: 991.98px) {
	 .catalog-page :root {
		 --container: 100%;
	}
	 .catalog-page .site-header {
		 padding-top: 12px;
	}
	 .catalog-page .header-shell {
		 min-height: auto;
		 padding: 12px 14px;
	}
	 .catalog-page .navbar-toggler {
		 border: 0;
		 padding: 0;
		 width: 42px;
		 height: 42px;
		 border-radius: 12px;
		 background: #f4f4f5;
		 box-shadow: none !important;
	}
	 .catalog-page .navbar-collapse {
		 padding-top: 18px;
	}
	 .catalog-page .navbar-nav {
		 gap: 14px;
		 padding-bottom: 18px;
	}
	 .catalog-page .nav-contact {
		 margin-top: 4px;
	}
	 .catalog-page .section-space {
		 padding: 56px 0;
	}
	 .catalog-page .section-space-sm {
		 padding: 44px 0;
	}
	 .catalog-page .hero-grid {
		 min-height: auto;
	}
	 .catalog-page .hero-content {
		 order: 1;
	}
	 .catalog-page .hero-visual-wrap {
		 order: 0;
	}
	 .catalog-page .hero-text {
		 max-width: 100%;
	}
	 .catalog-page .hero-visual {
		 max-width: 100%;
	}
	 .catalog-page .catalog-card {
		 flex-direction: column;
		 align-items: flex-start;
		 gap: 16px;
	}
	 .catalog-page .catalog-cover-wrap {
		 width: 118px;
		 flex-basis: auto;
	}
	 .catalog-page .catalog-actions {
		 width: 100%;
		 min-height: auto;
	}
	 .catalog-page .feature-pills > div {
		 width: 50%;
	}
	 .catalog-page .compliance-row {
		 grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	 .catalog-page .footer-main > [class*="col-"] {
		 margin-bottom: 10px;
	}
	 .catalog-page .footer-contact-row {
		 margin-top: 28px;
	}
	 .catalog-page .footer-bottom {
		 flex-direction: column;
		 align-items: flex-start;
	}
	 .catalog-page .footer-copy {
		 text-align: left;
	}
}
 @media (max-width: 767.98px) {
	 .catalog-page .section-space {
		 padding: 48px 0;
	}
	 .catalog-page .section-space-sm {
		 padding: 38px 0;
	}
	 .catalog-page .hero-title {
		 font-size: clamp(2.25rem, 9vw, 3.3rem);
		 line-height: 0.98;
	}
	 .catalog-page .hero-text {
		 margin-top: 18px;
		 font-size: 0.92rem;
	}
	 .catalog-page .hero-visual {
		 aspect-ratio: 1.08;
		 border-radius: 22px;
	}
	 .catalog-page .hero-visual-label {
		 left: 22px;
		 bottom: 18px;
	}
	 .catalog-page .catalog-card {
		 min-height: auto;
		 border-radius: 20px;
		 padding: 18px;
	}
	 .catalog-page .catalog-actions {
		 gap: 14px;
		 border-radius: 16px;
	}
	 .catalog-page .catalog-pdf-icon {
		 width: 46px;
		 height: 46px;
		 flex-basis: 46px;
	}
	 .catalog-page .feature-pills > div {
		 width: 100%;
	}
	 .catalog-page .feature-pill {
		 min-height: 58px;
	}
	 .catalog-page .tech-grid {
		 margin-top: 26px;
	}
	 .catalog-page .tech-card {
		 padding: 28px 22px 24px;
		 border-radius: 20px;
	}
	 .catalog-page .tech-title {
		 font-size: 1.3rem;
	}
	 .catalog-page .compliance-row {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 gap: 18px 12px;
	}
	 .catalog-page .cta-button {
		 width: 100%;
		 justify-content: space-between;
	}
	 .catalog-page .footer-nav-title, .catalog-page .footer-title {
		 margin-bottom: 14px;
	}
	 .catalog-page .newsletter-field {
		 max-width: 100%;
		 width: 100%;
	}
	 .catalog-page .footer-quote {
		 font-size: 1.15rem;
	}
	 .catalog-page .footer-contact-value {
		 font-size: 0.94rem;
	}
	 .catalog-page .footer-bottom {
		 margin-top: 22px;
		 padding: 18px;
	}
}
 @media (max-width: 479.98px) {
	 .catalog-page .header-shell {
		 border-radius: 18px;
	}
	 .catalog-page .brand-mark {
		 min-width: 112px;
		 height: 38px;
	}
	 .catalog-page .brand-mark strong {
		 font-size: 1rem;
	}
	 .catalog-page .catalog-actions {
		 flex-direction: column;
		 align-items: flex-start;
	}
	 .catalog-page .catalog-links {
		 width: 100%;
	}
	 .catalog-page .catalog-action-link {
		 font-size: 0.9rem;
	}
	 .catalog-page .feature-pill {
		 padding-right: 14px;
	}
	 .catalog-page .feature-pill span:last-child {
		 font-size: 0.82rem;
	}
	 .catalog-page .compliance-row {
		 grid-template-columns: 1fr;
	}
	 .catalog-page .certificate-item span {
		 font-size: 0.8rem;
	}
}
 