#styleC {
  .md-button::after {
    content: '\e7f5';
  }
  header .logo {
    width: 207px;
    height: 55px;
  }
  footer .svg-logo-foot {
    padding-bottom: calc(55 / 207 * 100%);
  }
  header,
  .head-section:not(.hero) {
    background: #f6f6f6;
  }

  .head-section {
    overflow: hidden;
  }

  .head-section .inner-container::after {
    width: calc(678 / 1920 * 100%);
    max-width: 673px;
    max-height: 717px;
    aspect-ratio: 673 / 717;
    margin-top: min(calc(35 / 1920 * 100%), 35px);
    margin-right: max(calc(-226 / 1920 * 100%), -226px);
    top: 0;
    right: 0;
    background-image: url('img/cards/arrows5.png');
  }

  .form-section {
    background: #ffeca8;
    overflow: hidden;
  }

  .form-section .inner-container::before {
    width: calc(222 / 1920 * 100%);
    max-width: 222px;
    max-height: 236px;
    aspect-ratio: 222 / 236;
    margin-left: min(calc(75 / 1920 * 100%), 75px);
    bottom: 0;
    left: 0;
    background-image: url('img/cards/arrows6.png');
  }
  .form-section .inner-container::after {
    width: calc(420 / 1920 * 100%);
    max-width: 420px;
    max-height: 417px;
    aspect-ratio: 420 / 417;
    margin-top: min(calc(50 / 1920 * 100%), 50px);
    margin-right: max(calc(-90 / 1920 * 100%), -90px);
    top: 0;
    right: 0;
    background-image: url('img/cards/arrows6b.png');
  }

  /* ==========================================================================
   KAPCSOLAT SZEKCIÓ (Sablonba fixen)
   ========================================================================== */

  /* Dinamikus távolság a Kép és a Szöveg között (Clamp Distance) */
  .contact-container {
    --max-px: 80;
    gap: var(--distance);
  }

  /* --- KÉP BEÁLLÍTÁSOK --- */
  .contact-image-wrapper {
    flex-shrink: 0;
  }

  .contact-photo {
    display: block;
    width: 100%;
    max-width: 438px;
    height: auto;
    aspect-ratio: 438 / 454;
    object-fit: cover;
  }

  .contact-content {
    --max-px: 40;
  }
  .contact-greeting {
    margin-bottom: var(--distance);
  }
  /* --- KAPCSOLATI ADATOK --- */
  .contact-item,
  .contact-details {
    gap: var(--distance);
  }

  .contact-label {
    font-size: 16px;
  }

  .contact-link {
    font-weight: bold;
    color: var(--color-main);
  }
  .contact-link:hover {
    color: var(--color-hl);
  }

  /* --- IKONOK (Base64 SVG) --- */
  .contact-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
}
/*
.elementor-element-8741e10 {
  position: relative;
  isolation: isolate;
.elementor-element-8741e10::before {
  content: '';
  position: absolute;
  top: calc(-7.44vw - 55px);
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/uploads/2026/05/kartya-hero.jpg');
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
*/
