.elementor-3342 .elementor-element.elementor-element-64dc4ab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9d0908e *//* ==========================================================
   MYGREENBIN — ORGANIC WASTE SHREDDER + PRE COMPOSTER
   Modern responsive redesign
   No header / footer
========================================================== */

:root {
  --green-950: #082b18;
  --green-900: #0d3b21;
  --green-800: #145329;
  --green-700: #1f7732;
  --green-600: #2f9639;
  --green-500: #45b54e;

  --mint-100: #e7f4e8;
  --mint-50: #f4f9f4;
  --lime: #cce98a;

  --ink: #111c15;
  --text: #34443a;
  --muted: #748078;
  --line: #dce7de;
  --white: #fff;

  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;

  --shadow-sm: 0 12px 34px rgba(14, 60, 31, 0.08);
  --shadow-md: 0 26px 72px rgba(14, 60, 31, 0.14);

  --container: 1200px;
}

/*
  H1 / H2 use Recoleta A1 as requested previously.
  Load your licensed Recoleta A1 font in your main website/theme.

  Example:
  @font-face {
    font-family: "Recoleta A1";
    src: url("YOUR-RECOLETA-A1-FONT.woff2") format("woff2");
    font-display: swap;
  }
*/

/* ----------------------------------------------------------
   RESET
---------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Recoleta A1", "Recoleta", Georgia, serif;
  font-weight: 500;
}

h3 {
  font-family: "Manrope", Arial, sans-serif;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.section-soft {
  background: var(--mint-50);
}

/* ----------------------------------------------------------
   COMMON
---------------------------------------------------------- */

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--green-600);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-600);
  box-shadow: 0 0 0 6px rgba(47, 150, 57, 0.11);
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  max-width: 820px;
  margin-bottom: 15px;
  font-size: clamp(2.45rem, 4.8vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.centered {
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 54px;
  text-align: center;
}

.centered h2,
.centered p {
  margin-inline: auto;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p {
  padding-bottom: 7px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.89rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--green-600);
  box-shadow: 0 12px 30px rgba(47, 150, 57, 0.22);
}

.btn-primary:hover {
  background: var(--green-700);
}

.btn-outline {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.btn-outline:hover {
  border-color: var(--green-600);
}

.btn-light {
  color: var(--green-950);
  background: var(--white);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255,255,255,.27);
}

/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 108px;
  background:
    radial-gradient(circle at 84% 17%, rgba(77, 184, 86, 0.15), transparent 25%),
    radial-gradient(circle at 64% 80%, rgba(203, 234, 138, 0.17), transparent 23%),
    linear-gradient(180deg, #fbfefb 0%, #fff 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  top: -340px;
  right: -190px;
  border: 1px solid rgba(47, 150, 57, 0.10);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
  gap: 74px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 810px;
  margin-bottom: 26px;
  font-size: clamp(3.5rem, 6.8vw, 6.35rem);
  line-height: .97;
  letter-spacing: -0.05em;
}

.hero-copy h1 span {
  color: var(--green-600);
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 33px;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.stat-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
}

.stat-card strong,
.stat-card span {
  display: block;
}

.stat-card strong {
  margin-bottom: 3px;
  font-size: 0.76rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.63rem;
}

/* Hero media */

.hero-media {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.hero-image-wrap {
  position: relative;
  width: min(100%, 520px);
}

.hero-image-wrap::before,
.hero-image-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-image-wrap::before {
  width: 540px;
  height: 540px;
  border: 1px solid rgba(47, 150, 57, 0.15);
}

.hero-image-wrap::after {
  width: 420px;
  height: 420px;
  border: 1px dashed rgba(47, 150, 57, 0.15);
}

.hero-image-wrap > img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow-md);
}

.media-tag {
  position: absolute;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(220,231,222,.88);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.tag-top {
  top: 76px;
  right: -42px;
}

.tag-bottom {
  left: -34px;
  bottom: 48px;
}

.media-tag > span {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 12px;
  background: var(--green-600);
}

.media-tag strong,
.media-tag small {
  display: block;
}

.media-tag strong {
  font-size: .82rem;
}

.media-tag small {
  color: var(--muted);
  font-size: .66rem;
}

/* ----------------------------------------------------------
   BENEFITS
---------------------------------------------------------- */

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-card {
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: #bdd8c0;
  box-shadow: var(--shadow-sm);
}

.benefit-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--green-600);
  font-size: .65rem;
  font-weight: 900;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--green-800);
  border-radius: 15px;
  background: var(--mint-100);
  font-weight: 900;
}

