


@font-face {
  font-family: "BENEOX Heading";
  src: url("../../font/bronova-bold.woff") format("woff"),
    url("../../font/bronova-bold.ttf") format("truetype"),
    url("../../font/bronova-bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BENEOX Body";
  src: url("../../font/bronova-regular.woff") format("woff"),
    url("../../font/bronova-regular.ttf") format("truetype"),
    url("../../font/bronova-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BENEOX Body";
  src: url("../../font/bronova-bold.woff") format("woff"),
    url("../../font/bronova-bold.ttf") format("truetype"),
    url("../../font/bronova-bold.otf") format("opentype");
  font-weight: 500 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
  height: 100%;
}
html,
body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  /* font-family: "BENEOX Body", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; */
  position: relative;
  text-rendering: optimizeLegibility;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
th,
td,
button,
figure,
input,
textarea,
form {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div,
section {
  box-sizing: border-box;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img,
input,
button,
textarea {
  border: none;
}
input {
  text-align: inherit;
}
textarea {
  resize: none;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
template {
  display: none;
}

:root {
  --ink: #171717;
  --muted: #62656d;
  --line: #dfe5e9;
  --soft: #f4f7f9;
  --panel: #ffffff;
  --cream: #f4f7f9;
  --slate: #3d3e45;
  --slate-2: #565b64;
  --slate-soft: rgba(61, 62, 69, 0.24);
  --brand-blue: #85b6d6;
  --brand-blue-deep: #5f9fc7;
  --brand-charcoal: #3d3e45;
  --brand-black: #171717;
  --brand-silver: #b7c2c8;
  --brand-silver-soft: #edf3f6;
  --green: var(--brand-blue-deep);
  --luxury-surface: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 243, 246, 0.9));
  --silver-gradient: linear-gradient(135deg, #ffffff 0%, #dce6ea 52%, #aebbc2 100%);
  --dark-gradient: linear-gradient(135deg, #3d3e45 0%, #171717 100%);
  --blue-gradient: linear-gradient(135deg, #85b6d6 0%, #5f9fc7 100%);
  --shadow: 0 18px 50px rgba(23, 23, 23, 0.12);
  font-family: "BENEOX Body", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  /* --font-heading: "BENEOX Heading", "BENEOX Body", Arial, sans-serif; */
  --font-heading: "BENEOX Heading", "BENEOX Body", Arial, sans-serif;
  /* --font-sans: "BENEOX Body", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --font-sans: "BENEOX Body", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
 font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-heading h2,
.hero h1,
.hero-inner h1,
.hero-copy h1,
.mobile-view-title,
.mega-heading h2,
.mega-column h3,
.site-footer h3,
.modal h2,
.inquiry-head h2 {
  font-family: var(--font-heading);
}

body {
  margin: 0;
  line-height: 1.5;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -8%, rgba(133, 182, 214, 0.12), transparent 28rem),
    #ffffff;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1300px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(23, 23, 23, 0.06);
  backdrop-filter: blur(14px);
}

.nav-shell {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand-black);
}

.brand {
  display: block;
  width: 190px;
  height: 48px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-item {
  position: relative;
}

.nav-link {
  border: 0;
  background: none;
  color: #344054;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  padding: 0;
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--brand-blue-deep);
}

.chevron {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.simple-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 8px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 160ms ease;
}

.has-simple-menu:hover .simple-menu,
.has-simple-menu:focus-within .simple-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.simple-menu a {
  display: block;
  padding: 10px 18px;
  color: #475467;
}

.simple-menu a:hover {
  color: var(--brand-black);
  background: var(--brand-silver-soft);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: grid;
  place-items: center;
  color: #475467;
  transition: background 160ms ease, color 160ms ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  color: var(--brand-black);
  background: var(--brand-silver-soft);
}

.icon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button [data-lucide] {
  width: 21px;
  height: 21px;
  stroke-width: 2;
}

.mobile-toggle {
  display: none;
}

.mega-menu {
  position: absolute;
  inset: 80px 0 auto;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: 170ms ease;
}

.site-header.mega-open .mega-menu,
.mega-menu:hover,
.mega-menu:focus-within {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 360px;
}

.mega-sidebar {
  padding: 16px 0;
  background: linear-gradient(180deg, #f8fbfc 0%, #edf3f6 100%);
}

.mega-tab {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: transparent;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #344054;
  text-align: left;
}

.mega-tab.active,
.mega-tab:hover {
  color: var(--brand-black);
  background: #ffffff;
}

.mega-content {
  padding: 26px 34px 34px;
}

.mega-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.mega-heading h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}

.mega-columns {
  display: block;
}

.mega-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.mega-panel[hidden] {
  display: none;
}

.mega-column h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.mega-column a {
  display: block;
  color: #667085;
  font-size: 14px;
  margin: 9px 0;
}

.mega-column a:hover {
  color: var(--brand-blue-deep);
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.site-footer {
  color: #d4d8de;
  background:
    linear-gradient(135deg, rgba(133, 182, 214, 0.16), transparent 34%),
    var(--dark-gradient);
  padding: 52px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 36px;
  padding-bottom: 34px;
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 14px;
}

.site-footer p,
.footer-contact,
.copyright {
  color: #9ca3af;
}

.site-footer h3 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: 17px;
}

.site-footer a,
.footer-contact span,
.footer-nav-text {
  display: block;
  color: #aeb5bf;
  margin: 9px 0;
  font-size: 14px;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin: 22px 0;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  color: #ffffff;
  transition: filter 160ms ease;
}
a.social-btn{
  display: flex;
  justify-content: center;
}

.social-btn:hover {
  filter: brightness(0.92);
}

.social-facebook {
  background: var(--blue-gradient);
}

.social-instagram {
  background: linear-gradient(135deg, #85b6d6, #3d3e45);
}

.social-youtube {
  background: #171717;
}

.social-btn [data-lucide] {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact-row [data-lucide] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #9ca3af;
  flex: 0 0 auto;
}

.footer-contact-row a,
.footer-contact-row span {
  margin: 0;
}

.copyright {
  border-top: 1px solid #334155;
  text-align: center;
  padding-top: 24px;
}

.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  gap: 12px;
}

.fab-button {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--brand-black);
  position: relative;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transition: background 160ms ease;
}

.fab-button:hover {
  background: var(--brand-charcoal);
}

.fab-button .fab-tip {
  position: absolute;
  right: 68px;
  background: #1e293b;
  color: #ffffff;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  padding: 7px 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.fab-button:hover .fab-tip {
  opacity: 1;
}

.fab-whatsapp {
  background: var(--blue-gradient);
}

.fab-whatsapp:hover {
  background: var(--brand-blue-deep);
}

.fab-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.fab-top {
  border-radius: 999px;
  color: #374151;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.fab-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fab-top:hover {
  background: #f3f4f6;
}

.floating-actions [data-lucide] {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(15, 23, 42, 0.45);
}

.mobile-drawer {
  position: fixed;
  z-index: 80;
  inset: 0 0 0 auto;
  width: min(420px, 100vw);
  padding: 0;
  background: #ffffff;
  box-shadow: -20px 0 60px rgba(15, 23, 42, 0.22);
  transform: translateX(102%);
  transition: transform 180ms ease;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.mobile-menu-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding: 20px 18px 14px;
  border-bottom: 1px solid var(--line);
}

.mobile-back {
  border: 0;
  background: transparent;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}

.mobile-back [data-lucide] {
  width: 18px;
  height: 18px;
}

.mobile-brand {
  display: block;
  width: 170px;
  height: 44px;
  overflow: hidden;
  flex: 0 0 auto;
}

.mobile-brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mobile-search {
  position: relative;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
}

.mobile-search [data-lucide] {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #98a2b3;
}

.mobile-search input {
  width: 100%;
  height: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 0 12px 0 38px;
  outline: none;
}

.mobile-view-title {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  color: #344054;
  background: #f8fafc;
}

.mobile-menu-viewport {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}

.mobile-menu-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu-panel {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: #ffffff;
  opacity: 0;
  transform: translateX(24px);
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-menu-panel.from-left {
  transform: translateX(-24px);
}

.mobile-menu-panel.active {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu-item {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #111827;
}

.mobile-menu-item:hover {
  background: #f8fafc;
}

.mobile-menu-item [data-lucide] {
  width: 18px;
  height: 18px;
  color: #98a2b3;
}

.mobile-empty {
  padding: 28px 18px;
  color: #667085;
}

.mobile-menu-footer {
  border-top: 1px solid var(--line);
  padding: 18px;
}

.mobile-menu-footer a {
  display: block;
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  background: var(--brand-black);
  color: #ffffff;
  display: grid;
  place-items: center;
}

.mobile-menu-footer a:hover {
  background: var(--brand-charcoal);
}

.modal {
  width: min(460px, calc(100vw - 32px));
  border: 0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(15, 23, 42, 0.45);
}

.modal h2 {
  margin: 0 0 18px;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-silver-soft);
  color: var(--brand-charcoal);
  font-size: 0;
}

.modal-close [data-lucide] {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  margin: 0 auto;
}

.inquiry-modal {
  width: min(960px, calc(100vw - 28px));
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  min-height: 560px;
}

.inquiry-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 23, 23, 0.78), rgba(61, 62, 69, 0.9)),
    url("../../img/index/bg.png") center / cover;
}


.inquiry-mark {
  position: absolute;
  left: 76px;
  top: 58px;
  width: 94px;
  height: 94px;
  border: 8px dashed var(--brand-blue);
  border-radius: 50%;
}

.inquiry-mark::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 18px;
  width: 12px;
  height: 46px;
  border-radius: 999px;
  background: var(--brand-blue);
}

.inquiry-mark::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 36px;
  width: 34px;
  height: 12px;
  border-radius: 999px;
  background: var(--brand-blue);
  transform: rotate(-55deg);
  transform-origin: left center;
}

.inquiry-panel {
  position: absolute;
  border: 1px solid rgba(183, 194, 200, 0.42);
  background: linear-gradient(135deg, rgba(133, 182, 214, 0.68), rgba(61, 62, 69, 0.92));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.inquiry-panel-back {
  top: 78px;
  right: 58px;
  width: 300px;
  height: 188px;
}

.inquiry-panel-front {
  left: 108px;
  top: 138px;
  width: 330px;
  height: 230px;
  background: linear-gradient(135deg, rgba(133, 182, 214, 0.88), rgba(61, 62, 69, 0.9));
}

.inquiry-bubble {
  position: absolute;
  left: 62px;
  top: 240px;
  width: 314px;
  height: 222px;
  background: var(--blue-gradient);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.inquiry-bubble::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -46px;
  border-width: 46px 62px 0 0;
  border-style: solid;
  border-color: var(--brand-blue-deep) transparent transparent transparent;
}

.inquiry-bubble span {
  position: absolute;
  top: 86px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(#dcfce7, #86efac);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.24);
}

.inquiry-bubble span:nth-child(1) {
  left: 60px;
}

.inquiry-bubble span:nth-child(2) {
  left: 132px;
}

.inquiry-bubble span:nth-child(3) {
  left: 204px;
}

.inquiry-avatar {
  position: absolute;
  right: 58px;
  bottom: 42px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: linear-gradient(#dcfce7, #86efac);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.inquiry-avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 26px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-charcoal);
  transform: translateX(-50%);
}

.inquiry-avatar::after {
  content: "";
  position: absolute;
  left: 31px;
  bottom: 27px;
  width: 80px;
  height: 50px;
  border-radius: 50% 50% 42% 42%;
  background: var(--brand-charcoal);
}

.inquiry-panel-form {
  padding: 44px 40px 50px;
  background: #ffffff;
}

.inquiry-head {
  padding: 0;
  color: var(--ink);
  background: transparent;
  text-align: center;
}

.inquiry-head h2 {
  margin: 0 0 18px;
  color: #020617;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.inquiry-head p {
  max-width: 390px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.45;
}

.inquiry-form {
  display: grid;
  padding: 34px 0 0;
  gap: 12px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  border: 1px solid #64748b;
  border-radius: 6px;
  padding: 13px 14px;
  line-height: 1.35;
  color: #111827;
  background: #ffffff;
  outline: none;
  font-weight: 400;
}

.inquiry-form textarea {
  min-height: 156px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--brand-blue-deep);
  box-shadow: 0 0 0 3px rgba(133, 182, 214, 0.22);
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #667085;
}

.inline-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.inquiry-submit {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 50px;
  margin-top: 6px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--brand-black);
  color: #ffffff;
  font-weight: 700;
}

.inquiry-submit:hover {
  background: var(--brand-charcoal);
  transform: translateY(-1px);
}

.language-list {
  display: grid;
  gap: 10px;
}

.language-list button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  text-align: left;
}

.language-list button:hover {
  color: var(--brand-blue-deep);
  border-color: #b6c2d1;
  background: #f8fafc;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  max-width: min(520px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--brand-black);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: 180ms ease;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.contact-section input,
.contact-section textarea {
  width: 100%;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--ink);
  background: #ffffff;
  outline: none;
  resize: vertical;
  font-weight: 400;
}

.contact-section .contact-field input,
.contact-section .contact-field textarea {
  box-sizing: border-box;
  border-color: transparent;
  border-radius: 5px;
  padding-left: 28px;
  color: var(--brand-charcoal);
  background: #ffffff;
}

.contact-section .contact-field textarea {
  min-height: 144px;
}

.contact-section input:focus,
.contact-section textarea:focus {
  border-color: var(--slate-2);
  box-shadow: 0 0 0 3px rgba(51, 65, 85, 0.14);
}

#cookie-policy__card {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.08);
}

#cookie-policy__card .cookie-policy {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 18px 64px;
}

#cookie-policy__card .cookie-policy__desc {
  max-width: 690px;
  margin: 0;
  color: #5f6673;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#cookie-policy__card .cookie-policy__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

#cookie-policy__card .cookie-policy__button {
  min-width: 137px;
  height: 28px;
  border: 1px solid var(--brand-charcoal);
  border-radius: 0;
  padding: 0 18px;
  color: var(--brand-charcoal);
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

#cookie-policy__card .cookie-policy__button--primary {
  color: #ffffff;
  background: var(--brand-charcoal);
}

#cookie-policy__card .cookie-policy__button:hover {
  border-color: var(--brand-charcoal);
  color: #ffffff;
  background: var(--brand-charcoal);
}

#cookie-policy__card .cookie-policy__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  color: #6b7280;
  background: transparent;
  cursor: pointer;
}

#cookie-policy__card .cookie-policy__close::before,
#cookie-policy__card .cookie-policy__close::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: currentColor;
}

#cookie-policy__card .cookie-policy__close::before {
  transform: rotate(45deg);
}

#cookie-policy__card .cookie-policy__close::after {
  transform: rotate(-45deg);
}

#cookie-policy__card .cookie-policy__close:hover {
  color: #111827;
}


@media (max-width: 1024px) {
  body .desktop-nav {
    display: none;
  }

  .mobile-toggle {
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    height: 68px;
  }
  
  .mega-menu{
    display: none;
  }

  .brand {
    width: 158px;
    height: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  body .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }

  .inquiry-form {
    padding-top: 24px;
  }

  .inline-field {
    grid-template-columns: 1fr;
  }

  .inquiry-modal {
    width: min(520px, calc(100vw - 20px));
  }

  .inquiry-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .inquiry-visual {
    display: none;
  }

  .inquiry-panel-form {
    padding: 38px 20px 24px;
  }

  .inquiry-head p {
    font-size: 14px;
  }

  .inquiry-form textarea {
    min-height: 136px;
  }

  .floating-actions {
    right: 8px;
    bottom: 8px;
  }

  .fab-button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .floating-actions [data-lucide] {
    width: 20px;
    height: 20px;
  }

  .fab-button .fab-tip {
    display: none;
  }

  #cookie-policy__card .cookie-policy {
    min-height: auto;
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px 20px;
  }

  #cookie-policy__card .cookie-policy__desc {
    padding-right: 24px;
    font-size: 12px;
  }

  #cookie-policy__card .cookie-policy__buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  #cookie-policy__card .cookie-policy__button {
    min-width: 140px;
  }
}
