.eeaoc-arandanos-wrap {
  --eeaoc-green: #1f7a34;
  --eeaoc-green-dark: #155724;
  --eeaoc-lime: #8dc63f;
  --eeaoc-blue: #1d8dc6;
  --eeaoc-yellow: #f2c300;
  --eeaoc-ink: #1f2937;
  --eeaoc-muted: #667085;
  --eeaoc-line: #dbe8d4;
  --eeaoc-bg: #f5f8f1;
  --eeaoc-white: #ffffff;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--eeaoc-ink);
}

.eeaoc-arandanos-wrap *,
.eeaoc-arandanos-wrap *::before,
.eeaoc-arandanos-wrap *::after {
  box-sizing: border-box;
}

.eeaoc-arandanos-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 54px);
  margin: 18px 0 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.38) 0 120px, transparent 121px),
    linear-gradient(135deg, var(--eeaoc-green-dark) 0%, var(--eeaoc-green) 48%, var(--eeaoc-lime) 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(31, 122, 52, .24);
}

.eeaoc-arandanos-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--eeaoc-yellow), var(--eeaoc-lime), var(--eeaoc-green));
}

.eeaoc-arandanos-hero__content {
  position: relative;
  z-index: 2;
}

.eeaoc-arandanos-brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .98;
}

.eeaoc-arandanos-logo {
  width: auto;
  max-width: 132px;
  height: 48px;
  object-fit: contain;
  background: rgba(255,255,255,.92);
  border-radius: 12px;
  padding: 6px;
}

.eeaoc-arandanos-logo-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 42px;
  padding: 0 14px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
  font-weight: 900;
}

.eeaoc-arandanos-hero h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: #ffffff;
}

.eeaoc-arandanos-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  color: rgba(255,255,255,.91);
}

.eeaoc-arandanos-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.eeaoc-arandanos-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.eeaoc-arandanos-berry {
  position: relative;
  min-height: 210px;
  z-index: 1;
}

.eeaoc-arandanos-berry span {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.84) 0 6px, transparent 7px),
    radial-gradient(circle at 60% 74%, rgba(0,0,0,.14) 0 14px, transparent 15px),
    linear-gradient(145deg, #253f91, #3d5ac8 58%, #162c73);
  box-shadow: 0 20px 48px rgba(12, 35, 82, .26);
  opacity: .96;
}

.eeaoc-arandanos-berry span:nth-child(1) { top: 0; right: 58px; }
.eeaoc-arandanos-berry span:nth-child(2) { top: 60px; right: 128px; width: 88px; height: 88px; }
.eeaoc-arandanos-berry span:nth-child(3) { top: 86px; right: 30px; width: 96px; height: 96px; }
.eeaoc-arandanos-berry span:nth-child(4) { top: 158px; right: 96px; width: 66px; height: 66px; }
.eeaoc-arandanos-berry span:nth-child(5) { top: 154px; right: 0; width: 58px; height: 58px; }

.eeaoc-arandanos-alert {
  margin: 0 0 18px;
  padding: 15px 18px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid transparent;
}

.eeaoc-arandanos-alert--ok {
  color: #135c28;
  background: #e9f7ec;
  border-color: #bfe6ca;
}

.eeaoc-arandanos-alert--error {
  color: #8a1f11;
  background: #fff1ec;
  border-color: #ffd1c2;
}

.eeaoc-arandanos-form {
  display: grid;
  gap: 18px;
}

.eeaoc-arandanos-card {
  background: var(--eeaoc-white);
  border: 1px solid var(--eeaoc-line);
  border-radius: 22px;
  padding: clamp(20px, 4vw, 34px);
  box-shadow: 0 14px 38px rgba(16, 24, 40, .06);
}

.eeaoc-arandanos-intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, var(--eeaoc-bg));
}

.eeaoc-arandanos-intro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--eeaoc-yellow), var(--eeaoc-lime), var(--eeaoc-green));
}

.eeaoc-arandanos-intro p {
  margin: 0;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1.65;
  color: #344054;
}

.eeaoc-arandanos-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.eeaoc-arandanos-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--eeaoc-green), var(--eeaoc-lime));
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(31, 122, 52, .22);
}

.eeaoc-arandanos-section-title h3 {
  margin: 0;
  font-size: clamp(21px, 2.6vw, 28px);
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--eeaoc-ink);
}

