﻿:root {
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --line: #d9e5f6;
  --text-main: #1f3558;
  --text-sub: #5a6f8c;
  --title-main: #223557;
  --title-accent: #307ff5;
  --teal: #34baa9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  color: var(--text-main);
  background: #ffffff;
}

.hero {
  background: #ffffff;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-main {
  position: relative;
  min-height: 620px;
  background: #ffffff;
}

.hero-content {
  position: absolute;
  z-index: 3;
  top: 42px;
  left: 0;
  max-width: 520px;
}

.hero-title {
  margin: 0;
  font-size: clamp(40px, 2.8vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--title-main);
}

.hero-title span {
  color: var(--title-accent);
}

.hero-kicker {
  margin: 8px 0 0;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 500;
  color: #2a4165;
  line-height: 1.28;
}

.hero-desc {
  margin: 16px 0 0;
  color: var(--text-sub);
  font-size: 17px;
  line-height: 1.55;
}

.hero-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  position: static;
  left: auto;
}

.hero-points li {
  width: 96px;
  text-align: center;
  color: #385271;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-points li img {
  width: 52px;
  height: 52px;
  margin: 0 auto 8px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #d9e5f6;
  background: #f5f9ff;
  display: block;
  object-fit: contain;
}

.hero-visual {
  height: 620px;
}

.hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-wave {
  display: none;
}

.hero-features {
  margin: 10px 0 0;
  padding: 0 0 4px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-features article {
  text-align: center;
  padding: 18px 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 16px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.hero-features h3 {
  margin: 0 0 7px;
  font-size: 18px;
  color: #22446d;
  line-height: 1.25;
}

.hero-features p {
  margin: 0;
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.45;
}

.content-wrap {
  margin-top: 10px;
  background: linear-gradient(180deg, #eaf3fd 0%, #f4f8fe 100%);
}

.page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px 70px;
}

.section {
  margin: 20px 0;
}

.section-center {
  text-align: center;
  margin: 6px 0 18px;
}

.section-center h2 {
  margin: 0;
  font-size: clamp(28px, 2.1vw, 38px);
  font-weight: 800;
  color: #0f4f88;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 14px 16px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(25, 58, 104, 0.06);
  display: flex;
  flex-direction: column;
}

.card-icon {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.card-icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.card-8282 .card-icon img {
  transform: scale(1.6);
  transform-origin: center;
}

.card h3 {
  margin: 0 0 10px;
  min-height: 32px;
  font-size: 22px;
  line-height: 1.25;
  color: #153f72;
}

.price {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--text-sub);
}

.price strong {
  font-size: 30px;
  color: #0a497f;
  margin-right: 3px;
}

.price-options {
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
}

.price-line {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--text-sub);
}

.price-badge {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #0b5f73;
  background: #dff4f8;
}

.price-badge-premium {
  color: #7a4b00;
  background: #ffefc7;
}

.price-year {
  font-size: 15px;
  font-weight: 600;
}

.price-line strong {
  font-size: 30px;
  color: #0a497f;
  line-height: 1;
}

.price-line span:last-child {
  font-size: 15px;
}

.btn {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(90deg, #2f7df6 0%, #4c90ff 100%);
  color: #ffffff;
  width: 100%;
  margin-top: auto;
  font-size: 18px;
}

.btn-primary:hover {
  filter: brightness(0.96);
}

.as-section {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  background: var(--surface);
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
}

.as-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}

.as-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.as-content h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.as-summary {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--text-sub);
}

.as-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-outline {
  background: #ffffff;
  color: #0f5f9f;
  border: 1px solid #0f78c8;
  padding: 10px 18px;
  font-size: 15px;
}

.btn-outline:hover {
  background: #0f78c8;
  color: #ffffff;
}

.cta-section {
  text-align: center;
  margin-top: 22px;
  padding: 24px 20px 18px;
  border: 1px solid #d3e2f6;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef5ff 0%, #e4efff 100%);
}

.cta-section h2 {
  margin: 0 0 10px;
  font-size: 36px;
  color: #1d3f6a;
}

.cta-info {
  margin: 0;
  color: #4e6481;
  font-size: 20px;
  line-height: 1.65;
}

.cta-buttons {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-kakao {
  background: #fae100;
  color: #3b2f13;
  font-size: 16px;
}

.btn-call {
  background: #ffffff;
  color: #1f4f82;
  border: 1px solid #b9cde5;
  font-size: 16px;
}

.cta-sub {
  margin-top: 12px;
  color: #69809a;
  font-size: 16px;
}

.footer {
  margin-top: 8px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}

.footer-links {
  margin: 0;
}

.footer-link-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #6d7f91;
  cursor: pointer;
}

