/* CIDES Phase 4 — team, products, testimonials, news, partners and reading UI */
.cides-team-section{background:#fff}.cides-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cides-team-card{overflow:hidden;border:1px solid var(--cides-border);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(20,84,38,.06);transition:transform .2s ease,box-shadow .2s ease}.cides-team-card:hover{transform:translateY(-5px);box-shadow:var(--cides-shadow)}.cides-team-card__media{display:block;aspect-ratio:4/4.5;overflow:hidden;background:linear-gradient(145deg,#edf7ed,#eaf8fd)}.cides-team-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cides-team-card:hover .cides-team-card__media img{transform:scale(1.035)}.cides-team-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#1e7334;font-size:64px}.cides-team-card__placeholder svg{width:1em;height:1em;fill:currentColor}.cides-team-card__body{padding:22px}.cides-team-card__body h3{margin:0 0 4px;font-size:21px}.cides-team-card__body h3 a{color:var(--cides-ink);text-decoration:none}.cides-team-card__role{margin:0 0 12px!important;color:#1e7334!important;font-weight:800;font-size:13px}.cides-team-card__body>p{margin:0;color:var(--cides-muted);line-height:1.65;font-size:14px}.cides-team-card__socials{display:flex;gap:8px;margin-top:18px}.cides-team-card__socials a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef5ef;color:#1e7334;text-decoration:none;font-weight:850}.cides-team-card__socials a:hover{background:#1e7334;color:#fff}
.cides-products-section{position:relative;background:#f9f9f6}.cides-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cides-product-card{overflow:hidden;border:1px solid var(--cides-border);border-radius:24px;background:#fff;box-shadow:0 15px 45px rgba(20,84,38,.07)}.cides-product-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#174f2a,#1e7334 58%,#0077b6)}.cides-product-card__media img{width:100%;height:100%;object-fit:cover}.cides-product-card__media--icon{display:grid;place-items:center;color:#fff}.cides-product-card__media--icon>span:first-child{font-size:72px;opacity:.95}.cides-product-card__media--icon svg{width:1em;height:1em;fill:currentColor}.cides-product-card__badge{position:absolute;left:16px;top:16px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#145426;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 18px rgba(0,0,0,.08)}.cides-product-card__body{padding:24px}.cides-product-card__body h3{margin:0 0 10px;color:var(--cides-ink);font-size:24px;line-height:1.18}.cides-product-card__body>p{margin:0 0 20px;color:var(--cides-muted);line-height:1.7}.cides-product-specs{display:grid;margin:0;border-top:1px solid #e7ede8}.cides-product-specs>div{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #e7ede8}.cides-product-specs dt{color:#79857c;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.cides-product-specs dd{margin:0;color:#294633;font-size:13px;font-weight:700;line-height:1.45}.cides-product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-top:20px}.cides-product-card__price{display:grid}.cides-product-card__price small{color:#778179;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.cides-product-card__price strong{margin-top:3px;color:#1e7334;font-size:17px}
.cides-testimonials-section{position:relative;overflow:hidden;padding:96px 0;background:linear-gradient(120deg,#103c20,#1e7334 58%,#126c85);color:#fff}.cides-testimonials-section:before{content:"“";position:absolute;right:4%;top:-110px;color:rgba(255,255,255,.055);font-family:Georgia,serif;font-size:430px;line-height:1}.cides-testimonials-section__layout{position:relative;display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:65px;align-items:center}.cides-testimonials-section__intro h2{margin:0 0 16px;color:#fff;font-size:clamp(34px,4.2vw,54px);line-height:1.08}.cides-testimonials-section__intro>p:last-of-type{color:rgba(255,255,255,.75);line-height:1.7}.cides-testimonial-controls{display:flex;gap:9px;margin-top:25px}.cides-testimonial-controls button{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:transparent;color:#fff;cursor:pointer}.cides-testimonial-controls button:hover{background:#fff;color:#145426}.cides-testimonial-controls svg{width:20px;height:20px;fill:currentColor}.cides-testimonial-viewport{overflow:hidden;border-radius:24px}.cides-testimonial-track{display:flex;transition:transform .4s cubic-bezier(.2,.75,.25,1)}.cides-testimonial-card{position:relative;flex:0 0 100%;min-width:100%;padding:38px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.1);backdrop-filter:blur(14px)}.cides-testimonial-card__quote{position:absolute;right:28px;top:10px;color:rgba(255,255,255,.12);font-family:Georgia,serif;font-size:110px;line-height:1}.cides-testimonial-card blockquote{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(19px,2.2vw,25px);line-height:1.65;font-weight:600}.cides-testimonial-card footer{display:flex;align-items:center;gap:13px;margin-top:30px}.cides-testimonial-card footer img,.cides-testimonial-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.cides-testimonial-card__avatar{display:grid;place-items:center;background:#fff;color:#1e7334;font-weight:900}.cides-testimonial-card footer strong,.cides-testimonial-card footer span{display:block}.cides-testimonial-card footer span{margin-top:3px;color:rgba(255,255,255,.62);font-size:12px}
.cides-news-section,.cides-news-page__content{background:#fff}.cides-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cides-news-grid--archive{row-gap:30px}.cides-news-card{overflow:hidden;border:1px solid var(--cides-border);border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(20,84,38,.06);transition:transform .2s ease,box-shadow .2s ease}.cides-news-card:hover{transform:translateY(-4px);box-shadow:var(--cides-shadow)}.cides-news-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#e8f5e9,#eaf8fd);color:#1e7334}.cides-news-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cides-news-card:hover .cides-news-card__media img{transform:scale(1.035)}.cides-news-card__media>span{display:grid;place-items:center;width:100%;height:100%;font-size:58px}.cides-news-card__media svg{width:1em;height:1em;fill:currentColor}.cides-news-card__body{padding:23px}.cides-news-card__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px;color:#78827a;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.cides-news-card__meta span{color:#1e7334}.cides-news-card h2,.cides-news-card h3{margin:0 0 11px;color:var(--cides-ink);font-size:22px;line-height:1.25}.cides-news-card h2 a,.cides-news-card h3 a{color:inherit;text-decoration:none}.cides-news-card__body>p{margin:0 0 17px;color:var(--cides-muted);line-height:1.65}.cides-page-hero--news{background:linear-gradient(115deg,#103c20,#1e7334 52%,#0b718e)}.cides-news-page__intro{max-width:800px;margin:0 auto 40px;color:var(--cides-muted);font-size:17px;line-height:1.75}.cides-pagination{margin-top:45px}.cides-pagination ul{display:flex;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}.cides-pagination a,.cides-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--cides-border);border-radius:10px;color:#294633;text-decoration:none;font-weight:750}.cides-pagination .current,.cides-pagination a:hover{border-color:#1e7334;background:#1e7334;color:#fff}.cides-empty-state{display:grid;place-items:center;max-width:600px;margin:50px auto;text-align:center;padding:50px;border:1px dashed #bbcabd;border-radius:22px;background:#f9fbf8}.cides-empty-state>span{color:#1e7334;font-size:48px}.cides-empty-state svg{width:1em;height:1em;fill:currentColor}.cides-empty-state h2{margin:14px 0 8px;color:var(--cides-ink)}.cides-empty-state p{margin:0;color:var(--cides-muted)}
.cides-partners-section{padding:54px 0;border-top:1px solid var(--cides-border);background:#fbfcfa}.cides-partners-section__heading{display:flex;align-items:center;gap:20px;margin-bottom:24px;color:#66756b;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.cides-partners-section__heading span{height:1px;flex:1;background:var(--cides-border)}.cides-partner-ticker{overflow:hidden}.cides-partner-track{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cides-partner-logo{display:grid;place-items:center;min-width:150px;height:78px;padding:13px 18px;border:1px solid #e1e8e2;border-radius:14px;background:#fff;color:#53645a;text-decoration:none;filter:grayscale(1);transition:filter .2s,transform .2s}.cides-partner-logo:hover{filter:none;transform:translateY(-2px)}.cides-partner-logo img{max-width:125px;max-height:48px;width:auto;height:auto;object-fit:contain}
.cides-single-hero{position:relative;padding:78px 0 112px;background:linear-gradient(120deg,#103c20,#1e7334 55%,#0b718e);color:#fff;overflow:hidden}.cides-single-hero:before{content:"";position:absolute;right:-100px;top:-120px;width:440px;height:440px;border-radius:50%;background:rgba(255,255,255,.05)}.cides-single-hero__inner{position:relative;max-width:940px}.cides-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:25px;color:rgba(255,255,255,.55);font-size:12px}.cides-breadcrumbs a{color:rgba(255,255,255,.78);text-decoration:none}.cides-single-hero__category{display:inline-flex;margin:0 0 13px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.11);color:#d8f4dd;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.cides-single-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-.03em}.cides-single-hero__lead{max-width:800px;margin:20px 0 0;color:rgba(255,255,255,.76);font-size:19px;line-height:1.65}.cides-single-hero__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px;color:rgba(255,255,255,.64);font-size:12px;font-weight:700}.cides-single-hero__curve{position:absolute;left:-2%;right:-2%;bottom:-2px;height:72px;background:#fff;clip-path:ellipse(55% 48% at 50% 100%)}.cides-single-content{padding:35px 0 95px;background:#fff}.cides-single-content__grid{display:grid;grid-template-columns:minmax(0,760px) minmax(250px,320px);justify-content:space-between;gap:60px}.cides-article__featured{overflow:hidden;margin:0 0 34px;border-radius:22px;background:#eef4ee}.cides-article__featured img{width:100%;height:auto;display:block}.cides-article__body{color:#34493a;font-size:17px;line-height:1.82}.cides-article__body>p:first-child{font-size:19px}.cides-article__body h2{margin:42px 0 14px;color:var(--cides-ink);font-size:32px;line-height:1.18}.cides-article__body h3{margin:32px 0 12px;color:var(--cides-ink);font-size:25px}.cides-article__body a{color:#0077b6}.cides-article__body img{border-radius:15px}.cides-article__body blockquote{margin:34px 0;padding:23px 26px;border-left:4px solid #1e7334;border-radius:0 14px 14px 0;background:#f2f8f2;color:#294633;font-size:20px;font-weight:650}.cides-article__body table{width:100%;border-collapse:collapse;font-size:14px}.cides-article__body th,.cides-article__body td{padding:10px;border:1px solid var(--cides-border);text-align:left}.cides-single-sidebar{display:grid;align-content:start;gap:18px;position:sticky;top:128px}.cides-single-sidebar__card{padding:25px;border:1px solid var(--cides-border);border-radius:20px;background:#f9fbf8}.cides-single-sidebar__card h2,.cides-single-sidebar__card h3{margin:12px 0 9px;color:var(--cides-ink);line-height:1.22}.cides-single-sidebar__card p{margin:0 0 18px;color:var(--cides-muted);line-height:1.6;font-size:14px}.cides-single-sidebar__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e6f4e7;color:#1e7334;font-size:26px}.cides-single-sidebar__icon svg{width:1em;height:1em;fill:currentColor}.cides-single-sidebar__card--research{background:#eef8fc;border-color:#d9edf5}.cides-single-sidebar__card--research small{color:#0077b6;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.cides-single-product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:30px}.cides-single-product-specs>div{padding:14px;border:1px solid var(--cides-border);border-radius:12px;background:#fbfcfa}.cides-single-product-specs small,.cides-single-product-specs strong{display:block}.cides-single-product-specs small{color:#7a867d;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.cides-single-product-specs strong{margin-top:4px;color:#294633;font-size:14px}.cides-article-share{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:45px;padding:22px;border-radius:18px;background:#f5f9f5}.cides-article-share>div:first-child{display:grid}.cides-article-share span{color:#6d796f;font-size:12px}.cides-article-share__buttons{display:flex;gap:8px}.cides-share-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 13px;border:1px solid #cdd8cf;border-radius:10px;background:#fff;color:#294633;text-decoration:none;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.cides-share-button:hover{border-color:#1e7334;color:#1e7334}.cides-share-button--whatsapp{border-color:#bde5c7;background:#eaf8ee;color:#176127}.cides-related-news{background:#f9f9f6}.cides-cta-band--compact .cides-cta-band__inner{padding-block:42px}
@media(max-width:1080px){.cides-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cides-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cides-product-card:last-child:nth-child(odd){grid-column:1/-1;max-width:580px}.cides-single-content__grid{grid-template-columns:minmax(0,1fr) 280px;gap:35px}}
@media(max-width:820px){.cides-testimonials-section__layout{grid-template-columns:1fr;gap:35px}.cides-product-grid,.cides-news-grid{grid-template-columns:1fr 1fr}.cides-single-content__grid{grid-template-columns:1fr}.cides-single-sidebar{position:static;grid-template-columns:1fr 1fr}.cides-product-card:last-child:nth-child(odd){grid-column:auto;max-width:none}}
@media(max-width:620px){.cides-team-grid,.cides-product-grid,.cides-news-grid,.cides-single-sidebar{grid-template-columns:1fr}.cides-product-card:last-child:nth-child(odd){grid-column:auto}.cides-team-card__media{aspect-ratio:16/13}.cides-testimonials-section{padding:72px 0}.cides-testimonial-card{padding:28px 22px}.cides-product-specs>div{grid-template-columns:78px 1fr}.cides-product-card__footer,.cides-article-share{align-items:stretch;flex-direction:column}.cides-product-card__footer .cides-btn{width:100%;justify-content:center}.cides-article-share__buttons{flex-direction:column}.cides-single-hero{padding:55px 0 95px}.cides-single-product-specs{grid-template-columns:1fr}.cides-article__body{font-size:16px}.cides-partner-logo{min-width:calc(50% - 7px)}}
@media(prefers-reduced-motion:reduce){.cides-team-card,.cides-news-card,.cides-team-card__media img,.cides-news-card__media img,.cides-testimonial-track,.cides-partner-logo{transition:none!important}}
