:root {
  --teal: #0ea9a3;
  --teal-dark: #078b86;
  --mint: #eaf8f7;
  --ink: #101d2f;
  --text: #314155;
  --muted: #718093;
  --line: #e7edf0;
  --cream: #fbfaf4;
  --shadow: 0 12px 30px rgba(16, 58, 72, 0.1);
}

.swal2-html-container {
  padding: 0;
}

* {
  box-sizing: border-box;
  touch-action: manipulation;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family:'Escoredream','Malgun Gothic','맑은고딕',sans-serif;
  line-height: 1.55;
  word-break: keep-all
}

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

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.modal-popup {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.container {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}


.header-call,
.desktop-nav,
.hero-stats,
.trust-strip,
.helper-line,
.bottom-icons {
  display: flex;
  align-items: center;
}

.brand {
  /*gap: 10px;*/
  color: var(--teal);
  font-size: 28px;
  font-weight: 950;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.brand img{
  margin-right: 5px;
}

.drop-mark {
  display: inline-block;
  width: 21px;
  height: 30px;
  background: linear-gradient(135deg, #00b7b0, #0a8f89);
  border-radius: 60% 40% 58% 42%;
  transform: rotate(12deg);
}

.drop-mark.small {
  width: 18px;
  height: 25px;
}

.desktop-nav {
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
  flex: 1;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--teal-dark);
}

.header-call {
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 950;
  white-space: nowrap;
}

.header-call span {
  font-size: 34px;
  line-height: 1;
}

.header-call small,
.header-call strong {
  display: block;
  line-height: 1.1;
}

.header-call small {
  color: #151d2b;
  font-size: 14px;
}

.header-call strong {
  font-size: 21px;
}

.menu-button {
  display: none;
  width: 38px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: var(--ink);
  border-radius: 999px;
}

.hero-section {
  background: linear-gradient(180deg, #eef9fb, #f6fcfd 78%, #ffffff);
  padding: 34px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(310px, 1fr) minmax(260px, 0.78fr) minmax(330px, 0.95fr);
  align-items: center;
  gap: 22px;
}

.pill {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 9px 17px;
  color: var(--teal-dark);
  background: #ddf5f3;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(30px, 4.2vw, 37px);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 950;
}

strong,
h1 strong,
h2 strong {
  color: var(--teal);
}

.hero-lead {
  margin-bottom: 32px;
  color: var(--text);
  font-size: 16px;
  font-weight: 750;
}

.hero-stats {
  justify-content: space-between;
  /*gap: 10px;*/
  text-align: center;
}

.hero-stats div {
  flex: 1;
  min-height: 76px;
  padding: 7px;
  border-right: 1px solid var(--line);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats span {
  display: block;
  /*margin-bottom: 7px;*/
  color: var(--teal);
  font-size: 30px;
}

.hero-stats strong,
.hero-stats small {
  display: block;
}

.hero-stats strong {
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 950;
}

.hero-stats small {
  color: #526172;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

.hero-mascot {
  position: relative;
  min-height: 430px;
  /*align-self: end;*/
}

.hero-mascot img {
  position: absolute;
  right: -10px;
  bottom: -12px;
  width: min(380px, 118%);
  filter: drop-shadow(0 20px 18px rgba(16, 58, 72, 0.12));
}

.calculator-card {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.calculator-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: #152235;
  font-size: 30px;
  font-weight: 950;
}

.calculator-card > p {
  margin-bottom: 22px;
  color: #8a96a3;
  font-weight: 750;
}

.calculator-card label {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  min-height: 58px;
  border-top: 1px solid var(--line);
  color: #222f43;
  font-weight: 900;
}

.calculator-card label:last-of-type {
  border-bottom: 1px solid var(--line);
}

.calculator-card select {
  width: 100%;
  height: 58px;
  padding: 0 16px;
  color: #111827;
  background: #ffffff;
  border: 0;
  border-left: 1px solid var(--line);
  font-weight: 800;
}

.counter {
  display: grid;
  grid-template-columns: 42px 1fr 42px 34px;
  align-items: center;
  height: 58px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.counter button {
  height: 100%;
  border: 0;
  background: transparent;
  color: #576273;
  font-weight: 950;
}

.counter button:disabled {
  color: #c3c8cf;
  opacity: 0.55;
}

.counter strong,
.counter em {
  font-style: normal;
  font-weight: 950;
}

.submit-button,
.wide-button,
.light-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
}

.submit-button {
  width: 100%;
  height: 58px;
  margin-top: 20px;
  color: #ffffff;
  background: var(--teal);
  border: 0;
  font-size: 19px;
}

.submit-button span {
  margin-left: auto;
  padding-right: 8px;
  font-size: 27px;
}

.helper-line {
  justify-content: space-between;
  gap: 12px;
  margin: 24px -30px -30px;
  padding: 17px 22px;
  background: #dbf5f2;
  color: #244657;
  font-size: 13px;
  font-weight: 900;
}

.helper-line a {
  padding: 9px 13px;
  color: var(--teal-dark);
  border: 1px solid var(--teal);
  border-radius: 6px;
  text-align: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 58, 72, 0.06);
}

.trust-strip div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip span {
  grid-row: span 2;
  color: var(--teal);
  font-size: 30px;
  font-weight: 950;
}

.trust-strip strong {
  color: var(--ink);
  font-size: 17px;
}

.trust-strip small {
  color: #596b79;
  font-size: 13px;
  font-weight: 750;
}

.process-delivery,
.services-section,
.steps-reviews {
  padding: 40px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
}

.split-grid > article,
.service-grid > article {
  min-width: 0;
}

.section-kicker {
  margin-bottom: 5px;
  color: #8a96a3;
  font-size: 16px;
  font-weight: 900;
}

.process-card h2,
.delivery-card h2,
.services-section h2,
.steps-reviews h2 {
  margin-bottom: 26px;
  font-size: clamp(23px, 3vw, 28px);
  line-height: 1.25;
  font-weight: 950;
}

.main-process {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.main-process img{
  align-self: center;
}

.process-flow {
  display: grid;
  /*grid-template-columns: 146px 1fr 20px 1fr 20px 1fr;*/
  grid-template-columns: 2.1fr 0.3fr 2.1fr 0.3fr 2.2fr;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.process-flow img {
  /*width: 146px;*/
  align-self: end;
}

.process-flow span,
.steps span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  color: #ffffff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}

.process-flow i,
.steps i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  color: var(--teal-dark);
  background: #f2f7f7;
  border-radius: 50%;
  font-size: 35px;
  font-style: normal;
}

.process-flow strong,
.process-flow small,
.steps strong,
.steps small {
  display: block;
}

.process-flow strong,
.steps strong {
  color: var(--teal-dark);
  font-size: 17px;
  font-weight: 950;
}

.process-flow small,
.steps small {
  color: #566474;
  font-size: 12px;
  font-weight: 750;
}

.process-flow b {
  color: var(--teal);
  font-size: 30px;
}

.wide-button {
  /*width: calc(100% - 160px);*/
  width: 100%;
  min-height: 54px;
  /*margin: 24px 0 0 160px;*/
  color: #ffffff;
  background: var(--teal);
}

.delivery-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.delivery-photos figure {
  margin: 0;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(16, 58, 72, 0.08);
}

.delivery-photos img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.delivery-photos .delivery-left {
  object-position: left center;
}

.delivery-photos .delivery-center {
  object-position: center center;
}

.delivery-photos .delivery-right {
  object-position: right center;
}

.delivery-photos figcaption {
  padding: 14px 10px;
  color: #1e2a3b;
  font-weight: 950;
  text-align: center;
}

.services-section h2 {
  margin-bottom: 24px;
}

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

.service-card {
  min-height: 169px;
  padding: 10px 20px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.service-card div:nth-child(2){
  text-align: center;
}

.service-card span {
  display: block;
  /*margin-bottom: 16px;*/
  font-size: 28px;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 950;
}

.service-card p {
  margin-bottom: 0;
  color: #46586a;
  font-weight: 800;
  font-size: 14px;
}

.service-card div img {
  /*margin-top:50%;*/
}

.pink {
  background: #fff1f6;
  color: #d94372;
}

.blue {
  background: #eef7ff;
  color: #1d7aa7;
}

.purple {
  background: #f4f0ff;
  color: #6238bc;
}

.orange {
  background: #fff4e9;
  color: #e6771a;
}

.steps-reviews {
  background: var(--cream);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.steps li {
  position: relative;
}

.steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 55px;
  right: -18px;
  color: var(--teal);
  font-size: 20px;
  font-weight: 950;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

blockquote {
  margin: 0;
  /*min-height: 202px;*/
  padding: 20px 20px;
  background: #ffffff;
  /*border: 1px solid var(--line);*/
  border-radius: 6px;
  /*box-shadow: 0 8px 20px rgba(16, 58, 72, 0.06);*/
}

blockquote b {
  color: #ffc400;
  font-size: 18px;
}

blockquote p {
  margin: 10px 0;
  color: #202a3a;
  font-size: 14px;
  font-weight: 850;
}

blockquote cite {
  display: block;
  color: #7a8794;
  font-style: normal;
  text-align: right;
}

.cta-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 440px 215px;
  align-items: center;
  min-height: 132px;
  margin-top: 48px;
  padding: 26px 34px;
  color: #ffffff;
  background: var(--teal);
  border-radius: 8px;
  overflow: visible;
}

.cta-band h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.35;
  /*font-weight: 950;*/
}

.cta-actions {
  display: flex;
  gap: 16px;
}

.light-button,
.outline-button {
  min-width: 205px;
  min-height: 54px;
  padding: 0 24px;
}

.light-button {
  color: var(--teal-dark);
  background: #ffffff;
}

.outline-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.light-button span,
.outline-button span {
  margin-left: auto;
  /*font-size: 24px;*/
}

.cta-band img {
  position: absolute;
  right: 14px;
  bottom: 0;
  width: 240px;
}

.bottom-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 30px 0 62px;
}

.bottom-icons div {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 14px;
  align-items: center;
  border-right: 1px solid var(--line);
}

.bottom-icons div:last-child {
  border-right: 0;
}

.bottom-icons span {
  grid-row: span 2;
  color: var(--teal);
  font-size: 38px;
  text-align: center;
}

.bottom-icons strong {
  color: #1b2939;
  font-size: 17px;
}

.bottom-icons small {
  color: #687687;
  font-size: 14px;
  font-weight: 750;
}

.site-footer {
  padding: 48px 0 38px;
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr 1.2fr;
  gap: 34px;
  padding: 0 0 0 20px;
}

.footer-grid > div {
  /*min-height: 112px;*/
  padding-left: 26px;
  border-left: 1px solid #dddddd;
}

.footer-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
  line-height: 1;
}

.footer-brand {
  align-items: flex-start;
  gap: 10px;
  color: var(--teal);
  font-size: 26px;
  font-weight: 950;
  align-content: center;
}

.footer-brand p {
  margin: 42px 0 0 -112px;
  color: var(--teal-dark);
  font-size: 16px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.footer-grid p {
  margin: 0;
  color: #202a3a;
  font-size: 12px;
  font-weight: 750;
}

.footer-brand div span {
  font-weight: 400;
  font-size: 15px;
}

.copyright {
  width: min(1120px, calc(100% - 64px));
  margin: 18px auto 0;
  color: #9aa3ad;
  text-align: right;
}

.color-orange{
  color: #ffc400;
}

@media (max-width: 1020px) {
  .container {
    width: min(100% - 36px, 860px);
  }

  .header-call {
    display: none;
  }

  .site-header {
    overflow: visible;
  }

  .header-inner {
    position: relative;
  }

  .desktop-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    color: #152235;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(16, 58, 72, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .desktop-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .desktop-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 6px;
  }

  .desktop-nav a:hover {
    background: var(--mint);
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .menu-button span {
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .hero-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 26px;
  }

  .hero-mascot {
    min-height: 260px;
    order: 2;
  }

  .hero-mascot img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(270px, 88vw);
  }

  .calculator-card {
    order: 3;
  }

  .trust-strip,
  .service-grid,
  .bottom-icons,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip div:nth-child(2),
  .bottom-icons div:nth-child(2) {
    border-right: 0;
  }

  .main-process {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }

  .main-process > img{
    align-self: center;
  }

  /*.process-flow {
    grid-template-columns: 140px 1fr 18px 1fr 18px 1fr;
  }*/

  .cta-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-right: 250px;
  }
}

@media (max-width: 720px) {
  .hero-copy{
    text-align: center;
    margin-bottom:20px;
  }

  .container {
    width: min(100% - 28px, 560px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    font-size: 24px;
  }

  .hero-section {
    padding-top: 24px;
  }

  h1 {
    font-size: 34px;
  }

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

  .hero-stats,
  .trust-strip,
  /*.service-grid,*/
  .steps,
  .bottom-icons,
  .footer-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid{
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  /*.service-grid div:nth-child(2) img {
    width: 70%;
  }*/

  .hero-stats {
    display: grid;
  }

  .hero-stats div,
  .trust-strip div,
  .bottom-icons div {
    border-right: 0;
    /*border-bottom: 1px solid var(--line);*/
  }

  .hero-stats div:last-child,
  .trust-strip div:last-child,
  .bottom-icons div:last-child {
    border-bottom: 0;
  }

  .calculator-card {
    padding: 22px;
  }

  /*.calculator-card label {*/
  /*  grid-template-columns: 1fr;*/
  /*  padding-top: 13px;*/
  /*}*/

  .calculator-card select,
  .counter {
    border-left: 0;
  }

  .helper-line {
    flex-direction: column;
    margin: 20px -22px -22px;
  }

  .main-process{
    display: grid;
    grid-template-columns: 1fr;
  }

  .main-process > img{
    justify-self: center;
    margin-bottom: 10px;
  }

  .process-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .process-flow img {
    margin: 0 auto;
  }

  .process-flow b,
  .steps li::after {
    display: none;
  }

  .wide-button {
    width: 100%;
    margin-left: 0;
  }

  .steps-reviews,
  .process-delivery,
  .services-section {
    padding: 42px 0;
  }

  .review-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta-band {
    margin-top: 34px;
    padding: 26px;
    padding-bottom: 190px;
  }

  .cta-band h2 {
    font-size: 25px;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-band img {
    right: 50%;
    width: 205px;
    transform: translateX(50%);
  }

  .footer-grid > div {
    padding-left: 0;
    border-left: 0;
    align-content: center;
  }

  /*.footer-brand p {
    margin-left: -106px;
  }*/

  .copyright {
    width: min(100% - 28px, 560px);
    text-align: right;
  }
}
