@charset "UTF-8";

/* Home Layout CSS - Based on assets_PC-HOME B_2025-12-21 */

/* Section 1: Hero Section với bg.png */
.section-hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: url('/images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

/* Header Hero với mask-group.png background */
.header-hero {
    background-image: url('/images/mask-group.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

.header-hero .inner {
    position: absolute;
    width: 476px;
    color: #fff;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: HiraginoSans-W3;
}

.hero-sub {
  font-size: 30px;
}

.hero-title {
  font-size: 34px;
  margin-bottom: 20px;
}

.hero-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 45px;
  justify-content: center;
}

.hero-tags span {
  gap: 10px;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #fff;
  font-family: HiraginoSans-W4;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0092bb;
}

/* ---------- App download ---------- */

.app-dl {
    display: flex;
    gap: 14px;
    bottom: 0;
    position: relative;
    right: 0;
}

.app-dl-item {
  list-style: none;
}

.app-dl-item-link__image {
  height: 42px;
  display: block;
}

/* iOS / Android switch (giữ logic cũ của bạn) */
#ios {
  display: none;
}

/* ---------- Right image (người mẫu) ---------- */
.header-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  /* background: url("/images/top/hero-woman.png") center bottom / contain no-repeat; */
}

.block.cta {
  background: #41b9d6;
}

.block.cta .inner {
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #fff;
}

/* ---------- Left ---------- */
.cta-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cta-badge {
  font-family: HiraginoSans-W3;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.cta-title {
  font-family: HiraginoSans-W7;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.cta-title p {
  margin: 0;
}

.cta-title .title-under {
  font-family: HiraginoSans-W3;
  font-size: 26px;
  text-align: left;
  justify-content: left;
}

/* ---------- Right ---------- */
.cta-right {
  flex-shrink: 0;
}

.cta-button {
  background: #fff;
  color: #0092bb;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  white-space: nowrap;
}

.cta-button .arrow {
  font-size: 12px;
}

.section-hero .hero-content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.section-hero .hero-logo {
    max-width: 300px;
    margin: 0 auto 30px;
}

.section-hero .hero-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.section-hero .hero-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ===== Section ===== */
.block.features {
  background: #fff;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.block.features .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ===== Intro ===== */
.features-title {
  font-family: HiraginoSans-W7;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.84;
  letter-spacing: normal;
  text-align: center;
  color: #0092bb;
}

.features-intro p {
  font-family: HiraginoSans-W3;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: normal;
  text-align: center;
  color: #1e1e1e;
}

/* ===== Tabs ===== */
.features-tabs {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.features-tabs li {
  font-family: HiraginoSans-W6;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #0092bb;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;

}

.features-tabs li.active {
  background: #3bbadf;
  color: #fff;
}

/* ===== Head ===== */
.features-head {
  margin-bottom: 40px;
  font-family: HiraginoSans-W7;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 1.96px;
  text-align: center;
  color: #0092bb;
}

.features-head h3 {
  font-size: 40px;
  letter-spacing: 2.8px;
}

.features-head span {
  font-size: 12px;
  color: #8bcfe3;
  letter-spacing: 0.1em;
}

/* ===== Cards ===== */
.features-list {
  display: flex;
  gap: 24px;
}

/* Card */
.feature-item {
  width: 25%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
}

/* Image */
.feature-image {
  width: 100%;
  height: 160px;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text */
.feature-body {
  padding: 18px 30px 24px;
}

.feature-body h4 {
  font-family: HiraginoSans-W7;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #0092bb;
  margin-bottom: 8px;
}

.feature-body p {
  font-family: HiraginoSans-W3;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e1e;
}


/* Section 2: Features Section với bg-2.png */
.section-features {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url('/images/bg-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
}

.section-features .features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature-item .feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.feature-item .feature-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4C4A50;
}

.feature-item .feature-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Section 3: Services Section với bg-3.png */
.section-services {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: url('/images/bg-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
}

.section-services .services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card .service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-card .service-content {
    padding: 30px;
    text-align: center;
}

.service-card .service-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4C4A50;
}

.service-card .service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* ===== Section ===== */
.block.work-style {
  background-color: #f7fcfe;
  background-image:
    linear-gradient(#eaf6fb 1px, transparent 1px),
    linear-gradient(90deg, #eaf6fb 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 110px 20px 90px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.block.work-style .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ===== Head ===== */
.work-head h2 {
  font-size: 34px;
  color: #0092bb;
  margin-bottom: 4px;
}

.work-head span {
  font-size: 12px;
  color: #6fc4dc;
  letter-spacing: 0.12em;
}

/* ===== Cards ===== */
.work-list {
  display: flex;
  gap: 36px;
  margin: 70px 0 90px;
}

.work-item {
  position: relative;
  width: 33.333%;
  background: #fff;
  border-radius: 8px;
  padding: 46px 32px 34px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Tag */
.work-tag {
  position: absolute;
  top: -14px;
  left: 24px;
  background: #2fb5d8;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 4px;
}

.work-item h3 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 18px;
}

.work-icon {
  margin: 0 auto 20px;
  text-align: center;
}

.work-icon img {
  width: 90px;
  height: auto;
}

.work-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  margin-bottom: 26px;
}

.work-price {
  background: #f7f1da;
  border-radius: 10px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
}

/* Badge trái */
.work-price .label {
  background: #fff;
  color: #a48600;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Text phải */
.work-price .value {
  font-size: 13px;
  color: #a48600;
  line-height: 1.4;
  text-align: left;
}

.work-price .value small {
  display: block;
  font-size: 11px;
  color: #9c9c9c;
  margin-top: 2px;
}

/* ===== CTA ===== */
.work-cta {
  background: #39b8da;
  padding: 46px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.work-cta h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.work-cta p {
  font-size: 15px;
  line-height: 1.7;
}

/* Button */
.cta-button {
  background: #fff;
  color: #39b8da;
  padding: 18px 42px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.cta-button span {
  margin-left: 10px;
}

/* ===== Section background (grid like image) ===== */
.block.jobdesc{
  padding: 90px 20px 110px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  background-color: #2fb5d8;
  background-image:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 40px 40px;
}

.block.jobdesc .inner{
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== Head ===== */
.jobdesc-head{
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}
.jobdesc-head h2{
  font-size: 34px;
  margin: 0;
  letter-spacing: 0.08em;
}
.jobdesc-head span{
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 6px;
}

/* ===== Cards wrapper ===== */
.job-card{
  background: #fff;
  border-radius: 4px;
  padding: 42px 44px;
  display: flex;
  gap: 40px;
  margin-top: 22px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Left label column */
.job-left{
  width: 250px;
  padding-top: 10px;
}
.job-left h3{
  margin: 0;
  font-size: 18px;
  color: #0092bb;
  font-weight: 700;
}
.job-left p{
  margin: 6px 0 0;
  font-size: 11px;
  color: #8bcfe3;
}

/* Right content column */
.job-right{
  flex: 1;
  min-width: 0;
}

/* ===== Blue title bars inside card ===== */
.job-box{
  margin-bottom: 22px;
}
.job-box-title{
  background: #eaf8fc;
  color: #0092bb;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 4px;
}
.job-box-body{
  padding: 16px 18px 4px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.9;
}

/* List bullets like image */
.job-list{
  margin: 0;
  padding-left: 18px;
}
.job-list li{
  margin: 6px 0;
}

/* ===== Timeline ===== */
.timeline{
  position: relative;
  padding-left: 70px; /* space for badges + line */
}

/* vertical dotted line */
.timeline::before{
  content:"";
  position: absolute;
  left: 25px;
  top: 10px;
  bottom: 10px;
  border-left: 3px dotted #6fc4dc;
  opacity: 0.9;
}

/* step row */
.step{
  position: relative;
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

/* badge 01..04 */
.step-badge{
  position: absolute;
  left: -70px;
  top: 0;
  width: 52px;
  height: 52px;
  background: #2fb5d8;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* content */
.step-content{
  width: 100%;
}
.step-title{
  background: #eaf8fc;
  color: #0092bb;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 18px;
  border-radius: 4px;
}
.step-content p{
  margin: 12px 0 0;
  padding: 0 18px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.9;
}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .job-card{
    flex-direction: column;
    padding: 28px 22px;
  }
  .job-left{
    width: 100%;
  }
  .timeline{
    padding-left: 64px;
  }
  .timeline::before{
    left: 23px;
  }
  .step-badge{
    left: -64px;
    width: 48px;
    height: 48px;
  }
}
.jobdesc-bottom-cta{
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.jobdesc-cta-btn{
  background: #fff;
  color: #0092bb;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.jobdesc-cta-btn span{
  font-size: 16px;
}

/* ===== Section background (nhạt + grid) ===== */
.block.detail-block{
  padding: 90px 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  background-color: #f7fcfe;
  background-image:
    linear-gradient(rgba(0,146,187,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,146,187,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.block.detail-block .inner{
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== Card ===== */
.detail-card{
  background: #fff;
  border-radius: 4px;
  padding: 44px 46px;
  display: flex;
  gap: 44px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

/* ===== Left column ===== */
.detail-left{
  width: 260px;
  padding-top: 6px;
}

.detail-left h3{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0092bb;
}

.detail-left p{
  margin: 6px 0 0;
  font-size: 11px;
  color: #8bcfe3;
}

/* ===== Right column ===== */
.detail-right{
  flex: 1;
  min-width: 0;
}

/* item block spacing */
.detail-item{
  margin-bottom: 26px;
}

/* light-blue title bar */
.detail-item-title{
  background: #eaf8fc;
  color: #0092bb;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 18px;
  border-radius: 4px;
}

/* body text */
.detail-item-body{
  padding: 14px 18px 0;
  font-size: 13px;
  color: #1e1e1e;
  line-height: 1.9;
}

/* ordered list style */
.detail-item-body ol{
  margin: 0;
  padding-left: 18px;
}

.detail-item-body li{
  margin: 6px 0;
}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .detail-card{
    flex-direction: column;
    padding: 28px 22px;
    gap: 18px;
  }
  .detail-left{
    width: 100%;
  }
}

.block.image-strip{
  background: #fff;
  padding: 0;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.block.image-strip .inner{
  max-width: 1200px;      /* bạn có thể đổi 1100/1280 tùy layout */
  margin: 0 auto;
  padding: 0 20px;
}

/* 3 images */
.image-strip-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;               /* khe nhỏ giữa 3 ảnh như ảnh mẫu */
}

/* fixed height strip */
.image-strip-item{
  height: 120px;          /* chỉnh theo đúng strip bạn muốn (ảnh mẫu khá thấp) */
  overflow: hidden;
  background: #f2f2f2;
}

.image-strip-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ===== Section (grid background like screenshot) ===== */
.block.workpoint{
  padding: 90px 20px 80px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  background-color: #fff;
  background-image:
    linear-gradient(rgba(0, 146, 187, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 146, 187, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.block.workpoint .inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ===== Head ===== */
.workpoint-head h2{
  margin: 0;
  font-size: 34px;
  color: #0092bb;
  letter-spacing: 0.08em;
}

.workpoint-head span{
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #6fc4dc;
  letter-spacing: 0.12em;
}

/* ===== Cards ===== */
.workpoint-list{
  margin-top: 55px;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.workpoint-card{
  width: 33.333%;
  background: #fff;
  border-radius: 4px;
  padding: 34px 28px 26px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.workpoint-tag{
  position: absolute;
  top: -12px;
  left: 18px;
  background: #2fb5d8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 3px;
}

.workpoint-title{
  font-size: 18px;
  color: #1e1e1e;
  margin: 6px 0 18px;
  font-weight: 700;
}

.workpoint-icon{
  text-align: center;
  margin: 0 0 18px;
}

.workpoint-icon img{
  width: 86px;
  height: auto;
  display: inline-block;
}

/* desc center like screenshot */
.workpoint-desc{
  font-size: 13px;
  line-height: 1.9;
  color: #444;
  text-align: center;
  margin: 0 0 22px;
}

/* ===== Price pill (badge + text) ===== */
.workpoint-price{
  width: 100%;
  background: #fbf7e3;
  border-radius: 2px;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  flex-wrap: nowrap;      /* không xuống dòng */
  white-space: nowrap;    /* text 1 dòng */
}

/* badge */
.workpoint-price .label{
  background: #fff;
  color: #a48600;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

/* text bên phải */
.workpoint-price .value{
  color: #a48600;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;   /* giữ value + small cùng hàng */
  align-items: baseline;
  gap: 0;                 /* không cách dòng */
  flex: 0 0 auto;
}

/* IMPORTANT: small không được block */
.workpoint-price .value small{
  display: inline;        /* giữ 1 dòng */
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #a48600;
  opacity: 0.9;
}

/* ===== CTA ===== */
.workpoint-cta{
  margin-top: 34px;
  background: #35b7da;
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.workpoint-cta .cta-left{
  text-align: left;
  color: #fff;
}

.workpoint-cta h3{
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 800;
}

.workpoint-cta p{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.95;
}

.workpoint-cta .cta-btn{
  background: #fff;
  color: #0092bb;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  padding: 18px 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.workpoint-cta .cta-btn span{
  font-size: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .workpoint-list{
    flex-direction: column;
    align-items: center;
  }
  .workpoint-card{
    width: auto;
  }
  .workpoint-cta{
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .workpoint-cta .cta-left{
    text-align: center;
  }
}

@media (max-width: 768px) {
  .block.detail-block .inner {
      padding: 15px;
  }
  .sitemap {
    padding: 26px 16px 10px;
    text-align: center;
    background: #fff;
  }

  .footer-sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  /* each row */
  .footer-sitemap-item {
    margin: 0;
    width: 100% !important;
  }

  /* logo */
  .footer-sitemap-item:first-child img {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 14px;
  }

  /* links */
  .footer-sitemap-item__link {
    display: block;
    padding: 10px 0;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
  }

  .footer-sitemap-item__link:active {
    opacity: 0.7;
  }

  /* ===== Footer bottom ===== */
  .footer {
    padding: 10px 16px 24px;
    text-align: center;
    background: #fff;
  }

  .copylight {
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    margin-bottom: 8px;
  }

  .footer p {
    margin: 0;
    font-size: 10px !important;
    line-height: 1.6;
    color: #9a9a9a;
    word-break: break-word;
  }
}

.section-info {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url('/images/bg-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
}

.section-info .info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.info-box {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-box .info-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4C4A50;
    text-align: center;
}

.info-box .info-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.section-cards {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url('/images/bg-5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
}

.section-cards .cards-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.rectangle-card {
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.rectangle-card:hover {
    transform: translateY(-5px);
}

.rectangle-card .card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rectangle-card .card-content {
    padding: 25px;
    text-align: center;
}

.rectangle-card .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4C4A50;
}

.rectangle-card .card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Section App Download */
.section-app-download {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
    text-align: center;
}

.section-app-download .app-content {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.section-app-download .app-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-app-download .app-description {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.section-app-download .app-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.section-app-download .app-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.section-app-download .app-button:hover {
    transform: scale(1.1);
}

.section-app-download .app-button img {
    max-width: 180px;
    height: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-hero .hero-title {
        font-size: 36px;
    }
    
    .section-features .features-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .section-services .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-cards .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-info .info-container {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .section-hero .hero-title {
        font-size: 32px;
    }
    
    .section-hero .hero-subtitle {
        font-size: 18px;
    }
    
    .section-features .features-container {
        grid-template-columns: 1fr;
    }
    
    .section-services .services-container {
        grid-template-columns: 1fr;
    }
    
    .section-cards .cards-container {
        grid-template-columns: 1fr;
    }
    
    .section-mask-group .mask-container {
        flex-direction: column;
    }
    .header-hero {
        background-image: url(/images/mask-group-mb.png);
        padding: 0 !important;
    }
    
}

@media (max-width: 480px) {
    .section-hero {
        min-height: 400px;
        padding: 40px 15px;
    }
    
    .section-hero .hero-title {
        font-size: 24px;
    }
    
    .section-hero .hero-subtitle {
        font-size: 16px;
    }
    
    .section-features,
    .section-services,
    .section-info,
    .section-cards,
    .section-mask-group {
        padding: 40px 15px;
    }
    
    .feature-item,
    .info-box {
        padding: 20px;
    }
    
    .service-card .service-content,
    .rectangle-card .card-content {
        padding: 20px;
    }
    
    .section-app-download .app-title {
        font-size: 24px;
    }
    
    .section-app-download .app-description {
        font-size: 14px;
    }
    
    .section-app-download .app-button img {
        max-width: 140px;
    }
}

/* Responsive: mobile -> 1 cột */
@media (max-width: 768px){
  .image-strip-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .image-strip-item{
    height: 180px;
  }
  .block.cta{
    background: #35b7da;  /* màu nền xanh như ảnh */
    padding: 46px 16px 52px;
    text-align: center;
  }

  .block.cta .inner{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }

  /* clear float nếu bạn đang dùng clearfix */
  .block.cta .cta-left,
  .block.cta .cta-right{
    float: none;
    width: 100%;
    display: block;
  }

  .cta-badge{
    padding: 12px 12px 11px;
    border-radius: 5px;
    border: solid 1px #fff;
    margin-bottom: 20px;
    display: inline-block;
  }

  .cta-title{
    margin: 0;
  }

  .cta-title p{
    margin: 0;
    color: #fff;
  }

  .cta-title p:first-child{
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .cta-title .title-under{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    opacity: 0.95;
  }

  .cta-right{
    margin-top: 26px;
  }

  .cta-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 340px;
    padding: 18px 22px;
    border-radius: 999px;
    background: #fff;
    color: #0092bb;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  }

  .cta-button .arrow{
    font-size: 18px;
    line-height: 1;
  }
  .features-intro p {
    text-align: left;
    font-size: 18px;
  }
  .features-title {
    font-size: 26px;
    text-align: left;
    padding: 15px;
  }

  .features-tabs{
    list-style: none;
    padding: 0;
    margin: 26px auto 10px;
    max-width: 360px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px 0;
    align-items: center;
  }

  .features-tabs li{
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    color: #0092bb;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
  }
  .features-tabs li:nth-child(1){
    grid-column: 1 / span 3;
    justify-self: end;
    padding-right: 16px;
  }
  .features-tabs li:nth-child(2){
    grid-column: 4 / span 3;
    justify-self: start;
    padding-left: 16px;
  }

  .features-tabs li:nth-child(3){
    grid-column: 1 / span 2;
    padding-right: 12px;
  }
  .features-tabs li:nth-child(4){
    grid-column: 3 / span 2;
  }
  .features-tabs li:nth-child(5){
    grid-column: 5 / span 2;
    padding-left: 12px;
  }

  .features-tabs li:nth-child(1)::after{
    content:"";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: rgba(0,146,187,0.35);
  }

  .features-tabs li:nth-child(3)::after{
    content:"";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(0,146,187,0.35);
  }

  .features-tabs li:nth-child(4)::after{
    content:"";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(0,146,187,0.35);
  }

  .features-tabs li.active{
    background: #3bbadf;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    justify-self: center;
  }

  .features-tabs li.active::after{
    display: none;
  }
  .features-head {
    margin-top: 40px;
  }

  .features-head h3 {
    font-size: 28px;
  }

  .features-list{
    display: block;
    padding: 0 16px;
  }

  .feature-item{
    position: relative;
    width: 100%;
    margin: 0 auto 22px;
    border-radius: 12px;
    overflow: visible;
  }

  /* image block */
  .feature-image{
    width: 100%;
    height: 230px; 
    overflow: hidden;
    border-radius: 12px;
  }

  .feature-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* white body overlays image */
  .feature-body{
    position: relative;
    width: calc(100% - 28px);
    margin: -42px auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 22px 18px 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    text-align: center;
  }

  .feature-body h4{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    color: #0092bb;
  }

  .feature-body p{
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #1e1e1e;
    text-align: center;
  }

  .header-hero{
    position: relative;
    min-height: 100vh;
    padding: 28px 16px 26px;
    background: url("/images/mask-group-mb.png") center / cover no-repeat;
    overflow: hidden;
  }


  .header-hero .inner{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, -20%);
  }

  /* ===== TEXT ===== */
  .hero-sub{
    margin: 0 0 10px;
    color: rgba(255,255,255,0.85);
    font-size: 38px;
    text-shadow: 0 0 34px rgba(0, 0, 0, 0.95);
    font-family: HiraginoSans-W7;
  }

  .hero-title{
    margin: 0 0 18px;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.37;
    text-shadow: 0 0 34px rgba(0, 0, 0, 0.95);
    font-family: HiraginoSans-W7;
  }

  /* ===== TAG PILLS ===== */
  .hero-tags{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 18px;
  }

  .hero-tags span{
    background: rgba(255,255,255,0.95);
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.18);
    white-space: nowrap;
  }

  .app-dl.app-install{
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
  }

  .app-dl-item{
    margin: 0;
  }

  .app-dl-item-link{
    display: block;
    width: 165px;
  }

  .app-dl .app-dl-item-link__image {
    width: 100%;
    height: auto;
    display: block;
  }

  #ios{
    display: none;
  }

  .block.workpoint{
    padding: 70px 16px 60px;
    background-color: #fff;
    background-image:
      linear-gradient(rgba(0,146,187,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,146,187,0.08) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  .block.workpoint .inner{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }

  /* head */
  .workpoint-head h2{
    font-size: 28px;
    margin: 0;
    color: #0092bb;
    letter-spacing: 0.08em;
  }
  .workpoint-head span{
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #6fc4dc;
    letter-spacing: 0.12em;
  }

  .workpoint-list{
    margin-top: 28px;
    display: block;
  }

  .workpoint-card{
    position: relative;
    background: #fff;
    border-radius: 2px;   
    padding: 34px 18px 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.10);
    margin: 0 auto 34px; 
  }

  .workpoint-tag{
    position: absolute;
    left: 14px;
    top: -14px;
    background: #2fb5d8;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 2px;
    letter-spacing: 0.06em;
  }

  .workpoint-title{
    margin: 10px 0 18px;
    font-size: 22px;
    font-weight: 800;
    color: #1e1e1e;
    text-align: center;
  }

  .workpoint-icon{
    margin: 0 0 18px;
    text-align: center;
  }
  .workpoint-icon img{
    width: 110px;                        /* icon to như ảnh */
    height: auto;
    display: inline-block;
  }

  .workpoint-desc{
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.9;
    color: #333;
    text-align: center;
  }

  .workpoint-price{
    width: auto;
    background: #fbf7e3;
    border-radius: 2px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  }

  .workpoint-price .label{
    background: #fff;
    color: #a48600;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
  }

  .workpoint-price .value{
    color: #a48600;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
  }

  /* small note nằm cùng dòng như ảnh */
  .workpoint-price .value small{
    display: inline;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #a48600;
    opacity: 0.9;
  }

  /* CTA dưới: mobile xếp dọc */
  .workpoint-cta{
    margin-top: 10px;
    background: #35b7da;
    padding: 30px 18px;
    display: block;
    text-align: center;
  }

  .workpoint-cta .cta-left{
    color: #fff;
    text-align: left;
    margin-bottom: 18px;
  }

  .workpoint-cta h3{
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 900;
  }

  .workpoint-cta p{
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.95;
  }

  .workpoint-cta .cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    color: #0092bb;
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    padding: 16px 34px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    white-space: nowrap;
  }
}




