.elementor-3326 .elementor-element.elementor-element-28a5712{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a45d2d1 *//* ==========================================================
   MYGREENBIN — COMPOSTING MICROBES
   Re-arranged content version
   NO HEADER / NO FOOTER
   Fully responsive
========================================================== */

: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: #ffffff;

  --danger: #b65840;
  --danger-soft: #fff1ec;

  --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;
}

/*
  IMPORTANT:
  Your website should already load "Recoleta A1".
  If not, add your own licensed @font-face declaration above this line.

  Example only:
  @font-face {
    font-family: "Recoleta A1";
    src: url("YOUR-OWN-RECOLETA-A1-FONT-URL.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
  }
*/

/* ----------------------------------------------------------
   RESET
---------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  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;
}

/* Requested heading font */
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: 860px;
  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.85);
}

.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, 0.27);
}

/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 108px;
  background:
    radial-gradient(circle at 84% 16%, 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%, #ffffff 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  top: -345px;
  right: -200px;
  border: 1px solid rgba(47, 150, 57, 0.1);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.83fr);
  gap: 74px;
  align-items: center;
}

.hero-content h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3.5rem, 6.8vw, 6.35rem);
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.hero-content h1 span {
  color: var(--green-600);
}

.hero-description {
  max-width: 700px;
  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-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.hero-meta > div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-meta strong,
.hero-meta span {
  display: block;
}

.hero-meta strong {
  margin-bottom: 3px;
  font-size: 0.77rem;
}

.hero-meta span {
  color: var(--muted);
  font-size: 0.64rem;
}

/* Hero image */

.hero-media {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.image-shell {
  position: relative;
  width: min(100%, 520px);
}

.image-shell::before,
.image-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.image-shell::before {
  width: 540px;
  height: 540px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(47, 150, 57, 0.15);
}

.image-shell::after {
  width: 420px;
  height: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(47, 150, 57, 0.15);
}

.image-shell > img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow-md);
}

.media-chip {
  position: absolute;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(220, 231, 222, 0.88);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.top-chip {
  top: 76px;
  right: -42px;
}

.bottom-chip {
  left: -34px;
  bottom: 48px;
}

.chip-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 12px;
  background: var(--green-600);
}

.media-chip strong,
.media-chip small {
  display: block;
}

.media-chip strong {
  font-size: 0.82rem;
}

.media-chip small {
  color: var(--muted);
  font-size: 0.66rem;
}

/* ----------------------------------------------------------
   PRODUCT GRID
---------------------------------------------------------- */

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--white);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.featured {
  border-color: #b9d7bd;
  box-shadow: 0 18px 50px rgba(14, 60, 31, 0.1);
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
  background: #eef7ef;
}

.product-image-wrap img {
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 7px 10px;
  color: var(--green-700);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 20px rgba(14, 60, 31, 0.08);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 27px;
}

.product-category {
  display: inline-flex;
  width: max-content;
  margin-bottom: 13px;
  padding: 6px 9px;
  color: var(--green-700);
  border-radius: 999px;
  background: var(--mint-100);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-body h3 {
  margin-bottom: 9px;
  font-size: 1.12rem;
  line-height: 1.28;
}

.product-body > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.83rem;
}

.product-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.price small,
.price strong {
  display: block;
}

.price small {
  color: var(--muted);
  font-size: 0.64rem;
}

.price strong {
  margin-top: 2px;
  color: var(--green-900);
  font-size: 1.4rem;
}

.text-link {
  color: var(--green-700);
  font-size: 0.79rem;
  font-weight: 800;
}

.text-link span {
  margin-left: 4px;
}

/* ----------------------------------------------------------
   ABOUT
---------------------------------------------------------- */

.about-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
  align-items: start;
}

.about-sticky {
  position: sticky;
  top: 40px;
}

.about-sticky h2 {
  margin-bottom: 17px;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.about-sticky p {
  margin-bottom: 14px;
  color: var(--muted);
}

.feature-list {
  display: grid;
}

.feature-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.feature-row:first-child {
  padding-top: 0;
}

.feature-row:last-child {
  border-bottom: 0;
}

.feature-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--green-700);
  border-radius: 13px;
  background: var(--mint-100);
  font-size: 0.68rem;
  font-weight: 900;
}

.feature-row h3 {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.feature-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* ----------------------------------------------------------
   GREEN BENEFITS
---------------------------------------------------------- */

.section-green {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(74, 190, 83, 0.23), transparent 28%),
    var(--green-950);
}

.light h2 {
  color: var(--white);
}

.section-kicker-light {
  color: #a6e4ab;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.benefit-card {
  min-height: 315px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
}

.benefit-card > span {
  display: block;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
  font-weight: 900;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 14px;
  background: rgba(174, 231, 179, 0.1);
}

.benefit-card h3 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 1rem;
}

.benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
}

/* ----------------------------------------------------------
   DO'S & DON'TS
---------------------------------------------------------- */

