:root {
    --primary-brand: #e92b2b;
    --primary-dark: #fafafc;
    --card-bg: #ffffff;
    --text-pure: #1e1e24;
    --text-muted: #64748b;
    --glass-border: rgba(255, 75, 114, 0.12);
    --premium-gradient: linear-gradient(135deg, #c22323 0%, #ff4b4b 100%);
    --card-shadow: 0 20px 40px rgba(255, 75, 114, 0.08);
    --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);

    --tger-color-primary: #ff3333;
    --tger-gradient-primary: linear-gradient(135deg, #ff3366, #ff6688);
    --tger-color-accent: #cc0000;
    --tger-color-dark: #3c3c3c;
    --tger-color-text: #2a2d2e;
    --tger-color-muted: #636e72;
    --tger-color-light: #ffffff;
    --tger-color-bg: #f9f9f9;

    --tger-shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.04);
    --tger-shadow-hover: 0 25px 50px rgba(255, 51, 102, 0.14);

    --tger-radius-large: 24px;
    --tger-radius-medium: 16px;
    --tger-radius-small: 6px;

    --samger-text-title: 3rem;
    --samger-title-weigth: 800;

    --samger-subtitle-text: 1.4rem;

    --samger-font-p: 1.2rem;

    --samger-font-btn: 1.1rem;

}

:root {
    --samgr-white: #ffffff;
    --samgr-red: #e4002b;      
    --samgr-black: #000000;        
    --samgr-pink: #ff477e;          
    --samgr-light-bg: #f8f9fa;      
    --samgr-gray-text: #4f4f4f;
    
    --samgr-radius-sharp: 0px;        
    --samgr-radius-smooth: 16px;   
    --samgr-shadow: 0 8px 24px rgba(228, 0, 43, 0.06);
    --samgr-shadow-hover: 0 16px 32px rgba(0, 0, 0, 0.12);
    --samgr-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    --samgr-border-light: #FFE5EB; 
    --samgr-bg-clean: #FAFAFA; 
}

.sgl-franchise-container {
    background-color: var(--primary-dark);
    color: var(--text-pure);
    overflow-x: hidden;
}

.sgl-franchise-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.sgl-franchise-section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    color: #1e1e24;
}

.sgl-franchise-section-header p {
    color: var(--text-muted);
    font-size: 1rem;
}

.sgl-franchise-divider {
    width: 60px;
    height: 4px;
    background: var(--premium-gradient);
    margin: 1.5rem auto 0;
    border-radius: 10px;
}

.sgl-franchise-stats,
.sgl-franchise-gallery,
.sgl-franchise-content-section,
.sgl-franchise-steps {
    padding: 5rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}


/* 
===========================================
    HERO BANNER
===========================================
*/
/* #region */

.sgl-franchise-hero {
    position: relative;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 0.75) 100%),
        url('/assets/images/banners/home/franchise/franchise-bg-first.png');

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    text-align: center;
    padding: 5rem 1.3rem;
    overflow: hidden;

    /* border-bottom: 15px solid var(--primary-brand); */
}

.sgl-franchise-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,75,114,0.04)" stroke-width="0.5"/></svg>') repeat;
    background-size: 60px 60px;
    pointer-events: none;
}

.sgl-franchise-hero-content {
    position: relative;
    z-index: 5;
    max-width: 800px;
}

.sgl-franchise-badge-top {
    display: inline-block;
    /* background: #fff0f3cf; */
    /* border: 2px solid rgba(123, 0, 0, 0.3); */
    color: var(--primary-brand);
    padding: 0.6rem 1.5rem;
    /* border-radius: 10px; */
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(255, 75, 114, 0.05);
    margin-bottom: 1rem;
}

.sgl-franchise-main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    /* margin-top: 1.5rem; */
    line-height: 1.2;
    color: #3f3f3f;
}

.sgl-franchise-main-title span {
    color: var(--primary-brand);
    text-shadow: 0 0 30px rgba(255, 75, 114, 0.2);
}

