/* ============================================================
   Любощі — "Контакти" page
   Editorial · dark hero · click-to-copy cards · PHP form · FAQ
   Matches the brand system of /cart/, /checkout/, /pro-nas/.
   ============================================================ */

/* ── Hide parent theme page-header chrome ── */
html body.lyu-page-contacts .lte-page-header,
html body.lyu-page-contacts header.lte-page-header,
html body.lyu-page-contacts .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-contacts .lte-header-h1-wrapper,
html body.lyu-page-contacts ul.breadcrumbs {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
html body.lyu-page-contacts .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-contacts .container.main-wrapper,
html body.lyu-page-contacts .lte-wc-wrapper.margin-default,
html body.lyu-page-contacts .lte-wc-wrapper > .row,
html body.lyu-page-contacts .lte-wc-wrapper > .row > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: none !important;
}

/* ============================================================
   Design tokens (consistent with cart/checkout/about)
   ============================================================ */
.lyu-contacts {
  --red:        #f2053c;
  --red-dark:   #cb003d;
  --red-soft:   rgba(242,5,60,.06);
  --grad:       linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --grad-soft:  linear-gradient(135deg, rgba(242,5,60,.10), rgba(203,0,61,.04));
  --dark:       #0a0c14;
  --dark-2:     #14171f;
  --dark-3:     #1c2030;
  --line:       rgba(255,255,255,.10);
  --line-2:     rgba(255,255,255,.18);
  --line-light: #e6e8ee;
  --text:       #f5f5f7;
  --text-2:     #c8cad2;
  --text-3:     #8c8f9a;
  --ink:        #14171f;
  --ink-2:      #4a4d58;
  --ink-muted:  #6b6e78;
  --surface:    #f4f4f8;
  --surface-2:  #ebebf0;
  --card:       #ffffff;
  --r-sm:       8px;
  --r:          14px;
  --r-lg:       22px;
  --r-xl:       30px;
  --shadow-sm:  0 2px 6px rgba(20,23,31,.06);
  --shadow-md:  0 8px 28px rgba(20,23,31,.10);
  --shadow-lg:  0 18px 50px rgba(20,23,31,.16);
  --shadow-cta: 0 14px 36px rgba(242,5,60,.32);
  --ease:       cubic-bezier(.2,.65,.3,1);
  --serif:      "Iowan Old Style", "Apple Garamond", Baskerville, "Hoefler Text", "Times New Roman", Times, serif;
  --sans:       "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  position: relative;
  background: var(--surface);
  color: var(--ink);
  padding: 0 0 100px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: var(--sans);
}
.lyu-contacts *,
.lyu-contacts *::before,
.lyu-contacts *::after { box-sizing: border-box; }

.lyu-contacts__wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Paper-grain overlay */
.lyu-contacts__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.lyu-contacts__bc {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 22px 0 8px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-contacts__bc a {
  color: var(--ink-muted);
  text-decoration: none;
  transition: color .22s var(--ease);
}
.lyu-contacts__bc a:hover { color: var(--red); }
.lyu-contacts__bc-sep { color: var(--line-light); }
.lyu-contacts__bc-current { color: var(--ink); font-weight: 600; }

/* ============================================================
   DARK HERO
   ============================================================ */
.lyu-contacts__hero {
  position: relative;
  margin: 16px 0 56px;
  padding: 84px 56px 76px;
  background: var(--dark);
  background-image:
    radial-gradient(1100px 500px at 110% -10%, rgba(242,5,60,.28), transparent 60%),
    radial-gradient(700px 360px at -10% 110%, rgba(203,0,61,.18), transparent 60%),
    linear-gradient(180deg, #0a0c14 0%, #14171f 100%);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
.lyu-contacts__hero-glow {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  background-size: 200px 200px;
  opacity: .06;
  mix-blend-mode: screen;
}
.lyu-contacts__hero-ornament {
  position: absolute;
  top: 28px;
  right: 36px;
  color: var(--red);
  opacity: .8;
  z-index: 2;
  animation: lyu-c-pulse 5s ease-in-out infinite;
}
@keyframes lyu-c-pulse {
  0%, 100% { transform: scale(1); opacity: .8; }
  50%      { transform: scale(1.08); opacity: 1; }
}

.lyu-contacts__eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 6px 14px 6px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-2);
  animation: lyu-c-rise .9s var(--ease) both;
  animation-delay: .05s;
}
.lyu-contacts__online-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 10px rgba(46,204,113,.7);
}
.lyu-contacts__online-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid #2ecc71;
  opacity: 0;
  animation: lyu-c-online 2s ease-out infinite;
}
@keyframes lyu-c-online {
  0%   { transform: scale(.7); opacity: .7; }
  100% { transform: scale(2.2); opacity: 0; }
}

