/* MAILPRISM-2 page stylesheet
   Figma reference variants: Desktop 1200 / Tablet 800 / Mobile 799.
   Existing site CSS and browser heading/table defaults are not used as design inputs. */

.mp2-main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #1d1d1d;
  text-align: left;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-style: normal;
}

.mp2-main,
.mp2-main * {
  box-sizing: border-box;
}

.mp2-main :where(h1, h2, h3, p, figure) {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-style: normal;
  text-transform: none;
}

.mp2-main :where(table) {
  border-spacing: 0;
}

.mp2-main :where(button, input) {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

/* MAILPRISM-2 page-only styles. Existing styles_2026.css remains unchanged. */

.mp2-main {
  --mp2-text: #1d1d1d;
  --mp2-muted: #6e6e73;
  --mp2-blue: #0071e3;
  --mp2-card: #f8f8f8;
  color: var(--mp2-text);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

.mp2-main *,
.mp2-main *::before,
.mp2-main *::after {
  box-sizing: border-box;
}

/* Page-local reset: do not depend on styles_2026.css or browser UA margins. */
.mp2-main :where(h1, h2, h3, p, figure) {
  margin: 0;
  padding: 0;
  border: 0;
}

.mp2-main h1,
.mp2-main h2,
.mp2-main h3 {
  color: inherit;
  font-family: inherit;
}

.mp2-main table {
  border-spacing: 0;
}

.mp2-main .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mp2-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.mp2-kicker {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.14px;
}

.mp2-gradient-text {
  color: transparent;
  background: linear-gradient(92deg, #dd50d6 8%, #2271e6 62%, #22b5e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.mp2-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 46px;
  background: var(--mp2-blue);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  cursor: pointer;
}

.mp2-button:hover {
  filter: brightness(1.06);
}

/* Hero */
.mp2-hero {

  padding: 120px 24px 120px;
  overflow: hidden;
  background: #212121;
  color: #fff;
}

.mp2-hero__inner {
  width: min(1100px, 100%);
  min-height: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 392px minmax(0, 699px);
  align-items: center;
  justify-content: center;
  gap: 0;
}

.mp2-hero__copy {
  height: 1010px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-right: -80px;
}

.mp2-hero__brand {
  width: 392px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}

.mp2-hero__brand img {
  width: 178px;
  height: auto;
}

.mp2-hero__brand p {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.34px;
}

.mp2-hero__message {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 53px;
}

.mp2-hero__headline {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  text-align: right;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.56px;
  white-space: nowrap;
}

.mp2-hero__headline::after {
  content: "";
  width: 5px;
  height: 73px;
  flex: 0 0 auto;
  background: #3a89ff;
  animation: mp2-caret 2.5s infinite;
}

.mp2-hero__headline .danger { color: #e8403a; }
.mp2-hero__headline .soft { color: #c1c1c1; }

.mp2-hero__headline2{
    text-align: right;
    place-items: end;
    font-size: 20px;
    font-weight: 500;
    
}
.cta-button{
  width: 166px;
}
.home-hero{
  min-height: auto;
}
.mp2-hero__description {
  width: 365px;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.mp2-hero__visual {
  width: 699px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.mp2-hero__visual::after {
  content: "";
  position: absolute;
  left: 13%;
  right: -5%;
  bottom: 2%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(47, 104, 255, .95) 0%, rgba(224, 52, 135, .62) 32%, rgba(224, 52, 135, 0) 72%);
  filter: blur(28px);
  transform: rotate(9deg);
  z-index: -1;
}

.mp2-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@keyframes mp2-caret {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

/* Inline inquiry */
.mp2-inquiry {
  padding: 0 24px 160px;
  background: #212121;
}

.mp2-inquiry__card {
  width: min(685px, 100%);
  margin: 0 auto;
  padding: 40px 100px;
  border-radius: 20px;
  background: #233339;
  color: #fff;
}

.mp2-promo-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 34px;
  padding: 12px 18px;
  border: 2px solid #5f4814;
  border-radius: 10px;
  background: #292822;
  color: #e9a414;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.mp2-main .mp2-inquiry__card > h2 {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-indent: 0;
  text-decoration: none;
}

.mp2-main .mp2-inquiry__intro {
  display: block;
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  background: transparent;
  color: #cecece;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.32px;
}

.mp2-lead-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp2-lead-form input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 2px 31px;
  border: 0;
  border-radius: 51px;
  outline: none;
  background: #e4e4e4;
  color: #1d1d1d;
  font: inherit;
  font-size: 16px;
}

.mp2-lead-form input[type="email"]::placeholder { color: #919191; }

.mp2-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.52px;
}

.mp2-consent a { text-decoration: underline; }

.mp2-lead-form__submit {
  align-self: center;
  width: 221px;
  margin-top: 18px;
}

.mp2-lead-form__note {
  margin-top: 2px;
  color: #cecece;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.48px;
}

.mp2-form-message {
  min-height: 21px;
  color: #ffb8b8;
  text-align: center;
  font-size: 13px;
}

/* Methods */
.mp2-methods {
  padding: 20px 24px;
  background: #f5f5f7;
}

.mp2-section-title {
  padding: 140px 0;
  text-align: center;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.55px;
  word-break: keep-all;
}

.mp2-methods__banner {
  min-height: 388px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
  padding: 76px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.mp2-methods__banner h3 {
  padding-left: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.72px;
}

.mp2-methods__banner img {
  
  height: 100%;
  object-fit: cover;
}

.mp2-method-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mp2-method-card {
  min-height: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  padding: 60px 52px;
  border-radius: 20px;
  color: #fff;
}

.mp2-method-card--rule { background: #1d1d1f; }
.mp2-method-card--ai { background: #199dfd; }

.mp2-method-card h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.6px;
}

.mp2-method-card img {
  width: 400px;
  max-width: 100%;
  height: 280px;
  object-fit: contain;
}

.mp2-method-card p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

/* Quote + comparison */
.mp2-comparison {
  position: relative;
  padding: 160px 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,240,163,.85) 0%, rgba(143,184,158,.8) 47%, rgba(32,128,152,.82) 100%),
    #008aef;
}

.mp2-comparison::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: linear-gradient(115deg, rgba(255,255,255,.12), rgba(255,255,255,0));
  pointer-events: none;
}

.mp2-comparison__quote {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.08px;
}

.mp2-comparison__quote strong { color: #fffce2; }

.mp2-comparison__card {
  position: relative;
  z-index: 1;
  width: min(808px, 100%);
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(5px);
}

.mp2-comparison__card h2 {
  margin: 4px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.mp2-comparison__card > p {
  margin-bottom: 34px;
  color: #424242;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.mp2-compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.mp2-compare-table th,
.mp2-compare-table td {
  padding: 13px 8px;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
}

.mp2-compare-table thead th { border-bottom: 1px solid #399bad; }
.mp2-compare-table .bad { color: #de0303; }
.mp2-compare-table .warn { color: #e38603; }
.mp2-compare-table .good { color: #05804d; }

.mp2-compare-mobile {
  display: none;
}


/* Component-owned typography: independent of browser and site-wide h2 rules. */
.mp2-main .mp2-inquiry .mp2-inquiry__card > h2 {
  display: block;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

.only-1200{
display: none;
}
.only-800{
display: none;
}
@media (min-width: 800px) {
  .mp2-compare-table--wide { display: table; }
  .mp2-compare-mobile { display: none; }
}

/* SLM */
.mp2-slm {
  padding: 20px 24px;
  background: #fff;
}

.mp2-slm__card {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  background: var(--mp2-card);
}

.mp2-slm__copy {
  padding: 85px 35px 85px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.mp2-slm__copy h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.mp2-slm__copy p:last-child {
  color: var(--mp2-muted);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.mp2-slm__visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
 
}

.mp2-slm__visual > img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.mp2-slm__sample {
  position: absolute;
  inset: 55px 30px auto;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 0 6px #344e57;
}

.mp2-slm__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 2;
  color: #ffd5d5;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0,0,0,.65);
}

/* CPU */
.mp2-cpu {
  min-height: 587px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background: #1d1d1f;
  color: #fff;
}

.mp2-cpu__inner {
  display: grid;
  grid-template-columns: 600px 508px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.mp2-cpu__copy { padding: 0 47px 0 30px; }

.mp2-cpu__copy h2 {
  margin: 4px 0 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.mp2-cpu__copy p:last-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.mp2-cpu__visual img {
  width: 508px;
  max-width: 100%;
  height: 321px;
  object-fit: contain;
}

/* Chat */
.mp2-chat {
  padding: 20px 24px 0;
  background: linear-gradient(180deg, #1d1d1f 0%, #fff 100%);
}

.mp2-chat__intro {
  padding: 150px 0 100px;
  color: #fff;
  text-align: center;
}

.mp2-chat__intro h2 {
  margin: 4px 0 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.mp2-chat__intro p:last-child {
  width: min(562px, 100%);
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.mp2-chat-ui {
  width: min(892px, 100%);
  min-height: 1152px;
  margin: 0 auto;
  position: relative;
}

.mp2-chat-bubble {
  max-width: 520px;
  padding: 20px 24px;
  border-radius: 20px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.36px;
}

.mp2-chat-bubble--user {
  margin-left: auto;
  background: #e9e9eb;
}

.mp2-chat-bubble--ai {
  background: #e6f2fd;
}

.mp2-chat-bubble--ai small {
  display: block;
  margin-top: 7px;
  color: #0071e3;
  font-size: 16px;
  font-weight: 500;
}

.mp2-chat-row { margin-bottom: 16px; }
.mp2-chat-row:nth-child(2) { margin-top: 14px; }
.mp2-chat-row:nth-child(4) { margin-top: 14px; }
.mp2-chat-row:nth-child(6) { margin-top: 14px; }

.mp2-chat-input {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 174px;
  min-height: 178px;
  padding: 20px 24px 24px;
  border-radius: 40px;
  background: #f8f8f8;
  box-shadow: 0 0 2.5px rgba(0,0,0,.1), 0 4px 7px rgba(0,0,0,.15);
}

.mp2-chat-input__placeholder {
  padding-left: 8px;
  border-left: 3px solid #0071e3;
  color: #80868c;
  font-size: 24px;
  line-height: 38px;
}

.mp2-chat-input__actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8298aa;
  font-size: 30px;
}

.mp2-chat-input__send {
  width: 63px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #aeb7be;
  color: #fff;
  font-size: 38px;
}

/* On-premise */
.mp2-onprem {
  min-height: 587px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  overflow: hidden;
  background: #cceefa url('/img/onprem-background.png') center/cover no-repeat;
}

.mp2-onprem__inner {
  min-height: 587px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.mp2-onprem__visual {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.mp2-onprem__visual img {
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.mp2-onprem__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 90px 0 10px;
}

.mp2-onprem__copy h2 {
  margin: 4px 0 30px;
  color: #1d1d1d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.mp2-onprem__copy p:last-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

/* Integrated security */
.mp2-integrated {
  padding: 200px 24px;
  background: #fff;
}

.mp2-integrated__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}

.mp2-integrated__one {
  width: 151px;
  height: 408px;
  object-fit: contain;
}

.mp2-integrated__heading h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.mp2-integrated__heading h2 strong {
  display: block;
  color: #5b00e3;
}

.mp2-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mp2-feature-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 30px 30px 34px;
  border-radius: 20px;
  background: #f8f8f8;
}

.mp2-feature-icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-block;
  border-radius: 8px;
  background: #5b00e3;
  overflow: hidden;
}

.mp2-feature-icon::before,
.mp2-feature-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.mp2-feature-icon--spam::before {
  left: 13px; top: 23px; width: 22px; height: 2px; background: #fff; transform: rotate(-38deg);
}
.mp2-feature-icon--spam::after {
  right: 10px; top: 10px; width: 12px; height: 12px; border-top: 3px solid #fff; border-right: 3px solid #fff;
}

.mp2-feature-icon--integrated::before {
  left: 11px; bottom: 10px; width: 6px; height: 14px; background: #fff; box-shadow: 10px -8px 0 #fff, 20px -16px 0 #fff;
}
.mp2-feature-icon--integrated::after {
  left: 9px; right: 9px; bottom: 8px; height: 2px; background: #fff;
}

.mp2-feature-icon--phishing::before {
  left: 16px; top: 9px; width: 16px; height: 26px; border: 3px solid #fff; border-top: 0; border-radius: 0 0 10px 10px;
}
.mp2-feature-icon--phishing::after {
  left: 22px; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 29px 0 #fff;
}

.mp2-feature-icon--malware::before {
  left: 13px; top: 13px; width: 22px; height: 22px; border: 3px solid #fff; border-radius: 7px;
}
.mp2-feature-icon--malware::after {
  left: 8px; top: 18px; width: 32px; height: 3px; background: #fff; box-shadow: 0 9px 0 #fff; transform: rotate(90deg);
}

.mp2-feature-icon--bec::before {
  left: 11px; top: 10px; width: 26px; height: 28px; border: 3px solid #fff; border-radius: 48% 48% 42% 42%;
}
.mp2-feature-icon--bec::after {
  left: 17px; top: 22px; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 9px 0 0 #fff;
}

.mp2-feature-icon--apt::before {
  left: 10px; top: 9px; width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50%;
}
.mp2-feature-icon--apt::after {
  left: 29px; top: 29px; width: 13px; height: 3px; background: #fff; transform: rotate(45deg); transform-origin: left center;
}

.mp2-feature-keywords {
  margin-top: 8px;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.mp2-feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

.mp2-feature-card p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.mp2-feature-badge {
  align-self: flex-start;
  margin-top: -22px;
  padding: 8px 12px;
  border: 2px solid #1bf054;
  border-radius: 10px;
  background: #345e4d;
  color: #1bf054;
  font-size: 14px;
  font-weight: 600;
}

/* Promotion */
.mp2-launch {
  padding: 30px 30px 60px;
  background: linear-gradient(180deg, #1c67e1 0%, #0f0f0f 46.154%);
  color: #fff;
}

.mp2-launch__inner { position: relative; }

.mp2-launch__eyebrow {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.mp2-launch__logo {
  width: 344px;
  margin-top: 60px;
}

.mp2-launch__deco {
  position: absolute;
  width: 486px;
  right: 25px;
  top: 75px;
}

.mp2-launch__copy {
  margin-top: 100px;
}

.mp2-launch__copy h2 {
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.28px;
}

.mp2-launch__copy p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.mp2-launch__cta {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mp2-launch__cta .mp2-button {
  min-width: 210px;
  background: #3ea6ff;
}

.mp2-launch__cta p {
  color: #d3d3d3;
  font-size: 13px;
}

/* FAQ */
.mp2-faq {
  padding: 200px 24px 100px;
  background: #fff;
}

.mp2-faq__inner { width: min(900px, 100%); }

.mp2-faq__title {
  margin: 4px 0 50px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.2px;
}

.mp2-faq details { border-top: 1px solid #d7d7d7; }
.mp2-faq details:last-child { border-bottom: 1px solid #d7d7d7; }

.mp2-faq summary {
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.mp2-faq summary::-webkit-details-marker { display: none; }

.mp2-faq summary::after {
  content: url("/img/arrow_btn.png");
    display: inline-flex;
  align-items: center;
  justify-content: center;  line-height: 0;
  flex-shrink: 0;
  color: #8b8f94;
  font-size: 24px;
  transform: rotate(180deg);
  transition: transform .2s ease;
}

.mp2-faq details:not([open]) summary::after { transform: rotate(0deg); }

.mp2-faq__answer {
  padding: 14px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
}

/* Final CTA */
.mp2-final {
  padding: 160px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: #fff;
}

.mp2-final img { width: 250px; height: auto; }

.mp2-final h2 {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.84px;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .mp2-section-title { font-size: 48px; }
  .mp2-slm__sample { font-size: 20px; }
  .mp2-hero {
    
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .mp2-hero__inner { grid-template-columns: 316px minmax(0, 583px); min-height: 855px; }
  .mp2-hero__copy { height: 850px; margin-right: -55px; }
  .mp2-hero__brand { width: 316px; gap: 14px; }
  .mp2-hero__brand img { width: 159px; }
  .mp2-hero__brand p { font-size: 30px; }
  .mp2-hero__headline { font-size: 44px; }
  .mp2-hero__description { font-size: 18px; }

  .mp2-methods__banner { gap: 67px; padding: 62px 0; }
  .mp2-methods__banner h3 { padding-left: 20px; font-size: 32px; }
  .mp2-method-card { min-height: 574px; gap: 50px; padding: 50px 30px; }
  .mp2-method-card img { width: 314px; height: 238px; }
  .mp2-method-card p { font-size: 18px; }

  .mp2-comparison__quote { font-size: 32px; }

  .mp2-slm__copy { padding: 65px 30px; }
  .mp2-slm__copy h2,
  .mp2-cpu__copy h2,
  .mp2-chat__intro h2,
  .mp2-onprem__copy h2,
  .mp2-integrated__heading h2,
  .mp2-faq__title { font-size: 36px; }

  .mp2-slm__copy p:last-child,
  .mp2-cpu__copy p:last-child,
  .mp2-chat__intro p:last-child,
  .mp2-onprem__copy p:last-child { font-size: 16px; }

  .mp2-cpu { min-height: 412px; padding: 0 20px; }
  .mp2-cpu__inner { grid-template-columns: 390px 352px; }
  .mp2-cpu__visual img { width: 352px; height: 217px; }

  .mp2-onprem { min-height: 412px; padding: 0 20px; }
  .mp2-onprem__inner { min-height: 412px; }
  .mp2-onprem__copy { padding-right: 25px; }

  .mp2-integrated { padding-top: 160px; padding-bottom: 160px; }
  .mp2-feature-grid { gap: 16px; }
  .mp2-feature-card { min-height: 330px; padding: 26px; }

  .mp2-launch__copy h2 { font-size: 55px; }
  .mp2-launch__deco { width: 376px; }
  #mp2-cpu-title { font-size: 30px; text-align: left; }
  .mp2-chat__intro p:last-child {
  width: min(458px, 100%);
}
  .mp2-onprem__visual {height: 100%; }

.only-max{
display: none;
}

.only-1200{
display: block;
}

.home-hero{
  min-height: auto;
}
}

@media (max-width: 799px) {
  .mp2-shell { width: calc(100% - 32px); max-width: none; }
  .mp2-kicker { font-size: 12px; }
  .mp2-section-title { padding: 120px 0; font-size: 40px; letter-spacing: -1px; }

  .mp2-hero {
    padding: 120px 16px 120px;
  }

  .mp2-hero__inner {
    min-height: 1058px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "visual" "message";
    gap: 54px;
  }

  .mp2-hero__copy { display: contents; }
  .mp2-hero__brand { grid-area: brand; width: 100%; gap: 10px; }
  .mp2-hero__brand img { width: 139px; }
  .mp2-hero__brand p { font-size: 26px; }
  .mp2-hero__visual { grid-area: visual; width: min(440px, 100%); margin: 0 auto; }
  .mp2-hero__message { grid-area: message; align-items: center; gap: 40px; }
  .mp2-hero__headline { font-size: 32px; line-height: 1.4; text-align: right; }
  .mp2-hero__headline::after { width: 3px; height: 46px; }
  .mp2-hero__description { width: auto; text-align: center; font-size: 16px; }

  .mp2-inquiry { padding: 0 16px 100px; }
  .mp2-inquiry__card {
    width: 100%;
    max-width: 485px;
    padding: 35px 24px;
  }
  .mp2-main .mp2-inquiry .mp2-inquiry__card > h2 {
    margin: 0 0 4px;
    color: #ffffff;
    text-align: left;
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: -0.405px;
  }
  .mp2-promo-chip { font-size: 14px; }

  .mp2-methods { padding: 16px; }
  .mp2-methods__banner { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 35px 20px; }
  .mp2-methods__banner h3 { padding: 0; font-size: 24px; }
  .mp2-methods__banner img { height: auto; max-height: 236px; object-fit: contain; }
  .mp2-method-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
  .mp2-method-card { min-height: auto; gap: 32px; padding: 35px 20px; }
  .mp2-method-card h3 { font-size: 24px; }
  .mp2-method-card img { width: min(350px, 100%); height: 245px; }
  .mp2-method-card p { font-size: 16px; }

  .mp2-comparison {
    padding: 160px 0;
           background: radial-gradient(circle  at 50% 35%, rgba(255, 240, 163, .85) 0%, rgba(143, 184, 158, .8) 47%, rgba(32, 128, 152, .82) 100%), #008aef;
  }

  .mp2-comparison__quote {
    width: calc(100% - 32px);
    margin: 0 auto 70px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.78px;
  }

  .mp2-comparison__card {
    width: auto;
    max-width: none;
    margin: 16px;
    padding: 54px 12px 48px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,.38);
    backdrop-filter: blur(5px);
    
  }

  .mp2-comparison__card > .mp2-kicker {
    margin: 0 0 6px;
    color: #1d1d1d;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }

  .mp2-comparison__card > h2 {
    margin: 0 0 10px;
    color: #1d1d1d;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.6px;
  }

  .mp2-comparison__card > p:not(.mp2-kicker) {
    margin: 0 0 72px;
    color: #424242;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  .mp2-compare-table--wide {
    display: none;
  }

  .mp2-compare-mobile {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    text-align: left;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  }

  .mp2-compare-mobile__head,
  .mp2-compare-mobile__row {
    display: grid;
    grid-template-columns: minmax(0, 50.0%) minmax(0, 50.0%); /* supplied mobile reference: 340px / 143px of 483px usable width */
    width: 100%;
  }

  .mp2-compare-mobile__head {
    padding: 0 0 20px;
    border-bottom: 1px solid #399bad;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.32px;
  }

  .mp2-compare-mobile__head > :last-child {
    text-align: left;
  }

  .mp2-compare-mobile__row {
    min-height: 94px;
    padding: 27px 0 0;
  }

  .mp2-compare-mobile__legacy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-right: 24px;
  }

  .mp2-compare-mobile__feature {
    display: block;
    color: #4c5354;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }

  .mp2-compare-mobile__legacy > :last-child,
  .mp2-compare-mobile__ai {
    display: block;
   
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.32px;
    word-break: keep-all;
  }

  .mp2-compare-mobile .bad { color: #de0303; }
  .mp2-compare-mobile .warn { color: #e38603; }
  .mp2-compare-mobile .good { color: #05804d; height: 46.1px;}

  .mp2-slm { padding: 16px 0; }
  .mp2-slm__card { grid-template-columns: 1fr; }
  .mp2-slm__copy { padding: 70px 20px 35px; }
  .mp2-slm__copy h2 { font-size: 30px; }
  .mp2-slm__visual { min-height: 570px; }
  .mp2-slm__sample { font-size: 20px; }
  .mp2-slm__label { font-size: 30px; bottom: 15px;}

  .mp2-cpu { min-height: 476px; padding: 0 16px; }
  .mp2-cpu__inner { grid-template-columns: 1fr; gap: 30px; padding: 70px 0 35px; }
  .mp2-cpu__copy { padding: 0; }
  .mp2-cpu__copy h2 { font-size: 30px; }
  .mp2-cpu__visual { text-align: center; }
  .mp2-cpu__visual img { width: 281px; height: 177px; margin: auto; }

  .mp2-chat { padding: 16px 16px 0; }
  .mp2-chat__intro { padding: 150px 0 70px; }
  .mp2-chat__intro h2 { font-size: 30px; }
  .mp2-chat__intro p:last-child { font-size: 16px; max-width: 562px; }
  .mp2-chat-ui { min-height: 960px; }
  .mp2-chat-bubble { max-width: 80%; padding: 14px 16px; font-size: 14px; }
  .mp2-chat-bubble--ai small { font-size: 12px; }
  .mp2-chat-input { left: 0; right: 0; bottom: 80px; min-height: 130px; border-radius: 30px; }
  .mp2-chat-input__placeholder { font-size: 18px; }
  .mp2-chat-input__actions { margin-top: 20px; }
  .mp2-chat-input__send { width: 48px; height: 48px; font-size: 30px; }

  .mp2-onprem { min-height: 500px; padding: 0 16px; }
  .mp2-onprem__inner { min-height: 500px; grid-template-columns: 1fr; }
  .mp2-onprem__visual { order: 2; min-height: 240px; justify-content: center; }
  .mp2-onprem__visual img { height: 100%; }
  .mp2-onprem__copy { order: 1; padding: 70px 20px 10px; }
  .mp2-onprem__copy h2 { font-size: 30px; }

  .mp2-integrated { padding: 140px 16px; }
  .mp2-integrated__heading { align-items: flex-start; gap: 18px; margin-bottom: 70px; }
  .mp2-integrated__one { width: 100px; height: 280px; }
  .mp2-integrated__heading h2 { font-size: 30px; }
  .mp2-feature-grid { grid-template-columns: 1fr; }
  .mp2-feature-card { min-height: auto; gap: 28px; }

  .mp2-launch { padding: 20px 16px 50px; }
  .mp2-launch__eyebrow { font-size: 20px; }
  .mp2-launch__logo { width: 280px; }
  .mp2-launch__deco { width: min(340px, 90%); right: 50%; top: 150px; transform: translateX(50%); opacity: .35; }
  .mp2-launch__copy { margin-top: 120px; }
  .mp2-launch__copy h2 { font-size: 32px; }
  .mp2-launch__copy p { font-size: 16px; }
  .mp2-launch__cta { margin-top: 70px; }

  .mp2-faq { padding: 140px 16px 80px; }
  .mp2-faq__title { font-size: 34px; }
  .mp2-faq summary { font-size: 16px; }

  .mp2-final { padding: 120px 16px; }
  .mp2-final img { width: 210px; }
  .mp2-final h2 { font-size: 30px; }
  .home-hero{
  min-height: auto;
}

  .mp2-onprem__copy p:last-child { font-size: 16px; }
  .mp2-slm__copy p:last-child { font-size: 16px;}
  .mp2-cpu__copy p:last-child { font-size: 16px;}
}

/* Figma mailprism-2 chat placement correction */
@media (min-width: 800px) {
  .mp2-chat-row {
    position: absolute;
    left: 3px;
    right: 3px;
    margin: 0;
  }

  .mp2-chat-row:nth-child(1) { top: 0; text-align: right; }
  .mp2-chat-row:nth-child(2) { top: 114px; }
  .mp2-chat-row:nth-child(3) { top: 261px; text-align: right; }
  .mp2-chat-row:nth-child(4) { top: 375px; }
  .mp2-chat-row:nth-child(5) { top: 522px; text-align: right; }
  .mp2-chat-row:nth-child(6) { top: 636px; }

  .mp2-chat-row .mp2-chat-bubble {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 799px) {
  .mp2-chat-ui {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 80px;
  }

  .mp2-chat-row,
  .mp2-chat-row:nth-child(n) {
    position: static;
    margin: 0;
  }

  .mp2-chat-input {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 26px;
  }
  .only-1200{
    display: none;
  }
  .only-800{
    display: block;
  }
  .only-max{
    display: none;
  }
}

/* The existing app.js clears .active while evaluating products_2.html. */
.nav-product-button.active,
.nav-products-group .submenu a.active {
  color: #008afc;
}


/* ===== HOME first hero only / Figma TO-BE ===== */
/* Scoped to .home-ai-hero so no other section is affected. */
.home-ai-hero,
.home-ai-hero * {
  box-sizing: border-box;
}

.home-ai-hero {
  width: 100%;
  min-height: 1003px;
  overflow: hidden;
  background: #212121;
  color: #ffffff;
  padding: 40px 0 140px;
}

.home-ai-hero__inner {
  width: min(1200px, 100%);
  height: 823px;
  margin: 0 auto;
  padding-left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home-ai-hero__copy {
  flex: 0 0 392px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 210px;
  padding-top: 55px;
}

.home-ai-hero__headline-row {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
}

.home-ai-hero__headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
  text-align: right;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
  white-space: nowrap;
}

.home-ai-hero__cursor {
  flex: 0 0 5px;
  width: 5px;
  height: 80px;
  background: #3a89ff;
    animation: mp2-caret 2.5s infinite;
}

.home-ai-hero__product {
  width: 392px;
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.home-ai-hero__brand {
  display: block;
  width: 293.5px;
  height: auto;
}

.home-ai-hero__description {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
  text-align: right;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.18px;
  white-space: nowrap;
}

.home-ai-hero__button {
  width: 166px;
  min-height: 43px;
  margin-top: 8px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  background: #0071e3;
  color: #ffffff;
  text-decoration: none;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.64px;
  white-space: nowrap;
}

.home-ai-hero__visual {
  position: relative;
  flex: 0 0 573px;
  width: 573px;
  height: 823px;
}

.home-ai-hero__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -111px;
  top: 352px;
  width: 787px;
  height: 505px;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(64, 121, 255, 0.95) 0%,
      rgba(181, 63, 179, 0.64) 34%,
      rgba(181, 63, 179, 0) 73%
    );
  filter: blur(38px);
  transform: rotate(9.63deg);
  pointer-events: none;
}

.home-ai-hero__visual img {
  position: absolute;
  z-index: 1;
  left: 7.5px;
  top: 0;
  display: block;
  width: 558px;
  height: 823px;
  max-width: none;
  object-fit: contain;
}

/* Tablet / Figma 800px */
@media (min-width: 800px) and (max-width: 1199.98px) {
  .home-ai-hero {
    min-height: 803px;
    padding: 40px 0 140px;
  }

  .home-ai-hero__inner {
    width: min(800px, 100%);
    height: 623px;
    padding-left: 30px;
    gap: 8px;
  }

  .home-ai-hero__copy {
    flex-basis: 297px;
    gap: 137px;
    padding-top: 55px;
  }

  .home-ai-hero__headline-row {
    gap: 5px;
  }

  .home-ai-hero__headline {
    font-size: 50px;
    letter-spacing: -0.5px;
  }

  .home-ai-hero__cursor {
    flex-basis: 4px;
    width: 4px;
    height: 64px;
  }

  .home-ai-hero__product {
    width: 297px;
    padding-right: 9px;
  }

  .home-ai-hero__brand {
    width: 260.25px;
  }

  .home-ai-hero__description {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .home-ai-hero__visual {
    flex-basis: 433px;
    width: 433px;
    height: 623px;
  }

  .home-ai-hero__visual::before {
    left: -75px;
    top: 278px;
    width: 550px;
    height: 356px;
    filter: blur(30px);
  }

  .home-ai-hero__visual img {
    left: 5.59px;
    top: 0;
    width: 421.82px;
    height: 623px;
  }
}

/* Mobile / Figma 799px */
@media (max-width: 799.98px) {
  .home-ai-hero {
    position: relative;
    min-height: 1159.918px;
    padding: 40px 16px 140px;
  }

  .home-ai-hero__inner {
    position: relative;
    width: 100%;
    height: 979.918px;
    padding-left: 0;
    display: block;
  }

  .home-ai-hero__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .home-ai-hero__headline-row {
    width: auto;
    justify-content: center;
    gap: 6px;
  }

  .home-ai-hero__headline {
    align-items: flex-end;
    font-size: 48px;
    letter-spacing: -0.48px;
    text-align: center;
  }

  .home-ai-hero__cursor {
    width: 4px;
    flex-basis: 4px;
    height: 58px;
  }

  .home-ai-hero__product {
    width: 288px;
    padding-right: 0;
    align-items: center;
  }

  .home-ai-hero__brand {
    width: 240px;
  }

  .home-ai-hero__description {
    align-items: center;
    font-size: 16px;
    letter-spacing: -0.16px;
    text-align: center;
    white-space: nowrap;
  }

  .home-ai-hero__visual {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -3.66px;
    width: 356.474px;
    height: 530.32px;
    transform: translateX(-50%);
  }

  .home-ai-hero__visual::before {
    left: -58px;
    top: 235px;
    width: 468px;
    height: 280px;
    filter: blur(26px);
  }

  .home-ai-hero__visual img {
    left: 18.237px;
    top: 29.101px;
    width: 320px;
    height: 472.118px;
  }
}

/* Real phone fallback: preserve the same composition without horizontal overflow. */
@media (max-width: 420px) {
  .home-ai-hero {
    min-height: 1040px;
  }

  .home-ai-hero__inner {
    height: 860px;
  }

  .home-ai-hero__copy {
    padding-top: 445px;
    gap: 64px;
  }

  .home-ai-hero__headline {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  .home-ai-hero__cursor {
    height: 50px;
  }

  .home-ai-hero__visual {
    transform: translateX(-50%) scale(0.9);
    transform-origin: top center;
  }

  .home-ai-hero__description {
    font-size: 14px;
  }
}
