.related-section{padding:48px 0;border-bottom:1px solid var(--color-separator)}.related-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:480px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{display:block;text-decoration:none;color:inherit;border-radius:4px;overflow:hidden;background:var(--color-bg);border:1px solid var(--color-separator);box-shadow:0 2px 12px #00000014;transition:transform .18s ease,box-shadow .18s ease}.related-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000024}.related-card__image-wrap{position:relative;padding-top:42%;background:#ddd;overflow:hidden}.related-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.related-card__badge{position:absolute;top:8px;left:8px}.related-card__body{padding:12px 14px}.related-card__title{font-size:.9rem;font-weight:700;color:var(--color-nav);line-height:1.3;margin:0}@font-face{font-family:Delivery;font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/delivery/Delivery_W_Lt.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_Lt.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:italic;font-weight:200;font-display:swap;src:url(/fonts/delivery/Delivery_W_LtIt.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_LtIt.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/delivery/Delivery_W_Rg.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_Rg.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/delivery/Delivery_W_It.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_It.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/delivery/Delivery_W_Bd.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_Bd.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/delivery/Delivery_W_BdIt.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_BdIt.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:normal;font-weight:200;font-stretch:condensed;font-display:swap;src:url(/fonts/delivery/Delivery_W_CdLt.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_CdLt.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}@font-face{font-family:Delivery;font-style:normal;font-weight:800;font-stretch:condensed;font-display:swap;src:url(/fonts/delivery/Delivery_W_CdBlk.woff2) format("woff2"),url(/fonts/delivery/Delivery_W_CdBlk.woff) format("woff");unicode-range:U+20-24F,U+370-52F,U+2DE0-2DFF,U+A640-A69F,U+1C80-1C8F,U+600-6FF,U+750-77F,U+8A0-8FF,U+B50-DFF,U+FE70-FEFF}:root{--color-red: #d40511;--color-black: #000000;--color-nav: #1e2744;--color-yellow: #ffcc00;--color-bg: #ffffff;--color-text: #333333;--color-bg-light: #f5f5f5;--color-separator: #e5e5e5;--color-tech-bg: #e8f0fe;--color-tech-text: #1a56db;--color-social-bg: #e6f4ea;--color-social-text: #137333;--font: "Delivery", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 4px;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--max-width: 1280px;--nav-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);line-height:1.6;font-size:16px;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul,ol{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.html-content p{margin-bottom:1em;line-height:1.7}.html-content p:last-child{margin-bottom:0}.html-content strong{font-weight:600}.html-content sup{font-size:.7em;vertical-align:super}.badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.badge--technology{background:var(--color-tech-bg);color:#2f4c70}.badge--social-and-business{background:var(--color-social-bg);color:#37763f}.tag{display:inline-block;padding:4px 10px;border-radius:3px;font-size:12px;font-weight:500;background:var(--color-bg-light);color:var(--color-text);border:1px solid var(--color-separator)}.section-heading{font-size:1.5rem;font-weight:700;color:var(--color-nav);margin-bottom:24px;padding-bottom:12px;border-bottom:3px solid var(--color-black);display:inline-block}.loading-state,.error-state{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:1.1rem;color:#666}.error-state{color:var(--color-red)}