.dos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.dos-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.dos-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.dos-symbol {
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 1.15rem;
  font-weight: 900;
}

.dos .dos-symbol {
  color: var(--green-700);
  background: var(--mint-100);
}

.donts .dos-symbol {
  color: var(--danger);
  background: var(--danger-soft);
}

.dos-heading small {
  display: block;
  margin-bottom: 1px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dos-heading h3 {
  margin: 0;
  font-size: 1.35rem;
}

.dos-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dos-card li {
  position: relative;
  padding: 13px 14px 13px 42px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--mint-50);
  font-size: 0.8rem;
}

.dos-card li::before {
  position: absolute;
  top: 12px;
  left: 15px;
  font-weight: 900;
}

.dos li::before {
  content: "✓";
  color: var(--green-600);
}

.donts li::before {
  content: "×";
  color: var(--danger);
}

/* ----------------------------------------------------------
   WASTE TYPES
---------------------------------------------------------- */

.waste-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.waste-grid article {
  min-height: 210px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.waste-grid article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 60px;
  border-radius: 14px;
  background: var(--mint-100);
}

.waste-grid h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.3;
}

/* ----------------------------------------------------------
   PROCESS
---------------------------------------------------------- */

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(67, 179, 76, 0.22), transparent 28%),
    var(--green-950);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.process-card {
  min-height: 280px;
  padding: 12px 23px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.process-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 67px;
}

.step-head > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  border-radius: 50%;
  background: #b2e7b7;
  font-size: 0.68rem;
  font-weight: 900;
}

.step-head i {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.process-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.05rem;
}

.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
}

/* ----------------------------------------------------------
   IDEAL FOR
---------------------------------------------------------- */

.ideal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.ideal-grid article {
  min-height: 225px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition:
    transform 170ms ease,
    border-color 170ms ease;
}

.ideal-grid article:hover {
  transform: translateY(-4px);
  border-color: #b9d6bd;
}

.ideal-grid article > span {
  display: block;
  margin-bottom: 65px;
  color: var(--green-600);
  font-size: 0.66rem;
  font-weight: 900;
}

.ideal-grid h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.ideal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}

/* ----------------------------------------------------------
   BY PRODUCTS
---------------------------------------------------------- */

.output-grid {
  width: min(100%, 900px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-inline: auto;
}

.output-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.output-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 52px;
  border-radius: 16px;
  background: var(--mint-100);
}

.output-card > span,
.output-card > strong {
  display: block;
}

.output-card > span {
  margin-bottom: 4px;
  color: var(--green-600);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.output-card > strong {
  margin-bottom: 9px;
  font-size: 1.32rem;
}

.output-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* ----------------------------------------------------------
   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, 0.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: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.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-content {
    max-width: 900px;
  }

  .hero-media {
    width: min(100%, 720px);
    min-height: 580px;
    margin-inline: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:last-child {
    grid-column: span 2;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-sticky {
    position: static;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .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 rgba(255, 255, 255, 0.12);
    border-radius: 18px;
  }

  .step-head {
    margin-bottom: 42px;
  }

  .step-head i {
    display: none;
  }

  .ideal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ----------------------------------------------------------
   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 80px;
  }

  .hero-content h1 {
    font-size: clamp(3.1rem, 11vw, 5.1rem);
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 520px;
  }

  .top-chip {
    right: -8px;
  }

  .bottom-chip {
    left: -8px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dos-grid {
    grid-template-columns: 1fr;
  }

  .waste-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .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-content h1 {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media {
    min-height: 400px;
  }

  .image-shell::before,
  .image-shell::after {
    display: none;
  }

  .image-shell > img {
    border-radius: 26px;
  }

  .media-chip {
    min-width: 146px;
    padding: 10px 11px;
  }

  .top-chip {
    top: 18px;
    right: 8px;
  }

  .bottom-chip {
    left: 8px;
    bottom: 15px;
  }

  .section-heading h2 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card:last-child {
    grid-column: auto;
  }

  .product-body {
    padding: 22px;
  }

  .about-sticky h2 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .feature-row {
    grid-template-columns: 42px 1fr;
  }

  .benefit-grid,
  .waste-grid,
  .process-grid,
  .ideal-grid,
  .output-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
  }

  .benefit-card > span {
    margin-bottom: 32px;
  }

  .dos-card {
    padding: 23px;
    border-radius: 24px;
  }

  .waste-grid article {
    min-height: 165px;
  }

  .waste-grid article > span {
    margin-bottom: 36px;
  }

  .process-card {
    min-height: auto;
    padding: 24px;
  }

  .step-head {
    margin-bottom: 28px;
  }

  .ideal-grid article {
    min-height: 180px;
  }

  .ideal-grid article > span {
    margin-bottom: 42px;
  }

  .output-card {
    min-height: auto;
  }

  .output-icon {
    margin-bottom: 36px;
  }

  .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, 0.35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */