
/* Escrow page polished layout */
.escrow-page{overflow:hidden;background:radial-gradient(circle at 10% 8%,rgba(168,4,11,.035),transparent 18%),radial-gradient(circle at 92% 18%,rgba(16,19,27,.035),transparent 22%),#fff}.escrow-page-container{width:min(1200px,calc(100% - 56px));margin:auto}.escrow-hero{position:relative;padding:42px 0 28px}.escrow-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:32px;align-items:center}.escrow-eyebrow{display:inline-flex;align-items:center;gap:12px;color:#a8040b;font-size:17px;font-weight:900}.escrow-eyebrow::before{content:"";width:34px;height:3px;border-radius:99px;background:#a8040b}.escrow-hero h1{margin:20px 0 18px;color:#0f131a;font-size:clamp(44px,5vw,64px);line-height:.98;font-weight:950;letter-spacing:-.065em}.escrow-hero h1 span{color:#a8040b}.escrow-hero p{margin:0;max-width:610px;color:#4d586b;font-size:17px;line-height:1.65;font-weight:540}.escrow-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.escrow-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:390px}.escrow-visual img{max-width:700px;width:100%;object-fit:contain;filter:drop-shadow(0 24px 38px rgba(16,19,27,.12))}.escrow-strip{padding:10px 0 24px}.escrow-strip-card{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e6e8ee;border-radius:16px;background:#fff;box-shadow:0 16px 42px rgba(16,19,27,.065);overflow:hidden}.escrow-strip-card article{min-height:96px;padding:18px 16px;display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.escrow-strip-card article+article{border-left:1px solid #e6e8ee}.escrow-strip-card img{width:44px;height:44px;object-fit:contain}.escrow-strip-card strong{font-size:14px;line-height:1.18;font-weight:950}.escrow-solutions,.escrow-process,.escrow-why{padding:0 0 24px}.escrow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.escrow-card{display:grid;grid-template-columns:84px 1fr;gap:16px;align-items:center;min-height:124px;padding:18px 20px;border:1px solid #e6e8ee;border-radius:16px;background:#fff;box-shadow:0 16px 42px rgba(16,19,27,.055)}.escrow-card img{width:70px;height:70px;object-fit:contain}.escrow-card h3{margin:0;font-size:17px;line-height:1.2;font-weight:950}.escrow-card p{margin:8px 0 0;color:#596273;font-size:13.5px;line-height:1.5}.escrow-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.escrow-step{position:relative;text-align:center;padding:38px 18px 12px}.escrow-step:not(:last-child)::after{content:"→";position:absolute;right:-14px;top:62px;font-size:38px;color:rgba(168,4,11,.45)}.escrow-step b{position:absolute;top:0;left:50%;transform:translateX(-50%);width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#bd0810,#98040a);color:#fff}.escrow-step img{width:82px;height:82px;margin:0 auto 12px;object-fit:contain}.escrow-step h3{margin:0;font-size:15px;line-height:1.2;font-weight:950}.escrow-step p{margin:8px 0 0;color:#596273;font-size:12.5px;line-height:1.42}.escrow-why-panel{display:grid;grid-template-columns:1fr 1fr;gap:18px}.escrow-dark{background:linear-gradient(135deg,#181c22,#090b0f);color:#fff;border-radius:18px;padding:28px}.escrow-dark h2,.escrow-light h2{margin:0 0 18px;font-size:30px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.escrow-dark li{margin:10px 0;color:rgba(255,255,255,.86)}.escrow-light{border:1px solid #e6e8ee;border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(16,19,27,.055);padding:28px}.escrow-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.escrow-mini-grid article{padding:16px;border:1px solid #e6e8ee;border-radius:14px}.escrow-mini-grid img{width:40px;height:40px;object-fit:contain;margin-bottom:10px}.escrow-mini-grid strong{display:block;font-size:15px;font-weight:900}.escrow-mini-grid span{display:block;margin-top:6px;color:#596273;font-size:12.5px;line-height:1.45}@media(max-width:1100px){.escrow-hero-grid{grid-template-columns:1fr}.escrow-hero-copy{text-align:center}.escrow-hero p{margin:auto}.escrow-hero-actions{justify-content:center}.escrow-grid{grid-template-columns:repeat(2,1fr)}.escrow-why-panel{grid-template-columns:1fr}}@media(max-width:900px){.escrow-page-container{width:calc(100% - 32px)}.escrow-strip-card{grid-template-columns:repeat(5,minmax(155px,1fr));overflow-x:auto}.escrow-grid{grid-template-columns:1fr}.escrow-process-grid{grid-template-columns:1fr}.escrow-step{display:grid;grid-template-columns:42px 74px 1fr;text-align:left;gap:12px;align-items:center;padding:14px}.escrow-step:not(:last-child)::after{display:none}.escrow-step b{position:relative;left:auto;top:auto;transform:none;grid-row:1/3}.escrow-step img{width:60px;height:60px;margin:0;grid-row:1/3}.escrow-mini-grid{grid-template-columns:1fr}}
