:root{
  --bg:#f6f7fb;
  --surface:#fff;
  --surface-soft:#eef1fb;
  --ink:#172033;
  --muted:#647087;
  --line:#dfe4ef;
  --primary:#5b5ce2;
  --primary-dark:#4546c8;
  --primary-soft:#ececff;
  --teal:#23c5bc;
  --teal-soft:#e4faf7;
  --coral:#ff8a71;
  --coral-soft:#fff0ec;
  --yellow:#f0b74d;
  --shadow:0 24px 70px rgba(43,51,82,.13);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.section{padding:112px 0;position:relative;overflow:hidden}
.section-white{background:var(--surface)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,247,251,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,228,239,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:780;letter-spacing:-.6px}
.brand img{width:38px;height:38px}
.desktop-nav{display:flex;gap:28px;margin-left:auto}
.desktop-nav a,.text-link{font-size:14px;color:#4d5870;font-weight:590;transition:.2s}
.desktop-nav a:hover,.text-link:hover{color:var(--primary)}
.nav-actions{display:flex;gap:20px;align-items:center}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;font-weight:720;transition:.2s;cursor:pointer}
.button:hover{transform:translateY(-1px)}
.button-sm{height:42px;padding:0 17px;font-size:14px}
.button-lg{min-height:54px;padding:0 24px;font-size:15px}
.button-primary{background:var(--primary);color:white;box-shadow:0 12px 28px rgba(91,92,226,.22)}
.button-primary:hover{background:var(--primary-dark)}
.button-secondary{background:rgba(255,255,255,.72);border-color:var(--line);color:var(--ink)}
.button-white{background:#fff;color:#282968}
.mobile-menu-btn{display:none;background:none;border:0;width:38px;height:38px;padding:8px}
.mobile-menu-btn span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:3px}
.mobile-nav{padding:8px 20px 20px;background:#fff;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:12px 4px;font-weight:650}
.mobile-nav .button{margin-top:8px;color:#fff}
.hero{padding-top:92px;padding-bottom:96px;min-height:720px;background:linear-gradient(180deg,#f9faff 0%,#f3f5fb 100%)}
.hero-grid{display:grid;grid-template-columns:1.01fr .99fr;align-items:center;gap:68px;position:relative;z-index:2}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.75}
.hero-glow-one{width:560px;height:560px;right:-170px;top:-110px;background:radial-gradient(circle,rgba(91,92,226,.17),transparent 68%)}
.hero-glow-two{width:420px;height:420px;left:-220px;bottom:-220px;background:radial-gradient(circle,rgba(35,197,188,.12),transparent 70%)}
.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:800;color:var(--primary)}
.eyebrow>span{width:22px;height:2px;border-radius:2px;background:var(--teal)}
.eyebrow-center{justify-content:center}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(49px,5vw,74px);line-height:1.01;letter-spacing:-3.8px;margin:20px 0 24px;max-width:690px}
h1 em,h2 em{font-style:normal;color:var(--primary)}
.hero-lead{font-size:19px;line-height:1.7;color:var(--muted);max-width:640px;margin-bottom:34px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-proof{display:flex;gap:30px;margin-top:42px;padding-top:26px;border-top:1px solid var(--line);max-width:650px}
.hero-proof div{display:flex;flex-direction:column;gap:2px;min-width:105px}
.hero-proof strong{font-size:18px;letter-spacing:-.3px}
.hero-proof span{font-size:12px;color:var(--muted)}
.product-stage{position:relative;padding:42px 18px 35px}
.browser-card{background:#fff;border:1px solid #dde2f0;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transform:perspective(1400px) rotateY(-2deg) rotateX(1deg)}
.browser-bar{height:45px;border-bottom:1px solid #e8ebf3;display:flex;align-items:center;padding:0 16px;position:relative;background:#fbfcff}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#cfd5e4}.browser-dots i:nth-child(1){background:#ff9e8a}.browser-dots i:nth-child(2){background:#f4cf66}.browser-dots i:nth-child(3){background:#71d7bd}
.browser-domain{position:absolute;left:50%;transform:translateX(-50%);font-size:8px;color:#8b94a8;background:#f0f2f8;border-radius:5px;padding:4px 26px}
.app-shell{display:grid;grid-template-columns:48px 1fr;min-height:475px;background:#f7f8fc}
.app-sidebar{background:#1d2440;padding:13px 8px;display:flex;flex-direction:column;align-items:center;gap:18px}
.mini-logo img{width:28px}.side-item{width:21px;height:5px;background:#555e79;border-radius:5px}.side-item.active{background:#7b7cf3;width:25px}
.app-main{padding:22px 20px 24px;min-width:0}.app-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.mini-label{font-size:8px;text-transform:uppercase;color:#7d879c;letter-spacing:1px}.app-topline h3{font-size:16px;margin:4px 0 0;letter-spacing:-.4px}.status-pill{font-size:7px;background:#e7f8f3;color:#258874;padding:5px 7px;border-radius:10px;white-space:nowrap}
.risk-banner{display:flex;align-items:center;gap:10px;background:#fff2ed;border:1px solid #ffe0d7;border-radius:12px;padding:12px;margin:17px 0}.risk-icon{width:28px;height:28px;border-radius:9px;background:#ff8a71;color:white;display:grid;place-items:center;font-weight:900}.risk-banner>div:nth-child(2){display:flex;flex-direction:column;font-size:7px;color:#8e665e}.risk-banner strong{font-size:12px;color:#b24531}.risk-meter{margin-left:auto;display:flex;gap:3px}.risk-meter i{width:14px;height:4px;background:#f0d7d1;border-radius:3px}.risk-meter i.active{background:#f38169}
.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dash-card{background:white;border:1px solid #e8ebf3;border-radius:12px;padding:12px;min-width:0}.dash-wide{grid-column:1/-1}.dash-title{font-size:9px;font-weight:800;display:flex;align-items:center;gap:6px}.card-icon{width:18px;height:18px;border-radius:6px;display:grid;place-items:center;font-size:9px}.card-icon.blue{background:#ececff;color:#5b5ce2}.card-icon.coral{background:#fff0ec;color:#ee7258}.card-icon.teal{background:#e3faf7;color:#138e87}.dash-card ul{padding:0;margin:9px 0 0;list-style:none}.dash-card li{font-size:7.5px;color:#677087;padding:4px 0 4px 10px;position:relative;border-bottom:1px solid #f1f3f8}.dash-card li:last-child{border:0}.dash-card li:before{content:"";position:absolute;left:0;top:8px;width:3px;height:3px;border-radius:50%;background:#9ba5b8}.action-row{display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:center;border-top:1px solid #eef0f5;padding:7px 0;font-size:7.5px}.action-row b{color:var(--primary)}.action-row small{color:#8791a6}
.floating-chip{position:absolute;background:white;border:1px solid #e1e5ef;border-radius:12px;padding:10px 13px;font-size:10px;font-weight:740;box-shadow:0 14px 35px rgba(48,55,85,.14);z-index:4}.chip-top{right:-18px;top:6px}.chip-bottom{left:-16px;bottom:3px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px}.dot-green{background:#39c99d}.spark{color:#6c6de6;margin-right:5px}
.trust-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-inner{min-height:74px;display:flex;align-items:center;justify-content:center;gap:30px;color:#788298;font-size:13px;font-weight:720}.trust-inner i{width:4px;height:4px;background:#c4cad7;border-radius:50%}
.section-heading h2,.split-heading h2,.output-intro h2,.example-copy h2,.security-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.1;letter-spacing:-2.3px;margin:18px 0}.section-heading p,.split-heading p,.output-intro p,.example-copy>p,.security-copy>p{font-size:17px;color:var(--muted);line-height:1.75}.centered{text-align:center}.narrow{max-width:840px;margin-inline:auto}.problem-flow{display:grid;grid-template-columns:1fr 36px 1fr 36px 1fr 36px 1fr;align-items:center;margin-top:62px}.flow-line{height:2px;background:#dce1ec}.flow-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 21px;min-height:185px;position:relative}.flow-card span{font-size:12px;font-weight:800;color:var(--primary)}.flow-card b{display:block;font-size:17px;margin:16px 0 6px}.flow-card p{font-size:13px;color:var(--muted)}.flow-card small{display:inline-block;font-size:10px;font-weight:800;color:var(--primary);background:var(--primary-soft);padding:5px 8px;border-radius:7px;position:absolute;bottom:18px}.flow-card.highlight{border-color:#9ea0f4;box-shadow:0 16px 36px rgba(91,92,226,.1);background:#f9f9ff}.flow-card.muted{opacity:.78}
.how-section{background:linear-gradient(180deg,#f3f5fb,#eef1f8)}.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.split-heading p{margin-bottom:20px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:58px}.step-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;min-height:325px;position:relative;transition:.2s}.step-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(45,52,80,.09)}.step-number{position:absolute;right:22px;top:22px;font-size:12px;color:#a1a9ba;font-weight:800}.step-icon{width:48px;height:48px;border-radius:14px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:20px;font-weight:800;margin:18px 0 50px}.step-card:nth-child(2) .step-icon{background:var(--teal-soft);color:#15978f}.step-card:nth-child(3) .step-icon{background:var(--coral-soft);color:#e96e55}.step-card:nth-child(4) .step-icon{background:#e9f2ff;color:#337ad3}.step-card h3{font-size:19px;line-height:1.35;letter-spacing:-.5px}.step-card p{font-size:14px;color:var(--muted)}
.outputs-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.inline-link{font-weight:760;color:var(--primary);font-size:14px}.inline-link span{margin-left:5px}.output-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}.output-card{display:flex;gap:14px;background:#f8f9fc;border:1px solid var(--line);border-radius:17px;padding:22px;min-height:146px}.output-icon{flex:0 0 42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:850}.bg-purple{background:var(--primary-soft);color:var(--primary)}.bg-coral{background:var(--coral-soft);color:#e96e55}.bg-teal{background:var(--teal-soft);color:#138e87}.bg-blue{background:#e7f1ff;color:#347fd9}.output-card h3{font-size:16px;margin-bottom:5px}.output-card p{font-size:13px;color:var(--muted);margin:0}
.use-cases{background:#f4f5fb}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:55px}.case-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:26px;transition:.2s}.case-card:hover{transform:translateY(-4px);border-color:#c6c7f8}.case-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:20px;font-weight:800}.case-card:nth-child(2) .case-icon,.case-card:nth-child(5) .case-icon{background:var(--teal-soft);color:#138e87}.case-card:nth-child(3) .case-icon,.case-card:nth-child(6) .case-icon{background:var(--coral-soft);color:#e96e55}.case-card h3{font-size:19px;margin:28px 0 8px}.case-card p{font-size:14px;color:var(--muted);min-height:44px}.case-card a{font-size:13px;font-weight:780;color:var(--primary)}.case-card b{margin-left:5px}
.example-section{background:#1d2440;color:white}.example-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}.example-copy .eyebrow{color:#aeb0ff}.example-copy h2 em{color:#aeb0ff}.example-copy>p{color:#bac1d0}.quote-block{border-left:3px solid var(--teal);padding:12px 0 12px 20px;margin-top:32px;color:#e5e8f0;font-size:16px}.result-card{background:#fff;color:var(--ink);border-radius:24px;padding:29px;box-shadow:0 30px 90px rgba(0,0,0,.18)}.result-head{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:18px}.result-head span{font-size:13px;font-weight:800;color:#7f889b}.result-head b{color:#c7533d;background:#fff0ec;border-radius:9px;padding:6px 10px;font-size:12px}.result-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:23px 0}.result-card h4{font-size:14px;margin-bottom:12px}.result-card ul{padding:0;list-style:none;margin:0}.result-card li{font-size:12px;color:var(--muted);padding:6px 0 6px 16px;position:relative}.result-card li:before{content:"";width:5px;height:5px;background:var(--coral);border-radius:50%;position:absolute;left:0;top:13px}.result-actions{background:#f7f8fc;border-radius:14px;padding:17px}.result-actions>div{display:grid;grid-template-columns:23px 1fr;gap:8px;font-size:12px;padding:7px 0;border-top:1px solid #e5e8f0}.result-actions b{color:var(--primary)}.result-card>small{display:block;font-size:9px;color:#8b94a5;line-height:1.5;margin-top:13px}
.security-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:94px;align-items:center}.security-panel{min-height:390px;border-radius:28px;background:linear-gradient(145deg,#eef0ff,#e6faf7);position:relative;display:grid;place-items:center;overflow:hidden}.security-panel:before,.security-panel:after{content:"";position:absolute;border:1px solid rgba(91,92,226,.16);border-radius:50%}.security-panel:before{width:330px;height:330px}.security-panel:after{width:240px;height:240px}.security-mark{width:106px;height:106px;border-radius:32px;background:var(--primary);color:white;display:grid;place-items:center;font-size:32px;font-weight:850;box-shadow:0 25px 55px rgba(91,92,226,.26);z-index:2}.security-lines{position:absolute;inset:0}.security-lines i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--teal)}.security-lines i:nth-child(1){left:16%;top:23%}.security-lines i:nth-child(2){right:15%;top:31%;background:var(--coral)}.security-lines i:nth-child(3){left:23%;bottom:16%;background:var(--primary)}.security-lines i:nth-child(4){right:22%;bottom:19%}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{display:flex;gap:11px;align-items:flex-start;padding:10px 0;color:#47536b;font-size:14px}.check-list span{width:23px;height:23px;border-radius:8px;background:var(--teal-soft);color:#138e87;display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 23px}
.pilot-section{background:#f4f5fb}.pilot-card{background:linear-gradient(135deg,#5b5ce2 0%,#4748c5 56%,#37399f 100%);border-radius:32px;color:white;padding:58px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;box-shadow:0 35px 85px rgba(69,70,200,.22)}.eyebrow.light{color:#dbdcff}.pilot-copy h2{font-size:52px;line-height:1.07;letter-spacing:-2.3px;margin:19px 0}.pilot-copy>p{color:#dfe0ff;font-size:17px;max-width:610px}.pilot-timeline{display:flex;align-items:center;gap:12px;margin-top:40px}.pilot-timeline span{font-size:11px;color:#d6d8ff}.pilot-timeline b{display:block;color:#fff;font-size:12px}.pilot-timeline i{height:1px;width:36px;background:rgba(255,255,255,.35)}.pilot-form{background:white;color:var(--ink);border-radius:20px;padding:27px;box-shadow:0 20px 55px rgba(20,22,80,.2)}.pilot-form h3{font-size:20px;margin-bottom:18px}.pilot-form label{display:block;font-size:11px;font-weight:750;color:#606b82;margin-top:13px}.pilot-form input,.pilot-form select{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;background:#fafbfe;padding:0 12px;margin-top:5px;color:var(--ink);outline:none}.pilot-form input:focus,.pilot-form select:focus{border-color:#8b8cef;box-shadow:0 0 0 3px #eeeeff}.pilot-form button{width:100%;margin-top:18px;background:#1d2440;color:#fff}.pilot-form>small{display:block;text-align:center;color:#929aab;font-size:9px;margin-top:9px}
.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-grid h2{font-size:50px;letter-spacing:-2px;margin-top:16px}.accordion details{border-top:1px solid var(--line);padding:19px 0}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{cursor:pointer;font-weight:760;font-size:16px;list-style:none;padding-right:30px;position:relative}.accordion summary:after{content:"+";position:absolute;right:3px;color:var(--primary);font-size:20px}.accordion details[open] summary:after{content:"–"}.accordion p{color:var(--muted);font-size:14px;max-width:690px;margin:12px 0 0}
.site-footer{background:#161c32;color:#fff;padding:65px 0 24px}.footer-top{display:grid;grid-template-columns:.8fr 1.2fr 1fr;gap:50px;align-items:start}.footer-brand{display:inline-flex;background:#fff;border-radius:12px;padding:10px 16px}.footer-top>p{color:#b9c0d0;font-size:15px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:13px;color:#cbd0dc}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #30374d;margin-top:46px;padding-top:20px;font-size:11px;color:#8e97aa}.footer-bottom div{display:flex;gap:20px}
@media(max-width:1020px){
  .desktop-nav{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-lead,.hero-proof{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.product-stage{max-width:720px;margin:auto;width:100%}.split-heading,.outputs-grid,.example-grid,.security-grid,.faq-grid{grid-template-columns:1fr;gap:45px}.steps-grid{grid-template-columns:1fr 1fr}.cases-grid{grid-template-columns:1fr 1fr}.problem-flow{grid-template-columns:1fr 15px 1fr}.flow-line:nth-of-type(2),.flow-line:nth-of-type(3){display:none}.flow-card:nth-child(n+5){margin-top:15px}.pilot-card{grid-template-columns:1fr;padding:45px}.footer-top{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1}.security-panel{min-height:320px}.example-copy{text-align:center}.example-copy .eyebrow{justify-content:center}.quote-block{text-align:left;max-width:680px;margin-left:auto;margin-right:auto}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 28px),var(--max))}.section{padding:78px 0}.nav-wrap{height:68px}.nav-actions{display:none}.mobile-menu-btn{display:block}.brand{font-size:20px}.brand img{width:34px;height:34px}.hero{padding-top:58px}.hero-grid{gap:20px}.hero-copy{text-align:left}.hero-copy .eyebrow{justify-content:flex-start}.eyebrow{font-size:10px}h1{font-size:45px;letter-spacing:-2.5px;margin:16px 0 20px}.hero-lead{font-size:16px;line-height:1.65}.hero-actions{justify-content:flex-start;display:grid;grid-template-columns:1fr;width:100%}.button-lg{width:100%}.hero-proof{gap:12px;justify-content:space-between;margin-top:30px;padding-top:22px}.hero-proof div{min-width:0}.hero-proof strong{font-size:14px}.hero-proof span{font-size:9px}.product-stage{padding:28px 0 15px}.floating-chip{display:none}.browser-card{border-radius:16px;transform:none}.browser-bar{height:34px}.app-shell{grid-template-columns:34px 1fr;min-height:390px}.app-sidebar{padding:9px 5px}.mini-logo img{width:23px}.side-item{width:16px}.app-main{padding:14px 10px}.app-topline h3{font-size:12px}.risk-banner{padding:8px;margin:11px 0}.dashboard-grid{grid-template-columns:1fr}.dash-wide{grid-column:auto}.dash-card:nth-child(2){display:none}.trust-inner{overflow:auto;justify-content:flex-start;padding:0 4px;white-space:nowrap;min-height:58px;gap:16px}.section-heading h2,.split-heading h2,.output-intro h2,.example-copy h2,.security-copy h2{font-size:35px;letter-spacing:-1.5px}.section-heading p,.split-heading p,.output-intro p,.example-copy>p,.security-copy>p{font-size:15px}.problem-flow{grid-template-columns:1fr;gap:10px}.flow-line{width:2px;height:20px;margin:auto}.flow-line:nth-of-type(2),.flow-line:nth-of-type(3){display:block}.flow-card:nth-child(n+5){margin-top:0}.flow-card{min-height:auto;padding:20px}.flow-card small{position:static;margin-top:8px}.split-heading{gap:15px}.steps-grid,.output-cards,.cases-grid{grid-template-columns:1fr}.step-card{min-height:auto}.step-icon{margin-bottom:30px}.outputs-grid{gap:38px}.output-card{min-height:auto}.result-columns{grid-template-columns:1fr;gap:18px}.result-head{align-items:flex-start;flex-direction:column}.security-grid{gap:36px}.security-panel{min-height:250px}.pilot-card{padding:30px 20px;border-radius:22px}.pilot-copy h2{font-size:38px}.pilot-copy>p{font-size:15px}.pilot-timeline{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.pilot-timeline i{display:none}.pilot-timeline span{font-size:9px}.pilot-timeline b{font-size:10px}.pilot-form{padding:21px}.faq-grid{gap:20px}.faq-grid h2{font-size:38px}.footer-top{grid-template-columns:1fr}.footer-links{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px}.footer-bottom div{gap:14px}
}

.brand img{width:auto;height:42px;max-width:174px}
.footer-brand img{height:44px;max-width:180px}
.legal-page{background:#fff}
.legal-header{height:78px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95)}
.legal-header .container{display:flex;align-items:center}
.legal-content{max-width:820px}
.legal-title{font-size:clamp(42px,6vw,64px);margin-bottom:24px}
.legal-content h2{font-size:25px;letter-spacing:-.7px;margin:42px 0 12px}
.legal-content p{color:var(--muted);font-size:16px;line-height:1.8}
.legal-actions{margin-top:42px}
.form-status{display:block;min-height:18px;margin-top:8px;text-align:center;color:#4e5970;font-size:10px}
@media(max-width:720px){.brand img{height:36px;max-width:148px}.footer-brand img{height:40px;max-width:164px}.legal-header{height:68px}.legal-title{font-size:41px;letter-spacing:-2px}.legal-content h2{font-size:22px}}
.pilot-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;margin:0;padding:0}
.legal-updated{color:var(--muted);font-size:13px;margin:-18px 0 32px}
.legal-content ul.legal-list{color:var(--muted);font-size:16px;line-height:1.8;margin:0 0 24px;padding-left:22px}
.legal-content ul.legal-list li{margin-bottom:6px}
.pilot-form>small a{color:inherit;text-decoration:underline}