.lyu-contacts__title {
  position: relative;
  z-index: 2;
  margin: 0 0 26px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(46px, 8.5vw, 104px);
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--text);
  max-width: 14ch;
  animation: lyu-c-rise 1s var(--ease) both;
  animation-delay: .15s;
}
.lyu-contacts__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 60%, #cb003d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: .04em;
}

.lyu-contacts__lede {
  position: relative;
  z-index: 2;
  margin: 0 0 38px;
  max-width: 56ch;
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--text-2);
  animation: lyu-c-rise 1s var(--ease) both;
  animation-delay: .3s;
}

.lyu-contacts__hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: lyu-c-rise 1s var(--ease) both;
  animation-delay: .45s;
}
.lyu-contacts__hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease), gap .22s var(--ease);
  cursor: pointer;
}
.lyu-contacts__hero-btn--primary {
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-cta);
}
.lyu-contacts__hero-btn--primary:hover {
  transform: translateY(-2px);
  gap: 14px;
  box-shadow: 0 18px 44px rgba(242,5,60,.42);
}
.lyu-contacts__hero-btn--primary svg { transition: transform .22s var(--ease); }
.lyu-contacts__hero-btn--primary:hover svg { transform: translateX(3px); }

.lyu-contacts__hero-btn--ghost {
  background: rgba(255,255,255,.06);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.16);
}
.lyu-contacts__hero-btn--ghost:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
}

@keyframes lyu-c-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   QUICK INFO GRID (4 cards)
   ============================================================ */
.lyu-contacts__quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 80px;
}
.lyu-contacts__qcard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 28px 26px 24px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.lyu-contacts__qcard::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: var(--grad);
  transform: translateY(100%);
  transition: transform .35s var(--ease);
}
.lyu-contacts__qcard:not(.lyu-contacts__qcard--static):hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.lyu-contacts__qcard:not(.lyu-contacts__qcard--static):hover::before {
  transform: translateY(0);
}

.lyu-contacts__qcard-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 12px;
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,5,60,.28);
}

.lyu-contacts__qcard-label {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 6px;
}

.lyu-contacts__qcard-value {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
  word-break: break-word;
}

.lyu-contacts__qcard-meta {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-muted);
  line-height: 1.4;
}

.lyu-contacts__qcard-cue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  transition: gap .22s var(--ease);
}
.lyu-contacts__qcard:hover .lyu-contacts__qcard-cue {
  gap: 9px;
}

/* "Copied!" toast feedback (toggled by JS) */
.lyu-contacts__qcard.is-copied .lyu-contacts__qcard-cue::after {
  content: "Скопійовано ✓";
  position: absolute;
  inset: auto auto -4px 26px;
  transform: translateY(0);
  padding: 4px 10px;
  background: #14171f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 999px;
  animation: lyu-c-toast 1.6s ease forwards;
}
@keyframes lyu-c-toast {
  0%   { opacity: 0; transform: translateY(8px); }
  15%  { opacity: 1; transform: translateY(-4px); }
  85%  { opacity: 1; transform: translateY(-4px); }
  100% { opacity: 0; transform: translateY(-12px); }
}