.benefit-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: .83rem;
}

/* ----------------------------------------------------------
   SYSTEM TABS
---------------------------------------------------------- */

.system-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab-controls {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 6px;
  margin: 0 auto 28px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--mint-50);
}

.tab-label {
  min-width: 310px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border-radius: 15px;
  cursor: pointer;
  transition:
    background 170ms ease,
    box-shadow 170ms ease;
}

.tab-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  color: var(--green-800);
  border-radius: 12px;
  background: var(--white);
  font-weight: 900;
}

.tab-label strong,
.tab-label small {
  display: block;
}

.tab-label strong {
  margin-bottom: 2px;
  font-size: .82rem;
}

.tab-label small {
  color: var(--muted);
  font-size: .67rem;
}

#shredder:checked ~ .tab-controls .shredder-label,
#precomposter:checked ~ .tab-controls .precomposter-label {
  background: var(--white);
  box-shadow: 0 7px 22px rgba(14, 60, 31, 0.08);
}

#shredder:checked ~ .tab-controls .shredder-label .tab-icon,
#precomposter:checked ~ .tab-controls .precomposter-label .tab-icon {
  color: var(--white);
  background: var(--green-600);
}

.system-panel {
  overflow: hidden;
  display: none;
  grid-template-columns: .95fr 1.05fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

#shredder:checked ~ .shredder-panel {
  display: grid;
}

#precomposter:checked ~ .precomposter-panel {
  display: grid;
}

.system-image {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  padding: 62px 40px;
}

.green-bg {
  background:
    radial-gradient(circle at 70% 30%, rgba(66, 179, 75, .18), transparent 30%),
    linear-gradient(145deg, #f1f8f2, #e8f3e9);
}

.lime-bg {
  background:
    radial-gradient(circle at 72% 30%, rgba(200, 231, 132, .25), transparent 30%),
    linear-gradient(145deg, #f5f8ec, #eaf3e7);
}

.system-image img {
  max-width: 520px;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 25px 30px rgba(14, 60, 31, .12));
}

.system-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(14, 60, 31, .08);
  font-size: .7rem;
  font-weight: 800;
}

.image-spec {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 16px;
  background: rgba(255,255,255,.93);
  box-shadow: var(--shadow-sm);
}

.image-spec span,
.image-spec strong {
  display: block;
}

.image-spec span {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: .66rem;
}

.image-spec strong {
  color: var(--green-900);
  font-size: .88rem;
}

.system-content {
  padding: 58px 55px;
}

.system-tag {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 11px;
  color: var(--green-700);
  border-radius: 999px;
  background: var(--mint-100);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.system-content h2 {
  margin-bottom: 14px;
  font-size: clamp(2.5rem, 3.6vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.system-intro {
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.75;
}

.feature-list {
  display: grid;
}

.feature-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.feature-row:last-child {
  border-bottom: 0;
}

.check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--green-700);
  border-radius: 11px;
  background: var(--mint-100);
  font-size: .79rem;
  font-weight: 900;
}

.feature-row strong {
  display: block;
  margin-bottom: 3px;
  font-size: .87rem;
}

.feature-row p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
}

/* ----------------------------------------------------------
   DARK / WASTE TYPES
---------------------------------------------------------- */

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(67, 179, 76, .23), transparent 28%),
    var(--green-950);
}

.light h2 {
  color: var(--white);
}

.light > p {
  color: rgba(255,255,255,.58);
}

.section-kicker-light {
  color: #a7e5ad;
}

.waste-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.waste-card {
  min-height: 285px;
  padding: 23px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.055);
}

.waste-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 64px;
  border-radius: 14px;
  background: rgba(172, 230, 178, .1);
}

.waste-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1rem;
}

.waste-card p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: .78rem;
}

/* ----------------------------------------------------------
   PROCESS
---------------------------------------------------------- */

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.process-card {
  min-height: 275px;
  padding: 12px 23px 24px;
  border-left: 1px solid var(--line);
}

.process-card:last-child {
  border-right: 1px solid var(--line);
}

.step-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 65px;
}

.step-top > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  border-radius: 50%;
  background: var(--lime);
  font-size: .68rem;
  font-weight: 900;
}