.footer-link-btn:hover {
  text-decoration: underline;
}

.footer .divider {
  margin: 0 8px;
  color: #9fb0c2;
}

.quick-menu {
  position: fixed;
  right: 22px;
  bottom: 118px;
  z-index: 1200;
  width: 238px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #dbe7f7;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(30, 58, 100, 0.14);
  backdrop-filter: blur(4px);
}

.quick-menu-head {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 10px;
}

.quick-menu-head img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.quick-menu-text strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #274870;
}

.quick-menu-text p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #5c738f;
}

.quick-menu-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
}

.quick-kakao {
  background: #ffde2e;
  color: #3d3210;
  margin-bottom: 8px;
}

.quick-call {
  background: #ffffff;
  color: #24507f;
  border: 1px solid #b9cfe9;
}

.mobile-quick-contact {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(16, 35, 54, 0.48);
  z-index: 9999;
  padding: 16px;
}

.modal.open {
  display: flex;
}

.modal-dialog {
  position: relative;
  max-width: 760px;
  width: 100%;
  max-height: 84vh;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  padding: 24px 24px 18px;
  overflow-y: auto;
}

.modal-body {
  font-size: 14px;
  line-height: 1.7;
  color: #1d2f40;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.as-guide-wrap {
  text-align: center;
}

.as-guide-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 12px;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .quick-menu {
    right: 12px;
    bottom: 96px;
    width: 220px;
  }

  .hero-main {
    min-height: 560px;
  }

  .hero-content {
    top: 30px;
    left: 8px;
    max-width: 460px;
  }

  .hero-visual {
    height: 560px;
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-visual {
    height: auto;
    overflow: visible;
  }

  .hero-visual .hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
  }
}

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

  .mobile-quick-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1400;
  }

  .mobile-quick-btn {
    min-width: 86px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(20, 45, 82, 0.16);
  }

  .mobile-quick-kakao {
    background: #fae100;
    color: #3b2f13;
  }

  .mobile-quick-call {
    background: #ffffff;
    color: #1f4f82;
    border: 1px solid #bdd2ea;
  }

  .hero-inner {
    padding: 0 10px;
  }

  .hero-main {
    min-height: auto;
    overflow: visible;
  }

  .hero-visual {
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  .hero-visual picture {
    display: block;
  }

  .hero-visual .hero-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: initial !important;
    display: block;
    vertical-align: top;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-kicker {
    font-size: 22px;
    margin-top: 8px;
  }

  .hero-desc {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .hero-content {
    position: static;
    max-width: none;
    margin: 0;
    padding: 8px 6px 0;
    background: #ffffff;
  }

  .hero-points {
    display: none;
  }

  .hero-points li {
    width: calc(33.33% - 6px);
    font-size: 11px;
  }

  .hero-points li img {
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    padding: 7px;
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 8px;
  }

  .hero-features article {
    padding: 12px 10px;
  }

  .hero-features h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .hero-features p {
    font-size: 13px;
    line-height: 1.4;
  }

  .page {
    padding: 14px 10px 34px;
  }

  .section-center h2 {
    font-size: 18px;
    line-height: 1.35;
  }

  .products {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .card {
    padding: 16px 12px 14px;
  }

  .card-icon {
    height: 72px;
    margin-bottom: 8px;
  }

  .card-icon img {
    width: 62px;
    height: 62px;
  }

  .card h3 {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 6px;
  }

  .price {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .price strong {
    font-size: 27px;
  }

  .price-options {
    gap: 4px;
    margin-bottom: 10px;
  }

  .price-line {
    gap: 4px;
  }

  .price-badge,
  .price-year,
  .price-line span:last-child {
    font-size: 12px;
  }

  .price-line strong {
    font-size: 27px;
  }

  .btn-primary {
    font-size: 17px;
    padding: 10px 14px;
  }

  .as-section {
    display: block;
    position: relative;
    padding: 14px 12px;
  }

  .as-icon {
    position: absolute;
    top: 14px;
    left: 12px;
    justify-content: center;
    padding-top: 0;
  }

  .as-icon img {
    width: 32px;
    height: 32px;
  }

  .as-content h2 {
    font-size: 21px;
    margin-top: 0;
    padding-left: 44px;
    line-height: 32px;
    min-height: 32px;
  }

  .as-summary {
    font-size: 14px;
  }

  .btn-outline,
  .btn-kakao,
  .btn-call {
    width: 100%;
    text-align: center;
  }

  .cta-section h2 {
    font-size: 24px;
  }

  .cta-info {
    font-size: 15px;
  }
}
