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

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Noto Sans JP";
    overflow-x: hidden;
    width: 100%;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

#site-wrapper {
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
}

/* =========================
   TOP PROMOTION BAR
   ========================= */
.promo-bar {
    position: relative;
    background: linear-gradient(90deg, #FF4FA0 0%, #FF7A5C 100%);
    padding: 12px 0;
}

/* 2 đường gạch trắng trên và dưới giống ảnh */
.promo-bar::before,
.promo-bar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 4px dashed #fff;
    opacity: 0.9;
}

.promo-bar::before {
    top: 4px;
    /* chỉnh cao / thấp tùy ý */
}

.promo-bar::after {
    bottom: 4px;
    /* chỉnh cao / thấp tùy ý */
}

.promo-bar-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-bar-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
   HERO SECTION
   ========================= */
.hero {
    position: relative;
    overflow: hidden;
}

/* Ảnh banner dùng thẻ img, full width */
.hero-bg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.hero-bg-mobile {
    display: none;
}

/* Light overlay so text dễ đọc hơn
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.7) 40%,
        rgba(255, 255, 255, 0.9) 100%
    );
    z-index: 2;
} */


.hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
    background: #F8ED60;
    color: #CA8A04;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-title-main {
    font-size: 64px;
    line-height: 1.3;
    margin: 0;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    /* Chữ trắng với viền xanh */
    color: #000000;
    -webkit-text-stroke: 5px #FFFFFF;
    letter-spacing: -1px;
    text-shadow:
        0.5px 0.5px 0 rgba(0, 0, 0, 0.4),
        -0.5px -0.5px 0 rgba(0, 0, 0, 0.4),
        0.5px -0.5px 0 rgba(0, 0, 0, 0.4),
        -0.5px 0.5px 0 rgba(0, 0, 0, 0.4),
        1px 1px 0 rgba(0, 0, 0, 0.3),
        -1px -1px 0 rgba(0, 0, 0, 0.3);

    paint-order: stroke fill;

    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.hero-title-line {
    display: inline-block;
    background: linear-gradient(to top, #F7C6E5 0%, #F7C6E5 30%, transparent 30%);
    padding: 0px 15px 10px;
    border-radius: 20px;
}

.hero-title-sub {
    font-size: 64px;
    line-height: 1.3;
    margin: 10px 0 24px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    /* Chữ trắng với viền xanh */
    color: #FE4BA0;
    -webkit-text-stroke: 5px #FFFFFF;
    letter-spacing: -1px;
    text-shadow:
        0.5px 0.5px 0 rgba(254, 75, 160, 0.5),
        -0.5px -0.5px 0 rgba(254, 75, 160, 0.5),
        0.5px -0.5px 0 rgba(254, 75, 160, 0.5),
        -0.5px 0.5px 0 rgba(254, 75, 160, 0.5),
        1px 1px 0 rgba(254, 75, 160, 0.4),
        -1px -1px 0 rgba(254, 75, 160, 0.4);

    paint-order: stroke fill;

    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;

}

.hero-cta-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 30px;
    border-radius: 999px;
    background: #11c26f;
    color: #fff;
    background: linear-gradient(90deg, #49CC70 0%, #008E34 100%);
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 3px #9CE1AD, 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    white-space: nowrap;
}

.hero-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px #9CE1AD, 0 10px 22px rgba(0, 0, 0, 0.22);
    opacity: 0.95;
}

.hero-cta-icon {
    width: 36px;
    height: 36px;
    display: block;
}

.hero-cta-badge {
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    top: -35px;
    right: -95px;
    z-index: 10;
}

