/* Native informational pages, extracted from the site owner's WordPress archive. */
.zc-page-native {
  width: 100%;
  color: #34423e;
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.zc-page-native, .zc-page-native * { box-sizing: border-box; }
.zc-page-native main { display: block; }
.zc-page-native input, .zc-page-native select, .zc-page-native textarea, .zc-page-native button { font: inherit; }
.zc-page-native .zc-form-status { margin: 0 0 24px; padding: 15px 17px; border: 1px solid; border-radius: 8px; font-weight: 700; }
.zc-page-native .zc-form-status--success { color: #176b4d; border-color: #9ed8c4; background: #edf9f4; }
.zc-page-native .zc-form-status--error { color: #b42318; border-color: #f0b5ae; background: #fff2f0; }


/* contact */
.mry-contact-page {
    --mry-green: #4FA393;
    --mry-green-dark: #246f60;
    --mry-deep: #0f2b22;
    --mry-mint: #e8f5f0;
    --mry-mint-soft: #f2fbf8;
    --mry-border: #c9ddd8;
    --mry-text: #34423e;
    --mry-muted: #66736f;
    --mry-white: #ffffff;
    --mry-error: #b42318;
    --mry-error-bg: #fff2f0;
    --mry-success: #176b4d;
    --mry-success-bg: #edf9f4;
    --mry-shadow: 0 18px 52px rgba(15, 43, 34, 0.09);

    width: 100%;
    overflow: hidden;
    color: var(--mry-text);
    background: var(--mry-white);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  .mry-contact-page,
  .mry-contact-page * {
    box-sizing: border-box;
  }

  .mry-contact-page h1,
  .mry-contact-page h2,
  .mry-contact-page h3,
  .mry-contact-page p {
    margin: 0;
  }

  .mry-contact-page a {
    color: inherit;
    text-decoration: none;
  }

  .mry-contact-page svg {
    display: block;
  }

  .mry-contact-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }

  /* HERO */
  .mry-contact-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(68px, 9vw, 112px) 0 clamp(78px, 10vw, 126px);
    overflow: hidden;
    background:
      radial-gradient(circle at 92% 16%, rgba(79, 163, 147, 0.14) 0 130px, transparent 131px),
      linear-gradient(135deg, #ffffff 0 54%, var(--mry-mint-soft) 54% 100%);
  }

  .mry-contact-hero::after {
    position: absolute;
    z-index: -1;
    right: -130px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 64px solid rgba(79, 163, 147, 0.09);
    border-radius: 50%;
    content: "";
  }

  .mry-contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(44px, 8vw, 100px);
  }

  .mry-contact-title {
    max-width: 760px;
    color: var(--mry-green);
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 800;
    letter-spacing: -0.048em;
    line-height: 1.02;
  }

  .mry-contact-lead {
    max-width: 700px;
    margin-top: 24px !important;
    color: var(--mry-text);
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.72;
  }

  .mry-contact-hero__panel {
    position: relative;
    padding: clamp(28px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(201, 221, 216, 0.95);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--mry-shadow);
    backdrop-filter: blur(8px);
  }

  .mry-contact-hero__panel::after {
    position: absolute;
    right: -60px;
    bottom: -78px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(79, 163, 147, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .mry-contact-hero__icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 10px;
    color: var(--mry-green);
    background: var(--mry-mint);
  }

  .mry-contact-hero__icon svg {
    width: 36px;
    height: 36px;
  }

  .mry-contact-hero__panel h2 {
    position: relative;
    z-index: 1;
    margin-top: 28px !important;
    color: var(--mry-deep);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
  }

  .mry-contact-hero__panel p {
    position: relative;
    z-index: 1;
    margin-top: 14px !important;
    color: var(--mry-muted);
    font-size: 16px;
  }

  /* CONTENT */
  .mry-contact-main {
    padding: clamp(68px, 9vw, 108px) 0;
    background: var(--mry-white);
  }

  .mry-contact-grid {
    display: grid;
    grid-template-columns: minmax(290px, 0.76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: clamp(30px, 6vw, 72px);
  }

  .mry-contact-info {
    display: grid;
    gap: 16px;
  }

  .mry-contact-info__intro {
    margin-bottom: 10px;
  }

  .mry-contact-info__intro h2 {
    color: var(--mry-green);
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }

  .mry-contact-info__intro p {
    margin-top: 17px !important;
    color: var(--mry-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .mry-contact-info-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--mry-border);
    border-radius: 10px;
    background: var(--mry-mint-soft);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .mry-contact-info-card:hover {
    transform: translateY(-3px);
    border-color: var(--mry-green);
    box-shadow: 0 12px 30px rgba(15, 43, 34, 0.07);
  }

  .mry-contact-info-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 9px;
    color: var(--mry-green);
    background: var(--mry-white);
  }

  .mry-contact-info-card__icon svg {
    width: 27px;
    height: 27px;
  }

  .mry-contact-info-card strong {
    display: block;
    color: var(--mry-deep);
    font-size: 16px;
    line-height: 1.3;
  }

  .mry-contact-info-card span,
  .mry-contact-info-card a {
    display: inline-block;
    margin-top: 4px;
    color: var(--mry-muted);
    font-size: 15px;
    line-height: 1.5;
  }

  .mry-contact-info-card a:hover {
    color: var(--mry-green-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* FORM */
  .mry-contact-form-card {
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid var(--mry-border);
    border-radius: 12px;
    background: var(--mry-white);
    box-shadow: var(--mry-shadow);
  }

  .mry-contact-form-card__head {
    margin-bottom: 30px;
  }

  .mry-contact-form-card__head h2 {
    color: var(--mry-green);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
  }

  .mry-contact-form-card__head p {
    margin-top: 14px !important;
    color: var(--mry-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  .mry-contact-notice {
    display: none;
    margin-bottom: 24px;
    padding: 15px 17px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }

  .mry-contact-notice.is-visible {
    display: block;
  }

  .mry-contact-notice.is-success {
    color: var(--mry-success);
    border-color: #a8dcc8;
    background: var(--mry-success-bg);
  }

  .mry-contact-notice.is-error {
    color: var(--mry-error);
    border-color: #f0b6ae;
    background: var(--mry-error-bg);
  }

  .mry-contact-form {
    display: grid;
    gap: 20px;
  }

  .mry-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mry-contact-field {
    display: grid;
    gap: 8px;
  }

  .mry-contact-field label {
    color: var(--mry-deep);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
  }

  .mry-contact-field label span {
    color: var(--mry-green);
  }

  .mry-contact-field input,
  .mry-contact-field select,
  .mry-contact-field textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid var(--mry-border);
    border-radius: 7px;
    outline: none;
    color: var(--mry-deep);
    background: #fbfdfc;
    box-shadow: none;
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  .mry-contact-field textarea {
    min-height: 158px;
    resize: vertical;
  }

  .mry-contact-field input::placeholder,
  .mry-contact-field textarea::placeholder {
    color: #919b98;
    opacity: 1;
  }

  .mry-contact-field input:hover,
  .mry-contact-field select:hover,
  .mry-contact-field textarea:hover {
    border-color: #98bfb6;
  }

  .mry-contact-field input:focus,
  .mry-contact-field select:focus,
  .mry-contact-field textarea:focus {
    border-color: var(--mry-green);
    background: var(--mry-white);
    box-shadow: 0 0 0 3px rgba(79, 163, 147, 0.16);
  }

  .mry-contact-field input[aria-invalid="true"],
  .mry-contact-field select[aria-invalid="true"],
  .mry-contact-field textarea[aria-invalid="true"] {
    border-color: var(--mry-error);
  }

  .mry-contact-field__hint {
    color: var(--mry-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .mry-contact-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: var(--mry-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .mry-contact-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--mry-green);
  }

  .mry-contact-consent a {
    color: var(--mry-green-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .mry-contact-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .mry-contact-submit {
    display: inline-flex;
    width: fit-content;
    min-width: 210px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 24px;
    border: 1px solid var(--mry-green);
    border-radius: 7px;
    color: var(--mry-white);
    background: var(--mry-green);
    box-shadow: 0 10px 24px rgba(79, 163, 147, 0.24);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .mry-contact-submit:hover {
    transform: translateY(-2px);
    border-color: var(--mry-green-dark);
    background: var(--mry-green-dark);
    box-shadow: 0 14px 28px rgba(36, 111, 96, 0.22);
  }

  .mry-contact-submit:active {
    transform: scale(0.98);
  }

  .mry-contact-submit:focus-visible {
    outline: 3px solid rgba(79, 163, 147, 0.24);
    outline-offset: 3px;
  }

  .mry-contact-submit[disabled] {
    transform: none;
    cursor: wait;
    opacity: 0.72;
  }

  .mry-contact-submit svg {
    width: 19px;
    height: 19px;
  }

  .mry-contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2px;
  }

  .mry-contact-form__footer small {
    max-width: 300px;
    color: var(--mry-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  @media (max-width: 1024px) {
    .mry-contact-hero__grid,
    .mry-contact-grid {
      grid-template-columns: 1fr;
    }

    .mry-contact-hero {
      background:
        radial-gradient(circle at 92% 10%, rgba(79, 163, 147, 0.12) 0 100px, transparent 101px),
        linear-gradient(180deg, #ffffff 0 48%, var(--mry-mint-soft) 48% 100%);
    }

    .mry-contact-hero__panel {
      width: min(650px, 100%);
    }

    .mry-contact-info {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mry-contact-info__intro {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 767px) {
    .mry-contact-container {
      width: min(100% - 28px, 1180px);
    }

    .mry-contact-hero {
      padding: 58px 0 68px;
    }

    .mry-contact-title,
    .mry-contact-lead,
    .mry-contact-hero__panel,
    .mry-contact-info__intro {
      text-align: center;
    }

    .mry-contact-hero__panel {
      padding: 26px 22px 22px;
    }

    .mry-contact-hero__icon {
      margin-inline: auto;
    }

    .mry-contact-hero__panel h2 {
      margin-top: 20px !important;
    }

    .mry-contact-main {
      padding: 58px 0;
    }

    .mry-contact-info,
    .mry-contact-form__row {
      grid-template-columns: 1fr;
    }

    .mry-contact-info-card {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }

    .mry-contact-form-card {
      padding: 26px 18px;
    }

    .mry-contact-form-card__head {
      text-align: center;
    }

    .mry-contact-form__footer {
      display: grid;
    }

    .mry-contact-submit {
      width: 100%;
    }

    .mry-contact-form__footer small {
      max-width: none;
      text-align: center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mry-contact-page *,
    .mry-contact-page *::before,
    .mry-contact-page *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }

/* despre-noi */
.mry-about {
    --mry-green: #4fa393;
    --mry-green-dark: #1a5c45;
    --mry-deep: #0f2b22;
    --mry-mint: #e8f5f0;
    --mry-mint-soft: #eefaf8;
    --mry-border: #c0d5d0;
    --mry-text: #333333;
    --mry-muted: #555555;
    --mry-white: #ffffff;
    --mry-shadow: 0 12px 34px rgba(15, 43, 34, 0.08);
    width: 100%;
    overflow: hidden;
    color: var(--mry-text);
    background: var(--mry-white);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  .mry-about,
  .mry-about * {
    box-sizing: border-box;
  }

  .mry-about h1,
  .mry-about h2,
  .mry-about h3,
  .mry-about p {
    margin: 0;
  }

  .mry-about a {
    color: inherit;
    text-decoration: none;
  }

  .mry-about svg {
    display: block;
  }

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

  .mry-section {
    padding: clamp(64px, 8vw, 104px) 0;
  }

  .mry-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--mry-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .mry-kicker::before {
    width: 26px;
    height: 2px;
    background: var(--mry-green);
    content: "";
  }

  .mry-title {
    max-width: 760px;
    color: #4FA393;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.12;
  }

  .mry-lead {
    max-width: 720px;
    margin-top: 22px !important;
    color: var(--mry-muted);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.75;
  }

  .mry-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .mry-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid var(--mry-green);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

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

  .mry-btn:active {
    transform: scale(0.97);
  }

  .mry-btn:focus-visible {
    outline: 3px solid rgba(79, 163, 147, 0.28);
    outline-offset: 3px;
  }

  .mry-btn--primary {
    color: var(--mry-white) !important;
    background: var(--mry-green);
    box-shadow: 0 9px 22px rgba(79, 163, 147, 0.22);
  }

  .mry-btn--primary:hover {
    border-color: var(--mry-green-dark);
    background: var(--mry-green-dark);
  }

  .mry-btn--secondary {
    color: var(--mry-green-dark) !important;
    background: var(--mry-white);
  }

  .mry-btn--secondary:hover {
    color: var(--mry-white) !important;
    background: var(--mry-green-dark);
    border-color: var(--mry-green-dark);
  }

  /* Hero */
  .mry-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(72px, 10vw, 126px) 0;
    background: linear-gradient(115deg, #ffffff 0%, #ffffff 48%, var(--mry-mint-soft) 48%, var(--mry-mint) 100%);
  }

  .mry-hero::before,
  .mry-hero::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .mry-hero::before {
    top: -130px;
    right: -90px;
    width: 360px;
    height: 360px;
    border: 55px solid rgba(79, 163, 147, 0.08);
  }

  .mry-hero::after {
    bottom: -120px;
    left: -95px;
    width: 245px;
    height: 245px;
    background: rgba(79, 163, 147, 0.06);
  }

  .mry-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: clamp(44px, 7vw, 90px);
  }

  .mry-hero__copy .mry-title {
    max-width: 690px;
    font-size: clamp(38px, 5vw, 66px);
  }

  .mry-hero__visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mry-visual-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(192, 213, 208, 0.85);
    border-radius: 8px;
    background: var(--mry-white);
    box-shadow: var(--mry-shadow);
  }

  .mry-visual-card--main {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 44px);
    background: linear-gradient(145deg, #ffffff 0%, #f5fbf9 100%);
  }

  .mry-visual-card--main::after {
    position: absolute;
    right: -74px;
    bottom: -78px;
    width: 230px;
    height: 230px;
    border: 45px solid rgba(79, 163, 147, 0.10);
    border-radius: 50%;
    content: "";
  }

  .mry-visual-icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border-radius: 8px;
    color: var(--mry-green);
    background: var(--mry-mint);
  }

  .mry-visual-icon svg {
    width: 43px;
    height: 43px;
  }

  .mry-visual-card__eyebrow {
    color: var(--mry-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mry-visual-card__title {
    max-width: 330px;
    margin-top: 10px !important;
    color: var(--mry-deep);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .mry-visual-card--float {
    width: calc(100% - 54px);
    margin-left: 54px;
    padding: 22px;
    border-left: 4px solid var(--mry-green);
  }

  .mry-visual-card--float strong {
    display: block;
    color: var(--mry-deep);
    font-size: 18px;
    line-height: 1.3;
  }

  .mry-visual-card--float span {
    display: block;
    margin-top: 7px;
    color: var(--mry-muted);
    font-size: 14px;
    line-height: 1.5;
  }

  /* Story */
  .mry-story__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(44px, 8vw, 110px);
  }

  .mry-story__marker {
    position: relative;
    min-height: 360px;
    padding: 42px;
    overflow: hidden;
    color: var(--mry-white);
    background: var(--mry-deep);
    border-radius: 8px;
  }

  .mry-story__marker::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 210px;
    height: 210px;
    border: 38px solid rgba(79, 163, 147, 0.25);
    border-radius: 50%;
    content: "";
  }

  .mry-story__year {
    position: relative;
    display: block;
    margin-top: 90px;
    color: var(--mry-white);
    font-size: clamp(68px, 10vw, 112px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.9;
  }

  .mry-story__marker p {
    position: relative;
    max-width: 230px;
    margin-top: 20px !important;
    color: #c0d5d0;
    line-height: 1.55;
  }

  .mry-story__copy p {
    margin-top: 22px !important;
    color: var(--mry-muted);
    font-size: 17px;
    line-height: 1.8;
  }

  .mry-story__copy strong {
    color: var(--mry-deep);
  }

  /* Categories */
  .mry-solutions {
    background: var(--mry-mint-soft);
  }

  .mry-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
  }

  .mry-section-head .mry-title {
    font-size: clamp(30px, 3.7vw, 46px);
  }

  .mry-section-head__text {
    max-width: 430px;
    color: var(--mry-muted);
  }

  .mry-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .mry-card {
    min-height: 285px;
    padding: 28px;
    border: 1px solid rgba(192, 213, 208, 0.72);
    border-radius: 7px;
    background: var(--mry-white);
    box-shadow: 0 8px 24px rgba(15, 43, 34, 0.045);
    transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1), border-color 200ms ease, box-shadow 200ms ease;
  }

  .mry-card:hover {
    transform: translateY(-5px);
    border-color: var(--mry-green);
    box-shadow: var(--mry-shadow);
  }

  .mry-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 7px;
    color: var(--mry-green);
    background: var(--mry-mint);
  }

  .mry-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .mry-card h3 {
    color: var(--mry-deep);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.3;
  }

  .mry-card p {
    margin-top: 13px !important;
    color: var(--mry-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  /* Values */
  .mry-values__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(46px, 8vw, 100px);
  }

  .mry-value-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mry-value {
    padding: 24px;
    border-left: 3px solid var(--mry-green);
    background: #f7fbfa;
  }

  .mry-value__num {
    color: var(--mry-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
  }

  .mry-value h3 {
    margin-top: 8px !important;
    color: var(--mry-deep);
    font-size: 18px;
    line-height: 1.3;
  }

  .mry-value p {
    margin-top: 9px !important;
    color: var(--mry-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  /* Audience */
  .mry-audience {
    color: var(--mry-white);
    background: var(--mry-deep);
  }

  .mry-audience .mry-title {
    color: var(--mry-white);
  }

  .mry-audience__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: clamp(40px, 8vw, 100px);
  }

  .mry-audience__text {
    max-width: 700px;
    margin-top: 22px !important;
    color: #c0d5d0;
    font-size: 17px;
    line-height: 1.8;
  }

  .mry-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mry-chip {
    padding: 11px 15px;
    border: 1px solid rgba(192, 213, 208, 0.30);
    border-radius: 4px;
    color: #e8f5f0;
    background: rgba(79, 163, 147, 0.10);
    font-size: 14px;
    font-weight: 700;
  }

  /* Process */
  .mry-process__head {
    max-width: 720px;
    margin-bottom: 48px;
  }

  .mry-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .mry-step {
    position: relative;
    padding: 0 36px 0 0;
  }

  .mry-step:not(:last-child)::after {
    position: absolute;
    top: 28px;
    right: 18px;
    left: 78px;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--mry-border) 0 7px, transparent 7px 13px);
    content: "";
  }

  .mry-step__num {
    position: relative;
    z-index: 1;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid var(--mry-green);
    border-radius: 50%;
    color: var(--mry-green);
    background: var(--mry-white);
    font-weight: 800;
  }

  .mry-step h3 {
    margin-top: 20px !important;
    color: var(--mry-deep);
    font-size: 20px;
    line-height: 1.3;
  }

  .mry-step p {
    max-width: 300px;
    margin-top: 10px !important;
    color: var(--mry-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  /* Final CTA */
  .mry-cta-wrap {
    padding: 0 0 clamp(64px, 8vw, 104px);
  }

  .mry-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    padding: clamp(34px, 6vw, 64px);
    overflow: hidden;
    border-radius: 8px;
    color: var(--mry-white);
    background: var(--mry-green);
  }

  .mry-cta::after {
    position: absolute;
    right: -92px;
    bottom: -122px;
    width: 290px;
    height: 290px;
    border: 48px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .mry-cta__copy {
    position: relative;
    z-index: 1;
  }

  .mry-cta h2 {
    max-width: 720px;
    color: var(--mry-white);
    font-size: clamp(28px, 3.6vw, 44px);
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .mry-cta p {
    max-width: 680px;
    margin-top: 14px !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
  }

  .mry-cta__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
  }

  .mry-cta__meta a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mry-cta .mry-btn {
    position: relative;
    z-index: 1;
    min-width: 180px;
    color: var(--mry-green-dark) !important;
    background: var(--mry-white);
    border-color: var(--mry-white);
  }

  .mry-cta .mry-btn:hover {
    color: var(--mry-white) !important;
    background: var(--mry-deep);
    border-color: var(--mry-deep);
  }

  @media (max-width: 1024px) {
    .mry-hero__grid,
    .mry-story__grid,
    .mry-values__grid,
    .mry-audience__grid {
      grid-template-columns: 1fr;
    }

    .mry-hero {
      background: linear-gradient(180deg, #ffffff 0%, #ffffff 48%, var(--mry-mint-soft) 48%, var(--mry-mint) 100%);
    }

    .mry-hero__visual {
      width: min(640px, 100%);
    }

    .mry-story__marker {
      min-height: 290px;
    }

    .mry-story__year {
      margin-top: 45px;
    }

    .mry-card-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mry-audience__grid {
      align-items: start;
    }
  }

  @media (max-width: 767px) {
    .mry-container {
      width: min(100% - 28px, 1180px);
    }

    .mry-section {
      padding: 58px 0;
    }

    .mry-title,
    .mry-hero__copy .mry-title {
      letter-spacing: -0.025em;
    }

    .mry-btns,
    .mry-btn {
      width: 100%;
    }

    .mry-hero {
      padding: 64px 0;
    }

    .mry-hero__grid {
      gap: 42px;
    }

    .mry-visual-card--main {
      min-height: auto;
      padding: 24px 24px 18px;
      justify-content: flex-start;
      align-items: center;
      gap: 18px;
      text-align: center;
    }

    .mry-visual-card--main::after {
      right: -52px;
      bottom: -52px;
      width: 170px;
      height: 170px;
      border-width: 32px;
    }

    .mry-visual-icon {
      margin-inline: auto;
    }

    .mry-visual-card__eyebrow {
      display: block;
      text-align: center;
    }

    .mry-visual-card__title {
      max-width: none;
      text-align: center;
    }

    .mry-visual-card--float {
      width: 100%;
      margin-left: 0;
      padding: 18px;
    }

    .mry-story__marker {
      min-height: 270px;
      padding: 30px;
    }

    .mry-section-head {
      display: block;
    }

    .mry-section-head__text {
      margin-top: 16px;
    }

    .mry-card-grid,
    .mry-value-list,
    .mry-steps {
      grid-template-columns: 1fr;
    }

    .mry-card {
      min-height: 0;
      text-align: center;
    }

    .mry-card__icon {
      margin-inline: auto;
    }

    .mry-step {
      padding: 0 0 34px 76px;
    }

    .mry-step:not(:last-child)::after {
      top: 58px;
      bottom: 0;
      left: 28px;
      width: 1px;
      height: auto;
      background: repeating-linear-gradient(180deg, var(--mry-border) 0 7px, transparent 7px 13px);
    }

    .mry-step__num {
      position: absolute;
      top: 0;
      left: 0;
    }

    .mry-step h3 {
      margin-top: 0 !important;
      padding-top: 3px;
    }

    .mry-step p {
      max-width: none;
    }

    .mry-cta-wrap {
      padding-bottom: 58px;
    }

    .mry-cta {
      grid-template-columns: 1fr;
      padding: 32px 24px;
    }

    .mry-cta .mry-btn {
      width: 100%;
    }
  }

  @media (max-width: 420px) {
    .mry-visual-card--main {
      min-height: 350px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mry-about *,
    .mry-about *::before,
    .mry-about *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }

/* termeni-si-conditii */
.mediryo-legal {
    --green: #4FA393;
    --green-dark: #438F81;
    --green-light: #EDF7F5;
    --text: #24344D;
    --muted: #66747F;
    --border: #E4ECEA;
    --bg: #F8FBFA;
    --white: #FFFFFF;

    width: 100%;
    color: var(--text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
}

.mediryo-legal *,
.mediryo-legal *::before,
.mediryo-legal *::after {
    box-sizing: border-box;
}

.mediryo-legal a {
    color: var(--green-dark);
    text-decoration: none;
    font-weight: 600;
}

.mediryo-legal a:hover {
    color: var(--green);
    text-decoration: underline;
}

.mediryo-legal__hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 52px 56px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background:
        radial-gradient(circle at 88% 15%, rgba(79,163,147,.14), transparent 34%),
        linear-gradient(135deg, #F8FBFA 0%, #EDF7F5 100%);
}

.mediryo-legal__hero h1 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
}

.mediryo-legal__hero p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
}

.mediryo-legal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(79,163,147,.12);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mediryo-legal__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
}

.mediryo-legal__update {
    margin-top: 22px;
    color: var(--muted);
    font-size: 13px;
}

.mediryo-legal__update strong {
    color: var(--text);
}

.mediryo-legal__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.mediryo-legal__toc {
    position: sticky;
    top: 110px;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__toc-title {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mediryo-legal__toc a {
    display: flex;
    gap: 9px;
    padding: 8px 9px;
    margin: 2px 0;
    border-radius: 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
}

.mediryo-legal__toc a:hover {
    background: var(--green-light);
    color: var(--green-dark);
    text-decoration: none;
}

.mediryo-legal__toc-number {
    color: var(--green);
    font-weight: 700;
}

.mediryo-legal__section {
    scroll-margin-top: 120px;
    margin-bottom: 18px;
    padding: 32px 34px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.mediryo-legal__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--green-light);
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__section h2 {
    margin: 0;
    color: var(--text);
    font-size: 21px;
    line-height: 1.25;
}

.mediryo-legal__section h3 {
    margin: 26px 0 10px;
    color: var(--text);
    font-size: 16px;
}

.mediryo-legal__section p {
    margin: 0 0 16px;
    color: var(--muted);
}

.mediryo-legal__section strong {
    color: var(--text);
}

.mediryo-legal__section ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px;
}

.mediryo-legal__section ul li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 24px;
    color: var(--muted);
}

.mediryo-legal__section ul li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
}

.mediryo-legal__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin: 18px 0;
}

.mediryo-legal__info-card {
    padding: 18px 20px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.mediryo-legal__info-card span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
}

.mediryo-legal__notice {
    margin: 20px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--green);
    border-radius: 0 10px 10px 0;
    background: var(--green-light);
}

.mediryo-legal__notice p {
    margin: 0;
    color: var(--text);
}

.mediryo-legal__shipping {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 15px;
    margin: 20px 0;
}

.mediryo-legal__shipping-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.mediryo-legal__shipping-title {
    padding: 14px 18px;
    background: var(--green-light);
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__shipping-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 18px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 14px;
}

.mediryo-legal__address {
    margin: 18px 0;
    padding: 20px 22px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
    color: var(--muted);
}

.mediryo-legal__template {
    margin-top: 15px;
    padding: 22px;
    border: 1px dashed #BED9D4;
    border-radius: 12px;
    background: #FAFCFC;
}

.mediryo-legal__footer {
    margin-top: 24px;
    padding: 24px 26px;
    border-radius: 14px;
    background: var(--green);
    color: #fff;
}

.mediryo-legal__footer p,
.mediryo-legal__footer a,
.mediryo-legal__footer strong {
    color: #fff;
}

@media (max-width: 1024px) {
    .mediryo-legal__layout {
        grid-template-columns: 220px minmax(0,1fr);
        gap: 20px;
    }

    .mediryo-legal__hero {
        padding: 44px 40px;
    }
}

@media (max-width: 767px) {
    .mediryo-legal {
        font-size: 15px;
    }

    .mediryo-legal__hero {
        padding: 32px 24px;
        border-radius: 14px;
    }

    .mediryo-legal__hero h1 {
        font-size: 34px;
    }

    .mediryo-legal__layout {
        display: block;
    }

    .mediryo-legal__toc {
        position: static;
        margin-bottom: 18px;
    }

    .mediryo-legal__toc ul {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 3px 8px;
    }

    .mediryo-legal__section {
        padding: 24px 20px;
    }

    .mediryo-legal__section h2 {
        font-size: 18px;
    }

    .mediryo-legal__info-grid,
    .mediryo-legal__shipping {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .mediryo-legal__hero {
        padding: 28px 20px;
    }

    .mediryo-legal__hero h1 {
        font-size: 30px;
    }

    .mediryo-legal__toc ul {
        grid-template-columns: 1fr;
    }

    .mediryo-legal__shipping-row {
        flex-direction: column;
        gap: 2px;
    }
}

/* politica-de-cookies */
/* =========================================================
   MEDIRYO - POLITICA DE COOKIE-URI
   CSS izolat - pentru Elementor HTML Widget
========================================================= */

.mediryo-legal {
    --green: #4FA393;
    --green-dark: #438F81;
    --green-light: #EDF7F5;
    --text: #24344D;
    --muted: #66747F;
    --border: #E4ECEA;
    --bg: #F8FBFA;
    --white: #FFFFFF;

    width: 100%;
    color: var(--text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
}

.mediryo-legal *,
.mediryo-legal *::before,
.mediryo-legal *::after {
    box-sizing: border-box;
}

.mediryo-legal a {
    color: var(--green-dark);
    text-decoration: none;
    font-weight: 600;
    overflow-wrap: anywhere;
    transition: color .2s ease;
}

.mediryo-legal a:hover {
    color: var(--green);
    text-decoration: underline;
}


/* HERO */

.mediryo-legal__hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 52px 56px;

    border: 1px solid var(--border);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(79, 163, 147, .14),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #F8FBFA 0%,
            #EDF7F5 100%
        );
}

.mediryo-legal__hero::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;

    width: 220px;
    height: 220px;

    border-radius: 50%;
    background: rgba(79, 163, 147, .08);
}

.mediryo-legal__eyebrow {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 7px 12px;

    border-radius: 999px;
    background: rgba(79, 163, 147, .12);

    color: var(--green-dark);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mediryo-legal__eyebrow::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--green);
}

.mediryo-legal__hero h1 {
    position: relative;
    z-index: 1;

    margin: 0 0 12px;

    color: var(--text);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
}

.mediryo-legal__hero > p {
    position: relative;
    z-index: 1;

    max-width: 780px;
    margin: 0;

    color: var(--muted);
    font-size: 16px;
}

.mediryo-legal__update {
    position: relative;
    z-index: 1;

    margin-top: 22px;

    color: var(--muted);
    font-size: 13px;
}

.mediryo-legal__update strong {
    color: var(--text);
}


/* LAYOUT */

.mediryo-legal__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}


/* CUPRINS */

.mediryo-legal__toc {
    position: sticky;
    top: 110px;

    padding: 22px;

    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__toc-title {
    margin-bottom: 14px;

    color: var(--text);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mediryo-legal__toc li {
    margin: 0;
    padding: 0;
}

.mediryo-legal__toc a {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin: 2px 0;
    padding: 8px 9px;

    border-radius: 8px;

    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
}

.mediryo-legal__toc a:hover {
    background: var(--green-light);
    color: var(--green-dark);
    text-decoration: none;
}

.mediryo-legal__toc-number {
    flex: 0 0 auto;

    color: var(--green);
    font-weight: 700;
}


/* CONTENT */

.mediryo-legal__content {
    min-width: 0;
}

.mediryo-legal__section {
    scroll-margin-top: 120px;

    margin-bottom: 18px;
    padding: 32px 34px;

    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__heading {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;
}

.mediryo-legal__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    border-radius: 10px;
    background: var(--green-light);

    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__section h2 {
    margin: 0;

    color: var(--text);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.mediryo-legal__section h3 {
    margin: 26px 0 10px;

    color: var(--text);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.mediryo-legal__section p {
    margin: 0 0 16px;
    color: var(--muted);
}

.mediryo-legal__section p:last-child {
    margin-bottom: 0;
}

.mediryo-legal__section strong {
    color: var(--text);
}


/* LISTE */

.mediryo-legal__section ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px;
}

.mediryo-legal__section ul li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 24px;

    color: var(--muted);
}

.mediryo-legal__section ul li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 4px;

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--green);
}


/* NOTICE */

.mediryo-legal__notice {
    margin: 20px 0;
    padding: 18px 20px;

    border-left: 4px solid var(--green);
    border-radius: 0 10px 10px 0;
    background: var(--green-light);
}

.mediryo-legal__notice p {
    margin: 0;
    color: var(--text);
}


/* COOKIE TYPES */

.mediryo-cookie__types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;

    margin: 20px 0;
}

.mediryo-cookie__type {
    padding: 20px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.mediryo-cookie__type-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 8px;

    color: var(--text);
    font-size: 15px;
    font-weight: 700;
}

.mediryo-cookie__type-dot {
    flex: 0 0 9px;

    width: 9px;
    height: 9px;

    border-radius: 50%;
    background: var(--green);
}

.mediryo-cookie__type p {
    margin: 0;

    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}


/* COOKIE DETAIL */

.mediryo-cookie__detail {
    margin: 18px 0;
    padding: 22px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
}

.mediryo-cookie__detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 12px;
}

.mediryo-cookie__detail-title {
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
}

.mediryo-cookie__badge {
    flex: 0 0 auto;

    padding: 5px 9px;

    border-radius: 999px;
    background: var(--green-light);

    color: var(--green-dark);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
}

.mediryo-cookie__detail p {
    margin: 0 0 11px;

    color: var(--muted);
    font-size: 14px;
}

.mediryo-cookie__detail p:last-child {
    margin-bottom: 0;
}


/* MANAGEMENT */

.mediryo-cookie__choices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;

    margin: 20px 0;
}

.mediryo-cookie__choice {
    padding: 18px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.mediryo-cookie__choice strong {
    display: block;
    margin-bottom: 5px;

    color: var(--text);
    font-size: 14px;
}

.mediryo-cookie__choice p {
    margin: 0;

    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}


/* LINKS */

.mediryo-cookie__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin: 18px 0;
}

.mediryo-cookie__link {
    display: block;

    padding: 18px 20px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);

    text-decoration: none !important;
}

.mediryo-cookie__link span {
    display: block;

    margin-bottom: 3px;

    color: var(--muted);
    font-size: 11px;
}

.mediryo-cookie__link strong {
    display: block;

    color: var(--green-dark);
    font-size: 14px;
}

.mediryo-cookie__link:hover {
    border-color: #BED9D4;
    background: var(--green-light);
}


/* FINAL */

.mediryo-legal__footer {
    margin-top: 24px;
    padding: 24px 26px;

    border-radius: 14px;
    background: var(--green);

    color: #fff;
}

.mediryo-legal__footer p,
.mediryo-legal__footer a,
.mediryo-legal__footer strong {
    color: #fff;
}

.mediryo-legal__footer p {
    margin: 0;
}

.mediryo-legal__footer a {
    text-decoration: underline;
}


/* TABLET */

@media (max-width: 1024px) {

    .mediryo-legal__layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }

    .mediryo-legal__hero {
        padding: 44px 40px;
    }

    .mediryo-legal__section {
        padding: 28px;
    }

    .mediryo-cookie__choices {
        grid-template-columns: 1fr;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .mediryo-legal {
        font-size: 15px;
    }

    .mediryo-legal__hero {
        margin-bottom: 18px;
        padding: 32px 24px;

        border-radius: 14px;
    }

    .mediryo-legal__hero h1 {
        font-size: 34px;
    }

    .mediryo-legal__layout {
        display: block;
    }

    .mediryo-legal__toc {
        position: static;

        margin-bottom: 18px;
        padding: 18px;

        border-radius: 14px;
    }

    .mediryo-legal__toc ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px 8px;
    }

    .mediryo-legal__toc a {
        padding: 7px 6px;
        font-size: 12px;
    }

    .mediryo-legal__section {
        margin-bottom: 14px;
        padding: 24px 20px;

        border-radius: 14px;
    }

    .mediryo-legal__heading {
        align-items: flex-start;
        gap: 11px;
    }

    .mediryo-legal__number {
        flex-basis: 34px;

        width: 34px;
        height: 34px;

        border-radius: 8px;
        font-size: 12px;
    }

    .mediryo-legal__section h2 {
        padding-top: 4px;
        font-size: 18px;
    }

    .mediryo-cookie__types,
    .mediryo-cookie__links {
        grid-template-columns: 1fr;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .mediryo-legal__hero {
        padding: 28px 20px;
    }

    .mediryo-legal__hero h1 {
        font-size: 30px;
    }

    .mediryo-legal__toc ul {
        grid-template-columns: 1fr;
    }

    .mediryo-legal__section {
        padding: 22px 18px;
    }

    .mediryo-cookie__detail-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

/* politica-de-confidentialitate */
/* =========================================================
   MEDIRYO - POLITICA DE CONFIDENTIALITATE
   CSS izolat - pentru Elementor HTML Widget
========================================================= */

.mediryo-legal {
    --green: #4FA393;
    --green-dark: #438F81;
    --green-light: #EDF7F5;
    --text: #24344D;
    --muted: #66747F;
    --border: #E4ECEA;
    --bg: #F8FBFA;
    --white: #FFFFFF;

    width: 100%;
    color: var(--text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
}

.mediryo-legal *,
.mediryo-legal *::before,
.mediryo-legal *::after {
    box-sizing: border-box;
}

.mediryo-legal a {
    color: var(--green-dark);
    text-decoration: none;
    font-weight: 600;
    overflow-wrap: anywhere;
    transition: color .2s ease;
}

.mediryo-legal a:hover {
    color: var(--green);
    text-decoration: underline;
}


/* HERO */

.mediryo-legal__hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 52px 56px;

    border: 1px solid var(--border);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(79, 163, 147, .14),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #F8FBFA 0%,
            #EDF7F5 100%
        );
}

.mediryo-legal__hero::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;

    width: 220px;
    height: 220px;

    border-radius: 50%;
    background: rgba(79, 163, 147, .08);
}

.mediryo-legal__eyebrow {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 7px 12px;

    border-radius: 999px;
    background: rgba(79, 163, 147, .12);

    color: var(--green-dark);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mediryo-legal__eyebrow::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--green);
}

.mediryo-legal__hero h1 {
    position: relative;
    z-index: 1;

    margin: 0 0 12px;

    color: var(--text);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
}

.mediryo-legal__hero > p {
    position: relative;
    z-index: 1;

    max-width: 780px;
    margin: 0;

    color: var(--muted);
    font-size: 16px;
}

.mediryo-legal__update {
    position: relative;
    z-index: 1;

    margin-top: 22px;

    color: var(--muted);
    font-size: 13px;
}

.mediryo-legal__update strong {
    color: var(--text);
}


/* LAYOUT */

.mediryo-legal__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}


/* CUPRINS */

.mediryo-legal__toc {
    position: sticky;
    top: 110px;

    padding: 22px;

    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__toc-title {
    margin-bottom: 14px;

    color: var(--text);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mediryo-legal__toc li {
    margin: 0;
    padding: 0;
}

.mediryo-legal__toc a {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin: 2px 0;
    padding: 8px 9px;

    border-radius: 8px;

    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
}

.mediryo-legal__toc a:hover {
    background: var(--green-light);
    color: var(--green-dark);
    text-decoration: none;
}

.mediryo-legal__toc-number {
    flex: 0 0 auto;

    color: var(--green);
    font-weight: 700;
}


/* SECTIUNI */

.mediryo-legal__content {
    min-width: 0;
}

.mediryo-legal__section {
    scroll-margin-top: 120px;

    margin-bottom: 18px;
    padding: 32px 34px;

    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.mediryo-legal__heading {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;
}

.mediryo-legal__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    border-radius: 10px;
    background: var(--green-light);

    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.mediryo-legal__section h2 {
    margin: 0;

    color: var(--text);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.mediryo-legal__section h3 {
    margin: 26px 0 10px;

    color: var(--text);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.mediryo-legal__section p {
    margin: 0 0 16px;
    color: var(--muted);
}

.mediryo-legal__section p:last-child {
    margin-bottom: 0;
}

.mediryo-legal__section strong {
    color: var(--text);
}


/* LISTE */

.mediryo-legal__section ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px;
}

.mediryo-legal__section ul li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 24px;

    color: var(--muted);
}

.mediryo-legal__section ul li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 4px;

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--green);
}


/* INFO CARDS */

.mediryo-legal__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;

    margin: 18px 0;
}

.mediryo-legal__info-card {
    padding: 18px 20px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.mediryo-legal__info-card span {
    display: block;

    margin-bottom: 4px;

    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.mediryo-legal__info-card strong {
    display: block;

    color: var(--text);
    font-size: 14px;
    line-height: 1.5;
}


/* NOTICE */

.mediryo-legal__notice {
    margin: 20px 0;
    padding: 18px 20px;

    border-left: 4px solid var(--green);
    border-radius: 0 10px 10px 0;
    background: var(--green-light);
}

.mediryo-legal__notice p {
    margin: 0;
    color: var(--text);
}


/* TABLE */

.mediryo-legal__table-wrap {
    width: 100%;
    margin: 20px 0 4px;
}

.mediryo-legal__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;

    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;

    background: #fff;
}

.mediryo-legal__table th,
.mediryo-legal__table td {
    padding: 17px 18px;
    text-align: left;
    vertical-align: top;

    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);

    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.mediryo-legal__table th:last-child,
.mediryo-legal__table td:last-child {
    border-right: 0;
}

.mediryo-legal__table tbody tr:last-child td {
    border-bottom: 0;
}

.mediryo-legal__table th {
    background: var(--green-light);

    color: var(--text);
    font-size: 13px;
    font-weight: 700;
}

.mediryo-legal__table td:first-child {
    color: var(--text);
    font-weight: 600;
}

.mediryo-legal__table td strong {
    color: var(--text);
}


/* DREPTURI */

.mediryo-legal__rights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin: 18px 0;
}

.mediryo-legal__right {
    padding: 18px 20px;

    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.mediryo-legal__right strong {
    display: block;
    margin-bottom: 5px;

    color: var(--text);
    font-size: 14px;
}

.mediryo-legal__right p {
    margin: 0;

    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}


/* FINAL */

.mediryo-legal__footer {
    margin-top: 24px;
    padding: 24px 26px;

    border-radius: 14px;
    background: var(--green);

    color: #fff;
}

.mediryo-legal__footer p,
.mediryo-legal__footer a,
.mediryo-legal__footer strong {
    color: #fff;
}

.mediryo-legal__footer p {
    margin: 0;
}

.mediryo-legal__footer a {
    text-decoration: underline;
}


/* TABLET */

@media (max-width: 1024px) {

    .mediryo-legal__layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }

    .mediryo-legal__hero {
        padding: 44px 40px;
    }

    .mediryo-legal__section {
        padding: 28px;
    }

    .mediryo-legal__table th,
    .mediryo-legal__table td {
        padding: 15px;
        font-size: 13px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .mediryo-legal {
        font-size: 15px;
    }

    .mediryo-legal__hero {
        margin-bottom: 18px;
        padding: 32px 24px;

        border-radius: 14px;
    }

    .mediryo-legal__hero h1 {
        font-size: 34px;
    }

    .mediryo-legal__layout {
        display: block;
    }

    .mediryo-legal__toc {
        position: static;

        margin-bottom: 18px;
        padding: 18px;

        border-radius: 14px;
    }

    .mediryo-legal__toc ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px 8px;
    }

    .mediryo-legal__toc a {
        padding: 7px 6px;
        font-size: 12px;
    }

    .mediryo-legal__section {
        margin-bottom: 14px;
        padding: 24px 20px;

        border-radius: 14px;
    }

    .mediryo-legal__heading {
        align-items: flex-start;
        gap: 11px;
    }

    .mediryo-legal__number {
        flex-basis: 34px;

        width: 34px;
        height: 34px;

        border-radius: 8px;
        font-size: 12px;
    }

    .mediryo-legal__section h2 {
        padding-top: 4px;
        font-size: 18px;
    }

    .mediryo-legal__info-grid,
    .mediryo-legal__rights {
        grid-template-columns: 1fr;
    }


    /* TABLE -> CARDS */

    .mediryo-legal__table,
    .mediryo-legal__table thead,
    .mediryo-legal__table tbody,
    .mediryo-legal__table tr,
    .mediryo-legal__table th,
    .mediryo-legal__table td {
        display: block;
        width: 100%;
    }

    .mediryo-legal__table {
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .mediryo-legal__table thead {
        display: none;
    }

    .mediryo-legal__table tbody {
        display: grid;
        gap: 12px;
    }

    .mediryo-legal__table tr {
        overflow: hidden;

        border: 1px solid var(--border);
        border-radius: 12px;
        background: #fff;
    }

    .mediryo-legal__table td {
        position: relative;

        padding: 14px 16px 14px 16px;

        border: 0;
        border-bottom: 1px solid var(--border);

        font-size: 14px;
    }

    .mediryo-legal__table td:last-child {
        border-bottom: 0;
    }

    .mediryo-legal__table td::before {
        content: attr(data-label);

        display: block;

        margin-bottom: 4px;

        color: var(--green-dark);
        font-size: 11px;
        line-height: 1.3;
        font-weight: 700;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .mediryo-legal__table td:first-child {
        background: var(--green-light);
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .mediryo-legal__hero {
        padding: 28px 20px;
    }

    .mediryo-legal__hero h1 {
        font-size: 30px;
    }

    .mediryo-legal__toc ul {
        grid-template-columns: 1fr;
    }

    .mediryo-legal__section {
        padding: 22px 18px;
    }
}

/* retragere-contract */
.mry-withdraw-page {
    --mry-green: #4FA393;
    --mry-green-dark: #246f60;
    --mry-deep: #0f2b22;
    --mry-mint: #e8f5f0;
    --mry-mint-soft: #f2fbf8;
    --mry-border: #c9ddd8;
    --mry-text: #34423e;
    --mry-muted: #66736f;
    --mry-white: #ffffff;
    --mry-error: #b42318;
    --mry-error-bg: #fff2f0;
    --mry-success: #176b4d;
    --mry-success-bg: #edf9f4;
    --mry-shadow: 0 18px 52px rgba(15, 43, 34, 0.09);

    width: 100%;
    overflow: hidden;
    color: var(--mry-text);
    background: var(--mry-white);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  .mry-withdraw-page,
  .mry-withdraw-page * {
    box-sizing: border-box;
  }

  .mry-withdraw-page h1,
  .mry-withdraw-page h2,
  .mry-withdraw-page h3,
  .mry-withdraw-page p {
    margin: 0;
  }

  .mry-withdraw-page a {
    color: inherit;
    text-decoration: none;
  }

  .mry-withdraw-page svg {
    display: block;
  }

  .mry-withdraw-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }

  /* HERO */

  .mry-withdraw-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(68px, 9vw, 112px) 0 clamp(78px, 10vw, 126px);
    overflow: hidden;
    background:
      radial-gradient(
        circle at 92% 16%,
        rgba(79, 163, 147, 0.14) 0 130px,
        transparent 131px
      ),
      linear-gradient(
        135deg,
        #ffffff 0 54%,
        var(--mry-mint-soft) 54% 100%
      );
  }

  .mry-withdraw-hero::after {
    position: absolute;
    z-index: -1;
    right: -130px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 64px solid rgba(79, 163, 147, 0.09);
    border-radius: 50%;
    content: "";
  }

  .mry-withdraw-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(44px, 8vw, 100px);
  }

  .mry-withdraw-title {
    max-width: 760px;
    color: var(--mry-green);
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 800;
    letter-spacing: -0.048em;
    line-height: 1.02;
  }

  .mry-withdraw-lead {
    max-width: 700px;
    margin-top: 24px !important;
    color: var(--mry-text);
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.72;
  }

  .mry-withdraw-hero__panel {
    position: relative;
    padding: clamp(28px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(201, 221, 216, 0.95);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--mry-shadow);
    backdrop-filter: blur(8px);
  }

  .mry-withdraw-hero__panel::after {
    position: absolute;
    right: -60px;
    bottom: -78px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(79, 163, 147, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .mry-withdraw-hero__icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 10px;
    color: var(--mry-green);
    background: var(--mry-mint);
  }

  .mry-withdraw-hero__icon svg {
    width: 36px;
    height: 36px;
  }

  .mry-withdraw-hero__panel h2 {
    position: relative;
    z-index: 1;
    margin-top: 28px !important;
    color: var(--mry-deep);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
  }

  .mry-withdraw-hero__panel p {
    position: relative;
    z-index: 1;
    margin-top: 14px !important;
    color: var(--mry-muted);
    font-size: 16px;
  }

  /* CONTENT */

  .mry-withdraw-main {
    padding: clamp(68px, 9vw, 108px) 0;
    background: var(--mry-white);
  }

  .mry-withdraw-grid {
    display: grid;
    grid-template-columns: minmax(290px, 0.76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: clamp(30px, 6vw, 72px);
  }

  /* INFO */

  .mry-withdraw-info {
    display: grid;
    gap: 16px;
  }

  .mry-withdraw-info__intro {
    margin-bottom: 10px;
  }

  .mry-withdraw-info__intro h2 {
    color: var(--mry-green);
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }

  .mry-withdraw-info__intro p {
    margin-top: 17px !important;
    color: var(--mry-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .mry-withdraw-info-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--mry-border);
    border-radius: 10px;
    background: var(--mry-mint-soft);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  .mry-withdraw-info-card:hover {
    transform: translateY(-3px);
    border-color: var(--mry-green);
    box-shadow: 0 12px 30px rgba(15, 43, 34, 0.07);
  }

  .mry-withdraw-info-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 9px;
    color: var(--mry-green);
    background: var(--mry-white);
  }

  .mry-withdraw-info-card__icon svg {
    width: 27px;
    height: 27px;
  }

  .mry-withdraw-info-card strong {
    display: block;
    color: var(--mry-deep);
    font-size: 16px;
    line-height: 1.3;
  }

  .mry-withdraw-info-card span,
  .mry-withdraw-info-card a {
    display: inline-block;
    margin-top: 4px;
    color: var(--mry-muted);
    font-size: 15px;
    line-height: 1.5;
  }

  .mry-withdraw-info-card a:hover {
    color: var(--mry-green-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* FORM */

  .mry-withdraw-form-card {
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid var(--mry-border);
    border-radius: 12px;
    background: var(--mry-white);
    box-shadow: var(--mry-shadow);
  }

  .mry-withdraw-form-card__head {
    margin-bottom: 30px;
  }

  .mry-withdraw-form-card__head h2 {
    color: var(--mry-green);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
  }

  .mry-withdraw-form-card__head p {
    margin-top: 14px !important;
    color: var(--mry-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  .mry-withdraw-notice {
    display: none;
    margin-bottom: 24px;
    padding: 15px 17px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }

  .mry-withdraw-notice.is-visible {
    display: block;
  }

  .mry-withdraw-notice.is-success {
    color: var(--mry-success);
    border-color: #a8dcc8;
    background: var(--mry-success-bg);
  }

  .mry-withdraw-notice.is-error {
    color: var(--mry-error);
    border-color: #f0b6ae;
    background: var(--mry-error-bg);
  }

  .mry-withdraw-form {
    display: grid;
    gap: 20px;
  }

  .mry-withdraw-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mry-withdraw-field {
    display: grid;
    gap: 8px;
  }

  .mry-withdraw-field label {
    color: var(--mry-deep);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
  }

  .mry-withdraw-field label span {
    color: var(--mry-green);
  }

  .mry-withdraw-field input,
  .mry-withdraw-field select,
  .mry-withdraw-field textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid var(--mry-border);
    border-radius: 7px;
    outline: none;
    color: var(--mry-deep);
    background: #fbfdfc;
    box-shadow: none;
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease;
  }

  .mry-withdraw-field textarea {
    min-height: 140px;
    resize: vertical;
  }

  .mry-withdraw-field input::placeholder,
  .mry-withdraw-field textarea::placeholder {
    color: #919b98;
    opacity: 1;
  }

  .mry-withdraw-field input:hover,
  .mry-withdraw-field select:hover,
  .mry-withdraw-field textarea:hover {
    border-color: #98bfb6;
  }

  .mry-withdraw-field input:focus,
  .mry-withdraw-field select:focus,
  .mry-withdraw-field textarea:focus {
    border-color: var(--mry-green);
    background: var(--mry-white);
    box-shadow: 0 0 0 3px rgba(79, 163, 147, 0.16);
  }

  .mry-withdraw-field input[aria-invalid="true"],
  .mry-withdraw-field select[aria-invalid="true"],
  .mry-withdraw-field textarea[aria-invalid="true"] {
    border-color: var(--mry-error);
  }

  .mry-withdraw-field__hint {
    color: var(--mry-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  /* DECLARATION */

  .mry-withdraw-declaration {
    padding: 18px 20px;
    border-left: 4px solid var(--mry-green);
    border-radius: 0 8px 8px 0;
    color: var(--mry-text);
    background: var(--mry-mint-soft);
    font-size: 14px;
    line-height: 1.65;
  }

  .mry-withdraw-declaration strong {
    color: var(--mry-deep);
  }

  .mry-withdraw-privacy {
    color: var(--mry-muted);
    font-size: 12px;
    line-height: 1.55;
  }

  .mry-withdraw-privacy a {
    color: var(--mry-green-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* HONEYPOT */

  .mry-withdraw-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* BUTTON */

  .mry-withdraw-submit {
    display: inline-flex;
    width: fit-content;
    min-width: 230px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 24px;
    border: 1px solid var(--mry-green);
    border-radius: 7px;
    color: var(--mry-white);
    background: var(--mry-green);
    box-shadow: 0 10px 24px rgba(79, 163, 147, 0.24);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition:
      transform 160ms ease,
      background-color 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease;
  }

  .mry-withdraw-submit:hover {
    transform: translateY(-2px);
    border-color: var(--mry-green-dark);
    background: var(--mry-green-dark);
    box-shadow: 0 14px 28px rgba(36, 111, 96, 0.22);
  }

  .mry-withdraw-submit:active {
    transform: scale(0.98);
  }

  .mry-withdraw-submit:focus-visible {
    outline: 3px solid rgba(79, 163, 147, 0.24);
    outline-offset: 3px;
  }

  .mry-withdraw-submit[disabled] {
    transform: none;
    cursor: wait;
    opacity: 0.72;
  }

  .mry-withdraw-submit svg {
    width: 19px;
    height: 19px;
  }

  .mry-withdraw-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2px;
  }

  .mry-withdraw-form__footer small {
    max-width: 320px;
    color: var(--mry-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  @media (max-width: 1024px) {
    .mry-withdraw-hero__grid,
    .mry-withdraw-grid {
      grid-template-columns: 1fr;
    }

    .mry-withdraw-hero {
      background:
        radial-gradient(
          circle at 92% 10%,
          rgba(79, 163, 147, 0.12) 0 100px,
          transparent 101px
        ),
        linear-gradient(
          180deg,
          #ffffff 0 48%,
          var(--mry-mint-soft) 48% 100%
        );
    }

    .mry-withdraw-hero__panel {
      width: min(650px, 100%);
    }

    .mry-withdraw-info {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mry-withdraw-info__intro {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 767px) {
    .mry-withdraw-container {
      width: min(100% - 28px, 1180px);
    }

    .mry-withdraw-hero {
      padding: 58px 0 68px;
    }

    .mry-withdraw-title,
    .mry-withdraw-lead,
    .mry-withdraw-hero__panel,
    .mry-withdraw-info__intro {
      text-align: center;
    }

    .mry-withdraw-hero__panel {
      padding: 26px 22px 22px;
    }

    .mry-withdraw-hero__icon {
      margin-inline: auto;
    }

    .mry-withdraw-hero__panel h2 {
      margin-top: 20px !important;
    }

    .mry-withdraw-main {
      padding: 58px 0;
    }

    .mry-withdraw-info,
    .mry-withdraw-form__row {
      grid-template-columns: 1fr;
    }

    .mry-withdraw-info-card {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }

    .mry-withdraw-form-card {
      padding: 26px 18px;
    }

    .mry-withdraw-form-card__head {
      text-align: center;
    }

    .mry-withdraw-form__footer {
      display: grid;
    }

    .mry-withdraw-submit {
      width: 100%;
    }

    .mry-withdraw-form__footer small,
    .mry-withdraw-privacy {
      max-width: none;
      text-align: center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mry-withdraw-page *,
    .mry-withdraw-page *::before,
    .mry-withdraw-page *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }