@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  color: #111;
  background: #fff;
}

body {
  word-break: keep-all;
}

body.modal-open {
  overflow: hidden;
}

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

button {
  font-family: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

img,
video {
  max-width: 100%;
  display: block;
}

.pc-only {
  display: block;
}

.page-wrap {
  width: 100%;
  min-width: 320px;
}

/* Header */
.site-header {
  width: 100%;
  height: 64px;
  background: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
}

.header-inner {
  width: 100%;
  max-width: 1460px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

.logo {
  margin: 0;
  font-size: 0;
}

.logo a {
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: auto;
  height: 23px;
}

/* Hero */
.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 674px;
}

.hero-left {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-copy {
  width: 100%;
  max-width: 540px;
  margin-right: 82px;
  transform: translateY(-4px);
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.hero-copy h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-desc {
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.95);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Hero Buttons */
.video-btn {
  height: 52px;
  padding: 0 28px 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.video-btn:hover {
  background: #f2f2f2;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
}

.sales-btn {
  height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  transition: all 0.2s ease;
}

.sales-btn:hover {
  background: #fff;
  color: #000;
}

/* »ç¿ëÇÏÁö ¾Ê¾Æµµ ±âÁ¸ È£È¯¿ë À¯Áö */
.outline-btn {
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.outline-btn:hover {
  background: #fff;
  color: #000;
}

/* Hero Right */
.hero-right {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #fbe1f4 0%, #ffd9e4 45%, #f9beb6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-logo {
  position: absolute;
  top: 38px;
  right: 62px;
  z-index: 3;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
}

.business-logo span {
  color: #fa0f00;
}

.product-visual {
  position: relative;
  width: 72%;
  max-width: 700px;
  transform: translateY(0);
  z-index: 2;
}

.product-visual img {
  width: 100%;
}

.video-visual {
  width: 74%;
  max-width: 700px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(120, 60, 90, 0.18);
  background: rgba(255, 255, 255, 0.22);
}

.video-visual video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-slide-btn {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide-btn span {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}

/* Market */
.market-section {
  width: 100%;
}

.market-guide-strip {
  width: 100%;
  min-height: 68px;
  padding: 0 20px;
  background: #fff1f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-guide-strip p {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #111;
}

.market-card-area {
  width: 100%;
  padding: 42px 20px 40px;
  background:
    linear-gradient(90deg, #ffe3f2 0%, #f5e5ff 46%, #dce8ff 100%);
}

.market-card-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.market-card {
  min-height: 188px;
  padding: 38px 42px 32px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(30, 30, 80, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(30, 30, 80, 0.16);
}

.market-card-purple {
  background: linear-gradient(135deg, #865fe4 0%, #d33f9a 100%);
}

.market-card-blue {
  background: linear-gradient(135deg, #2f91f4 0%, #8755d0 100%);
}

.market-card strong {
  display: block;
  padding-bottom: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.market-cert {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cert-badge {
  min-height: 28px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.cert-text {
  color: rgba(255, 255, 255, 0.96);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.market-card > span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.market-card > span em {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.market-adobe-contact {
  width: fit-content;
  max-width: calc(100% - 36px);
  margin: 46px auto 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(40, 40, 40, 0.12);
  box-shadow: 0 8px 20px rgba(40, 40, 80, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.market-adobe-contact span {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #222;
}

.market-adobe-contact a {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fa0f00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Feature Section */
.feature-section {
  background: #fff;
  padding: 96px 0 110px;
  overflow: hidden;
}

.feature-head {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.feature-head h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.065em;
  color: #2a2a2a;
}

.feature-head p {
  width: 100%;
  max-width: 980px;
  margin: 28px auto 0;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #333;
}

/* Feature Tabs */
.feature-tabs-wrap {
  position: relative;
  width: 100%;
  margin-top: 64px;
  border-bottom: 0;
}

.feature-tabs-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8f8f8f;
  z-index: 1;
}

.feature-tabs {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}

.feature-tab {
  position: relative;
  min-width: 220px;
  height: 70px;
  margin-bottom: 0;
  padding: 0 28px;
  border: 1px solid transparent;
  border-bottom: 1px solid #8f8f8f;
  background: #fff;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.feature-tab:hover {
  color: #111;
}

.feature-tab.is-active {
  margin-bottom: -1px;
  border-color: #8f8f8f;
  border-bottom: 0;
  background: #fff;
  color: #111;
  z-index: 4;
}

.feature-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
  z-index: 5;
}

/* Feature Contents */
.feature-panels {
  width: 100%;
}

.feature-panel {
  display: none;
}

.feature-panel.is-active {
  display: grid;
}

.feature-content {
  width: 100%;
  max-width: 1280px;
  margin: 78px auto 0;
  padding: 0 24px;
  grid-template-columns: 540px 1fr;
  gap: 84px;
  align-items: center;
}

.feature-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-visual img {
  width: 100%;
  max-width: 520px;
  display: block;
}

.feature-panel[data-panel="brand"] .feature-visual img {
  max-width: 520px;
}

.feature-panel[data-panel="collab"] .feature-visual img {
  max-width: 620px;
}

.feature-text h3 {
  margin: 0 0 28px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #2b2b2b;
}

.feature-summary {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #222;
}

.feature-text ul {
  margin: 0;
  padding-left: 24px;
}

.feature-text li {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #222;
}

.feature-more {
  margin-top: 24px;
  min-height: 42px;
  padding: 8px 18px;
  border: 2px solid #111;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  transition: all 0.2s ease;
}

.feature-more:hover {
  background: #111;
  color: #fff;
}

/* Video Modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.video-modal.is-active {
  display: flex;
}

.video-modal-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.video-modal-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.video-modal-close {
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 0;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.video-modal-close::before,
.video-modal-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #111;
  border-radius: 999px;
}

.video-modal-close::before {
  transform: rotate(45deg);
}

.video-modal-close::after {
  transform: rotate(-45deg);
}

.video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 1400px) {
  .hero-copy {
    max-width: 500px;
    margin-right: 64px;
  }

  .hero-copy h2 {
    font-size: 46px;
  }

  .hero-desc {
    font-size: 17px;
  }

  .video-visual {
    width: 76%;
    max-width: 620px;
  }

  .feature-head h2 {
    font-size: 48px;
  }

  .feature-head p {
    font-size: 20px;
  }

  .feature-content {
    max-width: 1180px;
    grid-template-columns: 500px 1fr;
    gap: 70px;
  }

  .feature-visual img {
    max-width: 480px;
  }

  .feature-text h3 {
    font-size: 38px;
  }
}

@media (max-width: 1100px) {
  .hero-section {
    min-height: 600px;
  }

  .hero-copy {
    max-width: 460px;
    margin-right: 42px;
  }

  .hero-copy h2 {
    font-size: 40px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .video-btn,
  .sales-btn,
  .outline-btn {
    height: 48px;
    font-size: 17px;
  }

  .market-card-wrap {
    max-width: 920px;
  }

  .market-card {
    min-height: 166px;
    padding: 34px 34px 30px;
  }

  .market-card strong {
    font-size: 32px;
  }

  .cert-text {
    font-size: 15px;
  }

  .market-card > span {
    font-size: 18px;
  }

  .feature-section {
    padding: 84px 0 90px;
  }

  .feature-head h2 {
    font-size: 40px;
  }

  .feature-head p {
    font-size: 18px;
  }

  .feature-tabs-wrap {
    margin-top: 52px;
  }

  .feature-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .feature-tab {
    flex: 0 0 auto;
    min-width: 200px;
    height: 64px;
    font-size: 16px;
  }

  .feature-content {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 760px;
  }

  .feature-visual img {
    max-width: 520px;
  }

  .feature-text h3 {
    font-size: 34px;
  }

  .feature-summary,
  .feature-text li {
    font-size: 16px;
  }

  .feature-panel[data-panel="brand"] .feature-visual img,
  .feature-panel[data-panel="collab"] .feature-visual img {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-left {
    justify-content: center;
    min-height: 520px;
    padding: 80px 28px;
  }

  .hero-copy {
    max-width: 560px;
    margin-right: 0;
    transform: none;
  }

  .hero-right {
    min-height: 460px;
  }

  .business-logo {
    top: 30px;
    right: 30px;
  }

  .product-visual,
  .video-visual {
    width: 78%;
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .pc-only {
    display: none;
  }

  .site-header {
    height: 50px;
  }

  .header-inner {
    padding: 0 18px;
  }

  .logo img {
    height: 21px;
  }

  .hero-left {
    min-height: auto;
    padding: 62px 22px 56px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .hero-copy h2 {
    font-size: 32px;
    line-height: 1.24;
  }

  .hero-desc {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .video-btn,
  .sales-btn,
  .outline-btn {
    height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }

  .play-icon {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
  }

  .hero-right {
    min-height: 330px;
  }

  .business-logo {
    top: 24px;
    right: 20px;
    font-size: 15px;
  }

  .product-visual,
  .video-visual {
    width: 88%;
    max-width: none;
    border-radius: 10px;
  }

  .hero-slide-btn {
    right: 14px;
    bottom: 14px;
    width: 30px;
    height: 30px;
  }

  .market-guide-strip {
    min-height: auto;
    padding: 20px 18px;
  }

  .market-guide-strip p {
    font-size: 14px;
    line-height: 1.45;
  }

  .market-card-area {
    padding: 28px 18px 34px;
  }

  .market-card-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .market-card {
    min-height: 136px;
    padding: 26px 24px 22px;
    border-radius: 10px;
  }

  .market-card strong {
    padding-bottom: 13px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .market-cert {
    margin-bottom: 14px;
    gap: 8px;
  }

  .cert-badge {
    min-height: 24px;
    padding: 5px 10px 6px;
    font-size: 12px;
  }

  .cert-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .market-card > span {
    gap: 10px;
    font-size: 14px;
  }

  .market-card > span em {
    width: 8px;
    height: 8px;
  }

  .market-adobe-contact {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 12px;
    flex-direction: column;
    gap: 7px;
  }

  .market-adobe-contact span {
    font-size: 13px;
  }

  .market-adobe-contact a {
    font-size: 14px;
  }

  .feature-section {
    padding: 62px 0 68px;
  }

  .feature-head {
    padding: 0 18px;
  }

  .feature-head h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .feature-head p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .feature-tabs-wrap {
    margin-top: 36px;
  }

  .feature-tabs {
    padding: 0 18px;
  }

  .feature-tab {
    min-width: 164px;
    height: 52px;
    padding: 0 16px;
    font-size: 14px;
  }

  .feature-content {
    margin-top: 42px;
    padding: 0 18px;
    gap: 30px;
  }

  .feature-visual img,
  .feature-panel[data-panel="brand"] .feature-visual img,
  .feature-panel[data-panel="collab"] .feature-visual img {
    max-width: 340px;
  }

  .feature-text h3 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .feature-summary {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .feature-text ul {
    padding-left: 18px;
  }

  .feature-text li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-more {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 12px;
  }

  .video-modal {
    padding: 18px;
  }

  .video-modal-inner {
    border-radius: 12px;
  }

  .video-modal-frame {
    border-radius: 12px;
  }

  .video-modal-close {
    right: -8px;
    top: -44px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}

/* Footer */
.site-footer {
  width: 100%;
  padding: 22px 20px;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.footer-inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  text-align: right;
}

.footer-inner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #222;
}

@media (max-width: 640px) {
  .site-footer {
    padding: 20px 16px;
  }

  .footer-inner p {
    font-size: 11px;
    line-height: 1.7;
  }
}


/* Form Alert */
.form-alert {
  position: fixed;
  left: 50%;
  top: 82px;
  z-index: 10000;
  width: calc(100% - 40px);
  max-width: 560px;
  padding: 14px 18px;
  border-radius: 12px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.form-alert-success {
  background: #111;
  color: #fff;
}

.form-alert-error {
  background: #fa0f00;
  color: #fff;
}

/* Inquiry Modal */
.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.inquiry-modal.is-active {
  display: flex;
}

.inquiry-modal-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.inquiry-modal-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 34px 34px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.inquiry-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
}

.inquiry-modal-close::before,
.inquiry-modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #111;
}

.inquiry-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.inquiry-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.inquiry-modal-head {
  padding-right: 44px;
  margin-bottom: 24px;
}

.inquiry-modal-head p {
  margin: 0 0 8px;
  color: #fa0f00;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.inquiry-modal-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.065em;
  color: #111;
}

.inquiry-modal-head span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #555;
}

.inquiry-form {
  display: grid;
  gap: 15px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #111;
}

.form-row label em {
  color: #fa0f00;
  font-style: normal;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.035em;
  outline: none;
}

.form-row input {
  height: 46px;
  padding: 0 14px;
}

.form-row textarea {
  min-height: 120px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-row span {
  height: 46px;
  min-width: 90px;
  padding: 0 14px;
  border-radius: 10px;
  background: #f3f3f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: #111;
}

.captcha-row input {
  max-width: 140px;
}

.privacy-box {
  padding: 16px;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}

.privacy-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #111;
}

.privacy-box p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #555;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.privacy-check input {
  margin-top: 2px;
}

.privacy-check span {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
}

.inquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.inquiry-cancel,
.inquiry-submit {
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.inquiry-cancel {
  background: #eee;
  color: #111;
}

.inquiry-submit {
  background: #111;
  color: #fff;
}

.inquiry-submit:hover {
  background: #fa0f00;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* market-adobe-contact¸¦ buttonÀ¸·Î »ç¿ëÇÒ ¶§ */
button.market-adobe-contact {
  cursor: pointer;
  border: 1px solid rgba(40, 40, 40, 0.12);
}

.market-adobe-contact strong {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fa0f00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .form-alert {
    top: 62px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .inquiry-modal {
    padding: 18px;
  }

  .inquiry-modal-inner {
    max-height: calc(100vh - 36px);
    padding: 28px 20px 22px;
    border-radius: 14px;
  }

  .inquiry-modal-close {
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
  }

  .inquiry-modal-head {
    padding-right: 38px;
  }

  .inquiry-modal-head h2 {
    font-size: 24px;
  }

  .inquiry-modal-head span {
    font-size: 13px;
  }

  .form-row input {
    height: 44px;
  }

  .captcha-row {
    align-items: stretch;
  }

  .captcha-row span {
    height: 44px;
    min-width: 82px;
  }

  .inquiry-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .inquiry-cancel,
  .inquiry-submit {
    width: 100%;
    height: 42px;
    font-size: 14px;
  }

  .market-adobe-contact strong {
    font-size: 14px;
  }
}