:root{
  --cream:#faf9f5;--cream-2:#f1efe7;--sand:#e9e8e4;--green:#2f4b2c;--green-2:#4f6841;--olive:#8f9756;--gold:#bbb94f;--text:#263224;--muted:#67705f;--white:#fff;
  --serif:"Minion Pro", "Minion Pro Medium", Georgia, serif;--sans:"Poppins",Arial,sans-serif;
  --container:min(1248px,calc(100% - 48px));--radius:32px;--shadow:0 18px 48px rgba(47,75,44,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:var(--sans);font-weight:300;line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:var(--container);margin-inline:auto}.site-header{position:fixed;z-index:50;top:24px;left:50%;transform:translateX(-50%);width:min(1248px,calc(100% - 32px));height:74px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,249,245,.82);backdrop-filter:blur(18px);border:1px solid rgba(143,151,86,.18);border-radius:999px;box-shadow:0 12px 40px rgba(47,75,44,.08)}.brand img{width:128px}.site-nav{display:flex;gap:34px;align-items:center;text-transform:uppercase;font-size:13px;letter-spacing:.08em;color:var(--green);font-weight:500}.site-nav a{position:relative}.site-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--olive);transition:.25s}.site-nav a:hover:after{width:100%}.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;position:relative}.menu-toggle span{display:block;width:24px;height:2px;background:var(--green);margin:6px auto;border-radius:10px;transition:.25s}
.hero{position:relative;min-height:906px;display:flex;align-items:flex-start;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,249,245,.94) 0%,rgba(250,249,245,.72) 32%,rgba(250,249,245,.08) 68%)}.hero-content{position:relative;z-index:2;padding-top:190px}.hero h1{width:min(620px,100%);margin:0;color:var(--green);font:500 clamp(40px,4.8vw,68px)/1.02 var(--serif);letter-spacing:-.04em}.hero-highlights{position:absolute;z-index:3;left:50%;bottom:64px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border-radius:32px;box-shadow:0 6px 16px rgba(0,0,0,.12);overflow:hidden}.hero-highlights article{display:flex;gap:20px;align-items:center;min-height:132px;padding:24px 36px;border-right:2px solid rgba(187,185,79,.25)}.hero-highlights article:last-child{border-right:0}.hero-highlights p{margin:0;color:var(--green);font-size:20px;line-height:1.35}.icon-dot{width:60px;height:60px;flex:0 0 60px;border-radius:50%;background:rgba(143,151,86,.2);display:grid;place-items:center}.icon-dot img{width:26px;height:26px}
.section{position:relative;padding:120px 0}.center{text-align:center}.eyebrow{margin:0 0 12px;text-transform:uppercase;color:var(--olive);letter-spacing:.16em;font-size:13px;font-weight:600}.lead{max-width:620px;margin:12px auto 0;color:var(--muted);font-size:20px}.section h2{margin:0 0 28px;color:var(--green);font:500 clamp(32px,3vw,44px)/1.08 var(--serif);letter-spacing:-.03em}.section h3{font:500 26px/1.1 var(--serif);color:var(--green);margin:0 0 16px}.section p{margin:0 0 18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.align-start{align-items:start}.reverse{grid-template-columns:1fr 1fr}.media-stack{display:grid;gap:16px;grid-template-columns:1.3fr .7fr .9fr;align-items:start;position:sticky;top:130px}.media-stack img{width:100%;border-radius:26px;object-fit:cover;box-shadow:var(--shadow)}.media-grid{display:grid;gap:16px}.copy-panel{max-width:620px}.text-columns.single p,.flow-text p{color:#3f483b}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.03em;transition:.25s}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:#223920;transform:translateY(-2px)}.btn.ghost{border:1px solid rgba(47,75,44,.28);color:var(--green);background:rgba(255,255,255,.45)}.btn.ghost:hover{border-color:var(--green);transform:translateY(-2px)}
.pillars{background:var(--cream-2);padding-top:100px}.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}.pillar-card{background:#fff;border-radius:28px;padding:34px 28px;min-height:230px;box-shadow:0 12px 36px rgba(47,75,44,.07);border:1px solid rgba(143,151,86,.15)}.pillar-card p{color:var(--muted);margin:0}.essence{overflow:hidden}.narrow{width:min(850px,calc(100% - 48px));position:relative;z-index:2}.botanical{position:absolute;pointer-events:none;opacity:.85}.botanical.left{left:0;top:70px;width:min(356px,25vw)}.botanical.right{right:0;top:0;width:min(429px,28vw)}.manifesto{background:#fff}.split-text{display:grid;grid-template-columns:.9fr 1.1fr;gap:84px}.split-text h2{position:sticky;top:150px}.quote-band{background:var(--green);color:#fff;padding:90px 0}.quote-band p{font:500 clamp(30px,4vw,58px)/1.12 var(--serif);letter-spacing:-.025em;text-transform:uppercase;max-width:1050px;margin:0 auto;text-align:center}.clean-formulas{background:var(--cream-2)}.check-list p{position:relative;padding-left:26px}.check-list p:before{content:"";position:absolute;left:0;top:.65em;width:9px;height:9px;border-radius:50%;background:var(--olive)}.formula-card{display:grid;grid-template-columns:1fr 1fr;gap:18px}.formula-card img{border-radius:30px;width:100%;height:440px;object-fit:cover;box-shadow:var(--shadow)}.about{background:#fff}.seed{overflow:hidden}.seed-symbol{display:grid;place-items:center}.seed-symbol img{width:min(520px,100%);opacity:.9}.section-head-row{display:flex;align-items:end;justify-content:space-between;gap:28px}.products{background:var(--cream-2)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,370px));gap:26px;margin-top:44px}.product-card{background:#fff;border-radius:32px;padding:24px;position:relative;box-shadow:var(--shadow);border:1px solid rgba(143,151,86,.15)}.product-card .badge{display:inline-flex;background:var(--green);color:#fff;border-radius:999px;padding:8px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.product-card.muted .badge{background:#c8c4ae;color:var(--green)}.product-img{height:220px;display:grid;place-items:center}.product-img img{max-height:178px;object-fit:contain}.rating{color:var(--olive);font-weight:500}.rating span{color:var(--muted);font-weight:300}.price{font-weight:600;color:var(--green);font-size:22px}.price span{font-size:15px;color:#9b9b8d;text-decoration:line-through;margin-right:8px}.testimonials{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}.testimonial-card{background:var(--cream);border-radius:28px;padding:30px;border:1px solid rgba(143,151,86,.14)}.testimonial-card img{width:44px;height:44px;border-radius:50%;margin-bottom:22px}.testimonial-card blockquote{margin:0 0 24px;color:var(--green);font:500 24px/1.28 var(--serif)}.testimonial-card h3{font-family:var(--sans);font-size:16px;font-weight:600;margin-bottom:2px}.testimonial-card p{margin:0;color:var(--muted);font-size:14px}.site-footer{position:relative;overflow:hidden;background:var(--sand);padding:90px 0 70px;color:var(--green)}.site-footer:after{content:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:64px}.footer-logo{width:min(360px,100%);margin-bottom:24px}.site-footer h3{text-transform:uppercase;letter-spacing:.12em;font-size:14px;font-weight:600;margin:0 0 20px}.site-footer a{display:block;margin:0 0 12px;color:#4e6247}.site-footer p{margin:0;color:#4e6247}
@media (max-width:1100px){.hero{min-height:780px}.hero-highlights{grid-template-columns:repeat(2,1fr);bottom:32px}.hero-highlights article:nth-child(2){border-right:0}.hero-highlights article{min-height:110px}.two-col,.split-text{grid-template-columns:1fr;gap:48px}.media-stack,.split-text h2{position:relative;top:auto}.cards-4{grid-template-columns:repeat(2,1fr)}.botanical{opacity:.25}.testimonial-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:760px){:root{--container:calc(100% - 32px)}body{font-size:15px}.site-header{top:12px;height:62px;padding:0 18px}.brand img{width:108px}.menu-toggle{display:block}.site-nav{position:absolute;top:74px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;gap:18px;padding:24px;background:rgba(250,249,245,.96);border-radius:26px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.menu-toggle.open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.open span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{min-height:760px}.hero-bg{object-position:62% center}.hero:after{background:linear-gradient(180deg,rgba(250,249,245,.92) 0%,rgba(250,249,245,.76) 48%,rgba(250,249,245,.08) 100%)}.hero-content{padding-top:130px}.hero h1{font-size:clamp(36px,11vw,48px);max-width:360px}.hero-highlights{position:relative;left:auto;bottom:auto;transform:none;margin-top:430px;grid-template-columns:1fr;width:var(--container)}.hero-highlights article{border-right:0;border-bottom:1px solid rgba(187,185,79,.25);padding:20px 24px}.hero-highlights article:last-child{border-bottom:0}.section{padding:76px 0}.section h2{font-size:clamp(30px,8vw,40px)}.media-stack{grid-template-columns:1fr 1fr}.media-stack>img{grid-column:1/-1}.cards-4,.testimonial-grid,.product-grid,.footer-grid{grid-template-columns:1fr}.product-grid{margin-top:28px}.section-head-row{align-items:flex-start;flex-direction:column}.formula-card{grid-template-columns:1fr}.formula-card img{height:340px}.quote-band{padding:64px 0}.quote-band p{text-align:left}.footer-logo{width:240px}.botanical.left,.botanical.right{display:none}}@media (max-width:420px){.hero-highlights{margin-top:360px}.icon-dot{width:52px;height:52px;flex-basis:52px}.hero-highlights p{font-size:18px}.actions{flex-direction:column}.btn{width:100%}.media-stack{gap:10px}.media-grid{gap:10px}.pillar-card,.product-card,.testimonial-card{border-radius:22px;padding:24px}.product-img{height:180px}}

/* Ajustes de estrutura após reorganização dos blocos */
.clean-formulas .section-intro{color:var(--muted);font-size:18px;line-height:1.65;margin:-10px 0 24px;max-width:560px}.differential-quote{margin:28px 0 34px;padding:28px 30px;border-left:3px solid var(--olive);background:rgba(255,255,255,.56);border-radius:0 24px 24px 0;color:var(--green);font:500 clamp(22px,2.4vw,34px)/1.18 var(--serif);letter-spacing:-.02em;text-transform:uppercase}.pillars .lead{max-width:720px}@media (max-width:760px){.differential-quote{padding:22px 22px;font-size:24px}.clean-formulas .section-intro{font-size:16px}}

/* v4 — reorganização fiel dos blocos conforme layout Figma */
.hero-actions{position:relative;z-index:3;margin-top:34px}.hero .btn.ghost{background:#f7f5ee;border-color:rgba(47,75,44,.18)}
.figma-section{overflow:hidden}.figma-section .statement{text-transform:uppercase;color:var(--green);font-weight:600;letter-spacing:.02em}.figma-section p{color:#3f483b}
.essence{background:var(--cream);padding:150px 0 130px}.essence-layout{display:grid;grid-template-columns:minmax(320px,587px) minmax(420px,587px);gap:64px;align-items:start}.essence-copy h2{max-width:587px}.essence-mosaic{display:grid;grid-template-columns:153px 233px 153px;grid-template-rows:209px 209px 286px;gap:24px;align-items:stretch;justify-content:end}.essence-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:0;display:block;box-shadow:0 16px 34px rgba(47,75,44,.08)}.essence-mosaic .mosaic-wide{grid-column:1/-1;grid-row:1/2}.essence-mosaic .mosaic-small{grid-column:1/2;grid-row:2/3}.essence-mosaic .mosaic-medium{grid-column:2/4;grid-row:2/3}.essence-mosaic .mosaic-bottom.mosaic-medium{grid-column:1/3;grid-row:3/4}.essence-mosaic .mosaic-bottom.mosaic-small{grid-column:3/4;grid-row:3/4}
.manifesto{background:#f7f4ec;padding:150px 0 130px;position:relative}.manifesto-mask{position:absolute;right:0;top:30px;width:min(537px,42vw);height:auto;opacity:.9;pointer-events:none}.manifesto-title{position:relative;z-index:1;text-align:center}.manifesto-title h2{max-width:900px;margin:0 auto 72px}.manifesto-grid{position:relative;z-index:1;display:grid;grid-template-columns:370px 394px;gap:64px;justify-content:center}.manifesto-grid p{font-size:16px;line-height:1.7}.manifesto-grid .statement{margin-top:30px}.manifesto-grid .btn{margin-top:18px}
.about{background:var(--cream);padding:150px 0 150px}.about-layout{display:grid;grid-template-columns:587px 587px;gap:64px;align-items:start}.about-images{position:relative;min-height:710px}.about-images img{position:absolute;width:370px;height:400px;object-fit:cover;box-shadow:var(--shadow)}.about-images img:first-child{left:0;top:0}.about-images img:last-child{right:0;top:309px}.about-copy h2{margin-bottom:44px}.about-copy p{font-size:16px;line-height:1.75}.about-copy .statement{margin-top:28px;margin-bottom:22px}.about-copy .statement-large{font-size:18px;line-height:1.45;margin-top:30px}
.clean-formulas{background:#f3f1e9;padding:145px 0 150px;position:relative}.differentials-leaf{position:absolute;top:0;height:968px;width:auto;pointer-events:none;z-index:0}.differentials-leaf-left{left:-25px}.differentials-leaf-right{right:-64px}.differentials-head,.differentials-list{position:relative;z-index:1}.differentials-head h2{max-width:620px;margin-left:auto;margin-right:auto}.differentials-list{max-width:760px;display:grid;grid-template-columns:1fr;gap:30px}.differentials-list p{margin:0;padding-left:0;text-align:center;font-size:17px;line-height:1.65;color:#40503c}.differentials-list p:before{content:"";display:block;width:7px;height:7px;background:var(--olive);border-radius:50%;margin:0 auto 15px;opacity:.85}
.intro-40{background:var(--cream);padding:145px 0 120px}.intro40-head h2{max-width:680px;margin-left:auto;margin-right:auto}.intro40-grid{display:grid;grid-template-columns:370px 370px;gap:64px;justify-content:center;margin-top:68px}.intro40-grid p{font-size:16px;line-height:1.7}.intro40-grid blockquote{margin:36px 0 34px;color:var(--green);font:500 clamp(22px,2.4vw,34px)/1.18 var(--serif);letter-spacing:-.025em;text-transform:uppercase}.intro40-product{width:370px;max-width:100%;height:auto;display:block;margin-top:20px}
.seed{background:#f7f4ec;padding:150px 0 145px;position:relative}.seed-symbol-bg{position:absolute;right:-210px;top:90px;width:686px;max-width:60vw;opacity:.9;pointer-events:none}.seed-head,.seed-grid{position:relative;z-index:1}.seed-head h2{max-width:650px}.seed-grid{display:grid;grid-template-columns:587px 587px;gap:64px;align-items:start;margin-top:36px}.seed-grid p{font-size:16px;line-height:1.72}.seed-grid .statement{margin-top:26px}
.pillars{background:var(--cream-2);padding:130px 0}.pillars .eyebrow{margin-bottom:18px}.pillar-card img{width:26px;height:32px;object-fit:contain;margin-bottom:20px}.pillar-card h3{margin-bottom:22px}
.products{padding-top:125px}.testimonials{padding-top:120px}

@media (max-width:1240px){.essence-layout,.about-layout,.seed-grid{grid-template-columns:1fr 1fr;gap:44px}.essence-mosaic{grid-template-columns:.38fr 1fr .38fr}.about-images{min-height:620px}.about-images img{width:48%;height:360px}.manifesto-grid,.intro40-grid{grid-template-columns:1fr 1fr;max-width:840px}.differentials-leaf{opacity:.35}.seed-symbol-bg{right:-260px;opacity:.45}}
@media (max-width:900px){.essence-layout,.about-layout,.seed-grid,.manifesto-grid,.intro40-grid{grid-template-columns:1fr}.essence-mosaic{max-width:587px;margin:24px auto 0}.about-images{min-height:560px;max-width:620px;margin:0 auto}.about-images img{height:330px}.manifesto-title h2{margin-bottom:44px}.manifesto-mask{opacity:.22;width:80vw}.differentials-leaf{opacity:.16}.differentials-leaf-left{left:-150px}.differentials-leaf-right{right:-190px}.seed-symbol-bg{right:-220px;top:220px;opacity:.16}.intro40-grid{gap:26px}.intro40-product{margin-left:auto;margin-right:auto}}
@media (max-width:760px){.hero-actions{margin-top:24px}.hero-actions .btn{width:auto}.essence,.manifesto,.about,.clean-formulas,.intro-40,.seed,.pillars{padding:82px 0}.essence-mosaic{grid-template-columns:.36fr .55fr .36fr;grid-template-rows:34vw 34vw 46vw;gap:12px}.about-images{min-height:auto;display:grid;grid-template-columns:1fr;gap:16px}.about-images img{position:static;width:100%;height:auto;max-height:420px;object-fit:cover}.manifesto-grid p,.about-copy p,.differentials-list p,.intro40-grid p,.seed-grid p{font-size:15px;line-height:1.72}.differentials-list{gap:24px}.differentials-list p{text-align:left}.differentials-list p:before{margin-left:0}.intro40-grid{margin-top:42px}.intro40-grid blockquote{font-size:24px}.seed-symbol-bg{display:none}.pillar-card img{margin-bottom:16px}}
@media (max-width:420px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%}.essence-mosaic{grid-template-rows:150px 150px 190px}.differentials-leaf{display:none}.intro40-product{width:100%}.manifesto-title h2{text-align:left}.differentials-head{text-align:left}.differentials-head h2{margin-left:0}.intro40-head{text-align:left}.seed-head h2{font-size:40px}}


/* v5 — ajustes finos solicitados */
:root{--section-title-size:clamp(32px,3vw,44px);--hero-title-size:clamp(40px,4.8vw,68px)}
.hero h1{font-size:var(--hero-title-size);line-height:1.02;letter-spacing:-.04em}
.section h2{font-size:var(--section-title-size);line-height:1.08;letter-spacing:-.03em}
.essence-copy h2,.manifesto-title h2,.about-copy h2,.differentials-head h2,.intro40-head h2,.seed-head h2,.pillars h2,.products h2,.testimonials h2{font-size:var(--section-title-size)}
.essence-mosaic img{object-fit:cover;object-position:center}
.intro40-grid .maturity-note{margin:36px 0 34px;font-size:16px;line-height:1.7;font-family:var(--sans);font-weight:300;letter-spacing:0;text-transform:none;color:#3f483b}
.brand-divider{background:var(--green);color:#f2f2f2;min-height:150px;display:flex;align-items:center;overflow:hidden;position:relative}
.brand-divider-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:1}
.brand-divider p{margin:0;font:500 24px/1.3 var(--serif);letter-spacing:.02em;color:#f2f2f2;text-transform:uppercase}
.brand-divider img{width:176px;align-self:stretch;object-fit:cover;object-position:center right;margin-right:-40px;opacity:.95}
.product-card .price{font-size:22px;color:var(--green);font-weight:600}.product-card .price span{display:none}
.site-footer:after{content:none!important;display:none!important}.site-footer{background:#f4f3ef}
@media (max-width:760px){:root{--section-title-size:clamp(30px,8vw,40px);--hero-title-size:clamp(36px,11vw,48px)}.brand-divider{min-height:128px}.brand-divider-inner{align-items:center}.brand-divider p{font-size:20px;line-height:1.35}.brand-divider img{width:128px;margin-right:-64px;opacity:.75}.intro40-grid .maturity-note{font-size:15px}}
@media (max-width:420px){.brand-divider p{font-size:18px}.brand-divider img{display:none}.seed-head h2{font-size:var(--section-title-size)}}

/* v6 — ajustes exclusivos para mobile: Hero responsiva */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 0 0 56px;
    overflow: hidden;
  }

  .hero-bg {
    object-position: 63% center;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(250, 249, 245, 0.96) 0%,
      rgba(250, 249, 245, 0.82) 38%,
      rgba(250, 249, 245, 0.34) 72%,
      rgba(250, 249, 245, 0.12) 100%
    );
  }

  .hero .container {
    width: calc(100% - 56px);
  }

  .hero-content {
    padding-top: 144px;
  }

  .hero h1 {
    width: 100%;
    max-width: 315px;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .hero-actions {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 285px;
  }

  .hero-actions .btn,
  .hero-actions .btn.primary,
  .hero-actions .btn.ghost {
    width: 100%;
    min-height: 54px;
    padding-inline: 22px;
    text-align: center;
  }

  .hero-highlights {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: calc(100% - 56px);
    max-width: 340px;
    margin: 34px auto 0;
    grid-template-columns: 1fr;
    border-radius: 28px;
    z-index: 3;
  }

  .hero-highlights article {
    min-height: 86px;
    padding: 16px 22px;
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(187, 185, 79, 0.25);
  }

  .hero-highlights article:last-child {
    border-bottom: 0;
  }

  .hero-highlights p {
    font-size: 18px;
    line-height: 1.3;
  }

  .icon-dot {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
}

@media (max-width: 420px) {
  .hero .container,
  .hero-highlights {
    width: calc(100% - 48px);
  }

  .hero-content {
    padding-top: 136px;
  }

  .hero h1 {
    max-width: 300px;
    font-size: clamp(31px, 8.5vw, 36px);
  }

  .hero-actions {
    max-width: 272px;
  }

  .hero-highlights {
    margin-top: 32px;
    max-width: 320px;
  }
}

@media (max-width: 360px) {
  .hero .container,
  .hero-highlights {
    width: calc(100% - 36px);
  }

  .hero h1 {
    max-width: 280px;
    font-size: 30px;
  }

  .hero-actions {
    max-width: 260px;
  }
}

/* v7 — ajustes finais desktop/mobile solicitados */
.seed-title-row{display:flex;align-items:center;gap:28px;width:100%;max-width:100%;}
.seed-title-row h2{margin:0;flex:0 0 auto;max-width:none;}
.seed-title-line{display:block;flex:1 1 auto;height:1px;background:rgba(79,86,54,.72);min-width:120px;}
.seed-title-icon{width:40px;height:40px;flex:0 0 40px;object-fit:contain;}
.footer-support .footer-social{display:flex;align-items:center;gap:14px;margin-top:18px;}
.footer-support .social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0;border:1px solid rgba(79,98,71,.32);border-radius:999px;color:var(--green);transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;}
.footer-support .social-link svg{width:20px;height:20px;fill:currentColor;}
.footer-support .social-link:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-2px);}
@media (max-width:760px){
  .hero-content{text-align:center;}
  .hero h1{margin-left:auto;margin-right:auto;text-align:center;}
  .hero-actions{margin-left:auto;margin-right:auto;align-items:stretch;}
  .seed-title-row{gap:18px;align-items:center;}
  .seed-title-row h2{flex:1 1 auto;}
  .seed-title-line{min-width:72px;}
  .seed-title-icon{width:34px;height:34px;flex-basis:34px;}
  .footer-support .footer-social{justify-content:flex-start;}
}
@media (max-width:520px){
  .seed-title-row{gap:14px;}
  .seed-title-line{min-width:44px;}
  .seed-title-icon{width:30px;height:30px;flex-basis:30px;}
}

/* v8 — correção do tamanho dos ícones sociais no mobile */
.site-footer .footer-support .footer-social {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.site-footer .footer-support .footer-social .social-link {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.site-footer .footer-support .footer-social .social-link svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
  fill: currentColor !important;
}

@media (max-width: 760px) {
  .site-footer .footer-support .footer-social {
    justify-content: flex-start !important;
    gap: 10px !important;
  }

  .site-footer .footer-support .footer-social .social-link {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  .site-footer .footer-support .footer-social .social-link svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    flex-basis: 18px !important;
  }
}

/* v9 — manter ícones sociais do footer lado a lado no mobile */
.site-footer .footer-support .footer-social {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: auto !important;
  max-width: none !important;
}

.site-footer .footer-support .footer-social a.social-link {
  display: inline-flex !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  .site-footer .footer-support .footer-social {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin-top: 14px !important;
  }

  .site-footer .footer-support .footer-social a.social-link {
    display: inline-flex !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    margin: 0 !important;
  }
}
/* v10 seed heading restore */
.seed-title-row {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
}
.seed-title-row h2 {
  margin: 0;
  flex: 0 0 auto;
  max-width: none;
}
.seed-title-line {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  min-width: 120px;
  background: rgba(79, 86, 54, 0.72);
}
.seed-title-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .seed-title-row { gap: 18px; }
  .seed-title-line { min-width: 56px; }
  .seed-title-icon { width: 34px; height: 34px; flex-basis: 34px; }
}
@media (max-width: 420px) {
  .seed-title-row { gap: 12px; }
  .seed-title-line { min-width: 40px; }
  .seed-title-icon { width: 30px; height: 30px; flex-basis: 30px; }
}
