.website-guide{max-width:1440px;margin:0 auto;padding:28px 6% 100px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:clamp(40px,7vw,100px);align-items:start;scroll-margin-top:30px}
.guide-aside{padding-top:20px;position:sticky;top:35px}
.guide-aside .eyebrow{font-size:11px;color:var(--pink);margin:0 0 20px}
.guide-aside h2{font-family:var(--body);font-size:35px;line-height:1.12;letter-spacing:-.04em;font-weight:500;margin:0 0 20px}
.guide-aside h2 em,.guide-complete h2 em{color:var(--pink);font-style:normal}
.guide-aside>p{font-size:15px;line-height:1.6;color:var(--muted);max-width:250px}
.guide-progress{list-style:none;padding:0;margin:32px 0;display:grid;gap:18px}
.guide-progress li{display:flex;align-items:center;gap:12px;font-size:14px;color:#777}
.guide-progress li>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid #dedede;border-radius:50%;font-size:11px}
.guide-progress li[aria-current="step"]{color:var(--ink);font-weight:500}
.guide-progress li[aria-current="step"]>span{color:#fff;background:var(--pink);border-color:var(--pink)}
.guide-progress li.is-done>span{color:var(--pink);border-color:var(--pink)}
.guide-aside .guide-aside-note{font-size:13px}
.guide-aside-note a{display:inline-block;color:var(--ink);margin-top:5px;text-decoration:underline;text-underline-offset:4px}
.guide-form{background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:clamp(24px,3.5vw,48px);min-width:0;box-shadow:0 12px 40px #18181904}
.guide-form [hidden],.guide-form .guide-step[hidden]{display:none!important}
.guide-meter{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}
.guide-meter>span:first-child{font-size:12px;color:#666;white-space:nowrap}
.guide-meter-line{height:3px;background:#eee;width:120px;border-radius:3px;overflow:hidden}
.guide-meter-line>span{display:block;background:var(--pink);height:100%;width:20%;transition:width .25s}
.guide-step{min-width:0;margin:0;padding:0;border:0}
.guide-step h2,.guide-complete h2{font-family:var(--body);font-weight:500;font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;line-height:1.12;margin:0 0 16px}
.guide-step h2:focus{outline:none}
.guide-intro{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 30px;max-width:560px}
.guide-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.guide-choices-three{grid-template-columns:1fr}
.guide-choice{display:flex;align-items:flex-start;position:relative;gap:14px;padding:22px;border:1px solid #ddd;border-radius:14px;cursor:pointer;background:#fff;min-width:0;transition:border-color .18s,box-shadow .18s}
.guide-choice-copy{display:block;flex:1}
.guide-choice strong{display:block;font-size:17px;line-height:1.3;font-weight:500}
.guide-choice small{display:block;font-size:14px;line-height:1.5;color:#686368;margin-top:9px}
.guide-choice input{position:absolute;opacity:0;width:1px;height:1px}
.guide-choice-mark{flex:0 0 18px;width:18px;height:18px;border-radius:50%;border:1px solid #bbb;margin-top:2px}
.guide-choice:has(input:checked){border-color:var(--pink);box-shadow:inset 0 0 0 1px var(--pink)}
.guide-choice:has(input:checked) .guide-choice-mark{background:var(--pink);border-color:var(--pink);box-shadow:inset 0 0 0 4px #fff}
.guide-choice:has(input:focus-visible){outline:3px solid var(--pink);outline-offset:4px}
.guide-existing-url{margin-top:28px}
.guide-field{display:block;font-size:14px;line-height:1.5;font-weight:500;margin-bottom:22px}
.guide-field>span{font-weight:400;color:#777;font-size:12px}
.guide-field input,.guide-field textarea{display:block;width:100%;min-height:48px;border:1px solid #d7d7d7;border-radius:9px;padding:12px 14px;background:#fff;color:var(--ink);font:400 16px/1.5 var(--body);margin-top:8px}
.guide-field textarea{resize:vertical}
.guide-field small{display:block;color:#777;font-size:12px;font-weight:400;margin-top:7px}
.guide-field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.guide-navigation{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #e7e7e7;margin-top:34px;padding-top:24px}
.guide-navigation .button{font-family:var(--body);cursor:pointer;min-height:50px;gap:20px;font-size:14px}
.guide-back{background:none;border:0;font:400 14px var(--body);cursor:pointer;padding:12px 0;color:#666}
.guide-navigation .guide-next,.guide-navigation .guide-submit{margin-left:auto}
.guide-demo-note{font-size:11px;line-height:1.5;color:#777;margin:18px 0 0;text-align:right}
.guide-recap{display:grid;gap:0;margin:0 0 32px}
.guide-recap>div{display:grid;grid-template-columns:minmax(100px,1fr) minmax(0,2fr) auto;gap:15px;align-items:start;padding:14px 0;border-bottom:1px solid #e8e8e8;font-size:14px}
.guide-recap dt{color:#777}
.guide-recap dd{margin:0;overflow-wrap:anywhere}
.guide-recap button{border:0;background:transparent;color:#676167;font:400 12px var(--body);text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:2px}
.guide-package h3,.guide-contact h3{font:500 21px/1.3 var(--body);letter-spacing:-.025em;margin:0 0 12px}
.guide-small{font-size:13px;line-height:1.55;color:#6c686b}
.guide-small a{text-decoration:underline;text-underline-offset:3px}
.guide-option{display:flex;align-items:flex-start;gap:12px;padding:17px 0;border-bottom:1px solid #ececec;cursor:pointer}
.guide-option input{accent-color:var(--pink);width:18px;height:18px;flex:0 0 18px;margin:3px 0 0}
.guide-option>span:not(.guide-recommended){flex:1}
.guide-option strong{display:block;font-size:15px;font-weight:500;line-height:1.4}
.guide-option small{display:block;font-size:13px;color:#686368;line-height:1.5;margin-top:5px}
.guide-recommended{font-size:10px;color:var(--pink);margin-top:5px}
.guide-price-note,.guide-check-included{margin:28px 0 34px;padding:22px;background:#f7f7f7;border-radius:12px;font-size:14px;line-height:1.6}
.guide-price-note strong,.guide-check-included strong{font-weight:500}
.guide-price-note p{margin:8px 0}
.guide-price-note summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px;margin-top:16px}
.guide-price-note details div{padding-top:6px;color:#656065;font-size:13px}
.guide-check-included>span{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.guide-error{font-size:14px;color:#b10b40;margin:18px 0 0}
.guide-complete h2{margin-top:20px}
.guide-complete>p{font-size:15px;line-height:1.6}
.guide-complete pre{white-space:pre-wrap;overflow-wrap:anywhere;font:400 14px/1.7 var(--body);background:#f7f7f7;border-radius:12px;padding:22px;margin:25px 0}
.guide-complete button{font-family:var(--body);cursor:pointer}
.guide-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.guide-form :is(input,textarea,button,summary,a):focus-visible{outline:2px solid var(--pink);outline-offset:4px}
body:has([data-website-guide]) .page-hero{padding-bottom:42px}
body:has([data-website-guide]) .page-hero h1{font-size:clamp(44px,5.5vw,78px)}
body:has([data-website-guide]) .page-hero .page-lead{max-width:750px}
@media(hover:hover){.guide-choice:hover{border-color:#777}.guide-choice:has(input:checked):hover{border-color:var(--pink)}}
@media(max-width:1000px){
 .website-guide{grid-template-columns:190px minmax(0,1fr);gap:32px}
 .guide-aside h2{font-size:29px}
 .guide-choices{grid-template-columns:1fr}
}
@media(max-width:700px){
 .website-guide{display:block;padding:8px 6% 70px}
 .guide-aside{position:static;padding:0}
 .guide-aside h2,.guide-aside>p:not(.eyebrow),.guide-progress{display:none}
 .guide-aside .eyebrow{margin-bottom:16px}
 .guide-form{padding:24px 20px;border-radius:18px}
 .guide-step h2{font-size:29px}
 .guide-meter{margin-bottom:26px}
 .guide-intro{font-size:15px;margin-bottom:24px}
 .guide-choice{padding:19px}
 .guide-choice strong{font-size:16px}
 .guide-field-row{grid-template-columns:1fr;gap:0}
 .guide-recap>div{grid-template-columns:minmax(0,1fr) auto;gap:6px 12px}
 .guide-recap dt{grid-column:1 / -1;font-size:12px}
 .guide-recap dd{grid-column:1}
 .guide-recommended{display:none}
 .guide-navigation{flex-wrap:wrap}
 .guide-navigation .guide-submit{width:100%;order:2}
 .guide-demo-note{text-align:left}
}
@media(prefers-reduced-motion:reduce){.guide-meter-line>span,.guide-choice{transition:none}}

/* Free website review: all fields on one page. */
.website-guide--single .guide-meter{display:none}
.website-guide--single .guide-step>h2{font-size:clamp(27px,2.7vw,36px)}
.website-guide--single .guide-intro{margin-bottom:24px}
.website-guide--single .check-focus{border:0;padding:0;margin:28px 0 30px;min-width:0}
.check-focus legend{font:500 21px/1.3 var(--body);letter-spacing:-.025em;padding:0}
.check-focus .guide-small{margin:8px 0 16px}
.website-guide--single .guide-choice{padding:16px;align-items:center;min-height:58px;gap:10px}
.website-guide--single .guide-choice strong{font-size:15px}
.website-guide--single .guide-choice small:empty{display:none}
.website-guide--single .guide-choice-mark{margin-top:0}
.website-guide--single .guide-contact{padding-top:26px;border-top:1px solid #e7e7e7}
.website-guide--single .guide-contact h3{margin-bottom:20px}
.website-guide--single .guide-navigation{margin-top:8px;padding-top:24px}
.website-guide--single .guide-submit{background:var(--pink);color:#fff;max-width:100%;white-space:normal;text-align:center;line-height:1.4}
.check-included{list-style:none;padding:0;margin:26px 0;display:grid;gap:14px;font-size:14px;line-height:1.5;color:var(--muted)}
.check-included li{padding-left:19px;position:relative}
.check-included li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--pink);border-radius:50%}
@media(min-width:701px){.website-guide--single .guide-choices{grid-template-columns:1fr 1fr}}
@media(max-width:700px){
 .website-guide--single .guide-aside{display:none}
 .website-guide--single .guide-step>h2{font-size:27px}
 .website-guide--single .guide-submit{padding:16px 18px;font-size:14px;gap:10px}
 .website-guide--single .guide-navigation{padding-top:20px}
}