/* ============================================================
   OPTIONAL INTRO from page editor
   ============================================================ */
.lyu-contacts__intro {
  max-width: 760px;
  margin: 0 auto 72px;
}
.lyu-contacts__intro-prose {
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--ink);
}
.lyu-contacts__intro-prose p { margin: 0 0 18px; }
.lyu-contacts__intro-prose p:last-child { margin-bottom: 0; }
.lyu-contacts__intro-prose a { color: var(--red); text-decoration: none; border-bottom: 1px solid currentColor; }

/* ============================================================
   NUMBERED SECTION HEADER (same as about)
   ============================================================ */
.lyu-contacts__section-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-light);
}
.lyu-contacts__section-num {
  flex-shrink: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--red);
  padding: 6px 12px;
  border: 1.5px solid var(--red);
  border-radius: 999px;
  background: var(--red-soft);
  line-height: 1;
}
.lyu-contacts__section-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lyu-contacts__section-title em {
  font-style: italic;
  color: var(--red);
}

/* ============================================================
   MAIN (form + side) — two columns
   ============================================================ */
.lyu-contacts__main {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  margin: 0 0 100px;
}
.lyu-contacts__form-col,
.lyu-contacts__side { min-width: 0; }

/* ============================================================
   FORM
   ============================================================ */
.lyu-contacts__form {
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 36px 36px 32px;
}

/* Honeypot — visually hidden from real users */
.lyu-contacts__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lyu-contacts__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.lyu-contacts__field {
  display: block;
  margin-bottom: 16px;
}
.lyu-contacts__form-row .lyu-contacts__field {
  margin-bottom: 0;
}
.lyu-contacts__field-label {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 8px;
}
.lyu-contacts__req { color: var(--red); margin-left: 2px; }

.lyu-contacts__field input[type="text"],
.lyu-contacts__field input[type="email"],
.lyu-contacts__field textarea,
.lyu-contacts__field select {
  display: block;
  width: 100%;
  padding: 13px 16px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--line-light);
  border-radius: var(--r-sm);
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.lyu-contacts__field input[type="text"]:focus,
.lyu-contacts__field input[type="email"]:focus,
.lyu-contacts__field textarea:focus,
.lyu-contacts__field select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(242,5,60,.1);
  background: #fff;
}
.lyu-contacts__field input::placeholder,
.lyu-contacts__field textarea::placeholder {
  color: var(--ink-muted);
}
.lyu-contacts__field textarea {
  resize: vertical;
  min-height: 140px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.6;
}

/* Custom select arrow (hide native, draw our own) */
.lyu-contacts__select-wrap {
  position: relative;
}
.lyu-contacts__select-wrap select {
  padding-right: 40px;
  cursor: pointer;
}
.lyu-contacts__select-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: var(--ink-muted);
  pointer-events: none;
}

/* Error states */
.lyu-contacts__field.has-error input,
.lyu-contacts__field.has-error textarea,
.lyu-contacts__field.has-error select {
  border-color: var(--red);
  background: rgba(242,5,60,.03);
}

.lyu-contacts__form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}
.lyu-contacts__privacy {
  flex: 1;
  margin: 0;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
  color: var(--ink-muted);
}
.lyu-contacts__privacy a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}

.lyu-contacts__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), gap .22s var(--ease), opacity .22s var(--ease);
  flex-shrink: 0;
}
.lyu-contacts__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  gap: 14px;
  box-shadow: 0 18px 42px rgba(242,5,60,.42);
}
.lyu-contacts__submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}
.lyu-contacts__submit-arrow {
  transition: transform .22s var(--ease);
}
.lyu-contacts__submit:hover:not(:disabled) .lyu-contacts__submit-arrow {
  transform: translateX(3px);
}
.lyu-contacts__submit-spin {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lyu-c-spin .7s linear infinite;
}
.lyu-contacts__submit.is-loading .lyu-contacts__submit-text { opacity: .65; }
.lyu-contacts__submit.is-loading .lyu-contacts__submit-arrow { display: none; }
.lyu-contacts__submit.is-loading .lyu-contacts__submit-spin  { display: inline-block; }
@keyframes lyu-c-spin { to { transform: rotate(360deg); } }