.hero-cta-label {
    font-size: 14px;
    color: #ff3c88;
    margin-bottom: 16px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.hero-stat-item {
    min-width: 190px;
    padding: 5px 10px;
    border-radius: 14px;
    background: #FFECC0;
    background: linear-gradient(90deg, #FAF2DE 0%, #FFE388 100%);

    border: 3px solid #FACC15;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.hero-stat-label {
    font-size: 18px;
    color: #854D0E;
    margin-bottom: 6px;
    font-weight: 700;
}

.hero-stat-value {
    font-size: 32px;
    font-weight: 900;
    color: #CA8A04;
}

/* Blue banner under stats */
.hero-partner-banner {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 18px;
    padding: 20px 35px;
    border-radius: 14px;
    background: linear-gradient(90deg, #2d7ff9, #1656d5);
    color: #fff;
    /* border: 3px solid #ffffff; */
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    transform: rotate(-3deg);
}

.hero-partner-text {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.hero-partner-em {
    font-size: 20px;
    font-weight: 900;
    color: #fffb8a;
}

.hero-partner-em-highlight {
    color: #FDDF47;
    text-decoration: underline;
}

/* POINT cards */
.hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 4px;
}

.hero-point {
    background: #fff;
    border-radius: 18px;
    border-left: 4px solid #FE4BA0;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    padding: 10px;
    min-width: 260px;
    max-width: 320px;
}

.hero-point-body {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-point-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-point-icon {
    width: 40px;
    height: 40px;
}

.hero-point-text-wrap {
    text-align: left;
}

.hero-point-title {
    font-size: 18px;
    font-weight: 900;
    color: #FE4BA0;
    margin-bottom: 6px;
}

.hero-point-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

/* =========================
   BEHAVIOR SECTION 1: CTA
   ========================= */
.behavior-cta-section {
    padding: 10px;
    background: #F0FFFD;
}

/* Part 1: Top CTA */
.behavior-cta {
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
}

.behavior-cta-text {
    font-size: 20px;
    color: #FE4BA0;
    margin-bottom: 20px;
    font-weight: 700;
}

.behavior-cta-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.behavior-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 30px;
    border-radius: 999px;
    background: linear-gradient(90deg, #49CC70 0%, #008E34 100%);
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    text-decoration: none;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 3px #9CE1AD, 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    white-space: nowrap;
    text-shadow:
        0.5px 0.5px 0 rgba(0, 0, 0, 0.2),
        -0.5px -0.5px 0 rgba(0, 0, 0, 0.2);
}

.behavior-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px #9CE1AD, 0 10px 22px rgba(0, 0, 0, 0.22);
    opacity: 0.95;
}

.behavior-cta-icon {
    width: 36px;
    height: 36px;
    display: block;
}

.behavior-cta-badge {
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    top: -35px;
    right: -95px;
    z-index: 10;
}

/* =========================
   BEHAVIOR SECTION 2: Banner with text overlay
   ========================= */
.behavior-banner-section {
    padding: 0;
}

.behavior-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.behavior-banner-bg-mobile {
    display: none;
}

.behavior-banner-bg {
    width: 100%;
    height: auto;
    display: block;
}

.behavior-banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 1100px;
    margin: 0 auto;
}

.behavior-banner-title {
    font-size: 40px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.4;
    text-shadow:
        0.5px 0.5px 0 rgba(0, 0, 0, 0.2),
        -0.5px -0.5px 0 rgba(0, 0, 0, 0.2),
        1px 1px 0 rgba(0, 0, 0, 0.15);
}

.behavior-banner-highlight {
    background: rgba(254, 75, 160, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
}

.behavior-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 1000px;
}

.behavior-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
    max-width: 480px;
    height: 100px;
    box-sizing: border-box;
}

/* So le: box 1 và 3 bên trái, box 2 và 4 bên phải */
.behavior-box:nth-child(1),
.behavior-box:nth-child(3) {
    align-self: flex-start;
    margin-right: auto;
}

.behavior-box:nth-child(2),
.behavior-box:nth-child(4) {
    align-self: flex-end;
    margin-left: auto;
}

.behavior-box-blue {
    background: #E4F2FF;
    margin-left: 215px;
}

.behavior-box-pink {
    background: #FFEAF0;
}

.behavior-box-icon {
    flex-shrink: 0;
    /* width: 48px;
    height: 48px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 8px;
}

.behavior-box-icon img {
    width: 48px;
    height: 48px;
}

.behavior-box-text {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    flex: 1;
}

/* =========================
   SOLUTION SECTION (3 Points)
   ========================= */
.solution-section {
    padding: 60px 16px;
    background: #f5f5f5;
}

.solution-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-intro {
    font-size: 24px;
    color: #555555;
    margin: 0 0 12px 0;
    font-weight: 600;
    display: block;
    width: 100%;
}

.solution-badge {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFE76B;
    background: linear-gradient(90deg, #FDDF47 0%, #F6AA20 100%);
    border: 2px solid #C29B02;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.solution-title {
    font-size: 72px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: 900;
    color: #FE4BA0;
    -webkit-text-stroke: 5px #FFFFFF;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    text-shadow:
        0.5px 0.5px 0 rgba(254, 75, 160, 0.5),
        -0.5px -0.5px 0 rgba(254, 75, 160, 0.5),
        0.5px -0.5px 0 rgba(254, 75, 160, 0.5),
        -0.5px 0.5px 0 rgba(254, 75, 160, 0.5),
        1px 1px 0 rgba(254, 75, 160, 0.4),
        -1px -1px 0 rgba(254, 75, 160, 0.4);
}

.solution-subtitle {
    font-size: 28px;
    color: #3B83F6;
    background: #E4F2FF;
    padding: 20px 20px;
    border-radius: 999px;
    margin: 0 0 20px 0;
    font-weight: 700;
    display: block;
    width: auto;
}

.solution-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.solution-point {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.solution-point-header {
    background: #FE4BA0;
    color: #FFFFFF;
    padding: 12px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.solution-point-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #FFFFFF;
}

.solution-point-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    border-radius: 35px;
}

.solution-point-title {
    font-size: 24px;
    font-weight: 700;
    color: #FE4BA0;
    margin: 20px 20px 12px 20px;
    line-height: 1.4;
    height: 70px;
}

.solution-point-text {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin: 0 20px 20px 20px;
    flex: 1;
}

.final-cta-title-br {
    display: none;
}

/* =========================
   CHECKLIST SECTION
   ========================= */
.checklist-section {
    padding: 60px 16px 80px;
    background: linear-gradient(180deg, #FFEFF7 0%, #E6F3FF 100%);
}

.checklist-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.checklist-title {
    font-size: 48px;
    line-height: 1.5;
    margin: 0 0 8px 0;
    font-weight: 900;
    color: #FE4BA0;
    -webkit-text-stroke: 4px #FFFFFF;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.checklist-badge {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    background: transparent;
    color: #000000;
    font-size: 32px;
    font-weight: 900;
    margin: 20px;
    line-height: 1.5;
    z-index: 1;
}

.checklist-columns {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
}

.checklist-card {
    flex: 1;
    max-width: 500px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.checklist-card-husband {
    border: 2px solid #3A70E2;
    background: #E4F2FF;

}

.checklist-card-wife {
    border: 2px solid #EB489A;
    background: #FFEAF0;
}

.checklist-card-header {
    padding: 14px;
    font-size: 32px;
    font-weight: 900;
    color: #3B83F6;
    margin: 20px;
    border-radius: 10px;
}

.checklist-card-husband .checklist-card-header {
    background: #BDDDFF;
}

.checklist-card-wife .checklist-card-header {
    color: #FE4BA0;
    background: #F7C6E5;
}

.checklist-list {
    list-style: none;
    margin: 0;
    padding: 16px 20px 20px;
    text-align: left;
}

.checklist-list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
}

.checklist-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}

.checklist-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checklist-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 130%;
    height: 20px;
    border-radius: 999px;
    background: #F7C6E5;
    z-index: -1;
}

.checklist-note {
    position: relative;
    /* width: 100%;
    max-width: 1200px;
    margin: 32px auto 0; */
    padding: 40px 30px 20px;
    background: #3B82F6;
    border-radius: 0;
    text-align: center;
}

.checklist-note::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #3B82F6;
}

.checklist-note-text {
    margin: 0 0 24px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
}

.checklist-note-yellow {
    color: #FCF6A2;
}

.checklist-note-emphasis {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.5;

    color: #FE4BA0;
    -webkit-text-stroke: 4px #FFFFFF;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* =========================
   HOWEVER SECTION
   ========================= */
.however-section {
    background: linear-gradient(180deg, #E0F2FF 0%, #D1FAE5 100%);
    background-image: url('../image/banner-however.webp');
    /* background-size: cover;
    background-position: center; */
    background-repeat: no-repeat;
}

.however-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

/* Top text bubble (green) */
.however-top-bubble {
    display: inline-block;
    max-width: 800px;
    padding: 25px;
    border-radius: 20px;
    background: #DCF7E1;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    bottom: -20px;
    z-index: 1;
}

.however-top-bubble-bottom {
    display: inline-block;
    color: #FE4BA0;
    font-size: 36px;
    font-weight: 900;
}

/* 3 columns layout */
.however-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
}

/* Left column: blue bubbles */
.however-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

/* Center column: photo */
.however-center {
    position: relative;
    z-index: 2;
}

.however-photo {
    position: relative;
    /* width: 280px;
    height: 280px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background: #F7C6E5; */
    /* padding: 8px; */
}

.however-photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 999px;
}

/* Right column: pink bubbles */
.however-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.however-bubble {
    max-width: 320px;
    height: 75px;
    padding: 14px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.however-bubble-blue {
    background: #D1ECFF;
    color: #1E40AF;
}

.however-bubble-pink {
    background: #FBE6EF;
    color: #BE185D;
}

/* Mobile version - hidden on desktop */
.however-bottom-mobile {
    display: none;
}

/* =========================
   FINAL CTA SECTION
   ========================= */
.final-cta-section {
    position: relative;
    padding: 30px 16px 70px;
    background: #FE4BA0;
    text-align: center;
}

/* White arrow pointing down at the top */
.final-cta-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 40px solid #F5FBF8;
    z-index: 1;
}


.final-cta-inner {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

/* Line 1: Icon + Badge */
.final-cta-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.final-cta-icon {
    width: 44px;
    height: 44px;
    filter: brightness(0) invert(1);
}

.final-cta-badge {
    display: inline-block;
    color: #FDDF47;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* Line 2: Subtitle */
.final-cta-subtitle {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

/* Line 3: Main Title */
.final-cta-title {
    font-size: 32px;
    font-weight: 900;
    color: #FDDF47;
    line-height: 1.4;
    margin: 0;
}

/* =========================
   SATISFACTION SECTION
   ========================= */
/* Part 1: Top section with light blue background */
.satisfaction-section-top {
    padding: 60px 16px;
    background: #E0F2FF;
}

/* Part 2: Bottom section with different background */
.satisfaction-section-bottom {
    padding: 60px 16px;
    background: #F5F5F5;
}

.satisfaction-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Header with lightbulb */
.satisfaction-header {
    margin-bottom: 40px;
}

.satisfaction-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.satisfaction-icon svg {
    width: 48px;
    height: 48px;
}

.satisfaction-title-line1 {
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 8px 0;
    line-height: 1.3;

    color: #FE4BA0;
    -webkit-text-stroke: 4px #FFFFFF;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.satisfaction-title-line2 {
    font-size: 32px;
    font-weight: 900;
    color: #BE185D;
    margin: 0;
    line-height: 1.3;
}

/* Satisfaction Rate Box */
.satisfaction-rate-box {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 30px 40px;
    background: #FFFEE9;
    border: 3px solid #FBC73E;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.satisfaction-achievement-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(90deg, #FAC743 0%, #F6AA20 100%);
    border-radius: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.satisfaction-achievement-badge svg {
    width: 20px;
    height: 20px;
}

.satisfaction-rate-text {
    margin: 20px 0 0 0;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.3;
    color: #000000;
}

.satisfaction-rate-no1 {
    color: #F8AF35;
    font-size: 72px;
}

.satisfaction-rate-percent {
    color: #FE4BA0;
    font-size: 72px;
}

/* Customer Voices Section */
.satisfaction-voices {
    margin-bottom: 50px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.satisfaction-voices-title {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 8px 0;
    line-height: 1.3;

    color: #FE4BA0;
    -webkit-text-stroke: 4px #FFFFFF;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.satisfaction-chart-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.satisfaction-pie-chart {
    flex-shrink: 0;
}

.satisfaction-pie-chart svg {
    width: 280px;
    height: 280px;
}

.satisfaction-legend {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.satisfaction-legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.satisfaction-legend-color {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
}

.satisfaction-legend-text {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

/* Reasons Box */
.satisfaction-reasons-box {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 50px 40px;
    background: #FFEAF0;
    border: 3px solid #FE4BA0;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.satisfaction-reasons-title-banner {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 12px 40px;
    background: #FE4BA0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.satisfaction-reasons-intro {
    font-size: 20px;
    color: #3B83F6;
    font-weight: 700;
    margin: 20px 0 24px 0;
    line-height: 1.5;
    text-align: center;
}

.satisfaction-reasons-key {
    font-size: 40px;
    font-weight: 900;
    color: #262626;
    margin: 0 0 24px 0;
    line-height: 1.4;
    text-align: center;
}

.satisfaction-pricing-box {
    display: inline-block;
    padding: 18px 40px;
    background: #FE4BA0;
    border-radius: 0;
    margin: 0 auto 30px;
    text-align: center;
    width: auto;
    max-width: 600px;
    box-shadow: 0 4px 10px rgba(254, 75, 160, 0.3);
    transform: rotate(-3deg);
}

.satisfaction-pricing-text {
    font-size: 48px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
}

.satisfaction-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 415px 1fr;
    gap: 20px 40px;
    width: 680px;
    margin: 0 auto;
}

.satisfaction-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 700;
}

.satisfaction-check-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 2px;
}

.chart-container {
    display: flex;
    align-items: center;
    gap: 80px;
    background: white;
    border-radius: 10px;
}

.donut-chart-wrapper {
    position: relative;
}

#donutChart {
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.center-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #E91E8C;
    pointer-events: none;
}

.legend {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.legend-color {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    flex-shrink: 0;
}

.color-gray {
    background-color: #6B6B6B;
}

.color-pink {
    background-color: #E91E8C;
}

.color-blue {
    background-color: #4A90E2;
}

/* =========================
   INFO SECTION
   ========================= */
.info-section {
    padding: 60px 16px;
    background: #FFFFFF;
}

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

/* =========================
   CONTACT SECTION
   ========================= */
.contact-section {
    /* padding: 60px 16px; */
    background: #F5F5F5;
}

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

/* Information Box */
.info-box {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 50px 50px 20px;
    background: #FFFFFF;
    border: 4px solid #2196F3;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-box-banner {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 10px 35px;
    background: #2196F3;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 900;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);
}

.info-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-box-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.info-box-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E91E8C;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 900;
    border-radius: 50%;
}

.info-box-text {
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
    color: #2A303A;
    font-weight: 700;
    flex: 1;
}

.info-box-text-bottom {
    font-size: 24px;
    line-height: 1.5;
    color: #3B83F6;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/* Contact & CTA Section */
.contact-cta-section {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-cta-left {
    flex: 1;
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #FE4BA0;
    margin: 0 0 20px 0;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
}

.phone-icon {
    flex-shrink: 0;
}

.phone-number {
    font-size: 54px;
    font-weight: 900;
    color: #3B83F6;
    line-height: 1;
}

.contact-hours {
    font-size: 24px;
    color: #000000;
    margin: 0 0 30px 0;
    line-height: 1.5;

}

.contact-free {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-cta-text {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.contact-cta-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 30px;
    border-radius: 999px;
    background: linear-gradient(90deg, #49CC70 0%, #008E34 100%);
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-decoration: none;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 3px #9CE1AD, 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.contact-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px #9CE1AD, 0 10px 22px rgba(0, 0, 0, 0.22);
    opacity: 0.95;
}

.contact-cta-icon {
    width: 32px;
    height: 32px;
    display: block;
}

.contact-cta-badge {
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    top: -35px;
    right: -95px;
    z-index: 10;
}

.contact-cta-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
}

.contact-image-bg {
    /* position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 1; */
}

.contact-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 2;
}

/* =========================
   USE CASES SECTION
   ========================= */
.use-cases-section {
    padding: 60px 16px;
    background: linear-gradient(90deg, #FFEAF0 0%, #FFFFFF 50%);
}

.use-cases-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.use-cases-header {
    text-align: center;
    margin-bottom: 50px;
}

.use-cases-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.use-cases-icon svg {
    width: 80px;
    height: 80px;
}

.use-cases-title {
    font-size: 54px;
    font-weight: 900;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.use-cases-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.use-case-card {
    background: #FFFFFF;
    border-radius: 12px;
    border-top: 8px solid #FE4BA0;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.case-top {
    padding: 15px;
}

.case-number {
    font-size: 20px;
    font-weight: 700;
    color: #FE4BA0;
    margin-bottom: 12px;
    line-height: 1.2;
}

.case-headline {
    font-size: 26px;
    font-weight: 700;
    color: #434343;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.case-demographic {
    font-size: 16px;
    font-weight: 600;
    color: #3B83F6;
    margin: 0 0 16px 0;
}

.case-description {
    font-size: 18px;
    line-height: 1.5;
    color: #434343;
    margin: 0 0 20px 0;
    flex: 1;
    height: 165px;
}

.case-content {
    background: #FFEAF0;
    border-radius: 10px;
    padding: 15px;
}

.case-tag-section {
    margin-bottom: 16px;
    padding: 10px;
    background: #FFFFFF;
    height: 115px;
}

.case-tag-section:last-child {
    margin-bottom: 0;
    height: 135px;
}

.case-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.case-tag-request {
    background: #93C8FF;
    color: #3A70E2;
}

.case-tag-intro {
    background: #F6A2D4;
    color: #EB489A;
}

.case-tag-text {
    font-size: 16px;
    line-height: 1.6;
    color: #434343;
    margin: 0;
}

/* =========================
   FAQ SECTION
   ========================= */
.faq-section {
    padding: 60px 16px;
    background: #FFFFFF;
}

.faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.faq-icon svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.faq-subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #434343;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-title {
    font-size: 54px;
    font-weight: 900;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    /* padding-bottom: 16px; */
    /* border-bottom: 1px solid #E5E7EB;
    margin-bottom: 16px; */
    cursor: pointer;
    user-select: none;
}

.faq-q-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FE4BA0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
    border-radius: 50%;
}

.faq-q-text {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.faq-toggle {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    background: transparent;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.faq-toggle::before,
.faq-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #FE4BA0;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
    display: none;
    align-items: flex-start;
    border-top: 1px solid #E5E7EB;
    margin-top: 16px;
    padding-top: 16px;
    gap: 16px;
    animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-answer {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-a-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B83F6;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
    border-radius: 50%;
}

.faq-a-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    margin: 0;
}

/* =========================
   FINAL CTA INQUIRY SECTION
   ========================= */
.final-cta-inquiry-section {
    padding: 60px 16px;
    background: #FEE2EF;
}

.final-cta-inquiry-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-inquiry-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.final-cta-inquiry-subtitle {
    font-size: 40px;
    font-weight: 700;
    color: #FE4BA0;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

.final-cta-inquiry-card {
    position: relative;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    padding: 40px 50px;
    background: #FFFFFF;
    border-top: 8px solid #FE4BA0;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    overflow: visible;
}

.final-cta-inquiry-promo {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.5;

    color: #FDDF47;
    -webkit-text-stroke: 4px #F38826;
    letter-spacing: -0.5px;
    paint-order: stroke fill;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.final-cta-inquiry-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.final-cta-inquiry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 35px;
    border-radius: 999px;
    background: linear-gradient(90deg, #28A745 0%, #2EEB77 100%);
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 3px #9CE1AD, 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.final-cta-inquiry-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px #9CE1AD, 0 10px 22px rgba(0, 0, 0, 0.22);
    opacity: 0.95;
}

.final-cta-inquiry-icon {
    width: 36px;
    height: 36px;
    display: block;
    filter: brightness(0) invert(1);
}

.final-cta-inquiry-badge {
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    top: -45px;
    right: -90px;
    z-index: 10;
}

/* =========================
   FOOTER
   ========================= */
.site-footer {
    background: #333333;
    padding: 30px 16px;
}

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

.footer-copyright {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

/* =========================
   POPUP MODAL SYSTEM
   ========================= */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.popup-overlay.active {
    display: flex;
}

.popup-modal {
    width: 600px;
    max-width: 90%;
    max-height: 90vh;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: popupSlideIn 0.3s ease;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-header {
    background: #FE4BA0;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.popup-close {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.popup-close:hover {
    opacity: 0.8;
}

.popup-body {
    padding: 32px 24px;
    overflow-y: auto;
    flex: 1;
}

.popup-main-question {
    font-size: 28px;
    font-weight: 700;
    color: #FE4BA0;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.popup-sub-question {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.popup-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.popup-option {
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.popup-option:hover {
    border-color: #FE4BA0;
    background: #FFF5F9;
}

.popup-option-full {
    grid-column: 1 / -1;
    justify-content: center;
}

.popup-chevron {
    color: #9CA3AF;
    font-size: 24px;
    font-weight: 300;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-required {
    background: #3B83F6;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.form-label-icon {
    color: #3B83F6;
    font-size: 20px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #FE4BA0;
}

.form-security-note {
    font-size: 18px;
    color: #3B83F6;
    margin: 0;
    line-height: 1.5;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.form-checkbox label {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
}

/* reCAPTCHA Styles */
.recaptcha-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.g-recaptcha {
    margin-top: 8px;
    max-width: 100%;
    transform-origin: 0 0;
}

.captcha-error {
    display: none;
    color: #ff0000;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.captcha-error.show {
    display: block;
}


.popup-submit-btn {
    background: #FE4BA0;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    margin-top: 8px;
}

.popup-submit-btn:hover {
    background: #E6399B;
}

.popup-thankyou {
    text-align: center;
    padding: 48px 24px;
}

.thankyou-icon {
    width: 80px;
    height: 80px;
    background: #28A745;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    margin: 0 auto 32px;
}

.popup-thankyou-btn {
    max-width: 400px;
    margin: 0 auto;
}

/* Popup Error Styles */
.popup-error {
    text-align: center;
    padding: 48px 24px;
}

.error-icon {
    width: 80px;
    height: 80px;
    background: #DC3545;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    margin: 0 auto 32px;
}

.popup-error-btn {
    max-width: 400px;
    margin: 0 auto;
    background: #DC3545;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
}

.popup-error-btn:hover {
    background: #C82333;
}
