.page-hero{position:relative;padding:3rem 0 2.5rem;overflow:hidden;background:linear-gradient(135deg,#a8e6cf,#e8f5f0,#f0f9f6)}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(62,180,137,.1) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 20%,rgba(62,180,137,.08) 0%,transparent 50%);pointer-events:none}.page-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(62,180,137,.3),transparent)}.page-hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3eb48926;border:1px solid rgba(62,180,137,.3);border-radius:50px;font-size:.875rem;font-weight:600;color:#3eb489;margin-bottom:1.5rem;backdrop-filter:blur(8px)}.page-hero__badge-icon{width:20px;height:20px}.page-hero__title{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800;color:#1a2b3c;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.page-hero__title span{background:linear-gradient(135deg,#2d8a6a,#3eb489);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-hero__subtitle{font-size:1.25rem;color:#5a6b7c;max-width:600px;line-height:1.6;margin-bottom:2rem}.page-hero__stats{display:flex;gap:3rem;flex-wrap:wrap}.page-hero__stat{display:flex;flex-direction:column}.page-hero__stat-value{font-size:2.5rem;font-weight:800;color:#2d8a6a;line-height:1}.page-hero__stat-label{font-size:.875rem;color:#8896a6;margin-top:.25rem}.page-hero--health{background:linear-gradient(135deg,#a8e6cf,#e8f5f0,#f0f9f6)}.breadcrumb-new{padding:0 0 1rem;position:relative;z-index:1}.breadcrumb-new .container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.breadcrumb-new a{color:#5a6b7c;text-decoration:none;transition:color .2s}.breadcrumb-new a:hover{color:#3eb489}.breadcrumb-new span{color:#8896a6}.breadcrumb-new strong{color:#1a2b3c;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.health-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.health-category-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:24px;border:2px solid #E2EBE7;text-decoration:none;color:#1a2b3c;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.health-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(62,180,137,.05) 0%,transparent 50%);opacity:0;transition:opacity .4s}.health-category-card--dog:before{background:linear-gradient(135deg,rgba(62,180,137,.08) 0%,transparent 50%)}.health-category-card--cat:before{background:linear-gradient(135deg,rgba(255,107,107,.08) 0%,transparent 50%)}.health-category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.health-category-card--dog:hover{border-color:#3eb489}.health-category-card--cat:hover{border-color:#ff6b6b}.health-category-card:hover:before{opacity:1}.health-category-card__icon{font-size:3.5rem;margin-bottom:1rem;position:relative;z-index:1}.health-category-card:hover .health-category-card__icon{transform:scale(1.1)}.health-category-card__title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;position:relative;z-index:1}.health-category-card__count{font-size:.9375rem;color:#5a6b7c;margin-bottom:1.5rem;position:relative;z-index:1}.health-category-card__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:50px;position:relative;z-index:1;transition:all .3s;background:#e8f5f0;color:#2d8a6a}.health-category-card--dog .health-category-card__btn{background:#e8f5f0;color:#2d8a6a}.health-category-card--cat .health-category-card__btn{background:#fef3f2;color:#e85555}.health-category-card:hover .health-category-card__btn{transform:translate(4px)}.health-category-card__btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.health-category-card:hover .health-category-card__btn svg{transform:translate(4px)}.disease-section{padding:3rem 0;background:#fff}.disease-section--alt{background:#fafffe}.disease-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.disease-section__title-group{display:flex;align-items:center;gap:.75rem}.disease-section__icon{font-size:2.5rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#e8f5f0}.disease-section--dog .disease-section__icon{background:#e8f5f0}.disease-section--cat .disease-section__icon{background:#fef3f2}.disease-section__title{font-size:1.75rem;font-weight:800;color:#1a2b3c;margin:0}.disease-section__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#3eb489;text-decoration:none;transition:all .3s}.disease-section__link:hover{color:#2d8a6a;transform:translate(4px)}.disease-section__link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.disease-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.disease-card{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#fff;border:1px solid #E2EBE7;border-radius:20px;text-decoration:none;color:#1a2b3c;transition:all .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.disease-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3eb489,#a8e6cf);opacity:0;transition:opacity .3s}.disease-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #00000014;color:#1a2b3c}.disease-card:hover:before{opacity:1}.disease-card__title{font-size:1.0625rem;font-weight:700;color:#1a2b3c;line-height:1.3;margin:0;padding-right:2.5rem}.disease-card__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:auto}.disease-card__tag{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:50px;font-size:.75rem;font-weight:600;white-space:nowrap}.disease-card__tag--category{background:#e8f5f0;color:#2d8a6a}.disease-card__tag--frequency{background:#fef3f2;color:#e85555}.disease-card__arrow{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;background:#f0f9f6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.disease-card:hover .disease-card__arrow{background:#3eb489}.disease-card__arrow svg{width:16px;height:16px;fill:none;stroke:#3eb489;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.disease-card:hover .disease-card__arrow svg{stroke:#fff}.disease-card--cat:before{background:linear-gradient(90deg,#ff6b6b,#ffa8a8)}.disease-card--cat .disease-card__arrow svg{stroke:#ff6b6b}.disease-card--cat:hover .disease-card__arrow{background:#ff6b6b}.disease-card--cat:hover .disease-card__arrow svg{stroke:#fff}.cta-banner{padding:4rem 0;background:linear-gradient(135deg,#1a2b3c,#2d4a5c);color:#fff;text-align:center}.cta-banner--health{background:linear-gradient(135deg,#1a2b3c,#2d4a5c,#2d8a6a)}.cta-banner__inner{max-width:700px;margin:0 auto}.cta-banner__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1rem;color:#fff}.cta-banner__text{font-size:1.125rem;opacity:.9;line-height:1.6;margin-bottom:2rem;color:#fff}.cta-banner__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-banner .btn--whatsapp{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:700;border-radius:14px;font-size:1rem;text-decoration:none;transition:all .3s;background:#25d366;color:#fff}.cta-banner .btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36666}.cta-banner .btn--whatsapp svg{width:20px;height:20px;fill:currentColor}@media (max-width: 768px){.page-hero{padding:2rem 0 1.5rem}.page-hero__title{font-size:clamp(1.75rem,6vw,2.5rem)}.page-hero__subtitle{font-size:1rem}.page-hero__stat-value{font-size:1.75rem}.health-categories{grid-template-columns:1fr}.health-category-card{padding:2rem 1.5rem}.health-category-card__icon{font-size:2.5rem}.health-category-card__title{font-size:1.25rem}.disease-section__header{flex-direction:column;align-items:flex-start}.disease-section__title{font-size:1.25rem}.disease-grid{grid-template-columns:1fr}.disease-card__title{font-size:1rem}.cta-banner{padding:2.5rem 0}.cta-banner__buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.page-hero{padding:1.5rem 0 1rem}.page-hero__title{font-size:1.5rem}.page-hero__badge{font-size:.75rem;padding:.375rem .75rem}}