.step-top i {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.process-card h3 {
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
}

/* ----------------------------------------------------------
   ADVANTAGES
---------------------------------------------------------- */

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.advantage-card {
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition:
    transform 170ms ease,
    border-color 170ms ease;
}

.advantage-card:hover {
  transform: translateY(-4px);
  border-color: #bdd8c0;
}

.advantage-card > span {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--green-600);
  font-size: .66rem;
  font-weight: 900;
}

.advantage-card h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.advantage-card p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
}

/* ----------------------------------------------------------
   IDEAL FOR
---------------------------------------------------------- */

.ideal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ideal-grid article {
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.ideal-grid article > span {
  display: block;
  margin-bottom: 60px;
  color: var(--green-600);
  font-size: .66rem;
  font-weight: 900;
}

.ideal-grid h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.ideal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
}

/* ----------------------------------------------------------
   CTA
---------------------------------------------------------- */

.cta-section {
  padding: 30px 0 100px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 56px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 20%, rgba(112,219,121,.2), transparent 25%),
    var(--green-950);
}

.cta-card > div:first-child {
  max-width: 760px;
}

.cta-card h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.cta-card p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.62);
}

.cta-actions {
  min-width: 220px;
  display: grid;
  gap: 10px;
}

/* ----------------------------------------------------------
   RESPONSIVE — LARGE TABLET
---------------------------------------------------------- */

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-media {
    width: min(100%, 720px);
    min-height: 580px;
    margin-inline: auto;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .system-panel {
    grid-template-columns: 1fr;
  }

  .system-image {
    min-height: 500px;
  }

  .waste-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  .process-card,
  .process-card:last-child {
    min-height: 235px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
  }

  .step-top {
    margin-bottom: 42px;
  }

  .step-top i {
    display: none;
  }
}

/* ----------------------------------------------------------
   RESPONSIVE — TABLET
---------------------------------------------------------- */

@media (max-width: 820px) {
  .section {
    padding: 82px 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .split-heading > p {
    padding-bottom: 0;
  }

  .hero-section {
    padding: 66px 0 82px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 11vw, 5.1rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 520px;
  }

  .tag-top {
    right: -8px;
  }

  .tag-bottom {
    left: -8px;
  }

  .tab-controls {
    width: 100%;
  }

  .tab-label {
    min-width: 0;
  }

  .system-content {
    padding: 44px 34px;
  }

  .waste-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-grid,
  .ideal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-actions {
    width: 100%;
  }
}

/* ----------------------------------------------------------
   RESPONSIVE — MOBILE
---------------------------------------------------------- */

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-section {
    padding: 50px 0 68px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4.1rem);
  }

  .hero-lead {
    font-size: .95rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media {
    min-height: 400px;
  }

  .hero-image-wrap::before,
  .hero-image-wrap::after {
    display: none;
  }

  .hero-image-wrap > img {
    border-radius: 26px;
  }

  .media-tag {
    min-width: 146px;
    padding: 10px 11px;
  }

  .tag-top {
    top: 18px;
    right: 8px;
  }

  .tag-bottom {
    left: 8px;
    bottom: 15px;
  }

  .section-heading h2 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .benefit-grid,
  .waste-grid,
  .process-grid,
  .advantage-grid,
  .ideal-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .waste-card,
  .process-card,
  .advantage-card,
  .ideal-grid article {
    min-height: auto;
  }

  .tab-controls {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .tab-label {
    width: 100%;
  }

  .system-image {
    min-height: 370px;
    padding: 62px 18px 40px;
  }

  .system-image img {
    max-width: 360px;
  }

  .system-badge {
    top: 16px;
    left: 16px;
  }

  .image-spec {
    right: 16px;
    bottom: 16px;
  }

  .system-content {
    padding: 34px 22px;
  }

  .feature-row {
    grid-template-columns: 34px 1fr;
  }

  .waste-icon,
  .benefit-number,
  .advantage-card > span,
  .ideal-grid article > span {
    margin-bottom: 34px;
  }

  .step-top {
    margin-bottom: 28px;
  }

  .cta-section {
    padding-bottom: 70px;
  }

  .cta-card {
    padding: 34px 23px;
    border-radius: 24px;
  }

  .cta-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* ----------------------------------------------------------
   ACCESSIBILITY
---------------------------------------------------------- */

:focus-visible {
  outline: 3px solid rgba(47,150,57,.35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */