
:root{
  --red:#c4000b;
  --red2:#e01520;
  --red-dark:#820006;
  --ink:#080d14;
  --text:#1b2430;
  --muted:#5d6877;
  --line:#edf0f4;
  --soft:#fff5f5;
  --container:1240px;
  --shadow:0 22px 58px rgba(8,12,18,.07);
  --shadow-strong:0 32px 84px rgba(8,12,18,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.escrow-page{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%,rgba(196,0,11,.05),transparent 30%),
    radial-gradient(circle at 90% 20%,rgba(196,0,11,.04),transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfcfd 54%,#fff 100%);
}
.e-container{width:min(var(--container),calc(100% - 72px));margin-inline:auto}
.e-svg{stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.e-title{text-align:center;margin:0 0 30px}
.e-title h2{
  margin:0;
  color:#0b1018;
  font-size:clamp(30px,2.8vw,44px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:950;
}
.e-title h2 span{color:var(--red)}
.e-title p{
  max-width:780px;
  margin:10px auto 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.58;
  font-weight:550;
}
.e-line{width:52px;height:3px;margin:14px auto 0;border-radius:999px;background:var(--red)}

/* Hero */
.e-hero{
  position:relative;
  padding:78px 0 48px;
}
.e-hero::before{
  content:"";
  position:absolute;
  left:50%;
  top:24px;
  transform:translateX(-50%);
  width:min(960px,92vw);
  height:360px;
  opacity:.13;
  background-image:radial-gradient(circle,rgba(7,11,18,.18) 0 1px,transparent 1.25px);
  background-size:9px 9px;
  -webkit-mask:radial-gradient(ellipse at center,#000 0 45%,transparent 75%);
  mask:radial-gradient(ellipse at center,#000 0 45%,transparent 75%);
  pointer-events:none;
}
.e-hero::after{
  content:"";
  position:absolute;
  right:-190px;
  top:92px;
  width:460px;
  height:460px;
  border-radius:50%;
  border:1px solid rgba(196,0,11,.12);
  box-shadow:inset 0 0 0 66px rgba(196,0,11,.022),inset 0 0 0 138px rgba(196,0,11,.015);
  pointer-events:none;
}
.e-hero-content{
  position:relative;
  z-index:1;
  max-width:960px;
  margin:0 auto;
  text-align:center;
}
.e-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(180deg,var(--red2),var(--red-dark));
  box-shadow:0 20px 38px rgba(196,0,11,.18);
  font-size:13px;
  font-weight:940;
  text-transform:uppercase;
  letter-spacing:-.01em;
}
.e-kicker svg{width:20px;height:20px}
.e-hero h1{
  margin:24px auto 20px;
  max-width:900px;
  font-size:clamp(48px,5.7vw,80px);
  line-height:.99;
  letter-spacing:-.078em;
  font-weight:950;
}
.e-hero h1 span{color:var(--red)}
.e-hero p{
  max-width:820px;
  margin:0 auto;
  color:#34404d;
  font-size:16.5px;
  line-height:1.68;
  font-weight:550;
}
.e-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  margin-top:30px;
}
.e-btn{
  min-width:184px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:10px;
  font-size:15px;
  font-weight:930;
  transition:.2s ease;
}
.e-btn:hover{transform:translateY(-2px)}
.e-btn-red{color:#fff;background:linear-gradient(180deg,var(--red2),var(--red-dark));box-shadow:0 22px 42px rgba(196,0,11,.18)}
.e-btn-outline{color:var(--red);background:#fff;border:1.6px solid var(--red)}
.e-hero-chips{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  max-width:930px;
  margin:27px auto 0;
}
.e-hero-chips span{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 34px rgba(8,12,18,.055);
  color:#111820;
  font-size:13px;
  font-weight:900;
  line-height:1.15;
}
.e-hero-chips svg{
  width:24px;
  height:24px;
  flex:0 0 auto;
  color:var(--red);
}

/* Trust protection panel */
.e-protection{padding:12px 0 52px}
.e-protection-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.e-protection-card{
  min-height:188px;
  padding:25px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  transition:.22s ease;
}
.e-protection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(196,0,11,.23)}
.e-protection-card svg{
  width:60px;
  height:60px;
  padding:13px;
  color:#fff;
  border-radius:19px;
  background:linear-gradient(180deg,var(--red2),var(--red-dark));
  box-shadow:0 16px 34px rgba(196,0,11,.18);
  margin-bottom:16px;
}
.e-protection-card h3,
.e-use-card h3,
.e-step-card h3,
.e-feature-card h3,
.e-safe-card h3{
  margin:0 0 8px;
  color:#101720;
  font-size:18px;
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:940;
}
.e-protection-card p,
.e-use-card p,
.e-step-card p,
.e-feature-card p,
.e-safe-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  font-weight:540;
}

/* Use cases */
.e-use-cases{padding:24px 0 58px}
.e-use-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.e-use-card{
  min-height:214px;
  padding:25px 22px 21px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fff 70%,#fff9f9);
  box-shadow:var(--shadow);
  transition:.22s ease;
  overflow:hidden;
}
.e-use-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(196,0,11,.22)}
.e-use-card svg{
  width:64px;
  height:64px;
  padding:13px;
  margin-bottom:17px;
  color:var(--red);
  border-radius:19px;
  background:#fff4f4;
  border:1px solid #ffd8db;
}

/* Flow */
.e-flow{padding:18px 0 58px}
.e-flow-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  padding-top:32px;
}
.e-flow-grid::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:19px;
  height:2px;
  background:repeating-linear-gradient(90deg,rgba(196,0,11,.34) 0 9px,transparent 9px 17px);
}
.e-step-card{
  position:relative;
  min-height:218px;
  padding:34px 18px 20px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  box-shadow:var(--shadow);
}
.e-step{
  position:absolute;
  left:50%;
  top:-31px;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(180deg,var(--red2),var(--red-dark));
  box-shadow:0 14px 28px rgba(196,0,11,.22),0 0 0 6px #fff;
  font-size:13px;
  font-weight:950;
}
.e-step-card svg{
  width:58px;
  height:58px;
  margin:0 auto 16px;
  padding:12px;
  color:var(--red);
  border-radius:18px;
  background:#fff4f4;
  border:1px solid #ffd8db;
}

/* Features split */
.e-features{padding:18px 0 58px}
.e-feature-layout{
  display:grid;
  grid-template-columns:minmax(320px,.74fr) 1fr;
  gap:24px;
  align-items:stretch;
}
.e-feature-panel{
  position:relative;
  min-height:440px;
  border-radius:22px;
  padding:32px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 12%,rgba(255,255,255,.19),transparent 32%),
    linear-gradient(135deg,#8b0006 0%,#c4000b 48%,#e01520 100%);
  box-shadow:0 28px 70px rgba(150,0,0,.24);
}
.e-feature-panel::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.35;
  background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.25) 1px,transparent 1.7px);
  background-size:18px 18px;
}
.e-feature-panel > *{position:relative;z-index:1}
.e-feature-panel svg{
  width:82px;
  height:82px;
  margin-bottom:24px;
}
.e-feature-panel h2{
  margin:0;
  max-width:410px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:950;
}
.e-feature-panel p{
  max-width:430px;
  margin:16px 0 0;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.62;
  font-weight:550;
}
.e-feature-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.e-feature-tags span{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  font-size:12px;
  font-weight:850;
}
.e-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.e-feature-card{
  min-height:208px;
  padding:24px 22px 21px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  transition:.22s ease;
}
.e-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(196,0,11,.22)}
.e-feature-card svg{
  width:54px;
  height:54px;
  padding:11px;
  margin-bottom:15px;
  color:var(--red);
  border-radius:17px;
  background:#fff4f4;
  border:1px solid #ffd8db;
}