.sgl-franchise-subtitle {
    /* font-size: clamp(1rem, 2vw, 1.3rem); */
    font-size: var(--samger-font-p);
    color: var(--text-muted);
    max-width: 650px;
    margin: 1.5rem auto 2.5rem;
    line-height: 1.7;
}

.sgl-franchise-hero-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sgl-franchise-btn-primary,
.sgl-franchise-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    /* border-radius: 14px; */
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-smooth);
    font-size: var(--samger-font-btn);
}

.sgl-franchise-btn-primary {
    background: var(--premium-gradient);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 75, 114, 0.25);
}

.sgl-franchise-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 75, 114, 0.4);
}

.sgl-franchise-btn-secondary {
    background: #ffffff;
    border: 1px solid rgba(255, 75, 114, 0.2);
    color: rgb(78, 78, 78);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.sgl-franchise-btn-secondary:hover {
    background: #06c755;
    border-color: #06c755;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(6, 199, 85, 0.2);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* #endregion */
/* ################################################################## */



/* 
============================================
    ABOUT SAMGER
============================================    
*/
/* #region */

.tger-about-wrapper {
    padding: 100px 24px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tger-about-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tger-about-brand-badge {
    align-self: flex-start;
    color: var(--primary-brand);
    padding: 6px 16px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.tger-about-info h2 {
    font-size: var(--samger-text-title);
    font-weight: var(--samger-title-weigth);
    line-height: 1.2;
    color: var(--tger-color-dark);
}

.tger-about-info h2 span {
    color: var(--tger-color-primary);
}

.tger-brand-tagline {
    font-size: var(--samger-subtitle-text);
    color: var(--tger-color-accent);
    font-weight: 500;
}

.tger-brand-desc {
    font-size: var(--samger-font-p);
    color: var(--tger-color-muted);
    line-height: 1.8;
}

.tger-selling-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.tger-point-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--tger-color-dark);
}

.tger-point-item i {
    color: var(--tger-color-primary);
    font-size: 1.1rem;
}

/* about brand image box */
.tger-about-visual {
    position: relative;
    width: 100%;
    min-height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tger-visual-backdrop-glow {
    position: absolute;
    top: 30px;
    left: -20px;
    width: 95%;
    height: 95%;
    background: linear-gradient(135deg, var(--primary-brand), var(--tger-color-accent));
    opacity: 0.12;
    /* border-radius: var(--tger-radius-large); */
    z-index: 1;
}

.tger-visual-image-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    background: #000000; 
    /* border-radius: var(--tger-radius-large); */
    overflow: hidden; 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1); 
    z-index: 3;
}

.tger-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease; 
}

.tger-visual-image-card:hover .tger-img-cover {
    transform: scale(1.05);
}

.tger-visual-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; 
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%, 
        rgba(0, 0, 0, 0.6) 50%, 
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 4;
    pointer-events: none;
}

.tger-visual-content-floating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px; 
    z-index: 5;
    box-sizing: border-box;
}

.tger-brand-tag-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.tger-brand-badge {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--light-color);
    background: var(--primary-gradient); 
    padding: 4px 10px;
    border-radius: 4px; 
}

.tger-brand-logo-text {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--light-color);
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
}

.tger-brand-logo-text span {
    color: var(--primary-color);
}

.tger-brand-slogan-desc {
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}

