:root {
  --green-900: #0b3d2e;
  --green-800: #0f513c;
  --green-700: #0f6b4f;
  --green-600: #14805f;
  --green-100: #eaf5ef;
  --lime: #cce85b;
  --cream: #f8f3e8;
  --orange: #f4a340;
  --ink: #17201d;
  --muted: #63706b;
  --white: #ffffff;
  --line: #dce5e0;
  --shadow: 0 24px 70px rgba(9, 63, 46, .13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

button, input, textarea, select { font: inherit; }

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 81, 60, .08);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
}

.brand-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--green-100);
}

.brand-icon svg {
  width: 30px;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-icon .leaf { stroke: var(--orange); }

.brand strong {
  display: block;
  color: var(--green-900);
  font-size: .98rem;
  line-height: 1.2;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: .7rem;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: .9rem;
  font-weight: 700;
}

.main-nav > a:not(.btn) {
  position: relative;
  padding: 10px 0;
}

.main-nav > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--green-700);
  transition: right .25s ease;
}

.main-nav > a:not(.btn):hover::after { right: 0; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--green-100);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green-900);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-small {
  min-height: 42px;
  padding: 9px 18px;
  background: var(--green-900);
  color: var(--white);
}

.btn-primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(15, 107, 79, .22);
}

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

.btn-ghost {
  border-color: rgba(15, 81, 60, .22);
  color: var(--green-900);
  background: rgba(255, 255, 255, .5);
}

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

.btn-full { width: 100%; }

.hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 30%, rgba(204, 232, 91, .2), transparent 30%),
    linear-gradient(135deg, #fbfaf5 0%, #edf7f1 100%);
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .55;
  pointer-events: none;
}

.hero-shape-one {
  width: 480px;
  height: 480px;
  right: -170px;
  top: -190px;
  background: rgba(244, 163, 64, .22);
}

.hero-shape-two {
  width: 250px;
  height: 250px;
  left: -120px;
  bottom: -120px;
  background: rgba(15, 107, 79, .16);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding-block: 95px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--green-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

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

h1, h2 {
  letter-spacing: -.045em;
  line-height: 1.08;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--green-900);
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 800;
}

h1 em {
  display: block;
  color: var(--orange);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.hero-highlights {
  display: flex;
  gap: 0;
  max-width: 600px;
}

.hero-highlights div {
  padding: 0 24px;
  border-left: 1px solid rgba(15, 81, 60, .18);
}

.hero-highlights div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-highlights strong {
  display: block;
  color: var(--green-900);
  font-size: 1.25rem;
}

.hero-highlights span {
  color: var(--muted);
  font-size: .74rem;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.visual-card {
  position: absolute;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.visual-main {
  width: 430px;
  height: 500px;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255,255,255,.95), rgba(234,245,239,.9)),
    var(--white);
  border: 1px solid rgba(255, 255, 255, .8);
}

.visual-main::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--lime);
  opacity: .35;
  right: -80px;
  top: 40px;
}

.visual-tag {
  position: absolute;
  left: 26px;
  top: 24px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.bag-illustration {
  position: relative;
  width: 250px;
  height: 350px;
  transform: rotate(3deg);
}

.bag-handle {
  position: absolute;
  left: 58px;
  top: 0;
  width: 134px;
  height: 85px;
  border: 16px solid var(--green-700);
  border-bottom: 0;
  border-radius: 58px 58px 0 0;
}

.bag-body {
  position: absolute;
  inset: 65px 0 0;
  display: grid;
  place-items: center;
  border-radius: 9px 9px 24px 24px;
  background:
    linear-gradient(140deg, rgba(255,255,255,.32), transparent 48%),
    var(--green-700);
  box-shadow: 0 24px 45px rgba(15, 107, 79, .3);
}

.bag-body::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px 5px 17px 17px;
}

.bag-logo {
  position: relative;
  z-index: 2;
  padding: 18px 25px;
  border: 2px solid rgba(255,255,255,.75);
  color: #fff;
  text-align: center;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: .95;
  letter-spacing: .08em;
}

.visual-note {
  left: -40px;
  bottom: 26px;
  width: 260px;
  padding: 20px 22px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: rgba(255,255,255,.94);
}

.visual-note p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.55;
}

