﻿/*
  inline-migrated.css
  Generated by tools/migrate_inline_styles.ps1
  Purpose: remove inline styles so CSP can disable style-src unsafe-inline
*/

/*
  NOTE:
  This file is required by the HTML pages because they reference `u-inline-*` utility classes
  and moved CSS blocks (e.g. animations). Do not overwrite it with an empty file.
*/

/* moved from index.html */

/* Ensure decorative bars for section titles are centered across all languages */
.section-title::before,
.section-title::after {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

/* Navbar: better fit for longer translations across all pages */
.navbar-nav {
  flex-wrap: wrap;
  row-gap: 4px;
}
.navbar-nav .nav-link {
  padding: 20px clamp(8px, 1.4vw, 14px);
  font-size: clamp(0.9rem, 0.9vw + 0.2rem, 1rem);
  letter-spacing: 0.01em;
}
@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    padding: 16px 10px;
  }
}

/* Only apply wrap alignment when space is tight */
@media (max-width: 1320px) {
  .nav-bar .navbar {
    flex-wrap: wrap;
    align-content: center;
    row-gap: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    justify-content: center;
  }
  .navbar-nav {
    justify-content: center;
    column-gap: 10px;
    row-gap: 6px;
  }
  .navbar-nav .nav-link {
    line-height: 1.1;
  }
}

/* Keep single-line navbar on wider screens */
@media (min-width: 1321px) {
  .nav-bar .navbar {
    flex-wrap: nowrap;
  }
}

/* Spanish: slightly tighter to keep one line on common widths */
html[lang="es"] .navbar-nav .nav-link {
  font-size: clamp(0.88rem, 0.85vw + 0.18rem, 0.98rem);
  padding-left: 8px;
  padding-right: 8px;
}

/* Language-specific tightening for longer labels */
html[lang="de"] .navbar-nav .nav-link,
html[lang="vi"] .navbar-nav .nav-link,
html[lang="pt"] .navbar-nav .nav-link,
html[lang="fr"] .navbar-nav .nav-link,
html[lang="it"] .navbar-nav .nav-link,
html[lang="nl"] .navbar-nav .nav-link,
html[lang="fi"] .navbar-nav .nav-link,
html[lang="hi"] .navbar-nav .nav-link,
html[lang="bn"] .navbar-nav .nav-link {
  font-size: clamp(0.86rem, 0.85vw + 0.18rem, 0.98rem);
  padding-left: 8px;
  padding-right: 8px;
}

/* RTL and CJK: reduce spacing to avoid overflow */
html[lang="ar"] .navbar-nav .nav-link,
html[lang="zh"] .navbar-nav .nav-link,
html[lang="ja"] .navbar-nav .nav-link,
html[lang="ko"] .navbar-nav .nav-link {
  font-size: clamp(0.88rem, 0.8vw + 0.18rem, 0.98rem);
  padding-left: 6px;
  padding-right: 6px;
}

/* Prevent CLS: keep lang toggle fixed on desktop from first paint */
@media (min-width: 992px) {
  #lang-toggle-wrapper {
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 1400;
  }
}


/* Modern AI loader panel (keeps same concept) */
.page-index .robot-container {
  text-align: center;
  margin: 18px auto 30px;
  position: relative;
  width: 320px;
  padding: 44px 18px 18px;
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 50% 20%, rgba(0, 191, 255, 0.16) 0%, rgba(0, 102, 255, 0.08) 38%, rgba(0, 0, 0, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0));
  border: 1px solid var(--hud-border);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.page-index .robot-container::before {
  content: "";
  position: absolute;
  inset: 22px 10px 10px 10px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(0, 191, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 191, 255, 0.10) 1px, transparent 1px);
  background-size: 28px 28px;
  background-position: 0 0;
  opacity: 0.18;
  pointer-events: none;
}

.page-index .robot {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 230px;
  padding-bottom: 8px;
}

.page-index .robot-head {
  width: 140px;
  height: 112px;
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.95), rgba(0, 102, 255, 0.95));
  border-radius: 18px;
  position: relative;
  margin: 14px auto 0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 18px 40px rgba(0, 0, 0, 0.30),
    0 0 40px rgba(0, 191, 255, 0.18);
  animation: floatModern 2.8s ease-in-out infinite;
  overflow: visible;
}

.page-index .robot-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 48%, transparent 100%);
  transform: translateX(-35%) skewX(-18deg);
  animation: hudSweep 4.4s linear infinite;
  pointer-events: none;
  border-radius: inherit;
}

.page-index .antenna {
  position: absolute;
  top: -12px;
  left: calc(50% - 5px);
  width: 10px;
  height: 18px;
  background: rgba(0, 191, 255, 0.95);
  border-radius: 6px 6px 0 0;
  animation: antennaWag 2.2s ease-in-out infinite;
  box-shadow: 0 0 14px rgba(0, 191, 255, 0.22);
}