.tger-visual-shape-square-dots {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(var(--text-muted) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.25;
    z-index: 2;
}

@media (max-width: 576px) {
    .tger-about-visual {
        min-height: 350px;
        padding: 10px;
    }
    .tger-visual-image-card {
        min-height: 350px;
    }
    .tger-visual-content-floating {
        padding: 25px;
    }
    .tger-brand-logo-text {
        font-size: 1.9rem;
    }
    .tger-brand-slogan-desc {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {

    .tger-invest-wrapper,
    .tger-about-wrapper {
        padding: 60px 20px;
    }

    .tger-about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tger-about-info h2 {
        font-size: 2.2rem;
    }

    .tger-about-visual {
        height: 350px;
    }
}
/* #endregion */
/* ############################################################# */



/* 
============================================
    INVEST FRANCHISE  
============================================
*/
/* #region */

.tger-invest-wrapper {
    padding: 90px 0;
    /* background-color: var(--tger-color-bg); */
    width: 100%;
    border-bottom: 15px solid var(--primary-brand);
    background: var(--premium-gradient);
}

.tger-invest-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.tger-invest-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.tger-tag-badge {
    display: inline-block;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--tger-color-primary);
    background: rgb(255, 255, 255);
    /* color: white; */
    padding: 6px 14px;
    /* border-radius: var(--tger-radius-small); */
    margin-bottom: 25px;
}

.tger-main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -1px;
    /* color: var(--tger-color-dark); */
    color: white;
    line-height: 1.2;
    margin: 0 0 12px 0;
}

.tger-main-title span {
    /* color: var(--tger-color-accent); */
}

.tger-invest-subtitle {
    font-size: 1.3rem;
    /* color: var(--tger-color-muted); */
    color: white;
    line-height: 1.6;
    margin: 0;
}

.tger-invest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.tger-invest-card {
    background: var(--tger-color-light);
    padding: 45px 35px;
    /* border-radius: var(--tger-radius-medium); */
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    box-shadow: var(--tger-shadow-soft);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s ease, 
                border-color 0.4s ease;
}

.tger-card-border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    transition: background 0.3s ease;
}

.tger-invest-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--tger-shadow-soft);
    border-color: rgba(255, 51, 102, 0.2);
}

.tger-invest-card:hover .tger-card-border-top {
    background: var(--tger-gradient-primary);
}

.tger-invest-icon-box {
    width: 60px;
    height: 60px;
    background: #3a3a3a; 
    color: var(--tger-color-light);
    border-radius: var(--tger-radius-small);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.tger-invest-card:hover .tger-invest-icon-box {
    background: var(--tger-gradient-primary);
    transform: scale(1.05);
}

.tger-invest-content {
    position: relative;
    width: 100%;
}

.tger-step-number {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    user-select: none;
    transition: color 0.3s ease;
}

.tger-invest-card:hover .tger-step-number {
    color: rgba(255, 51, 102, 0.08);
}

.tger-invest-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    /* color: var(--tger-color-dark); */
    color: var(--tger-color-primary);

}

.tger-invest-card p {
    font-size: 0.95rem;
    color: var(--tger-color-muted);
    line-height: 1.7;
    margin: 0;
}

.tger-invest-card-highlight {
    background: var(--tger-color-dark);
    color: var(--tger-color-light);
    border: 1px solid var(--tger-color-dark);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.tger-invest-card-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--tger-gradient-primary);
}

.tger-card-badge-pop {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-brand);
    color: var(--tger-color-light);
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 10px;
    /* border-radius: var(--tger-radius-small); */
    letter-spacing: 1px;
}

.tger-invest-card-highlight h3 {
    color: var(--tger-color-light);
}

.tger-invest-card-highlight p {
    color: #b2bec3;
}

.tger-invest-card-highlight .tger-invest-icon-box {
    background: var(--tger-gradient-primary);
    color: var(--tger-color-light);
}

.tger-invest-card-highlight .tger-step-number {
    color: rgba(255, 255, 255, 0.03);
}

.tger-invest-card-highlight:hover {
    box-shadow: var(--tger-shadow-hover);
    border-color: var(--tger-color-primary);
}

.tger-invest-card-highlight:hover .tger-step-number {
    color: rgba(255, 51, 102, 0.12);
}



.tger-invest-action-zone {
    text-align: center;
    margin-top: 50px;
}

.tger-btn-invest-glow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* background: var(--premium-gradient); */
    color: var(--tger-color-light);
    border: 1px solid white ;
    padding: 18px 36px;
    /* border-radius: var(--tger-radius-medium); */
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tger-btn-invest-glow:hover {
    /* background: var(--tger-gradient-primary); */
    background-color: white;
    color: var(--tger-color-primary);
    transform: translateY(-2px);
    box-shadow: var(--tger-shadow-hover);
    border: none;
    border: 4px solid rgb(255, 136, 0) ;
}

