/* G E N E R A L   S E T T I N G ------------------------------------------------------- */
/* #region */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #333;
}

/* html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
    width: 0;
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
    width: 0;
} */

.prohouse-main-title {
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 40px;
    color: #4b4b4b;
} 

.prohouse-main-title h1 {
    font-weight: 600;
    font-size: 2.8rem;
}

.prohouse-main-title i {
    font-size: 2rem;
}

/* mobile setting  */
.mobile-prohouse-bottom-nav,
.prohouse-mobile-header,
.mobile-prohouse-mobile-header {
    display: none;
}


/* #endregion */
/* ####################################################################################### */



/* M R   P O N D   Introduce ----ผ----------------------------------------------------------------------------*/
/* #region */

.ph-luxury-about-section {
    background-color: var(--ph-bg-light);
    padding: 90px 20px;
    font-family: 'Kanit', sans-serif;
    color: var(--ph-text-body);
}

.ph-luxury-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ส่วนบน: Hero Editorial Grid */
.ph-luxury-hero-editorial {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.ph-luxury-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ph-primary);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.ph-luxury-editorial-text h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    line-height: 1.25;
    margin-bottom: 24px;
}

.ph-luxury-editorial-text p {
    font-size: 1rem;
    color: var(--ph-text-body);
    line-height: 1.8;
    margin-bottom: 16px;
}

.ph-luxury-editorial-text strong {
    color: var(--ph-text-dark);
    font-weight: 600;
}

/* การ์ดรูปผู้ก่อตั้งฝั่งขวา */
.ph-luxury-featured-card {
    background: var(--ph-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--ph-border-color);
    text-align: center;
    transition: transform 0.3s ease;
}

.ph-luxury-featured-card:hover {
    transform: translateY(-5px);
}

.ph-luxury-image-wrapper {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-color: var(--ph-bg-light);
}

.ph-luxury-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ph-luxury-card-caption {
    padding: 24px 20px;
    background: var(--ph-white);
}

.ph-luxury-card-caption h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ph-text-dark);
    margin: 0 0 6px 0;
}

.ph-luxury-card-caption p {
    font-size: 0.88rem;
    color: var(--ph-primary);
    font-weight: 500;
    margin: 0;
}

/* ส่วนล่าง: Grid 4 การ์ด */
.ph-luxury-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.ph-luxury-card {
    background: var(--ph-white);
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--ph-border-color);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ph-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px var(--ph-primary-glow);
    border-color: var(--ph-primary);
}

.ph-luxury-card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.ph-luxury-card:hover .ph-luxury-card-icon {
    background-color: var(--ph-primary);
    color: var(--ph-text-light);
}

.ph-luxury-card-tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--ph-text-muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.ph-luxury-card-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ph-text-dark);
    margin-bottom: 10px;
}

.ph-luxury-card-content p {
    font-size: 0.88rem;
    color: var(--ph-text-body);
    line-height: 1.6;
    margin: 0;
}

/* Responsive สำหรับมือถือและแท็บเล็ต */
@media screen and (max-width: 1024px) {
    .ph-luxury-hero-editorial {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ph-luxury-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .ph-luxury-grid {
        grid-template-columns: 1fr;
    }
    .ph-luxury-editorial-text h2 {
        font-size: 1.9rem;
    }
}

/* #endregion */
/* ####################################################################################### */



/* C O M P A N Y  I N F O  Start ----------------------------------------------------------------------------------------- */
/* #region */

.ph-hq-section {
    background-color: var(--ph-white);
    padding: 110px 20px;
    color: var(--ph-text-body);
}

.ph-hq-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ส่วนหัวข้อหลัก */
.ph-hq-header {
    text-align: center;
    margin-bottom: 90px;
}

.ph-hq-badge {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ph-primary);
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    background-color: var(--ph-primary-light);
    padding: 6px 18px;
    border-radius: 50px;
}

.ph-hq-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 20px 0;
}

.ph-hq-divider {
    width: 60px;
    height: 3px;
    background-color: var(--ph-primary);
    margin: 0 auto;
    border-radius: 2px;
}

/* โครงสร้างการเล่าเรื่องแบบ Editorial Flow (ไร้กรอบบล็อก) */
.ph-hq-editorial-flow {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.ph-hq-story-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

.ph-hq-story-row.ph-reverse {
    grid-template-columns: 1fr 1.1fr;
}

.ph-hq-story-row.ph-reverse .ph-hq-story-media {
    order: 2;
}

.ph-hq-story-row.ph-reverse .ph-hq-story-content {
    order: 1;
}

/* กรอบรูปภาพทรงพรีเมียม ไร้ขอบการ์ดแข็งๆ */
.ph-hq-img-frame {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ph-hq-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ph-hq-story-row:hover .ph-hq-img-frame img {
    transform: scale(1.04);
}

/* ป้ายลอยบนภาพ */
.ph-hq-floating-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--ph-text-dark);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ph-hq-floating-badge.ph-gold {
    background: var(--ph-primary);
    color: var(--ph-text-light);
}

/* ส่วนเนื้อหาข้อความ */
.ph-hq-story-content {
    display: flex;
    flex-direction: column;
}

.ph-hq-chapter {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ph-primary);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ph-hq-story-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.ph-hq-lead-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ph-primary);
    margin-bottom: 16px;
    line-height: 1.5;
}

