/* ====== CSS RESET & VARIABLES ====== */
:root {
  /* ========== Brand Palette: ร้านเจาะเกราะร้อย ========== */
  --color-primary: #FAB863;       /* 🟠 ส้มทอง - สีหลัก */
  --color-primary-dark: #E17864;  /* ส้มเข้ม สำหรับ hover */
  --color-green: #6A7C4F;         /* 🟢 เขียวเข้ม - สี Accent */
  --color-lime: #DBEB94;          /* 🟡 เขียวมะนาว - สีเน้น/highlight */
  --color-red: #E17864;           /* 🔴 แดงอิฐ - สีเตือน/CTA */
  --color-dark: #202020;          /* ⚫ ดำ - พื้นหลังเข้ม/Footer */
  --color-gray: #3a3a3a;          /* สีเทาเข้ม */

  /* Text */
  --color-text-main: #202020;
  --color-text-muted: #5a5a5a;

  /* Backgrounds */
  --color-bg-white: #FFFFFF;
  --color-bg-light: #F5F5F2;
  --color-bg-footer: #202020;
  
  /* Typography */
  --font-heading: 'Prompt', sans-serif;
  --font-body: 'Sarabun', sans-serif;
  --transition: all 0.3s ease;
  --radius-main: 12px;
  --radius-pill: 50px;
}

/* ==============================
   HIDE GOOGLE TRANSLATE WIDGET
============================== */
.goog-te-banner-frame.skiptranslate, 
.goog-te-gadget-icon, 
.goog-tooltip,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-balloon-frame { display: none !important; }
body { top: 0px !important; }
font { background-color: transparent !important; box-shadow: none !important; }
.lang-switcher .skiptranslate { display: none !important; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100vw; }
body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--color-text-main);
    background-color: var(--color-bg-white);
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 600; line-height: 1.3; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.mt-3 { margin-top: 1rem; }

/* ====== 1. HEADER ====== */
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; }
.header-top { padding: 8px 0; }
.top-bar-container { display: flex; justify-content: flex-end; }
.top-socials { display: flex; gap: 10px; align-items: center; }
.social-icon { width: 30px; height: 30px; background-color: var(--color-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 1px solid transparent; cursor: pointer; }
.social-icon:hover { transform: scale(1.15) translateY(-2px); background-color: #fff; color: var(--color-primary); box-shadow: 0 5px 15px rgba(255, 165, 44, 0.4); }
.search-icon { background-color: transparent; border: 1px solid rgba(255,255,255,0.4); }
.search-icon:hover { background-color: #fff; color: var(--color-primary); border-color: #fff; box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3); }

.lang-btn { color: rgba(255,255,255,0.6); font-weight: 500; text-decoration: none; transition: var(--transition); padding: 4px 8px; border-radius: 4px; cursor: pointer; }
.lang-btn:hover { color: #fff; background: rgba(255,255,255,0.15); transform: translateY(-1px); }
.lang-btn.active { color: var(--color-primary); font-weight: 600; }
.lang-btn.active:hover { background: rgba(255,165,44,0.15); }

.main-nav { padding: 15px 0; }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-heading); }
.logo-mark { width: 45px; height: 45px; border-radius: 50%; background: var(--color-primary); color: var(--color-dark); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: -2px; }
.logo-text { font-size: 14px; font-weight: 400; line-height: 1.2; text-transform: uppercase; }
.logo-text span { font-weight: 700; font-size: 18px; }
.main-logo { height: 200px; transform: scale(1.3); margin-left: 30px; position: relative; z-index: 10; transition: height 0.3s ease, transform 0.3s ease, margin 0.3s ease; }
.desktop-nav-phone { display: none; align-items: center; gap: 10px; color: var(--color-primary); font-size: 1.05rem; font-weight: 700; margin-left: 25px; font-family: var(--font-heading); text-decoration: none; transition: var(--transition); letter-spacing: 1px; background: rgba(255, 165, 44, 0.1); border: 1px solid rgba(255, 165, 44, 0.4); padding: 5px 18px; border-radius: 30px; box-shadow: 0 0 15px rgba(255, 165, 44, 0.1); }
.desktop-nav-phone:hover { color: #fff; background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 25px rgba(255,165,44,0.5); border-color: transparent; }
.desktop-nav-phone i { font-size: 1.1rem; animation: phoneRing 2.5s infinite ease-in-out; transform-origin: center; }
@keyframes phoneRing { 0% { transform: rotate(0) scale(1); } 10% { transform: rotate(-15deg) scale(1.1); } 20% { transform: rotate(15deg) scale(1.1); } 30% { transform: rotate(-15deg) scale(1.1); } 40% { transform: rotate(15deg) scale(1.1); } 50% { transform: rotate(0) scale(1); } 100% { transform: rotate(0) scale(1); } }
.mobile-nav-phone { display: none; }

.nav-menu { display: flex; gap: 10px; align-items: center; }
.nav-menu li { position: relative; }
.nav-menu li a { font-family: var(--font-heading); font-size: 15px; color: #fff; padding: 10px 18px; border-radius: var(--radius-pill); font-weight: 400; display: flex; align-items: center; gap: 6px; white-space: nowrap; transition: all 0.3s ease; border: 1px solid transparent; }
.nav-menu li a i { font-size: 10px; transition: transform 0.3s ease; }
.nav-menu li a:hover, .nav-menu li.active-mobile a { background: rgba(255,165,44,0.1); color: var(--color-primary); border-color: rgba(255,165,44,0.3); }
.nav-menu li a:hover i, .nav-menu li.active-mobile a i { transform: rotate(180deg); }
.nav-menu li a.active { color: var(--color-primary); font-weight: 500; background: transparent; box-shadow: none; border-color: transparent; }
.nav-menu li a.active::after { display: none; }

/* Dropdown Menu */
.dropdown-menu { position: absolute; top: calc(100% + 15px); left: 0; background: #2a2a2a; min-width: 240px; box-shadow: 0 15px 35px rgba(0,0,0,0.6); border-radius: 12px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 1px solid rgba(255,255,255,0.05); z-index: 100; }
.dropdown-menu::before { content: ''; position: absolute; top: -20px; left: 0; width: 100%; height: 20px; }
.nav-menu li:hover .dropdown-menu, .nav-menu li.active-mobile .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li { display: block; width: 100%; }
.dropdown-menu li a { border-radius: 0; padding: 12px 20px; background: transparent !important; border: none; color: rgba(255,255,255,0.8); font-size: 14.5px; font-weight: 300; }
.dropdown-menu li a:hover { color: var(--color-primary) !important; padding-left: 28px; background: rgba(255,165,44,0.05) !important; }

/* ====== HERO SECTION ====== */
.hero-section { position: relative; min-height: 750px; background: var(--color-dark) url('../images/hero-section/HPT-16.jpg') center/cover no-repeat; display: flex; align-items: center; padding-top: 100px; padding-bottom: 120px; }
.hero-bg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 100%); z-index: 1; }
.hero-container { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; }

.hero-left { flex: 1; padding-right: 50px; }
.hero-subtitle { font-size: 0.95rem; color: var(--color-primary); font-weight: 500; letter-spacing: 4px; margin-bottom: 20px; display: flex; align-items: center; gap: 15px; text-transform: uppercase; }
.hero-subtitle::before { content: ''; width: 45px; height: 2px; background: linear-gradient(to right, var(--color-primary), transparent); display: inline-block; }

.hero-title { font-size: 4.5rem; font-weight: 800; line-height: 1.05; margin-bottom: 20px; letter-spacing: 8px; font-family: var(--font-heading); text-transform: uppercase; background: linear-gradient(180deg, #ffffff 10%, #FAD961 60%, #F76B1C 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 4px 15px rgba(255,165,44,0.3)); }
.hero-title .highlight { color: transparent; background: linear-gradient(135deg, var(--color-primary), #ffd700); -webkit-background-clip: text; background-clip: text; }
.hero-tagline { font-size: 1.4rem; color: #fdfdfd; font-weight: 400; line-height: 1.6; max-width: 550px; padding-top: 25px; position: relative; text-shadow: 0 2px 12px rgba(0,0,0,0.6); letter-spacing: 0.5px; }
.hero-tagline::before { content: ''; position: absolute; top: 0; left: 0; width: 450px; max-width: 90vw; height: 2px; background: linear-gradient(to right, #FAD961 0%, var(--color-primary) 60%, transparent 100%); box-shadow: 0 1px 10px rgba(255,165,44,0.6); border-radius: 2px; }

/* Translation specific tweaks */
.translated-ltr .th-only-br { display: none; }

@keyframes heroSlideUp { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes presenterFloat { 0% { transform: translateY(0); } 100% { transform: translateY(-8px); } }

.hero-warning-tab { background: var(--color-dark); padding: 6px 14px; border-radius: 8px 8px 0 0; display: inline-flex; align-items: center; gap: 6px; max-width: 480px; }
.hero-warning-tab .warning-icon { color: var(--color-primary); font-size: 11px; animation: pulseWarning 2s infinite; flex-shrink: 0; }
.hero-warning-tab .warning-text { color: rgba(255,255,255,0.8); font-size: 0.7rem; font-weight: 300; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes pulseWarning { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

.hero-right { flex: 1; display: flex; justify-content: center; position: relative; height: 500px; }
.presenter-image { position: absolute; right: 3%; bottom: -110px; display: flex; align-items: flex-end; justify-content: center; z-index: 5; }
.hero-team-img { height: 550px; width: auto; object-fit: contain; object-position: bottom center; display: block; }

/* ====== 2. ATMOSPHERE SLIDER ====== */
.atmosphere-slider-section { position: relative; z-index: 20; margin-top: -80px; padding-bottom: 10px; }
.atmosphere-slider-section .section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; padding-left: 5px; }
.atmosphere-slider-section .section-label span { font-family: var(--font-heading); font-size: 0.85rem; color: var(--color-text-muted); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }
.atmosphere-slider-section .section-label::before { content: ''; width: 30px; height: 2px; background: var(--color-primary); }
.atmosphere-slider-inner { background: #fff; padding: 10px; border-radius: var(--radius-main); box-shadow: 0 20px 60px rgba(0,0,0,0.1); position: relative; }
.atmosphere-swiper { width: 100%; border-radius: 10px; overflow: hidden; padding-bottom: 45px; }
.atmosphere-slide { width: 100%; height: auto; aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; }
.atmosphere-slide img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px; transition: transform 0.6s ease; }
.atmosphere-slide:hover img { transform: scale(1.05); }
.swiper-pagination-bullet { width: 10px; height: 10px; background: #ccc; opacity: 1; transition: all 0.3s ease; }
.swiper-pagination-bullet-active { background: var(--color-primary) !important; width: 28px; border-radius: 5px; }

/* Swiper Navigation Arrows */
.atmosphere-slider-inner .swiper-button-next,
.atmosphere-slider-inner .swiper-button-prev { width: 40px; height: 40px; background: rgba(255,255,255,0.9); border-radius: 50%; box-shadow: 0 4px 15px rgba(0,0,0,0.15); transition: all 0.3s ease; }
.atmosphere-slider-inner .swiper-button-next::after,
.atmosphere-slider-inner .swiper-button-prev::after { font-size: 16px; color: var(--color-dark); font-weight: 700; }
.atmosphere-slider-inner .swiper-button-next:hover,
.atmosphere-slider-inner .swiper-button-prev:hover { background: var(--color-primary); box-shadow: 0 4px 20px rgba(255,165,44,0.4); }
.atmosphere-slider-inner .swiper-button-next:hover::after,
.atmosphere-slider-inner .swiper-button-prev:hover::after { color: #fff; }

/* ====== GLOBALS FOR SECTIONS ====== */
.section-heading { margin-bottom: 50px; }
.section-heading h2 { font-size: 2.2rem; color: var(--color-text-main); margin-bottom: 10px; }
.sub-heading { font-size: 1.1rem; color: var(--color-primary); font-weight: 500; font-family: var(--font-heading); }

/* ====== 3. ABOUT SECTION ====== */
.about-section { padding: 60px 0 100px; }
.about-container { display: flex; gap: 60px; align-items: center; }
.about-left, .about-right { flex: 1; }
.about-image-wrapper { position: relative; padding: 20px; }
.about-aesthetic-img { width: 100%; height: 500px; background: var(--color-bg-light); border-radius: var(--radius-main); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-left: 5px solid var(--color-green); }
.bg-text { font-size: 4rem; font-family: var(--font-heading); font-weight: 700; color: rgba(89, 119, 43, 0.06); position: absolute; white-space: nowrap; transform: rotate(-90deg); left: -100px; }

.about-right h2 { font-size: 2.2rem; line-height: 1.3; margin-bottom: 15px; }
.brand-highlight { font-size: 1.4rem; color: var(--color-green); margin-bottom: 25px; font-weight: 600; }
.about-right p { font-size: 1.05rem; color: var(--color-text-muted); margin-bottom: 20px; }

/* ====== 4. PRODUCTS GRID ====== */
.products-section { padding: 80px 0; background-color: #FFFCF5; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { background: #fff; border-radius: var(--radius-main); overflow: hidden; text-align: center; transition: var(--transition); box-shadow: 0 4px 15px rgba(0,0,0,0.02); cursor: pointer; border-bottom: 3px solid transparent; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-bottom-color: var(--color-red); }
.card-img { height: 260px; background: #eaeaea; }
.card-title { padding: 25px 20px; font-family: var(--font-heading); font-weight: 600; font-size: 1.15rem; color: var(--color-text-main); }

/* ====== 5. PORTFOLIO ====== */
.portfolio-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 100%);
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.port-item {
    aspect-ratio: 1 / 1;
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
.port-item::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
    border-radius: 16px;
    pointer-events: none;
}
.port-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.4);
}
.port-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.port-item:hover img {
    transform: scale(1.08);
}

/* ====== 6. WHY US ====== */
.why-us-section { padding: 80px 0; background-color: #FFFCF5; position: relative; overflow: hidden; }
.why-us-section .sub-heading { color: var(--color-green); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; z-index: 2; }
.why-card { text-align: center; padding: 40px 30px; background: transparent; }
.why-icon { width: 70px; height: 70px; margin: 0 auto 20px; background: var(--color-green); color: var(--color-lime); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 10px 20px rgba(89, 119, 43, 0.25); }
.why-title { font-size: 1.2rem; color: var(--color-text-main); font-weight: 600; }
.why-bg-image { position: absolute; right: -10%; top: 0; width: 50%; height: 100%; background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=1000') center/cover; opacity: 0.05; z-index: 1; pointer-events: none; }

/* ====== 7. FAQ SECTION ====== */
.faq-section { padding: 100px 0; background: linear-gradient(to bottom, #fff, #f4f7f9); }
.faq-wrapper { max-width: 800px; margin: 0 auto; background: transparent; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.05); }
.faq-question { padding: 25px 0; font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; color: var(--color-text-main); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-question:hover { color: var(--color-primary); }
.faq-question i { color: var(--color-red); font-size: 14px; transition: var(--transition); }

/* ====== 8. TRUST BANNER (Premium Bright) ====== */
.trust-banner {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(180deg, #FFFCF5 0%, #FFF8EE 30%, #FFF5E6 60%, #FFFAF2 100%);
    color: var(--color-text-main);
    overflow: hidden;
}
.trust-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(255, 165, 44, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.trust-banner > * { position: relative; z-index: 1; }
.wave-top {
    position: absolute; top: -1px; left: 0; width: 100%; height: 60px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 120" xmlns="http://www.w3.org/2000/svg"><path fill="%23FDF7F7" fill-opacity="1" d="M0,64L80,58.7C160,53,320,43,480,48C640,53,800,75,960,80C1120,85,1280,75,1360,69.3L1440,64L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>') center top/cover no-repeat;
    z-index: 1;
}
.trust-banner .trust-content {
    position: relative;
    z-index: 2;
}
.trust-sub {
    font-size: 1rem; color: var(--color-primary);
    font-family: var(--font-heading); font-weight: 600;
    margin-bottom: 12px; letter-spacing: 2px;
    text-transform: uppercase;
}
.trust-main {
    font-size: 2.2rem; color: var(--color-text-main);
    margin-bottom: 20px; font-weight: 700;
    line-height: 1.4;
}
.trust-desc {
    font-size: 1.1rem; color: var(--color-text-muted);
    margin-bottom: 50px;
}
.trust-desc span { color: var(--color-primary); font-weight: 700; }
.trust-logos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.t-logo {
    padding: 25px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px; display: block; text-align: left;
    color: var(--color-text-muted); line-height: 1.6; font-size: 0.95rem;
    font-family: var(--font-body); transition: var(--transition); position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.t-logo:hover {
    border-color: var(--color-primary);
    background: #FFFAF0;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255,165,44,0.12);
}

/* ====== 9. FOOTER ====== */
.site-footer { background: var(--color-bg-footer); padding-top: 80px; color: #ccc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.f-logo { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--color-primary); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.f-logo span { display: inline-flex; width: 35px; height: 35px; background: var(--color-primary); color: var(--color-dark); align-items: center; justify-content: center; border-radius: 50%; font-size: 16px; }
.f-desc { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 20px; }
.f-socials { display: flex; gap: 10px; }
.f-socials a { width: 35px; height: 35px; background: rgba(255,255,255,0.1); color: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.f-socials a:hover { background: var(--color-primary); color: var(--color-dark); }
.f-heading { font-size: 1.1rem; color: var(--color-primary); margin-bottom: 20px; }
.f-text { color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.f-text a { color: rgba(255,255,255,0.5); }
.f-text a:hover { color: var(--color-primary); }
.f-link-highlight { display: inline-block; margin-top: 10px; color: var(--color-primary); font-weight: 600; text-decoration: underline; }
.f-menu li { margin-bottom: 12px; }
.f-menu a { color: rgba(255,255,255,0.5); font-size: 0.95rem; }
.f-menu a:hover { color: var(--color-primary); }

.footer-bottom { background: var(--color-gray); padding: 15px 0; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin: 0; }

/* ====== RESPONSIVE ====== */




/* ====== HAMBURGER MENU ====== */
.hamburger { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 8px 12px; border-radius: 8px; transition: var(--transition); }
.hamburger:hover { background: rgba(255,255,255,0.1); }

/* ====== HEADER SCROLL EFFECT ====== */
.header-scrolled { position: fixed !important; background: rgba(32, 32, 32, 0.95); backdrop-filter: blur(15px); box-shadow: 0 4px 20px rgba(0,0,0,0.3); animation: slideDown 0.3s ease; }
.header-scrolled .header-top { display: none; }
.header-scrolled .main-logo { height: 45px; transform: scale(1.6); transform-origin: left center; margin-left: 15px; }
.header-scrolled .desktop-nav-phone { display: flex; }
.header-scrolled .main-nav { padding: 5px 0; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

/* ====== FAQ ANIMATION ====== */
.faq-answer { overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-question i { transition: transform 0.3s ease; }

/* ====== PAGE HEADER (Sub-pages) ====== */
.page-header { background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-gray) 100%); padding: 180px 0 80px; text-align: center; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/pic-about.jpg') center/cover; opacity: 0.2; }
.page-header .container { position: relative; z-index: 2; }
.page-header h1 { font-size: 2.8rem; color: #fff; margin-bottom: 15px; }
.page-header .breadcrumb { color: rgba(255,255,255,0.6); font-size: 1rem; }
.page-header .breadcrumb a { color: var(--color-primary); }
.page-header .breadcrumb a:hover { text-decoration: underline; }

/* ====== CONTACT PAGE ====== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 80px 0; }
.contact-info-card { background: var(--color-bg-light); padding: 40px; border-radius: var(--radius-main); }
.contact-info-card h3 { font-size: 1.5rem; margin-bottom: 25px; color: var(--color-primary); }
.contact-info-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; }
.contact-info-item i { width: 45px; height: 45px; background: var(--color-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-info-item div h4 { font-size: 1rem; margin-bottom: 5px; }
.contact-info-item div p, .contact-info-item div a { color: var(--color-text-muted); font-size: 0.95rem; }
.contact-map { border-radius: var(--radius-main); overflow: hidden; min-height: 400px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }



/* ====== 10. SCROLL REVEAL ANIMATIONS ====== */
.reveal {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active {
  opacity: 1;
}
.reveal-up {
  transform: translateY(40px);
}
.reveal-up.active {
  transform: translateY(0);
}
.reveal-left {
  transform: translateX(-40px);
}
.reveal-left.active {
  transform: translateX(0);
}
.reveal-right {
  transform: translateX(40px);
}
.reveal-right.active {
  transform: translateX(0);
}
.reveal-zoom {
  transform: scale(0.9);
}
.reveal-zoom.active {
  transform: scale(1);
}
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }

/* ====== 11. HERO ENTRANCE ANIMATION ====== */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes pulseGlow {
  0%, 100% { text-shadow: 0 0 20px rgba(206, 236, 80, 0.3); }
  50% { text-shadow: 0 0 40px rgba(206, 236, 80, 0.6), 0 0 80px rgba(206, 236, 80, 0.2); }
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-left { animation: heroFadeUp 1s ease 0.3s both; }
.hero-right { animation: heroFadeRight 1s ease 0.6s both; }
.rank-number { animation: floatUpDown 3s ease-in-out infinite; }

/* ====== 12. PRELOADER ====== */
.preloader {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: var(--color-dark); z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 20px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-logo { height: 100px; animation: floatUpDown 1.5s ease-in-out infinite; filter: brightness(0) invert(1); }
.preloader-bar {
  width: 200px; height: 3px; background: rgba(255,255,255,0.1);
  border-radius: 3px; overflow: hidden;
}
.preloader-bar::after {
  content: ''; display: block; width: 40%; height: 100%;
  background: var(--color-primary);
  animation: preloaderSlide 1s ease-in-out infinite;
}
@keyframes preloaderSlide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

@keyframes floatPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 165, 44, 0.6); transform: scale(1); }
  70% { box-shadow: 0 0 0 15px rgba(255, 165, 44, 0); transform: scale(1.05); }
  100% { box-shadow: 0 0 0 0 rgba(255, 165, 44, 0); transform: scale(1); }
}

@keyframes floatBob {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* ====== 13. FLOATING CTA BUTTONS ====== */
.floating-cta {
  position: fixed; bottom: 25px; right: 25px;
  display: flex; flex-direction: column; gap: 12px;
  z-index: 90;
  /* Removed opacity:0 so they are always visible, or they need JS */
}
.float-btn {
  width: 45px; height: 45px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff; text-decoration: none;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  box-shadow: 0 4px 15px rgba(255, 165, 44, 0.3);
  transition: var(--transition); position: relative;
}
.float-btn:hover {
  transform: scale(1.15) !important;
  box-shadow: 0 8px 25px rgba(255, 165, 44, 0.45);
}
.float-btn.top-float {
  background: var(--color-dark); font-size: 16px;
  width: 38px; height: 38px; margin-top: 5px; margin-left: 3px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  animation: none; /* No bobbing for back to top */
  opacity: 0; transform: translateY(20px) scale(0.8); pointer-events: none;
}
.float-btn.top-float.visible {
  opacity: 1; transform: translateY(0) scale(1); pointer-events: auto;
}

/* Force explicit primary colors for all contact floating buttons to prevent caching issues */
.float-btn.messenger-float,
.float-btn.line-float,
.float-btn.phone-float {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(255, 165, 44, 0.4) !important;
}

.float-btn.messenger-float:hover,
.float-btn.line-float:hover,
.float-btn.phone-float:hover {
  background: linear-gradient(135deg, var(--color-primary-dark), #e65c00) !important;
  box-shadow: 0 8px 25px rgba(255, 165, 44, 0.6) !important;
}

/* Tooltip on hover */
.float-btn::before {
  content: attr(data-tooltip);
  position: absolute; right: 65px; top: 50%; transform: translateY(-50%);
  background: var(--color-dark); color: #fff;
  padding: 6px 14px; border-radius: 6px; font-size: 0.8rem;
  font-family: var(--font-heading); white-space: nowrap;
  opacity: 0; pointer-events: none; transition: 0.3s;
}
.float-btn:hover::before { opacity: 1; }

/* ====== 14. PORTFOLIO HOVER OVERLAY ====== */
.port-item {
  position: relative; overflow: hidden; cursor: pointer;
}
.port-item img {
  transition: transform 0.5s ease;
}
.port-item:hover img {
  transform: scale(1.08);
}
.port-item::after {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(32,32,32,0.5);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 2rem;
  opacity: 0; transition: 0.4s ease;
}
.port-item:hover::after { opacity: 1; }

/* ====== 15. BUTTON HOVER EFFECTS ====== */
.btn {
  position: relative; overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 0; height: 0; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}
.btn:hover::after {
  width: 300px; height: 300px;
}

/* ====== 16. WHY-CARD HOVER ====== */
.why-card {
  transition: var(--transition); border-radius: var(--radius-main);
}
.why-card:hover {
  background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transform: translateY(-5px);
}
.why-icon {
  transition: var(--transition);
}
.why-card:hover .why-icon {
  transform: scale(1.1) rotate(-5deg);
}

/* ====== 17. TRUST CARD QUOTE ICON ANIMATION ====== */
.t-logo i {
  transition: var(--transition);
}
.t-logo:hover i {
  transform: scale(1.3) rotate(-10deg);
  color: var(--color-lime);
}

/* ====== 18. SECTION HEADING UNDERLINE ====== */
.section-heading h2 {
  position: relative; display: inline-block; padding-bottom: 15px;
}
.section-heading h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: var(--color-primary); border-radius: 3px;
}

/* ====== 19. COUNTER ANIMATION ====== */
.counter-value {
  display: inline-block;
}

/* ====== 20. SMOOTH IMAGE LOADING ====== */
img[loading="lazy"] {
  opacity: 1; transition: opacity 0.5s ease;
}
img[loading="lazy"].loaded, img.loaded {
  opacity: 1;
}
.swiper-slide img {
  opacity: 1 !important;
}




/* ====== 21. PROVINCE MODAL ====== */
.custom-modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.8); z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: var(--transition);
}
.custom-modal.active {
  opacity: 1; visibility: visible;
}
.custom-modal-content {
  background: #fff; width: 90%; max-width: 900px;
  border-radius: var(--radius-main); padding: 40px;
  position: relative; transform: translateY(20px);
  transition: var(--transition); max-height: 90vh; overflow-y: auto;
}
.custom-modal.active .custom-modal-content {
  transform: translateY(0);
}
.custom-modal-close {
  position: absolute; top: 20px; right: 20px; background: none;
  border: none; font-size: 1.5rem; cursor: pointer;
  color: var(--color-text-muted); transition: var(--transition);
}
.custom-modal-close:hover {
  color: var(--color-primary);
}
.province-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: left;
}



.trust-section {
    position: relative;
    background-color: #FFFFFF;
    border-top: 8px solid var(--color-primary);
    padding-top: clamp(15px, 2vw, 30px);
    padding-bottom: 20px;
    /* Reduced to bring Zone 3 closer */
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.content-container {
    width: 100%;
    max-width: 100%; /* Changed from 90% to fill screen */
    padding: 0 20px; /* Added padding to prevent touching edges directly */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.trust-header {
    text-align: center;
    position: relative;
    /* margin-bottom removed, handled by container gap */
    width: 100%;
}

/* Dual Card Container */
.trust-dual-card-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%; /* Changed from 1600px to fill screen */
    margin: 0 auto;
    margin-bottom: clamp(20px, 3vw, 50px);
}

@media screen and (min-width: 1025px) {
    .trust-dual-card-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        /* Increased alignment gap */
        align-items: stretch;
    }
}

/* Warning Card (Left) - Premium Style */
.trust-warning-card {
    background: linear-gradient(145deg, #ffffff, #fff5f5);
    /* Subtle pink-ish tint */
    border: none;
    /* No flat border */
    border-radius: 20px;
    padding: clamp(30px, 4vw, 50px) clamp(10px, 2vw, 30px);

    /* Premium layered shadow + thin outline ring */
    box-shadow:
        0 10px 40px -10px rgba(255, 165, 44, 0.15),
        0 0 0 1px rgba(255, 165, 44, 0.08);
    /* Faint ring */

    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    /* Removed hover transition */
}


.card-watermark-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.08;
    /* Very faint */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-watermark-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Full Buddha visible */
    /* mix-blend-mode removed: Image is now transparent */
    transform: scale(0.95);
    /* Slight breathing room */
}

.trust-title {
    font-size: clamp(24px, 3.5vw, 55px);
    /* Significantly reduced */
    font-weight: 700;
    /* Less heavy */
    color: var(--color-primary);
    margin-bottom: clamp(20px, 3vw, 45px);
    /* More breathing room */
    line-height: 1.3;
    text-shadow: 0 4px 20px rgba(255, 165, 44, 0.1);
    white-space: normal;
    word-break: break-word;
    /* Ensure no overflow */
    /* Ensure no overflow */
    letter-spacing: -0.5px;
}

.warning-text {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* --- New 3-Block Text Structure --- */

.warning-intro {
    font-size: clamp(16px, 1.2vw, 18px);
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
}

.warning-highlight {
    font-size: clamp(20px, 1.8vw, 28px);
    /* Punchy size */
    color: var(--color-primary);
    /* Theme Red */
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 0 10px;
}

.warning-solution {
    font-size: clamp(16px, 1.2vw, 18px);
    color: #333;
    line-height: 1.8;
    font-weight: 500;
}

/* --------------------------------- */
/* Desktop Text Enhancements */
@media screen and (min-width: 1025px) {
    .warning-intro {
        font-size: 22px;
        /* Increased from 18px */
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .warning-highlight {
        font-size: 36px;
        /* Increased from 28px */
        padding: 0;
        max-width: 100%;
        white-space: nowrap;
        /* Try to keep on single line if possible, or balance */
        text-wrap: balance;
    }

    .warning-solution {
        font-size: 22px;
        /* Increased from 18px */
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .trust-inner-content {
        max-width: 100%;
        /* Ensure full usage of card width */
    }
}



/* Base Mobile Style */
.trust-desc {
    font-size: clamp(16px, 1.3vw, 20px);
    /* Refined Body */
    color: #444;
    margin-bottom: clamp(25px, 3vw, 60px);
    line-height: 1.8;

    font-weight: 500;
    width: 100%;
    /* Full width on mobile */
    text-wrap: pretty;
    /* Safe wrapping for mobile */
}

/* Desktop Specific Overrides */
@media screen and (min-width: 1025px) {
    .trust-desc {
        max-width: 85%;
        /* Constrain only on desktop */
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
        /* Balance only on desktop */
    }
}

.trust-highlight {
    font-size: clamp(18px, 1.5vw, 24px);
    /* Slightly larger than body */
    color: var(--color-primary);
    font-weight: 700;
    line-height: 1.6;
    text-wrap: pretty;
}


.highlight-big {
    font-size: inherit;
    display: inline;
}

.trust-normal {
    font-weight: 500;
    color: #333;
    font-size: clamp(16px, 1.2vw, 18px);
    /* Matching standard body */
    display: block;
    margin-top: clamp(20px, 2vw, 40px);
    /* Slightly increased */
    text-wrap: pretty;
    line-height: 1.8;
    /* Relaxed */
    letter-spacing: 0.3px;
}



.watermark-icon {
    position: absolute;
    top: -5%;
    right: -2%;
    font-size: clamp(150px, 20vw, 500px);
    color: rgba(255, 165, 44, 0.03);
    /* Lighter watermark */
    z-index: 0;
    /* Behind content but barely visible */
    pointer-events: none;
}


/* Divider Removed */
.trust-divider {
    display: none;
}


.trust-quote-box {
    /* Premium Centered Quote */
    border: none;
    /* Removed border */
    background: transparent;
    /* Clean background */
    padding: 10px 0;
    margin: 20px 0;
    width: 100%;
    position: relative;

    /* Removed Grid Props */
}

.trust-quote-box::before {
    content: "“";
    display: block;
    font-size: 60px;
    color: #D4AF37;
    /* Premium Gold */
    opacity: 0.4;
    line-height: 0;
    margin-bottom: 20px;
}

/* --- Mobile Specific: Full Width Cards (No Gaps) --- */
@media screen and (max-width: 767px) {
    .content-container {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
        /* Minimal padding */
    }

    .trust-dual-card-container {
        gap: 20px;
        /* Tighter gap */
        margin-bottom: 30px;
    }

    .trust-warning-card,
    .trust-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 25px 10px;
        /* Reduced side padding from 15px to 10px */
    }

    .trust-section {
        padding: 30px 0;
        /* Tighter vertical padding */
    }

    /* Optimize CTA Space for Mobile text flow */
    .trust-cta {
        flex-direction: column;
        padding: 25px 2px;
        /* Maximize side width */
        height: auto;
    }
}

.keep-word {
    display: inline-block;
    white-space: nowrap;
}


.quote-text {
    font-size: clamp(18px, 2vw, 24px);
    /* Elegant Quote Size */
    font-style: italic;
    color: #555;
    /* Softer than black */
    font-weight: 600;
    white-space: normal;
    line-height: 1.6;
    text-wrap: balance;
    /* Prevent orphans */
}

@media screen and (max-width: 767px) {
    .quote-text {
        font-size: 16px;
        /* Smaller on mobile to fit text */
    }
}



/* Trust Card (Grid - Compact Vertical) - Premium Style */
.trust-card {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFAF0 100%);
    /* Subtle Warmth */

    /* Pure white base */
    border: none;
    border-radius: 20px;

    /* Premium layered shadow + gold/red accent ring */
    box-shadow:
        0 10px 40px -10px rgba(255, 165, 44, 0.15),
        0 0 0 1px rgba(255, 165, 44, 0.08);

    padding: clamp(30px, 4vw, 50px);
    /* Increased padding consistency */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;

    text-align: center;
    /* Center text */

    position: relative;
    /* Ensure absolute children are relative to this */
    overflow: hidden;
    /* Clip watermark */
}


.trust-watermark {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: clamp(80px, 10vw, 150px);
    font-weight: 900;
    color: var(--color-primary);
    opacity: 0.04;
    /* Very subtle */
    z-index: 0;
    pointer-events: none;
    user-select: none;
    letter-spacing: 10px;
    transform: rotate(-5deg);
    /* Dynamic tilt */
}





.card-icon-box {
    /* Removed Grid Props */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    /* Depth Gradient */

    width: clamp(60px, 6vw, 100px);
    height: clamp(60px, 6vw, 100px);
    margin-bottom: 25px;
    /* Spacing below icon */

    /* Premium Circle Badge */
    border-radius: 50%;
    /* Circle */
    border: 4px solid #fff;
    /* White ring */
    box-shadow:
        0 8px 25px rgba(255, 165, 44, 0.4),
        0 0 0 1px rgba(255, 165, 44, 0.1);
    /* Subtle outer definition */
}



.trust-card .fa-heart {
    color: #FFFFFF;
    /* White Icon */
    font-size: clamp(24px, 3vw, 48px);
    margin: 0;
}

.card-icon-box .fa-handshake {
    color: #FFFFFF;
    font-size: clamp(36px, 4.5vw, 65px);
    /* Increased by ~50% */
    margin: 0;
}

.gold-indicator {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #B8860B);
    /* Gold Gradient */
    border-radius: 2px;
    margin: 0 auto 25px auto;
    /* Center and space */
}

/* Unwrap content so Title and Text hit the main grid */

.card-content {
    display: contents;
    position: relative;
    z-index: 1;
    /* Ensure text sits above watermark */
}


.card-title {
    /* Removed Grid Props */
    font-size: clamp(20px, 2.5vw, 36px);
    /* Balanced with Left Card */
    font-weight: 700;
    color: var(--color-primary-dark);
    margin: 0 0 25px 0;
    /* More space below */
    line-height: 1.35;
    text-wrap: balance;
    width: 100%;
}



.big-trust {
    /* Desktop/Tablet: Equal Size (Inherit) */
    font-size: inherit;
    line-height: inherit;
    display: inline;
}

.mobile-only-break {
    display: none;
    /* Hidden on Desktop/Tablet */
}

@media screen and (max-width: 767px) {
    .mobile-only-break {
        display: inline;
        /* Force break on Mobile */
    }

    /* Mobile: Trust Title Bigger */
    .card-title {
        font-size: 28px;
        /* Reduced from 34px to 28px */
        line-height: 1.3;
    }

    /* Mobile: Warning Title Bigger */
    .trust-title {
        font-size: 29px;
        /* Reduced from 32px to 29px */
        line-height: 1.3;
        letter-spacing: -0.5px;
    }

    /* Mobile: Trust Word Bigger when Stacked */
    .big-trust {
        font-size: 1.3em;
        /* Relative to 34px -> ~44px */
        line-height: 1.1;
        display: inline-block;
        /* Stack nicely */
    }

    /* Mobile: Trust Description Bigger */
    .card-text {
        font-size: 17px;
        /* Bump from 15px */
    }
}

/* Dedicated break for Description to work on Tablets/Large Phones too */
.desc-break {
    display: none;
}

@media screen and (max-width: 1024px) {
    .desc-break {
        display: block;
        /* Robust break for text */
        content: "";
        margin: 0;
    }

    .hide-on-small {
        display: none !important;
    }
}



.card-text {
    /* Removed Grid Props */
    font-size: clamp(15px, 1.1vw, 18px);
    /* Professional Body Size */
    color: #555;
    line-height: 1.8;
    text-wrap: pretty;
    letter-spacing: 0.3px;
    margin: 15px auto 0 auto;
    width: 100%;
    max-width: 90%;
    /* Prevent text from hitting edges too hard */
}




/* CTA Banner - Calibrated + Beauty Polish */
.trust-cta {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-dark) 100%);
    border-radius: 20px;
    padding: clamp(20px, 2vw, 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.5vw, 30px);
    margin-bottom: clamp(10px, 2vw, 30px);
    color: #FFFFFF;
    box-shadow: 0 15px 40px rgba(255, 165, 44, 0.4);
    position: relative;
    /* overflow: hidden;  <-- REMOVED to prevent clipping */
    text-align: center;
}


.cta-icon {
    font-size: clamp(28px, 3.5vw, 65px);
    color: #FFD700;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    flex-shrink: 0;
}


.cta-text {
    /* 2.4vw Calibrated Fit for Single Line on Desktop */
    font-size: clamp(22px, 2.5vw, 60px);
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    /* Relaxed from 1.2 for Thai Vowels */
    letter-spacing: -0.5px;
    white-space: normal;
    /* Allow wrap if necessary */
    width: 100%;
    margin: 0;
    /* removed overflow: hidden/clip */
    transition: font-size 0.2s ease;
    padding: 5px 0;
    /* Extra vertical breathing room */
}


.mobile-break {
    display: none;
}

/* =============================================
   5. FOOTER
   ============================================= */
.trust-footer {
    text-align: center;
    color: #666;
    font-size: clamp(14px, 1.5vw, 18px);
    /* Adjusted size */
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.warning-text {
    margin-bottom: 15px;
    line-height: 1.6;
}

.warning-icon {
    color: var(--color-primary);
    margin-right: 5px;
    font-size: 1.2em;
}

.red-bold {
    color: var(--color-primary);
    font-weight: 800;
}

/* Diagonal/Tilted Badge - Hanging Style */
.no-transfer-badge {
    position: absolute;
    /* Responsive Positioning */
    top: -25px;
    /* Slight bump for mobile */
    right: 20px;
    /* Reduced right for mobile */
    transform: rotate(4deg);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* High Contrast Warning Theme (Gold + Red) - GLOBAL APPLICATION */
    background: repeating-linear-gradient(45deg,
            #FFD700,
            #FFD700 10px,
            #FFC600 10px,
            #FFC600 20px);
    background-color: #FFD700;

    color: var(--color-primary);
    /* Deep Red Text */

    /* Premium Definition - Mobile Start */
    border: 3px solid #FFFFFF;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.25),
        0 2px 10px rgba(255, 165, 44, 0.3),
        inset 0 0 10px rgba(255, 255, 255, 0.5);

    border-radius: 50px;
    padding: 8px 25px;

    /* Mobile Typography */
    font-weight: 800;
    /* Bold */
    font-size: clamp(13px, 3vw, 16px);
    /* Scalable Base */
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    gap: 8px;
    white-space: nowrap;
    z-index: 10;

    /* Animation Global */
    animation: floatBadge 3s ease-in-out infinite;
}

/* Icon Global Style */
.no-transfer-badge i {
    font-size: 1.1em;
    background: var(--color-primary);
    color: #fff;
    width: 28px;
    /* Mobile Size */
    height: 28px;
    /* Mobile Size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

/* Floaty Attention Animation - Global */
@keyframes floatBadge {
    0% {
        transform: rotate(4deg) translateY(0px);
    }

    50% {
        transform: rotate(4deg) translateY(-4px);
    }

    100% {
        transform: rotate(4deg) translateY(0px);
    }
}

/* =============================================
   Advanced Desktop Enhancement for Badge 
   (Size & Positioning Overrides ONLY)
   ============================================= */
@media screen and (min-width: 992px) {
    .no-transfer-badge {
        /* Larger Desktop Size */
        font-size: 26px;
        padding: 15px 45px;
        top: -40px;
        right: 40px;

        /* Desktop: Thicker Border & Stronger Shadow */
        border: 5px solid #FFFFFF;
        box-shadow:
            0 20px 50px rgba(0, 0, 0, 0.3),
            0 5px 15px rgba(255, 165, 44, 0.4),
            inset 0 0 20px rgba(255, 255, 255, 0.6);

        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
        letter-spacing: 0.5px;
    }

    .no-transfer-badge i {
        /* Desktop Icon Size */
        font-size: 1.2em;
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
}



/* =============================================
   6. RESPONSIVE OVERRIDES (MOBILE & TABLET)
   ============================================= */

/* Wrap CTA on Smaller Laptops/Tablets (below 1200px) */
@media screen and (max-width: 1200px) {
    .cta-text {
        white-space: normal;
        /* Allow wrap */
        font-size: clamp(20px, 4.5vw, 42px);
        text-align: left;
        line-height: 1.4;
        letter-spacing: normal;
        /* Beauty Polish: Balanced wrapping */
        text-wrap: balance;
    }

    .mobile-break {
        display: inline;
    }

    .trust-cta {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .cta-text {
        text-align: center;
    }
}

/* =============================================
   TEAM SECTION (Migrated)
   ============================================= */
.team-section {
    padding: 60px 0;
    background: #FFF5F5; /* Global Soft Pink from old, but we should make it match the new theme */
}

/* Let's update it to match the new theme */
.team-section {
    padding: clamp(40px, 5vw, 80px) 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 100%);
}

.team-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    color: var(--color-dark);
    text-align: center;
    margin-bottom: 10px;
}

.team-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--color-text-muted);
    text-align: center;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card Styling */
.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.03);
    height: auto;
}

.team-image-col {
    width: 40%;
    height: auto;
    min-height: 100%;
}

.team-image-col .team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.team-info-col {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-name {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.team-bio {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 25px;
}

.team-bio p {
    margin-bottom: 15px;
}

.team-story-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button */
.team-read-more {
    display: inline-block;
    padding: 12px 30px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-pill);
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    font-family: var(--font-heading);
}

.team-read-more:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,165,44,0.3);
}

/* Coverage Box */
.team-coverage-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    border-top: 5px solid var(--color-primary);
}

.coverage-text {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    color: var(--color-text-muted);
}

.coverage-highlight {
    display: block;
    font-size: clamp(20px, 2.5vw, 26px);
    color: var(--color-primary);
    font-weight: 800;
    margin-bottom: 15px;
}

/* MODAL */
.story-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.story-modal.active {
    display: flex;
    opacity: 1;
}

.story-modal-content {
    background: #fff;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    border-radius: 20px;
    padding: 50px 60px;
    position: relative;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.story-modal.active .story-modal-content {
    transform: scale(1);
}

.story-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.story-modal-close:hover {
    background: var(--color-red);
    color: #fff;
    transform: rotate(90deg);
}

.story-modal-title {
    font-size: clamp(24px, 4vw, 36px);
    color: var(--color-dark);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--color-primary);
    font-family: var(--font-heading);
}

.story-modal-body {
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.8;
    color: #333;
}

.story-modal-body p {
    margin-bottom: 20px;
}

.story-modal-body p strong {
    color: var(--color-primary);
    font-weight: 700;
}

/* Responsive */
@media screen and (max-width: 992px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-card {
        flex-direction: column;
    }
    .team-image-col {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }
    .team-info-col {
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .story-modal-content {
        width: 95%;
        padding: 30px 20px;
        max-height: 90vh;
    }
    .story-modal-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .story-modal-body {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* ==========================================================================
   SITE FOOTER (Premium Bright Style)
   ========================================================================== */
.site-footer {
    background: linear-gradient(180deg, #FAFAF7 0%, #F5F3EE 40%, #F0EDE6 100%);
    color: var(--color-text-main);
    padding-top: 70px;
    font-family: var(--font-body);
    position: relative;
    overflow: hidden;
}

/* Decorative subtle top border */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, transparent, var(--color-primary), #D4AF37, var(--color-primary), transparent);
}

/* Subtle watermark pattern & Logo */
.site-footer::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image:
        radial-gradient(ellipse 40% 60% at 10% 90%, rgba(212, 175, 55, 0.4) 0%, transparent 60%),
        radial-gradient(ellipse 30% 40% at 90% 30%, rgba(255, 165, 44, 0.4) 0%, transparent 60%),
        url('../images/logo head/logoเจาะเกราะร้อย.png');
    background-position: 0 0, 0 0, center center;
    background-repeat: no-repeat;
    background-size: auto, auto, 950px;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
}

.site-footer > * { position: relative; z-index: 1; }

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.f-brand-col {
    padding-right: 20px;
}

.f-logo-text {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-text-main);
    margin-bottom: 20px;
    font-family: var(--font-heading);
}

.f-logo-text span {
    color: var(--color-primary);
}

.f-warning-box {
    background: linear-gradient(135deg, #FFF9F0, #FFF5E8);
    border-left: 4px solid var(--color-primary);
    padding: 15px 12px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.08);
}

.f-warning-box h4 {
    color: var(--color-primary-dark);
    font-size: 1.05rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.f-warning-box p {
    font-size: 0.85rem;
    letter-spacing: -0.2px;
    line-height: 1.6;
    margin: 0;
    color: var(--color-text-muted);
}

.f-highlight-text {
    color: var(--color-primary);
    font-weight: 600;
}

.f-socials {
    display: flex;
    gap: 12px;
}

.f-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    color: var(--color-text-muted);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1.1rem;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.f-socials a:hover {
    background: var(--color-primary);
    color: #FFF;
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 165, 44, 0.3);
}

.f-heading {
    color: var(--color-text-main);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: var(--font-heading);
    position: relative;
    padding-bottom: 12px;
}

.f-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), #D4AF37);
    border-radius: 2px;
}

.f-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-menu li {
    margin-bottom: 12px;
}

.f-menu a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.f-menu a i {
    font-size: 0.65rem;
    margin-right: 8px;
    color: var(--color-primary);
    transition: margin-left 0.3s ease;
}

.f-menu a:hover {
    color: var(--color-primary);
}

.f-menu a:hover i {
    margin-left: 5px;
    margin-right: 3px;
}

.f-contact-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    color: var(--color-text-main);
    text-decoration: none;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.f-contact-btn:hover {
    background: #FFFAF0;
    border-color: rgba(255, 165, 44, 0.25);
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.1);
    transform: translateY(-2px);
}

.f-contact-btn i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.f-contact-phone-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.f-contact-phone-group .f-contact-btn {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: none;
}

.f-contact-phone-group .f-contact-btn:first-child {
    border-radius: 10px 10px 0 0;
}

.f-contact-phone-group .f-contact-btn:last-child {
    border-radius: 0 0 10px 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.footer-keywords {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.5);
}

.f-kw-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.f-kw-list span, .f-kw-list a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #999;
}

.f-kw-highlight {
    color: var(--color-primary) !important;
    font-weight: 500;
}

.f-kw-trigger {
    cursor: pointer;
    text-decoration: none;
}
.f-kw-trigger:hover {
    text-decoration: underline;
}

.footer-bottom {
    background: linear-gradient(90deg, #EDE9E1, #E8E4DA, #EDE9E1);
    padding: 18px 0;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.footer-bottom p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

/* Trust Badges in Footer */
.footer-trust-badges {
    background: rgba(0,0,0,0.02); 
    padding: 20px 0;
}
.trust-badges-container {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 30px; 
    flex-wrap: wrap;
}
.trust-badge-item {
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-size: 0.9rem;
}
.trust-badge-item i {
    color: var(--color-primary-dark); 
    font-size: 1.8rem;
}
.trust-badge-item strong {
    display: block; 
    color: var(--color-dark); 
    font-size: 1rem;
}
.trust-badge-item span {
    color: #555; 
    font-size: 0.85rem;
}

/* Footer Bottom */
.footer-bottom-container {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 10px;
    text-align: center;
}
.visitor-counter {
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    background: rgba(0,0,0,0.03); 
    padding: 5px 15px; 
    border-radius: 20px; 
    font-size: 0.85rem; 
    color: #555;
}
.visitor-counter i {
    color: var(--color-primary-dark);
}
.visitor-counter span {
    font-weight: 700; 
    color: var(--color-dark); 
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 15px;
    }
    .f-brand-col, .f-col:last-child {
        grid-column: 1 / -1;
        padding-right: 0;
    }
    .f-menu a {
        font-size: 0.85rem;
    }
    .f-heading {
        font-size: 1.1rem;
    }
    .f-warning-box p {
        font-size: 0.72rem;
        letter-spacing: -0.3px;
        word-break: keep-all;
    }
}

/* =============================================
   STEPS & FAQ SECTION (Modern Corporate)
   ============================================= */
.steps-faq-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 50%, #FFF8EE 100%);
    padding: 90px 0;
    position: relative;
}

/* Section Header */
.sfq-header {
    text-align: center;
    margin-bottom: 50px;
}

.sfq-badge {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(255,165,44,0.1);
    border: 1px solid rgba(255,165,44,0.25);
    border-radius: 50px;
    color: var(--color-primary);
    font-size: 0.85rem;
    font-weight: 600;
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.sfq-badge i {
    margin-right: 6px;
}

.sfq-title {
    color: var(--color-text-main);
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--font-heading);
    line-height: 1.3;
}

.sfq-title span {
    color: var(--color-primary);
    font-style: italic;
}

/* Grid Layout */
.steps-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Step Pills */
.step-pill-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step-pill {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.step-pill::before {
    content: attr(data-step);
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(0,0,0,0.03);
    font-family: var(--font-heading);
    line-height: 1;
    pointer-events: none;
}

.step-pill:hover {
    border-color: var(--color-primary);
    box-shadow: 0 8px 25px rgba(255,165,44,0.1);
    transform: translateY(-3px);
}

.step-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 4px 12px rgba(255,165,44,0.25);
    transition: transform 0.3s ease;
}

.step-pill:hover .step-icon-wrap {
    transform: scale(1.08) rotate(-5deg);
}

.step-text h3 {
    margin: 0 0 4px 0;
    font-size: 1.05rem;
    color: var(--color-text-main);
    font-family: var(--font-heading);
    font-weight: 600;
}

.step-text p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

/* FAQ Column */
.faq-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.steps-faq-grid .faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.steps-faq-grid .faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.steps-faq-grid .faq-item:hover {
    border-color: rgba(255,165,44,0.4);
}

.steps-faq-grid .faq-question {
    padding: 18px 22px;
    background: transparent;
    font-weight: 600;
    color: var(--color-text-main);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease;
    font-size: 0.95rem;
    font-family: var(--font-heading);
    gap: 15px;
}

.steps-faq-grid .faq-question:hover {
    color: var(--color-primary);
}

.steps-faq-grid .faq-question i {
    color: var(--color-primary);
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.steps-faq-grid .faq-answer {
    padding: 0 22px 18px 22px;
    background: transparent;
    border-top: 1px solid #f0f0f0;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
    .steps-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sfq-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 500px) {
    .steps-faq-section {
        padding: 60px 0;
    }
    .step-pill {
        padding: 18px 20px;
    }
    .sfq-title {
        font-size: 1.4rem;
    }
}



/* ====== 7.8 CONSULT CTA SECTION (Premium Gold Theme) ====== */
.consult-cta-section {
    background: linear-gradient(180deg, #FFF8EE 0%, #FFFCF5 100%);
    padding: 80px 0 110px 0;
    position: relative;
}

.consult-container {
    display: flex;
    gap: 25px;
    align-items: stretch;
    position: relative;
    z-index: 5;
}

.consult-main-card, .consult-qr-card {
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow:
        0 12px 40px rgba(0,0,0,0.05),
        0 0 0 1px rgba(212, 175, 55, 0.08);
    padding: 45px;
    position: relative;
    overflow: hidden;
}

/* Subtle gold accent line at top of cards */
.consult-main-card::before,
.consult-qr-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, transparent 5%, var(--color-primary) 30%, #D4AF37 70%, transparent 95%);
}

.consult-main-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.consult-qr-card {
    width: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consult-main-card h2 {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--color-text-main);
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 15px;
}

.consult-main-card .highlight-red {
    color: var(--color-primary-dark);
    background: linear-gradient(135deg, var(--color-primary), #D4AF37);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.consult-desc {
    font-size: 1rem;
    color: var(--color-text-muted);
    margin-bottom: 30px;
    line-height: 1.7;
}

.consult-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 35px;
}

.btn-line-large, .btn-phone-large {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-line-large:hover, .btn-phone-large:hover {
    transform: translateY(-5px);
}

.btn-line-large {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    color: #FFF;
    box-shadow: 0 8px 25px rgba(255, 165, 44, 0.3);
}
.btn-line-large:hover {
    box-shadow: 0 12px 30px rgba(255, 165, 44, 0.4);
    filter: brightness(1.1);
}
.btn-line-large .line-icon-wrap {
    background: rgba(255,255,255,0.25);
    color: #FFF;
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin-right: 15px;
    backdrop-filter: blur(5px);
}

.btn-phone-large {
    background: #FFFFFF;
    border: 2px solid var(--color-primary);
    color: var(--color-primary-dark);
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.1);
}
.btn-phone-large:hover {
    background: #FFFAF0;
    box-shadow: 0 12px 30px rgba(255, 165, 44, 0.2);
    border-color: var(--color-primary-dark);
}
.btn-phone-large .phone-icon-wrap {
    color: #FFF;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; margin-right: 15px;
    box-shadow: 0 3px 8px rgba(255, 165, 44, 0.3);
}

.btn-text {
    text-align: left;
    display: flex; flex-direction: column;
}
.btn-sub { font-size: 0.85rem; opacity: 0.8; }
.btn-main { font-size: 1.4rem; font-weight: 800; line-height: 1.1; }

.consult-divider {
    border: none;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    margin: 0 0 25px 0;
}

.consult-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.consult-info-item {
    display: flex; align-items: center; text-align: left; gap: 10px;
    font-size: 0.85rem; color: var(--color-text-muted); font-weight: 500;
}
.consult-info-item i {
    color: var(--color-primary);
    font-size: 18px;
    background: rgba(255, 165, 44, 0.08);
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255, 165, 44, 0.12);
}

.btn-orange-glow {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    color: #FFF; padding: 14px 28px; border-radius: 14px;
    font-weight: 600; text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 165, 44, 0.35);
    display: flex; align-items: center; gap: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-orange-glow:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(255, 165, 44, 0.45);
    color: #fff;
}

/* QR Card */
.consult-qr-card h3 {
    font-size: 1.1rem;
    color: var(--color-text-main);
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--font-heading);
}

.qr-code-wrapper {
    padding: 12px;
    background: #FFFFFF;
    border: 2px solid rgba(255, 165, 44, 0.2);
    border-radius: 16px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.08);
    transition: all 0.3s ease;
}
.qr-code-wrapper:hover {
    border-color: var(--color-primary);
    box-shadow: 0 8px 25px rgba(255, 165, 44, 0.15);
}

.qr-code-wrapper img {
    width: 100%;
    display: block;
    border-radius: 10px;
    /* Convert green QR code to Orange theme while preserving the white background */
    filter: hue-rotate(-105deg) saturate(1.5);
}

.btn-scan-me {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 30px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    color: #FFF;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.3);
    transition: all 0.3s ease;
}
.btn-scan-me:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 165, 44, 0.4);
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .consult-container { flex-direction: column; }
    .consult-qr-card { width: 100%; max-width: 400px; margin: 0 auto; }
    .consult-buttons { flex-direction: column; }
    .consult-footer-row { flex-direction: column; text-align: center; align-items: center;}
    .consult-info-item { flex-direction: column; text-align: center; margin-bottom: 15px; }
}

/* ====== 7.6 ONLINE CHANNELS / VIDEO PORTFOLIO ====== */
.online-channels-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFCF5 0%, #FFF8EE 100%); /* Premium warm cream */
    color: var(--color-text-main);
    text-align: center;
    position: relative;
}
.oc-header { margin-bottom: 60px; }
.oc-badge {
    display: inline-block;
    background: var(--color-primary);
    color: #FFFFFF;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 165, 44, 0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.oc-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--color-text-main);
}
.oc-title span {
    color: var(--color-primary); /* Highlight with main orange */
}
.oc-subtitle {
    font-size: clamp(16px, 3vw, 20px);
    color: var(--color-text-muted);
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
}
.oc-social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.oc-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    color: var(--color-text-main);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.oc-social-btn i { font-size: 1.2rem; }
.oc-tiktok:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.oc-facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
    color: #FFF;
    box-shadow: 0 8px 20px rgba(24,119,242,0.3);
}

/* Video Grid */
.oc-video-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.oc-video-item {
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
}
.oc-video-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 165, 44, 0.2);
    border-color: var(--color-primary);
}

/* Highlighted Videos */
.oc-video-item.oc-highlight {
    border: 2px solid var(--color-primary);
    box-shadow: 0 10px 25px rgba(255, 165, 44, 0.25);
}
.oc-video-item.oc-highlight:hover {
    box-shadow: 0 15px 35px rgba(255, 165, 44, 0.4);
}
.oc-video-item.oc-highlight::before {
    content: "แนะนำ";
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 5;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(255, 165, 44, 0.4);
}

/* Video Player */
.oc-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.oc-video-item:hover .oc-video-player {
    opacity: 1;
}

/* Overlay */
.oc-video-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.85));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    transition: background 0.3s ease;
}
.oc-video-item:hover .oc-video-overlay { 
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.95));
}

.oc-play-icon {
    width: 60px; height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 165, 44, 0.5);
    font-size: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    color: #FFF;
    border: 3px solid #FFF;
}
.oc-video-item:hover .oc-play-icon {
    transform: scale(1.1);
    background: #FFF;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.oc-video-label {
    position: absolute;
    bottom: 20px; left: 15px; right: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

/* Video Lightbox */
.oc-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.oc-lightbox.active { display: flex; }
.oc-lightbox-close {
    position: absolute;
    top: 20px; right: 25px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
    border: none;
    width: 50px; height: 50px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s ease;
    z-index: 10000;
}
.oc-lightbox-close:hover { background: var(--color-primary); color: #1a202c; }
.oc-lightbox-content {
    width: 100%;
    max-width: 420px;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oc-lightbox-content video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .oc-video-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 767px) {
    .online-channels-section { padding: 50px 0 40px 0; }
    .oc-video-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .oc-title { font-size: 32px; }
    .oc-subtitle { font-size: 15px; }
    .oc-social-btn { padding: 10px 20px; font-size: 0.9rem; }
    .oc-play-icon { width: 40px; height: 40px; font-size: 16px; }
    .oc-video-label { font-size: 0.75rem; padding: 10px 8px; }
}

/* ====== 4. SERVICES SCOPE (Zone 6 Migrated) ====== */
.z6-section { padding: 100px 0; background: linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 100%); text-align: center; }
.z6-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.z6-header { margin-bottom: 50px; }
.z6-badge { display: inline-block; background: var(--color-primary); color: #fff; padding: 8px 25px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(255, 165, 44, 0.4); text-transform: uppercase; letter-spacing: 1px; }
.z6-title { font-size: clamp(32px, 5vw, 48px); color: var(--color-text-main); margin-bottom: 20px; font-weight: 800; line-height: 1.2; }
.z6-subtitle { color: var(--color-text-muted); font-size: clamp(16px, 2vw, 20px); margin-bottom: 40px; }
.z6-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.z6-card { background: #fff; border: 2px solid transparent; border-radius: 20px; padding: 40px 25px; display: flex; flex-direction: column; align-items: center; transition: all 0.3s ease; height: 100%; position: relative; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.z6-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(255, 165, 44, 0.15); border-color: var(--color-primary); }
.z6-icon-wrapper { width: 80px; height: 80px; background: rgba(255, 165, 44, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; transition: all 0.3s ease; }
.z6-card:hover .z6-icon-wrapper { background: var(--color-primary); transform: scale(1.1); }
.z6-icon { font-size: 32px; color: var(--color-primary); transition: all 0.3s ease; }
.z6-card:hover .z6-icon { color: #FFF; }
.z6-card-title { font-size: 1.4rem; color: var(--color-text-main); margin-bottom: 15px; font-weight: 700; transition: color 0.3s ease; }
.z6-card:hover .z6-card-title { color: var(--color-primary); }
.z6-card-desc { font-size: 1rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.z6-card-highlight { background: rgba(255, 165, 44, 0.1); color: var(--color-primary); padding: 8px 15px; border-radius: 12px; font-size: 0.95rem; font-weight: 600; margin-bottom: 25px; width: 100%; border: 1px solid rgba(255, 165, 44, 0.2); }
.z6-card-action { margin-top: auto; width: 100%; }
.z6-link-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--color-text-main); font-weight: 600; text-decoration: none; font-size: 1rem; padding: 12px 0; border-top: 1px solid #EEE; width: 100%; transition: all 0.3s ease; }
.z6-link-btn i { font-size: 1.1rem; color: var(--color-primary); transition: transform 0.3s ease; }
.z6-link-btn:hover { color: var(--color-primary); letter-spacing: 0.5px; border-top-color: var(--color-primary); }
.z6-link-btn:hover i { transform: translateX(3px); }

@media screen and (max-width: 1199px) { .z6-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media screen and (max-width: 767px) { 
    .z6-section { padding: 60px 0; } 
    .z6-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } 
    .z6-card { padding: 25px 15px; border-radius: 15px; border: 1px solid #EEE; } 
    .z6-icon-wrapper { width: 55px; height: 55px; margin-bottom: 15px; } 
    .z6-icon { font-size: 22px; } 
    .z6-card-title { font-size: 1.1rem; margin-bottom: 10px; } 
    .z6-card-desc { font-size: 0.85rem; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; } 
    .z6-card-highlight { font-size: 0.75rem; padding: 6px 5px; margin-bottom: 15px; } 
    .z6-link-btn { font-size: 0.85rem; padding-top: 10px; } 
}

/* ====== TEAM SECTION ====== */
.team-section {
    position: relative;
    padding: clamp(40px, 5vw, 80px) 20px;
    background-color: #f9f9f9;
}
.team-container {
    max-width: 95%;
    margin: 0 auto;
}
.team-title {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(42px, 7vw, 90px);
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    padding: 15px 60px;
    border-radius: 100px;
    border: 3px solid var(--color-primary-dark);
    box-shadow: 0 10px 25px rgba(255, 165, 44, 0.3);
}
.team-title::after { display: none; }
.team-subtitle {
    text-align: center;
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(24px, 4vw, 38px);
    color: #444;
    font-weight: 500;
    margin-bottom: clamp(50px, 5vw, 70px);
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.team-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid var(--color-primary);
    min-height: 500px;
}
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 165, 44, 0.15);
}
.team-image-col {
    width: 35%;
    min-width: 250px;
    position: relative;
    overflow: hidden;
}
.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-info-col {
    width: 65%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-name {
    font-size: clamp(22px, 3.5vw, 42px);
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 5px;
    line-height: 1.2;
}
.team-role {
    font-size: clamp(14px, 2vw, 24px);
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.team-bio {
    font-size: clamp(14px, 1.6vw, 20px);
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
}
.team-bio p { margin: 0; }
.team-bio .mt-2 { margin-top: 10px; }
.team-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.tag {
    background-color: var(--color-primary);
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: clamp(11px, 1.2vw, 16px);
    font-weight: 500;
}

/* Team Story Preview & Read More Button */
.team-story-preview {
    font-size: clamp(14px, 1.8vw, 22px);
    color: #666;
    line-height: 1.7;
    margin-top: 10px;
    font-style: italic;
}
.team-read-more {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #FFFFFF;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: clamp(12px, 1.2vw, 15px);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 165, 44, 0.3);
    width: auto;
    max-width: 160px;
}
.team-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 165, 44, 0.4);
}
.team-read-more i { font-size: 14px; }

/* Story Modal Popup */
.story-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.story-modal.active { display: flex; opacity: 1; }
.story-modal-content {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F0 100%);
    width: 90%; max-width: 800px; max-height: 85vh;
    border-radius: 20px; padding: 40px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    border: 3px solid var(--color-primary);
}
.story-modal.active .story-modal-content { transform: scale(1); }
.story-modal-close {
    position: absolute; top: 15px; right: 15px;
    width: 40px; height: 40px;
    background: var(--color-primary);
    color: #FFFFFF; border: none; border-radius: 50%;
    font-size: 20px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s ease; z-index: 10;
}
.story-modal-close:hover { background: var(--color-primary-dark); transform: rotate(90deg); }
.story-modal-title {
    font-size: clamp(24px, 4vw, 36px);
    color: var(--color-primary-dark);
    margin-bottom: 25px; padding-bottom: 15px;
    border-bottom: 3px solid var(--color-primary);
    font-weight: 700;
}
.story-modal-body { font-size: clamp(15px, 1.8vw, 18px); line-height: 1.8; color: #333; }
.story-modal-body p { margin-bottom: 20px; }
.story-modal-body p strong { color: var(--color-primary-dark); font-weight: 700; }

/* --- TEAM RESPONSIVE: Tablet (768px - 1180px) --- */
@media screen and (min-width: 768px) and (max-width: 1180px) {
    .team-grid { grid-template-columns: 1fr; max-width: 750px; margin: 0 auto; }
    .team-card { min-height: auto; height: auto; flex-direction: row; }
    .team-image-col { width: 40%; }
    .team-info-col { width: 60%; padding: 20px; }
    .team-name { font-size: clamp(18px, 2.5vw, 26px); }
    .team-role { font-size: 16px; margin-bottom: 15px; }
    .team-bio { font-size: 14px; margin-bottom: 15px; }
    .team-tags { gap: 8px; }
    .tag { font-size: 11px; padding: 4px 10px; }
    .story-modal-content { padding: 35px 30px; }
}

/* --- TEAM RESPONSIVE: Mobile (< 768px) --- */
@media screen and (max-width: 767px) {
    .team-section { padding: 40px 0; }
    .team-container { padding: 0; }
    .team-title, .team-subtitle { padding: 0 15px; }
    .team-grid { grid-template-columns: 1fr; gap: 20px; padding: 0; }
    .team-card {
        flex-direction: row;
        border-radius: 20px;
        margin-bottom: 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid var(--color-primary);
        transition: none;
        min-height: 220px;
    }
    .team-card:hover { transform: none; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
    .team-image-col { width: 25%; height: auto; min-height: 100%; }
    .team-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
    .team-info-col { width: 75%; padding: 10px 5px; justify-content: flex-start; }
    .team-name { font-size: 13px; margin-bottom: 3px; line-height: 1.2; }
    .team-role { font-size: 10px; margin-bottom: 6px; padding-bottom: 4px; }
    .team-bio { font-size: 10px; line-height: 1.25; margin-bottom: 8px; }
    .team-tags { gap: 4px; }
    .tag { font-size: 7.5px; padding: 2px 4px; border-radius: 10px; white-space: nowrap; }
    .team-story-preview {
        font-size: 10px !important; line-height: 1.5 !important;
        display: -webkit-box; display: box;
        -webkit-line-clamp: 9; line-clamp: 9;
        -webkit-box-orient: vertical; box-orient: vertical;
        overflow: hidden; text-overflow: ellipsis;
        max-height: 135px;
    }
    .team-read-more {
        background: none; border: none; box-shadow: none;
        padding: 0; margin-top: 6px;
        font-size: 10px !important; font-weight: 500;
        color: var(--color-primary-dark); text-decoration: underline;
        display: inline; width: auto; max-width: none !important;
        transition: color 0.2s ease;
    }
    .team-read-more:hover { color: var(--color-primary); background: none; transform: none; box-shadow: none; }
    .team-read-more i { display: none; }
    .story-modal-content { width: 95%; padding: 30px 20px; max-height: 90vh; }
    .story-modal-title { font-size: 22px; margin-bottom: 20px; }
    .story-modal-body { font-size: 15px; line-height: 1.7; }
}

/* =========================================
   Standardized Premium CTA Section (Global)
   ========================================= */
.cta-section {
    background: linear-gradient(135deg, #FAB693 0%, #FAB863 100%);
    border-radius: 24px;
    padding: 70px 40px;
    text-align: center;
    margin: 80px auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(250, 184, 99, 0.2);
    max-width: 1000px;
    width: 90%;
}
.cta-section::before {
    content: ''; position: absolute; top: -50px; left: -50px;
    width: 200px; height: 200px; background: rgba(255, 255, 255, 0.2); border-radius: 50%;
}
.cta-section::after {
    content: ''; position: absolute; bottom: -80px; right: -20px;
    width: 250px; height: 250px; background: rgba(255, 255, 255, 0.15); border-radius: 50%; pointer-events: none;
}
.cta-section h2 {
    color: #202020; font-size: clamp(2rem, 3.5vw, 2.8rem);
    margin-bottom: 15px; position: relative; z-index: 2;
    letter-spacing: -0.5px; font-weight: 700; font-family: var(--font-heading);
}
.cta-section h2 span { color: #ffffff; }
.cta-section p {
    color: #3a3a3a; font-size: 1.15rem; margin-bottom: 40px;
    position: relative; z-index: 2; font-weight: 500;
}
.cta-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; position: relative; z-index: 2; }
.cta-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 14px 35px;
    border-radius: 50px; font-size: 1.1rem; font-weight: 600;
    text-decoration: none; transition: all 0.3s ease; border: none; font-family: var(--font-heading);
}
.line-btn {
    background: #6A7C4F; color: #ffffff; box-shadow: 0 8px 20px rgba(106, 124, 79, 0.25); border: 2px solid #6A7C4F;
}
.phone-btn {
    background: #E17864; color: #ffffff; box-shadow: 0 8px 20px rgba(225, 120, 100, 0.25); border: 2px solid #E17864;
}
.cta-btn:hover { transform: translateY(-4px); }
.line-btn:hover { background: #ffffff; color: #6A7C4F; box-shadow: 0 15px 30px rgba(106, 124, 79, 0.35); }
.phone-btn:hover { background: #ffffff; color: #E17864; box-shadow: 0 15px 30px rgba(225, 120, 100, 0.35); }