.tger-btn-invest-glow i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.tger-btn-invest-glow:hover i {
    transform: translateX(4px); 
}

@media (max-width: 768px) {
    .tger-invest-wrapper {
        padding: 60px 0;
    }
    .tger-main-title {
        font-size: 2rem;
    }
    .tger-invest-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tger-invest-card {
        padding: 35px 25px;
    }
}

/* #endregion */
/* ############################################################# */



/*
============================================ 
    FRANCHISE SAMGER PACKGET 
============================================
*/
/* #region */


.tger-franchise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 32px;
    padding: 24px 0;
    background-color: transparent;
}

.tger-premium-card {
    background: var(--card-bg);
    /* border-radius: var(--tger-radius-large);  */
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: var(--tger-shadow-soft);
    transition: var(--transition-smooth);
}

.tger-premium-card:hover {
    transform: translateY(-10px);
    border-color: var(--glass-border);
    box-shadow: var(--tger-shadow-hover);
}

.tger-premium-card.is-featured {
    border-color: rgba(255, 75, 114, 0.25);
}
.tger-premium-card.is-featured::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: var(--premium-gradient);
    z-index: 4;
}

.tger-card-media {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: var(--tger-color-bg);
}

.tger-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.tger-premium-card:hover .tger-media-img {
    transform: scale(1.06);
}

.tger-floating-tags {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.tger-tag-model {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--text-pure);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: var(--tger-radius-small);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.tger-tag-promo {
    background: var(--premium-gradient);
    color: var(--light-color);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--tger-radius-small);
    box-shadow: 0 6px 15px rgba(255, 75, 114, 0.2);
}

.tger-card-body {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tger-text-block {
    flex-grow: 1;
}

.tger-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-pure);
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.tger-card-summary {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 24px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tger-price-block {
    background: var(--tger-color-bg); 
    border-radius: var(--tger-radius-medium); 
    padding: 16px 20px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: var(--transition-smooth);
}

.tger-premium-card:hover .tger-price-block.has-price {
    background: rgba(255, 75, 114, 0.02);
    border-color: rgba(255, 75, 114, 0.08);
}

.tger-price-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.tger-price-group {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.tger-price-amount {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--tger-color-primary); 
    line-height: 1;
}

.tger-price-amount span {
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 2px;
}

.tger-price-old {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.tger-price-block.is-consult {
    border-left: 3px solid var(--tger-color-dark);
}

.tger-price-contact {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-pure);
    display: block;
}

.tger-card-footer {
    margin-top: auto;
}

.tger-btn-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    /* border-radius: var(--tger-radius-medium);  */
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    box-sizing: border-box;
    transition: var(--transition-smooth);
}

.tger-btn-icon {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.btn-active {
    background: var(--premium-gradient);
    color: var(--light-color);
    box-shadow: 0 6px 16px rgba(255, 75, 114, 0.15);
}

.btn-active:hover {
    box-shadow: 0 10px 24px rgba(255, 75, 114, 0.3);
}

.btn-active:hover .tger-btn-icon {
    transform: translateX(4px);
}

.btn-contact {
    background: var(--light-color);
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: var(--text-pure);
}

.btn-contact:hover {
    background: var(--text-pure);
    color: var(--light-color);
    border-color: var(--text-pure);
}

.btn-contact:hover .tger-btn-icon {
    transform: scale(1.15);
}

.tger-empty-box {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 24px;
    background: var(--card-bg);
    border: 1px dashed rgba(0, 0, 0, 0.08);
    border-radius: var(--tger-radius-large);
}

.tger-empty-icon {
    font-size: 2.5rem;
    color: var(--text-muted);
    opacity: 0.4;
    margin-bottom: 16px;
}

.tger-empty-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-pure);
    margin: 0 0 6px 0;
}

.tger-empty-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* #endregion */
/* ##################################################################### */