.ph-hq-desc {
    font-size: 0.98rem;
    color: var(--ph-text-body);
    line-height: 1.9;
    margin: 0 0 25px 0;
}

/* ฟีเจอร์ย่อยแบบมินิมอลแนวนอน */
.ph-hq-inline-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ph-hq-feature-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--ph-text-dark);
    font-weight: 500;
}

.ph-hq-feature-pill i {
    width: 32px;
    height: 32px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* กลุ่มแท็กความเชี่ยวชาญแบบไลฟ์สไตล์ */
.ph-hq-inline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ph-tag-item {
    background-color: var(--ph-bg-light);
    color: var(--ph-text-dark);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--ph-border-color);
}

.ph-tag-item i {
    color: var(--ph-primary);
    font-size: 0.8rem;
}

/* เส้นคั่นกลางบางๆ ระหว่างพาร์ท */
.ph-hq-divider-line {
    width: 100%;
    height: 1px;
    background-color: var(--ph-border-color);
    opacity: 0.6;
}

/* Responsive สำหรับหน้าจอแท็บเล็ตและมือถือ */
@media screen and (max-width: 968px) {
    .ph-hq-story-row,
    .ph-hq-story-row.ph-reverse {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ph-hq-story-row.ph-reverse .ph-hq-story-media {
        order: 1;
    }
    .ph-hq-story-row.ph-reverse .ph-hq-story-content {
        order: 2;
    }
    .ph-hq-img-frame {
        height: 300px;
    }
    .ph-hq-header h2 {
        font-size: 2rem;
    }
}

/* #endregion */
/* #################---------------------------------------------------------------------- */



/* M I S S I O N start --------------------------------------------------------------------------------------- */
/* #region */

.ph-mission-section {
    background-color: var(--ph-bg-light);
    padding: 110px 20px;
    color: var(--ph-text-body);
}

.ph-mission-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ph-mission-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.ph-mission-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ph-mission-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 10px 0;
}

.ph-mission-header p {
    font-size: 1.05rem;
    color: var(--ph-text-muted);
    margin: 0 0 20px 0;
}

.ph-mission-divider {
    width: 60px;
    height: 3px;
    background-color: var(--ph-primary);
    margin: 0 auto;
    border-radius: 2px;
}

.ph-mission-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.ph-mission-card {
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--ph-border-color, #eaeaea);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ph-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ph-mission-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ph-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--ph-primary);
    opacity: 0.8;
    line-height: 1;
}

.ph-icon-floating {
    width: 52px;
    height: 52px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ph-mission-details {
    display: flex;
    flex-direction: column;
}

.ph-mission-details .ph-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ph-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.ph-mission-details h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 10px 0;
}

.ph-mission-details p {
    font-size: 0.96rem;
    color: var(--ph-text-body);
    line-height: 1.7;
    margin: 0;
}

.ph-mission-bottom-note {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--ph-border-color, #eaeaea);
}

.ph-note-icon {
    width: 60px;
    height: 60px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.ph-note-content .ph-note-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ph-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.ph-note-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--ph-text-dark);
}

.ph-note-content p {
    font-size: 0.96rem;
    color: var(--ph-text-body);
    line-height: 1.8;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .ph-mission-grid-layout {
        grid-template-columns: 1fr;
    }
    .ph-mission-bottom-note {
        flex-direction: column;
        gap: 20px;
        padding: 25px;
    }
    .ph-mission-header h2 {
        font-size: 2rem;
    }
}

/* #endregion */
/* #################---------------------------------------------------------------------- */



/* C U S T O M E R   S E R V I C E start --------------------------------------------------------------- */
/* #region */

.ph-service-section {
    background-color: var(--ph-white);
    padding: 90px 20px;
    font-family: 'Kanit', sans-serif;
    color: var(--ph-text-body);
}

.ph-service-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ph-service-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.ph-service-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.ph-service-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 15px 0;
}

.ph-service-header p {
    font-size: 1.05rem;
    color: var(--ph-text-body);
    line-height: 1.7;
    margin: 0;
}

.ph-service-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ph-service-sidebar {
    width: 350px;
    flex-shrink: 0;
}

.ph-service-profile-card {
    background: linear-gradient(145deg, var(--ph-primary), var(--ph-primary-hover));
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    color: var(--ph-text-light);
    box-shadow: 0 15px 35px var(--ph-primary-glow-hover);
    position: sticky;
    top: 30px;
}

