/* =====================================================
   สุคตินิรันดร์ — Eternal Peace Funeral Services
   Navy / Gold / Cream theme
   ===================================================== */

:root {
    --navy: #16223d;
    --navy-2: #1d2c4d;
    --navy-3: #243758;
    --gold: #c6a049;
    --gold-2: #d9bd72;
    --gold-soft: #e7d9b0;
    --cream: #f6f1e7;
    --cream-2: #faf6ee;
    --paper: #fffdf8;
    --gray-bg: #f4f1ea;
    --ink: #2c2e33;
    --ink-soft: #6a6c72;
    --line: #e7e0d2;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(22, 34, 61, .08);
    --shadow-lg: 0 18px 48px rgba(22, 34, 61, .14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Prompt', system-ui, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.container { width: min(1300px, 92%); margin-inline: auto; }

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

svg { width: 100%; height: 100%; }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }

.line-badge {
    background: #06c755;
    color: #fff;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .5px;
    padding: 4px 9px;
    border-radius: 7px;
}
.line-badge.sm { padding: 2px 6px; font-size: .62rem; }

/* =====================================================
   HEADER
   ===================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--cream-2);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 14px rgba(22, 34, 61, .05);
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
    width: 250px;
    height: auto;
    object-fit: contain;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-th {
    font-weight: 700;
    font-size: 1.55rem;
    color: var(--gold);
    letter-spacing: .5px;
}
.brand-en {
    font-size: .56rem;
    letter-spacing: 1.5px;
    color: var(--ink-soft);
    font-weight: 400;
}
.main-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
    flex-wrap: wrap;
}
.main-nav a {
    font-size: .92rem;
    color: var(--navy);
    font-weight: 400;
    position: relative;
    padding: 4px 0;
    transition: color .2s;
}
.main-nav a:hover { color: var(--gold); }
.main-nav a::after {
    content: ""; position: absolute; left: 0; bottom: -2px;
    width: 0; height: 2px; background: var(--gold); transition: width .25s;
}
.main-nav a:hover::after { width: 100%; }

.header-cta {
    display: flex;
    align-items: center;
    gap: 11px;
    background: var(--navy);
    color: var(--cream-2);
    padding: 9px 24px 9px 16px;
    border-radius: 40px;
    line-height: 1.1;
}
.header-cta-ic {
    width: 34px; height: 34px;
    display: grid; place-items: center;
    color: var(--gold-2);
    border: 1px solid rgba(217, 189, 114, .5);
    border-radius: 50%;
    padding: 7px;
    flex-shrink: 0;
}
.header-cta-txt { display: flex; flex-direction: column; }
.header-cta-top { font-size: .68rem; color: var(--gold-2); }
.header-cta-num { font-weight: 700; font-size: 1.2rem; letter-spacing: .5px; white-space: nowrap; }
.header-cta { flex-shrink: 0; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.nav-toggle span { width: 26px; height: 2px; background: var(--navy); border-radius: 2px; }

/* =====================================================
   HERO
   ===================================================== */
.hero {
    position: relative;
    background: var(--cream);
    overflow: hidden;
}
/* รูปทีมงานเต็มฝั่งขวา (bleed ออกขอบขวา) */
.hero-media {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 66%;
    z-index: 1;
    background:
        linear-gradient(120deg, rgba(22,34,61,.10), rgba(217,189,114,.10)),
        radial-gradient(circle at 60% 35%, var(--gold-soft), var(--cream));
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
/* ไล่เฉดจากครีมด้านซ้ายกลืนเข้ารูปให้อ่านตัวอักษรง่าย */
.hero-fade {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg,
        var(--cream) 26%,
        rgba(246,241,231,.85) 36%,
        rgba(246,241,231,.35) 46%,
        rgba(246,241,231,0) 56%);
    pointer-events: none;
}
.hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(320px, 590px) 1fr minmax(230px, 280px);
    align-items: center;
    gap: 0;
    min-height: 660px;
    padding: 40px 0;
}
.hero-left { grid-column: 1; }
.hero-title { line-height: 1.12; margin-bottom: 16px; }
.hero-title .line1 {
    display: block;
    font-size: clamp(2.1rem, 3.6vw, 3.1rem);
    font-weight: 700;
    color: var(--navy);
}
.hero-title .line2 {
    display: block;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--gold);
}
.hero-desc {
    color: var(--ink);
    font-size: 1.04rem;
    line-height: 1.85;
    max-width: 30rem;
    margin-bottom: 20px;
}
.hero-desc strong { font-weight: 600; color: var(--navy); font-size: 1.18rem; }
.hero-desc span { font-weight: 300; }
.hero-quote {
    position: relative;
    padding: 4px 0 4px 14px;
    border-left: 3px solid var(--gold);
    font-style: italic;
    color: var(--navy-2);
    font-weight: 400;
    margin-bottom: 26px;
    max-width: 31rem;
}
.hero-quote .q-mark { color: var(--gold); font-size: 1.7rem; font-weight: 700; line-height: 0; vertical-align: -.35em; }
.hero-quote .q-mark.q-end { vertical-align: -.1em; }
.hero-quote .q-text { padding: 0 4px; }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.btn-phone, .btn-line {
    padding: 11px 24px;
    border-radius: 40px;
    color: #fff;
    box-shadow: var(--shadow);
}
.btn-phone { background: var(--navy); }
.btn-line { background: #06c755; }
.btn-phone svg, .btn-line svg { width: 30px; height: 30px; }
.btn-phone > svg { color: var(--gold-2); }
.btn-phone span, .btn-line span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.btn-phone small, .btn-line small { font-size: .7rem; opacity: .9; }
.btn-phone strong, .btn-line strong { font-size: 1.15rem; letter-spacing: .3px; }
.btn-line .line-badge { background: rgba(255, 255, 255, .25); }

.hero-badges { display: flex; flex-wrap: wrap; gap: 26px; list-style: none; }
.hero-badges li {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .92rem; color: var(--navy-2); font-weight: 400;
}
.hero-badges svg { width: 19px; height: 19px; color: var(--gold); }

/* การ์ดบริการ 7 ข้อ ฝั่งขวา */
.hero-right { grid-column: 3; }
.hero-services {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(255, 253, 248, .98);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(217, 189, 114, .4);
    border-radius: 26px;
    padding: 14px 16px;
    box-shadow: var(--shadow-lg);
}
.hero-services li {
    display: flex; align-items: center; gap: 13px;
    padding: 8px 6px;
    transition: transform .15s;
}
.hero-services li:not(:last-child) { border-bottom: 1px solid rgba(231, 224, 210, .7); }
.hero-services li:hover { transform: translateX(3px); }
.hs-icon {
    width: 40px; height: 40px;
    display: grid; place-items: center;
    color: var(--gold);
    border: 1.5px solid var(--gold-soft);
    border-radius: 50%;
    padding: 9px;
    flex-shrink: 0;
}
.hs-label { font-size: .95rem; color: var(--navy-2); font-weight: 400; }

/* =====================================================
   SECTION basics
   ===================================================== */
.section { padding: 56px 0; }
.section-title, .panel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    color: var(--navy);
    font-weight: 600;
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    margin-bottom: 36px;
}
.panel-title { font-size: 1.25rem; margin-bottom: 24px; gap: 12px; }
/* ลายเพชรทองขนาบสองข้างหัวข้อ */
.gold-rule::before, .gold-rule::after {
    content: "";
    flex: 0 0 auto;
    width: 82px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='14' viewBox='0 0 82 14'%3E%3Cline x1='0' y1='7' x2='48' y2='7' stroke='%23c6a049' stroke-width='1.4'/%3E%3Cpath d='M61 1 67 7 61 13 55 7Z' fill='%23c6a049'/%3E%3Cpath d='M76 3.5 79.5 7 76 10.5 72.5 7Z' fill='none' stroke='%23c6a049' stroke-width='1.2'/%3E%3C/svg%3E") center/contain no-repeat;
}
.gold-rule::after { transform: scaleX(-1); }
.panel-title.gold-rule::before, .panel-title.gold-rule::after { width: 60px; }
/* แผง FAQ แคบ (col-md-4) ซ่อนลายเพชรกันหัวข้อตกบรรทัด */
.faq-panel .panel-title.gold-rule::before, .faq-panel .panel-title.gold-rule::after { display: none; }

/* =====================================================
   PACKAGES
   ===================================================== */
.packages { background: var(--gray-bg); }
.packages-grid {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 26px;
    align-items: start;
}
.pkg-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pkg-card {
    position: relative;
    background: linear-gradient(180deg, #fefcf7, #f7f1e6);
    border: 1px solid #e9dfca;
    border-radius: 20px;
    padding: 16px 20px 26px;
    box-shadow: 0 12px 30px rgba(22, 34, 61, .10);
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(22, 34, 61, .16); }
.pkg-card.is-featured {
    border: 3px solid var(--gold);
    box-shadow: 0 18px 42px rgba(198, 160, 73, .3);
}
/* แถบหัวสีน้ำเงินด้านบนการ์ด */
.pkg-head {
    text-align: center;
    background: linear-gradient(180deg, #243558, var(--navy));
    border-radius: 14px;
    padding: 16px 14px;
    margin-bottom: 18px;
}
.is-featured .pkg-head {
    background: linear-gradient(180deg, #2a3d63, #1d2c4d);
    box-shadow: inset 0 2px 0 rgba(217, 189, 114, .55);
}
.pkg-name { color: #fff; font-size: 1.35rem; font-weight: 600; }
.is-featured .pkg-name { color: #fff; }
.pkg-name-en { font-size: .74rem; letter-spacing: 1px; color: var(--gold-2); margin-top: 3px; }
.pkg-subtitle {
    text-align: center; font-size: .9rem; color: var(--navy-2);
    margin-bottom: 16px; padding-bottom: 16px; min-height: 2.4em;
    border-bottom: 1px solid #ece2cf;
}
.pkg-price { text-align: center; margin-bottom: 18px; white-space: nowrap; }
.pkg-price small { display: block; font-size: .8rem; color: var(--ink-soft); margin-bottom: 2px; }
.price-num { font-size: 2.2rem; font-weight: 700; color: var(--navy); letter-spacing: .5px; }
.price-unit { font-size: .92rem; color: #9c7729; font-weight: 500; }
.pkg-features { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 24px; flex: 1; }
.pkg-features li { display: flex; gap: 10px; font-size: .92rem; color: var(--navy-2); }
.tick { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.pkg-btn {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 13px; border-radius: 12px; font-size: .98rem; width: 100%;
    transition: background .2s;
}
.pkg-btn:hover { background: var(--navy-3); }

/* rating card */
.rating-card {
    background: var(--navy);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow-lg);
    display: flex; flex-direction: column; gap: 16px;
}
/* เมื่ออัปโหลดรูปเอง -> แสดงเฉพาะรูป (ข้อความฝังในรูปแล้ว) */
.rating-card.has-img {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.rating-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}
.altar {
    position: relative;
    overflow: hidden;
    height: 170px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 28%, rgba(231, 217, 176, .55), transparent 55%),
        linear-gradient(180deg, var(--navy-3), #0e1830);
    display: grid; place-items: center;
    border: 1px solid rgba(217, 189, 114, .3);
}
.altar img {
    position: absolute; inset: 0; z-index: 2;
    width: 100%; height: 100%; object-fit: cover;
}
.altar-frame {
    width: 56px; height: 70px;
    border: 3px solid var(--gold-2);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(231, 217, 176, .3), transparent);
}
.rating-box { text-align: center; color: var(--cream-2); padding-bottom: 6px; }
.rating-medal { display: inline-block; width: 46px; height: 46px; color: var(--gold-2); }
.rating-score { font-size: 2.4rem; font-weight: 700; color: var(--gold-2); line-height: 1; }
.rating-stars { display: flex; justify-content: center; gap: 4px; margin: 8px 0; }
.rating-stars svg { width: 24px; height: 24px; color: var(--gold-2); }
.rating-text { font-size: .9rem; color: var(--gold-soft); }

/* =====================================================
   ADD-ONS
   ===================================================== */
.addons-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.addon-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 8px 6px;
    text-align: center;
    transition: transform .18s;
    display: flex; flex-direction: column; align-items: center; gap: 5px;
}
.addon-card:hover { transform: translateY(-4px); }
.addon-icon {
    position: relative;
    width: 112px; height: 112px;
    border-radius: 50%;
    overflow: hidden;
    display: grid; place-items: center;
    color: var(--gold);
    background: radial-gradient(circle, rgba(198,160,73,.16), rgba(198,160,73,.04));
    box-shadow: 0 8px 20px rgba(22, 34, 61, .12);
    margin-bottom: 10px;
    transition: box-shadow .2s;
}
.addon-card:hover .addon-icon { box-shadow: 0 12px 28px rgba(22, 34, 61, .2); }
.addon-icon img {
    position: absolute; inset: 0; z-index: 2;
    width: 100%; height: 100%; object-fit: cover;
}
.addon-ic-fb { width: 46px; height: 46px; display: block; }
.addon-name { font-size: .92rem; color: var(--navy); font-weight: 500; min-height: 2.6em; line-height: 1.35; }
.addon-start { font-size: .76rem; color: var(--ink-soft); }
.addon-price { font-size: 1.35rem; font-weight: 700; color: #9c7729; }
.addons-note { text-align: center; font-size: .78rem; color: var(--ink-soft); margin-top: 24px; }

/* แถบ Add-on + การ์ดดูแล */
.addons-band { display: flex; gap: 26px; align-items: stretch; }
.addons-main { flex: 1; min-width: 0; }
.care-card {
    position: relative;
    width: 360px;
    flex-shrink: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #ece3d1;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    min-height: 250px;
}
/* เมื่ออัปโหลดรูปเอง -> แสดงเฉพาะรูป (ข้อความฝังในรูปแล้ว) */
.care-card.has-img {
    background: none;
    box-shadow: none;
    min-height: 0;
    display: block;
}
.care-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    box-shadow: var(--shadow);
}
.care-media { position: absolute; inset: 0 0 0 38%; z-index: 1; }
.care-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care-fade {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg, #ece3d1 34%, rgba(236,227,209,.55) 52%, rgba(236,227,209,0) 72%);
    pointer-events: none;
}
.care-text { position: relative; z-index: 3; padding: 26px 22px; max-width: 66%; }
.care-title { font-size: 1.5rem; font-weight: 700; font-style: italic; color: var(--navy); margin-bottom: 14px; line-height: 1.3; }
.care-lines { color: var(--navy-2); font-size: 1rem; line-height: 1.95; font-weight: 300; }

/* =====================================================
   SPLIT (steps + why / reviews + faq)
   ===================================================== */
.split-section { background: var(--cream-2); }
.split-section.alt { background: var(--gray-bg); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
/* รีวิว(ซ้าย) col-md-8 + FAQ(ขวา) col-md-4 เฉพาะจอกว้าง */
@media (min-width: 981px) {
    .split-section.alt .split-grid { grid-template-columns: 2fr 1fr; }
}
.panel {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow);
    min-width: 0; /* ให้กริดเคารพสัดส่วน (กัน slider ดันแผงให้กว้างเกิน) */
}

/* steps */
.steps-flow {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.step-item { position: relative; text-align: center; padding: 4px; }
.step-no {
    width: 34px; height: 34px;
    display: grid; place-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--navy); color: var(--gold-2);
    font-weight: 700; font-size: .95rem;
}
.step-icon { width: 40px; height: 40px; margin: 0 auto 10px; color: var(--gold); display: block; }
.step-title { font-size: .9rem; color: var(--navy); font-weight: 600; margin-bottom: 5px; }
.step-desc { font-size: .76rem; color: var(--ink-soft); }
.step-arrow {
    position: absolute; top: 14px; right: -8px;
    color: var(--gold); font-size: 1.2rem; font-weight: 700;
}

/* why */
.why-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 12px;
}
.why-item { text-align: center; }
.why-icon {
    width: 50px; height: 50px;
    margin: 0 auto 8px;
    display: grid; place-items: center;
    border-radius: 50%;
    color: var(--gold);
    background: rgba(198, 160, 73, .1);
    padding: 12px;
}
.why-name { font-size: .9rem; color: var(--navy); font-weight: 600; margin-bottom: 3px; }
.why-desc { font-size: .76rem; color: var(--ink-soft); }

/* reviews */
.reviews-list { display: flex; flex-direction: column; gap: 16px; }
/* รีวิวแบบ slide card — เดสก์ท็อป 3 ใบ/หน้า (33.33%) มือถือ 1 ใบ/หน้า (100%) */
.review-carousel { position: relative; }
.review-slider { overflow: hidden; cursor: grab; touch-action: pan-y; }
.review-slider.dragging { cursor: grabbing; user-select: none; }
/* ปุ่มลูกศรซ้าย-ขวา */
.review-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; z-index: 6;
    display: grid; place-items: center;
    border: 1px solid var(--gold); border-radius: 50%;
    background: rgba(255, 255, 255, .92); color: var(--navy);
    box-shadow: 0 6px 16px rgba(22, 34, 61, .18);
    cursor: pointer; transition: background .2s, color .2s, transform .2s;
}
.review-arrow svg { width: 20px; height: 20px; }
.review-arrow:hover { background: var(--gold); color: #fff; transform: translateY(-50%) scale(1.08); }
.review-arrow.prev { left: -16px; }
.review-arrow.next { right: -16px; }
.review-arrow[hidden] { display: none; }
.review-track { display: flex; align-items: stretch; transition: transform .45s ease; }
.review-slide {
    flex: 0 0 33.3333%; min-width: 0;
    padding: 4px 8px;
    box-sizing: border-box;
    display: flex;
}
.review-slide .review-card {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
}
.review-slide .review-card .review-body { display: flex; flex-direction: column; align-items: center; }
.review-dots { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
.review-dot {
    width: 11px; height: 11px; padding: 0;
    border: none; border-radius: 50%;
    background: #d9d0bd; cursor: pointer;
    transition: background .2s, transform .2s;
}
.review-dot:hover { background: var(--gold-2); }
.review-dot.active { background: var(--gold); transform: scale(1.25); }
.review-card {
    display: flex; gap: 14px;
    background: var(--cream-2);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px;
}
.review-photo {
    position: relative;
    width: 135px; height: 180px; flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    display: grid; place-items: center;
    color: var(--gold);
    background: linear-gradient(160deg, var(--navy-3), var(--navy));
}
.review-photo img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.review-photo-fb { width: 46px; height: 46px; }
.review-text { font-size: .86rem; color: var(--navy-2); font-style: italic; margin-bottom: 8px; }
.review-name { font-size: .86rem; font-weight: 600; color: var(--navy); }
.review-loc { font-size: .76rem; color: var(--ink-soft); }
.review-stars { display: flex; gap: 2px; margin-top: 4px; }
.review-stars svg { width: 16px; height: 16px; color: var(--gold); }

/* faq */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    background: var(--cream-2);
    border: 1px solid var(--line);
    border-radius: 9px;
    overflow: hidden;
}
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 13px 16px;
    font-size: .9rem;
    color: var(--navy);
    font-weight: 400;
    display: flex; justify-content: space-between; align-items: center;
    transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(198, 160, 73, .08); }
.faq-plus { color: var(--gold); font-weight: 700; font-size: 1.2rem; transition: transform .2s; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 16px 14px; font-size: .84rem; color: var(--ink-soft); }
.faq-foot { text-align: center; font-size: .82rem; color: var(--gold); margin-top: 16px; font-weight: 500; }

/* =====================================================
   CONTACT
   ===================================================== */
.contact { background: var(--cream-2); }
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 30px;
    align-items: start;
}
.contact-head { color: var(--navy); font-size: 1.6rem; font-weight: 600; margin-bottom: 22px; line-height: 1.3; }
.contact-phone {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--navy); color: #fff;
    padding: 12px 22px; border-radius: 30px; margin-bottom: 14px;
}
.contact-phone svg { width: 26px; height: 26px; color: var(--gold-2); }
.contact-phone span { display: flex; flex-direction: column; line-height: 1.15; }
.contact-phone small { font-size: .68rem; opacity: .85; }
.contact-phone strong { font-size: 1.1rem; }
.contact-line { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--navy-2); }

.contact-form-box {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow);
}
.form-title { color: var(--navy); font-size: 1.2rem; font-weight: 600; text-align: center; }
.form-sub { text-align: center; font-size: .82rem; color: var(--ink-soft); margin: 6px 0 18px; }
.form-row { display: flex; gap: 12px; margin-bottom: 14px; }
.lead-form input {
    flex: 1; width: 100%;
    font-family: inherit; font-size: .9rem;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--cream-2);
    transition: border-color .2s;
}
.lead-form input:focus { outline: none; border-color: var(--gold); }
.form-submit {
    width: 100%;
    background: var(--navy); color: var(--cream-2);
    padding: 13px; border-radius: 9px; font-size: .95rem;
}
.form-submit:hover { background: var(--navy-3); }
.alert { padding: 10px 14px; border-radius: 8px; font-size: .85rem; margin-bottom: 14px; }
.alert-ok { background: #e6f6ec; color: #1c7a3d; border: 1px solid #b8e3c6; }
.alert-err { background: #fbeaea; color: #a52828; border: 1px solid #f0c4c4; }

.info-title { justify-content: flex-start; font-size: 1.1rem; margin-bottom: 18px; gap: 12px; }
.info-title.gold-rule::before { display: none; }
.info-title.gold-rule::after { width: 56px; }
.info-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.info-list li { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: var(--navy-2); }
.info-list svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }

/* =====================================================
   TRUST BAR
   ===================================================== */
.trust-bar { background: linear-gradient(100deg, var(--navy), var(--navy-3)); color: var(--cream-2); padding: 26px 0; }
.trust-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trust-highlight { line-height: 1.2; }
.trust-highlight small { display: block; font-size: .76rem; color: var(--gold-soft); }
.trust-highlight strong { font-size: 1.25rem; color: var(--gold-2); }
.trust-grid {
    list-style: none; display: flex; flex-wrap: wrap; gap: 22px;
    margin-left: auto; margin-right: auto;
}
.trust-grid li { display: flex; align-items: center; gap: 10px; }
.trust-icon { width: 34px; height: 34px; color: var(--gold-2); padding: 6px; border: 1px solid rgba(217,189,114,.4); border-radius: 50%; flex-shrink: 0; }
.trust-grid span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.trust-grid strong { font-size: .88rem; }
.trust-grid small { font-size: .72rem; color: var(--gold-soft); }
.trust-btn { background: linear-gradient(90deg, var(--gold), var(--gold-2)); color: #fff; padding: 11px 22px; border-radius: 30px; font-size: .9rem; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer { background: var(--navy); color: var(--cream-2); padding: 30px 0; }
.footer-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-brand .brand-th { color: var(--gold-2); }
.footer-brand .brand-en { color: var(--gold-soft); }
.footer-slogan { font-size: .9rem; color: var(--gold-soft); flex: 1; min-width: 240px; }
.footer-copy { font-size: .78rem; color: rgba(231, 217, 176, .65); margin-left: auto; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
/* การ์ดดูแลวางข้าง Add-on เฉพาะจอกว้าง ไม่งั้นวางเรียงลงมา */
@media (max-width: 1280px) {
    .addons-band { flex-direction: column; }
    .care-card { width: 100%; min-height: 210px; }
}

@media (max-width: 980px) {
    .main-nav, .header-cta { display: none; }
    .nav-toggle { display: flex; margin-left: auto; }
    body.nav-open .main-nav {
        display: flex; flex-direction: column; gap: 10px;
        position: absolute; top: 72px; right: 4%; left: 4%;
        background: var(--cream-2); padding: 18px;
        border: 1px solid var(--line); border-radius: 12px;
        box-shadow: var(--shadow-lg); z-index: 60;
    }
    .hero-media { position: relative; width: 100%; height: 300px; }
    .hero-fade { display: none; }
    .hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 28px 0 40px;
    }
    .hero-left, .hero-right { grid-column: 1; }
    .hero-right { margin-top: 22px; }
    .hero-desc { max-width: 100%; }
    .addons-band { flex-direction: column; }
    .care-card { width: 100%; min-height: 220px; }
    .packages-grid { grid-template-columns: 1fr; }
    .pkg-col { grid-template-columns: repeat(3, 1fr); }
    .addons-grid { grid-template-columns: repeat(3, 1fr); }
    .split-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .trust-grid { margin: 0; }
}

@media (max-width: 680px) {
    .gold-rule::before, .gold-rule::after { display: none; }
    .info-title.gold-rule::after { display: block; }
    .pkg-col { grid-template-columns: 1fr; }
    .addons-grid { grid-template-columns: repeat(2, 1fr); }
    .addon-icon { width: 96px; height: 96px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-flow { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
    .step-arrow { display: none; }
    .form-row { flex-direction: column; }
    .footer-copy { margin-left: 0; }
    .review-slide { flex-basis: 100%; }
    .hero-title .line1 { font-size: 1.9rem; }
}