/* 
============================================
    STEP HOW TO INVESTMENT SAMGER BRAND
============================================
*/
/* #region */

.sgl-franchise-steps-split {
    padding: 80px 24px;
    background: linear-gradient(135deg, #b71c1c 0%, #e92b2b 50%, #990f0f 100%); /* พื้นหลังแดงดุดัน ไล่เฉดหรูหราแบบฟาสต์ฟู้ด */
    position: relative;
    overflow: hidden;
}

.sgl-franchise-steps-split::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent); */
    background-size: 100px 100px;
    opacity: 0.2;
    pointer-events: none;
}

.sgl-steps-split-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}


/* LEFT BOX */
.sgl-steps-sticky-content {
    position: sticky;
    top: 50px;
}

.sgl-steps-tagline {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffcccc; 
    display: block;
    margin-bottom: 8px;
}

.sgl-steps-headline {
    font-size: calc(var(--samger-text-title) * 0.9);
    font-weight: var(--samger-title-weigth);
    color: #ffffff; 
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 15px 0;
    text-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.sgl-steps-subtext {
    font-size: var(--samger-font-p);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0 0 20px 0;
    width: 90%;
}

.sgl-steps-brand-stripes {
    display: flex;
    gap: 6px;
    margin-bottom: 30px;
}

.sgl-steps-brand-stripes span {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    transform: skewX(-15px);
    display: inline-block;
}
.sgl-steps-brand-stripes span:nth-child(2) { background-color: #ff075e; opacity: 0.9; } /* สีเหลืองเพิ่มความฟาสต์ฟู้ด */
.sgl-steps-brand-stripes span:nth-child(3) { background-color: #ffffff; opacity: 0.4; }

.sgl-steps-visual-box {
    position: relative;
    /* border-radius: var(--tger-radius-medium); */
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16 / 9;
    background-color: #7f0000; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.sgl-steps-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.sgl-steps-visual-box::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(to top, #660000 0%, rgba(233, 43, 43, 0.2) 60%, rgba(127, 0, 0, 0.4) 100%); */
    pointer-events: none;
}

.sgl-steps-visual-box:hover .sgl-steps-img {
    transform: scale(1.05);
    opacity: 0.8;
    mix-blend-mode: normal; 
}

.sgl-steps-img-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    z-index: 2;
}

.sgl-steps-img-overlay i { color: #ffc107; margin-right: 5px; }

.sgl-steps-notice-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    margin: 0;
    border-top: 1px dashed rgba(255,255,255,0.2);
    padding-top: 12px;
}


/* RIGHT BOX */
.sgl-steps-right-flow {
    display: flex;
    flex-direction: column;
}

.sgl-split-step-row {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 25px; 
}

.sgl-split-step-row:last-child {
    padding-bottom: 0;
}

.sgl-split-num-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45px;
    flex-shrink: 0;
}

.sgl-split-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4); 
    font-style: italic;
    line-height: 1;
    transition: var(--transition-smooth);
}

.sgl-split-line {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    flex-grow: 1;
    margin-top: 10px;
    margin-bottom: -5px;
}

