@font-face{font-family:Inter-fallback;src:local(Arial),local(Helvetica);size-adjust:107.4%;ascent-override:90.2%;descent-override:22.48%;line-gap-override:0%}@font-face{font-family:Playfair-fallback;src:local(Georgia),local(Times New Roman);size-adjust:103.43%;ascent-override:91.86%;descent-override:24.18%;line-gap-override:0%}:root{--color-bg:#faf7f2;--color-text:#5e503f;--color-accent-light:#c9a799;--color-accent:#b5838d;--color-accent-dark:#8e5c68;--color-white:#fff;--color-border:#b5838d33;--font-heading:"Playfair Display Variable", "Playfair-fallback", Georgia, serif;--font-body:"Inter Variable", "Inter-fallback", system-ui, -apple-system, sans-serif;--font-script:"Great Vibes", "Brush Script MT", cursive;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000006;--shadow-lg:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.script-text{font-family:var(--font-heading);color:var(--color-accent);letter-spacing:-.025em;white-space:nowrap;font-weight:800}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-accent{color:var(--color-accent)}.text-accent-dark{color:var(--color-accent-dark)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mb-8{margin-bottom:4rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.py-6{padding-top:4rem;padding-bottom:4rem}.py-10{padding-top:6rem;padding-bottom:6rem}.py-16{padding-top:8rem;padding-bottom:8rem}.btn{font-family:var(--font-body);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);color:var(--color-white);position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #a66c7b66,0 8px 10px -6px #a66c7b1a}.btn-primary:after{content:"";opacity:0;background:#ffffff1a;width:200%;height:200%;transition:all .3s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 20px 30px -5px #a66c7b80,0 10px 10px -5px #a66c7b33}.btn-primary:hover:after{opacity:1;transform:rotate(45deg)translate(50%,50%)}.btn-primary-large{width:100%;max-width:450px;padding:1.1rem 2.5rem;font-size:1.2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.gap-6{gap:3rem}.gap-8{gap:4rem}.p-content{padding:1.5rem}@media (min-width:768px){.p-content{padding:2rem 3rem}}::-webkit-scrollbar{background:0 0!important;width:8px!important;height:8px!important}::-webkit-scrollbar-track{background:0 0!important}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-dark)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}.section-light{background-color:var(--color-white)}.section-accent{background-color:var(--color-accent);color:var(--color-white)}.section-accent h1,.section-accent h2,.section-accent h3,.section-accent p{color:var(--color-white)}.section-dark{background-color:var(--color-text);color:var(--color-white)}.card{background:var(--color-white);border:1px solid #b5838d26;border-radius:20px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.card:hover{border-color:#b5838d4d;transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.card-premium{background:linear-gradient(to bottom right,#fff,#fafafa);border:1px solid #c9a7994d;box-shadow:0 15px 35px -5px #00000014,0 5px 15px -5px #c9a79926}.timeline-container{max-width:800px;margin:0 auto;position:relative}.timeline-container:before{content:"";background:#c9a7994d;width:2px;position:absolute;top:0;bottom:0;left:20px}@media (min-width:768px){.timeline-container:before{left:50%;transform:translate(-50%)}}.timeline-item{width:100%;margin-bottom:3rem;position:relative}@media (min-width:768px){.timeline-item{width:50%}.timeline-item:nth-child(odd){text-align:right;padding-right:3rem;left:0}.timeline-item:nth-child(2n){padding-left:3rem;left:50%}}.timeline-dot{background:var(--color-white);border:4px solid var(--color-accent);z-index:2;width:40px;height:40px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:0;left:0}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-dot{left:auto;right:-20px}.timeline-item:nth-child(2n) .timeline-dot{left:-20px}}.chat-bubble{color:#1b4b27;background:#e8f5e9;border-radius:4px 18px 18px;margin-bottom:1rem;padding:1rem 1.5rem;font-size:.95rem;line-height:1.4;display:inline-block;position:relative;box-shadow:0 2px 5px #0000000d}.chat-bubble:before{content:"";border-top:15px solid #e8f5e9;border-left:15px solid #0000;border-right:15px solid #0000;position:absolute;top:0;left:-8px}.organic-shape{z-index:0;opacity:.1;background:var(--color-accent);border-radius:50%/60% 60% 40% 40%;animation:8s ease-in-out infinite morph;position:absolute}@keyframes morph{0%{border-radius:50%/60% 60% 40% 40%}50%{border-radius:60% 40%/50%}to{border-radius:50%/60% 60% 40% 40%}}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.animate-fade-in{animation:1s ease-out forwards fadeIn}.animate-slide-up{opacity:0;animation:.8s ease-out forwards slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.cp-cred-card{transition:transform .5s cubic-bezier(.22,1,.36,1),background .4s,border-color .4s,box-shadow .5s;position:relative;overflow:hidden}.cp-cred-card:before{content:"";opacity:0;pointer-events:none;z-index:0;background:linear-gradient(135deg,#c9a7992e 0%,#0000 55%);transition:opacity .5s;position:absolute;inset:0}.cp-cred-card>*{z-index:1;position:relative}.cp-cred-card:hover{background:#ffffff14;border-color:#c9a79973;transform:translateY(-8px);box-shadow:0 25px 50px -15px #c9a79959,0 0 0 1px #c9a79933}.cp-cred-card:hover:before{opacity:1}.cp-cred-icon{transition:transform .5s cubic-bezier(.34,1.56,.64,1),background .4s,box-shadow .4s,color .4s}.cp-cred-card:hover .cp-cred-icon{transform:scale(1.12)rotate(-4deg);box-shadow:0 0 28px #c9a7998c;background:linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%)!important;color:#fff!important}.cp-hero-decor{background:var(--color-bg);justify-content:center;align-items:flex-start;padding:9vh 1.5rem 0 0;display:flex;position:relative;overflow:hidden}.hero-wedge{background:linear-gradient(150deg, var(--color-accent-light) 0%, var(--color-accent) 55%, var(--color-accent-dark) 100%);clip-path:polygon(38% 0%,100% 0%,100% 100%,72% 100%);z-index:1;pointer-events:none;opacity:.92;width:48%;height:100%;position:absolute;top:0;right:0}.hero-bg-radial{z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 55%,#c9a79938 0%,#0000 60%),radial-gradient(circle at 80% 20%,#b5838d1f 0%,#0000 50%);position:absolute;inset:-10%}.hero-orb{filter:blur(55px);z-index:1;pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.hero-orb-1{background:#b5838d52;width:360px;height:360px;animation:10s ease-in-out infinite heroFloat1;top:-8%;right:-12%}.hero-orb-2{background:#c9a79961;width:240px;height:240px;animation:12s ease-in-out infinite heroFloat2;bottom:-8%;left:-10%}.hero-orb-3{background:#a66c7b40;width:150px;height:150px;animation:8s ease-in-out infinite heroFloat3;top:38%;right:5%}@keyframes heroFloat1{0%,to{transform:translate(0)}50%{transform:translate(-20px,25px)}}@keyframes heroFloat2{0%,to{transform:translate(0)}50%{transform:translate(30px,-25px)}}@keyframes heroFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(15px,-20px)scale(1.1)}}.hero-particle{z-index:2;pointer-events:none;border-radius:50%;animation:3.5s ease-in-out infinite heroPulse;position:absolute}.hero-particle-1{background:var(--color-accent);opacity:.55;width:11px;height:11px;top:12%;left:14%}.hero-particle-2{background:var(--color-accent-dark);opacity:.5;width:6px;height:6px;animation-delay:1s;top:26%;right:18%}.hero-particle-3{background:var(--color-accent-light);opacity:.6;width:9px;height:9px;animation-delay:2s;bottom:24%;left:12%}.hero-particle-4{background:var(--color-accent);opacity:.5;width:7px;height:7px;animation-delay:.5s;bottom:38%;right:10%}@keyframes heroPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.85;transform:scale(1.3)}}.hero-model{z-index:3;pointer-events:none;-webkit-user-select:none;user-select:none;width:62%;max-width:62%;height:auto;max-height:none;margin:0 auto;display:block;position:absolute;top:0;left:0;right:0}.hero-stat-card{z-index:4;-webkit-backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #ffffff8c;border-radius:16px;align-items:center;gap:12px;padding:.9rem 1.1rem;animation:6s ease-in-out infinite heroStatFloat;display:flex;position:absolute;box-shadow:0 18px 35px -12px #5e503f38}.hero-stat-icon{background:linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 6px 14px #b5838d66}.hero-stat-number{color:var(--color-text);letter-spacing:-.01em;font-size:1.05rem;font-weight:800;line-height:1}.hero-stat-label{color:#666;letter-spacing:.3px;margin-top:3px;font-size:.72rem;font-weight:500}.hero-stat-1{top:7%;left:4%}.hero-stat-2{animation-delay:2s;bottom:24%;right:4%}.hero-stat-3{flex-direction:column;align-items:flex-start;gap:5px;padding:.75rem 1rem;animation-delay:4s;bottom:6%;left:6%}.hero-stat-stars{color:#fbbf24;gap:2px;display:flex}.hero-stat-rating{color:var(--color-text);letter-spacing:.3px;font-size:.7rem;font-weight:700}@keyframes heroStatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.cp-test-marquee{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.cp-test-track{gap:1.5rem;width:max-content;animation:45s linear infinite cp-test-scroll;display:flex}.cp-test-marquee:hover .cp-test-track{animation-play-state:paused}@keyframes cp-test-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.cp-faq-list{flex-direction:column;gap:.85rem;display:flex}.cp-faq-item{background:#fff;border:1px solid #b5838d1a;border-radius:18px;padding:0;transition:border-color .35s,box-shadow .35s,background .35s,transform .35s;overflow:hidden;box-shadow:0 2px 8px #5e503f08}.cp-faq-item:hover{border-color:#b5838d47;box-shadow:0 8px 22px -8px #5e503f1f}.cp-faq-item.cp-faq-open{background:linear-gradient(135deg,#fff 0%,#c9a79914 100%);border-color:#b5838d52;box-shadow:0 18px 40px -14px #b5838d38,0 4px 10px -4px #5e503f14}.cp-faq-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;padding:1.35rem 1.5rem;font-family:inherit;transition:color .3s;display:flex}.cp-faq-question{color:var(--color-text);letter-spacing:-.005em;font-size:1.05rem;font-weight:700;line-height:1.4;transition:color .3s}.cp-faq-item.cp-faq-open .cp-faq-question{color:var(--color-accent-dark)}.cp-faq-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:relative}.cp-faq-icon-bar{background:var(--color-accent);border-radius:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),background .3s;position:absolute}.cp-faq-icon-bar-h{width:14px;height:2px}.cp-faq-icon-bar-v{width:2px;height:14px}.cp-faq-item.cp-faq-open .cp-faq-icon-bar{background:var(--color-accent-dark)}.cp-faq-item.cp-faq-open .cp-faq-icon-bar-v{transform:rotate(90deg)}.cp-faq-panel{max-height:0;transition:max-height .45s cubic-bezier(.4,0,.2,1);overflow:hidden}.cp-faq-panel-inner{padding:0 1.5rem 1.35rem}.cp-faq-answer{color:#555;border-top:1px solid #b5838d1f;margin:0;padding-top:1rem;font-size:.98rem;line-height:1.65}@keyframes cp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cp-countdown{color:#fff;z-index:30;background:linear-gradient(90deg,#1f2c39 0%,#2a3a4a 50%,#1f2c39 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1.1rem 2rem;display:flex;position:relative;box-shadow:0 4px 18px #0000002e}.cp-countdown-label{letter-spacing:1.2px;text-transform:uppercase;color:var(--color-accent-light);font-size:.95rem;font-weight:800}.cp-countdown-clock{align-items:center;gap:.65rem;display:flex}.cp-countdown-unit{background:#ffffff0f;border:1px solid #c9a7992e;border-radius:10px;flex-direction:column;align-items:center;min-width:64px;padding:.5rem;display:flex}.cp-countdown-value{font-family:var(--font-heading);color:#fff;letter-spacing:.02em;font-size:1.75rem;font-weight:800;line-height:1}.cp-countdown-tag{color:#fff9;letter-spacing:1.2px;margin-top:5px;font-size:.62rem;font-weight:700}.cp-countdown-sep{color:var(--color-accent-light);margin-bottom:18px;font-size:1.4rem;font-weight:800}.cp-shine-cta{isolation:isolate;position:relative;overflow:hidden}.cp-shine-cta:before{content:"";pointer-events:none;z-index:3;mix-blend-mode:screen;background:linear-gradient(100deg,#0000 0%,#ffffff8c 45%,#ffffffd9 50%,#ffffff8c 55%,#0000 100%);width:60%;height:100%;animation:3.6s cubic-bezier(.4,0,.6,1) infinite cp-cta-shine;position:absolute;top:0;left:-150%;transform:skew(-22deg)}@keyframes cp-cta-shine{0%{left:-150%}55%,to{left:150%}}.cp-shine-cta>*{z-index:4;position:relative}@media (max-width:768px){.cp-mobile button,.cp-mobile input[type=email]{min-height:56px;font-size:1rem}.cp-hero{flex-direction:column!important;grid-template-columns:1fr!important;height:auto!important;min-height:auto!important;display:flex!important}.cp-hero-image{order:2;min-height:320px;width:100%!important;height:42vh!important;margin-bottom:0!important;position:relative!important;overflow:hidden!important}.hero-wedge,.hero-orb,.hero-orb-1,.hero-orb-2,.hero-orb-3,.hero-bg-radial,.hero-particle,.hero-particle-1,.hero-particle-2,.hero-particle-3,.hero-particle-4,.cp-section-glow{display:none!important}.cp-hero-image:after{content:"";z-index:4;pointer-events:none;background:linear-gradient(#0000 0%,#1f2c39 100%);height:32%;position:absolute;bottom:0;left:0;right:0}.cp-brand-name{font-family:var(--font-body)!important;letter-spacing:0!important;font-size:.92em!important;font-weight:700!important}.cp-hero-image img{object-position:center 20%!important}.cp-hero-decor{justify-content:center!important;padding:0!important}.hero-wedge{clip-path:polygon(35% 0%,100% 0%,100% 100%,65% 100%)!important;width:80%!important}.hero-orb-1{width:220px!important;height:220px!important;top:-10%!important;right:-18%!important}.hero-orb-2{width:150px!important;height:150px!important;bottom:-12%!important;left:-15%!important}.hero-orb-3{width:90px!important;height:90px!important;top:32%!important}.hero-model{max-width:62%!important;max-height:100%!important}.hero-stat-card{border-radius:12px!important;gap:8px!important;padding:.55rem .75rem!important}.hero-stat-icon{width:28px!important;height:28px!important}.hero-stat-icon svg{width:14px!important;height:14px!important}.hero-stat-number{font-size:.85rem!important}.hero-stat-label{font-size:.6rem!important}.hero-stat-1{top:5%!important;left:5%!important}.hero-stat-2{bottom:14%!important;right:5%!important}.hero-stat-3{display:none!important}.hero-model{align-self:flex-start!important;width:82%!important;max-width:82%!important;height:auto!important;max-height:none!important;margin:0 auto!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important}.cp-hero-image{justify-content:center!important;align-items:flex-start!important;display:flex!important}.hero-particle{transform:scale(.7)}.cp-hero-content{order:1;justify-content:flex-start!important;align-items:stretch!important;padding:1.5rem 1.25rem 2rem!important}.cp-hero-badge{justify-content:center!important;width:-moz-fit-content!important;width:fit-content!important;margin:.5rem auto .75rem!important;display:flex!important}.cp-hero-bullets li{justify-content:center!important}.cp-mobile-cta-wrap{justify-content:center!important;margin-top:2rem!important;display:flex!important}.cp-hero-h1{text-align:center;margin-bottom:.75rem!important;font-size:1.75rem!important;line-height:1.15!important}.cp-hero-logo{height:44px!important;margin:0 auto 1rem!important}.cp-hero-sub{text-align:center;margin-bottom:1.25rem!important;font-size:.95rem!important;line-height:1.45!important}.cp-hero-bullets{align-items:flex-start!important;gap:6px!important;width:-moz-fit-content!important;width:fit-content!important;margin:0 auto 1.25rem!important}.cp-hero-bullets li{justify-content:flex-start!important;font-size:.95rem!important;font-weight:600!important}.cp-hero-floating-badge{transform-origin:100% 0;transform:scale(.85);padding:.6rem .9rem!important;top:12px!important;right:12px!important}.cp-hero-floating-badge .script-text{font-size:1.4rem!important}.cp-form-card{border-radius:20px!important;gap:12px!important;padding:1.4rem 1.25rem!important;box-shadow:0 22px 50px -18px #5e503f38,0 6px 18px -8px #5e503f0f!important}.cp-form-card input[type=email],.cp-form-card input[type=text],.cp-form-card input[type=tel]{border-radius:12px!important;min-height:60px!important;padding:1rem 1.1rem!important;font-size:1rem!important}.cp-form-card button[type=submit]{letter-spacing:.6px!important;border-radius:12px!important;min-height:64px!important;padding:1.1rem!important;font-size:.98rem!important;box-shadow:0 16px 28px -10px #a66c7b8c,0 4px 10px -2px #a66c7b26!important}.cp-form-card button[type=submit]:active{transform:scale(.98)}.cp-form-title{margin-bottom:.75rem!important;font-size:1rem!important}.cp-section-pad{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.cp-dobra2-eyebrow{margin-bottom:.6rem!important;font-size:.75rem!important}.cp-dobra2-h2{margin-bottom:.85rem!important;font-size:1.7rem!important;line-height:1.2!important}.cp-dobra2-intro{font-size:.98rem!important;line-height:1.55!important}.cp-dobra2-cards-wrapper{margin-bottom:0!important}.cp-card-explain{border-radius:18px!important;padding:1.5rem 1.25rem!important}.cp-card-explain h3{margin-bottom:.5rem!important;font-size:1.1rem!important}.cp-card-explain p{font-size:.95rem!important;line-height:1.5!important}.cp-card-explain-icon{width:48px!important;height:48px!important;margin-bottom:.85rem!important}.cp-dobra3{flex-direction:column!important;grid-template-columns:1fr!important;display:flex!important}.cp-dobra3-image-wrap{order:1;min-height:240px;height:32vh!important}.cp-dobra3-image-wrap img{object-position:center 25%!important}.cp-dobra3-content{order:2;padding:2rem 1.25rem!important}.cp-dobra3-title-script{font-size:2.4rem!important}.cp-dobra3-title-h3{font-size:1.7rem!important;line-height:1.15!important}.cp-dobra3-sub{margin-top:.85rem!important;font-size:.95rem!important;line-height:1.5!important}.cp-testimonials-grid{grid-template-columns:1fr!important;gap:.75rem!important}.cp-testimonial-card{border-radius:16px!important;padding:1.25rem!important}.cp-testimonial-card p{margin-bottom:1rem!important;font-size:.95rem!important;line-height:1.55!important}.cp-cta-h2{padding:0 .5rem;font-size:1.75rem!important;line-height:1.2!important}.cp-cta-sub{margin-bottom:1.5rem!important;padding:0 .5rem!important;font-size:.98rem!important;line-height:1.55!important}.cp-cta-card{border-radius:18px!important;padding:1.5rem 1.25rem!important}.cp-cta-card input[type=email]{min-height:58px!important;padding:1rem!important;font-size:1rem!important}.cp-cta-card button[type=submit]{letter-spacing:.5px!important;min-height:62px!important;padding:1.1rem!important;font-size:.95rem!important}.cp-cta-urgency{color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.8px;background:#b5838d1f;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:800;margin:0 auto 1rem!important;display:inline-flex!important}.cp-pains-wrap{grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:10px!important;padding:0 .25rem!important;display:grid!important}.cp-pain-chip{border-radius:16px!important;height:100%!important;min-height:62px!important;padding:.7rem .85rem!important;font-size:.88rem!important}.cp-pain-chip>span{display:block}.cp-juliana-quote{margin-top:2.5rem!important}.cp-juliana-quote p{font-size:1.05rem!important;line-height:1.5!important}.cp-juliana-quote span{font-size:.75rem!important}.cp-topbar{padding:.55rem .85rem!important;font-size:.62rem!important;line-height:1.5!important}.cp-topbar span:not(:nth-child(odd)){margin:0 .35rem!important}.cp-cred-section{padding:3.25rem 0!important}.cp-cred-eyebrow{letter-spacing:1.5px!important;margin-bottom:.6rem!important;font-size:.68rem!important}.cp-cred-h2{padding:0 1rem;font-size:1.65rem!important;line-height:1.2!important}.cp-cred-grid{padding:0 1rem;grid-template-columns:1fr!important;gap:.65rem!important}.cp-cred-card{border-radius:14px!important;flex-direction:row!important;align-items:center!important;gap:.85rem!important;padding:1.1rem!important}.cp-cred-card p{font-size:.9rem!important;line-height:1.45!important}.cp-cred-icon{width:40px!important;height:40px!important}.cp-cred-icon svg{width:18px!important;height:18px!important}.cp-cred-card:active{transform:scale(.98)}.cp-about-image-wrap,.cp-about-image-wrap img{min-height:360px!important}.cp-about-quote{margin-top:1.5rem;padding-left:1rem!important}.cp-about-quote p{font-size:1rem!important;line-height:1.5!important}.cp-strip-eyebrow{letter-spacing:1.5px!important;font-size:.7rem!important}.cp-strip-bullets{gap:.85rem!important;padding:0 1rem!important}.cp-strip-bullets li{font-size:.95rem!important;line-height:1.5!important}.cp-strip-cta{width:calc(100% - 2rem)!important;max-width:380px!important;min-height:62px!important;padding:1rem 1.25rem!important;font-size:.92rem!important}.cp-faq-eyebrow{font-size:.7rem!important}.cp-faq-h2{font-size:1.85rem!important;line-height:1.2!important}.cp-footer p{font-size:.82rem!important}.pulsing-whatsapp img{width:46px!important;height:46px!important}.cp-wa-wrapper{opacity:.95;bottom:14px!important;right:14px!important}.cp-about{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-about-grid{flex-direction:column!important;grid-template-columns:1fr!important;gap:1.75rem!important;display:flex!important}.cp-about-image-wrap,.cp-about-image-wrap img{border-radius:20px!important;min-height:340px!important}.cp-about-eyebrow{font-size:.68rem!important}.cp-about-h2{margin-bottom:1rem!important;font-size:1.75rem!important;line-height:1.15!important}.cp-about-p{margin-bottom:.85rem!important;font-size:.98rem!important;line-height:1.6!important}.cp-about-p strong{background:linear-gradient(#0000 60%,#c9a79952 60%);padding:0 2px}.cp-about-quote{background:linear-gradient(135deg,#ffffffd9 0%,#c9a7991a 100%);border-radius:16px;position:relative;box-shadow:0 8px 24px -8px #5e503f1f;border-left:none!important;margin-top:1.5rem!important;padding:1.5rem 1.25rem!important}.cp-about-quote:before{content:"\"";font-family:var(--font-heading);color:var(--color-accent);opacity:.6;font-size:4rem;line-height:1;position:absolute;top:-8px;left:12px}.cp-about-quote p{margin-top:.5rem;padding-left:0!important;font-size:1rem!important;line-height:1.55!important}.cp-strip{padding:3rem 0!important}.cp-strip-eyebrow{font-size:.68rem!important}.cp-strip-h2{padding:0 1.25rem!important;font-size:1.65rem!important;line-height:1.2!important}.cp-strip-sub{margin:1rem auto 1.5rem!important;padding:0 1.25rem!important;font-size:.92rem!important}.cp-strip-bullets{gap:.7rem!important;margin-bottom:2rem!important;padding:0 1.25rem!important}.cp-strip-bullets li{align-items:center!important;gap:12px!important;font-size:.92rem!important;line-height:1.45!important}.cp-strip-bullets li>span:first-child{width:9px!important;height:9px!important;margin-top:0!important}.cp-strip-cta{border-radius:14px!important;min-height:64px!important;padding:1.1rem 1.25rem!important;font-size:.95rem!important;box-shadow:0 18px 35px -10px #b5838d8c,0 4px 12px -4px #b5838d2e!important}.cp-strip-cta:active{transform:scale(.98)}.cp-cta-final{padding:3.25rem 0!important}.cp-cta-logo{height:48px!important;margin-bottom:1rem!important}.cp-cta-h2{margin-bottom:.85rem!important;font-size:1.7rem!important;line-height:1.18!important}.cp-cta-sub{margin-bottom:1.25rem!important;font-size:.95rem!important;line-height:1.55!important}.cp-cta-card{border-radius:20px!important;padding:1.4rem 1.25rem!important;box-shadow:0 24px 50px -18px #5e503f38,0 6px 18px -6px #5e503f14!important}.cp-cta-card input[type=email]{border-radius:12px!important;min-height:60px!important;padding:1rem 1.1rem!important}.cp-cta-card button[type=submit]{letter-spacing:.6px!important;border-radius:12px!important;min-height:64px!important;padding:1.1rem!important;font-size:.98rem!important;box-shadow:0 18px 35px -10px #b5838d99,0 4px 12px -4px #b5838d33!important}.cp-cta-card button[type=submit]:active{transform:scale(.98)}.cp-cta-urgency{color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.8px;background:linear-gradient(135deg,#c9a79938 0%,#a66c7b38 100%);border:1px solid #a66c7b2e;border-radius:50px;align-items:center;gap:6px;padding:7px 16px;font-size:.7rem;font-weight:800;margin:0 auto 1rem!important;display:inline-flex!important}.cp-faq{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.cp-faq-list{gap:.55rem!important}.cp-faq-item{border-radius:14px!important}.cp-faq-toggle{gap:.75rem!important;padding:1rem 1.1rem!important}.cp-faq-question{font-size:.93rem!important;line-height:1.35!important}.cp-faq-icon{width:18px;height:18px}.cp-faq-icon-bar-h,.cp-faq-icon-bar-v{width:12px;height:2px}.cp-faq-icon-bar-v{width:2px;height:12px}.cp-faq-panel-inner{padding:0 1.1rem 1rem!important}.cp-faq-answer{font-size:.9rem!important;line-height:1.55!important}.cp-footer{padding:2.5rem 1.25rem 2rem!important}.cp-footer p{font-size:.8rem!important;line-height:1.55!important}.cp-footer p:first-child{letter-spacing:.6px!important;font-size:.92rem!important}.cp-footer a{border:1px solid #ffffff2e;border-radius:50px;padding:4px 12px;transition:all .3s;display:inline-block;font-size:.82rem!important}.cp-footer a:active{background:#ffffff1a}.cp-deliverables{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-deliv-eyebrow{font-size:.68rem!important}.cp-deliv-h2{padding:0 1rem;font-size:1.7rem!important;line-height:1.18!important}.cp-deliv-grid{padding:0 1rem;grid-template-columns:1fr!important;gap:.7rem!important}.cp-deliv-grid>div{height:auto!important;margin:0!important}.cp-deliv-card{border-radius:16px!important;gap:.85rem!important;height:auto!important;padding:1.4rem 1.25rem!important}.cp-deliv-icon{border-radius:12px!important;width:44px!important;height:44px!important}.cp-deliv-icon svg{width:18px!important;height:18px!important}.cp-deliv-title{margin-bottom:.35rem!important;font-size:1rem!important}.cp-deliv-text{font-size:.88rem!important;line-height:1.5!important}.cp-deliv-card:active{transform:scale(.99)}.cp-testimonials-section{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-test-eyebrow{font-size:.68rem!important}.cp-test-h2{padding:0 1rem;font-size:1.7rem!important;line-height:1.18!important}.cp-test-track{gap:1rem!important;animation-duration:35s!important}.cp-test-card{border-radius:18px!important;width:280px!important;padding:1.5rem 1.25rem!important}.cp-test-card p{font-size:.92rem!important;line-height:1.55!important}.cp-test-marquee{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)!important}.cp-countdown{flex-direction:column!important;gap:.85rem!important;padding:.9rem 1rem!important}.cp-countdown-label{text-align:center;letter-spacing:1px!important;font-size:.78rem!important}.cp-countdown-unit{min-width:52px!important;padding:.4rem!important}.cp-countdown-value{font-size:1.35rem!important}.cp-countdown-tag{font-size:.58rem!important}.cp-countdown-sep{margin-bottom:16px!important;font-size:1.1rem!important}.cp-andepois{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-andepois-grid{padding:0 1rem;grid-template-columns:1fr!important;gap:1rem!important}.cp-andepois-card{border-radius:18px!important;padding:1.5rem 1.25rem!important}.cp-andepois-card h3{margin-bottom:1.1rem!important;font-size:1.15rem!important}.cp-andepois-card li{font-size:.92rem!important}.cp-mecanismo{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-mecanismo h2{padding:0 1rem;font-size:1.7rem!important;line-height:1.18!important}.cp-mecanismo p{font-size:.95rem!important}.cp-quote-mec{margin:0 1rem 2rem!important;padding:1.25rem!important}.cp-quote-mec p{font-size:1.05rem!important}.cp-mec-table{grid-template-columns:1fr 1fr!important;margin:0 1rem!important}.cp-mec-table>div{padding:.7rem .5rem!important;font-size:.78rem!important}.cp-pilares{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-pilares h2{padding:0 1rem;font-size:1.75rem!important;line-height:1.18!important}.cp-pilar{border-radius:18px!important;margin:0 1rem 1.25rem!important;padding:1.5rem 1.25rem!important}.cp-pilar:last-of-type{margin-bottom:0!important}.cp-pilar-num{font-size:2.5rem!important}.cp-pilar-header h3{font-size:1.25rem!important}.cp-pilar p{font-size:.95rem!important}.cp-pilar-grid{grid-template-columns:1fr!important;gap:.75rem!important}.cp-pilar-item{padding:1rem!important}.cp-pilar-item h4{font-size:.92rem!important}.cp-pilar-item p{font-size:.85rem!important}.cp-bonus{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-bonus h2{padding:0 1rem;font-size:1.75rem!important;line-height:1.18!important}.cp-bonus-grid{padding:0 1rem;grid-template-columns:1fr!important;gap:.85rem!important}.cp-bonus-card{border-radius:16px!important;padding:1.5rem 1.25rem!important}.cp-bonus-card h3{font-size:1.05rem!important}.cp-bonus-card p{font-size:.92rem!important}.cp-pricing{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-pricing h2{padding:0 1rem;font-size:1.75rem!important;line-height:1.18!important}.cp-pricing-grid{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;margin:0!important}.cp-pricing-left,.cp-pricing-right{min-width:0;border-right:none!important;padding:1.75rem 1.25rem!important}.cp-pricing-left{border-bottom:1px solid #ffffff14}.cp-pricing-right .cp-shine-cta,.cp-pricing-right .btn-primary{box-sizing:border-box;width:100%;padding-left:1rem!important;padding-right:1rem!important;font-size:.95rem!important}.cp-pricing .container{padding-left:1rem!important;padding-right:1rem!important}.cp-final-cta{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.cp-final-cta h2{padding:0 1rem;font-size:1.85rem!important;line-height:1.18!important}.cp-final-cta .cp-form-card{margin:0 1rem!important}.btn-primary{transition:transform .18s,box-shadow .3s!important}.btn-primary:active,.cp-shine-cta:active{transform:scale(.98)}@media (max-width:380px){.cp-pricing .container{padding-left:.65rem!important;padding-right:.65rem!important}.cp-pricing-left,.cp-pricing-right{padding:1.5rem 1rem!important}.cp-pricing-right .cp-shine-cta,.cp-pricing-right .btn-primary{letter-spacing:.3px!important;padding-left:.65rem!important;padding-right:.65rem!important;font-size:.9rem!important}.cp-pricing-left ul li{font-size:.92rem!important}}.qs-hero{flex-direction:column!important;grid-template-columns:1fr!important;min-height:auto!important;display:flex!important}.qs-hero-image{order:1;justify-content:center!important;align-items:flex-end!important;height:56vh!important;min-height:56vh!important}.qs-hero-block{border-top-left-radius:200px!important;border-top-right-radius:200px!important;top:4vh!important;left:6%!important;right:6%!important}.qs-hero-cutout{height:56vh!important;max-height:56vh!important}.qs-hero-content{text-align:center;order:2;padding:2rem 1.25rem 3rem!important}.qs-hero-eyebrow{letter-spacing:1.5px!important;font-size:.7rem!important}.qs-hero-h1{font-size:1.85rem!important;line-height:1.1!important}.qs-hero-sub{margin-bottom:1.5rem!important;font-size:.98rem!important;line-height:1.55!important}.qs-hero-badges{justify-content:center!important;gap:6px!important}.qs-hero-badges span{padding:5px 11px!important;font-size:.7rem!important}.qs-hero-content button{width:100%;max-width:360px;min-height:58px!important}.qs-section-pad{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.qs-story-grid{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important;display:flex!important}.qs-story-image-wrap img{min-height:360px!important}.qs-story-eyebrow{font-size:.7rem!important}.qs-story-h2{margin-bottom:1rem!important;font-size:1.85rem!important;line-height:1.15!important}.qs-story-p{margin-bottom:1rem!important;font-size:.98rem!important;line-height:1.6!important}.qs-pillars-eyebrow{font-size:.7rem!important}.qs-pillars-h2{padding:0 .5rem;font-size:1.85rem!important;line-height:1.2!important}.qs-pillars-grid{grid-template-columns:1fr!important;gap:1rem!important}.qs-pillar-card{border-radius:18px!important;padding:1.75rem 1.25rem!important}.qs-pillar-icon{width:48px!important;height:48px!important;margin-bottom:1rem!important}.qs-pillar-title{font-size:1.1rem!important}.qs-pillar-text{font-size:.95rem!important;line-height:1.55!important}.qs-quote{flex-direction:column!important;grid-template-columns:1fr!important;min-height:auto!important;display:flex!important}.qs-quote-image{order:1;min-height:36vh!important}.qs-quote-image>div:last-child{background:linear-gradient(to bottom, transparent 0%, transparent 60%, var(--color-bg) 100%)!important}.qs-quote-content{text-align:center;order:2;padding:2.5rem 1.5rem 3rem!important}.qs-quote-content>div>div:first-child{text-align:center;font-size:3.5rem!important}.qs-quote-text{margin-bottom:1.5rem!important;font-size:1.2rem!important;line-height:1.45!important}.qs-quote-content>div>div:last-child{justify-content:center!important}.qs-cta-h2{font-size:1.85rem!important;line-height:1.2!important}.qs-cta-sub{padding:0 .5rem;font-size:.98rem!important;line-height:1.55!important}.qs-section-pad button.btn-primary{letter-spacing:.5px!important;white-space:normal!important;width:100%!important;max-width:340px!important;min-height:60px!important;padding:1rem!important;font-size:.82rem!important;line-height:1.25!important}.qs-section-pad button.btn-primary svg{flex-shrink:0;width:16px!important;height:16px!important}.qs-clinic-h2{padding:0 .5rem;font-size:1.85rem!important;line-height:1.2!important}.qs-clinic-grid{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important;display:flex!important}.qs-clinic-image-wrap img{min-height:340px!important}.qs-clinic-features{grid-template-columns:1fr!important;gap:.75rem!important}.qs-clinic-feature{padding:1rem!important}.qs-steps-h2{padding:0 .5rem;font-size:1.85rem!important;line-height:1.2!important}.qs-steps-grid{grid-template-columns:1fr!important;gap:1.75rem!important}.qs-steps-line{display:none!important}.qs-step-card{background:var(--color-bg)!important;border:1px solid #b5838d26!important;border-radius:12px!important;padding:1.5rem 1.25rem!important}.qs-step-title{font-size:1.35rem!important}.qs-step-text{font-size:.95rem!important;line-height:1.55!important}.qs-reviews-h2{padding:0 .5rem;font-size:1.85rem!important;line-height:1.2!important}.qs-reviews-grid{grid-template-columns:1fr!important;gap:1rem!important}.qs-review-card{padding:1.5rem 1.25rem!important}}