.page-index .antenna::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 18px rgba(0, 191, 255, 0.35);
}

.page-index .robot-eyes {
  position: absolute;
  top: 34px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 24px;
}

.page-index .robot-eye {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.10) inset;
  animation: blinkModern 3.2s ease-in-out infinite;
}

.page-index .robot-smile {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 10px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  opacity: 0.95;
  animation: smileWave 4.4s ease-in-out infinite;
}

.page-index .robot-smile::before {
  content: "";
  position: absolute;
  inset: 4px 6px;
  border-radius: 7px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.75) 0px,
    rgba(255, 255, 255, 0.75) 6px,
    rgba(255, 255, 255, 0.15) 6px,
    rgba(255, 255, 255, 0.15) 10px
  );
  opacity: 0.55;
}

.page-index .robot-smile::after {
  content: "";
  position: absolute;
  inset: -80% -30%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 191, 255, 0.30) 50%, transparent 100%);
  transform: translateX(-40%) skewX(-18deg);
  animation: mouthScan 2.4s linear infinite;
  pointer-events: none;
  opacity: 0.9;
}

.page-index .robot-arm {
  position: absolute;
  width: 18px;
  height: 52px;
  background: rgba(0, 191, 255, 0.95);
  top: 92px;
  border-radius: 12px;
  filter: drop-shadow(0 0 12px rgba(0, 191, 255, 0.18));
}

.page-index .robot-arm.left {
  left: 20px;
  transform-origin: top right;
  animation: armWave 2.2s ease-in-out infinite;
}

.page-index .robot-arm.right {
  right: 20px;
  transform-origin: top left;
  animation: armWave 2.2s ease-in-out infinite reverse;
}

.page-index .progress-container {
  width: 220px;
  height: 12px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  margin: 46px auto 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 191, 255, 0.16);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  position: relative;
}

.page-index .progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 191, 255, 0.95), rgba(0, 102, 255, 0.95));
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(0, 191, 255, 0.22);
  position: relative;
}

.page-index .progress-bar::after {
  content: "";
  position: absolute;
  inset: -70% -30%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
  transform: translateX(-40%) skewX(-18deg);
  animation: barShine 1.8s linear infinite;
  pointer-events: none;
  opacity: 0.65;
}

.page-index .percentage {
  color: rgba(0, 191, 255, 0.92);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.page-index #welcome-message {
  color: rgba(0, 191, 255, 0.92);
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.8s ease;
  animation: moveLetters 3.2s ease-in-out infinite;
}

.page-index .ai-helper {
  color: rgba(0, 191, 255, 0.88);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 0.02em;
  animation: helperFloat 2.6s ease-in-out infinite;
}

@keyframes floatModern {
  0% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-12px) scale(1.03); }
  100% { transform: translateY(0px) scale(1); }
}

@keyframes antennaWag {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(22deg); }
  50% { transform: rotate(-14deg); }
  75% { transform: rotate(18deg); }
  100% { transform: rotate(0deg); }
}

@keyframes blinkModern {
  0%, 92%, 100% { opacity: 1; }
  95% { opacity: 0.18; }
}

@keyframes smileWave {
  0%, 100% { transform: translateX(-50%) scaleX(1); }
  50% { transform: translateX(-50%) scaleX(1.12); }
}

@keyframes armWave {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(8deg); }
}

@keyframes moveLetters {
  0% { letter-spacing: 0.02em; }
  50% { letter-spacing: 0.14em; }
  100% { letter-spacing: 0.02em; }
}

@keyframes helperFloat {
  0%, 100% { transform: translateY(0); opacity: 0.95; }
  50% { transform: translateY(-6px); opacity: 1; }
}

@keyframes barShine {
  0% { transform: translateX(-40%) skewX(-18deg); }
  100% { transform: translateX(40%) skewX(-18deg); }
}

@keyframes hudSweep {
  0% { transform: translateX(-35%) skewX(-18deg); opacity: 0; }
  10% { opacity: 1; }
  60% { opacity: 1; }
  100% { transform: translateX(35%) skewX(-18deg); opacity: 0; }
}

@keyframes mouthScan {
  0% { transform: translateX(-40%) skewX(-18deg); }
  100% { transform: translateX(40%) skewX(-18deg); }
}

@media (max-width: 420px) {
  .page-index .robot-container { width: 92%; }
  .page-index .progress-container { width: 86%; }
}

@media (prefers-reduced-motion: reduce) {
  .page-index .robot-head,
  .page-index .robot-head::after,
  .page-index .antenna,
  .page-index .robot-eye,
  .page-index .robot-smile,
  .page-index .robot-arm,
  .page-index .progress-bar::after,
  .page-index #welcome-message,
  .page-index .ai-helper {
    animation: none !important;
  }
}