.sgl-split-content-zone {
    background: rgba(255, 255, 255, 0.06); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 16px 22px; 
    /* border-radius: 12px; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-grow: 1;
    transition: var(--transition-smooth);
}

.sgl-split-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.sgl-split-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: var(--transition-smooth);
}

.sgl-split-content-zone h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.sgl-split-content-zone p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin: 0;
    padding-left: 44px;
}

.sgl-split-step-row:hover .sgl-split-number {
    color: #ffffff;
    transform: scale(1.1);
}

.sgl-split-step-row:hover .sgl-split-content-zone {
    transform: translateX(6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.sgl-split-step-row:hover .sgl-split-icon {
    background: #ffffff;
    color: #e92b2b;
    transform: scale(1.05);
}

/* RESPONSIVE LAYOUT  */
@media (max-width: 991px) {
    .sgl-franchise-steps-split {
        padding: 60px 20px;
    }
    
    .sgl-steps-split-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sgl-steps-sticky-content {
        position: relative;
        top: 0;
    }
    
    .sgl-steps-headline {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .sgl-franchise-steps-split {
        padding: 50px 16px;
    }

    .sgl-split-step-row {
        gap: 12px;
        padding-bottom: 20px;
    }

    .sgl-split-num-zone {
        width: 35px;
    }

    .sgl-split-number {
        font-size: 1.2rem;
    }

    .sgl-split-content-zone {
        padding: 14px 18px;
    }
    
    .sgl-split-content-zone p {
        padding-left: 0;
        margin-top: 5px;
    }
}

/* #endregion */
/* ############################################################# */



/* 
============================================
    FRANCHISE FAQ 
============================================
*/
/* #region */

.sql-franchise-faq-area {
    background-color: white;
}

.sgl-franchise-faq-sharp {
    padding: 100px 24px;
    max-width: 1000px; 
    margin: 0 auto;
}

/* Header */
.sgl-faq-sharp-header {
    text-align: center;
    margin-bottom: 60px;
}

.sgl-faq-sharp-tag {
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--primary-brand); 
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}

.sgl-faq-sharp-header h2 {
    font-size: calc(var(--samger-text-title) * 0.85);
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.sgl-faq-sharp-stripes {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.sgl-faq-sharp-stripes span {
    width: 40px;
    height: 6px;
    background-color: #111111; 
    transform: skewX(-20px);
    display: inline-block;
}
.sgl-faq-sharp-stripes span:nth-child(2) { background-color: var(--primary-brand); } 
.sgl-faq-sharp-stripes span:nth-child(3) { background-color: #ffbd07; } 


/* Container & Items */
.sgl-faq-sharp-container {
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.sgl-faq-sharp-item {
    background-color: #fafafa;
    border: 2px solid #111111;
    border-radius: 0px !important; 
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sgl-faq-sharp-trigger {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    position: relative;
    gap: 20px;
    transition: all 0.2s ease;
}

.sgl-faq-sharp-num {
    font-size: 1.3rem;
    font-weight: 900;
    color: #111111;
    font-style: italic;
    padding: 2px 8px;
    line-height: 1;
}

.sgl-faq-sharp-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111111;
    flex-grow: 1;
    line-height: 1.4;
    padding-right: 20px;
}

.sgl-faq-sharp-arrow {
    width: 12px;
    height: 12px;
    border-right: 3px solid #111111;
    border-bottom: 3px solid #111111;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

/* ------------------------------------------
   Active / Open
------------------------------------------ */
.sgl-faq-sharp-item.is-open {
    box-shadow: 6px 6px 0px #111111; 
    transform: translate(-3px, -3px);
}

.sgl-faq-sharp-item.is-open .sgl-faq-sharp-trigger {
    background-color: var(--primary-brand); 
}

.sgl-faq-sharp-item.is-open .sgl-faq-sharp-title,
.sgl-faq-sharp-item.is-open .sgl-faq-sharp-num {
    color: #ffffff;
}

.sgl-faq-sharp-item.is-open .sgl-faq-sharp-num {
    background-color: #111111;
}

.sgl-faq-sharp-item.is-open .sgl-faq-sharp-arrow {
    border-color: #ffffff;
    transform: rotate(-135deg); 
}

/* ------------------------------------------
   Smooth Collapse Slide
------------------------------------------ */
.sgl-faq-sharp-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: #ffffff;
}

.sgl-faq-sharp-item.is-open .sgl-faq-sharp-panel {
    max-height: 300px; 
    border-top: 2px solid #111111; 
}

.sgl-faq-sharp-content {
    padding: 25px 30px;
    background-color: #fafafa;
}

.sgl-faq-sharp-content p {
    font-size: 1rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* Hover Effect  */
.sgl-faq-sharp-item:not(.is-open):hover {
    border-color: var(--primary-brand);
    transform: translateY(-2px);
}
.sgl-faq-sharp-item:not(.is-open):hover .sgl-faq-sharp-num {
    background-color: var(--primary-brand);
    color: #ffffff;
}

/* ==========================================
   RESPONSIVE LAYOUT (MOBILE READY)
========================================== */

@media (max-width: 767px) {
    .sgl-franchise-faq-sharp {
        padding: 60px 16px;
    }

    .sgl-faq-sharp-header h2 {
        font-size: 1.8rem;
    }

    .sgl-faq-sharp-trigger {
        padding: 16px 20px;
        gap: 12px;
    }

    .sgl-faq-sharp-title {
        font-size: 0.95rem;
    }

    .sgl-faq-sharp-content {
        padding: 20px;
    }
    
    .sgl-faq-sharp-content p {
        font-size: 0.9rem;
    }
}

/* #endregion */
/* 333333333333333333333333333333333333333333333333333333333333333333333 */



/* 
============================================
    PTR LIVE GRID
============================================
*/
/* #region */

.samgr-strips {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 15px;
}
.samgr-strips span {
    width: 6px;
    height: 24px;
    background-color: var(--samgr-red);
}
.samgr-strips span:nth-child(2) { background-color: var(--samgr-black); }
.samgr-strips span:nth-child(3) { background-color: var(--samgr-pink); }

.samgr-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.samgr-section-title h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--samgr-black);
    margin-top: 5px;
}

.samgr-ptr-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 24px;
}

.samgr-ptr-grid {
    columns: 4 250px;
    column-gap: 20px;
    width: 100%;
}

.samgr-pin-item {
    background-color: var(--samgr-white);
    margin-bottom: 20px;
    break-inside: avoid;
    /* border-radius: var(--samgr-radius-smooth); */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: var(--samgr-transition);
    position: relative;
    cursor: pointer;
}

.samgr-pin-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--samgr-transition);
}

.samgr-pin-item:hover img {
    transform: scale(1.05);
}

.samgr-pin-item:hover {
    transform: scale(1.02);
    box-shadow: var(--samgr-shadow-hover);
}

.samgr-h-small { height: 220px; }
.samgr-h-medium { height: 340px; }
.samgr-h-large { height: 460px; }

.samgr-pin-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 20px;
    color: var(--samgr-white);
    opacity: 0;
    transition: var(--samgr-transition);
}

