.postx{width:100%;display:flex;flex-direction:column;gap:40px}.postx__gold{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.postx__cta{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:28px;background:#fff;border:1px solid #000;border-radius:6px;padding:28px 30px;box-sizing:border-box}.postx__cta-main{flex:1 1 auto;min-width:0}.postx__cta-title{font-family:var(--font-display);font-weight:var(--w-bold);font-size:30px;line-height:1.1;color:#000;text-align:right;letter-spacing:-.5px}.postx__cta-sub{font-family:var(--font-display);font-weight:var(--w-bold);font-size:20px;color:#000;text-align:right;margin-top:8px}.postx__cta-form{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.postx__cta-input{flex:1 1 180px;min-width:0;height:52px;background:#f5f5f5;border:0;border-bottom:1px solid #03203d;padding:0 16px;font-family:var(--font-body);font-size:18px;color:#151515;text-align:right;box-sizing:border-box}.postx__cta-input::placeholder{color:#56575c}.postx__cta-input:focus{outline:none;border-bottom-color:var(--gold)}.postx__cta-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;flex-direction:row;height:52px;padding:0 28px;border:2px solid var(--gold);border-radius:var(--r-pill);background:var(--gold-gradient);color:#000;cursor:pointer;font-family:var(--font-display);font-weight:var(--w-bold);font-size:19px;transition:filter .2s ease,transform .12s ease}.postx__cta-btn:hover{filter:brightness(1.05)}.postx__cta-btn:active{transform:scale(.98)}.postx__cta-btn svg{width:18px;height:18px}.postx__cta-consent{display:inline-flex;align-items:center;gap:8px;margin-top:14px;cursor:pointer;justify-content:flex-start}.postx__cta-check{position:absolute;opacity:0;width:0;height:0}.postx__cta-checkbox{flex:0 0 auto;width:16px;height:16px;border:1px solid #000;border-radius:2px;display:grid;place-items:center;background:#fff}.postx__cta-checkbox svg{width:11px;height:11px;opacity:0}.postx__cta-check:checked+.postx__cta-checkbox svg{opacity:1}.postx__cta-consent-text{font-family:var(--font-body);font-size:16px;color:#000}.postx__cta-consent-text a{color:#000;text-decoration:underline}.postx__cta-side{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px}.postx__cta-avatar{width:118px;height:118px;border-radius:50%;object-fit:cover}.postx__cta-name{display:flex;flex-direction:column;align-items:center;text-align:center;font-family:var(--font-display);font-size:21px;line-height:1.05;color:#151515}.postx__cta-name span:first-child{font-weight:var(--w-reg)}.postx__cta-name span:last-child{font-weight:var(--w-bold)}.postx__bar{background:#f9f9f9;height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;box-sizing:border-box}.postx__bar-title{font-family:var(--font-display);font-weight:var(--w-bold);font-size:32px;line-height:1;color:#000;text-align:right;margin:0}.postx__google{display:flex;align-items:center;gap:8px;direction:ltr}.postx__google-score{font-family:var(--font-display);font-weight:var(--w-bold);font-size:36px;color:#000;line-height:1}.postx__google-star{width:22px;height:22px;fill:var(--gold)}.postx__google-logo{height:27px;width:auto;display:block}.postx__reviews{display:flex;flex-direction:column;gap:24px}.postx__rev-row{display:flex;gap:26px;align-items:stretch}.postx__review{flex:1 1 0%;min-width:0;background:#fff;border-radius:4px;box-shadow:0 0 19px rgb(0 0 0 / .08);padding:22px 20px;display:flex;flex-direction:column}.postx__stars{display:flex;gap:4px;justify-content:flex-end}.postx__stars svg{width:18px;height:18px;fill:var(--gold)}.postx__rev-text{font-family:var(--font-body);font-size:16px;line-height:1.45;color:#000;text-align:right;margin:16px 0;flex:1 1 auto;border-right:3px solid var(--gold);padding-right:12px}.postx__rev-foot{display:flex;align-items:center;gap:10px;flex-direction:row-reverse;justify-content:flex-end}.postx__rev-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:0 0 auto}.postx__rev-meta{display:flex;flex-direction:column;text-align:right}.postx__rev-name{font-family:var(--font-body);font-weight:var(--w-bold);font-size:18px;color:#000}.postx__rev-when{font-family:var(--font-body);font-size:15px;color:#737373}.postx__related{display:flex;flex-direction:column;gap:24px}.postx__rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;direction:rtl;align-items:start}.postx__rel-grid .postx__rel-card,.postx__rel-grid .postx__rel-card:hover{display:flex;flex-direction:column;color:#000;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.postx__rel-img{display:block;width:100%;height:144px;overflow:hidden;border-radius:3px 3px 0 0}.postx__rel-img img{width:100%;height:100%;object-fit:cover;display:block}.postx__rel-title{display:flex;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;box-sizing:border-box;background:#fff;border:.636px solid #ebeff5;box-shadow:0 0 19.073px rgb(1 24 57 / .1);font-family:var(--font-display);font-weight:var(--w-bold);font-size:20px;line-height:24px;color:#000;text-align:right;white-space:nowrap}.postx__rel-card:hover{transform:translateY(-3px)}.postx__rel-card:hover .postx__rel-title{box-shadow:0 8px 22px rgb(1 24 57 / .16)}.postx__author{display:flex;flex-direction:column}.postx__author-head{display:flex;align-items:center;gap:18px}.postx__author-kicker{flex:0 0 auto;font-family:var(--font-display);font-weight:var(--w-bold);font-size:21px;color:#000}.postx__author-rule{flex:1 1 auto;height:2px;background:var(--gold-gradient)}.postx__author-body{display:flex;align-items:center;gap:22px;margin-top:30px;justify-content:flex-start}.postx__author-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;flex:0 0 auto}.postx__author-text{text-align:right;flex:0 1 auto}.postx__author-name{font-family:var(--font-display);font-weight:var(--w-bold);font-size:28px;color:#000;line-height:1.2}.postx__author-role{font-family:var(--font-display);font-size:20px;color:#000;margin-top:6px}.postx__author-bio{font-family:var(--font-body);font-size:20px;line-height:1.5;color:#151515;text-align:right;margin-top:22px}.postx__author-foot{display:flex;flex-direction:row-reverse;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:26px;flex-wrap:wrap}.postx__author-social{display:flex;align-items:center;gap:12px;direction:ltr}.postx__author-social a{width:44px;height:44px;border-radius:50%;border:1px solid rgb(31 30 27 / .35);display:grid;place-items:center;color:var(--ink);transition:background .2s ease,color .2s ease,border-color .2s ease}.postx__author-social a:hover{background:var(--gold);border-color:var(--gold);color:#fff}.postx__author-social svg{width:18px;height:18px;fill:currentColor}.postx__author-more{display:inline-flex;flex-direction:column;align-items:flex-end}.postx__author-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:var(--font-display);font-weight:var(--w-bold);font-size:20px;color:#000}.postx__author-chevron{width:18px;height:18px}.postx__author-underline{display:block;height:2px;width:273px;max-width:100%;background:var(--gold-gradient);margin-top:8px}@media (max-width:1100px){.postx__cta{flex-direction:column-reverse;align-items:stretch;gap:22px}.postx__cta-side{flex-direction:row;justify-content:center;gap:16px}.postx__cta-name{align-items:flex-start}}@media (max-width:680px){.postx{gap:32px}.postx__cta-title{font-size:24px}.postx__cta-form{flex-direction:column}.postx__cta-input,.postx__cta-btn{width:100%;flex:none}.postx__cta-btn{justify-content:center}.postx__bar{height:auto;flex-direction:column;align-items:flex-end;gap:10px;padding:16px 18px}.postx__bar-title{font-size:26px}.postx__google{align-self:flex-end}.postx__rev-row{flex-direction:column}.postx__review{flex:none;width:100%}.postx__author-name{font-size:24px}.postx__author-bio,.postx__author-role{font-size:18px}.postx__author-underline{width:100%;max-width:273px}}@media (max-width:768px){.postx__rel-grid{grid-template-columns:1fr 1fr;gap:16px}.postx__rel-title{font-size:16px;padding:0 12px}}@media (max-width:400px){.postx__rel-title{font-size:14px;height:44px;padding:0 9px}}