.post-page{background-color:var(--color-gray-50);min-height:100vh}.post-hero{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:8rem 0 5rem;position:relative;overflow:hidden}.post-hero:before{top:0;right:0;width:50vw;height:100%;background:radial-gradient(circle at 70% 30%,rgba(0,194,224,.18),transparent 70%)}.post-hero:after,.post-hero:before{content:"";position:absolute;pointer-events:none}.post-hero:after{bottom:-10%;left:-5%;width:45%;height:80%;background:radial-gradient(ellipse at 30% 80%,rgba(56,189,248,.12) 0,transparent 60%)}.post-hero__nav{margin-bottom:2rem}.post-hero__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.post-hero__back-link:hover{color:#fff}.post-hero__grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:991px){.post-hero__grid{grid-template-columns:1fr;gap:3rem}}.post-hero__text-col{position:relative;z-index:1}.post-hero__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.post-hero__category{color:#38bdf8;text-transform:uppercase;letter-spacing:.05em}.post-hero__date{color:#94a3b8}.post-hero__title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;font-weight:800;color:var(--color-white);margin-bottom:1.5rem;letter-spacing:-.02em}.post-hero__lead{font-size:1.25rem;line-height:1.6;color:#cbd5e1;margin-bottom:2rem;max-width:90%}.post-hero__divider{width:60px;height:4px;background-color:#38bdf8;border-radius:2px}.post-hero__graphic-col{position:relative}.post-hero__graphic-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);aspect-ratio:16/10;background-color:#1e293b}.post-hero__glow-overlay{position:absolute;inset:0;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);border-radius:24px;z-index:2;pointer-events:none}.post-hero__image{width:100%;height:100%;object-fit:cover;display:block}.post-hero__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#334155,#1e293b)}.post-layout-split{display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:4rem;gap:4rem;padding:4rem 0}@media (max-width:991px){.post-layout-split{grid-template-columns:1fr;gap:3rem}}.post-main-content{min-width:0}.post-video-wrapper{margin-bottom:3rem;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.1)}.post-content-body{font-size:1.125rem;line-height:1.8;color:#334155}.post-content-body p{margin-bottom:1.5rem}.post-content-body h2{font-size:2rem;font-weight:700;color:var(--color-navy);margin:3rem 0 1.5rem;letter-spacing:-.01em}.post-content-body h3{font-size:1.5rem;font-weight:700;color:var(--color-navy);margin:2.5rem 0 1rem}.post-content-body h4,.post-content-body h5{font-size:1.25rem;font-weight:600;color:var(--color-navy);margin:2rem 0 1rem}.post-content-body ol,.post-content-body ul{margin:0 0 1.5rem 1.5rem;padding:0}.post-content-body li{margin-bottom:.5rem}.post-content-body a{color:var(--color-accent);text-decoration:underline;text-underline-offset:4px}.post-content-body a:hover{color:var(--color-accent-dark)}.post-content-body blockquote{margin:2.5rem 0;padding:2rem 2.5rem;background:var(--color-gray-50);border-left:4px solid var(--color-accent);border-radius:0 12px 12px 0;font-size:1.25rem;font-style:italic;font-weight:500;color:var(--color-text-secondary)}.post-content-body figure{margin:2.5rem 0}.post-content-body figure img,.post-content-body img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.post-content-body figcaption{text-align:center;font-size:.875rem;color:#64748b;margin-top:.75rem}.post-pagination{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0}@media (max-width:640px){.post-pagination{grid-template-columns:1fr}}.post-pagination__link{display:flex;flex-direction:column;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease}.post-pagination__link:hover{border-color:#38bdf8;box-shadow:0 10px 15px -3px rgba(0,0,0,.05);transform:translateY(-2px)}.post-pagination__next{text-align:right;align-items:flex-end}.post-pagination__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.post-pagination__title{font-size:1.125rem;font-weight:700;color:#0f172a;line-height:1.4}.post-sidebar{position:relative}.contact-sidebar-card{position:-webkit-sticky;position:sticky;top:120px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #e2e8f0}.contact-sidebar__header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2.5rem 2rem;display:flex;justify-content:center;border-bottom:1px solid #e2e8f0}.contact-sidebar__logo-wrap{width:140px;height:140px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:4px solid #fff}.contact-sidebar__logo{max-width:100%;height:auto}.contact-sidebar__body{padding:2rem;text-align:center}.contact-sidebar__name{font-size:1.5rem;font-weight:800;color:var(--color-navy);margin-bottom:.25rem}.contact-sidebar__title{font-size:.9375rem;font-weight:600;color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em}.contact-sidebar__divider{width:40px;height:3px;background:var(--color-accent);margin:1.5rem auto;border-radius:2px}.contact-sidebar__pitch{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:2rem}.contact-sidebar__actions{display:flex;flex-direction:column;gap:1rem}.contact-sidebar__btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease}.contact-sidebar__btn--primary{background-color:var(--color-accent);color:var(--color-white);border:1px solid var(--color-accent)}.contact-sidebar__btn--primary:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark)}.contact-sidebar__btn--outline{background-color:transparent;color:var(--color-navy);border:1px solid var(--color-gray-300)}.contact-sidebar__btn--outline:hover{background-color:#f8fafc;border-color:#94a3b8}