.home-page{--home-bg: #f2f6f3;--home-panel: rgba(255, 255, 255, .78);--home-card: rgba(255, 255, 255, .88);--home-border: rgba(31, 41, 55, .13);--home-border-hover: rgba(0, 185, 124, .52);--home-shadow: 0 24px 70px rgba(24, 48, 38, .08);--home-card-shadow: 0 12px 34px rgba(24, 48, 38, .06);--home-icon-bg: rgba(0, 185, 124, .08);background:var(--home-bg)}[data-theme=dark] .home-page{--home-bg: #07131f;--home-panel: rgba(7, 20, 33, .72);--home-card: rgba(8, 22, 36, .78);--home-border: rgba(151, 174, 198, .18);--home-border-hover: rgba(0, 185, 124, .64);--home-shadow: 0 28px 90px rgba(0, 0, 0, .28);--home-card-shadow: 0 16px 42px rgba(0, 0, 0, .2);--home-icon-bg: rgba(0, 185, 124, .07)}.home-page .page-shell{min-height:100svh;font-family:Google Sans Flex,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-shell{display:flex;flex-direction:column}.home-header{justify-content:flex-end}.home-header .home-actions{margin-left:auto}.home-main{display:grid;flex:1;align-items:start;padding:clamp(10px,2.5vh,24px) 0 clamp(42px,7vh,76px)}.home-hero{display:grid;justify-items:center;gap:clamp(18px,2.4vw,28px);width:min(100%,1180px);margin:0 auto}.home-logo-wrap{line-height:0}.home-logo{display:block;width:clamp(220px,24vw,290px);height:auto}.home-hero-panel{display:grid;grid-template-areas:"title title" "intro benefits";grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);column-gap:clamp(34px,5vw,72px);row-gap:clamp(22px,3vw,30px);width:100%;padding:clamp(32px,5vw,66px);border:1px solid var(--home-border);border-radius:20px;background:var(--home-panel);box-shadow:var(--home-shadow);backdrop-filter:blur(14px)}.home-intro{grid-area:intro;display:grid;align-content:center;justify-items:start;min-width:0;text-align:left}.home-title{grid-area:title;width:100%;margin:0;color:var(--text-strong);font-size:clamp(2.45rem,5vw,4.35rem);font-weight:760;letter-spacing:-.035em;line-height:1.03;text-wrap:balance}.home-intro-copy{display:grid;gap:14px;width:min(100%,760px)}.home-intro-copy p{margin:0;color:var(--text-hero-sub);font-size:clamp(1rem,1.35vw,1.13rem);font-weight:450;line-height:1.58}.home-intro-copy .home-intro-highlight{color:var(--green);font-size:clamp(1.06rem,1.45vw,1.2rem);font-weight:700}.home-benefits{grid-area:benefits;display:grid;align-self:center;gap:0;min-width:0;margin:0;padding:0;list-style:none}.home-benefit{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:16px;min-height:96px;padding:16px 18px;border:0;background:transparent;color:var(--text-strong);font-size:1.04rem;font-weight:560;line-height:1.35}.home-benefit+.home-benefit{border-top:1px solid var(--home-border)}.home-benefit-icon{display:grid;width:56px;height:56px;place-items:center;border-radius:15px;background:var(--home-icon-bg);color:var(--green)}.home-benefit-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.home-benefit-icon .home-benefit-symbol{fill:currentColor;stroke:none}.home-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.home-card{display:grid;grid-template-columns:142px minmax(0,1fr) 46px;align-items:center;gap:22px;min-height:170px;padding:13px 18px;overflow:hidden;border:1px solid var(--home-border);border-radius:18px;background:var(--home-card);box-shadow:var(--home-card-shadow);color:var(--text);text-align:left;text-decoration:none;transition:transform .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease)}.home-card--additives{--home-card-icon: url(../assets/illustrations/home/post-type-aditivos.svg)}.home-card--food{--home-card-icon: url(../assets/illustrations/home/post-type-comestibles.svg)}.home-card--care{--home-card-icon: url(../assets/illustrations/home/post-type-no-comestibles.svg)}.home-card--nutrition{--home-card-icon: url(../assets/illustrations/home/post-type-nutricion.svg)}.home-card--places{grid-column:1 / -1;background:linear-gradient(120deg,var(--home-card),rgba(0,185,124,.07))}.home-card--places .home-card-art:before{display:none}.home-card--places .home-card-location-icon{width:64%;height:64%;fill:currentColor;stroke:none}.home-card:hover,.home-card:focus-visible{transform:translateY(-3px);border-color:var(--home-border-hover);box-shadow:0 20px 54px #00b97c1c;outline:0}.home-card:focus-visible{box-shadow:0 0 0 3px var(--focus-ring),0 20px 54px #00b97c1c}.home-card-art{position:relative;display:grid;width:142px;height:142px;place-items:center;padding:8px;border-radius:17px;background:var(--home-icon-bg);color:var(--green)}.home-card-art:before{position:absolute;inset:8px;content:"";background:currentColor;-webkit-mask:var(--home-card-icon) center / contain no-repeat;mask:var(--home-card-icon) center / contain no-repeat;transition:transform .18s var(--ease)}.home-card-illustration{display:block;width:100%;height:100%;object-fit:contain;opacity:0}.home-card:hover .home-card-art:before,.home-card:focus-visible .home-card-art:before{transform:scale(1.035)}.home-card-content{display:grid;align-content:center;gap:10px;min-width:0}.home-card-title{color:var(--text-strong);font-size:clamp(1.18rem,1.65vw,1.42rem);font-weight:720;letter-spacing:-.015em;line-height:1.18}.home-card-text{color:var(--text-soft);font-size:clamp(.92rem,1.05vw,1rem);font-weight:450;line-height:1.48}.home-card-arrow{display:grid;width:44px;height:44px;place-items:center;justify-self:end;border:1.5px solid var(--green);border-radius:50%;color:var(--green);transition:background .18s var(--ease),color .18s var(--ease),transform .18s var(--ease)}.home-card-arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-card:hover .home-card-arrow,.home-card:focus-visible .home-card-arrow{background:var(--green);color:#fff;transform:translate(2px)}@media (max-width: 1020px){.home-hero-panel{grid-template-areas:"title" "intro" "benefits";grid-template-columns:1fr;gap:34px}.home-benefits{grid-template-columns:1fr;width:100%}.home-benefit{grid-template-columns:48px minmax(0,1fr);min-height:88px;padding:14px;font-size:.96rem}.home-benefit-icon{width:48px;height:48px}.home-benefit-icon svg{width:33px;height:33px}.home-card{grid-template-columns:118px minmax(0,1fr) 42px;gap:16px}.home-card-art{width:118px;height:126px}}@media (max-width: 760px){.home-page .page-shell{padding-inline:clamp(12px,4vw,22px)}.home-main{padding-top:18px}.home-logo{width:clamp(210px,62vw,270px)}.home-hero-panel{gap:28px;padding:clamp(24px,6vw,34px);border-radius:17px}.home-title{font-size:clamp(2.25rem,10vw,3.4rem)}.home-benefits{grid-template-columns:1fr}.home-benefit{min-height:78px}.home-card-grid{grid-template-columns:1fr}.home-card{min-height:154px}}@media (max-width: 520px){.home-hero{gap:16px}.home-hero-panel{padding:22px 18px}.home-title{font-size:clamp(2.08rem,10.5vw,2.7rem);letter-spacing:-.03em}.home-intro-copy p{font-size:.98rem}.home-benefit{grid-template-columns:44px minmax(0,1fr);gap:13px;min-height:72px;border-radius:14px}.home-benefit-icon{width:44px;height:44px;border-radius:12px}.home-benefit-icon svg{width:30px;height:30px}.home-card{grid-template-columns:92px minmax(0,1fr) 38px;gap:11px;min-height:142px;padding:10px;border-radius:16px}.home-card-art{width:92px;height:112px;padding:8px;border-radius:14px}.home-card-content{gap:7px}.home-card-title{font-size:1.08rem}.home-card-text{font-size:.86rem;line-height:1.42}.home-card-arrow{width:38px;height:38px}}@media (prefers-reduced-motion: reduce){.home-card,.home-card-arrow,.home-card-art:before{transition:none}}