.eeaoc-arandanos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eeaoc-arandanos-grid-full {
  grid-column: 1 / -1;
}

.eeaoc-arandanos-form label > span,
.eeaoc-arandanos-other > span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #344054;
}

.eeaoc-arandanos-form input[type="text"],
.eeaoc-arandanos-form input[type="email"],
.eeaoc-arandanos-form input[type="tel"],
.eeaoc-arandanos-form input[type="number"],
.eeaoc-arandanos-form input[type="date"],
.eeaoc-arandanos-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdddc7;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  font: inherit;
  color: var(--eeaoc-ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.eeaoc-arandanos-form textarea {
  min-height: 130px;
  resize: vertical;
}

.eeaoc-arandanos-form input:focus,
.eeaoc-arandanos-form textarea:focus {
  border-color: var(--eeaoc-green);
  box-shadow: 0 0 0 4px rgba(31, 122, 52, .12);
  background: #fcfffb;
}

.eeaoc-arandanos-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--eeaoc-line);
}

.eeaoc-arandanos-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.eeaoc-arandanos-table th {
  padding: 13px 14px;
  background: #eef7e8;
  color: #254a2e;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.eeaoc-arandanos-table td {
  padding: 10px;
  border-top: 1px solid var(--eeaoc-line);
  vertical-align: top;
}

.eeaoc-arandanos-table-actions {
  width: 82px;
  text-align: center !important;
}

.eeaoc-arandanos-row-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #fff1ec;
  color: #b42318;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.eeaoc-arandanos-row-remove:hover {
  transform: translateY(-1px);
  background: #ffd8cd;
}

.eeaoc-arandanos-row-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.eeaoc-arandanos-secondary,
.eeaoc-arandanos-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 20px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.eeaoc-arandanos-secondary {
  background: #edf7e7;
  color: var(--eeaoc-green-dark);
}

.eeaoc-arandanos-secondary:hover,
.eeaoc-arandanos-submit:hover {
  transform: translateY(-1px);
}

.eeaoc-arandanos-total {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f8faf7;
  border: 1px solid var(--eeaoc-line);
  color: #344054;
  font-weight: 800;
}

.eeaoc-arandanos-total strong {
  color: var(--eeaoc-green);
  font-size: 22px;
}

.eeaoc-arandanos-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eeaoc-arandanos-options label,
.eeaoc-arandanos-accept {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--eeaoc-line);
  border-radius: 16px;
  background: #fbfdf9;
  padding: 14px 15px;
  cursor: pointer;
}

.eeaoc-arandanos-options input,
.eeaoc-arandanos-accept input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--eeaoc-green);
}

.eeaoc-arandanos-options label span,
.eeaoc-arandanos-accept span {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #344054;
}

.eeaoc-arandanos-other {
  display: none;
  margin-top: 16px;
}

.eeaoc-arandanos-other.is-visible {
  display: block;
}

.eeaoc-arandanos-declaration-box {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f8faf7;
  border: 1px solid var(--eeaoc-line);
}

.eeaoc-arandanos-declaration-box p {
  margin: 0;
  line-height: 1.65;
  color: #3f4d3d;
}

.eeaoc-arandanos-accept {
  margin-top: 18px;
  background: #edf7e7;
}

.eeaoc-arandanos-submit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 6px 4px;
}

.eeaoc-arandanos-submit-bar p {
  margin: 0;
  color: var(--eeaoc-muted);
  font-size: 14px;
}

.eeaoc-arandanos-submit {
  min-height: 56px;
  padding: 14px 26px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--eeaoc-green), var(--eeaoc-lime));
  box-shadow: 0 15px 30px rgba(31, 122, 52, .24);
}

.eeaoc-arandanos-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
  box-shadow: none;
}

