:root{--rose-50: #fdf0f3;--rose-100: #f5d6de;--rose-200: #e8adb9;--rose-300: #d98096;--rose-400: #c45a73;--rose-500: #a84060;--rose-600: #8c2e4e;--rose-700: #6e1f3a;--rose-800: #501428;--rose-muted: #b8939e;--rose-light: #f7e5ea;--border-rose: #ddb8c2;--cream: #fdf0f3;--cream-dark: #ddb8c2;--beige: #f5d6de;--brown: #a84060;--brown-dark: #8c2e4e;--text: #501428;--text-light: #b8939e;--white: #FFFFFF;--accent: #c45a73;--accent-hover: #d98096;--red: #c45a73;--red-hover: #a84060;--success: #5A9A5A;--shadow: 0 4px 24px rgba(196, 90, 115, .08);--shadow-lg: 0 8px 40px rgba(196, 90, 115, .12);--radius: 16px}*{margin:0;padding:0;box-sizing:border-box}picture{display:block}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--rose-50);color:var(--rose-800);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}a{text-decoration:none;color:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--rose-50);border-bottom:1px solid var(--border-rose);padding:12px 20px}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.logo-name{font-size:18px;font-weight:700;color:var(--rose-700);line-height:1.2}.logo-tag{font-size:11px;color:var(--rose-muted);line-height:1.2}.header-right{display:flex;align-items:center;gap:10px}.header-phone{font-weight:700;font-size:15px;color:var(--white);background:var(--rose-400);padding:10px 18px;border-radius:12px;letter-spacing:.2px;white-space:nowrap;transition:background .2s,transform .15s}.header-phone:hover{background:var(--rose-500);transform:translateY(-1px);color:var(--white)}.header-cta{display:none;background:var(--rose-400);color:var(--white);font-size:15px;font-weight:600;padding:10px 20px;border-radius:12px;white-space:nowrap;transition:background .2s,transform .15s}.header-cta:hover{background:var(--rose-500);transform:translateY(-1px)}.desktop-nav{display:none}.desktop-nav a{font-size:14px;font-weight:600;color:var(--rose-700);padding:8px 18px;border-radius:999px;background:transparent;transition:background .2s,color .2s}.desktop-nav a:hover{color:var(--rose-700);background:var(--rose-100)}.header-tg{width:40px;height:40px;background:#3faee0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:transform .2s;flex-shrink:0}.header-tg svg{width:20px;height:20px}.header-tg:hover{transform:scale(1.05)}.menu-btn{width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:transparent;padding:0;flex-shrink:0}.menu-btn span{display:block;width:24px;height:2px;background:var(--rose-700);border-radius:1px;transition:all .3s}.menu-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--white);margin:0 -20px;padding:0 20px}.mobile-nav.open{max-height:400px;padding:12px 20px}.mobile-nav a{display:block;padding:12px 0;font-size:15px;font-weight:500;color:var(--rose-500);border-bottom:1px solid var(--border-rose)}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{color:var(--rose-700)}.hero{position:relative;padding-top:80px;scroll-margin-top:72px;background-image:url(../images/a6bfe5be-1200.webp);background-image:image-set(url(../images/a6bfe5be-1200.webp) type("image/webp"),url(../images/a6bfe5be-e368-47dc-aff1-18e83380cfcf.png) type("image/png"));background-size:cover;background-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1e0810ad,#1e0810ad 20%,#1e081000);pointer-events:none}.hero-mobile-img{display:none}.hero-pic-b{display:none}.hero-pic-c{display:none}html.variant-b .hero-pic-a{display:none}html.variant-b .hero-pic-b{display:contents}html.variant-c .hero-pic-a{display:contents}html.variant-c .hero-pic-c{display:none}html.variant-b .hero{background-image:url(../images/hero-puppy-1200.webp);background-image:image-set(url(../images/hero-puppy-1200.webp) type("image/webp"),url(../images/hero-puppy-desktop-fallback.png) type("image/png"))}html.variant-c .hero{background-image:url(../images/hero-c-1200.webp);background-image:image-set(url(../images/hero-c-1200.webp) type("image/webp"),url(../images/hero-c-desktop-fallback.png) type("image/png"))}@media (min-width: 768px){html.variant-b .hero-overlay{background:linear-gradient(to right,#fff6ef 0px,#fff6ef 720px,#fff6ef00 950px)}html.variant-b .hero-title{color:var(--rose-700)}html.variant-b .hero-subtitle{color:var(--rose-muted)}}.hero-content{position:relative;z-index:1;padding:28px 20px;max-width:680px;margin:0}.hero-title{font-family:Inter,sans-serif;font-size:36px;font-weight:700;line-height:1.15;margin-bottom:14px;letter-spacing:-.3px;color:#fff}.hero-subtitle{font-family:Inter,sans-serif;font-size:22px;font-weight:400;line-height:1.5;margin-bottom:28px;color:#ffffffd9}.heart{color:var(--rose-400)}.bullets{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.bullet{display:flex;align-items:flex-start;gap:14px}.bullet-icon{width:44px;height:44px;min-width:44px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f9c5d1}.bullet-icon svg{width:22px;height:22px}.bullet-text{font-size:14px;color:#fffc;line-height:1.6}.bullet-text strong{color:#fff;font-weight:600}.hero-cta{display:flex;flex-direction:column;gap:16px}.btn-primary{background:var(--rose-400);color:var(--white);padding:20px 32px;border-radius:12px;font-size:18px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex;align-items:center;gap:10px;width:100%;justify-content:center;letter-spacing:-.2px}.btn-primary:hover{background:var(--rose-500);transform:translateY(-1px)}.puppies{padding:48px 20px;max-width:1200px;margin:0 auto;scroll-margin-top:72px}.section-title{font-family:Inter,sans-serif;font-size:38px;font-weight:700;text-align:center;margin-bottom:32px;color:var(--rose-700)}.puppies-grid{display:grid;grid-template-columns:1fr;gap:20px;min-height:400px}.puppy-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border-rose);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.puppy-card-img{aspect-ratio:1;background:var(--rose-100);overflow:hidden}.puppy-card-img img{width:100%;height:100%;object-fit:cover}.puppy-card-body{padding:20px}.puppy-card-name{font-size:18px;font-weight:700;margin-bottom:4px;color:var(--rose-700)}.puppy-card-desc{font-size:14px;color:var(--rose-muted);margin-bottom:16px}.puppy-card-details{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:16px}.puppy-detail{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--rose-700);background:var(--rose-100);border:1px solid var(--border-rose);border-radius:999px;padding:5px 12px 5px 10px;white-space:nowrap}.puppy-detail-dot{width:6px;height:6px;border-radius:50%;background:var(--rose-400);flex-shrink:0}.puppy-detail.verified{color:#2f6b2f;background:#e6f4e6;border-color:#cbe8cb}.puppy-detail-check{width:13px;height:13px;flex-shrink:0;color:#4a934a}.puppy-card-buttons{display:flex;flex-direction:column;gap:10px}.btn-outline{background:transparent;color:var(--rose-500);border:1.5px solid var(--rose-400);padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;transition:background .2s,color .2s;width:100%}.btn-outline:hover{background:var(--rose-100);color:var(--rose-700)}.btn-filled{background:var(--rose-100);color:var(--rose-600);border:1.5px solid var(--rose-300);padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;transition:background .2s,color .2s;width:100%}.btn-filled:hover{background:var(--rose-200);color:var(--rose-700)}.quiz{padding:48px 20px;scroll-margin-top:72px;max-width:1200px;margin:0 auto;background:var(--rose-light);border-radius:var(--radius)}.quiz-layout{display:flex;flex-direction:column;gap:32px}.quiz-left{display:flex;flex-direction:column;gap:24px}.quiz-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;margin-bottom:10px;line-height:1.2;color:var(--rose-700)}.quiz-subtitle{font-size:14px;color:var(--rose-muted)}.quiz-box{background:var(--white);border-radius:var(--radius);border:1px solid var(--border-rose);padding:18px 20px;box-shadow:var(--shadow-lg)}.quiz-right-photo{border-radius:var(--radius);overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-lg)}.quiz-right-photo img{width:100%;display:block;object-fit:cover;aspect-ratio:4/3}.quiz-promo{background:var(--rose-400);color:var(--white);border-radius:var(--radius);padding:28px 24px 24px;text-align:center;margin-bottom:16px}.quiz-promo-icon{width:64px;height:64px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.quiz-promo-icon svg{width:34px;height:34px;stroke:var(--white)}.quiz-free-tag{display:inline-block;background:var(--white);color:var(--rose-600);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:12px}.quiz-promo-text{font-size:15px;line-height:1.5;opacity:.92}.quiz-step-counter{text-align:center;font-size:13px;color:var(--rose-muted);margin-bottom:10px}.progress-bar{height:6px;background:var(--rose-100);border-radius:3px;margin-bottom:16px;overflow:hidden}.progress-fill{height:100%;background:var(--rose-400);border-radius:3px;transition:width .4s ease}.quiz-question{font-size:18px;font-weight:700;text-align:center;margin-bottom:6px;color:var(--rose-700)}.quiz-hint{font-size:12px;color:var(--rose-muted);text-align:center;margin-bottom:14px}.quiz-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.quiz-option{background:var(--rose-50);border:2px solid var(--border-rose);border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s,transform .2s;text-align:center}.quiz-option:hover,.quiz-option.selected{border-color:var(--rose-400);transform:translateY(-2px)}.quiz-option-img{aspect-ratio:3/2;overflow:hidden}.quiz-option-img img{width:100%;height:100%;object-fit:cover;object-position:center center}.quiz-option-text{padding:5px 6px;font-size:11px;font-weight:600;color:var(--rose-700)}.btn-quiz-next{background:var(--rose-400);color:var(--white);padding:16px 28px;border-radius:12px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;transition:background .2s}.btn-quiz-next:hover{background:var(--rose-500)}.btn-quiz-next:disabled{opacity:.5;cursor:not-allowed}.quiz-nav{display:flex;gap:10px}.quiz-nav .btn-quiz-next{flex:1}.btn-quiz-back{background:transparent;border:1.5px solid var(--border-rose);color:var(--rose-600);padding:16px 18px;border-radius:12px;font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:border-color .2s,background .2s;flex-shrink:0}.btn-quiz-back:hover{border-color:var(--rose-400);background:var(--rose-100)}.quiz-simple-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.quiz-simple-btn{flex:1;max-width:180px;padding:16px;border-radius:12px;font-size:15px;font-weight:500;background:var(--rose-50);border:1.5px solid var(--border-rose);color:var(--rose-700);transition:all .2s}.quiz-simple-btn:hover,.quiz-simple-btn.selected{border-color:var(--rose-400);background:var(--rose-100)}.quiz-final h3{font-size:20px;font-weight:700;text-align:center;margin-bottom:24px;color:var(--rose-700)}.qf-done{display:inline-flex;align-items:center;gap:7px;background:#e8f5e9;color:#2e7d32;font-size:13px;font-weight:600;padding:7px 14px;border-radius:20px;margin:0 auto 16px}.qf-done svg{width:16px;height:16px;stroke:#2e7d32}.qf-title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;text-align:center;line-height:1.3;margin-bottom:20px;color:var(--rose-700)}.qf-body{display:flex;flex-direction:column;gap:20px}.qf-left-col{display:flex;flex-direction:column}.qf-reward{display:flex;flex-direction:column;justify-content:center;gap:18px;height:100%}.qf-reward-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:500;color:var(--rose-800);line-height:1.4}.qf-reward-item svg{width:24px;height:24px;min-width:24px;flex-shrink:0;stroke:var(--rose-400)}.qf-form-group{width:100%;margin-bottom:14px}.qf-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.qf-channel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 4px;height:76px;border-radius:12px;border:1.5px solid transparent;background:transparent;transition:all .2s;cursor:pointer}.qf-channel svg{width:26px;height:26px;display:block;flex-shrink:0}.qf-ch-img{width:36px;height:36px;display:block;object-fit:contain;flex-shrink:0}.qf-ch-label{font-size:13px;font-weight:500;color:var(--rose-700);white-space:nowrap}.qf-channel[data-channel=whatsapp] svg{color:#25d366}.qf-channel[data-channel=telegram] svg{color:#2aabee}.qf-channel[data-channel=max] svg{color:#07f}.qf-channel:hover{background:var(--rose-50);border-color:var(--border-rose)}.qf-channel.active{background:var(--rose-100);border-color:var(--rose-400)}.qf-phone{max-width:100%}.qf-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;padding:15px 14px;white-space:nowrap}.qf-submit svg{width:18px;height:18px}.qf-privacy{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--rose-muted);text-align:center;margin-top:12px;line-height:1.4}.qf-privacy svg{width:13px;height:13px;min-width:13px}.phone-input{max-width:360px;margin:0 auto 16px}.phone-input input{width:100%;padding:14px 18px;border:1.5px solid var(--border-rose);border-radius:12px;font-size:16px;font-family:inherit;outline:none;background:var(--white);color:var(--rose-800);transition:border-color .2s}.phone-input input:focus{border-color:var(--rose-400)}.btn-large{background:var(--rose-400);color:var(--white);padding:16px 40px;border-radius:12px;font-size:17px;font-weight:600;display:block;margin:0 auto;transition:background .2s,transform .2s}.btn-large:hover{background:var(--rose-500);transform:translateY(-2px)}.quiz-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;gap:16px}.quiz-success-icon{width:80px;height:80px}.quiz-success-icon svg{width:100%;height:100%}.quiz-success-title{font-size:20px;font-weight:700;color:var(--rose-700);line-height:1.3;max-width:360px}.quiz-success-sub{font-size:14px;color:var(--rose-muted)}.quiz-success-home{width:auto;padding:14px 32px;margin-top:8px}.reviews{padding:48px 20px;max-width:1200px;margin:0 auto;scroll-margin-top:72px;background:var(--rose-light);border-radius:var(--radius)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:20px}.review-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border-rose);padding:24px;box-shadow:var(--shadow)}.review-stars{color:#d4a843;font-size:16px;margin-bottom:12px;letter-spacing:2px}.review-text{font-size:14px;color:var(--rose-muted);line-height:1.7;margin-bottom:14px}.review-author{font-weight:600;font-size:14px;color:var(--rose-700)}.footer{background:var(--rose-100);color:var(--rose-700);padding:40px 20px;text-align:center;scroll-margin-top:72px;border-top:1px solid var(--border-rose)}.footer-inner{max-width:1200px;margin:0 auto}.footer-logo{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:var(--rose-700);margin-bottom:14px}.footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:12px;flex-wrap:wrap}.footer-links a{color:var(--rose-600);font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--rose-800)}.footer-copy{font-size:12px;color:var(--rose-500);margin-top:14px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#50142866;z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}.modal-overlay.active{display:flex}.modal{background:var(--white);border-radius:var(--radius);border:1px solid var(--border-rose);padding:32px;max-width:420px;width:100%;box-shadow:var(--shadow-lg);animation:modalIn .3s ease;position:relative}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal h3{font-size:20px;font-weight:700;text-align:center;margin-bottom:8px;color:var(--rose-700)}.modal p{text-align:center;color:var(--rose-muted);font-size:14px;margin-bottom:24px}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--rose-muted);border-radius:12px;transition:background .2s,color .2s}.modal-close:hover{background:var(--rose-100);color:var(--rose-700)}.modal-close svg{width:18px;height:18px}.puppy-modal-puppy-name{color:var(--rose-500)}.pm-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.pm-channel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 4px;height:76px;border-radius:12px;border:1.5px solid var(--border-rose);background:var(--rose-50);cursor:pointer;transition:border-color .2s,background .2s;font-size:13px;font-weight:500;color:var(--rose-700)}.pm-channel svg{width:26px;height:26px;flex-shrink:0}.pm-channel img{width:36px;height:36px;object-fit:contain;flex-shrink:0}.pm-channel[data-channel=whatsapp] svg{color:#25d366}.pm-channel[data-channel=telegram] svg{color:#2aabee}.pm-channel:hover{border-color:var(--rose-400)}.pm-channel.active{border-color:var(--rose-400);background:var(--rose-100)}.quiz-step{display:none;animation:fadeIn .3s ease}.quiz-step.active{display:block}.quiz-final.active{display:flex;flex-direction:column;align-items:stretch}.quiz-final .qf-done{align-self:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.header{padding:14px 24px}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.menu-btn{display:none}.mobile-nav{display:none!important}.desktop-nav{display:flex;align-items:center;gap:28px;justify-content:center}.header-cta{display:flex;align-items:center}.header-right{gap:12px}.hero{display:block;padding-top:0;margin-top:72px;min-height:600px;padding-bottom:0}.hero-content{padding:80px 56px;display:flex;flex-direction:column;justify-content:center;max-width:720px}.hero-title{font-size:38px}.btn-primary{width:auto}.puppies-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid,.quiz-options{grid-template-columns:repeat(3,1fr)}.quiz-box{min-height:540px;display:flex;flex-direction:column}#quizContainer{flex:1}.qf-title{font-size:20px;text-align:left}.qf-body{flex-direction:column}.quiz-layout{flex-direction:row;align-items:flex-start;gap:40px}.quiz-left{flex:1;min-width:0}.quiz-right{width:320px;flex-shrink:0;position:sticky;top:92px}.quiz-title{font-size:32px}}@media (min-width: 1024px){.hero-title{font-size:44px}.puppies-grid{grid-template-columns:repeat(2,1fr);gap:24px}.reviews-grid{gap:24px}.puppy-card{flex-direction:row}.puppy-card-img{width:45%;aspect-ratio:auto}.puppy-card-body{flex:1;display:flex;flex-direction:column;justify-content:center}}@media (min-width: 1100px){.qf-body{flex-direction:row;gap:24px;align-items:stretch}.qf-left-col{flex:5;min-width:0}.qf-right-col{flex:4;min-width:0}}@media (min-width: 1400px){.hero{background-image:url(../images/a6bfe5be-1600.webp);background-image:image-set(url(../images/a6bfe5be-1600.webp) type("image/webp"),url(../images/a6bfe5be-e368-47dc-aff1-18e83380cfcf.png) type("image/png"))}html.variant-b .hero{background-image:url(../images/hero-puppy-1600.webp);background-image:image-set(url(../images/hero-puppy-1600.webp) type("image/webp"),url(../images/hero-puppy-desktop-fallback.png) type("image/png"))}html.variant-c .hero{background-image:url(../images/hero-c-1600.webp);background-image:image-set(url(../images/hero-c-1600.webp) type("image/webp"),url(../images/hero-c-desktop-fallback.png) type("image/png"))}}@media (max-width: 767px){.logo-name{font-size:13px}.logo-tag{display:none}.header-right{gap:6px}.header-phone{font-size:12px!important;padding:8px 10px;border-radius:12px;letter-spacing:0}.header-phone:hover{transform:none}.btn-primary{font-size:14px;padding:15px 12px;letter-spacing:-.3px}.quiz-options{grid-template-columns:repeat(2,1fr);gap:10px}.quiz-option-img{aspect-ratio:4/3}.quiz-right{display:none}.hero{background-image:none;background:var(--rose-50);padding-top:0;margin-top:60px}.hero-mobile-img{display:block;width:100%;max-height:50vh;object-fit:cover;object-position:center top;background:none}.hero-mobile-img-circle{width:200px;height:200px;max-height:200px;border-radius:50%;border:6px solid #fff;object-fit:cover;object-position:center 35%;margin:28px auto 0;box-shadow:0 6px 24px rgba(0,0,0,.12)}.hero-overlay{display:none}.hero-content{padding:16px 20px 36px;max-width:100%;margin-top:0;background:#44283c}.hero-title{color:#fff;font-size:26px}.hero-subtitle{color:#ffffffd9}html.variant-c .hero-pic-c .hero-mobile-img{aspect-ratio:3/4;max-height:70vh;object-position:right center}}.puppy-carousel{position:relative;width:100%;height:100%}.puppy-carousel-track{position:relative;width:100%;height:100%}.puppy-carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease;pointer-events:none}.puppy-carousel-slide.active{opacity:1;pointer-events:auto}.puppy-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#ffffffd9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose-700);z-index:2;transition:background .2s,opacity .2s;opacity:0}.puppy-carousel:hover .puppy-carousel-arrow{opacity:1}.puppy-carousel-arrow:hover{background:#fff}.puppy-carousel-arrow.prev{left:8px}.puppy-carousel-arrow.next{right:8px}.puppy-carousel-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px;z-index:2}.puppy-carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffffa6;cursor:pointer;transition:background .2s,transform .2s}.puppy-carousel-dot.active{background:#fff;transform:scale(1.35)}@media (max-width: 767px){.puppy-carousel-arrow{opacity:1}}.reviews-carousel{position:relative;grid-column:1/-1;width:100%;max-width:720px;margin:0 auto}.reviews-carousel-track{position:relative;height:480px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--white)}.review-carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;pointer-events:none;display:flex;align-items:center;justify-content:center;background:var(--white)}.review-carousel-slide.active{opacity:1;pointer-events:auto}.review-carousel-slide img{width:100%;height:100%;object-fit:contain}.review-cover{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(180deg,var(--rose-light) 0%,var(--white) 62%);padding:32px;text-align:center}.review-cover-paw{width:60px;height:60px;color:var(--white);background:var(--rose-400);border-radius:50%;padding:14px;box-sizing:content-box;box-shadow:var(--shadow)}.review-cover-paw svg{width:100%;height:100%}.review-cover-name{font-family:Inter,sans-serif;font-size:30px;font-weight:800;color:var(--rose-700);letter-spacing:-.3px}.review-cover-rating{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--rose-700)}.review-cover-num{font-weight:800}.review-cover-stars{color:#d4a843;font-size:26px;letter-spacing:2px}.review-cover-tag{font-size:14px;color:var(--rose-muted);font-weight:500;letter-spacing:.3px}@media (min-width: 768px){.review-cover-name{font-size:38px}.review-cover-stars{font-size:32px}.review-cover-rating{font-size:24px}.review-cover-paw{width:68px;height:68px}.review-cover-tag{font-size:15px}}.reviews-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:var(--white);border:1px solid var(--border-rose);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose-600);z-index:2;box-shadow:var(--shadow);transition:background .2s}.reviews-carousel-arrow:hover{background:var(--rose-100)}.reviews-carousel-arrow.prev{left:4px}.reviews-carousel-arrow.next{right:4px}.reviews-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.reviews-carousel-dot{width:7px;height:7px;border-radius:50%;background:var(--rose-200);cursor:pointer;transition:background .2s,transform .2s}.reviews-carousel-dot.active{background:var(--rose-400);transform:scale(1.3)}@media (min-width: 768px){.reviews-carousel{max-width:820px}.reviews-carousel-track{height:640px}.reviews-carousel-arrow.prev{left:-16px}.reviews-carousel-arrow.next{right:-16px}}.already-home{padding:48px 20px;max-width:1200px;margin:0 auto;scroll-margin-top:72px}.section-subtitle{font-size:15px;color:var(--rose-muted);text-align:center;margin-top:-20px;margin-bottom:32px}.already-home-cta{text-align:center;margin-top:40px}.already-home-cta .btn-primary{width:100%;max-width:460px;padding:20px 32px;font-size:17px}.home-video-grid{display:grid;grid-template-columns:1fr;gap:20px}.home-video-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border-rose);overflow:hidden;box-shadow:var(--shadow)}.home-video-thumb{position:relative;aspect-ratio:1/1;background:var(--rose-100)}.home-video-thumb video{width:100%;height:100%;object-fit:cover;background:var(--rose-100)}.home-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose-500);box-shadow:var(--shadow-lg);transition:background .2s,transform .2s}.home-video-play:hover{background:#fff;transform:translate(-50%,-50%) scale(1.06)}.home-video-play svg{margin-left:3px}.home-video-info{padding:14px 16px;text-align:center}.home-video-title{font-size:14px;font-weight:700;color:var(--rose-700);margin-bottom:4px}.home-video-city{font-size:13px;font-weight:600;color:var(--rose-500);margin-bottom:8px}.home-video-dates{font-size:12px;color:var(--rose-muted)}@media (min-width: 768px){.home-video-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width: 1024px){.home-video-grid{grid-template-columns:repeat(5,1fr)}}
.sticky-cta-mobile{display:none}
@media (max-width: 767px){
body{padding-bottom:76px}
.sticky-cta-mobile{display:block;position:fixed;left:0;right:0;bottom:0;z-index:999;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--white);box-shadow:0 -4px 16px rgba(0,0,0,.1)}
.sticky-cta-mobile .btn-primary{width:100%;margin:0}
}
@media (min-width: 768px){html.variant-c .hero{background-position:center 30%}}
.faq{padding:56px 20px;max-width:800px;margin:0 auto;scroll-margin-top:72px}
.faq-list{display:flex;flex-direction:column;gap:14px}
.faq-item{background:var(--white);border:1px solid var(--border-rose);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}
.faq-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.faq-item.open{box-shadow:var(--shadow-lg)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;background:none;border:none;text-align:left;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.4;color:var(--rose-800);cursor:pointer}
.faq-question:hover{color:var(--rose-500)}
.faq-icon{position:relative;flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--rose-100);transition:background .25s ease,transform .3s ease}
.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--rose-500);border-radius:2px;transform:translate(-50%,-50%);transition:background .25s ease}
.faq-icon:before{width:14px;height:2px}
.faq-icon:after{width:2px;height:14px}
.faq-item.open .faq-icon{background:var(--rose-400);transform:rotate(135deg)}
.faq-item.open .faq-icon:before,.faq-item.open .faq-icon:after{background:#fff}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq-answer-inner{overflow:hidden}
.faq-answer p{padding:0 22px 22px;color:var(--rose-muted);font-size:15px;line-height:1.7}
.faq-item.open .faq-answer{grid-template-rows:1fr}
@media (min-width: 768px){
  .faq-question{font-size:18px;padding:24px 28px}
  .faq-icon{width:38px;height:38px}
  .faq-answer p{font-size:16px;padding:0 28px 26px}
}
.parents{padding:48px 20px;max-width:820px;margin:0 auto;scroll-margin-top:72px}
.parents-carousel{position:relative;display:flex;align-items:center;gap:10px}
.parents-viewport{flex:1;overflow:hidden}
.parents-track{display:flex;align-items:stretch;transition:transform .4s ease}
.parent-slide{flex:0 0 100%;width:100%;padding:8px;min-width:0}
.parent-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;display:grid;grid-template-areas:"photo" "info";height:100%}
.parent-card-photo{grid-area:photo}
.parent-card-photo img{width:100%;height:100%;max-height:260px;object-fit:cover;display:block}
.parent-card-info{grid-area:info;padding:16px 22px;text-align:center}
.parent-badge{display:inline-flex;align-items:center;gap:5px;background:var(--rose-100);color:var(--rose-500);font-size:11px;font-weight:700;letter-spacing:.5px;padding:5px 12px;border-radius:999px;margin-bottom:8px}
.parent-badge-icon{font-size:12px;line-height:1}
.parent-divider{display:flex;align-items:center;gap:8px;margin:0 0 8px}
.parent-divider span{flex:1;height:1px;background:var(--border-rose)}
.parent-divider-heart{width:13px;height:13px;color:var(--rose-400);flex-shrink:0}
.parent-name{font-family:Inter,sans-serif;font-size:20px;font-weight:800;color:var(--rose-800);margin-bottom:1px}
.parent-breed{font-size:12.5px;color:var(--rose-muted);margin-bottom:8px}
.parent-stats{list-style:none;text-align:left;margin-bottom:8px}
.parent-stats li{display:flex;align-items:center;gap:9px;padding:4px 0;border-bottom:1px dashed var(--border-rose)}
.parent-stats li:last-child{border-bottom:none}
.parent-stat-icon{flex-shrink:0;width:23px;height:23px;border-radius:50%;background:var(--rose-100);color:var(--rose-500);display:flex;align-items:center;justify-content:center}
.parent-stat-icon svg{width:12px;height:12px}
.parent-stats li b{font-weight:700;color:var(--rose-800)}
.parent-stats li>span:last-child{font-size:12px;color:var(--rose-800);line-height:1.25}
.parent-callout{display:flex;align-items:flex-start;gap:8px;text-align:left;background:var(--rose-50);border:1px solid var(--border-rose);border-radius:10px;padding:8px 10px}
.parent-callout-icon{flex-shrink:0;width:21px;height:21px;border-radius:50%;background:var(--rose-100);color:var(--rose-500);display:flex;align-items:center;justify-content:center}
.parent-callout-icon svg{width:11px;height:11px}
.parent-callout strong{display:block;color:var(--rose-700);font-size:12px;margin-bottom:2px}
.parent-callout p{font-size:11.5px;color:var(--rose-muted);line-height:1.4}
.parents-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--white);border:1px solid var(--border-rose);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rose-600);box-shadow:var(--shadow);transition:background .2s}
.parents-arrow:hover{background:var(--rose-100)}
.parents-arrow svg{width:20px;height:20px}
.parents-dots{display:flex;justify-content:center;gap:7px;margin-top:22px}
.parents-dot{width:8px;height:8px;border-radius:50%;background:var(--rose-200);cursor:pointer;transition:background .2s,transform .2s;border:none;padding:0}
.parents-dot.active{background:var(--rose-400);transform:scale(1.3)}
@media (min-width: 768px){
  .parent-card{grid-template-columns:1fr 1fr;grid-template-areas:"photo info";max-height:506px}
  .parent-card-photo img{max-height:none;height:100%}
  .parent-card-info{padding:20px 30px;text-align:center;display:flex;flex-direction:column;justify-content:center}
  .parent-name{font-size:23px}
}
