.pcl-page{--pcl-accent: var(--pcl-primary, #4f7cff);--pcl-radius: 0;--pcl-maxw: 104rem;color:rgb(var(--color-foreground))}.pcl-page *,.pcl-page *:before,.pcl-page *:after{box-sizing:border-box}.pcl-wrap{max-width:var(--pcl-maxw);margin:0 auto;padding:0 2rem}.pcl-hero{position:relative;padding:7rem 0 5rem;overflow:hidden}.pcl-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.16;background:radial-gradient(58rem 40rem at 12% -12%,rgba(var(--color-foreground),.1),transparent 60%),radial-gradient(52rem 42rem at 102% -6%,var(--pcl-accent),transparent 68%)}.pcl-hero__inner{position:relative;max-width:64rem}.pcl-eyebrow{display:inline-block;margin:0 0 1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--pcl-accent)}.pcl-hero h1{margin:0 0 1.6rem;font-size:clamp(3.2rem,5vw,5.4rem);line-height:1.04;font-weight:800;letter-spacing:-.015em}.pcl-hero__intro{margin:0;font-size:1.7rem;line-height:1.6;color:rgba(var(--color-foreground),.74)}.pcl-section{padding:5rem 0}.pcl-section--tight{padding-top:0}.pcl-section__head{max-width:60rem;margin:0 0 3rem}.pcl-section__head h2{margin:0 0 .8rem;font-size:clamp(2.2rem,3vw,3rem);font-weight:800;letter-spacing:-.01em}.pcl-section__head p{margin:0;font-size:1.55rem;line-height:1.6;color:rgba(var(--color-foreground),.7)}.pcl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}@media(max-width:989px){.pcl-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:619px){.pcl-grid{grid-template-columns:1fr}}.pcl-card{padding:2.4rem;border-radius:var(--pcl-radius);background:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.12);transition:border-color .2s ease,transform .2s ease}.pcl-card:hover{border-color:var(--pcl-accent);transform:translateY(-.3rem)}.pcl-card__icon{width:4.4rem;height:4.4rem;margin-bottom:1.6rem;border-radius:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.06);color:var(--pcl-accent)}.pcl-card__icon svg{width:2.4rem;height:2.4rem;display:block}.pcl-card h3{margin:0 0 .8rem;font-size:1.85rem;font-weight:700}.pcl-card p{margin:0;font-size:1.45rem;line-height:1.6;color:rgba(var(--color-foreground),.72)}.pcl-split{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(max-width:749px){.pcl-split{grid-template-columns:1fr}}.pcl-listcard{padding:2.8rem;border-radius:var(--pcl-radius);border:.1rem solid rgba(var(--color-foreground),.12)}.pcl-listcard h3{margin:0 0 1.6rem;font-size:1.9rem;font-weight:800}.pcl-listcard ul{margin:0;padding:0;list-style:none;display:grid;gap:1rem}.pcl-listcard li{position:relative;padding-left:2.8rem;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.82)}.pcl-listcard li:before{content:"";position:absolute;left:0;top:.15rem;width:1.9rem;height:1.9rem;border-radius:50%;background:var(--pcl-accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/1.2rem no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/1.2rem no-repeat}.pcl-callout{margin-top:1.6rem;padding:3.2rem;border-radius:var(--pcl-radius);border:.1rem solid rgba(var(--color-foreground),.14);background:rgba(var(--color-foreground),.03);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.6rem}.pcl-callout h3{margin:0 0 .4rem;font-size:2rem;font-weight:800}.pcl-callout p{margin:0;font-size:1.5rem;color:rgba(var(--color-foreground),.72)}.pcl-btn{display:inline-block;padding:1.3rem 2.8rem;font-size:1.5rem;font-weight:700;text-decoration:none;border-radius:0;background:var(--pcl-accent);color:#fff;transition:opacity .15s ease,transform .15s ease}.pcl-btn:hover{opacity:.92;transform:translateY(-.2rem)}.pcl-btn--ghost{background:transparent;color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.3)}.pcl-btn--ghost:hover{border-color:var(--pcl-accent)}.pcl-form{max-width:62rem}.pcl-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}@media(max-width:619px){.pcl-form__grid{grid-template-columns:1fr}}.pcl-field{margin-bottom:1.4rem}.pcl-field--full{grid-column:1 / -1}.pcl-field label{display:block;margin-bottom:.6rem;font-size:1.35rem;font-weight:600}.pcl-field input,.pcl-field select,.pcl-field textarea{width:100%;padding:1.2rem 1.4rem;font-size:1.5rem;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.2);border-radius:0;font-family:inherit}.pcl-field textarea{min-height:13rem;resize:vertical}.pcl-field input:focus,.pcl-field select:focus,.pcl-field textarea:focus{outline:.2rem solid var(--pcl-accent);outline-offset:.1rem;border-color:transparent}.pcl-field__hint{margin:.5rem 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.55)}.pcl-note{padding:1.6rem 1.8rem;border-radius:0;font-size:1.4rem;line-height:1.55}.pcl-note--ok{background:#4ade801f;color:rgb(var(--color-foreground));border:.1rem solid rgba(74,222,128,.4)}.pcl-note--err{background:#f871711f;color:rgb(var(--color-foreground));border:.1rem solid rgba(248,113,113,.4)}.pcl-steps{list-style:none;counter-reset:s;margin:0 0 2.4rem;padding:0;display:grid;gap:1.2rem}.pcl-steps li{counter-increment:s;position:relative;padding-left:4.4rem;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.82)}.pcl-steps li:before{content:counter(s);position:absolute;left:0;top:-.2rem;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#fff;background:var(--pcl-accent)}.pcl-two{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:750px){.pcl-two{grid-template-columns:.85fr 1.15fr;gap:3.2rem;align-items:start}}.pcl-info__list{margin:0 0 2rem}.pcl-info__row{display:flex;gap:1.2rem;padding:1.1rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.12);font-size:1.5rem}.pcl-info__label{min-width:7rem;color:rgba(var(--color-foreground),.6)}.pcl-info__row a{color:var(--pcl-accent);text-decoration:none}.pcl-info__row a:hover{text-decoration:underline}.pcl-infocards{display:grid;gap:1rem}.pcl-infocard{padding:1.6rem 1.8rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:0;background:rgba(var(--color-foreground),.03)}.pcl-infocard h3{margin:0 0 .4rem;font-size:1.5rem}.pcl-infocard p{margin:0;font-size:1.35rem;line-height:1.55;color:rgba(var(--color-foreground),.7)}.pcl-formcard{padding:2.8rem;border-radius:var(--pcl-radius);border:.1rem solid rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.03)}.pcl-submit{display:inline-block;margin-top:.4rem;padding:1.3rem 2.8rem;font-size:1.5rem;font-weight:700;cursor:pointer;color:#fff;background:var(--pcl-accent);border:0;border-radius:0;transition:opacity .15s ease,transform .15s ease}.pcl-submit:hover{opacity:.92;transform:translateY(-.2rem)}.pcl-stepgrid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-bottom:1.6rem}@media(min-width:750px){.pcl-stepgrid{grid-template-columns:repeat(3,1fr);gap:1.6rem}}.pcl-stepcard{position:relative;padding:2.2rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--pcl-radius);background:rgba(var(--color-foreground),.03);border-top:.3rem solid var(--pcl-accent)}.pcl-stepcard__n{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1.2rem;border-radius:50%;background:var(--pcl-accent);color:#fff;font-size:1.4rem;font-weight:800}.pcl-stepcard h3{margin:0 0 .6rem;font-size:1.6rem}.pcl-stepcard p{margin:0;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.72)}.pcl-btnrow{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:center}
/*# sourceMappingURL=/cdn/shop/t/13/assets/pcl-pages.css.map */