.eeaoc-arandanos-hp {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 820px) {
  .eeaoc-arandanos-hero {
    grid-template-columns: 1fr;
  }

  .eeaoc-arandanos-berry {
    display: none;
  }

  .eeaoc-arandanos-grid,
  .eeaoc-arandanos-options {
    grid-template-columns: 1fr;
  }

  .eeaoc-arandanos-submit-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .eeaoc-arandanos-submit {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .eeaoc-arandanos-wrap {
    padding: 0 4px;
  }

  .eeaoc-arandanos-card,
  .eeaoc-arandanos-hero {
    border-radius: 20px;
  }

  .eeaoc-arandanos-badges span {
    width: 100%;
    justify-content: center;
  }
}

/* Mejoras responsive v1.0.1 */
.eeaoc-arandanos-wrap {
  overflow-wrap: anywhere;
}

.eeaoc-arandanos-form input,
.eeaoc-arandanos-form textarea,
.eeaoc-arandanos-form button {
  max-width: 100%;
}

.eeaoc-arandanos-table input[type="date"] {
  min-width: 100%;
}

.eeaoc-arandanos-row-remove-text {
  display: none;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 700px) {
  .eeaoc-arandanos-wrap {
    max-width: 100%;
    padding: 0 12px;
  }

  .eeaoc-arandanos-hero {
    padding: 24px 18px 30px;
    border-radius: 22px;
    gap: 16px;
    margin-top: 10px;
  }

  .eeaoc-arandanos-brandline {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: .05em;
  }

  .eeaoc-arandanos-logo,
  .eeaoc-arandanos-logo-text {
    max-width: 110px;
    height: 40px;
  }

  .eeaoc-arandanos-hero h2 {
    font-size: clamp(26px, 9vw, 38px);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .eeaoc-arandanos-hero p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .eeaoc-arandanos-badges {
    gap: 8px;
    margin-top: 18px;
  }

  .eeaoc-arandanos-badges span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 12px;
    justify-content: center;
  }

  .eeaoc-arandanos-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .eeaoc-arandanos-intro p {
    font-size: 15px;
    line-height: 1.55;
  }

  .eeaoc-arandanos-section-title {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }

  .eeaoc-arandanos-section-title span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
  }

  .eeaoc-arandanos-section-title h3 {
    font-size: 22px;
  }

  .eeaoc-arandanos-form label > span,
  .eeaoc-arandanos-other > span {
    font-size: 13px;
    line-height: 1.35;
  }

  .eeaoc-arandanos-form input[type="text"],
  .eeaoc-arandanos-form input[type="email"],
  .eeaoc-arandanos-form input[type="tel"],
  .eeaoc-arandanos-form input[type="number"],
  .eeaoc-arandanos-form input[type="date"],
  .eeaoc-arandanos-form textarea {
    min-height: 52px;
    border-radius: 13px;
    font-size: 16px;
  }

  .eeaoc-arandanos-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .eeaoc-arandanos-table,
  .eeaoc-arandanos-table thead,
  .eeaoc-arandanos-table tbody,
  .eeaoc-arandanos-table tr,
  .eeaoc-arandanos-table th,
  .eeaoc-arandanos-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .eeaoc-arandanos-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .eeaoc-arandanos-table tbody {
    display: grid;
    gap: 14px;
  }

  .eeaoc-arandanos-table tr {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--eeaoc-line);
    border-radius: 18px;
    background: #fbfdf9;
  }

  .eeaoc-arandanos-table td {
    padding: 0;
    border: 0;
  }

  .eeaoc-arandanos-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 900;
  }

  .eeaoc-arandanos-table td[data-label="Acción"]::before {
    display: none;
  }

  .eeaoc-arandanos-row-remove {
    width: 100%;
    height: 44px;
    gap: 8px;
    border-radius: 999px;
    font-size: 20px;
  }

  .eeaoc-arandanos-row-remove-symbol,
  .eeaoc-arandanos-row-remove-text {
    display: inline-flex;
    align-items: center;
  }

  .eeaoc-arandanos-row-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .eeaoc-arandanos-secondary,
  .eeaoc-arandanos-total {
    width: 100%;
  }

  .eeaoc-arandanos-total {
    justify-content: space-between;
    border-radius: 18px;
  }

  .eeaoc-arandanos-options label,
  .eeaoc-arandanos-accept {
    padding: 13px;
    border-radius: 14px;
  }

  .eeaoc-arandanos-declaration-box {
    padding: 14px;
    border-radius: 16px;
  }

  .eeaoc-arandanos-declaration-box p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .eeaoc-arandanos-wrap {
    padding: 0 8px;
  }

  .eeaoc-arandanos-hero {
    padding: 22px 14px 28px;
  }

  .eeaoc-arandanos-card {
    padding: 18px 13px;
  }

  .eeaoc-arandanos-section-title h3 {
    font-size: 20px;
  }

  .eeaoc-arandanos-submit {
    padding-left: 18px;
    padding-right: 18px;
  }
}
