@charset "UTF-8";

/* ========== RESET & BASE ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #0d1b2a;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { display: block; pointer-events: none; user-select: none; }

.page {
  width: 402px;
  position: relative;
  overflow: hidden;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  letter-spacing: -0.25px;
  transform-origin: top left;
}

/* ========== SECTION BASE ========== */
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section.flow {
  overflow: visible;
  z-index: 2;
}
.section.voice {
  overflow: visible;
}
.section .bg {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
}
.section .bg-pc {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  display: none;
}

/* ========== HERO SECTION ========== */
.hero {
  height: 888px;
}
.hero .bg {
  width: 496px;
  height: 888px;
  top: 0;
  left: -46px;
}
.hero .title-3d {
  position: absolute;
  width: 361px;
  height: 201px;
  top: 6px;
  left: 21px;
}

/* Bubble: Orange (Speed Plan) */
.hero .bubble-orange {
  position: absolute;
  top: 167px;
  left: -24px;
  width: 253px;
  height: 189px;
}
.hero .bubble-orange .plan-label {
  position: absolute;
  top: 46px;
  left: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.hero .bubble-orange .rate {
  position: absolute;
  top: 76px;
  left: 45px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.hero .bubble-orange .rate .highlight {
  color: #f4f015;
  font-size: 48px;
}

/* Bubble: Green (Mail Plan) */
.hero .bubble-green {
  position: absolute;
  top: 168px;
  left: 172px;
  width: 252px;
  height: 188px;
}
.hero .bubble-green .plan-label {
  position: absolute;
  top: 42px;
  left: 67px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.hero .bubble-green .rate {
  position: absolute;
  top: 72px;
  left: 49px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.hero .bubble-green .rate .highlight {
  color: #f4f015;
  font-size: 48px;
}

/* Ribbon */
.hero .ribbon-wrap {
  position: absolute;
  top: 235px;
  left: -14px;
  width: 416px;
  height: 311px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .ribbon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleY(-1) rotate(180deg);
}
.hero .ribbon-text {
  position: absolute;
  top: 355px;
  left: 54px;
  width: 280px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

/* Badges */
.hero .badges {
  position: absolute;
  top: 431px;
  left: 0;
  width: 100%;
}
.hero .badge {
  position: absolute;
  width: 151px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.hero .badge:nth-child(1) { left: 0px; }
.hero .badge:nth-child(2) { left: 126px; }
.hero .badge:nth-child(3) { left: 251px; }
.hero .badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .badge span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-left: 30px;
}

/* Characters */
.hero .owl-main {
  position: absolute;
  width: 394px;
  height: 394px;
  top: 494px;
  left: 56px;
}
.hero .female-char {
  position: absolute;
  width: 218px;
  height: 292px;
  top: 596px;
  left: -46px;
}

/* ========== REASON SECTION ========== */
.reason {
  height: 993px;
}
.reason .bg {
  width: 440px;
  height: 1101px;
  top: 0;
  left: -19px;
}
.reason .section-title {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.reason .section-subtitle {
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}

/* Reason Cards */
.reason-card {
  position: absolute;
  width: 335px;
  height: 187px;
  left: 50%;
  transform: translateX(-50%);
}
.reason-card img.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason-card .card-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.reason-card .card-title {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #000;
  line-height: 20px;
}
.reason-card .card-desc {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 0 30px;
}

.reason .card-1 { top: 192px; }
.reason .card-2 { top: 385px; }
.reason .card-3 { top: 578px; }

/* Owl with speech bubble */
.reason .owl-pointing {
  position: absolute;
  width: 218px;
  height: 217px;
  top: 776px;
  left: -19px;
}
.reason .owl-pointing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason .speech-bubble {
  position: absolute;
  top: 765px;
  left: 162px;
  width: 235px;
  height: 160px;
}
.reason .speech-bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason .speech-text {
  position: absolute;
  top: 809px;
  left: 190px;
  font-size: 15px;
  color: #000;
  line-height: 20px;
}

/* ========== PRODUCTS SECTION ========== */
.products {
  height: 768px;
}
.products .bg {
  width: 495px;
  height: 888px;
  top: 0;
  left: -47px;
}
.products .section-title {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.products .section-subtitle {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}

/* Product Grid */
.product-grid {
  position: absolute;
  top: 159px;
  left: 0px;
  width: 402px;
  height: 300px;
}
.product-item {
  position: absolute;
  width: 150px;
  height: 150px;
}
.product-item:nth-child(1) { left: 0px; top: 0; }
.product-item:nth-child(2) { left: 125px; top: 0; }
.product-item:nth-child(3) { left: 252px; top: 0; }
.product-item:nth-child(4) { left: 0px; top: 120px; }
.product-item:nth-child(5) { left: 127px; top: 120px; }
.product-item:nth-child(6) { left: 254px; top: 120px; }
.product-item .frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .product-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  height: 93px;
  object-fit: contain;
}
.product-item .product-label {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 15px;
}
/* Special sizing for some products */
.product-item .product-img.stamp1,
.product-item .product-img.stamp2 {
  height: auto;
  object-fit: contain;
}
.product-item .product-img.camera-coin {
  height: auto;
  object-fit: contain;
}
.product-item .product-img.alcohol {
  height: 110px;
  top: 5px;
}

/* Products description */
.products .desc {
  position: absolute;
  top: 451px;
  left: 37px;
  width: 345px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  z-index: 2;
}
.products .desc .accent {
  color: #f4f015;
}

/* Owl OK */
.products .owl-ok {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 575px;
  left: 137px;
  z-index: 1;
}

/* ========== FLOW SECTION ========== */
.flow {
  height: 766px;
}
.flow .bg {
  width: 505px;
  height: 905px;
  top: 0;
  left: -98px;
}
.flow .section-title {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.flow .section-subtitle {
  position: absolute;
  top: 111px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}

/* Plan card backgrounds - 940x550 images clipped within section */
.flow .plan-card-bg {
  position: absolute;
  width: 1020px;
  height: 550px;
  left: -312px;
  pointer-events: none;
}
.flow .plan-card-bg.speed { top: 37px; }
.flow .plan-card-bg.assess { top: 401px; }

/* Flow text/element positioning */
.flow .f-el {
  position: absolute;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  z-index: 3;
}
.flow .f-el-sm {
  position: absolute;
  font-size: 11px;
  color: #000;
  line-height: 13px;
  z-index: 3;
}
.flow .f-icon {
  position: absolute;
  z-index: 3;
}
.flow .plan-name-orange { color: #cc8408; font-size: 20px; }
.flow .plan-name-blue { color: #0b84e8; font-size: 20px; }
.flow .num-orange { color: #cc8408; font-size: 32px; }
.flow .num-blue { color: #0b84e8; font-size: 32px; }

/* Owl + bubble in flow */
.flow .f-owl {
  position: absolute;
  width: 78px;
  height: 78px;
  z-index: 3;
}
.flow .f-bubble {
  position: absolute;
  width: 97px;
  height: 72px;
  z-index: 3;
}
.flow .f-bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(-1);
}
.flow .f-comment {
  position: absolute;
  font-size: 11px;
  color: #000;
  line-height: 12px;
  z-index: 3;
}

/* ========== VOICE SECTION ========== */
.voice {
  height: 805px;
}
.voice .bg {
  width: 554px;
  height: 841px;
  top: 0;
  left: -98px;
}
.voice .section-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.voice .section-title {
  position: absolute;
  top: 185px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.voice .section-subtitle {
  position: absolute;
  top: 243px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.voice .owl-bow {
  position: absolute;
  width: 167px;
  height: 167px;
  top: 157px;
  left: 251px;
  z-index: 0;
}

/* Voice Cards */
.voice-card {
  position: absolute;
  width: 433px;
  height: 241px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.voice-card img.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-card .card-content {
  position: absolute;
  top: 57px;
  left: 68px;
  right: 40px;
}
.voice-card .card-person {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-bottom: 5px;
}
.voice-card .card-title {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 67px;
}
.voice-card .card-text {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-left: 62px;
}

.voice .voice-card-1 { top: 267px; }
.voice .voice-card-2 { top: 452px; }
.voice .voice-card-3 { top: 647px; }

/* ========== Q&A SECTION ========== */
.qa {
  height: 1022px;
  padding-bottom: 40px;
}
.qa .bg {
  width: 610px;
  height: 1093px;
  top: 0;
  left: -119px;
}
.qa .section-title {
  position: absolute;
  top: 136px;
  left: 140px;
  font-size: 48px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
  z-index: 1;
}
.qa .section-subtitle {
  position: absolute;
  top: 221px;
  left: 93px;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.25px;
  z-index: 1;
}
.qa .owl-thumbsup {
  position: absolute;
  width: 162px;
  height: 162px;
  top: 66px;
  left: -9px;
  z-index: 0;
  transform: scaleX(-1);
}

/* Q&A Cards */
.qa-card {
  position: absolute;
  width: 432px;
  height: 241px;
}
.qa-card img.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qa-card .card-content {
  position: absolute;
  top: 61px;
  left: 63px;
}
.qa-card .card-q {
  font-size: 20px;
  color: #000;
  line-height: 20px;
  margin-bottom: 14px;
  margin-left: 64px;
}
.qa-card .card-a {
  font-size: 15px;
  color: #000;
  line-height: 16px;
}
.qa-card .card-a-sm {
  font-size: 12px;
  color: #000;
  line-height: 15px;
  margin-top: 4px;
}

.qa .qa-card-1 { top: 284px; left: -21px; }
.qa .qa-card-1 .card-a,
.qa .qa-card-1 .card-a-sm { width: 318px; }
.qa .qa-card-2 { top: 509px; left: -23px; }
.qa .qa-card-2 .card-a { width: 307px; }
.qa .qa-card-3 { top: 733px; left: -23px; }
.qa .qa-card-3 .card-q { width: 243px; }
.qa .qa-card-3 .card-a { width: 307px; }

/* ========== HEADER ========== */
.site-header {
  position: relative;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  z-index: 100;
  background: #000;
  box-sizing: border-box;
}
.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-header .header-owl {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.site-header .header-name {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-left: 8px;
  white-space: nowrap;
}
.header-nav {
  display: none;
}

/* ========== FOOTER ========== */
.site-footer {
  background: #1a1a2e;
  padding: 30px 20px 110px;
  text-align: center;
  color: #ccc;
  font-size: 13px;
  line-height: 1.8;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-owl {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.footer-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.footer-tel {
  margin-bottom: 16px;
}
.footer-tel a {
  color: #ffa726;
  text-decoration: none;
  font-size: 18px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid #555;
}
.footer-copy {
  color: #666;
  font-size: 11px;
}

/* ========== CTA BAR ========== */
.cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 16px;
  z-index: 9999;
  text-align: center;
  background: linear-gradient(transparent, rgba(0,0,0,0.65) 30%);
  pointer-events: none;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.cta-bar.hidden {
  opacity: 0;
  pointer-events: none;
}
.cta-bar .cta-button {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 88px;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.cta-bar .cta-button img {
  width: 280px;
  height: 88px;
  object-fit: fill;
}
.cta-bar .cta-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  white-space: nowrap;
  pointer-events: none;
}

/* ========== CTA STARS ========== */
.cta-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.cta-star {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255,255,255,0.4) 40%, transparent 70%);
  box-shadow: 0 0 8px 3px rgba(255,255,255,0.35), 0 0 16px 6px rgba(255,255,255,0.12);
  opacity: 0;
  animation: twinkle var(--dur, 3s) var(--delay, 0s) ease-in-out infinite;
}
.cta-star.warm {
  background: radial-gradient(circle, #fff 0%, rgba(255,232,160,0.5) 40%, transparent 70%);
  box-shadow: 0 0 8px 3px rgba(255,220,120,0.4), 0 0 16px 6px rgba(255,200,80,0.15);
}
@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  50% { opacity: var(--peak, 0.8); transform: scale(1); }
}
/* Star positions — spread across full CTA bar height */
.cta-star:nth-child(1)  { width:6px;  height:6px;  top:6px;   left:10%;  --dur:2.8s; --delay:0s;   --peak:0.9; }
.cta-star:nth-child(2)  { width:5px;  height:5px;  top:55px;  left:4%;   --dur:3.5s; --delay:0.6s; --peak:0.7; }
.cta-star:nth-child(3)  { width:8px;  height:8px;  top:18px;  left:22%;  --dur:2.2s; --delay:1.2s; --peak:1; }
.cta-star:nth-child(4)  { width:5px;  height:5px;  top:80px;  left:15%;  --dur:4s;   --delay:0.3s; --peak:0.6; }
.cta-star:nth-child(5)  { width:6px;  height:6px;  top:95px;  left:28%;  --dur:3s;   --delay:1.8s; --peak:0.75; }
.cta-star:nth-child(6)  { width:5px;  height:5px;  top:12px;  left:68%;  --dur:3.2s; --delay:0.9s; --peak:0.65; }
.cta-star:nth-child(7)  { width:7px;  height:7px;  top:60px;  left:82%;  --dur:2.5s; --delay:0.2s; --peak:0.85; }
.cta-star:nth-child(8)  { width:8px;  height:8px;  top:8px;   left:90%;  --dur:3.8s; --delay:1.5s; --peak:1; }
.cta-star:nth-child(9)  { width:5px;  height:5px;  top:85px;  left:88%;  --dur:2.9s; --delay:0.7s; --peak:0.6; }
.cta-star:nth-child(10) { width:6px;  height:6px;  top:70px;  left:72%;  --dur:3.6s; --delay:2.1s; --peak:0.75; }
.cta-star:nth-child(11) { width:5px;  height:5px;  top:4px;   left:48%;  --dur:4.2s; --delay:0.4s; --peak:0.6; }
.cta-star:nth-child(12) { width:7px;  height:7px;  top:90px;  left:55%;  --dur:2.6s; --delay:1.1s; --peak:0.85; }
.cta-star:nth-child(13) { width:5px;  height:5px;  top:40px;  left:38%;  --dur:3.4s; --delay:2.5s; --peak:0.65; }
.cta-star:nth-child(14) { width:8px;  height:8px;  top:75px;  left:62%;  --dur:3s;   --delay:0.8s; --peak:0.9; }
.cta-star:nth-child(15) { width:5px;  height:5px;  top:100px; left:42%;  --dur:3.7s; --delay:1.9s; --peak:0.55; }
.cta-star:nth-child(16) { width:6px;  height:6px;  top:50px;  left:7%;   --dur:2.4s; --delay:2.3s; --peak:0.8; }

/* ========== PC RESPONSIVE (768px+) ========== */
@media (min-width: 768px) {

  body {
    display: flex;
    justify-content: center;
  }

  .page {
    width: 1280px;
    overflow: hidden;
    transform-origin: top center;
  }

  /* PC background swap */
  .reason .bg, .flow .bg, .qa .bg { display: none; }
  .reason .bg-pc, .flow .bg-pc, .qa .bg-pc { display: block; }
  .section .bg, .section .bg-pc { z-index: -1; }
  .reason .bg-pc {
    width: 1319px;
    height: 2140px;
    top: -1094px;
    left: -47px;
  }
  .flow .bg-pc {
    width: 1349px;
    height: 2417px;
    top: -1008px;
    left: -47px;
  }
  .qa .bg-pc {
    width: 1375px;
    height: 3156px;
    top: -716px;
    left: -26px;
  }
  .voice .bg {
    width: 1375px;
    height: 3156px;
    top: 40px;
    left: -26px;
  }

  /* ---------- HERO ---------- */
  .hero {
    height: 888px;
  }
  .hero .bg {
    width: 1319px;
    height: 2140px;
    top: -206px;
    left: -47px;
  }
  .hero .title-3d {
    width: 694px;
    height: 387px;
    top: -19px;
    left: 286px;
  }
  .hero .bubble-orange {
    top: 299px;
    left: 186px;
    width: 453px;
    height: 338px;
  }
  .hero .bubble-orange .plan-label {
    top: 76px;
    left: 81px;
    font-size: 30px;
  }
  .hero .bubble-orange .rate {
    top: 128px;
    left: 113px;
    font-size: 60px;
  }
  .hero .bubble-orange .rate .highlight {
    font-size: 60px;
  }
  .hero .bubble-green {
    top: 297px;
    left: 575px;
    width: 453px;
    height: 338px;
  }
  .hero .bubble-green .plan-label {
    top: 80px;
    left: 137px;
    font-size: 30px;
  }
  .hero .bubble-green .rate {
    top: 125px;
    left: 119px;
    font-size: 60px;
  }
  .hero .bubble-green .rate .highlight {
    font-size: 60px;
  }
  .hero .ribbon-wrap {
    top: 452px;
    left: 318px;
    width: 596px;
    height: 445px;
  }
  .hero .ribbon-text {
    top: 623px;
    left: 365px;
    width: 489px;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .hero .badges {
    top: 727px;
    left: 0;
    width: 100%;
  }
  .hero .badge {
    width: 200px;
    height: 134px;
  }
  .hero .badge:nth-child(1) { left: 298px; }
  .hero .badge:nth-child(2) { left: 498px; }
  .hero .badge:nth-child(3) { left: 681px; }
  .hero .badge span {
    font-size: 22px;
    margin-left: 40px;
  }
  .hero .owl-main {
    width: 491px;
    height: 491px;
    top: 373px;
    left: 868px;
  }
  .hero .female-char {
    width: 343px;
    height: 460px;
    top: 368px;
    left: -40px;
  }

  /* ---------- REASON ---------- */
  .reason {
    height: 753px;
  }
  .reason .section-title {
    top: 65px;
    font-size: 85px;
  }
  .reason .section-subtitle {
    top: 159px;
    font-size: 60px;
  }
  .reason-card {
    width: 395px;
    height: 217px;
    left: auto;
    transform: none;
  }
  .reason .card-1 {
    top: 303px;
    left: 28px;
  }
  .reason .card-2 {
    top: 303px;
    left: 429px;
  }
  .reason .card-3 {
    top: 301px;
    left: 829px;
  }
  .reason-card .card-icon {
    width: 70px;
    height: 70px;
    top: 9px;
  }
  .reason-card .card-title {
    top: 82px;
    font-size: 24px;
  }
  .reason-card .card-desc {
    top: 112px;
    font-size: 19px;
    line-height: 22px;
    padding: 0 20px;
  }
  .reason .owl-pointing {
    width: 218px;
    height: 217px;
    top: 557px;
    left: 286px;
  }
  .reason .speech-bubble {
    top: 557px;
    left: 480px;
    width: 255px;
    height: 161px;
  }
  .reason .speech-text {
    top: 600px;
    left: 513px;
    font-size: 15px;
    width: 192px;
  }

  /* ---------- PRODUCTS ---------- */
  .products {
    height: 1008px;
  }
  .products .bg {
    width: 1349px;
    height: 2417px;
    top: 0;
    left: -47px;
  }
  .products .section-title {
    top: 106px;
    font-size: 85px;
  }
  .products .section-subtitle {
    top: 207px;
    font-size: 60px;
  }
  .product-grid {
    top: 284px;
    left: 0;
    width: 1280px;
    height: 540px;
  }
  .product-item {
    width: 240px;
    height: 240px;
  }
  .product-item:nth-child(1) { left: 304px; top: 0; }
  .product-item:nth-child(2) { left: 517px; top: 0; }
  .product-item:nth-child(3) { left: 727px; top: 0; }
  .product-item:nth-child(4) { left: 304px; top: 201px; }
  .product-item:nth-child(5) { left: 517px; top: 201px; }
  .product-item:nth-child(6) { left: 727px; top: 201px; }
  .product-item .product-img {
    height: 130px;
    top: 18px;
  }
  .product-item .product-label {
    bottom: 75px;
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .product-item .product-img.stamp1 {
    width: 85px !important;
    left: 40px !important;
    top: 40px !important;
  }
  .product-item .product-img.stamp2 {
    width: 85px !important;
    left: 100px !important;
    top: 40px !important;
  }
  .product-item .product-img.cam {
    width: 100px !important;
    left: 45px !important;
    top: 30px !important;
  }
  .product-item .product-img.coin {
    width: 80px !important;
    left: 130px !important;
    top: 50px !important;
  }
  .product-item:nth-child(6) .product-label {
    bottom: 55px !important;
  }
  .product-item .product-img.alcohol {
    width: 160px !important;
    height: auto !important;
    top: 18px;
  }
  .products .desc {
    top: 735px;
    left: 290px;
    width: 756px;
    font-size: 22px;
    line-height: 28px;
  }
  .products .owl-ok {
    width: 376px;
    height: 376px;
    top: 636px;
    left: -6px;
  }

  /* ---------- FLOW ---------- */
  .section.flow {
    overflow: hidden;
    z-index: auto;
  }
  .flow {
    height: 1488px;
  }
  .flow .section-title {
    top: 28px;
    font-size: 85px;
  }
  .flow .section-subtitle {
    top: 129px;
    font-size: 60px;
  }
  .flow .plan-card-bg {
    width: 1779px;
    height: 1000px;
    left: -228px;
  }
  .flow .plan-card-bg.speed {
    top: -11px;
  }
  .flow .plan-card-bg.assess {
    top: 572px;
  }
  /* FLOW Speed Plan PC overrides */
  .flow .fs-title { left: 339px !important; top: 262px !important; width: 661px !important; font-size: 35px !important; }
  .flow .fs-stat { left: 409px !important; top: 315px !important; width: 539px !important; font-size: 35px !important; }
  .flow .fs-icon1 { left: 396px !important; top: 363px !important; width: 90px !important; height: 90px !important; }
  .flow .fs-icon2 { left: 597px !important; top: 368px !important; width: 90px !important; height: 90px !important; }
  .flow .fs-sub1 { left: 396px !important; top: 445px !important; width: 119px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fs-sub2 { left: 592px !important; top: 445px !important; width: 119px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fs-step1 { left: 404px !important; top: 610px !important; font-size: 25px !important; }
  .flow .fs-step2 { left: 587px !important; top: 611px !important; font-size: 25px !important; }
  .flow .fs-step3 { left: 817px !important; top: 609px !important; font-size: 25px !important; }
  .flow .fs-desc1 { left: 348px !important; top: 648px !important; width: 211px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fs-desc2 { left: 580px !important; top: 646px !important; width: 212px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fs-desc3 { left: 812px !important; top: 640px !important; width: 164px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fs-owl { left: 896px !important; top: 375px !important; width: 306px !important; height: 306px !important; }
  .flow .fs-bubble { left: 716px !important; top: 350px !important; width: 260px !important; height: 194px !important; }
  .flow .fs-comment { left: 747px !important; top: 398px !important; width: 213px !important; font-size: 25px !important; line-height: 30px !important; }
  /* FLOW Assess Plan PC overrides */
  .flow .fa-title { left: 391px !important; top: 828px !important; width: 557px !important; font-size: 35px !important; }
  .flow .fa-stat { left: 405px !important; top: 876px !important; width: 494px !important; font-size: 35px !important; }
  .flow .fa-icon1 { left: 400px !important; top: 936px !important; width: 100px !important; height: 100px !important; }
  .flow .fa-icon2 { left: 617px !important; top: 946px !important; width: 90px !important; height: 90px !important; }
  .flow .fa-sub1 { left: 361px !important; top: 1037px !important; width: 198px !important; font-size: 20px !important; line-height: 13px !important; }
  .flow .fa-sub2 { left: 606px !important; top: 1024px !important; width: 139px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fa-step1 { left: 408px !important; top: 1192px !important; font-size: 25px !important; }
  .flow .fa-step2 { left: 595px !important; top: 1193px !important; font-size: 25px !important; }
  .flow .fa-step3 { left: 817px !important; top: 1191px !important; font-size: 25px !important; }
  .flow .fa-desc1 { left: 367px !important; top: 1225px !important; width: 192px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fa-desc2 { left: 580px !important; top: 1229px !important; width: 179px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fa-desc3 { left: 805px !important; top: 1229px !important; width: 169px !important; font-size: 20px !important; line-height: 20px !important; }
  .flow .fa-owl { left: 902px !important; top: 957px !important; width: 306px !important; height: 306px !important; }
  .flow .fa-bubble { left: 740px !important; top: 924px !important; width: 260px !important; height: 194px !important; }
  .flow .fa-comment { left: 786px !important; top: 976px !important; width: 188px !important; font-size: 25px !important; line-height: 30px !important; }
  .flow .f-el { font-size: 25px; }
  .flow .f-el-sm { font-size: 20px; line-height: 20px; }
  .flow .plan-name-orange { font-size: 35px; }
  .flow .plan-name-blue { font-size: 35px; }
  .flow .num-orange { font-size: 35px; }
  .flow .num-blue { font-size: 35px; }

  /* ---------- VOICE ---------- */
  .voice {
    height: 531px;
  }
  .voice .section-title {
    top: 0px;
    font-size: 85px;
  }
  .voice .section-subtitle {
    top: 113px;
    font-size: 60px;
  }
  .voice .owl-bow {
    width: 281px;
    height: 281px;
    top: -79px;
    left: 865px;
  }
  .voice-card {
    width: 480px;
    height: 268px;
    left: auto;
    transform: none;
  }
  .voice .voice-card-1 {
    top: 175px;
    left: -24px;
  }
  .voice .voice-card-2 {
    top: 175px;
    left: 401px;
  }
  .voice .voice-card-3 {
    top: 175px;
    left: 820px;
  }
  .voice-card .card-content {
    top: 70px;
    left: 68px;
    right: 30px;
  }
  .voice-card .card-person {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .voice-card .card-title {
    font-size: 19px;
    margin-left: 80px;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .voice-card .card-text {
    font-size: 12px;
    margin-left: 80px;
    line-height: 16px;
    width: 260px;
  }

  /* ---------- Q&A ---------- */
  .qa {
    height: 580px;
    overflow: visible;
  }
  .qa .owl-thumbsup {
    width: 317px;
    height: 317px;
    top: -74px;
    left: 108px;
  }
  .qa .section-title {
    top: 0px;
    left: 547px;
    font-size: 85px;
  }
  .qa .section-subtitle {
    top: 129px;
    left: 446px;
    font-size: 60px;
  }
  .qa-card {
    width: 480px;
    height: 268px;
  }
  .qa .qa-card-1 {
    top: 245px;
    left: -18px;
  }
  .qa .qa-card-2 {
    top: 243px;
    left: 387px;
  }
  .qa .qa-card-3 {
    top: 245px;
    left: 795px;
  }
  .qa-card .card-content {
    top: 75px;
    left: 90px;
  }
  .qa-card .card-q {
    font-size: 22px;
    margin-left: 55px;
    margin-bottom: 20px;
  }
  .qa-card .card-a {
    font-size: 16px;
    line-height: 16px;
  }
  .qa-card .card-a-sm {
    font-size: 12px;
    line-height: 15px;
  }
  .qa .qa-card-1 .card-a,
  .qa .qa-card-1 .card-a-sm { width: 318px; }
  .qa .qa-card-2 .card-a { width: 307px; }
  .qa .qa-card-3 .card-q { width: 243px; }
  .qa .qa-card-3 .card-a { width: 307px; }
  .qa .qa-card-3 .card-content { top: 60px; }
  .qa .qa-card-3 .card-q { margin-bottom: 12px; }

  /* ---------- HEADER (PC) ---------- */
  .site-header {
    height: 80px;
    padding: 8px 40px 0;
  }
  .site-header .header-owl {
    width: 48px;
    height: 48px;
  }
  .site-header .header-name {
    font-size: 24px;
    margin-left: 12px;
  }
  .header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
  }
  .header-nav a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s;
  }
  .header-nav a:hover {
    color: #ffa726;
  }

  /* ---------- FOOTER (PC) ---------- */
  .site-footer {
    padding: 40px 60px 120px;
  }
  .footer-logo {
    gap: 14px;
    margin-bottom: 20px;
  }
  .footer-owl {
    width: 56px;
    height: 56px;
  }
  .footer-brand {
    font-size: 26px;
  }
  .footer-tel a {
    font-size: 22px;
  }
  .footer-links {
    gap: 30px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-copy {
    font-size: 13px;
  }

  /* ---------- CTA BAR (PC) ---------- */
  .cta-bar .cta-button {
    width: 340px;
    height: 96px;
  }
  .cta-bar .cta-button img {
    width: 340px;
    height: 96px;
  }
  .cta-bar .cta-button span {
    font-size: 20px;
  }

} /* end @media */

/* ========== SUB PAGE STYLES ========== */
.subpage-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  color: #ccc;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}
.subpage-content h1 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffa726;
}
.subpage-content h2 {
  font-size: 20px;
  font-weight: 800;
  color: #ffa726;
  margin-top: 30px;
  margin-bottom: 15px;
}
.subpage-content p {
  margin-bottom: 16px;
}
.subpage-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.subpage-content th,
.subpage-content td {
  border: 1px solid #444;
  padding: 10px 14px;
  text-align: left;
}
.subpage-content th {
  background: #1a1a2e;
  color: #ffa726;
  font-weight: 800;
  width: 30%;
}
.subpage-content td {
  background: #0d1b2a;
}
.subpage-content ul,
.subpage-content ol {
  margin: 16px 0;
  padding-left: 24px;
}
.subpage-content li {
  margin-bottom: 8px;
}