/* Safety assurance */
.e-safe{padding:12px 0 78px}
.e-safe-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.e-safe-card{
  min-height:188px;
  padding:26px 24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  transition:.22s ease;
}
.e-safe-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(196,0,11,.22)}
.e-safe-card svg{
  width:58px;
  height:58px;
  padding:12px;
  margin-bottom:16px;
  color:#fff;
  border-radius:18px;
  background:linear-gradient(180deg,var(--red2),var(--red-dark));
  box-shadow:0 16px 34px rgba(196,0,11,.18);
}

/* Responsive */
@media (max-width:1180px){
  .e-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .e-use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .e-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 14px}
  .e-flow-grid::before{display:none}
  .e-feature-layout{grid-template-columns:1fr}
}
@media (max-width:900px){
  .e-hero-chips{grid-template-columns:repeat(2,minmax(0,1fr))}
  .e-feature-grid{grid-template-columns:1fr}
  .e-safe-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .e-container{width:calc(100% - 36px)}
  .e-hero{padding:52px 0 34px}
  .e-hero h1{font-size:43px}
  .e-hero p{font-size:15.2px}
  .e-actions{gap:12px}
  .e-btn{width:100%;height:52px}
  .e-protection-grid{grid-template-columns:1fr}
  .e-use-grid{grid-template-columns:1fr}
  .e-flow-grid{grid-template-columns:1fr}
  .e-feature-panel{min-height:auto;padding:26px 22px}
}
@media (max-width:480px){
  .e-container{width:calc(100% - 28px)}
  .e-hero h1{font-size:37px}
  .e-hero-chips{grid-template-columns:1fr}
}