.samgr-pin-item:hover .samgr-pin-overlay {
    opacity: 1;
}

.samgr-pin-overlay h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.samgr-pin-overlay p {
    font-size: 0.8rem;
    color: #ddd;
}

/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333333333333333333 */



/* 
============================================    
    SAMGER CONTACT 
============================================
*/
/* #region */

.samgr-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--samgr-red);
    color: var(--samgr-white);
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    transition: var(--samgr-transition);
    border-radius: var(--samgr-radius-sharp);
    box-shadow: 0 4px 15px rgba(228, 0, 43, 0.3);
}

.samgr-hero-btn:hover {
    background-color: var(--samgr-black);
    color: var(--samgr-white);
    transform: translateY(-3px);
}

.samgr-find-us-section {
    padding: 60px 20px;
    background-color: var(--samgr-red);
    text-align: center;
}

.samgr-find-us-content {
    /* max-width: 600px; */
    margin: 0 auto;
}

.samgr-find-us-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--samgr-white);
    margin-bottom: 15px;
}

.samgr-find-us-desc {
    font-size: 18px;
    color: var(--samgr-white);
    margin-bottom: 30px;
}

.samgr-find-us-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.samgr-find-us-actions .samgr-hero-btn {
    margin: 0;
}

.samgr-find-us-actions .samgr-hero-btn i {
    margin-right: 8px;
}

.samgr-btn-fb {
    background-color: white;
    color: var(--samgr-red);
}

.samgr-btn-map {
    background-color: #353535;
    color: #ffffff;
}

/* #endregion */
/* 3333333333333333333333333333333333333333333333333333333333333333 */




@media (max-width: 768px) {

    .sgl-franchise-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sgl-franchise-btn-primary,
    .sgl-franchise-btn-secondary {
        justify-content: center;
    }
}