/* Chatbot (index) */
.page-index #chatbot-container {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 360px;
  height: 520px;
  background: #f3f6f9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 191, 255, 0.18);
  transition: height 0.25s ease;
  contain: layout paint;
}

.page-index #chatbot-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
}

.page-index #chatbot-header {
  position: relative;
  z-index: 1;
  background: #0a86ff;
  color: #fff;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}

.page-index #chatbot-container.chatbot-dragging {
  transition: none;
}

.page-index #chatbot-header button {
  background: rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 6px;
  color: #1b1b1b;
  width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.12s ease;
}

.page-index #chatbot-header button:hover {
  background: #fff;
}

.page-index #chatbot-header button:active {
  transform: scale(0.98);
}

.page-index #chatbot-conversation {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 14px;
  overflow-y: auto;
  background: linear-gradient(180deg, #eaf6ff 0%, #f3f6f9 55%, #efefef 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-index #chatbot-input {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  background: #ffffff;
}

.page-index #chatbot-input input[type="text"] {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  height: 52px;
  border: none;
  border-radius: 0 0 0 16px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 52px;
  outline: none;
  background: #ffffff;
}

.page-index #chatbot-input button {
  box-sizing: border-box;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: none;
  border-radius: 0 0 16px 0;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #0a86ff;
  cursor: pointer;
  white-space: nowrap;
}

.page-index #chatbot-input button:hover {
  filter: brightness(1.05);
}

.page-index .chat-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-index .chat-message span {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 12px;
  max-width: 260px;
  word-break: break-word;
  line-height: 1.35;
  font-size: 14px;
}

/* Bot bubble: icon + text inside one blue bubble (matches prior look) */
.page-index .chat-message.bot {
  align-self: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #0a86ff;
  color: #ffffff;
  max-width: 300px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.page-index .chat-message.bot span {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  max-width: unset;
}

.page-index .chat-message.user {
  justify-content: flex-end;
}

.page-index .chat-message.user span {
  background: linear-gradient(135deg, #0066ff, #00bfff);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.page-index .chatbot-robot-icon {
  color: #ffffff;
  margin-top: 2px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
}

.page-index .typing-indicator span {
  letter-spacing: 2px;
  opacity: 0.85;
  animation: typingDots 1.2s steps(4, end) infinite;
}

@keyframes typingDots {
  0% { opacity: 0.25; }
  50% { opacity: 0.95; }
  100% { opacity: 0.25; }
}

.page-index #chatbot-container.minimized {
  height: 52px;
}

.page-index #chatbot-container.minimized #chatbot-conversation,
.page-index #chatbot-container.minimized #chatbot-input {
  display: none;
}

@media (max-width: 520px) {
  .page-index #chatbot-container {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 12px;
    height: 62vh;
  }

  /* Mobile: ensure the send button label is fully readable */
  .page-index #chatbot-input button {
    white-space: nowrap;
    padding: 0 12px;
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    text-align: center;
  }
}

/* Utility classes generated from inline style="..." */
.u-inline-2e4a8e11d7 { z-index: 9; }
.u-inline-78852a80f4 { position: relative; }
.u-inline-b93012a9f4 { filter: brightness(0.7); }
.u-inline-aade6a54f8 { position: absolute; inset: 10vh 6vw; border-radius: 16px; background-color: rgba(0,0,0,0.3); z-index: 1; }
.u-inline-82a40b03de { max-width: 900px; }
.u-inline-55d9b8319e { font-size: clamp(2.2rem, 6vw, 4rem); }
.u-inline-df272d0334 { font-size: clamp(2rem, 5.5vw, 4.5rem); }
.u-inline-6505d41832 { width: 45px; height: 45px; }
.u-inline-3a5176afcf { margin-top: 90px; position: relative; }
.u-inline-3ddfa22c8c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

/* moved from about.html */
@keyframes moveRobot1 {
  0% { left: -100px; }
  45% { left: 30%; transform: translateX(-50%); }
  55% { left: 30%; transform: translateX(-50%); }
  100% { left: 100%; }
}

@keyframes moveRobot2 {
  0% { left: -100px; }
  45% { left: 60%; transform: translateX(-50%); }
  55% { left: 60%; transform: translateX(-50%); }
  100% { left: 100%; }
}

@keyframes moveRobot3 {
  0% { left: -100px; }
  45% { left: 45%; transform: translateX(-50%); }
  55% { left: 45%; transform: translateX(-50%); }
  100% { left: 100%; }
}

@keyframes moveHuman {
  0% { left: -100px; }
  45% { left: 45%; transform: translateX(-50%); }
  55% { left: 45%; transform: translateX(-50%); }
  100% { left: 100%; }
}