.visual-note .dot {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.floating-leaf {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.leaf-one {
  width: 58px;
  height: 58px;
  top: 55px;
  left: 0;
  background: var(--orange);
  color: white;
}

.leaf-two {
  width: 32px;
  height: 32px;
  right: -16px;
  bottom: 90px;
  color: var(--green-700);
  background: var(--lime);
}

.trust-strip {
  background: var(--green-900);
  color: #fff;
}

.trust-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
  font-size: .78rem;
  font-weight: 700;
}

.trust-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-grid span { color: var(--lime); }

.section { padding: 110px 0; }

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

.section-heading h2 {
  margin-bottom: 18px;
  color: var(--green-900);
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.section-heading p { color: var(--muted); }

.models { background: var(--white); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(16, 55, 44, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  aspect-ratio: 699 / 344;
  overflow: hidden;
  background: var(--cream);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.product-card:hover .product-image img { transform: scale(1.025); }

.product-content { padding: 30px; }

.product-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-content h3 {
  margin-bottom: 12px;
  color: var(--green-900);
  font-size: 1.55rem;
}

.product-content p,
.product-content li { color: var(--muted); }

.product-content ul {
  padding-left: 20px;
  margin: 20px 0 24px;
}

.text-link {
  color: var(--green-700);
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s ease;
}

.text-link:hover span { transform: translateX(5px); }

.custom-banner {
  margin-top: 30px;
  padding: 38px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 20%, rgba(204,232,91,.35), transparent 22%),
    var(--green-700);
  color: #fff;
}

.custom-banner .eyebrow {
  margin-bottom: 7px;
  color: var(--lime);
}

.custom-banner h3 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.benefits { background: var(--cream); }

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

.benefit-card {
  min-height: 290px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,81,60,.08);
}

.icon-box {
  width: 52px;
  height: 52px;
  margin-bottom: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: .75rem;
  font-weight: 800;
}

.benefit-card h3 {
  color: var(--green-900);
  font-size: 1.18rem;
}

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

.process { background: var(--green-900); color: #fff; }

.process-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: start;
}

.process-copy {
  position: sticky;
  top: 130px;
}

.process .eyebrow { color: var(--lime); }

.process-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.process-copy p {
  color: rgba(255,255,255,.72);
  margin-bottom: 28px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.steps li:first-child { padding-top: 0; }

.steps li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--green-900);
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 7px;
  font-size: 1.25rem;
}

.steps p {
  margin-bottom: 0;
  color: rgba(255,255,255,.68);
}

.quote-section {
  background:
    radial-gradient(circle at 0% 100%, rgba(244,163,64,.14), transparent 28%),
    #f6faf8;
}

.quote-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 130px;
}

.quote-copy h2 {
  margin-bottom: 20px;
  color: var(--green-900);
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.quote-copy > p { color: var(--muted); }

.contact-card {
  margin-top: 35px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--green-900);
  color: white;
}

.contact-card span {
  display: block;
  margin-bottom: 13px;
  color: var(--lime);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-card a {
  display: block;
  margin: 7px 0;
  font-size: .88rem;
}

.quote-form {
  padding: 35px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: block;
  margin-bottom: 18px;
  color: var(--green-900);
  font-size: .8rem;
  font-weight: 800;
}

input, textarea, select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  color: var(--ink);
  background: #fbfdfc;
  transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 4px rgba(20,128,95,.1);
}

textarea { resize: vertical; }

.file-label small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-weight: 500;
}

.check-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 500;
}

.check-label input {
  width: auto;
  margin: 5px 0 0;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: .72rem;
}

.faq { background: var(--white); }

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.faq-heading { margin-bottom: 0; }

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 22px 40px 22px 0;
  cursor: pointer;
  color: var(--green-900);
  font-weight: 800;
  list-style: none;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  font-size: 1.5rem;
  color: var(--green-700);
}

.accordion details[open] summary::after { content: "–"; }

.accordion details p {
  padding-right: 35px;
  color: var(--muted);
}

.final-cta {
  padding: 0 0 80px;
  background: var(--white);
}

.final-cta-inner {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 15%, rgba(204,232,91,.25), transparent 28%),
    var(--green-700);
  color: white;
}

.final-cta .eyebrow { color: var(--lime); }

.final-cta h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.site-footer {
  padding: 70px 0 24px;
  background: #081f18;
  color: rgba(255,255,255,.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 45px;
}

.site-footer strong,
.site-footer h3 { color: white; }

.footer-brand strong { font-size: 1.2rem; }

.footer-brand p { max-width: 420px; }

.site-footer h3 {
  margin-bottom: 14px;
  font-size: .9rem;
}

.site-footer a {
  display: block;
  margin: 7px 0;
  font-size: .82rem;
}

.site-footer a:hover { color: var(--lime); }

.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .72rem;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  min-height: 54px;
  padding: 9px 18px 9px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #25d366;
  color: #073d23;
  box-shadow: 0 15px 35px rgba(0,0,0,.22);
  font-size: .8rem;
  font-weight: 800;
  transition: transform .2s ease;
}

.whatsapp-float:hover { transform: translateY(-3px); }

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: white;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .hero-grid { gap: 35px; }
  .visual-main { width: 380px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .quote-grid, .faq-grid { gap: 50px; }
}

@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    padding: 18px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav .btn { margin-top: 6px; }

  .hero { min-height: auto; }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 75px;
  }
  .hero-visual {
    width: min(100%, 520px);
    min-height: 510px;
    margin-inline: auto;
  }
  .visual-main { right: 20px; }
  .visual-note { left: 20px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .process-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-copy, .quote-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand small { display: none; }
  .brand { min-width: 0; }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero-grid { padding-block: 58px; }
  .hero-highlights { flex-wrap: wrap; row-gap: 20px; }
  .hero-highlights div {
    width: 50%;
    padding: 0 14px;
  }
  .hero-highlights div:nth-child(3) {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .hero-visual { min-height: 430px; }
  .visual-main {
    width: calc(100% - 28px);
    height: 420px;
    right: 0;
  }
  .bag-illustration { transform: scale(.82) rotate(3deg); }
  .visual-note {
    left: 0;
    width: 230px;
  }
  .trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .product-content, .quote-form { padding: 24px; }
  .custom-banner, .final-cta-inner {
    padding: 30px 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .icon-box { margin-bottom: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 10px; }
}