.ph-service-img-wrapper img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.ph-service-profile-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 25px 0;
    color: var(--ph-text-light);
}

.ph-service-profile-text strong {
    color: var(--ph-text-light);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.ph-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--ph-white);
    color: var(--ph-primary);
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ph-service-btn i {
    transition: transform 0.3s ease;
}

.ph-service-btn:hover {
    background-color: var(--ph-text-dark);
    color: var(--ph-text-light);
    transform: translateY(-2px);
}

.ph-service-btn:hover i {
    transform: translateX(4px);
}

.ph-service-zones-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ph-zone-card {
    background-color: var(--ph-bg-light);
    border: 1px solid var(--ph-border-color);
    border-radius: 16px;
    padding: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.ph-zone-card:hover {
    transform: translateY(-5px);
    border-color: var(--ph-primary);
    box-shadow: 0 12px 25px var(--ph-primary-glow);
    background-color: var(--ph-white);
}

.ph-zone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ph-border-color);
}

.ph-zone-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ph-primary);
    background-color: var(--ph-primary-light);
    padding: 3px 8px;
    border-radius: 4px;
}

.ph-zone-header h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0;
}

.ph-zone-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ph-zone-body span {
    font-size: 0.95rem;
    color: var(--ph-text-body);
    position: relative;
    padding-left: 12px;
}

.ph-zone-body span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--ph-text-muted);
    border-radius: 50%;
}

.ph-service-footer-note {
    background-color: var(--ph-bg-light);
    border: 1px solid var(--ph-border-color);
    border-radius: 14px;
    padding: 18px 25px;
    text-align: center;
}

.ph-service-footer-note p {
    margin: 0;
    font-size: 1.05rem;
    color: var(--ph-text-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ph-service-footer-note i {
    color: var(--ph-primary);
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .ph-service-content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .ph-service-sidebar {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .ph-service-profile-card {
        position: relative;
        top: 0;
    }
    .ph-service-zones-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .ph-service-zones-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ph-zone-card {
        padding: 15px;
    }
    .ph-service-header h2 {
        font-size: 2rem;
    }
}

/* #endregion */
/* ####################################################################################### */



/* W H Y  C H O O S E  U S --------------------------------------------------------------- */
/* #region */

.ph-why-section {
    padding: 110px 20px;
    background-color: var(--ph-bg-light);
    font-family: 'Kanit', sans-serif;
}

.ph-why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ph-why-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 70px auto;
}

.ph-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ph-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: var(--ph-primary-light);
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.ph-why-header h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--ph-text-dark);
    margin: 0 0 10px 0;
}

.ph-why-header p {
    font-size: 1rem;
    color: var(--ph-text-muted);
    margin: 0;
}

.ph-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px;
}

.ph-why-item {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.ph-why-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ph-why-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: var(--ph-primary-light);
    color: var(--ph-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.ph-why-item:hover .ph-why-icon-wrap {
    transform: translateY(-4px);
}

.ph-why-icon-wrap.ph-gold-icon {
    background-color: rgba(var(--ph-primary-rgb), 0.12);
}

.ph-why-pill {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ph-primary);
    background: var(--ph-primary-light);
    padding: 5px 14px;
    border-radius: 20px;
}

.ph-why-pill.ph-gold-pill {
    background: rgba(var(--ph-primary-rgb), 0.1);
}

.ph-why-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--ph-text-dark);
}

.ph-why-content p {
    color: var(--ph-text-body);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.ph-why-sub-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ph-text-muted);
}

.ph-why-sub-tag i {
    color: var(--ph-primary);
    font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
    .ph-why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ph-why-header h2 {
        font-size: 2rem;
    }
}

/* #endregion */
/* #################---------------------------------------------------------------------- */






/* A N I M A T I O N  G R O U P ---------------------------------------------------------------------------------- */
/* #region */
.ab-in-d-txt {
    opacity: 0;
    animation: slideFadeIn 1s ease-out forwards;
}

.la-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.la-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.ms-img img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.ms-img.visible img {
    opacity: 1;
    transform: translateY(0);
}

.com-pro-con .com-bg-img img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.com-pro-con .com-txt {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.com-pro-con.visible .com-bg-img img,
.com-pro-con.visible .com-txt {
    opacity: 1;
    transform: translateY(0);
}

.com-pro2-con .com-bg2-img img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.com-pro2-con .com-txt {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.com-pro2-con.visible .com-bg2-img img,
.com-pro2-con.visible .com-txt {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ab-in-title {
    opacity: 0;
    animation: slideFromLeft 1s ease-out forwards;
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ab-in-img {
    opacity: 0;
    animation: slideFromRight 1s ease-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ab-in-d-img img {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* #endregion */
/* ####################################################################################### */