.u-inline-5270f70490 { margin-bottom: 90px; }
.u-inline-18335d8a45 { background-color: #00bfff; border-color: #808080; }
.u-inline-d8b5e0b91b { min-height: 400px; }
.u-inline-1e9b0c0f97 { object-fit: cover; }
.u-inline-4b35f4d70a { height: 120px; position: relative; overflow: hidden; background: #ffffff; }
.u-inline-31de3973c5 { position: absolute; left: -100px; animation: moveRobot1 6s infinite; }
.u-inline-87024ee17e { font-size: 40px; display: flex; align-items: center; }
.u-inline-462717ae67 { color: #00bfff; }
.u-inline-b7ce7e3e4f { color: #666; margin-left: 10px; }
.u-inline-b030cb850c { position: absolute; left: -100px; animation: moveRobot2 8s infinite; }
.u-inline-8d3c2c5b63 { position: absolute; left: -100px; animation: moveRobot3 7s infinite; }
.u-inline-004ff37c54 { font-size: 30px; display: flex; align-items: center; }
.u-inline-72903601d4 { position: absolute; left: -100px; animation: moveHuman 12s infinite; }
.u-inline-0df50bd744 { font-size: 60px; display: flex; align-items: center; }
.u-inline-5e9f000c55 { color: #666; }
.u-inline-3ce9143c8c { margin-top: 90px; }

/* moved from product.html */
@keyframes customerMove {
  0% { left: -50px; }
  40% { left: calc(80% - 30px); }
  60% { left: calc(80% - 30px); }
  100% { left: 120%; }
}

@keyframes showMessage {
  0%, 30% { opacity: 0; }
  40%, 60% { opacity: 1; }
  70%, 100% { opacity: 0; }
}

@keyframes scanLine {
  0% { transform: translateX(0); }
  100% { transform: translateX(20px); }
}

.female-customer { animation: customerMove 6s infinite; animation-delay: 0s; }
.male-customer { animation: customerMove 6s infinite; animation-delay: 3s; }
.thank-you-message-1 { animation: showMessage 6s infinite; }
.thank-you-message-2 { animation: showMessage 6s infinite; animation-delay: 3s; }
.scan-line { animation: scanLine 0.5s linear infinite alternate; }

.u-inline-485f6ada56 { width: 80px; }
.u-inline-2d11420292 { width: 150px; height: 150px; }
.u-inline-f4a4dadd53 { background: #ffffff; }
.u-inline-0c5425cdcb { height: 200px; position: relative; overflow: hidden; }
.u-inline-43e22ac3b1 { position: absolute; width: 100%; text-align: center; top: 10%; color: #28a745; font-weight: bold; font-size: 24px; }
.u-inline-3669e2e009 { position: absolute; right: 20%; top: 50%; transform: translateY(-50%); }
.u-inline-a0ce98b880 { position: absolute; top: -30px; left: 25px; width: 50px; height: 20px; background: #444; border-radius: 3px; }
.u-inline-e4c17d39b5 { position: absolute; top: 8px; left: 5px; width: 40px; height: 4px; background: red; opacity: 0.7; }
.u-inline-cbea2c5e35 { background: #ddd; width: 100px; height: 60px; border-radius: 5px; }
.u-inline-51cfaa9b66 { text-align: center; background: #333; color: white; padding: 5px; }
.u-inline-beba746313 { position: absolute; left: -50px; top: 50%; transform: translateY(-50%); }
.u-inline-6fc7d6bde2 { width: 30px; height: 60px; background: #ff69b4; border-radius: 15px; }
.u-inline-2c7d63ef89 { width: 30px; height: 60px; background: #007bff; border-radius: 15px; }
.u-inline-3c8f1fe2cf { margin-top: -75px; }
.u-inline-34e87df177 { font-size: 60px; }

/* moved from mail/contact.html */
.page-mail-contact .email-animation {
  text-align: center;
  padding: 40px;
  background: linear-gradient(120deg, #f6f9fc 0%, #f1f4f8 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.page-mail-contact .animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.page-mail-contact .icon {
  font-size: 3rem;
  transition: transform 0.3s ease;
}

.page-mail-contact .human { animation: bounce 2s infinite; }
.page-mail-contact .robot { animation: moveAntenna 2s infinite; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes moveAntenna {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-15deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}

@keyframes floatEmail {
  0% { transform: translateX(0) translateY(0); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateX(300px) translateY(-20px); opacity: 0; }
}

.page-mail-contact .email {
  font-size: 2rem;
  position: relative;
  animation: floatEmail 3s ease-in-out infinite;
}

.page-mail-contact .path {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007bff, transparent);
}

.u-inline-eff353372d { position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden; }

.page-mail-contact .robot::after {
  content: "🤖";
  display: inline-block;
}
