.tr-section{background:#191919;padding:100px 48px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.tr-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.tr-content{display:flex;flex-direction:column;align-items:flex-start}.tr-eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 20px}.tr-heading{font-size:clamp(32px,5vw,56px);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:#fff;margin:0 0 24px}.tr-body{font-size:16px;line-height:1.65;color:rgba(255,255,255,.5);margin:0 0 32px;max-width:46ch}.tr-bullets{list-style:none;margin:0 0 36px;padding:0;display:flex;flex-direction:column;gap:14px}.tr-bullets li{display:flex;align-items:center;gap:12px;font-size:14px;color:rgba(255,255,255,.7)}.tr-bullets li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.tr-actions{display:flex;flex-wrap:wrap;gap:14px}.tr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border-radius:100px;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s ease}.tr-btn-primary{background:#fff;color:#00122e;border:1px solid #fff}.tr-btn-primary:hover{background:unset;color:#fff}.tr-btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}.tr-btn-ghost:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.04);transform:translateY(-2px)}.tr-media{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);aspect-ratio:4/3;background:#0a0a0a}.tr-media img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:880px){.tr-section{padding:80px 24px}.tr-inner{grid-template-columns:1fr;gap:40px}.tr-media{order:-1}.tr-actions{width:100%}.tr-btn{flex:1 1 auto}}