/* An open, editorial companion to the EXP Portal introduction. */
.testing-hero{background:#edf3ee;overflow:hidden}
.testing-hero-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6%;padding-top:72px;padding-bottom:68px;min-height:585px}
.testing-eyebrow{color:#607767;font-size:11px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;margin-bottom:23px}
.testing-hero h1{font-size:clamp(64px,7.2vw,106px);font-weight:500;line-height:1.02;letter-spacing:-.065em}
.testing-hero-copy>p:not(.testing-eyebrow){max-width:44ch;font-size:16px;line-height:1.85;margin-top:28px;color:#526c5d}
.testing-actions{display:flex;align-items:center;flex-wrap:wrap;gap:23px;margin-top:30px}
.testing-actions .button{font-size:12px;padding:14px 18px;gap:26px;min-height:48px}
.application-layers{margin:0;min-width:0;width:100%;max-width:500px;justify-self:center}
.application-layers svg{width:100%;height:auto;overflow:visible;font-family:var(--font);font-weight:500}
.application-layers figcaption{text-align:center;color:#5c7362;font-size:11px;line-height:1.65;margin-top:15px}
.testing-section-intro{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;margin-bottom:45px}
.testing-section-intro h2{font-size:clamp(38px,4vw,58px)}
.testing-section-intro>p{color:#607365;font-size:15px;line-height:1.85;max-width:48ch}
.testing-coverage{padding-top:88px;padding-bottom:82px}
.testing-table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:left}
.testing-table thead th{padding:18px 22px;font-size:12px;font-weight:650;border-top:1px solid #cddad0;border-bottom:1px solid #cddad0;color:#526b59}
.testing-table thead th:first-child{width:26%;padding-left:0}
.testing-table thead th:nth-child(2){width:46%}
.testing-table thead th:last-child{width:28%}
.testing-table tbody th,.testing-table td{padding:25px 22px;border-bottom:1px solid #d4ded3;vertical-align:top}
.testing-table tbody th{padding-left:0;font-size:17px;font-weight:550;line-height:1.5;letter-spacing:-.025em}
.testing-table tbody th span{display:block;color:#9c5038;font-size:10px;letter-spacing:.02em;margin-bottom:7px}
.testing-table td{font-size:14px;line-height:1.8;color:#5c7162}
.testing-table td:last-child{color:#123d31;background:#f1f5ef;font-weight:500}
.testing-table thead th:last-child{background:#f1f5ef}
.testing-coverage-note{font-size:12px;color:#647766;line-height:1.8;margin-top:24px;max-width:85ch}
.testing-depth{background:#123d31;color:#fcfaf7;padding:84px 0 88px}
.testing-depth-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%}
.testing-depth .testing-eyebrow{color:#c5d7c9;margin-bottom:23px}
.testing-depth h2{font-size:clamp(38px,4vw,58px)}
.testing-depth-copy>p{color:#c5d7c9;line-height:1.85;font-size:15px;max-width:49ch}
.testing-depth-copy>p+p{margin-top:20px}
.testing-example{margin-top:33px;border-top:1px solid #456b53;padding-top:26px}
.testing-example>span{display:block;font-size:11px;color:#e7b49a;margin-bottom:12px}
.testing-example h3{font-size:25px;font-weight:500;line-height:1.35;max-width:28ch;letter-spacing:-.03em}
.testing-example p{font-size:13px;line-height:1.85;color:#c5d7c9;max-width:52ch;margin-top:15px}
.testing-method{padding-top:84px;padding-bottom:79px}
.testing-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:46px;border-top:1px solid #cddad0;padding-top:31px}
.testing-steps li>span{display:block;font-size:11px;font-weight:650;color:#a6533d;margin-bottom:16px}
.testing-steps h3{font-size:24px;line-height:1.3;font-weight:500;margin-bottom:13px}
.testing-steps p{font-size:14px;line-height:1.85;color:#607365;max-width:37ch}
.testing-method>.product-text-link{margin-top:31px}
.testing-scope{background:#e4eddf;padding:62px 0 66px}
.testing-scope-layout{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12%}
.testing-scope h2{font-size:clamp(34px,3.5vw,51px)}
.testing-scope p{max-width:72ch;font-size:14px;line-height:1.85;color:#536d5b;margin-top:23px}
.testing-scope .button{font-size:13px;gap:33px;white-space:nowrap}
.testing-actions a span,.testing-method>a span{transition:transform 180ms ease}
.testing-actions a:hover span,.testing-method>a:hover span{transform:translate(3px,2px)}
@media(prefers-reduced-motion:no-preference){
 .testing-hero-copy{animation:testing-enter 600ms both}
 .application-layer{animation:testing-layer-in 850ms both}
 .layer-data{animation-delay:100ms}.layer-account{animation-delay:220ms}.layer-public{animation-delay:340ms}.layer-domain{animation-delay:460ms}
 @keyframes testing-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
 @keyframes testing-layer-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
}
@media(max-width:1100px){
 .testing-hero-layout{min-height:535px;gap:3%;padding-top:64px;padding-bottom:60px}
 .testing-hero h1{font-size:76px}.testing-hero-copy>p:not(.testing-eyebrow){font-size:14px;max-width:40ch}
 .testing-table thead th,.testing-table td{padding-left:17px;padding-right:17px}.testing-table td{font-size:13px}.testing-table tbody th{font-size:15px;padding-right:15px}
 .testing-section-intro{gap:7%}.testing-section-intro>p{font-size:14px}.testing-steps{gap:30px}.testing-steps h3{font-size:22px}.testing-steps p{font-size:13px}
}
@media(max-width:850px){
 .testing-hero-layout{grid-template-columns:1fr;gap:24px;padding-top:49px;padding-bottom:39px}
 .testing-hero h1{font-size:75px}.testing-hero h1 br{display:none}
 .testing-hero-copy>p:not(.testing-eyebrow){max-width:57ch;margin-top:23px}
 .application-layers{width:45%;max-width:320px;justify-self:center}.application-layers figcaption{margin-top:0}
 .testing-coverage{padding-top:65px;padding-bottom:61px}
 .testing-section-intro h2,.testing-depth h2{font-size:42px}
 .testing-section-intro{gap:6%;margin-bottom:34px}.testing-table thead th{font-size:11px}
 .testing-depth{padding:65px 0}.testing-depth-layout{gap:7%}.testing-depth-copy>p{font-size:14px}.testing-example h3{font-size:22px}
 .testing-method{padding-top:64px;padding-bottom:59px}.testing-steps{gap:26px}.testing-steps h3{font-size:21px}
 .testing-scope-layout{gap:7%}.testing-scope .button{padding:14px 17px;gap:20px;font-size:12px}.testing-scope h2{font-size:38px}
}
@media(max-width:600px){
 .testing-hero-layout{gap:26px;padding-top:38px;padding-bottom:27px}
 .testing-eyebrow{font-size:9px;letter-spacing:.07em;margin-bottom:19px}
 .testing-hero h1{font-size:60px}.testing-hero h1 br{display:block}
 .testing-hero-copy>p:not(.testing-eyebrow){font-size:14px;line-height:1.8;margin-top:20px}
 .testing-actions{gap:18px;margin-top:23px}.testing-actions .button{font-size:11px;gap:19px}.testing-actions .product-text-link{font-size:11px;gap:10px}
 .application-layers{width:88%;max-width:360px}.application-layers figcaption{font-size:10px}
 .testing-coverage{padding-top:52px;padding-bottom:51px}
 .testing-section-intro{grid-template-columns:1fr;gap:23px;margin-bottom:30px}
 .testing-section-intro h2,.testing-depth h2{font-size:39px}.testing-section-intro>p{font-size:14px}
 .testing-table,.testing-table tbody{display:block}
 .testing-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
 .testing-table tr{display:block;padding:22px 0;border-top:1px solid #cddad0}
 .testing-table tr:last-child{border-bottom:1px solid #cddad0}
 .testing-table tbody th{display:flex;align-items:baseline;gap:16px;font-size:19px;padding:0;border:0}
 .testing-table tbody th span{font-size:10px;min-width:16px;margin:0}
 .testing-table td{display:block;padding:11px 0 0 32px;font-size:13px;border:0}
 .testing-table td:last-child{background:none;padding-top:13px;font-size:12px;color:#43654e}
 .testing-table td:last-child:before{content:'At risk: ';font-weight:650}
 .testing-coverage-note{font-size:11px;margin-top:19px}
 .testing-depth{padding:53px 0}.testing-depth-layout{grid-template-columns:1fr;gap:29px}
 .testing-depth .testing-eyebrow{font-size:10px;margin-bottom:19px}.testing-depth-copy>p{font-size:14px}
 .testing-example{margin-top:25px;padding-top:23px}.testing-example h3{font-size:25px}
 .testing-method{padding-top:52px;padding-bottom:49px}
 .testing-steps{grid-template-columns:1fr;gap:28px;padding-top:25px}.testing-steps li{position:relative;padding-left:32px}.testing-steps li>span{position:absolute;left:0;top:5px}.testing-steps h3{font-size:22px;margin-bottom:9px}.testing-steps p{max-width:none}
 .testing-scope{padding:49px 0}.testing-scope-layout{grid-template-columns:1fr;gap:27px}.testing-scope h2{font-size:38px}.testing-scope h2 br{display:none}.testing-scope p{font-size:13px;margin-top:19px}.testing-scope .button{justify-self:start}
}
@media(max-width:360px){.testing-hero h1{font-size:55px}.testing-actions{gap:13px}.testing-actions .button{padding:13px}.testing-actions .product-text-link{font-size:10px;gap:7px}.application-layers{width:92%}}
@media(prefers-reduced-motion:reduce){.testing-actions a span,.testing-method>a span{transition:none;transform:none}.application-layer,.testing-hero-copy{animation:none;transform:none}}
