:root{--sgp-primary:#1f704f;--sgp-accent:#dcebdc;--sgp-ink:#173d31;--sgp-muted:#6a7f73;--sgp-line:rgba(31,112,79,.13);--sgp-card:#fff;--sgp-bg:#edf7f1;--sgp-shadow:0 24px 55px rgba(27,74,53,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.sgp-standalone-page{margin:0;background:var(--sgp-bg);color:var(--sgp-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
body.sgp-standalone-page.admin-bar{padding-top:32px}
.sgp-standalone-page a{text-decoration:none}
.sgp-single-main{min-height:100vh}

/* HOME */
.sgp-home{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 50% 4%,#fff 0,#f4fbf7 28%,#e4f3e9 66%,#d5eadf 100%);padding:20px clamp(14px,4vw,48px) 42px;isolation:isolate}
.sgp-home:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.66),transparent 38%,rgba(31,112,79,.04));z-index:-2}
.sgp-home-leaf{position:absolute;z-index:-1;width:230px;height:110px;border-radius:100% 0 100% 0;background:linear-gradient(135deg,rgba(82,143,93,.16),rgba(82,143,93,.02));filter:blur(.2px)}
.sgp-home-leaf:after{content:"";position:absolute;left:10%;right:10%;top:52%;height:2px;background:rgba(67,124,77,.16);transform:rotate(-18deg)}
.sgp-home-leaf.leaf-a{left:-90px;top:130px;transform:rotate(28deg)}
.sgp-home-leaf.leaf-b{right:-100px;top:360px;transform:rotate(205deg) scale(1.3)}
.sgp-home-leaf.leaf-c{left:18%;bottom:20px;transform:rotate(145deg) scale(.9)}
.sgp-home-topbar{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.sgp-home-logo,.sgp-guide-brand{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(31,112,79,.11);box-shadow:0 10px 30px rgba(24,80,56,.07);backdrop-filter:blur(14px);color:var(--sgp-primary);font-weight:950;font-size:11px;letter-spacing:.13em}
.sgp-home-logo i,.sgp-guide-brand i{width:10px;height:10px;border-radius:50%;background:#43b879;box-shadow:0 0 0 5px rgba(67,184,121,.14)}
.sgp-admin-shortcut{padding:9px 14px;border-radius:999px;background:var(--sgp-primary);color:#fff;font-size:12px;font-weight:850}
.sgp-home-hero{max-width:920px;margin:clamp(56px,9vw,112px) auto 0;text-align:center}
.sgp-home-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(31,112,79,.1);box-shadow:0 12px 32px rgba(25,80,57,.08);color:var(--sgp-primary);font-size:10px;font-weight:950;letter-spacing:.14em}
.sgp-home-badge i{color:#ddb84c}
.sgp-home-hero h1{max-width:820px;margin:22px auto 0;color:#143b2d;font:800 clamp(44px,7.5vw,88px)/.95 Georgia,"Times New Roman",serif;letter-spacing:-.055em;text-wrap:balance}
.sgp-home-hero>p{max-width:690px;margin:24px auto 0;color:#61796c;font-size:clamp(16px,2.1vw,22px);line-height:1.55;text-wrap:balance}
.sgp-home-hint{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;color:#70877b;font-size:12px;font-weight:750}
.sgp-home-hint span{width:6px;height:6px;border-radius:50%;background:#4ab57c}

/* SEARCH */
.sgp-search-box{position:relative;width:min(100%,720px);margin:34px auto 0;text-align:left}
.sgp-search-box>label{display:block;margin:0 0 9px 8px;color:#365d4c;font-size:12px;font-weight:900;letter-spacing:.04em}
.sgp-search-input-wrap{position:relative;display:flex;align-items:center;border:1px solid rgba(28,105,75,.15);border-radius:25px;background:rgba(255,255,255,.94);box-shadow:0 20px 55px rgba(25,77,56,.14),inset 0 1px 0 #fff;overflow:hidden;backdrop-filter:blur(16px)}
.sgp-search-input-wrap>svg{flex:0 0 auto;width:26px;height:26px;margin-left:20px;color:var(--sgp-primary)}
.sgp-search-input-wrap input{width:100%;min-width:0;padding:20px 54px 20px 14px;border:0;outline:0;background:transparent;color:#183f31;font-size:clamp(16px,2vw,20px);font-weight:780}
.sgp-search-input-wrap input::placeholder{color:#8a9b92;font-weight:650}
.sgp-search-loader{position:absolute;right:20px;width:20px;height:20px;border:2px solid rgba(31,112,79,.16);border-top-color:var(--sgp-primary);border-radius:50%;animation:sgp-spin .75s linear infinite}
@keyframes sgp-spin{to{transform:rotate(360deg)}}
.sgp-search-results{position:absolute;z-index:80;left:0;right:0;top:calc(100% + 10px);padding:8px;border-radius:23px;background:rgba(255,255,255,.98);border:1px solid rgba(31,112,79,.12);box-shadow:0 28px 60px rgba(20,68,49,.2);backdrop-filter:blur(20px);max-height:min(480px,60vh);overflow:auto}
.sgp-result-item{display:grid;grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:12px;padding:10px;border-radius:16px;color:#183f31;transition:.18s ease}
.sgp-result-item:hover,.sgp-result-item:focus{background:#eef7f1;outline:0;transform:translateY(-1px)}
.sgp-result-art{width:54px;height:54px;border-radius:15px;background:radial-gradient(circle,#fff,#e5f1e8);display:grid;place-items:center;overflow:hidden}
.sgp-result-art img{width:100%;height:100%;object-fit:cover}
.sgp-result-art svg{width:35px;height:35px}
.sgp-result-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.sgp-result-copy strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sgp-result-copy em{font-family:Georgia,serif;color:#71857b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sgp-result-copy small{color:#3b775c;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.sgp-result-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e1eee5;color:var(--sgp-primary);font-weight:900}
.sgp-result-empty{padding:20px;text-align:center;color:#6f8178;font-weight:750}

.sgp-home-modules{max-width:1040px;margin:clamp(48px,8vw,92px) auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.sgp-home-modules article{min-width:0;padding:18px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.95);box-shadow:0 15px 35px rgba(25,79,57,.08);backdrop-filter:blur(15px);text-align:left}
.sgp-home-modules article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#edf6ef}
.sgp-home-modules svg{width:36px;height:36px}
.sgp-home-modules strong{display:block;margin-top:13px;color:#1a4937;font-size:15px}
.sgp-home-modules small{display:block;margin-top:4px;color:#74877e;font-size:11px;line-height:1.35}
.sgp-popular{max-width:1180px;margin:clamp(58px,8vw,100px) auto 0}
.sgp-section-heading{text-align:center}
.sgp-section-heading span{color:#4f876d;font-size:10px;font-weight:950;letter-spacing:.15em}
.sgp-section-heading h2{margin:8px 0 0;font:800 clamp(30px,4.5vw,52px)/1 Georgia,serif;letter-spacing:-.04em;color:#173f30}
.sgp-popular-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}
.sgp-popular-card{min-width:0;padding:14px;border-radius:23px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);box-shadow:0 16px 35px rgba(23,75,53,.08);color:#173f30;transition:.22s ease}
.sgp-popular-card:hover{transform:translateY(-5px);box-shadow:0 24px 45px rgba(23,75,53,.14)}
.sgp-popular-art{height:150px;border-radius:17px;background:radial-gradient(circle,#fff,#e2efe6);display:grid;place-items:center;overflow:hidden}
.sgp-popular-art img{width:100%;height:100%;object-fit:cover}
.sgp-popular-art svg{width:92px;height:92px}
.sgp-popular-card>span{display:block;margin-top:12px;color:#4c866a;font-size:8px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.sgp-popular-card>strong{display:block;margin-top:4px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sgp-popular-card>em{display:block;margin-top:3px;color:#7c8c84;font:12px/1.25 Georgia,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sgp-home-footer{max-width:1180px;margin:70px auto 0;padding:24px 0 0;border-top:1px solid rgba(31,112,79,.12);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#4e7462}
.sgp-home-footer span{font-weight:900}.sgp-home-footer small{color:#7b8e84}

/* GUIDE */
.sgp-guide{--sgp-guide-width:1180px;position:relative;min-height:100vh;background:radial-gradient(circle at 50% 0,#fff 0,#f4faf6 28%,#e4f2e9 70%,#d8eadf 100%);padding:16px clamp(12px,3vw,36px) 40px;overflow:hidden}
.sgp-guide:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.54),transparent 35%,rgba(35,111,80,.04));pointer-events:none}
.sgp-guide-header{position:relative;z-index:4;max-width:var(--sgp-guide-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.sgp-guide-search-toggle{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.82);color:var(--sgp-primary);box-shadow:0 12px 28px rgba(24,78,55,.1);cursor:pointer}
.sgp-guide-search-toggle svg{width:21px;height:21px}
.sgp-plant-hero{position:relative;z-index:2;max-width:980px;margin:32px auto 0;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:30px}
.sgp-plant-hero-art{position:relative;width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 34%,#fff,#e7f1e9 72%,#d8e7dc);box-shadow:0 24px 45px rgba(28,75,54,.12),inset 0 1px 0 #fff;overflow:hidden}
.sgp-plant-hero-art img{width:100%;height:100%;object-fit:cover}
.sgp-plant-hero-copy span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e0eee4;color:#3d745a;font-size:9px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.sgp-plant-hero-copy h1{margin:10px 0 0;color:#143d2e;font:800 clamp(40px,5vw,72px)/.95 Georgia,serif;letter-spacing:-.055em;text-wrap:balance}
.sgp-plant-hero-copy em{display:block;margin-top:8px;color:#71847a;font:italic clamp(15px,1.8vw,20px)/1.2 Georgia,serif}
.sgp-plant-hero-copy p{max-width:650px;margin:15px 0 0;color:#61796d;font-size:15px;line-height:1.55}
.sgp-group-nav{position:relative;z-index:4;max-width:900px;margin:28px auto 0;padding:6px;display:flex;gap:6px;overflow-x:auto;border-radius:999px;background:rgba(255,255,255,.65);box-shadow:0 12px 35px rgba(27,76,55,.07);scrollbar-width:none}
.sgp-group-nav::-webkit-scrollbar{display:none}
.sgp-group-nav button{flex:0 0 auto;padding:9px 14px;border:0;border-radius:999px;background:transparent;color:#637a6e;font-size:11px;font-weight:850;cursor:pointer;white-space:nowrap}
.sgp-group-nav button:hover,.sgp-group-nav button.is-active{background:var(--sgp-primary);color:#fff}
.sgp-carousel-shell{position:relative;z-index:2;max-width:var(--sgp-guide-width);margin:26px auto 0;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:12px}
.sgp-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;padding:8px calc((100% - min(430px,92vw))/2) 18px}
.sgp-carousel::-webkit-scrollbar{display:none}
.sgp-carousel-arrow{width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:var(--sgp-primary);font:700 34px/1 Arial;box-shadow:0 14px 30px rgba(22,72,52,.12);cursor:pointer;transition:.18s ease}
.sgp-carousel-arrow:hover{transform:scale(1.05);background:var(--sgp-primary);color:#fff}
.sgp-card{flex:0 0 min(430px,92vw);scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.52;transform:scale(.94);transition:opacity .3s ease,transform .35s ease}
.sgp-card.is-active{opacity:1;transform:scale(1)}
.sgp-card-inner{position:relative;width:100%;min-height:590px;display:flex;flex-direction:column;align-items:center;padding:22px 24px 28px;border:2px solid rgba(76,130,93,.78);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(248,252,249,.96));box-shadow:var(--sgp-shadow),inset 0 1px 0 #fff;overflow:hidden}
.sgp-card-inner:before,.sgp-card-inner:after{content:"";position:absolute;width:140px;height:140px;opacity:.1;border-radius:50%;background:radial-gradient(circle,rgba(87,151,98,.45),rgba(87,151,98,0) 70%)}
.sgp-card-inner:before{left:-30px;top:70px}.sgp-card-inner:after{right:-40px;bottom:30px}
.sgp-recommended{position:relative;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:999px;background:linear-gradient(135deg,var(--sgp-primary),#0f563a);box-shadow:0 10px 22px rgba(18,83,57,.19);color:#fff;font-size:13px;font-weight:950;letter-spacing:.07em}
.sgp-recommended i{color:#f4dd6c;font-style:normal}
.sgp-card-art{position:relative;width:100%;height:230px;margin-top:10px;display:grid;place-items:center}
.sgp-card-orb{position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle at 48% 38%,#fff,#ecf3ed 73%,#dfeae1);box-shadow:inset 0 1px 0 #fff}
.sgp-card-icon{position:relative;z-index:2;width:170px;height:170px;display:grid;place-items:center;filter:drop-shadow(0 16px 18px rgba(36,63,49,.13))}
.sgp-card-icon svg{width:100%;height:100%}
.sgp-card-icon.has-image img{max-width:100%;max-height:100%;object-fit:contain}
.sgp-card-copy{position:relative;z-index:3;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}
.sgp-card-copy strong{width:100%;min-height:2.25em;display:flex;align-items:center;justify-content:center;color:#1b4d39;font:800 clamp(30px,6vw,48px)/1.02 Georgia,serif;letter-spacing:-.045em;text-wrap:balance;overflow-wrap:anywhere}
.sgp-card-copy small{display:block;margin-top:12px;color:#587b66;font-size:12px;font-weight:950;letter-spacing:.24em;text-transform:uppercase}
.sgp-divider{position:relative;width:min(100%,230px);height:20px;margin:17px 0 13px}
.sgp-divider:before,.sgp-divider:after{content:"";position:absolute;top:10px;width:42%;height:1px;background:#ccd9ce}
.sgp-divider:before{left:0}.sgp-divider:after{right:0}
.sgp-divider i{position:absolute;left:50%;top:3px;width:14px;height:14px;transform:translateX(-50%) rotate(35deg);border-radius:100% 0 100% 0;background:#7fa687}
.sgp-card-copy em{max-width:86%;padding:11px 18px;border-radius:999px;background:linear-gradient(180deg,#edf5ea,#dae9d7);color:#3e6650;font-style:normal;font-size:13px;font-weight:900;line-height:1.25;text-wrap:balance}
.sgp-check{position:relative;z-index:3;width:78px;height:78px;margin-top:24px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#267951,#115137);box-shadow:0 13px 24px rgba(16,69,47,.18),0 0 0 10px rgba(245,249,245,.84)}
.sgp-check i{width:24px;height:14px;margin-top:-4px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg)}
.sgp-card-title{color:#577466;font-size:12px;font-weight:850}
.sgp-carousel-status{position:relative;z-index:3;max-width:430px;margin:4px auto 0;display:flex;align-items:center;gap:14px}
.sgp-progress{flex:1;height:5px;border-radius:999px;background:rgba(31,112,79,.13);overflow:hidden}
.sgp-progress i{display:block;width:5%;height:100%;border-radius:inherit;background:var(--sgp-primary);transition:width .3s ease}
.sgp-carousel-status>span{color:#577367;font-size:11px;font-weight:850;white-space:nowrap}
.sgp-related-article{position:relative;z-index:3;max-width:760px;margin:32px auto 0;padding:18px 20px;border-radius:22px;display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:4px 14px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);box-shadow:0 15px 35px rgba(26,76,56,.09);color:#173f30}
.sgp-related-article>span{grid-column:1;color:#4a8266;font-size:9px;font-weight:950;letter-spacing:.12em}
.sgp-related-article>strong{grid-column:1;font-size:16px}.sgp-related-article>i{grid-column:2;grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e2efe5;color:var(--sgp-primary);font-style:normal}

/* CSS plant placeholder */
.sgp-css-plant{position:relative;width:140px;height:150px}
.sgp-css-plant b{position:absolute;left:37px;right:37px;bottom:0;height:50px;border-radius:8px 8px 22px 22px;background:linear-gradient(145deg,#e7a57b,#c87046 55%,#8b4526);box-shadow:0 12px 18px rgba(53,39,27,.16)}
.sgp-css-plant.is-rosette i{position:absolute;left:50%;top:48%;width:72px;height:25px;border-radius:100% 0 100% 0;background:linear-gradient(145deg,#91b58f,#527d5d);transform-origin:left center}
.sgp-css-plant.is-rosette i:nth-child(1){transform:rotate(-82deg)}.sgp-css-plant.is-rosette i:nth-child(2){transform:rotate(-40deg)}.sgp-css-plant.is-rosette i:nth-child(3){transform:rotate(5deg)}.sgp-css-plant.is-rosette i:nth-child(4){transform:rotate(45deg)}.sgp-css-plant.is-rosette i:nth-child(5){transform:rotate(88deg)}.sgp-css-plant.is-rosette i:nth-child(6){transform:rotate(135deg)}
.sgp-css-plant.is-cactus i:first-child{position:absolute;left:52px;top:14px;width:42px;height:105px;border-radius:25px 25px 16px 16px;background:#60956c}.sgp-css-plant.is-cactus i:nth-child(2){position:absolute;left:28px;top:58px;width:44px;height:22px;border-radius:20px 0 0 20px;background:#60956c}
.sgp-css-plant.is-tropical i,.sgp-css-plant.is-hanging i{position:absolute;left:50%;top:10px;width:48px;height:92px;border-radius:100% 0 100% 0;background:linear-gradient(145deg,#73a974,#3e7856);transform-origin:bottom left}.sgp-css-plant.is-tropical i:nth-child(1){transform:rotate(-55deg)}.sgp-css-plant.is-tropical i:nth-child(2){transform:rotate(-15deg)}.sgp-css-plant.is-tropical i:nth-child(3){transform:rotate(28deg)}.sgp-css-plant.is-tropical i:nth-child(4){transform:rotate(62deg)}
.sgp-css-plant.is-hanging i{top:34px;height:102px}.sgp-css-plant.is-hanging i:nth-child(1){transform:rotate(-18deg)}.sgp-css-plant.is-hanging i:nth-child(2){transform:rotate(12deg)}.sgp-css-plant.is-hanging i:nth-child(3){transform:rotate(40deg)}

/* SEARCH OVERLAY */
.sgp-search-overlay{position:fixed;z-index:99999;inset:0;padding:18px;background:rgba(16,47,35,.58);backdrop-filter:blur(14px);display:grid;place-items:start center}
.sgp-search-overlay[hidden]{display:none}
.sgp-search-panel{position:relative;width:min(760px,100%);margin-top:min(15vh,130px);padding:30px 20px 24px;border-radius:28px;background:#eff8f2;box-shadow:0 40px 90px rgba(8,32,23,.35)}
.sgp-search-panel .sgp-search-box{margin-top:0}
.sgp-search-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#dcebe0;color:#2a6a50;font-size:25px;cursor:pointer}

/* EMBEDS & ARTICLE CTA */
.sgp-search-embed{padding:28px;border-radius:26px;background:linear-gradient(135deg,#edf7f1,#dceee3)}
.sgp-guide.is-embedded{min-height:800px;border-radius:28px}
.sgp-article-cta{margin:36px 0;padding:22px;border-radius:24px;background:linear-gradient(145deg,#f6fbf7,#e4f1e7);border:1px solid rgba(31,112,79,.13);box-shadow:0 18px 40px rgba(25,76,55,.09)}
.sgp-article-cta>span{color:#4b8167;font-size:9px;font-weight:950;letter-spacing:.13em}.sgp-article-cta>strong{display:block;margin-top:5px;color:#17422f;font:800 26px/1.05 Georgia,serif}.sgp-article-cta>p{margin:8px 0 16px;color:#667b70;font-size:14px}.sgp-article-cta>a{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:var(--sgp-primary);color:#fff;font-size:13px;font-weight:900}.sgp-article-cta>a i{font-style:normal}

@media(max-width:900px){
 .sgp-home-modules{grid-template-columns:repeat(2,minmax(0,1fr))}
 .sgp-popular-track{grid-template-columns:repeat(2,minmax(0,1fr))}
 .sgp-plant-hero{grid-template-columns:150px minmax(0,1fr);gap:22px}.sgp-plant-hero-art{width:150px;height:150px}
 .sgp-carousel-shell{grid-template-columns:1fr}.sgp-carousel-arrow{display:none}.sgp-carousel{grid-column:1}
}
@media(max-width:600px){
 body.sgp-standalone-page.admin-bar{padding-top:46px}
 .sgp-home{padding:14px 12px 32px}.sgp-home-hero{margin-top:58px}.sgp-home-badge{font-size:8px}.sgp-home-hero h1{font-size:clamp(40px,13vw,60px)}.sgp-home-hero>p{font-size:15px;line-height:1.45}
 .sgp-search-box{margin-top:27px}.sgp-search-box>label{font-size:10px}.sgp-search-input-wrap{border-radius:21px}.sgp-search-input-wrap>svg{width:22px;height:22px;margin-left:15px}.sgp-search-input-wrap input{padding:17px 44px 17px 11px;font-size:15px}
 .sgp-home-modules{gap:9px;margin-top:45px}.sgp-home-modules article{padding:14px;border-radius:18px}.sgp-home-modules article>span{width:42px;height:42px}.sgp-home-modules svg{width:31px;height:31px}.sgp-home-modules strong{font-size:13px}.sgp-home-modules small{font-size:9px}
 .sgp-popular-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.sgp-popular-card{flex:0 0 72vw;scroll-snap-align:start}.sgp-home-footer{flex-direction:column;align-items:flex-start}
 .sgp-guide{padding:12px 8px 28px}.sgp-plant-hero{grid-template-columns:94px minmax(0,1fr);gap:14px;margin-top:22px;padding:0 4px}.sgp-plant-hero-art{width:94px;height:94px}.sgp-plant-hero-copy span{font-size:7px;padding:5px 8px}.sgp-plant-hero-copy h1{font-size:clamp(27px,9vw,41px);margin-top:6px}.sgp-plant-hero-copy em{font-size:12px;margin-top:4px}.sgp-plant-hero-copy p{display:none}
 .sgp-group-nav{margin-top:20px;border-radius:18px}.sgp-group-nav button{padding:8px 11px;font-size:9px}
 .sgp-carousel-shell{margin-top:17px}.sgp-carousel{gap:10px;padding:6px calc((100% - min(346px,94vw))/2) 14px}.sgp-card{flex-basis:min(346px,94vw)}
 .sgp-card-inner{min-height:486px;padding:16px 14px 22px;border-radius:27px}.sgp-recommended{padding:9px 18px;font-size:11px}.sgp-card-art{height:188px}.sgp-card-orb{width:198px;height:198px}.sgp-card-icon{width:145px;height:145px}.sgp-card-copy strong{min-height:2.45em;font-size:clamp(27px,8.8vw,41px)}.sgp-card-copy small{font-size:10px;letter-spacing:.21em}.sgp-divider{width:min(100%,190px);margin:15px 0 11px}.sgp-card-copy em{max-width:88%;padding:10px 15px;font-size:11px}.sgp-check{width:72px;height:72px;margin-top:21px;box-shadow:0 12px 22px rgba(16,69,47,.17),0 0 0 9px rgba(245,249,245,.84)}.sgp-check i{width:21px;height:12px;border-width:0 0 5px 5px;border-style:solid;border-color:#fff}
 .sgp-carousel-status{max-width:346px}.sgp-related-article{margin-top:24px}.sgp-search-panel{margin-top:70px;padding-top:50px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* v1.1.0 — guia da planta em tela cheia, estilo stories */
body.sgp-standalone-page.sgp-plant-page{
  height:100dvh;
  overflow:hidden!important;
}
body.sgp-standalone-page.sgp-plant-page .sgp-single-main{
  height:100dvh;
  min-height:0;
  overflow:hidden;
}
.sgp-standalone-page .sgp-guide.is-story{
  position:relative;
  width:100%;
  height:100dvh;
  min-height:0;
  padding:0!important;
  overflow:hidden!important;
  background:#e8f3eb;
  isolation:isolate;
}
body.sgp-standalone-page.admin-bar .sgp-guide.is-story{
  height:calc(100dvh - 32px);
}
.sgp-standalone-page .sgp-guide.is-story:before{
  display:none!important;
}

/* Cabeçalho único e compacto */
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{
  position:absolute;
  z-index:50;
  left:0;
  right:0;
  top:0;
  width:100%;
  max-width:none;
  min-height:72px;
  margin:0;
  padding:10px max(14px,env(safe-area-inset-right)) 8px max(14px,env(safe-area-inset-left));
  display:grid;
  grid-template-columns:86px minmax(0,1fr) 44px;
  align-items:center;
  gap:10px;
  background:linear-gradient(180deg,rgba(246,251,247,.96),rgba(246,251,247,.80) 72%,rgba(246,251,247,0));
  pointer-events:none;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-header>*{pointer-events:auto}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-brand{
  justify-self:start;
  padding:7px 10px;
  border:1px solid rgba(31,112,79,.09);
  background:rgba(255,255,255,.76);
  box-shadow:0 8px 22px rgba(25,78,56,.07);
  font-size:9px;
  letter-spacing:.1em;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-brand i{
  width:8px;
  height:8px;
  box-shadow:0 0 0 4px rgba(67,184,121,.13);
}
.sgp-story-plant-name{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.sgp-story-plant-name>span{
  display:block;
  max-width:100%;
  color:#54806a;
  font-size:7px;
  font-weight:950;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sgp-story-plant-name h1{
  max-width:100%;
  margin:4px 0 0;
  color:#183f31;
  font:800 clamp(17px,2.2vw,24px)/1 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sgp-story-plant-name em{
  display:block;
  max-width:100%;
  margin-top:3px;
  color:#75887e;
  font:italic 10px/1.1 Georgia,"Times New Roman",serif;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-search-toggle{
  justify-self:end;
  width:40px;
  height:40px;
  background:rgba(255,255,255,.78);
  box-shadow:0 9px 24px rgba(23,74,53,.09);
}

/* O carrossel passa a ser a própria tela */
.sgp-standalone-page .sgp-guide.is-story .sgp-carousel-shell{
  position:absolute;
  z-index:2;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  display:block;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-carousel{
  width:100%;
  height:100%;
  display:flex;
  gap:0;
  padding:0!important;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-padding:0;
  scroll-behavior:smooth;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  cursor:grab;
  user-select:none;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-carousel.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  scroll-behavior:auto;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-carousel::-webkit-scrollbar{display:none}
.sgp-standalone-page .sgp-guide.is-story .sgp-card{
  --sgp-scene-top:#f8fcf9;
  --sgp-scene-middle:#edf7f0;
  --sgp-scene-bottom:#dcece2;
  position:relative;
  flex:0 0 100%;
  width:100%;
  height:100%;
  min-width:100%;
  margin:0;
  gap:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  opacity:1!important;
  transform:none!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.98) 0,rgba(255,255,255,.58) 26%,rgba(255,255,255,0) 54%),
    linear-gradient(165deg,var(--sgp-scene-top),var(--sgp-scene-middle) 55%,var(--sgp-scene-bottom));
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card[data-group="vaso"]{
  --sgp-scene-top:#fffaf6;
  --sgp-scene-middle:#f5eee7;
  --sgp-scene-bottom:#e9ddd1;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card[data-group="clima"]{
  --sgp-scene-top:#f7fcfb;
  --sgp-scene-middle:#e9f5f2;
  --sgp-scene-bottom:#d7eae5;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card[data-group="cuidados"]{
  --sgp-scene-top:#fbfcf6;
  --sgp-scene-middle:#f0f5e5;
  --sgp-scene-bottom:#e1ead3;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card[data-group="seguranca"]{
  --sgp-scene-top:#fffaf7;
  --sgp-scene-middle:#f8eee8;
  --sgp-scene-bottom:#ecdcd4;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:before,
.sgp-standalone-page .sgp-guide.is-story .sgp-card:after{
  content:"";
  position:absolute;
  z-index:0;
  width:min(56vw,430px);
  height:min(28vw,220px);
  border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,rgba(94,147,99,.09),rgba(94,147,99,0));
  pointer-events:none;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:before{
  left:-18vw;
  top:18%;
  transform:rotate(28deg);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:after{
  right:-18vw;
  bottom:12%;
  transform:rotate(205deg);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{
  position:relative;
  z-index:2;
  width:min(100%,720px);
  height:100%;
  min-height:0!important;
  margin:0 auto;
  padding:clamp(82px,11dvh,112px) clamp(18px,5vw,56px) clamp(66px,9dvh,86px)!important;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-inner:before,
.sgp-standalone-page .sgp-guide.is-story .sgp-card-inner:after{display:none!important}
.sgp-standalone-page .sgp-guide.is-story .sgp-recommended{
  flex:0 0 auto;
  padding:9px 20px;
  font-size:clamp(10px,1.2vw,13px);
  box-shadow:0 10px 24px rgba(18,83,57,.17);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-art{
  flex:0 1 auto;
  width:100%;
  height:clamp(180px,31dvh,290px);
  min-height:140px;
  margin:clamp(4px,1dvh,10px) 0 0;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-orb{
  width:clamp(190px,30dvh,275px);
  height:clamp(190px,30dvh,275px);
  box-shadow:none;
  background:radial-gradient(circle at 48% 38%,rgba(255,255,255,.98),rgba(239,245,239,.94) 72%,rgba(225,235,226,.86));
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-icon{
  width:clamp(135px,22dvh,205px);
  height:clamp(135px,22dvh,205px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-copy{
  flex:0 0 auto;
  width:min(100%,620px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-copy strong{
  min-height:0;
  max-width:100%;
  font-size:clamp(31px,5.2dvh,58px);
  line-height:1.01;
  overflow-wrap:anywhere;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card.has-long-value .sgp-card-copy strong{
  font-size:clamp(25px,4.1dvh,44px);
  line-height:1.06;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card.has-very-long-value .sgp-card-copy strong{
  font-size:clamp(21px,3.45dvh,36px);
  line-height:1.08;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-copy small{
  margin-top:clamp(7px,1.2dvh,12px);
  font-size:clamp(9px,1.25dvh,12px);
  letter-spacing:.22em;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-divider{
  width:min(72%,230px);
  margin:clamp(9px,1.5dvh,16px) 0 clamp(7px,1.2dvh,13px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-copy em{
  max-width:min(92%,520px);
  padding:clamp(8px,1.2dvh,11px) 18px;
  font-size:clamp(10px,1.45dvh,13px);
  line-height:1.25;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card.has-long-note .sgp-card-copy em{
  max-width:min(96%,580px);
  padding:8px 15px;
  font-size:clamp(9px,1.25dvh,12px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-check{
  flex:0 0 auto;
  width:clamp(62px,8.5dvh,78px);
  height:clamp(62px,8.5dvh,78px);
  margin-top:clamp(14px,2.4dvh,24px);
  box-shadow:0 12px 22px rgba(16,69,47,.17),0 0 0 9px rgba(245,249,245,.70);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-check i{
  width:clamp(19px,2.8dvh,24px);
  height:clamp(11px,1.6dvh,14px);
  margin-top:-3px;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-title{display:none!important}

/* Barra inferior igual a uma navegação de stories */
.sgp-standalone-page .sgp-guide.is-story .sgp-carousel-status{
  position:absolute;
  z-index:45;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  max-width:none;
  min-height:58px;
  margin:0;
  padding:9px max(16px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
  display:grid;
  grid-template-columns:auto minmax(80px,1fr) auto;
  align-items:center;
  gap:13px;
  background:linear-gradient(0deg,rgba(242,249,244,.98),rgba(242,249,244,.87) 72%,rgba(242,249,244,0));
  pointer-events:none;
}
.sgp-swipe-hint{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#4d7461;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
  transition:opacity .25s ease,transform .25s ease;
}
.sgp-swipe-hint i{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:rgba(255,255,255,.84);
  box-shadow:0 7px 17px rgba(23,75,53,.08);
  color:var(--sgp-primary);
  font-style:normal;
  animation:sgp-swipe-nudge 1.8s ease-in-out infinite;
}
.sgp-guide.is-story.has-swiped .sgp-swipe-hint{opacity:.55;transform:scale(.96)}
@keyframes sgp-swipe-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
.sgp-standalone-page .sgp-guide.is-story .sgp-progress{
  height:4px;
  background:rgba(31,112,79,.14);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-counter{
  color:#4f7160;
  font-size:10px;
  font-weight:900;
}

/* Busca sobre a experiência sem sair da tela */
.sgp-standalone-page .sgp-guide.is-story .sgp-search-overlay{
  z-index:100;
}

@media(max-width:600px){
  body.sgp-standalone-page.sgp-plant-page.admin-bar{padding-top:46px}
  body.sgp-standalone-page.admin-bar .sgp-guide.is-story{height:calc(100dvh - 46px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{
    min-height:64px;
    grid-template-columns:68px minmax(0,1fr) 40px;
    padding-top:8px;
    padding-bottom:6px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-brand{
    padding:7px 8px;
    font-size:8px;
  }
  .sgp-story-plant-name h1{font-size:clamp(15px,4.7vw,20px)}
  .sgp-story-plant-name em{font-size:9px}
  .sgp-story-plant-name>span{font-size:6px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-search-toggle{width:38px;height:38px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{
    width:100%;
    padding:72px 16px 62px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-recommended{
    padding:8px 17px;
    font-size:10px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-art{
    height:clamp(154px,28dvh,218px);
    min-height:132px;
    margin-top:2px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-orb{
    width:clamp(168px,27dvh,208px);
    height:clamp(168px,27dvh,208px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-icon{
    width:clamp(120px,19dvh,156px);
    height:clamp(120px,19dvh,156px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy strong{
    font-size:clamp(27px,8.5vw,42px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card.has-long-value .sgp-card-copy strong{
    font-size:clamp(22px,6.8vw,33px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card.has-very-long-value .sgp-card-copy strong{
    font-size:clamp(18px,5.6vw,27px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy small{
    margin-top:8px;
    font-size:9px;
    letter-spacing:.19em;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-divider{
    width:min(68%,190px);
    height:17px;
    margin:9px 0 8px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy em{
    max-width:92%;
    padding:8px 13px;
    font-size:10px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-check{
    width:64px;
    height:64px;
    margin-top:15px;
    box-shadow:0 11px 20px rgba(16,69,47,.16),0 0 0 8px rgba(245,249,245,.70);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-check i{width:20px;height:11px;border-width:0 0 4px 4px;border-style:solid;border-color:#fff}
  .sgp-standalone-page .sgp-guide.is-story .sgp-carousel-status{
    min-height:55px;
    grid-template-columns:auto minmax(54px,1fr) auto;
    gap:9px;
    padding-left:12px;
    padding-right:12px;
  }
  .sgp-swipe-hint{font-size:8px;gap:5px}
  .sgp-swipe-hint i{width:22px;height:22px;font-size:11px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-counter{font-size:9px}
}

@media(max-height:680px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{padding-top:70px!important;padding-bottom:56px!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-recommended{padding:7px 15px;font-size:9px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-art{height:clamp(128px,25dvh,176px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-orb{width:clamp(148px,25dvh,178px);height:clamp(148px,25dvh,178px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-icon{width:clamp(105px,18dvh,132px);height:clamp(105px,18dvh,132px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy strong{font-size:clamp(24px,6.4dvh,36px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card.has-long-value .sgp-card-copy strong{font-size:clamp(20px,5.2dvh,29px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card.has-very-long-value .sgp-card-copy strong{font-size:clamp(17px,4.4dvh,24px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy small{margin-top:6px;font-size:8px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-divider{margin:6px 0 5px;height:15px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-copy em{padding:6px 11px;font-size:9px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-check{width:54px;height:54px;margin-top:10px;box-shadow:0 9px 17px rgba(16,69,47,.15),0 0 0 6px rgba(245,249,245,.68)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-check i{width:17px;height:9px;border-width:0 0 4px 4px;border-style:solid;border-color:#fff}
}

@media(min-width:900px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{padding-left:28px;padding-right:28px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{width:min(100%,760px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-carousel-status{padding-left:28px;padding-right:28px}
}

/* v1.2.0 — capas de seção e guia compacto no desktop */
.sgp-section-cover-inner{
  position:relative;
  width:100%;
  min-height:510px;
  padding:24px 22px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  border:2px solid rgba(75,129,92,.72);
  border-radius:30px;
  background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(246,251,247,.94));
  box-shadow:0 22px 44px rgba(30,82,59,.13),inset 0 1px 0 rgba(255,255,255,.98);
}
.sgp-section-cover-inner:before,
.sgp-section-cover-inner:after{
  content:"";
  position:absolute;
  width:170px;
  height:96px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,rgba(85,145,91,.12),rgba(85,145,91,0));
  pointer-events:none;
}
.sgp-section-cover-inner:before{left:-62px;top:88px;transform:rotate(26deg)}
.sgp-section-cover-inner:after{right:-65px;bottom:78px;transform:rotate(205deg)}
.sgp-section-chapter{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px 8px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(35,111,79,.11);
  box-shadow:0 10px 24px rgba(23,73,52,.08);
  color:#527563;
  font-size:9px;
  font-weight:950;
  letter-spacing:.13em;
}
.sgp-section-chapter i{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:50%;
  background:linear-gradient(145deg,#237653,#13583d);
  color:#fff;
  font-style:normal;
  font-size:10px;
  letter-spacing:0;
}
.sgp-section-cover-art{
  position:relative;
  z-index:2;
  width:100%;
  height:210px;
  margin:12px 0 2px;
  display:grid;
  place-items:center;
}
.sgp-section-cover-orb{
  position:absolute;
  width:210px;
  height:210px;
  border-radius:50%;
  background:radial-gradient(circle at 46% 36%,#fff,#edf4ed 70%,#dce9df);
  box-shadow:0 18px 40px rgba(30,79,57,.09),inset 0 1px 0 #fff;
}
.sgp-section-cover-icon{
  position:relative;
  z-index:2;
  width:145px;
  height:145px;
  display:grid;
  place-items:center;
  filter:drop-shadow(0 14px 18px rgba(37,71,53,.13));
}
.sgp-section-cover-icon svg{width:100%;height:100%}
.sgp-section-cover-copy{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center}
.sgp-section-cover-copy small{
  color:#537765;
  font-size:10px;
  font-weight:950;
  letter-spacing:.21em;
}
.sgp-section-cover-copy h2{
  max-width:100%;
  margin:10px 0 0;
  color:#173f30;
  font:800 clamp(35px,8.8vw,52px)/.98 Georgia,"Times New Roman",serif;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.sgp-section-cover-copy p{
  max-width:310px;
  margin:13px auto 0;
  color:#657b70;
  font-size:13px;
  font-weight:650;
  line-height:1.45;
  text-wrap:balance;
}
.sgp-section-cover-count{
  margin-top:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#dfece0;
  color:#3e684f;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.sgp-section-start{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:22px;
  color:#347156;
  font-size:11px;
  font-weight:900;
}
.sgp-section-start i{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:#1f704f;
  color:#fff;
  font-style:normal;
  box-shadow:0 9px 18px rgba(22,84,57,.18);
}

/* Na experiência stories, a capa também ocupa toda a tela do guia */
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
  width:min(100%,620px);
  height:100%;
  min-height:0;
  margin:0 auto;
  padding:clamp(80px,11dvh,105px) 24px clamp(68px,9dvh,82px);
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{
  flex:0 1 auto;
  height:clamp(185px,30dvh,265px);
  min-height:150px;
  margin:clamp(8px,1.5dvh,14px) 0 0;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{
  width:clamp(190px,29dvh,250px);
  height:clamp(190px,29dvh,250px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
  width:clamp(132px,20dvh,180px);
  height:clamp(132px,20dvh,180px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{
  font-size:clamp(38px,6.2dvh,60px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{
  max-width:430px;
  font-size:clamp(12px,1.7dvh,15px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-start{margin-top:clamp(16px,2.4dvh,24px)}

/* Desktop: guia com aparência de aplicativo centralizado, sem ocupar a largura inteira */
@media(min-width:700px){
  body.sgp-standalone-page.sgp-plant-page{
    min-height:100dvh;
    height:auto;
    padding:20px!important;
    display:grid;
    place-items:center;
    background:
      radial-gradient(circle at 50% 20%,rgba(255,255,255,.9),rgba(255,255,255,0) 42%),
      linear-gradient(145deg,#dcece2,#c9e0d2);
  }
  body.sgp-standalone-page.sgp-plant-page .sgp-single-main{
    width:100%;
    height:auto;
    min-height:0;
    display:grid;
    place-items:center;
    overflow:visible;
  }
  .sgp-standalone-page .sgp-guide.is-story{
    width:min(580px,calc(100vw - 40px));
    height:min(920px,calc(100dvh - 40px));
    min-height:650px;
    border-radius:34px;
    box-shadow:0 34px 80px rgba(20,62,45,.24),0 0 0 1px rgba(255,255,255,.72);
  }
  body.sgp-standalone-page.admin-bar .sgp-guide.is-story{
    height:min(880px,calc(100dvh - 72px));
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-header,
  .sgp-standalone-page .sgp-guide.is-story .sgp-carousel-status{
    border-radius:34px 34px 0 0;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-carousel-status{
    border-radius:0 0 34px 34px;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner,
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
    width:100%;
    max-width:560px;
  }
}

@media(max-width:600px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{padding:70px 18px 58px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter{padding:7px 12px 7px 8px;font-size:8px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter i{width:25px;height:25px;font-size:9px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{height:clamp(165px,27dvh,220px);min-height:136px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{width:clamp(170px,27dvh,210px);height:clamp(170px,27dvh,210px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{width:clamp(118px,19dvh,150px);height:clamp(118px,19dvh,150px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{font-size:clamp(34px,10.5vw,48px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{max-width:320px;font-size:12px;line-height:1.38}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-count{margin-top:13px;padding:7px 12px;font-size:9px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-start{margin-top:16px;font-size:10px}
}

@media(max-height:680px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{padding-top:67px;padding-bottom:53px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{height:clamp(130px,23dvh,170px);min-height:118px;margin-top:4px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{width:clamp(145px,23dvh,175px);height:clamp(145px,23dvh,175px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{width:clamp(100px,16dvh,125px);height:clamp(100px,16dvh,125px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{margin-top:7px;font-size:clamp(29px,5.8dvh,39px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{margin-top:8px;font-size:11px;line-height:1.3}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-count{margin-top:10px;padding:6px 11px;font-size:8px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-start{margin-top:11px;font-size:9px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-start i{width:25px;height:25px}
}


/* v1.2.1 — capas de assunto realmente diferentes dos cards de dados */
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover{
  --sgp-cover-deep:#123f2f;
  --sgp-cover-mid:#2f7959;
  --sgp-cover-soft:#83b58e;
  background:
    radial-gradient(circle at 48% 34%,rgba(255,255,255,.22) 0,rgba(255,255,255,.05) 29%,transparent 54%),
    linear-gradient(155deg,var(--sgp-cover-deep) 0%,var(--sgp-cover-mid) 56%,var(--sgp-cover-soft) 125%)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover[data-group="vaso"]{
  --sgp-cover-deep:#71391f;
  --sgp-cover-mid:#b8663c;
  --sgp-cover-soft:#e7ab78;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover[data-group="clima"]{
  --sgp-cover-deep:#124d59;
  --sgp-cover-mid:#2e8190;
  --sgp-cover-soft:#8cc5c8;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover[data-group="cuidados"]{
  --sgp-cover-deep:#3d551c;
  --sgp-cover-mid:#6e8b37;
  --sgp-cover-soft:#b0c775;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover[data-group="seguranca"]{
  --sgp-cover-deep:#6d3034;
  --sgp-cover-mid:#a55455;
  --sgp-cover-soft:#df9990;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover[data-group="personalizados"]{
  --sgp-cover-deep:#49365f;
  --sgp-cover-mid:#775c91;
  --sgp-cover-soft:#b39bc6;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover:before,
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover:after{
  width:420px!important;
  height:420px!important;
  border-radius:50%!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.13)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover:before{
  left:-250px!important;
  top:8%!important;
  transform:none!important;
  box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover:after{
  right:-270px!important;
  bottom:-90px!important;
  transform:none!important;
  box-shadow:0 0 0 54px rgba(255,255,255,.025),0 0 0 108px rgba(255,255,255,.018);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:620px;
  height:100%;
  min-height:0;
  padding:clamp(86px,11dvh,112px) 28px clamp(68px,8dvh,82px)!important;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner:before,
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner:after{display:none!important}
.sgp-section-number{
  position:absolute;
  z-index:0;
  right:-4px;
  top:clamp(72px,9dvh,92px);
  color:rgba(255,255,255,.095);
  font:900 clamp(128px,20dvh,190px)/.75 var(--sgp-font-ui,system-ui,sans-serif);
  letter-spacing:-.09em;
  pointer-events:none;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 17px!important;
  border:1px solid rgba(255,255,255,.27)!important;
  border-radius:999px;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(9,34,25,.14)!important;
  backdrop-filter:blur(14px);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter i{
  width:10px!important;
  height:10px!important;
  border-radius:50%;
  background:#fff!important;
  box-shadow:0 0 0 6px rgba(255,255,255,.12)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter strong{
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.18em;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  width:100%;
  height:clamp(245px,34dvh,320px)!important;
  min-height:210px!important;
  margin:clamp(14px,2dvh,22px) 0 2px!important;
  display:grid;
  place-items:center;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{
  width:clamp(245px,33dvh,310px)!important;
  height:clamp(245px,33dvh,310px)!important;
  border:1px solid rgba(255,255,255,.32);
  background:
    radial-gradient(circle at 44% 34%,rgba(255,255,255,.98),rgba(255,255,255,.82) 58%,rgba(255,255,255,.38) 100%)!important;
  box-shadow:0 30px 70px rgba(11,39,28,.24),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb:before,
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb:after{
  content:"";
  position:absolute;
  inset:-17px;
  border:1px solid rgba(255,255,255,.19);
  border-radius:50%;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb:after{inset:-34px;opacity:.55}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
  width:clamp(172px,24dvh,225px)!important;
  height:clamp(172px,24dvh,225px)!important;
  filter:drop-shadow(0 20px 24px rgba(20,50,36,.22))!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy{
  position:relative;
  z-index:3;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#fff;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy small{
  color:rgba(255,255,255,.78)!important;
  font-size:clamp(10px,1.35dvh,13px)!important;
  font-weight:950;
  letter-spacing:.24em!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{
  max-width:560px;
  margin:10px 0 0!important;
  color:#fff!important;
  font:800 clamp(52px,7.6dvh,78px)/.92 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.055em!important;
  text-shadow:0 5px 24px rgba(11,38,28,.18);
  text-wrap:balance;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{
  max-width:470px!important;
  margin:17px auto 0!important;
  color:rgba(255,255,255,.84)!important;
  font-size:clamp(14px,1.85dvh,17px)!important;
  font-weight:650;
  line-height:1.45!important;
  text-wrap:balance;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-count{
  margin-top:20px!important;
  padding:10px 17px!important;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  font-size:11px!important;
  letter-spacing:.13em!important;
  box-shadow:0 12px 26px rgba(11,37,27,.10);
  backdrop-filter:blur(12px);
}
.sgp-section-start{display:none!important}

/* O cabeçalho e a barra inferior acompanham visualmente a capa ativa. */
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-guide-header{
  background:linear-gradient(180deg,rgba(13,45,34,.42),rgba(13,45,34,.12) 72%,transparent)!important;
}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-guide-brand,
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-guide-search-toggle{
  background:rgba(255,255,255,.15)!important;
  border-color:rgba(255,255,255,.20)!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(7,30,22,.12)!important;
  backdrop-filter:blur(14px);
}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-guide-brand i{background:#fff!important;box-shadow:0 0 0 4px rgba(255,255,255,.14)!important}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-story-plant-name>span,
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-story-plant-name h1,
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-story-plant-name em{color:#fff!important}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-story-plant-name em{opacity:.78}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-carousel-status{
  background:linear-gradient(0deg,rgba(12,43,32,.55),rgba(12,43,32,.18) 72%,transparent)!important;
}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-swipe-hint,
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-card-counter{color:#fff!important}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-swipe-hint i{background:rgba(255,255,255,.16)!important;color:#fff!important}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-progress{background:rgba(255,255,255,.20)!important}
.sgp-standalone-page .sgp-guide.is-story.is-cover-active .sgp-progress i{background:#fff!important}

@media(max-width:600px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
    padding:72px 18px 58px!important;
  }
  .sgp-section-number{
    top:68px;
    right:-8px;
    font-size:clamp(112px,19dvh,154px);
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter{padding:9px 15px!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-chapter strong{font-size:10px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{
    height:clamp(218px,32dvh,275px)!important;
    min-height:185px!important;
    margin-top:12px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{
    width:clamp(218px,31dvh,265px)!important;
    height:clamp(218px,31dvh,265px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
    width:clamp(152px,22dvh,190px)!important;
    height:clamp(152px,22dvh,190px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{
    font-size:clamp(44px,13.5vw,61px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{
    max-width:340px!important;
    margin-top:13px!important;
    font-size:13px!important;
    line-height:1.4!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-count{
    margin-top:15px!important;
    padding:8px 14px!important;
    font-size:9px!important;
  }
}

@media(max-height:680px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{padding-top:66px!important;padding-bottom:54px!important}
  .sgp-section-number{top:62px;font-size:110px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{height:clamp(165px,26dvh,205px)!important;min-height:148px!important;margin-top:6px!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb{width:clamp(170px,26dvh,205px)!important;height:clamp(170px,26dvh,205px)!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{width:clamp(118px,18dvh,145px)!important;height:clamp(118px,18dvh,145px)!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{font-size:clamp(36px,7dvh,49px)!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy p{margin-top:9px!important;font-size:11px!important;line-height:1.3!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-count{margin-top:10px!important;padding:7px 12px!important;font-size:8px!important}
}


/* v1.3.1 — cards limpos: apenas identidade visual, sem textos repetidos */
.sgp-card:not(.sgp-section-cover){
  --sgp-data-accent:#2f7959;
  --sgp-data-dark:#174d38;
  --sgp-data-soft:#dfeee4;
  --sgp-data-pale:#f7fbf8;
  --sgp-data-line:rgba(47,121,89,.22);
}
.sgp-card:not(.sgp-section-cover)[data-group="vaso"]{
  --sgp-data-accent:#b56b42;
  --sgp-data-dark:#713d23;
  --sgp-data-soft:#f0dfd2;
  --sgp-data-pale:#fff9f5;
  --sgp-data-line:rgba(181,107,66,.22);
}
.sgp-card:not(.sgp-section-cover)[data-group="clima"]{
  --sgp-data-accent:#438994;
  --sgp-data-dark:#245962;
  --sgp-data-soft:#dcecee;
  --sgp-data-pale:#f5fbfb;
  --sgp-data-line:rgba(67,137,148,.22);
}
.sgp-card:not(.sgp-section-cover)[data-group="cuidados"]{
  --sgp-data-accent:#768f45;
  --sgp-data-dark:#485d29;
  --sgp-data-soft:#e5ecd7;
  --sgp-data-pale:#fafcf6;
  --sgp-data-line:rgba(118,143,69,.22);
}
.sgp-card:not(.sgp-section-cover)[data-group="seguranca"]{
  --sgp-data-accent:#aa615f;
  --sgp-data-dark:#713b3f;
  --sgp-data-soft:#f0dfdc;
  --sgp-data-pale:#fff8f7;
  --sgp-data-line:rgba(170,97,95,.22);
}
.sgp-card:not(.sgp-section-cover)[data-group="personalizados"]{
  --sgp-data-accent:#806a94;
  --sgp-data-dark:#503e63;
  --sgp-data-soft:#e8e0ed;
  --sgp-data-pale:#fbf8fd;
  --sgp-data-line:rgba(128,106,148,.22);
}

.sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover){
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.92),rgba(255,255,255,.34) 34%,transparent 58%),
    linear-gradient(165deg,var(--sgp-data-pale),#eef5f0 58%,var(--sgp-data-soft))!important;
}
.sgp-card:not(.sgp-section-cover) .sgp-recommended{
  background:linear-gradient(135deg,var(--sgp-data-accent),var(--sgp-data-dark))!important;
  box-shadow:0 10px 22px color-mix(in srgb,var(--sgp-data-accent) 22%,transparent)!important;
}
.sgp-card:not(.sgp-section-cover) .sgp-card-orb{
  background:radial-gradient(circle at 45% 35%,#fff 0,var(--sgp-data-pale) 48%,var(--sgp-data-soft) 100%)!important;
  box-shadow:0 18px 40px rgba(42,72,56,.08),inset 0 1px 0 rgba(255,255,255,.96)!important;
}
.sgp-card:not(.sgp-section-cover) .sgp-card-copy strong{color:var(--sgp-data-dark)!important}
.sgp-card:not(.sgp-section-cover) .sgp-card-copy small{color:var(--sgp-data-accent)!important}
.sgp-card:not(.sgp-section-cover) .sgp-card-copy em{
  background:linear-gradient(180deg,var(--sgp-data-pale),var(--sgp-data-soft))!important;
  color:var(--sgp-data-dark)!important;
  box-shadow:inset 0 0 0 1px var(--sgp-data-line)!important;
}
.sgp-card:not(.sgp-section-cover) .sgp-divider:before,
.sgp-card:not(.sgp-section-cover) .sgp-divider:after{background:var(--sgp-data-line)!important}
.sgp-card:not(.sgp-section-cover) .sgp-divider i{background:var(--sgp-data-accent)!important}
.sgp-card:not(.sgp-section-cover) .sgp-check{
  background:radial-gradient(circle at 30% 30%,var(--sgp-data-accent),var(--sgp-data-dark))!important;
}

/* Mantém uma única leitura: valor, rótulo e observação, sem cabeçalhos duplicados. */
.sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-inner{
  justify-content:center!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-art{
  margin-top:clamp(8px,1.3dvh,14px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-copy strong{
  max-width:94%!important;
  margin-inline:auto!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-copy em{
  max-width:84%!important;
}
@media(max-width:600px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-copy strong{max-width:96%!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-card:not(.sgp-section-cover) .sgp-card-copy em{max-width:88%!important}
}

/* v1.4.0 — cards completos em checklist, até 6 itens por tela */
.sgp-card[data-theme="geral"],.sgp-card[data-theme="natureza"]{--sgp-list-accent:#2d7a57;--sgp-list-dark:#174b35;--sgp-list-soft:#dcecdf;--sgp-list-pale:#f7fcf8}
.sgp-card[data-theme="crescimento"]{--sgp-list-accent:#617b9f;--sgp-list-dark:#344d70;--sgp-list-soft:#dfe7f1;--sgp-list-pale:#f8faff}
.sgp-card[data-theme="beleza"]{--sgp-list-accent:#a15e78;--sgp-list-dark:#713c55;--sgp-list-soft:#f0dfe6;--sgp-list-pale:#fff8fb}
.sgp-card[data-theme="clima"]{--sgp-list-accent:#408895;--sgp-list-dark:#245863;--sgp-list-soft:#dcecef;--sgp-list-pale:#f6fbfc}
.sgp-card[data-theme="agua"]{--sgp-list-accent:#438bb0;--sgp-list-dark:#285b79;--sgp-list-soft:#dcebf3;--sgp-list-pale:#f6fbfe}
.sgp-card[data-theme="solo"]{--sgp-list-accent:#907048;--sgp-list-dark:#5d4529;--sgp-list-soft:#ece3d4;--sgp-list-pale:#fdfaf5}
.sgp-card[data-theme="vaso"]{--sgp-list-accent:#b46b43;--sgp-list-dark:#743d23;--sgp-list-soft:#efdfd2;--sgp-list-pale:#fff9f5}
.sgp-card[data-theme="cuidados"],.sgp-card[data-theme="cultivo"]{--sgp-list-accent:#718b45;--sgp-list-dark:#475c2a;--sgp-list-soft:#e5ecd7;--sgp-list-pale:#fafcf6}
.sgp-card[data-theme="diagnostico"]{--sgp-list-accent:#b56c52;--sgp-list-dark:#793d31;--sgp-list-soft:#f1dfd8;--sgp-list-pale:#fff8f5}
.sgp-card[data-theme="ambiente"]{--sgp-list-accent:#4c877f;--sgp-list-dark:#2c5a55;--sgp-list-soft:#dcebe7;--sgp-list-pale:#f7fcfa}
.sgp-card[data-theme="seguranca"]{--sgp-list-accent:#aa5d62;--sgp-list-dark:#71383f;--sgp-list-soft:#f0dcdc;--sgp-list-pale:#fff8f8}
.sgp-card[data-theme="uso"]{--sgp-list-accent:#7e6599;--sgp-list-dark:#503e67;--sgp-list-soft:#e8e0ef;--sgp-list-pale:#fbf9fd}
.sgp-card[data-theme="extras"]{--sgp-list-accent:#806a94;--sgp-list-dark:#503e63;--sgp-list-soft:#e8e0ed;--sgp-list-pale:#fbf8fd}

.sgp-list-card{--sgp-list-accent:#2d7a57;--sgp-list-dark:#174b35;--sgp-list-soft:#dcecdf;--sgp-list-pale:#f7fcf8}
.sgp-list-card .sgp-list-card-inner{
  min-height:590px;
  padding:24px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  border-color:color-mix(in srgb,var(--sgp-list-accent) 55%,#fff)!important;
  background:linear-gradient(180deg,#fff,var(--sgp-list-pale))!important;
}
.sgp-list-card-header{position:relative;z-index:2;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:15px;width:100%;padding:4px 2px 18px;border-bottom:1px solid color-mix(in srgb,var(--sgp-list-accent) 18%,transparent)}
.sgp-list-card-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#fff,var(--sgp-list-soft));box-shadow:0 12px 25px color-mix(in srgb,var(--sgp-list-accent) 16%,transparent),inset 0 1px 0 #fff}
.sgp-list-card-icon svg{width:55px;height:55px}.sgp-list-card-icon.has-image img{max-width:58px;max-height:58px;object-fit:contain}
.sgp-list-card-header small{display:block;color:var(--sgp-list-accent);font-size:9px;font-weight:950;letter-spacing:.18em}
.sgp-list-card-header h2{margin:5px 0 0;color:var(--sgp-list-dark);font:800 clamp(28px,5vw,40px)/.98 Georgia,"Times New Roman",serif;letter-spacing:-.04em;text-wrap:balance}
.sgp-checklist{position:relative;z-index:2;flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:17px 0 11px}
.sgp-checklist-item{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:62px;padding:10px 13px;border:1px solid color-mix(in srgb,var(--sgp-list-accent) 15%,transparent);border-radius:17px;background:rgba(255,255,255,.76);box-shadow:0 7px 18px rgba(34,70,51,.045)}
.sgp-checklist-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--sgp-list-accent),var(--sgp-list-dark));color:#fff;font:900 17px/1 Arial,sans-serif;box-shadow:0 7px 14px color-mix(in srgb,var(--sgp-list-accent) 20%,transparent)}
.sgp-checklist-item.is-info .sgp-checklist-mark{background:linear-gradient(145deg,#6595ac,#35677f)}
.sgp-checklist-item.is-warning{border-color:rgba(190,122,67,.22);background:rgba(255,249,241,.84)}.sgp-checklist-item.is-warning .sgp-checklist-mark{background:linear-gradient(145deg,#dc9856,#9c5728)}
.sgp-checklist-item.is-no{border-color:rgba(181,85,82,.22);background:rgba(255,247,247,.86)}.sgp-checklist-item.is-no .sgp-checklist-mark{background:linear-gradient(145deg,#c76c69,#843c42)}
.sgp-checklist-item.is-neutral .sgp-checklist-mark{background:linear-gradient(145deg,#8e9c94,#5c6c63)}
.sgp-checklist-copy{min-width:0}.sgp-checklist-copy small{display:block;margin:0 0 3px;color:var(--sgp-list-accent);font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.sgp-checklist-copy strong{display:block;color:#27483a;font-size:clamp(13px,2.2vw,16px);font-weight:800;line-height:1.27;overflow-wrap:anywhere}
.sgp-list-card-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:12px;border-top:1px solid color-mix(in srgb,var(--sgp-list-accent) 16%,transparent);color:#738278;font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.sgp-list-card-footer b{display:grid;place-items:center;min-width:38px;height:25px;padding:0 9px;border-radius:999px;background:var(--sgp-list-soft);color:var(--sgp-list-dark)}

/* Cores das capas acompanhando o assunto */
.sgp-section-cover[data-theme="geral"],.sgp-section-cover[data-theme="natureza"]{--sgp-cover-deep:#123f2f;--sgp-cover-mid:#2f7959;--sgp-cover-soft:#83b58e}
.sgp-section-cover[data-theme="crescimento"]{--sgp-cover-deep:#2d405e;--sgp-cover-mid:#58749b;--sgp-cover-soft:#9db1cd}
.sgp-section-cover[data-theme="beleza"]{--sgp-cover-deep:#633347;--sgp-cover-mid:#9f5a76;--sgp-cover-soft:#d9a0b5}
.sgp-section-cover[data-theme="clima"]{--sgp-cover-deep:#124d59;--sgp-cover-mid:#2e8190;--sgp-cover-soft:#8cc5c8}
.sgp-section-cover[data-theme="agua"]{--sgp-cover-deep:#24536f;--sgp-cover-mid:#4389ae;--sgp-cover-soft:#99c7db}
.sgp-section-cover[data-theme="solo"]{--sgp-cover-deep:#4e3923;--sgp-cover-mid:#876744;--sgp-cover-soft:#c5a676}
.sgp-section-cover[data-theme="vaso"]{--sgp-cover-deep:#71391f;--sgp-cover-mid:#b8663c;--sgp-cover-soft:#e7ab78}
.sgp-section-cover[data-theme="cuidados"],.sgp-section-cover[data-theme="cultivo"]{--sgp-cover-deep:#3d551c;--sgp-cover-mid:#6e8b37;--sgp-cover-soft:#b0c775}
.sgp-section-cover[data-theme="diagnostico"]{--sgp-cover-deep:#6d3428;--sgp-cover-mid:#a85f49;--sgp-cover-soft:#df9e88}
.sgp-section-cover[data-theme="ambiente"]{--sgp-cover-deep:#28534e;--sgp-cover-mid:#4d847d;--sgp-cover-soft:#9bc2b8}
.sgp-section-cover[data-theme="seguranca"]{--sgp-cover-deep:#6d3034;--sgp-cover-mid:#a55455;--sgp-cover-soft:#df9990}
.sgp-section-cover[data-theme="uso"],.sgp-section-cover[data-theme="extras"]{--sgp-cover-deep:#49365f;--sgp-cover-mid:#775c91;--sgp-cover-soft:#b39bc6}

.sgp-standalone-page .sgp-guide.is-story .sgp-list-card{background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.94),rgba(255,255,255,.28) 40%,transparent 62%),linear-gradient(165deg,var(--sgp-list-pale),#f2f7f3 58%,var(--sgp-list-soft))!important}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{width:min(100%,580px)!important;height:100%;padding:clamp(88px,11dvh,108px) clamp(18px,4vw,34px) clamp(66px,8dvh,82px)!important;justify-content:flex-start!important;overflow:hidden}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-header{flex:0 0 auto;grid-template-columns:clamp(58px,8dvh,76px) minmax(0,1fr);padding-bottom:clamp(12px,1.8dvh,18px)}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-icon{width:clamp(56px,7.8dvh,72px);height:clamp(56px,7.8dvh,72px);border-radius:clamp(17px,2.4dvh,22px)}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-icon svg{width:76%;height:76%}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-header h2{font-size:clamp(27px,4.7dvh,42px)}
.sgp-standalone-page .sgp-guide.is-story .sgp-checklist{gap:clamp(6px,1dvh,10px);padding:clamp(10px,1.7dvh,18px) 0}
.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-item{min-height:clamp(49px,7.2dvh,66px);padding:clamp(7px,1dvh,10px) 12px;border-radius:clamp(13px,1.8dvh,17px)}
.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-mark{width:clamp(29px,4.2dvh,35px);height:clamp(29px,4.2dvh,35px);font-size:clamp(14px,2dvh,17px)}
.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-copy strong{font-size:clamp(12px,1.8dvh,16px);line-height:1.23}
.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-copy small{font-size:clamp(7px,1dvh,9px)}

@media(max-width:600px){
  .sgp-list-card .sgp-list-card-inner{padding-left:14px!important;padding-right:14px!important}
  .sgp-list-card-header{grid-template-columns:60px minmax(0,1fr);gap:11px}.sgp-list-card-icon{width:58px;height:58px;border-radius:18px}
  .sgp-list-card-header h2{font-size:clamp(25px,8vw,34px)}
  .sgp-checklist-item{grid-template-columns:36px minmax(0,1fr);gap:9px;padding-left:9px;padding-right:9px}.sgp-checklist-mark{width:30px;height:30px;font-size:14px}
  .sgp-checklist-copy strong{font-size:12px}.sgp-checklist-copy small{font-size:7px}
}
@media(max-height:720px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{padding-top:72px!important;padding-bottom:54px!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card-header{grid-template-columns:52px minmax(0,1fr);padding-bottom:9px}.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-icon{width:50px;height:50px;border-radius:15px}
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card-header h2{font-size:clamp(23px,4.7dvh,32px)}
  .sgp-standalone-page .sgp-guide.is-story .sgp-checklist{gap:5px;padding:8px 0}.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-item{min-height:43px;padding:5px 9px}.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-mark{width:27px;height:27px;font-size:13px}.sgp-standalone-page .sgp-guide.is-story .sgp-checklist-copy strong{font-size:11px}.sgp-standalone-page .sgp-guide.is-story .sgp-list-card-footer{padding-top:7px}
}

/* v1.4.2 — lista logo abaixo do título + sexto espaço reservado ao anúncio */
.sgp-list-card .sgp-checklist{
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:9px!important;
  padding-top:14px!important;
  padding-bottom:10px!important;
}
.sgp-list-card .sgp-checklist-item{
  flex:0 0 auto!important;
}
.sgp-list-ad{
  position:relative;
  z-index:2;
  flex:1 1 118px;
  min-height:88px;
  width:100%;
  display:flex;
  align-items:stretch;
  justify-content:center;
  margin-top:1px;
  overflow:hidden;
  border:1px dashed color-mix(in srgb,var(--sgp-list-accent) 30%,transparent);
  border-radius:18px;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.95),transparent 34%),
    linear-gradient(145deg,color-mix(in srgb,var(--sgp-list-pale) 82%,#fff),color-mix(in srgb,var(--sgp-list-soft) 62%,#fff));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 7px 18px rgba(34,70,51,.04);
}
.sgp-list-ad-content{
  width:100%;
  height:100%;
  min-height:inherit;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.sgp-list-ad-content>*{
  max-width:100%!important;
}
.sgp-list-ad-content iframe,
.sgp-list-ad-content img,
.sgp-list-ad-content ins,
.sgp-list-ad-content .adsbygoogle{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  object-fit:contain;
}
.sgp-list-ad-placeholder{
  width:100%;
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:14px;
  text-align:center;
  color:var(--sgp-list-dark);
}
.sgp-list-ad-placeholder:before{
  content:"AD";
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  border-radius:11px;
  background:linear-gradient(145deg,var(--sgp-list-accent),var(--sgp-list-dark));
  color:#fff;
  font:900 10px/1 var(--gpp-font-ui,system-ui);
  letter-spacing:.08em;
  box-shadow:0 8px 17px color-mix(in srgb,var(--sgp-list-accent) 22%,transparent);
}
.sgp-list-ad-placeholder span{
  font-size:7px;
  font-weight:950;
  letter-spacing:.18em;
  color:var(--sgp-list-accent);
}
.sgp-list-ad-placeholder strong{
  margin-top:4px;
  font:800 clamp(14px,2.5vw,18px)/1.1 Georgia,"Times New Roman",serif;
}
.sgp-list-ad-placeholder small{
  margin-top:4px;
  color:#738278;
  font-size:8px;
  font-weight:700;
}
/* Quanto menos informações, maior o anúncio ocupa o espaço livre. */
.sgp-list-card.items-1 .sgp-list-ad{min-height:250px}
.sgp-list-card.items-2 .sgp-list-ad{min-height:190px}
.sgp-list-card.items-3 .sgp-list-ad{min-height:130px}
.sgp-list-card.items-4 .sgp-list-ad{min-height:94px}
.sgp-list-card.items-5 .sgp-list-ad{min-height:70px}
.sgp-list-card.items-4 .sgp-checklist-item{
  min-height:54px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.sgp-list-card.items-5 .sgp-checklist{
  gap:6px!important;
  padding-top:11px!important;
}
.sgp-list-card.items-5 .sgp-checklist-item{
  min-height:47px!important;
  padding:6px 11px!important;
  border-radius:14px!important;
}
.sgp-list-card.items-5 .sgp-checklist-mark{
  width:30px!important;
  height:30px!important;
  font-size:15px!important;
}
.sgp-list-card.items-5 .sgp-checklist-copy strong{
  font-size:clamp(12px,2vw,15px)!important;
  line-height:1.2!important;
}
@media(max-width:767px){
  .sgp-list-ad{border-radius:16px}
  .sgp-list-card.items-1 .sgp-list-ad{min-height:220px}
  .sgp-list-card.items-2 .sgp-list-ad{min-height:160px}
  .sgp-list-card.items-3 .sgp-list-ad{min-height:112px}
  .sgp-list-card.items-4 .sgp-list-ad{min-height:82px}
  .sgp-list-card.items-5 .sgp-list-ad{min-height:62px}
}

/* v1.5.0 — anúncios próprios, globais e por assunto */
.sgp-list-ad-content.is-managed{align-items:stretch;padding:0}
.sgp-managed-ad{position:relative;width:100%;height:100%;min-height:inherit;overflow:hidden;border-radius:inherit;background:#fff}
.sgp-managed-ad-slide{position:absolute;inset:0;display:flex;align-items:stretch;justify-content:center;opacity:0;visibility:hidden;transform:scale(.985);transition:opacity .35s ease,transform .35s ease,visibility .35s;pointer-events:none}
.sgp-managed-ad-slide.is-active{position:relative;opacity:1;visibility:visible;transform:scale(1);pointer-events:auto}
.sgp-managed-ad-link,.sgp-managed-ad-slide>picture{display:flex;width:100%;height:100%;min-height:inherit;align-items:center;justify-content:center;text-decoration:none}
.sgp-managed-ad-link picture{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.sgp-managed-ad-media{display:block;width:100%!important;height:100%!important;min-height:inherit;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:#fff}
.sgp-managed-ad-label{position:absolute;z-index:3;left:7px;top:7px;padding:3px 5px;border-radius:5px;background:rgba(22,39,31,.62);color:#fff;font-size:6px;font-weight:900;letter-spacing:.1em;line-height:1;backdrop-filter:blur(4px)}
.sgp-managed-ad-dots{position:absolute;z-index:4;left:50%;bottom:6px;display:flex;gap:4px;transform:translateX(-50%)}
.sgp-managed-ad-dots i{display:block;width:4px;height:4px;border-radius:999px;background:rgba(30,62,46,.28);transition:.25s}
.sgp-managed-ad-dots i.is-active{width:13px;background:var(--sgp-list-accent)}
@media(max-width:767px){.sgp-managed-ad-label{left:5px;top:5px;font-size:5px}.sgp-managed-ad-dots{bottom:4px}}

/* v1.5.1 — capas limpas, sem identificação repetida e com foto por assunto */
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{
  grid-template-columns:minmax(0,1fr) 44px!important;
}
.sgp-section-chapter,
.sgp-section-cover-copy>p,
.sgp-section-cover-count{display:none!important}
.sgp-section-cover-photo{
  position:relative;
  z-index:2;
  width:210px;
  height:210px;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:#e7f0e9;
  box-shadow:0 22px 48px rgba(20,55,40,.18),inset 0 1px 0 rgba(255,255,255,.9);
}
.sgp-section-cover-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.sgp-section-cover-art.is-image .sgp-section-cover-orb{opacity:.48}
.sgp-section-cover-copy h2{margin-top:11px}

.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
  justify-content:center!important;
  padding-top:clamp(82px,10dvh,102px)!important;
  padding-bottom:clamp(66px,8dvh,82px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{
  height:clamp(250px,35dvh,326px)!important;
  min-height:220px!important;
  margin:0 0 clamp(12px,1.8dvh,19px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb,
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-photo{
  width:clamp(245px,34dvh,315px)!important;
  height:clamp(245px,34dvh,315px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-photo{
  border:2px solid rgba(255,255,255,.5);
  box-shadow:0 32px 72px rgba(8,35,25,.28),inset 0 1px 0 rgba(255,255,255,.95);
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
  width:clamp(176px,24dvh,225px)!important;
  height:clamp(176px,24dvh,225px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy{margin-top:0!important}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{
  margin-top:12px!important;
  font-size:clamp(50px,7.5dvh,76px)!important;
}

@media(max-height:760px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
    padding-top:70px!important;
    padding-bottom:54px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-art{
    height:clamp(176px,27dvh,215px)!important;
    min-height:160px!important;
    margin-bottom:10px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb,
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-photo{
    width:clamp(176px,27dvh,215px)!important;
    height:clamp(176px,27dvh,215px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
    width:clamp(118px,18dvh,148px)!important;
    height:clamp(118px,18dvh,148px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy small{font-size:9px!important}
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-copy h2{
    margin-top:8px!important;
    font-size:clamp(34px,6.2dvh,43px)!important;
  }
}

@media(max-width:520px) and (min-height:761px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-orb,
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-photo{
    width:min(72vw,290px)!important;
    height:min(72vw,290px)!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-icon{
    width:min(51vw,205px)!important;
    height:min(51vw,205px)!important;
  }
}


/* v1.5.2 — refinamento do topo e remoção dos indicadores inferiores das listas */
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{
  min-height:64px!important;
  padding:8px max(14px,env(safe-area-inset-right)) 6px max(14px,env(safe-area-inset-left))!important;
  align-items:start!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-brand,
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-search-toggle{
  align-self:start!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-guide-search-toggle{
  justify-self:end!important;
  margin-top:1px;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{
  padding-top:clamp(68px,8.8dvh,92px)!important;
  padding-bottom:clamp(60px,7.8dvh,78px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
  padding-top:clamp(70px,9dvh,90px)!important;
  padding-bottom:clamp(58px,7.2dvh,74px)!important;
}
.sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
  padding-top:clamp(74px,9.2dvh,94px)!important;
}
.sgp-list-card-footer{display:none!important}
.sgp-list-card .sgp-checklist{
  padding-bottom:0!important;
}
.sgp-list-card .sgp-list-ad{
  margin-top:auto;
}
@media(max-width:600px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-header{
    min-height:58px!important;
    padding-top:8px!important;
    padding-bottom:4px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-guide-search-toggle{
    width:36px!important;
    height:36px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{
    padding-top:62px!important;
    padding-bottom:56px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
    padding-top:62px!important;
    padding-bottom:50px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
    padding-top:64px!important;
  }
}
@media(max-height:720px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-card-inner{
    padding-top:60px!important;
    padding-bottom:50px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
    padding-top:58px!important;
    padding-bottom:46px!important;
  }
  .sgp-standalone-page .sgp-guide.is-story .sgp-section-cover-inner{
    padding-top:60px!important;
    padding-bottom:50px!important;
  }
}


/* v1.5.3 — anúncio responsivo sem invadir a navegação e alinhamento das respostas */
.sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
  min-height:0!important;
  padding-bottom:clamp(66px,8.2dvh,80px)!important;
}
.sgp-list-card .sgp-checklist{
  min-height:0!important;
  overflow:hidden!important;
}
.sgp-list-card .sgp-list-ad{
  flex:1 1 0!important;
  min-height:0!important;
  max-height:100%!important;
  margin-top:5px!important;
  overflow:hidden!important;
}
.sgp-list-card.items-1 .sgp-list-ad{min-height:150px!important}
.sgp-list-card.items-2 .sgp-list-ad{min-height:130px!important}
.sgp-list-card.items-3 .sgp-list-ad{min-height:104px!important}
.sgp-list-card.items-4 .sgp-list-ad{min-height:82px!important}
.sgp-list-card.items-5 .sgp-list-ad{min-height:56px!important}

.sgp-list-ad-content,
.sgp-list-ad-content.is-managed,
.sgp-managed-ad{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  padding:0!important;
  overflow:hidden!important;
}
.sgp-managed-ad-slide,
.sgp-managed-ad-slide.is-active{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  overflow:hidden!important;
}
.sgp-managed-ad-link,
.sgp-managed-ad-slide>picture,
.sgp-managed-ad-link>picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  overflow:hidden!important;
}
.sgp-managed-ad-media{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  background:transparent!important;
}
.sgp-managed-ad-slide video.sgp-managed-ad-media{
  object-fit:cover!important;
}

.sgp-checklist-copy{
  display:flex!important;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
}
.sgp-checklist-copy small{
  display:block!important;
  margin:0!important;
  line-height:1.05!important;
}
.sgp-checklist-copy strong{
  display:block!important;
  margin:0!important;
  line-height:1.12!important;
}

@media(max-width:767px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
    padding-bottom:62px!important;
  }
  .sgp-list-card.items-1 .sgp-list-ad{min-height:132px!important}
  .sgp-list-card.items-2 .sgp-list-ad{min-height:112px!important}
  .sgp-list-card.items-3 .sgp-list-ad{min-height:92px!important}
  .sgp-list-card.items-4 .sgp-list-ad{min-height:72px!important}
  .sgp-list-card.items-5 .sgp-list-ad{min-height:50px!important}
  .sgp-managed-ad-label{left:6px!important;top:6px!important}
}
@media(max-height:720px){
  .sgp-standalone-page .sgp-guide.is-story .sgp-list-card .sgp-list-card-inner{
    padding-bottom:60px!important;
  }
  .sgp-list-card .sgp-checklist{
    gap:5px!important;
    padding-top:7px!important;
  }
  .sgp-list-card.items-1 .sgp-list-ad{min-height:126px!important}
  .sgp-list-card.items-2 .sgp-list-ad{min-height:106px!important}
  .sgp-list-card.items-3 .sgp-list-ad{min-height:86px!important}
  .sgp-list-card.items-4 .sgp-list-ad{min-height:66px!important}
  .sgp-list-card.items-5 .sgp-list-ad{min-height:46px!important}
}


/* v1.5.4 — título e descrição visíveis sobre imagens e vídeos dos anúncios */
.sgp-managed-ad-copy{
  position:absolute;
  z-index:5;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  gap:3px;
  min-height:44%;
  padding:30px 12px 11px;
  color:#fff;
  text-align:left;
  pointer-events:none;
  background:linear-gradient(0deg,rgba(8,24,17,.88) 0%,rgba(8,24,17,.58) 48%,rgba(8,24,17,0) 100%);
}
.sgp-managed-ad-copy strong{
  display:block;
  max-width:100%;
  color:#fff;
  font:800 clamp(13px,2.2vw,18px)/1.08 Georgia,"Times New Roman",serif;
  letter-spacing:-.015em;
  text-shadow:0 1px 4px rgba(0,0,0,.4);
  overflow-wrap:anywhere;
}
.sgp-managed-ad-copy small{
  display:block;
  max-width:100%;
  color:rgba(255,255,255,.9);
  font-size:clamp(8px,1.3vw,11px);
  font-weight:700;
  line-height:1.22;
  text-shadow:0 1px 3px rgba(0,0,0,.45);
  overflow-wrap:anywhere;
}
.sgp-list-card.items-4 .sgp-managed-ad-copy,
.sgp-list-card.items-5 .sgp-managed-ad-copy{
  min-height:100%;
  padding:15px 9px 7px;
}
.sgp-list-card.items-4 .sgp-managed-ad-copy strong,
.sgp-list-card.items-5 .sgp-managed-ad-copy strong{
  font-size:11px;
  line-height:1.05;
}
.sgp-list-card.items-4 .sgp-managed-ad-copy small,
.sgp-list-card.items-5 .sgp-managed-ad-copy small{
  display:none;
}
@media(max-width:767px){
  .sgp-managed-ad-copy{padding:26px 10px 9px;gap:2px}
  .sgp-managed-ad-copy strong{font-size:clamp(12px,3.7vw,16px)}
  .sgp-managed-ad-copy small{font-size:clamp(7px,2.4vw,10px)}
  .sgp-list-card.items-3 .sgp-managed-ad-copy small{display:none}
}


/* v1.5.5 — botão de CTA e texto sempre visível nos anúncios responsivos */
.sgp-managed-ad-copy{
  gap:5px;
  min-height:52%;
  padding:36px 12px 12px;
}
.sgp-managed-ad-copy strong,
.sgp-managed-ad-copy small{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.sgp-managed-ad-copy strong{-webkit-line-clamp:2}
.sgp-managed-ad-copy small{-webkit-line-clamp:3}
.sgp-managed-ad-cta{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:4px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#183f31;
  font-size:10px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.sgp-managed-ad-cta i{font-style:normal;font-size:11px}
.sgp-list-card.items-4 .sgp-managed-ad-copy,
.sgp-list-card.items-5 .sgp-managed-ad-copy{
  min-height:100%;
  padding:18px 9px 8px;
}
.sgp-list-card.items-4 .sgp-managed-ad-copy strong,
.sgp-list-card.items-5 .sgp-managed-ad-copy strong{
  font-size:10px;
  -webkit-line-clamp:2;
}
.sgp-list-card.items-4 .sgp-managed-ad-copy small,
.sgp-list-card.items-5 .sgp-managed-ad-copy small{
  display:-webkit-box;
  font-size:8px;
  line-height:1.15;
  -webkit-line-clamp:2;
}
.sgp-list-card.items-4 .sgp-managed-ad-cta,
.sgp-list-card.items-5 .sgp-managed-ad-cta{
  margin-top:3px;
  padding:5px 8px;
  font-size:8px;
  gap:5px;
}
@media(max-width:767px){
  .sgp-managed-ad-copy{
    min-height:56%;
    padding:30px 10px 10px;
    gap:3px;
  }
  .sgp-managed-ad-copy strong{font-size:clamp(12px,3.7vw,15px);-webkit-line-clamp:2}
  .sgp-managed-ad-copy small{display:-webkit-box!important;font-size:clamp(7px,2.6vw,9px);line-height:1.18;-webkit-line-clamp:2}
  .sgp-managed-ad-cta{padding:6px 10px;font-size:9px}
}
@media(max-height:720px){
  .sgp-managed-ad-copy{min-height:58%;padding:28px 9px 9px}
  .sgp-managed-ad-copy strong{font-size:12px}
  .sgp-managed-ad-copy small{font-size:8px;-webkit-line-clamp:2}
  .sgp-managed-ad-cta{padding:5px 9px;font-size:8px}
}


/* v1.5.8 — clique dos anúncios no desktop sem conflito com o arrasto */
.sgp-managed-ad-link{
  z-index:2!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
.sgp-managed-ad-label,
.sgp-managed-ad-dots,
.sgp-managed-ad-copy{
  pointer-events:none!important;
}
