:root{--pgl-purple: #522E91;--pgl-purple-dark: #3a1f6e;--pgl-fuchsia: #CE6EEB;--pgl-stone: #DACABD;--pgl-half-stone: #EDE4DE;--pgl-aqua: #ABE0FA;--pgl-white: #ffffff;--pgl-text-dark: #1a1a2e;--pgl-text-mid: #4a4a6a}.pgl-root,.pgl-root *{box-sizing:border-box}.pgl-wrap{font-family:Poppins,sans-serif;color:var(--pgl-text-dark);overflow-x:hidden}.pgl-root .page-width,.pgl-root .container{max-width:100%;padding:0;margin:0}.pgl-hero{background:var(--pgl-purple);min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.pgl-hero__bg-glow{position:absolute;pointer-events:none;border-radius:50%}.pgl-hero__bg-glow--top{top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(206,110,235,.25) 0%,transparent 70%)}.pgl-hero__bg-glow--bottom{bottom:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(171,224,250,.15) 0%,transparent 70%)}.pgl-hero__left{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px 80px;position:relative;z-index:2;animation:pglFadeUp .6s ease both}.pgl-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:8px 18px;margin-bottom:36px;width:fit-content}.pgl-badge span:last-child{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pgl-aqua)}.pgl-badge__dot{width:8px;height:8px;background:var(--pgl-fuchsia);border-radius:50%;display:inline-block}.pgl-eyebrow{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--pgl-fuchsia);margin-bottom:16px}.pgl-hero__headline{font-size:clamp(28px,3.5vw,52px);font-weight:900;line-height:1.1;color:var(--pgl-white);margin-bottom:24px}.pgl-hero__headline em,.pgl-hero__headline p{display:inline;font-style:normal}.pgl-hero__headline em{color:var(--pgl-aqua);font-style:normal}.pgl-hero__headline p{color:var(--pgl-white)}.pgl-hero__subhead{font-family:Lora,Georgia,serif;font-size:18px;font-style:italic;line-height:1.65;color:#ffffffbf;margin-bottom:40px;max-width:460px}.pgl-trust-row{display:flex;gap:12px;flex-wrap:wrap}.pgl-trust-pill{display:flex;align-items:center;gap:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:8px 16px}.pgl-trust-pill span:last-child{font-size:12px;font-weight:600;color:#fffc}.pgl-trust-pill__icon{display:flex;align-items:center}.pgl-hero__right{display:flex;align-items:center;justify-content:center;padding:80px 80px 80px 40px;position:relative;z-index:2;animation:pglFadeUp .7s .15s ease both}.pgl-form-card{background:var(--pgl-white);border-radius:24px;padding:48px 44px;width:100%;max-width:440px;box-shadow:0 40px 80px #522e914d,0 0 0 1px #522e911a}.pgl-form-card__label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--pgl-fuchsia);margin-bottom:10px;display:block}.pgl-form-card__title{font-size:22px;font-weight:800;line-height:1.25;color:var(--pgl-text-dark);margin-bottom:8px}.pgl-form-card__body{font-size:14px;color:var(--pgl-text-mid);line-height:1.6;margin-bottom:24px}.pgl-preview-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:8px}.pgl-preview-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--pgl-text-mid);line-height:1.4}.pgl-preview-num{width:22px;height:22px;background:var(--pgl-purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}.pgl-preview-num--muted{background:#e0e0e0;color:#999}.pgl-preview-item__more{color:#bbb;font-style:italic}.pgl-form-group{margin-bottom:14px}.pgl-form-group label{display:block;font-size:12px;font-weight:600;color:var(--pgl-text-mid);margin-bottom:6px;letter-spacing:.04em}.pgl-form-group input{width:100%;padding:14px 18px;border:1.5px solid var(--pgl-stone);border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;color:var(--pgl-text-dark);background:var(--pgl-half-stone);outline:none;transition:border-color .2s,background .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}.pgl-form-group input:focus{border-color:var(--pgl-purple);background:var(--pgl-white);box-shadow:0 0 0 4px #522e911a}.pgl-form-group input::placeholder{color:#aaa}.pgl-form-error{font-size:12px;color:#e74c3c;min-height:16px;margin-bottom:4px;font-weight:500}.pgl-btn-primary{width:100%;padding:16px;background:var(--pgl-purple);color:var(--pgl-white);border:none;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;cursor:pointer;margin-top:4px;transition:background .2s,transform .15s,box-shadow .2s;letter-spacing:.02em;-webkit-appearance:none;appearance:none}.pgl-btn-primary:hover{background:var(--pgl-purple-dark);transform:translateY(-1px);box-shadow:0 8px 24px #522e9159}.pgl-btn-primary:active{transform:translateY(0)}.pgl-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.pgl-privacy{text-align:center;font-size:11px;color:#aaa;margin-top:12px;line-height:1.5}.pgl-privacy--center{text-align:center}.pgl-success{text-align:center;padding:16px 0;animation:pglFadeUp .5s ease both}.pgl-success__icon{width:56px;height:56px;background:var(--pgl-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.pgl-success h3{font-size:20px;font-weight:800;color:var(--pgl-text-dark);margin-bottom:8px}.pgl-success p{font-size:14px;color:var(--pgl-text-mid);line-height:1.6}.pgl-strip{background:var(--pgl-fuchsia);padding:18px 40px;display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.pgl-strip__item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--pgl-white)}.pgl-strip__icon{display:flex;align-items:center}.pgl-section{max-width:900px;margin:0 auto;padding:80px 40px}.pgl-section__tag{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--pgl-purple);margin-bottom:14px;display:block}.pgl-section__tag--light{color:var(--pgl-aqua)}.pgl-section__headline{font-size:clamp(24px,3vw,40px);font-weight:900;line-height:1.15;color:var(--pgl-text-dark);margin-bottom:16px}.pgl-section__headline--light{color:var(--pgl-white)}.pgl-section__subhead{font-family:Lora,Georgia,serif;font-size:17px;font-style:italic;color:var(--pgl-text-mid);line-height:1.7;max-width:640px;margin-bottom:48px}.pgl-section__subhead--light{color:#ffffffa6}.pgl-section__subhead--center{text-align:center;margin-left:auto;margin-right:auto}.pgl-myths{display:flex;flex-direction:column;gap:14px}.pgl-myth-card{background:var(--pgl-white);border-radius:18px;padding:28px 32px;border-left:4px solid transparent;box-shadow:0 2px 12px #522e9112;display:grid;grid-template-columns:48px 1fr;gap:20px;align-items:start;transition:transform .2s,box-shadow .2s,border-left-color .2s}.pgl-myth-card:hover{transform:translate(4px);box-shadow:0 8px 32px #522e911f;border-left-color:var(--pgl-fuchsia)}.pgl-myth-card__num{width:44px;height:44px;background:var(--pgl-purple);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0}.pgl-myth-card__body h3{font-size:16px;font-weight:700;color:var(--pgl-text-dark);margin-bottom:6px;line-height:1.3}.pgl-myth-card__body p,.pgl-myth-card__body p *{font-size:14px;color:var(--pgl-text-mid);line-height:1.65}.pgl-myth-card__body strong{color:var(--pgl-purple);font-weight:600}.pgl-questions{background:var(--pgl-purple);padding:80px 40px;position:relative;overflow:hidden}.pgl-questions:before{content:"";position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(206,110,235,.2) 0%,transparent 70%);pointer-events:none}.pgl-questions__inner{max-width:900px;margin:0 auto;position:relative;z-index:1}.pgl-q-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pgl-q-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:24px 28px;transition:background .2s}.pgl-q-card:hover{background:#ffffff21}.pgl-q-card:last-child:nth-child(odd){grid-column:1 / -1}.pgl-q-card__number{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--pgl-fuchsia);margin-bottom:10px;text-transform:uppercase}.pgl-q-card h3{font-size:15px;font-weight:700;color:var(--pgl-white);line-height:1.35;margin-bottom:8px}.pgl-q-card p{font-size:13px;color:#fff9;line-height:1.6}.pgl-q-lock{display:inline-flex;align-items:center;gap:6px;background:#abe0fa26;border:1px solid rgba(171,224,250,.3);border-radius:100px;padding:5px 12px;margin-top:10px}.pgl-q-lock span{font-size:11px;color:var(--pgl-aqua);font-weight:600}.pgl-cta-section{background:var(--pgl-half-stone);padding:80px 40px}.pgl-cta-inner{max-width:600px;margin:0 auto;text-align:center}.pgl-cta-card{background:var(--pgl-white);border-radius:20px;padding:40px;box-shadow:0 20px 60px #522e911f;text-align:left}.pgl-fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.pgl-fade-in--visible{opacity:1;transform:translateY(0)}@keyframes pglFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:900px){.pgl-hero{grid-template-columns:1fr;min-height:auto}.pgl-hero__left{padding:56px 24px 32px}.pgl-hero__right{padding:0 24px 56px}.pgl-form-card{max-width:100%;padding:32px 28px}.pgl-q-grid{grid-template-columns:1fr}.pgl-q-card:last-child:nth-child(odd){grid-column:1}.pgl-section{padding:56px 24px}.pgl-myth-card{padding:20px}.pgl-strip{gap:16px;padding:16px 24px}.pgl-questions,.pgl-cta-section{padding:56px 24px}.pgl-cta-card{padding:28px 24px}.pgl-hero__subhead{font-size:16px}}@media screen and (max-width:480px){.pgl-trust-row{gap:8px}.pgl-trust-pill{padding:6px 12px}.pgl-trust-pill span:last-child{font-size:11px}.pgl-myth-card{grid-template-columns:1fr}.pgl-myth-card__num{width:36px;height:36px;font-size:14px}.pgl-strip__item{font-size:12px}}.pgl-myth-num--circle{border-radius:50%!important}.pgl-myth-num--square{border-radius:0!important}.pgl-myth-num--rounded{border-radius:12px!important}.pgl-trust-pill--no-icons .pgl-trust-pill__icon{display:none}.pgl-root{font-family:Poppins,sans-serif;color:var(--pgl-text-dark)}.pgl-klaviyo-embed{width:100%}.pgl-preview-list+.pgl-klaviyo-embed,.pgl-form-card__body+.pgl-klaviyo-embed{margin-top:4px}
/*# sourceMappingURL=/cdn/shop/t/75/assets/puppy-guide-landing.css.map */