/* Inline status message after submit */
.lyu-contacts__form-msg {
  margin-top: 18px;
  padding: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  border-radius: var(--r-sm);
  min-height: 0;
  transition: all .22s var(--ease);
}
.lyu-contacts__form-msg.is-success,
.lyu-contacts__form-msg.is-error {
  padding: 14px 18px;
  margin-top: 18px;
}
.lyu-contacts__form-msg.is-success {
  background: rgba(46,204,113,.08);
  border-left: 3px solid #2ecc71;
  color: #1e8e4e;
}
.lyu-contacts__form-msg.is-error {
  background: rgba(242,5,60,.06);
  border-left: 3px solid var(--red);
  color: #891221;
}

/* ============================================================
   SIDE (promise + socials)
   ============================================================ */
.lyu-contacts__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lyu-contacts__promise {
  position: relative;
  padding: 28px 28px 26px;
  background: var(--dark);
  background-image:
    radial-gradient(500px 280px at 100% 0%, rgba(242,5,60,.20), transparent 60%),
    linear-gradient(180deg, #14171f, #0a0c14);
  border-radius: var(--r-lg);
  color: var(--text);
  overflow: hidden;
}
.lyu-contacts__promise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-2);
}
.lyu-contacts__eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 14px rgba(242,5,60,.6);
}
.lyu-contacts__promise-text {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: var(--text);
}
.lyu-contacts__promise-text em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e, #f2053c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Social cards stack */
.lyu-contacts__socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 26px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.lyu-contacts__socials-title {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-contacts__social {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  text-decoration: none;
  color: inherit;
  transition: background .22s var(--ease), transform .22s var(--ease);
}
.lyu-contacts__social:hover {
  background: var(--surface);
}
.lyu-contacts__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  flex-shrink: 0;
  transition: background .22s var(--ease), color .22s var(--ease);
}
.lyu-contacts__social-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.lyu-contacts__social-name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}
.lyu-contacts__social-tag {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-muted);
  margin-top: 2px;
}
.lyu-contacts__social-arrow {
  color: var(--ink-muted);
  flex-shrink: 0;
  transition: color .22s var(--ease), transform .22s var(--ease);
}
.lyu-contacts__social:hover .lyu-contacts__social-arrow {
  color: var(--red);
  transform: translate(2px, -2px);
}

/* Highlights list (replaces socials block in sidebar) */
.lyu-contacts__highlights {
  list-style: none;
  margin: 0;
  padding: 22px 24px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.lyu-contacts__highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line-light);
}
.lyu-contacts__highlight:last-child { border-bottom: none; }
.lyu-contacts__highlight strong {
  color: var(--ink);
  font-weight: 700;
}
.lyu-contacts__highlight-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  margin-top: 1px;
}

/* ============================================================
   FAQ
   ============================================================ */
.lyu-contacts__faq {
  margin: 0 0 80px;
}
.lyu-contacts__faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 920px;
}
.lyu-contacts__faq-item {
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.lyu-contacts__faq-item[open] {
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(242,5,60,.08);
}
.lyu-contacts__faq-q {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.lyu-contacts__faq-q::-webkit-details-marker { display: none; }
.lyu-contacts__faq-num {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--red);
  flex-shrink: 0;
  line-height: 1;
}
.lyu-contacts__faq-q-text {
  flex: 1;
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
}
.lyu-contacts__faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink-muted);
  flex-shrink: 0;
  transition: background .25s var(--ease), color .25s var(--ease), transform .35s var(--ease);
}
.lyu-contacts__faq-item[open] .lyu-contacts__faq-toggle {
  background: var(--grad);
  color: #fff;
  transform: rotate(45deg);
}
.lyu-contacts__faq-a {
  padding: 0 24px 22px 60px;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  animation: lyu-c-fade-down .35s var(--ease) both;
}
@keyframes lyu-c-fade-down {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   CTA STRIP (red gradient)
   ============================================================ */
.lyu-contacts__cta {
  position: relative;
  padding: 64px 56px;
  background: var(--grad);
  border-radius: var(--r-xl);
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.lyu-contacts__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
  background-size: 240px 240px;
  opacity: .08;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.lyu-contacts__cta > * { position: relative; z-index: 1; }
.lyu-contacts__cta-title {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: #fff;
}
.lyu-contacts__cta-title em {
  font-style: italic;
  color: #ffe7ed;
}
.lyu-contacts__cta-text {
  margin: 0 auto 32px;
  max-width: 52ch;
  font-family: var(--sans);
  font-size: clamp(14px, 1.2vw, 15px);
  line-height: 1.6;
  color: rgba(255,255,255,.88);
}
.lyu-contacts__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.lyu-contacts__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .22s var(--ease), gap .22s var(--ease), background .22s var(--ease);
}
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary:link,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary:visited {
  background: #ffffff !important;
  color: #f2053c !important;
  -webkit-text-fill-color: #f2053c !important;
  box-shadow: 0 10px 26px rgba(20,23,31,.16);
}
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary span,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary svg {
  color: #f2053c !important;
  -webkit-text-fill-color: #f2053c !important;
}
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary:hover {
  transform: translateY(-2px);
  gap: 14px;
  color: #cb003d !important;
  -webkit-text-fill-color: #cb003d !important;
}
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary:hover span,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--primary:hover svg {
  color: #cb003d !important;
  -webkit-text-fill-color: #cb003d !important;
}

.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--ghost,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--ghost:link,
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--ghost:visited {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.28);
}
.lyu-contacts .lyu-contacts__cta a.lyu-contacts__cta-btn--ghost:hover {
  background: rgba(255,255,255,.22) !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .lyu-contacts__main {
    grid-template-columns: 1fr;
  }
  .lyu-contacts__side {
    order: -1;
  }
  .lyu-contacts__quick {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lyu-contacts__hero {
    padding: 60px 28px 56px;
    margin-bottom: 40px;
  }
  .lyu-contacts__hero-ornament {
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
  }
  .lyu-contacts__quick {
    margin-bottom: 56px;
    gap: 12px;
  }
  .lyu-contacts__qcard {
    padding: 22px 20px 20px;
  }
  .lyu-contacts__form {
    padding: 28px 22px 24px;
  }
  .lyu-contacts__form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lyu-contacts__form-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .lyu-contacts__submit {
    width: 100%;
    justify-content: center;
  }
  .lyu-contacts__faq-a {
    padding-left: 24px;
  }
  .lyu-contacts__cta {
    padding: 48px 28px;
    border-radius: var(--r-lg);
  }
  .lyu-contacts__cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .lyu-contacts__wrap { padding: 0 16px; }
  .lyu-contacts__hero {
    padding: 48px 22px 44px;
    border-radius: var(--r-lg);
  }
  .lyu-contacts__quick {
    grid-template-columns: 1fr;
  }
  .lyu-contacts__hero-actions {
    flex-direction: column;
  }
  .lyu-contacts__hero-btn {
    width: 100%;
    justify-content: center;
  }
  .lyu-contacts__section-head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lyu-contacts__faq-q {
    padding: 16px 18px;
    gap: 12px;
  }
  .lyu-contacts__promise {
    padding: 24px 22px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyu-contacts__eyebrow,
  .lyu-contacts__title,
  .lyu-contacts__lede,
  .lyu-contacts__hero-actions,
  .lyu-contacts__hero-ornament,
  .lyu-contacts__online-pulse {
    animation: none !important;
  }
}
